/* tagclouds default example stylesheet **/

.wrapper.tagclouds {
  text-align: justify;
  margin-right: 1em;
}
.region-footer-cloud{
   padding:0 !important;
}
.region-footer-cloud .block-tagclouds span:first-of-type {
  margin-left:-0.5rem;
}

.tagclouds-term a {
  padding: 1px .5rem;
  margin-right:0.25rem;
  color:#063;
  text-decoration: none;
  text-transform: uppercase;
}
.tagclouds-term a:hover{
  padding: 1px 0.5rem;
  background-color: #063;
  color:#fff;
}
.usa-tag:only-of-type{
margin-right:0.25rem !important;
}
.tagclouds.level1 {
  font-size: 1em;
}
.tagclouds.level2 {
  font-size: 1.2em;
}
.tagclouds.level3 {
  font-size: 1.4em;
}
.tagclouds.level4 {
  font-size: 1.6em;
}
.tagclouds.level5 {
  font-size: 1.8em;
}
.tagclouds.level6 {
  font-size: 2em;
}
.tagclouds.level7 {
  font-size: 2.2em;
}
.tagclouds.level8 {
  font-size: 2.4em;
}
.tagclouds.level9 {
  font-size: 2.6em;
}
.tagclouds.level10 {
  font-size: 2.8em;
}
