/* Mixins for reusable styles */
/****** To use these, call the element within the less stylesheet like this:

.parentElement {
  .angled-element();
  /* Add others styles as usual 
  background-color: #000;
}

******/
.feature-card-mixin {
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  padding: 0;
}
.feature-card-mixin .field--name-body {
  padding: 7px;
}
html body {
  /**** End Mega Nav Madness ****/
  /**** Left Sidebar -- Left Nav Styles ****/
}
@media screen and (max-width: 991px) {
  html body .btn-close {
    left: 20px !important;
    top: 50px !important;
    background: #164a7c;
  }
}
html body .mm-page {
  padding-top: 0 !important;
}
html body .mm-panels {
  background: intial;
  background-color: #4d4d4d !important;
}
html body .mm-panels .mm-panel,
html body .mm-panels .mm-navbar {
  background: intial;
  background-color: #4d4d4d !important;
}
html body .mm-panels .mm-panel a,
html body .mm-panels .mm-navbar a {
  color: #fff;
}
html body .mm-panels .mm-panel a:after,
html body .mm-panels .mm-navbar a:after,
html body .mm-panels .mm-panel a:before,
html body .mm-panels .mm-navbar a:before {
  border-color: #fff;
}
html body .mm-panels .mm-panel a.is-active,
html body .mm-panels .mm-navbar a.is-active {
  color: #FBB91E;
}
html body .mm-panels .mm-panel .mm-listitem_selected > .mm-listitem__text,
html body .mm-panels .mm-navbar .mm-listitem_selected > .mm-listitem__text {
  background-color: #333333;
}
html body .mm-navbars_top .mm-navbar {
  background-color: #4d4d4d !important;
}
html body .mm-navbars_top .mm-navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  color: white;
  margin: 1rem 0;
}
html body .mm-navbars_top .mm-navbar ul li {
  padding: 4px 4px;
}
html body .mm-navbars_top .mm-navbar ul li a {
  border-right: 1px solid #fff;
  padding-right: 7px;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  html body .mm-navbars_top .mm-navbar ul li:last-child a {
    display: none;
  }
}
html body #block-drupalbase-custom-headerquicklinksmobile {
  display: none;
}
@media screen and (max-width: 991px) {
  html body #block-drupalbase-custom-headerquicklinksmobile {
    display: block;
  }
}
html body #block-drupalbase-custom-headerquicklinksmobile .dropdown button {
  background: transparent;
  border: 0;
  color: #4d4d4d;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 0;
}
html body #block-drupalbase-custom-headerquicklinksmobile .dropdown button:after {
  content: '\f078';
  font-family: 'Font Awesome 6 Pro';
  padding-left: 0.3rem;
}
html body #block-drupalbase-custom-headerquicklinksmobile .dropdown.open button:after {
  content: '\f077';
}
html body #block-drupalbase-custom-headerquicklinksmobile .dropdown .dropdown-menu {
  border-radius: 0;
}
html body #block-drupalbase-custom-headerquicklinksmobile .dropdown .dropdown-menu a {
  display: block;
  font-weight: normal;
  padding: 1rem;
  border: none;
}
html body #block-headerquicklinks {
  display: block;
}
@media screen and (max-width: 991px) {
  html body #block-headerquicklinks {
    display: none;
  }
}
html body #block-headerquicklinks,
html body #block-drupalbase-custom-headerquicklinksmobile {
  margin-top: 12px;
  text-align: right;
  right: 0;
}
html body #block-headerquicklinks ul:not(.contextual-links),
html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 991px) {
  html body #block-headerquicklinks ul:not(.contextual-links),
  html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) {
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: end;
  }
}
@media screen and (max-width: 425px) {
  html body #block-headerquicklinks ul:not(.contextual-links),
  html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) {
    text-align: center;
  }
}
html body #block-headerquicklinks ul:not(.contextual-links) .lang-link,
html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) .lang-link {
  display: none;
}
@media screen and (max-width: 991px) {
  html body #block-headerquicklinks ul:not(.contextual-links) .lang-link,
  html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) .lang-link {
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  html body #block-headerquicklinks ul:not(.contextual-links) li,
  html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) li {
    padding: 0 4px;
  }
}
@media screen and (max-width: 425px) {
  html body #block-headerquicklinks ul:not(.contextual-links) li,
  html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) li {
    padding-left: 0;
  }
  html body #block-headerquicklinks ul:not(.contextual-links) li a,
  html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) li a {
    border-right: 1px solid #4d4d4d;
    padding-right: 3px;
  }
  html body #block-headerquicklinks ul:not(.contextual-links) li:last-child > a,
  html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) li:last-child > a {
    border: none;
    padding-right: 0;
  }
}
html body #block-headerquicklinks ul:not(.contextual-links) li:last-child a,
html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) li:last-child a {
  background-color: #C15415;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}
html body #block-headerquicklinks ul:not(.contextual-links) li:last-child a:hover,
html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) li:last-child a:hover {
  color: #fff;
  text-decoration: underline;
}
html body #block-headerquicklinks ul:not(.contextual-links) li a,
html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) li a {
  color: #4d4d4d;
  font-size: 1.2rem;
  font-weight: bold;
}
html body #block-headerquicklinks ul:not(.contextual-links) li a:hover,
html body #block-drupalbase-custom-headerquicklinksmobile ul:not(.contextual-links) li a:hover {
  color: #FA9800;
}
html body #block-headerquicklinks .field--name-body > ul,
html body #block-drupalbase-custom-headerquicklinksmobile .field--name-body > ul {
  padding-left: 0 !important;
}
@media screen and (max-width: 425px) {
  html body #block-headerquicklinks .field--name-body > ul li,
  html body #block-drupalbase-custom-headerquicklinksmobile .field--name-body > ul li {
    line-height: 2;
  }
}
html body .logo {
  float: none !important;
}
@media screen and (max-width: 991px) {
  html body .logo {
    float: none !important;
  }
}
html body .logo img {
  display: inline-block;
  max-width: 175px;
  width: 100%;
  z-index: 15;
  position: relative;
  left: 25px;
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  html body .logo img {
    left: auto;
    width: 47%;
  }
}
html body .search-block-form,
html body #block-searchformmindbreeze {
  /*width: 100%;*/
  height: 32px;
  background-color: #fff;
  padding: 0;
  border: 0;
  color: #000;
  font-size: 0.8em;
  top: 47px;
  margin-top: 5px;
  margin-right: 20px;
  position: absolute;
  right: 0;
}
html body .search-block-form:after,
html body #block-searchformmindbreeze:after {
  clear: right !important;
}
html body .search-block-form form,
html body #block-searchformmindbreeze form {
  margin-top: -3px;
  padding: 0;
}
html body .search-block-form input.form-control,
html body #block-searchformmindbreeze input.form-control {
  border: none;
  box-shadow: none;
  transition: none;
  padding: 0 12px;
  background-color: transparent;
}
html body .search-block-form input#search-query,
html body #block-searchformmindbreeze input#search-query {
  width: 240px;
  height: 30px;
}
html body .search-block-form .btn,
html body #block-searchformmindbreeze .btn,
html body .search-block-form button,
html body #block-searchformmindbreeze button {
  padding: 6px 0 !important;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 7px;
}
html body .wrapper-site-top {
  background-color: #4F4F4F;
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  html body .wrapper-site-top #block-drupalbase-custom-languagelinks {
    display: none;
  }
}
html body .wrapper-site-top #block-drupalbase-custom-languagelinks .field--name-body ul {
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  margin-top: 1rem;
}
html body .wrapper-site-top #block-drupalbase-custom-languagelinks .field--name-body ul li {
  color: #fff;
  padding-bottom: 0;
  font-size: 1.37rem;
}
@media screen and (max-width: 767px) {
  html body .wrapper-site-top #block-drupalbase-custom-languagelinks .field--name-body ul li {
    font-size: 12px;
  }
}
html body .wrapper-site-top #block-drupalbase-custom-languagelinks .field--name-body ul li a {
  color: #fff;
}
html body .nav-outer-wrapper {
  width: 100%;
  display: block;
  overflow: visible;
  /*background: #256081;*/
  background: #164a7c;
}
@media screen and (max-width: 991px) {
  html body .nav-outer-wrapper {
    order: 0;
  }
}
html body .nav-outer-wrapper ul#horizontal-menu li {
  padding: 13px 15px 8px 10px;
}
html body .nav-outer-wrapper ul#horizontal-menu li.menu-item--expanded:after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  font-weight: 900;
  display: inline-block;
}
html body .nav-outer-wrapper ul#horizontal-menu li a {
  color: #fff !important;
  background-color: #164a7c;
  font-size: 1.37rem;
  padding: 8px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline;
}
html body .nav-outer-wrapper ul#horizontal-menu li a:hover {
  color: #FBB91E !important;
}
html body .nav-outer-wrapper ul#horizontal-menu li.menu-item--active-trail a.sf-with-ul {
  color: #FBB91E !important;
}
html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/laws-rules"],
html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/subscribe-govdelivery-get-latest-news"],
html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/about/careers"],
html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/contact"],
html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/about"] {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/laws-rules"],
  html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/subscribe-govdelivery-get-latest-news"],
  html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/about/careers"],
  html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/contact"],
  html body .nav-outer-wrapper ul#horizontal-menu li.menu-item a[href*="/about"] {
    display: block;
  }
}
html body .nav-outer-wrapper ul#horizontal-menu .sub-nav {
  background-color: #164a7c;
  min-width: 200px;
}
html body .nav-outer-wrapper ul#horizontal-menu .sub-nav li {
  padding: 8px 8px 8px 10px;
}
html body .nav-outer-wrapper ul#horizontal-menu .sub-nav li a::after {
  content: "";
}
html body .nav-outer-wrapper ul#horizontal-menu .sub-nav li:last-child a {
  border-bottom: none;
}
html body .nav-outer-wrapper ul#horizontal-menu .sub-nav .menu-item a {
  color: #FFFDD0 !important;
  border-bottom: 1px solid #fff;
  display: block;
}
html body .nav-outer-wrapper ul#horizontal-menu .sub-nav .menu-item a:after {
  content: "";
}
@media screen and (max-width: 991px) {
  html body .nav-outer-wrapper {
    /*background: #256081;*/
    background: #164a7c;
  }
}
html body .nav-outer-wrapper .navbar {
  max-width: 1260px;
  width: 100%;
  padding-left: 8px;
  padding-right: 0;
  margin: 0 auto;
  overflow: visible;
  border-radius: 0;
  border: 0;
}
@media screen and (max-width: 991px) {
  html body .nav-outer-wrapper .navbar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    /*background: #256081;*/
    background: #164a7c;
  }
}
html body .nav-outer-wrapper .navbar.navbar-default {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  html body .nav-outer-wrapper .navbar button#menu-button {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  html body .nav-outer-wrapper .navbar button#menu-button {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  html body .nav-outer-wrapper .navbar nav .navbar-header {
    /*float: left;*/
  }
}
html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation {
  /**** This is for sense of place. If you need to target other active behaviors do it elsewhere :-D */
  /* WW .navbar-we-mega-menu.navbar .nav-tabs .navtabs.li.active>a, .navbar-we-mega-menu.navbar .nav-tabs>li.active>a:focus, .navbar-we-mega-menu.navbar .nav-tabs>li.active>a:hover {
                            @media @max991 {
                                background: #215893;
                                color: #fff;
                            }
              }*/
}
@media screen and (max-width: 991px) {
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .search-api-page-block-form-search,
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation #block-searchformmindbreeze-2 {
    position: absolute;
    right: 10px;
    top: 0;
    width: 70%;
    text-align: right;
  }
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .search-api-page-block-form-search:placeholder,
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation #block-searchformmindbreeze-2:placeholder {
    color: #fff;
  }
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .search-api-page-block-form-search input,
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation #block-searchformmindbreeze-2 input {
    height: 32px;
    background-color: #0A354B;
    border: 1px solid #7F7F7F;
    padding: 4px 0 4px 12px;
    border-radius: 0;
    color: #fff;
    font-size: 0.8em;
    width: 96%;
    margin-top: 10px;
  }
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .search-api-page-block-form-search input.form-search,
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation #block-searchformmindbreeze-2 input.form-search {
    /* width: 225px;*/
    color: #fff;
  }
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .search-api-page-block-form-search button,
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation #block-searchformmindbreeze-2 button {
    background-color: transparent;
    border: none;
    padding: 0 5px;
    margin-right: 0px;
    color: #fff;
    margin-left: -32px;
  }
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation #block-responsivemenumobileicon {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .search-api-page-block-form-search,
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation #block-searchformmindbreeze {
    width: 200px;
  }
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .search-api-page-block-form-search input.form-search,
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation #block-searchformmindbreeze input.form-search {
    width: 180px;
  }
}
html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .we-mega-menu-submenu li.we-mega-menu-li.active > a,
html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover,
html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus {
  background: #eee;
  color: #256081;
}
@media screen and (max-width: 991px) {
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .we-mega-menu-submenu li.we-mega-menu-li.active > a,
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover,
  html body .nav-outer-wrapper .navbar nav .navbar-header .region-navigation .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus {
    background: #215893;
  }
}
@media screen and (max-width: 991px) {
  html body .main-container .row aside {
    order: 2;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
  }
}
html body .main-container .row aside .region-sidebar-left {
  margin-top: 60px;
}
html body .main-container .row aside .region-sidebar-left h2#block-mainnavigation-2-menu a {
  color: #0f6c8d;
  border-bottom: none;
  text-decoration: none;
  font-size: 2.6rem;
}
html body .main-container .row aside .region-sidebar-left h2#block-mainnavigation-2-menu a:hover {
  text-decoration: none;
  color: #363636;
}
html body .main-container .row aside .region-sidebar-left .nav > li > a:hover,
html body .main-container .row aside .region-sidebar-left .nav > li > a:focus {
  background-color: transparent;
}
html body .main-container .row aside .region-sidebar-left ul.menu li,
html body .main-container .row aside .region-sidebar-left ul li {
  width: 100%;
  position: relative;
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 0 0 !important;
  border-left: transparent 2px solid;
  padding-top: 6px;
  padding-left: 10px;
  padding-bottom: 7px;
  border-bottom: 1pt solid #ddd;
}
html body .main-container .row aside .region-sidebar-left ul.menu li:last-child,
html body .main-container .row aside .region-sidebar-left ul li:last-child {
  border-bottom: none;
}
html body .main-container .row aside .region-sidebar-left ul.menu li.active-trail,
html body .main-container .row aside .region-sidebar-left ul li.active-trail {
  border-left: #256081 2px solid;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf4f9+0,ffffff+100 */
  background: #edf4f9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #edf4f9 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #edf4f9 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #edf4f9 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf4f9', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
html body .main-container .row aside .region-sidebar-left ul.menu li.active-trail ul,
html body .main-container .row aside .region-sidebar-left ul li.active-trail ul {
  padding-left: 3px;
}
html body .main-container .row aside .region-sidebar-left ul.menu li.active-trail ul li.active-trail,
html body .main-container .row aside .region-sidebar-left ul li.active-trail ul li.active-trail {
  padding-bottom: 7px;
}
html body .main-container .row aside .region-sidebar-left ul.menu li ul li ul li a,
html body .main-container .row aside .region-sidebar-left ul li ul li ul li a {
  display: block;
  color: #04457d;
}
html body .main-container .row aside .region-sidebar-left ul.menu li a,
html body .main-container .row aside .region-sidebar-left ul li a {
  color: #04457d;
  font-size: 1.5rem;
  padding: 0;
  border-bottom: none;
  display: block;
  text-decoration: none;
}
html body .main-container .row aside .region-sidebar-left ul.menu li a:hover,
html body .main-container .row aside .region-sidebar-left ul li a:hover,
html body .main-container .row aside .region-sidebar-left ul.menu li a.active-trail,
html body .main-container .row aside .region-sidebar-left ul li a.active-trail,
html body .main-container .row aside .region-sidebar-left ul.menu li a:focus,
html body .main-container .row aside .region-sidebar-left ul li a:focus {
  color: #575757;
}
html body .main-container .row aside .region-sidebar-left ul.menu li a.active-trail,
html body .main-container .row aside .region-sidebar-left ul li a.active-trail,
html body .main-container .row aside .region-sidebar-left ul.menu li a:focus,
html body .main-container .row aside .region-sidebar-left ul li a:focus {
  font-weight: 600;
}
html body .main-container .row aside .region-sidebar-left ul.menu li:hover,
html body .main-container .row aside .region-sidebar-left ul li:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#deedf9+0,ffffff+100 */
  background: #deedf9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #deedf9 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #deedf9 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #deedf9 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deedf9', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
html body .main-container .row aside .region-sidebar-left ul.menu li a.active-trail,
html body .main-container .row aside .region-sidebar-left ul li a.active-trail {
  font-weight: 600;
  font-size: 1.5rem;
  color: #575757;
}
html body .main-container .row aside .region-sidebar-left ul.menu li a.active-trail.has-children,
html body .main-container .row aside .region-sidebar-left ul li a.active-trail.has-children {
  padding-bottom: 5px;
}
html body .main-container .row aside .region-sidebar-left ul.menu ul li.active-trail,
html body .main-container .row aside .region-sidebar-left ul ul li.active-trail {
  border-left: #256081 2px solid;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eff4f7+0,e0edf9+100 */
  background: #eff4f7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #e0edf9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #e0edf9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #e0edf9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0edf9', GradientType=1);
  /* IE6-9 */
}
html body .main-container .row aside .region-sidebar-left ul.menu ul li ul,
html body .main-container .row aside .region-sidebar-left ul ul li ul {
  padding-top: 5px;
}
html body .main-container .row aside .region-sidebar-left ul.menu ul li:hover,
html body .main-container .row aside .region-sidebar-left ul ul li:hover {
  border-left: #256081 2px solid;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eff4f7+0,d9e9f7+100 */
  background: #eff4f7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #d9e9f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #d9e9f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #d9e9f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9e9f7', GradientType=1);
  /* IE6-9 */
}
html body .main-container .row aside .region-sidebar-left ul.menu ul.dropdown-menu > li > a,
html body .main-container .row aside .region-sidebar-left ul ul.dropdown-menu > li > a {
  white-space: unset;
  padding-right: 10px;
}
html body .main-container .row aside .region-sidebar-left ul.menu ul.dropdown-menu > li > a:hover,
html body .main-container .row aside .region-sidebar-left ul ul.dropdown-menu > li > a:hover,
html body .main-container .row aside .region-sidebar-left ul.menu ul.dropdown-menu > li > a:focus,
html body .main-container .row aside .region-sidebar-left ul ul.dropdown-menu > li > a:focus {
  background-color: transparent;
}
html body .main-container .row .region-content-top .col-lg-10 {
  margin-left: 0;
  padding-left: 0;
}
html body .main-container .row .region-content-top ol.breadcrumb {
  color: #4d4d4d;
  padding: 13px 0 8px;
  width: 100%;
  margin: 0;
  background: none;
  font-size: 1.4rem;
}
html body .main-container .row .region-content-top ol.breadcrumb li {
  padding-bottom: 4px;
}
html body .main-container .row .region-content-top ol.breadcrumb li.active {
  font-size: 1em;
  color: #4d4d4d;
}
html body .main-container .row .region-content-top ol.breadcrumb li a {
  text-decoration: none;
  color: #4d4d4d;
}
html body .main-container .row .region-content-top ol.breadcrumb li a:visited {
  color: #4d4d4d;
}
html body .main-container .row .region-content-top ol.breadcrumb li a:focus,
html body .main-container .row .region-content-top ol.breadcrumb li a:hover {
  text-decoration: underline;
}
html body .main-container .row .region-content-top ol.breadcrumb li:before {
  padding-right: 3px;
}
html body article.book .field--name-field-references {
  margin-bottom: 30px;
}
html body article.book .footer-book-nav {
  list-style-type: none;
  width: 100%;
  margin-top: 20px;
  text-align: right;
}
html body article.book .footer-book-nav a {
  width: 33%;
  min-width: 33%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  html body article.book .footer-book-nav a {
    width: 100%;
    text-align: left;
    padding: 10px;
  }
}
html body article.book .footer-book-nav a.next {
  text-align: right;
}
@media screen and (max-width: 991px) {
  html body article.book .footer-book-nav a.next {
    text-align: left;
  }
}
html body article.book .footer-book-nav a.next:after {
  content: ">";
  background-color: #fa9800;
  color: #fff;
  font-size: 1.2em;
  padding: 3px 7px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
html body article.book .footer-book-nav a.previous {
  text-align: left;
}
@media screen and (max-width: 991px) {
  html body article.book .footer-book-nav a.previous {
    text-align: left;
  }
}
html body article.book .footer-book-nav a.previous:before {
  content: "<";
  background-color: #fa9800;
  color: #fff;
  font-size: 1.2em;
  padding: 3px 7px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
html body article.book .footer-book-nav a:focus {
  outline: none;
}
html body.page-node-38516 .search-results-count {
  width: 100%;
  background-color: #F6F6F2;
  padding: 4px 6px;
  margin-top: 15px;
  margin-bottom: 15px;
}
html body.page-node-38516 form .mb-query {
  width: 50%;
  margin-bottom: 30px;
  height: 35px;
  padding: 4px;
}
html body.page-node-38516 .mb-metadata {
  margin-top: 0;
  font-size: 1.2rem;
  font-style: italic;
}
html body.page-node-38516 .mb-content {
  line-height: initial;
  margin: initial;
  padding: initial;
}
html body.page-node-38516 .mb-content em {
  font-weight: 600;
}
html body.page-node-38516 [data-template="pages"] {
  text-align: center;
}
html body.page-node-38516 .pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  list-style-type: none;
}
html body.page-node-38516 .pagination ul li {
  display: inline;
}
html body.page-node-38516 .pagination ul li.disabled {
  display: none;
}
html body.page-node-38516 .pagination ul li a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 1pt solid #ddd;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0067c4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
html body.page-node-38516 .pagination ul li a:hover {
  color: #164A7C;
  text-decoration: underline;
}
html body.page-node-38516 .pagination ul li a:visited {
  color: #164A7C;
  text-decoration: none;
}
html body.page-node-38516 .pagination ul li.active a {
  background: #0b486b;
  color: #fff;
}
html body.page-node-38516 .pagination a {
  border-bottom: 1pt solid #ddd;
}
