body {
  font-family: "Source Sans Pro", sans-serif;
  padding: 0px;
  letter-spacing: -0.4px;
  background-image: url("/_images/slides/7.jpg");
  background-size: 100% auto;
  font-size: 1.1rem;
}
@media (max-width: 992px) {
  body {
    background-image: none;
    background-color: #92BCEA;
  }
}

html {
  scroll-behavior: smooth;
}

h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-family: "Bree Serif", serif;
}

h2 {
  font-size: 1.4rem;
}

a {
  color: #0070EB;
}

.header-container {
  border-radius: 5px;
  z-index: 100;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  margin: 30px 0px 35px 50px;
}

#banner {
  /*background-color: $color-dark;*/
  border-bottom: 1px solid #2e1e1e;
  color: #0F0A0A;
  margin: 15px 0px 0px 0px;
  z-index: 100;
  position: relative;
  padding-right: 10px;
}
#banner .form-inline {
  padding: 8px 0px 8px 0px;
}
@media (max-width: 1350px) {
  #banner .form-inline .form-control {
    max-width: 150px;
  }
}
@media (max-width: 1250px) {
  #banner .form-header {
    display: none;
  }
}

.portrait {
  width: 133px;
  margin: 30px 0px 0px 0px;
  position: relative;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 3px #333;
  top: -10px;
  left: -5px;
  z-index: 100;
  float: right;
}

#navigation {
  /*background-color: $color-light;*/
  border-bottom: 0px solid #2e1e1e;
  font-weight: 700;
  margin: 0px;
  z-index: 100;
  position: relative;
  padding-right: 10px;
}
#navigation .navbar {
  width: 100%;
  padding-left: 85px;
  margin-right: 0px;
}
@media (max-width: 992px) {
  #navigation .navbar {
    padding-left: 20px;
    padding-top: 10px;
  }
}
#navigation .navbar-nav {
  margin: 0px;
}
#navigation .navbar-nav .nav-link {
  color: #333;
  font-size: 1.1rem;
}
@media (max-width: 1305px) {
  #navigation .navbar-nav .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 1230px) {
  #navigation .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}
@media (max-width: 1180px) {
  #navigation .navbar-nav .nav-link {
    font-size: 0.85rem;
    font-weight: 800;
  }
}
@media (max-width: 1115px) {
  #navigation .navbar-nav .nav-link {
    font-size: 0.7rem;
    font-weight: 800;
  }
}
@media (max-width: 992px) {
  #navigation .navbar-nav .nav-link {
    font-size: 1.1rem;
    font-weight: 800;
    padding: 8px;
  }
}
#navigation .navbar .navbar-toggler {
  color: #333;
}

.topleft {
  width: calc(100% - 134px);
  max-width: calc(100% - 134px);
}
@media (max-width: 992px) {
  .topleft {
    width: 100%;
    max-width: 100%;
  }
}

.carousel {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -178px;
  border: 10px solid #FFF;
}
.carousel-caption {
  width: 100%;
  right: 0px;
  font-family: "Quicksand", sans-serif;
}
.carousel h5 {
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 8px;
  font-weight: 900;
  font-size: 2.5rem;
  color: #0F0A0A;
  text-shadow: 0px 0px 3px #FFF;
  box-shadow: 0px 0px 3px #333;
  /*border-radius: 5px;*/
  border-left: 10px solid #0F0A0A;
  position: absolute;
  top: 0px;
  left: -50px;
}
@media (max-width: 991px) {
  .carousel {
    display: none;
  }
}

#sidebar {
  background-color: #303d54;
  color: #F5EFED;
}

#main {
  background-color: #FFF;
  min-height: 70vh;
}
#main > .col-md-9 {
  padding-bottom: 15px;
}

#footer {
  min-height: 200px;
  color: #F5EFED;
  font-size: 1rem;
}
@media (max-width: 992px) {
  #footer {
    text-align: center;
  }
}
#footer--left {
  background-color: #303d54;
}
#footer--left h2 {
  background-color: #273144;
  margin: 0px -15px 15px -15px;
  padding: 10px 15px;
}
#footer--right {
  background-color: #7A93AC;
}

#search_results {
  width: calc(100% - 20px);
  overflow: scroll;
  height: 1800px;
  padding: 10px;
  border: 0px;
}

.searchpage-search {
  width: calc(100% - 32px);
  margin: auto;
  background-color: #E8E3B7;
  padding: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: -10px;
  border-bottom: 5px solid #1d84b5;
}
.searchpage-search .form-control {
  width: 80%;
  height: 26px;
  font-size: 1.8em;
}
.searchpage-search .search {
  width: 100%;
}

.img--logo {
  width: 136px;
  margin-left: -70px;
  margin-top: -10px;
  position: absolute;
}
@media (max-width: 992px) {
  .img--logo {
    width: 100px;
  }
}

h2.section--title {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-family: "Bree Serif", serif;
}

.section--title {
  margin: 0px -15px 15px -15px;
  padding: 5px 12px 5px 12px;
}
.section--title--main {
  background-color: #4C6085;
  color: #F5EFED;
}
.section--title--sidebar {
  background-color: #435475;
}
.section--title--sidebar--alt {
  background-color: #F5EFED;
}
.section--title--news {
  background-color: #297ad4;
  color: #F5EFED;
  margin-bottom: 0px;
  font-weight: 900;
  font-size: 1.3rem;
}
.section--title--news--title {
  padding: 5px 15px 5px 0px;
  display: block;
}
.section--title--news--title a {
  font-weight: 700;
  font-size: 1.5rem;
  color: #5d7a96;
  letter-spacing: -0.4px;
  font-family: "Bree Serif", serif;
}
.section--title--news--lede {
  font-weight: 400;
  font-size: 1.02rem;
  padding-bottom: 10px;
  line-height: 25px;
}
.section--title--secondary {
  background-color: #297ad4;
  color: #F5EFED;
  margin-bottom: 0px;
  font-weight: 900;
  font-size: 1.3rem;
}
.section--title--secondary .newsstory {
  background-color: #256ebe;
}

.sidebar--stats {
  padding: 0px 15px;
  border: 10px solid #EFEFEF;
  border-radius: 5px;
}
.sidebar--stats--left {
  font-style: italic;
  background-color: #FFF;
  color: #4C6085;
  border: 1px dotted #92BCEA;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 5px;
  display: flex;
  align-items: center;
}
.sidebar--stats--right {
  text-align: center;
  background-color: #FFF;
  color: #4C6085;
  border: 1px dotted #92BCEA;
  font-weight: 900;
  font-size: 1.1rem;
  font-family: "Bree Serif", serif;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section--side {
  width: 510px;
  float: right;
  margin: 10px;
}
.section--side.skinny {
  width: 435px;
}
@media (max-width: 980px) {
  .section--side {
    width: 100% !important;
  }
}

.section--req {
  text-align: center;
  padding: 10px 30px 10px 15px;
  margin: 0px 0px 10px 10px;
  background-color: #e8f1fa;
  border-radius: 10px;
  border: 1px solid #bdd6f2;
  border-bottom: 4px solid #bdd6f2;
}
@media (max-width: 980px) {
  .section--req {
    padding: 0px;
    background-color: #FFF;
    border: 0px;
  }
}
.section--req li {
  display: inline-block;
  width: 100%;
  margin: 5px;
}
.section--req li.extrawide {
  width: 50%;
}
.section--req li a {
  color: #F5EFED;
  font-weight: 600;
  font-size: 1.05rem;
  display: block;
  padding: 5px;
  /*
  background: -webkit-linear-gradient(360deg, #dee1e1 10%, #f4f4f4 360%);
  background: -moz-linear-gradient(360deg, #dee1e1 10%, #f4f4f4 360%);
  background: linear-gradient(360deg, #dee1e1 10%, #f4f4f4 360%);
  background: rgb(60, 135, 218);
  background: linear-gradient(0deg, rgba(60, 135, 218, 1) 0%, rgba(60, 135, 218, 1) 100%);
  */
  background-color: #256ebe;
  border-radius: 5px;
  border-bottom: 1px solid #256ebe;
  line-height: 18px;
  text-align: left;
}
.section--req li a [class^=fa] {
  width: 32px;
  color: #F5EFED;
  font-size: 1.2rem;
  float: left;
  text-align: center;
}
.section--req li a:hover {
  box-shadow: 0px 0px 3px #777;
  /*
  background: rgb(60, 135, 218);
  background: linear-gradient(0deg, rgba(60, 135, 218, 1) 0%, rgba(60, 135, 218, 1) 100%);
  */
  background-color: #22A94E;
  color: #FFF;
  border-bottom: 1px solid #4a6076;
}

.section--cert a.button {
  color: #F5EFED;
  font-weight: 600;
  font-size: 1.05rem;
  display: block;
  padding: 5px;
  background-color: #256ebe;
  border-radius: 5px;
  border-bottom: 1px solid #256ebe;
  line-height: 18px;
  text-align: center;
  margin: 3px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--cert a.button [class^=fa] {
  width: 32px;
  color: #F5EFED;
  font-size: 1.2rem;
  float: left;
  text-align: center;
}
.section--cert a.button:hover {
  box-shadow: 0px 0px 3px #777;
  background-color: #22A94E;
  color: #FFF;
  border-bottom: 1px solid #4a6076;
}

.col-md-6 .section--title--sidebar {
  color: #FFF;
}

.buffer {
  margin-top: 15px;
  margin-bottom: 15px;
}

ul.directory {
  margin-top: 15px;
  padding-left: 0px;
}
ul.directory li {
  font-weight: 600;
  font-size: 1.15rem;
  list-style-type: none;
  text-shadow: 1px 1px 3px #333;
  margin: 5px;
}
ul.directory li a {
  border-bottom: 2px solid #1f5da0;
  box-shadow: 0px 0px 3px #333;
  margin: 0px;
  padding: 5px 5px 5px 10px;
  border-radius: 5px;
  background-color: #2775cb;
  color: #FFF;
  display: block;
}
ul.directory li a:hover {
  text-decoration: none;
  background-color: #2369b6;
}
ul.directory .fas {
  float: left;
  padding: 10px;
  width: 40px;
}

ul.directory.secondary li a {
  border-bottom: 2px solid #1f5da0;
  background-color: #2775cb;
}
ul.directory.secondary li a:hover {
  background-color: #2369b6;
}

ul.directory.login li a {
  border-bottom: 2px solid #1f5da0;
  background-color: #2775cb;
}
ul.directory.login li a:hover {
  background-color: #2369b6;
}
ul.directory.login .fas {
  padding: 5px 0px;
  width: 30px;
}

.license--search {
  margin: 0 -15px -15px -15px;
  padding: 15px;
  background-color: #6078a4;
  color: #F5EFED;
}
.license--search input {
  width: 100%;
  border-radius: 5px;
  padding: 3px;
  border: 2px solid #4C6085;
}
.license--heading {
  width: 100%;
  font-weight: 700;
  padding: 3px;
  font-size: 1.25rem;
}
.license--sbtn {
  text-align: center;
  padding: 10px;
}
.license--sbtn .btn-info {
  background-color: #7A93AC;
  width: 100px;
  margin: auto;
  border: 2px solid #99adc0;
  text-shadow: 1px 1px 2px #333;
}
.license--sbtn .btn-info:hover {
  background-color: #5d7a96;
  box-shadow: 0px 0px 8px #777;
}

.title-area {
  display: inline-block;
  padding-left: 70px;
}

.site-title-over {
  font-size: 0.9rem;
  color: #333;
  font-weight: 700;
  font-family: "Bree Serif", serif;
  line-height: 10px;
  position: relative;
}

.site-title {
  position: relative;
  font-weight: 800;
  font-size: 1.7rem;
  font-family: "Bree Serif", serif;
  line-height: 22px;
  top: -3px;
}
@media (max-width: 1200px) {
  .site-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1100px) {
  .site-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1050px) {
  .site-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 700px) {
  .site-title {
    font-size: 1.1rem;
  }
}

.printpage {
  float: right;
  margin: 15px;
  font-size: 1.5rem;
}

.subheading {
  margin: -15px 10px 10px 10px;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
  color: white;
}

.txtMenu {
  font-size: 1rem;
  font-weight: 900;
}

.news--image {
  border: 5px solid #FFF;
  box-shadow: 0px 0px 5px #333;
  float: right;
  max-width: 25%;
  margin: 10px;
}

.newscontainer {
  padding-bottom: 15px;
  background-color: #FFF;
}

.newsstory {
  line-height: 30px;
}
.newsstory .fas {
  padding: 0px 15px 0px 15px;
  display: block;
  font-size: 3rem;
  color: #5b7792;
  text-shadow: 2px 2px 2px #FFF;
}
.newsstory .col-md-2 {
  background-color: #e8f1fa;
  text-align: center;
  border-bottom: 1px dashed #91a1c0;
  padding: 10px 0px;
}
.newsstory .col-md-10 {
  background-color: #f9fbfe;
  border-bottom: 1px dashed #91a1c0;
}
.newsstory .newsdate {
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 2px 2px 2px #FFF;
  line-height: 20px;
  background-color: #5b7792;
  border-radius: 5px;
  color: #FFF;
  padding: 3px 6px;
  letter-spacing: -0.3px;
  display: inline;
}
.newsstory:last-child .col-md-2 {
  border: 0px;
}
.newsstory:last-child .col-md-10 {
  border: 0px;
}

.surveycontainer .newsstory {
  border-bottom: 1px dashed #91a1c0;
}
.surveycontainer .newsstory:last-child {
  border: 0px;
}

#nomargin {
  margin-bottom: 0px;
}

.fbcontainer {
  padding: 0px 15px 0px 0px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .fbcontainer {
    padding-left: 15px;
  }
}

.fbbox {
  margin: auto;
  text-align: center;
  background-color: #FFF;
  padding-bottom: 15px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .topportrait {
    display: none;
  }
}

/* MASTER SEARCH */
.newscontainer {
  background-color: #FFF;
}
.newscontainer .col-md-8 {
  width: 100%;
}

.newsstory .col-md-2 {
  width: 16.67%;
}
@media (max-width: 500px) {
  .newsstory .col-md-2 {
    width: 100%;
  }
  .newsstory .col-md-2 .newsdate {
    font-size: 0.9rem;
  }
  .newsstory .col-md-2 .fa-newspaper {
    display: none;
  }
}
.newsstory .col-md-10 {
  width: 83.3%;
}
@media (max-width: 550px) {
  .newsstory .col-md-10 {
    width: 100%;
  }
}

.search-container {
  margin: 0px -15px -22px -15px;
}
.search-container .search-iframe {
  width: 100%;
  border: 0px;
  height: 110px;
}
@media (max-width: 550px) {
  .search-container .search-iframe {
    height: 155px;
  }
}

body.portletBackground {
  margin: 0px 15px;
}

.linkspage h3 {
  font-size: 1.9rem;
  font-family: "Bree Serif", serif;
}
.linkspage h4 {
  font-size: 1.3rem;
}

#navigation .navbar-nav .show a.nav-link,
#navigation .navbar-nav a.nav-link:hover,
#navigation .navbar-nav .show a.nav-link:active,
#navigation .navbar-nav .show a.nav-link:focus {
  color: #FFF;
  text-shadow: none;
  background-color: #4C6085;
}

#navigation .navbar-nav .nav-item {
  text-shadow: none;
}

.dropdown-menu {
  border: 0px;
  box-shadow: 0px 2px 3px #333;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}
.dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 1.1rem;
  padding: 8px 20px 8px 20px;
}
@media (max-width: 992px) {
  .dropdown-menu {
    white-space: normal;
  }
}

.dropdown-item {
  border-left: 5px solid #FFF;
  padding-left: 1rem;
  margin: 0px;
  padding: 8px 20px 8px 15px;
}
@media (max-width: 992px) {
  .dropdown-item {
    white-space: normal;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  border-left: 5px solid #8093b7;
  background-color: #4C6085;
  color: #FFF;
}

.infobox {
  text-align: center;
  padding: 10px 30px 10px 15px;
  margin: 10px 0px 15px 0px;
  background-color: #e8f1fa;
  border-radius: 10px;
  border: 1px solid #bdd6f2;
  border-bottom: 4px solid #bdd6f2;
  font-weight: 700;
  line-height: 28px;
  color: #4a6076;
}
.infobox .fas {
  color: #22A94E;
  font-size: 1.4rem;
  width: 50px;
  height: auto;
}

#prefooter {
  background-color: #ecf3fb;
  color: #0F0A0A;
  padding: 0px;
  display: flex;
  flex-direction: row;
}
#prefooter .col-stats {
  width: 14%;
  padding: 10px;
  color: #4C6085;
  font-weight: 500;
  font-size: 1.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#prefooter .col-stats:nth-child(even) {
  background-color: #f9fbfe;
}

#prefooter2 {
  background-color: #d6e6f7;
  color: #0F0A0A;
  padding: 0px;
  display: flex;
  flex-direction: row;
}
#prefooter2 .col-stats {
  width: 14%;
  padding: 10px;
  color: #4C6085;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: "Bree Serif", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#prefooter2 .col-stats:nth-child(even) {
  background-color: #e3eefa;
}

.prefooter-header {
  background-color: #273144;
  margin: 0px;
  padding: 10px 15px;
  display: block;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
  color: #014C82 !important;
  background-color: #FFF;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #BAD5E8;
  text-align: center;
  font-size: 1.3em;
  z-index: 999;
}

.btn-outline-success {
  background-color: #FFF;
}

.recalls a {
  font-size: 2rem;
  font-weight: 800;
}
.recalls .row {
  padding: 15px;
  border-bottom: 1px dotted #999;
}
.recalls .row:nth-child(even) {
  background-color: #EFEFEF;
}
.recalls p {
  font-weight: 400;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .recalls img {
    max-width: 300px;
  }
  .recalls .col-md-2 {
    text-align: center;
  }
}

.topbar {
  background-color: #FFF;
  margin: 0px -15px;
  padding: 0px 15px;
}
.topbar ul.directory {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.topbar ul.directory .fas {
  float: none;
}
.topbar ul.directory li {
  margin: 0px;
}
.topbar ul.directory li a {
  box-shadow: none;
  background-color: #297ad4;
  background-color: #008080;
  background-color: #E8E3A9;
  background-color: #004400;
  background-color: #FAE70B;
  color: #FFF;
  color: #006600;
  color: #E8E3A9;
  color: #297ad4;
  text-shadow: none;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 800;
}
.topbar ul.directory li a:hover {
  background-color: #FAE70B;
  background-color: #297ad4;
  color: #297ad4;
  color: #FFF;
  text-shadow: none;
}
.topbar ul.directory li a.logintop {
  border-radius: 0px;
}
.topbar .subheading {
  margin: 0px 15px;
  font-size: 0.8rem;
  font-weight: 300;
}

#login {
  position: fixed;
  z-index: 50;
  margin: -35px 0px 0px 215px;
  background-color: #297ad4;
  padding: 5px;
  font-weight: 800;
  font-size: 1.25rem;
  border: 2px solid #FFF;
  border-top: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}
#login a {
  color: #FFF;
}/*# sourceMappingURL=styles.css.map */