@font-face {
  font-family: 'fontAwesome';
  font-style: normal;
  font-weight: 900;
  src: url("fontAwesome/fa-solid-900.eot");
  src: url("fontAwesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fontAwesome/fa-solid-900.woff2") format("woff2"), url("fontAwesome/fa-solid-900.woff") format("woff"), url("fontAwesome/fa-solid-900.ttf") format("truetype"), url("fontAwesome/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'fontAwesome brands';
  font-style: normal;
  font-weight: 900;
  src: url("fontAwesome/fa-brands-400.eot");
  src: url("fontAwesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fontAwesome/fa-brands-400.woff2") format("woff2"), url("fontAwesome/fa-brands-400.woff") format("woff"), url("fontAwesome/fa-brands-400.ttf") format("truetype"), url("fontAwesome/fa-brands-400.svg#fontawesome") format("svg");
}

.hide {display:none; visibility: hidden;}
#google2 {margin: 1.2em;}
#google2 legend { display: none;}

#searchBTN2 {
  background: #265A87;
  color: #fff;
  border: none;
  padding: 0.2em 1em;
}

button:hover { cursor: pointer;}
#searchBTN2:hover {background: #002a5c;}
.dt-only:hover {text-decoration: underline;}
#search-main {text-decoration: none;}

@media (max-width: 991px) {
  header .logo-wrapper, a.logo {
margin: auto !important;
}
/* menu links at the bottom of page on mobile only*/
.mobile-only {
  padding: 0em 0 .5em 0;
  margin: 3em auto 0 auto;
  border: 1px solid #bdcad8;
  background-color: #dae1e9;
  max-width: 320px;
}
.mobile-only a:before {content:none !important; display: none !important;}
.mobile-only h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 30px 0 20px 0;
}
.mobile-only ul li {list-style: none;}
.mobile-only ul {padding-left: 0; margin-top: 0}
header .search-wrapper {display: none;}
  }

@media (min-width: 991px) {
  .mobile-only {display:none;}
}
@media (max-width: 576px) {
  #searchBTN2 {
    display: block;
    margin: .5em auto;
  }
  .error-pgs h2 {font-size: 4rem;}
  .error-pgs h1 {
    margin-top: -10px;
    font-size: 16rem;
    margin-bottom: 25px;
  }

}
