  .wf {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.wf-b {
  font-family: 'Roboto Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.wf-alt {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wf-alt-b {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.wf-queens {
  font-family: 'Queens Regular', serif;
  font-style: normal;
  font-weight: normal;
}
.wf-montserrat {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.wf-montserrat-sb {
  font-family: 'Montserrat SemiBold', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.wf-montserrat-b {
  font-family: 'Montserrat Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/wp-content/themes/css/fonts/fa-solid-900.eot');
  src: url('/wp-content/themes/css/fonts/fa-solid-900.eot') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-solid-900.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-solid-900.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-solid-900.ttf') format('truetype'), url('/wp-content/themes/css/fonts/fa-solid-900.svg') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('/wp-content/themes/css/fonts/fa-brands-400.eot');
  src: url('/wp-content/themes/css/fonts/fa-brands-400.eot') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-brands-400.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-brands-400.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-brands-400.ttf') format('truetype'), url('/wp-content/themes/css/fonts/fa-brands-400.svg') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/wp-content/themes/css/fonts/fa-regular-400.eot');
  src: url('/wp-content/themes/css/fonts/fa-regular-400.eot') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-regular-400.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-regular-400.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-regular-400.ttf') format('truetype'), url('/wp-content/themes/css/fonts/fa-regular-400.svg') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('/wp-content/themes/css/fonts/fa-light-300.eot');
  src: url('/wp-content/themes/css/fonts/fa-light-300.eot') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-light-300.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-light-300.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-light-300.ttf') format('truetype'), url('/wp-content/themes/css/fonts/fa-light-300.svg') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap {
    padding: 0 15px;
  }
}
.tax-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
}
.tax-list a {
  align-items: center;
  background-color: #002b4d;
  color: #fff;
  display: flex;
  font-size: 1.1em;
  flex-direction: column;
  font-weight: 400;
  font-size: 1.6em;
  justify-content: center;
  margin-bottom: 1em;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1em;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Queens Regular', serif;
  font-style: normal;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .tax-list a {
    margin: 1em 1.5% 0 0;
    width: 30%;
  }
}
@media only screen and (min-width: 980px) {
  .tax-list a {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1110px) {
  .tax-list a {
    font-size: 2.4em;
  }
}
.tax-list a:hover {
  background: #00447c;
  border-color: #002b4d;
  color: #fff;
}
.tax-list a:hover span {
  color: #fff;
}
.tax-list a span {
  color: #7bafd4;
  text-transform: uppercase;
  display: block;
  font-size: 0.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Montserrat SemiBold', sans-serif;
  font-style: normal;
  font-weight: 600;
}
