@charset "UTF-8";
/*
Theme Name:	EJSBS
Description: Custom theme for Environmental Justice
State by State 
Version: 1.0
Author: Gabe Halberg / Dadra Design
Author URI: https://dadradesign.com
*/
*:not(select) {
  margin: 0;
  padding: 0;
  border: 0;
}

.clear {
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
}

/* disable default styling for various browsers */
input[type=search],
input:not([type=radio]):not([type=checkbox]),
textarea {
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
}

footer {
  position: relative;
  padding: 30px 20px;
  font-size: 1.05em;
  color: #fff;
  background: #1c1117;
  z-index: 1000;
}
@media screen and (min-width: 800px) {
  footer {
    padding: 60px 40px 40px 40px;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    padding: 80px 40px 40px 40px;
  }
}
footer .footer-content {
  max-width: 650px;
}
@media screen and (min-width: 800px) {
  footer .footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    max-width: 1340px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-content {
    grid-gap: 120px;
  }
}
footer h4 {
  text-transform: uppercase;
  color: #de7927;
}
footer h4 a {
  color: inherit !important;
}
footer a {
  color: #fff !important;
}
footer a.button, footer .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm footer a {
  margin: 0 0 50px 0;
  font-weight: 600;
  color: #1c1117 !important;
  background: #de7927;
}
@media screen and (min-width: 800px) {
  footer a.button, footer .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm footer a {
    margin: 0;
  }
}
footer a.button:hover, footer .page-template-directory-landing .tt_mobile_sm a:hover, .page-template-directory-landing .tt_mobile_sm footer a:hover {
  background: #de7927;
}
footer a#footer-logo {
  display: block;
  width: 276px;
  height: 45px;
  margin: 0 0 40px 0;
  text-indent: -9999px;
  background: url(images/logo-footer-white.png) no-repeat;
  background-size: 276px 45px;
}
@media screen and (min-width: 450px) {
  footer a#footer-logo {
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 450px) {
  footer .ejc-411 {
    display: grid;
    grid-template-columns: 140px auto;
    grid-gap: 30px;
    margin: 0 0 50px 0;
  }
}
footer .ejc-411 a#ejc-logo {
  display: block;
  width: 140px;
  height: 68px;
  margin: 20px 0 30px 0;
  text-indent: -9999px;
  background: url(images/ejc-logo-white.png) no-repeat;
  background-size: 140px 68px;
}
@media screen and (min-width: 450px) {
  footer .ejc-411 a#ejc-logo {
    margin: 0;
  }
}
footer .ejc-411 .footer-address {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 450px) {
  footer .ejc-411 .footer-address {
    margin: 0;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
footer .footer-copy .content {
  max-width: 1400px;
  margin: 40px auto 0 auto;
  padding-top: 40px;
  text-align: center;
  font-size: 0.8em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 800px) {
  footer .footer-copy .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    text-align: left;
  }
}
footer .footer-copy .content p {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 800px) {
  footer .footer-copy .content p {
    margin: 0;
  }
}
footer .footer-copy .content a {
  padding: 5px 20px;
  font-weight: 400;
  border-radius: 5px;
}
footer .footer-copy .content a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 800px) {
  footer .footer-copy #footer-privacy {
    text-align: center;
  }
}
@media screen and (min-width: 800px) {
  footer .footer-copy #dadra {
    margin-right: -20px;
    text-align: right;
  }
}

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  padding: 10px 20px;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  background: #000;
  border-radius: 5px;
  z-index: 20000;
  transition: none;
}
a.skip:active, a.skip:focus, a.skip:hover {
  top: 60px;
  left: 30%;
}
@media screen and (min-width: 1000px) {
  a.skip:active, a.skip:focus, a.skip:hover {
    top: 0;
    left: 45%;
  }
}

.shiftnav-wrap {
  margin-top: 0 !important;
}

#shiftnav-toggle-main {
  height: 50px;
  padding: 0 !important;
}
#shiftnav-toggle-main.filters-active {
  display: none;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
  padding: 0 !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content a {
  display: block;
  width: 200px;
  height: 33px;
  margin: 7px 0 0 20px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat center center;
  background-size: 200px 33px;
}
#shiftnav-toggle-main .shiftnav-toggle-burger {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 20px !important;
  font-size: 1.75em;
}
@media screen and (min-width: 650px) {
  #shiftnav-toggle-main .shiftnav-toggle-burger {
    padding-right: 30px !important;
  }
}
#shiftnav-toggle-main .shiftnav-toggle-burger i:before {
  display: inline-block;
  margin-top: 3px !important;
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#shiftnav-main {
  background: #325f7f;
}
#shiftnav-main .shiftnav-inner {
  position: relative;
}
#shiftnav-main .shiftnav-menu li ul {
  margin-bottom: 5px;
  background: none !important;
}
#shiftnav-main .shiftnav-menu li ul li a {
  padding: 6px 25px 6px 50px !important;
  text-transform: none;
}
#shiftnav-main .shiftnav-menu a {
  padding: 15px 25px !important;
  font-size: 1.3em !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  font-family: century-gothic, sans-serif;
  background: none !important;
}
#shiftnav-main .shiftnav-menu a:hover {
  text-decoration: underline;
}
#shiftnav-main .shiftnav-menu span.shiftnav-submenu-activation {
  color: #24171d !important;
  background: none !important;
}
#shiftnav-main .shiftnav-menu-image {
  margin-bottom: 12px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#shiftnav-main .shiftnav-menu-image img {
  display: block;
  width: 170px !important;
}
#shiftnav-main .shiftnav-search {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform {
  background: none !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-input {
  font-size: 1.1em !important;
  font-family: omnes-semicond, sans-serif !important;
  border: 0 !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-submit {
  color: #666 !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-submit:hover {
  background: none;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
  background: none !important;
}

div#translate-mobile {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin: 15px 0 0 0;
  padding: 25px !important;
  font-size: 1.15em !important;
  color: #fff !important;
  font-weight: 400;
  font-family: century-gothic, sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
div#translate-mobile .prisna-wp-translate-container-custom {
  float: none !important;
  width: 100%;
}
div#translate-mobile .prisna-wp-translate-container-custom .prisna-wp-translate-sub-container {
  float: none !important;
  width: 100%;
}
div#translate-mobile .prisna-wp-translate-current-language-arrow {
  top: 25px !important;
  right: 5px !important;
  border-width: 3px !important;
}
div#translate-mobile .prisna-wp-translate-body {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border: 0 !important;
  z-index: 1 !important;
  background: none !important;
}
div#translate-mobile .prisna-wp-translate-current-language {
  padding: 0 !important;
  font-size: 1.1em !important;
  font-family: omnes-semicond, sans-serif !important;
}
div#translate-mobile .prisna-wp-translate-current-language span {
  display: block !important;
  padding: 15px 0 !important;
  color: #fff !important;
}
div#translate-mobile .prisna-wp-translate-container {
  height: auto !important;
}
div#translate-mobile .prisna-wp-translate-sub-container {
  height: auto !important;
}
div#translate-mobile .prisna-wp-translate-sub-container a {
  padding: 15px 25px !important;
  font-family: omnes-semicond, sans-serif !important;
}
div#translate-mobile .prisna-wp-translate-sub-container a span {
  font-size: 1.4em !important;
  font-family: omnes-semicond, sans-serif !important;
}
div#translate-mobile .prisna-wp-translate-languages-list {
  position: absolute !important;
  top: 50px !important;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background: none !important;
  box-shadow: none !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p {
  padding: 0 !important;
  border: 0 !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p.prisna-wp-translate-completed a {
  color: #fff !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p.prisna-wp-translate-completed a span {
  color: #fff !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p:hover {
  color: #fff !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p a {
  font-family: omnes-semicond, sans-serif !important;
  color: #fff !important;
  background: none !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p a span {
  color: #fff !important;
}
div#translate-mobile .prisna-wp-translate-languages-list-opened .prisna-wp-translate-body {
  box-shadow: none !important;
}

header {
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  header {
    position: fixed !important;
    top: 0;
    left: auto;
    width: 100%;
    height: 75px;
    background: #fff;
    overflow: visible;
    z-index: 1000000 !important;
  }
}
header #header-content {
  position: relative;
  box-sizing: border-box;
  max-width: 1400px;
  height: 75px;
  margin: 0 auto;
}
header #header-content:after {
  content: "";
  display: table;
  clear: both;
}
header #header-content a#logo {
  transition: none;
  display: block;
  position: absolute;
  top: 13px;
  left: 30px;
  width: 220px;
  height: 36px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat;
  background-size: 220px 36px;
}
@media screen and (min-width: 1200px) {
  header #header-content a#logo {
    width: 276px;
    height: 45px;
    background-size: 276px 45px;
  }
}
header .main-menu-wrap {
  float: right;
  display: flex;
  padding-right: 10px;
}
header div#translate {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 55px !important;
  margin: 10px 0;
  padding: 0 !important;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 500;
  color: #24171d !important;
  transition: all 0.15s ease;
}
header div#translate .prisna-wp-translate-container {
  height: auto !important;
}
header div#translate .prisna-wp-translate-container.prisna-wp-translate-languages-list-opened {
  color: #fff !important;
  background: #325f7f !important;
  border: 0 !important;
  border-radius: 5px !important;
}
header div#translate .prisna-wp-translate-container.prisna-wp-translate-languages-list-opened .prisna-wp-translate-sub-container span {
  color: #fff !important;
}
header div#translate .prisna-wp-translate-container .prisna-wp-translate-sub-container {
  height: auto !important;
}
header div#translate .prisna-wp-translate-body {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 55px !important;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: none !important;
}
header div#translate .prisna-wp-translate-current-language {
  box-sizing: border-box !important;
  max-height: none !important;
  padding: 22px 25px !important;
  font-family: omnes-semicond, sans-serif !important;
  font-size: 1em !important;
  font-weight: 500 !important;
  color: #fff !important;
  border-radius: 5px !important;
  transition: all 0.15s ease;
}
header div#translate .prisna-wp-translate-sub-container a {
  height: auto !important;
  max-height: none !important;
  padding: 13px 25px !important;
  line-height: 10px !important;
  font-family: omnes-semicond, sans-serif !important;
  font-size: 0.95em !important;
}
header div#translate .prisna-wp-translate-current-language-arrow {
  position: relative !important;
  top: auto !important;
  right: 10px !important;
  margin: 5px 0 0 0 !important;
  border-width: 3px !important;
}
header div#translate .prisna-wp-translate-languages-list-opened {
  border: 1px solid #ccc !important;
}
header div#translate .prisna-wp-translate-languages-list-opened .prisna-wp-translate-body {
  box-shadow: none !important;
  position: relative !important;
}
header div#translate .prisna-wp-translate-languages-list {
  position: absolute !important;
  top: 65px !important;
  right: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  padding: 10px 0 !important;
  background: #325f7f !important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
}
header div#translate .prisna-wp-translate-languages-list:after {
  position: absolute;
  top: -10px;
  right: 21px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #325f7f;
}
header div#translate .prisna-wp-translate-languages-list:before {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
}
header div#translate .prisna-wp-translate-languages-list p {
  padding: 0 !important;
  border: 0 !important;
}
header div#translate .prisna-wp-translate-languages-list a {
  display: block !important;
  box-sizing: border-box !important;
  color: #fff !important;
}
header div#translate .prisna-wp-translate-languages-list a span {
  font-size: 0.95em !important;
  color: #fff !important;
}
header div#translate .prisna-wp-translate-languages-list a:hover {
  background: #3d749b !important;
}
nav.ubermenu {
  height: 55px !important;
  margin: 10px 0;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}
nav.ubermenu > ul > li > .ubermenu-target {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 55px !important;
  margin: 0 0 10px 0;
  padding: 0 !important;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 500;
  color: #24171d !important;
  transition: all 0.15s ease;
}
nav.ubermenu > ul > li > .ubermenu-target:hover span {
  color: #fff !important;
  background: #325f7f;
}
nav.ubermenu > ul > li > .ubermenu-target:focus {
  outline: none;
}
nav.ubermenu > ul > li > .ubermenu-target span {
  padding: 10px 22px;
  border-radius: 5px;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1200px) {
  nav.ubermenu > ul > li > .ubermenu-target span {
    padding: 10px 25px !important;
  }
}
nav.ubermenu > ul > li.ubermenu-active > .ubermenu-target {
  color: #fff !important;
}
nav.ubermenu > ul > li.ubermenu-active > .ubermenu-target span {
  color: #fff !important;
  background: #325f7f;
}
nav.ubermenu > ul > li.ubermenu-active > .ubermenu-target .ubermenu-sub-indicator {
  transition: all 0.15s ease;
}
nav.ubermenu > ul > li.translation-placeholder > .ubermenu-target {
  margin-left: 20px;
  padding: 0 0 0 10px !important;
  font-size: 0.85em;
  color: #24171d !important;
  background: none;
  border-left: 1px solid #ccc;
}
nav.ubermenu > ul > li.translation-placeholder > .ubermenu-target:hover {
  color: #24171d !important;
  background: none;
}
nav.ubermenu > ul > li.translation-placeholder > .ubermenu-target span {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
nav.ubermenu > ul > li.translation-placeholder i {
  margin: 0 0 0 3px;
}
nav.ubermenu > ul > li.nav-search {
  margin-right: 15px;
}
nav.ubermenu > ul > li.nav-search .ubermenu-target {
  padding: 0 25px !important;
  font-size: 0.75em;
}
nav.ubermenu > ul > li.nav-search .ubermenu-target:hover {
  cursor: pointer !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu {
  min-width: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block {
  width: 500px;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block .ubermenu-search {
  width: 100% !important;
  padding: 0 0 0 20px !important;
  background: #fff !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form {
  height: auto !important;
  background: none !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form .ubermenu-search-input {
  max-width: none !important;
  padding: 25px 5px !important;
  font-size: 1.5em;
  font-family: omnes-semicond, sans-serif !important;
  border: 0 !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form .ubermenu-search-submit {
  width: 70px !important;
  font-size: 0.9em;
  transition: all 0.15s ease;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form .ubermenu-search-submit:hover {
  color: #666;
}
nav.ubermenu .ubermenu-has-submenu-drop {
  transition: all 0.15s ease;
}
nav.ubermenu .ubermenu-has-submenu-drop > .ubermenu-target span {
  padding-right: 35px !important;
}
nav.ubermenu .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  font-size: 0.8em;
  top: 50% !important;
  right: 15px !important;
}
nav.ubermenu .ubermenu-has-submenu-drop > .ubermenu-target:hover > .ubermenu-sub-indicator {
  color: #fff !important;
  opacity: 1;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout {
  padding: 10px 0;
  background: #325f7f !important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
  overflow: visible !important;
  clip: auto !important;
  z-index: 10000;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout:before {
  position: absolute;
  top: -10px;
  left: 21px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #325f7f;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li:last-child {
  border-bottom: 0 !important;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li > a {
  padding: 12px 20px !important;
  font-family: omnes-semicond, sans-serif;
  font-size: 0.95em;
  font-weight: 500;
  color: #fff;
  transition: all 0.15s ease;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li > a:hover {
  background: #3d749b !important;
}

#translate-loading {
  display: none;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: omnes-semicond, sans-serif;
  color: #24171d;
  word-break: break-word;
}
@media screen and (min-width: 1000px) {
  body.translating #translate-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(37, 23, 30, 0.95);
    z-index: 10000000;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  }
  body.translating #translate-loading span {
    text-transform: uppercase;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 0.25em;
    color: #fff;
    -webkit-animation: fadeIn 1s infinite alternate;
            animation: fadeIn 1s infinite alternate;
  }
}

main {
  position: relative;
  display: block;
  font-size: 1.1em;
}

.main-content-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap {
    padding: 0 50px;
  }
}
.main-content-wrap.no-sidebar.top-content-border {
  border-top: 1px solid #aaa;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap.no-sidebar.top-content-border {
    border: 0;
  }
}
.main-content {
  padding-top: 0 !important;
}

@media screen and (min-width: 1000px) {
  .main-content.has-sidebar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 50px;
  }
  .main-content.has-sidebar .heads {
    text-align: left;
  }
  .main-content.has-sidebar .heads,
  .main-content.has-sidebar .text-block,
  .main-content.has-sidebar .tabs-wrap,
  .main-content.has-sidebar .accordion-wrap,
  .main-content.has-sidebar .personnel,
  .main-content.has-sidebar .button-row {
    max-width: none;
  }
  .main-content.has-sidebar .cards .content {
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content.has-sidebar {
    grid-gap: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content.has-sidebar {
    grid-gap: 80px;
  }
}

.main-content.no-sidebar {
  max-width: 1200px;
  margin: 0 auto;
}

article {
  padding: 0 20px 30px 20px;
}
@media screen and (min-width: 1000px) {
  article {
    padding: 0 0 30px 0;
  }
}

#headroom {
  display: none;
}
@media screen and (min-width: 1000px) {
  #headroom {
    display: block;
    margin-top: 75px;
  }
}

/*  small screen fixed positioning for wp toolbar on front end
================================================================*/
@media only screen and (max-width: 680px) {
  html #wpadminbar {
    position: absolute !important;
    top: -46px !important;
    z-index: 90000 !important;
  }
}
.accordion-wrap {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
}
.accordion-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap {
    margin: 40px auto;
  }
}
.accordion-wrap .accordion-trigger {
  position: relative;
  margin: 0 0 5px 0;
  padding: 20px 25px;
  color: #fff;
  font-weight: 500;
  background: #264861;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger.ui-accordion-header-active {
  border-radius: 5px 5px 0 0;
}
.accordion-wrap .accordion-trigger .ui-icon {
  position: absolute;
  top: 22px;
  right: 20px;
  width: auto;
  height: auto;
  text-indent: 0;
  background-image: none;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger .ui-icon:after {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger.ui-state-active .ui-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-wrap .accordion-trigger:hover {
  background: #325f7f;
}
.accordion-wrap .accordion-trigger:focus {
  outline: none;
}
.accordion-wrap .accordion-panel {
  margin: -10px 0 10px 0;
  padding: 30px 20px 10px 20px;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap .accordion-panel {
    padding: 30px 30px 10px 30px;
  }
}
.accordion-wrap .accordion-panel .text-block {
  margin-bottom: 0;
}

.alert-bar {
  font-size: 0.95em;
}
.alert-bar .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 20px 2px 20px;
  text-align: center;
}
.alert-bar span {
  display: inline-block;
  margin: 0 10px 5px 0;
  line-height: 1.3em;
}
.alert-bar .button, .alert-bar .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .alert-bar a, .alert-bar input[type=submit] {
  margin: 0 0 10px 0;
  padding: 10px 20px 11px 20px;
}
@-moz-document url-prefix() {
  .alert-bar .button, .alert-bar .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .alert-bar a, .alert-bar input[type=submit] {
    padding-bottom: 7px !important;
  }
}
.alert-bar.red {
  background: #aaa;
  color: #fff;
}
.alert-bar.red .button, .alert-bar.red .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .alert-bar.red a, .alert-bar.red input[type=submit] {
  background: rgba(0, 0, 0, 0.3) !important;
}
.alert-bar.red .button:before, .alert-bar.red .page-template-directory-landing .tt_mobile_sm a:before, .page-template-directory-landing .tt_mobile_sm .alert-bar.red a:before, .alert-bar.red input[type=submit]:before {
  display: none !important;
}
.alert-bar.red .button:hover, .alert-bar.red .page-template-directory-landing .tt_mobile_sm a:hover, .page-template-directory-landing .tt_mobile_sm .alert-bar.red a:hover, .alert-bar.red input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.alert-bar.ivory {
  color: #24171d;
  background: #aaa;
}
@media screen and (min-width: 1000px) {
  .alert-bar.ivory {
    border-bottom: 1px solid #aaa;
  }
}
.alert-bar.ivory .button, .alert-bar.ivory .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .alert-bar.ivory a, .alert-bar.ivory input[type=submit] {
  background: #aaa;
}
.alert-bar.pale-blue {
  color: #24171d;
  background: #aaa;
}
.alert-bar.pale-blue .button, .alert-bar.pale-blue .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .alert-bar.pale-blue a, .alert-bar.pale-blue input[type=submit] {
  background: #24171d;
}

blockquote {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 800px;
  margin: 40px auto;
  font-size: 1em;
  font-weight: 700;
  color: #24171d;
}
@media screen and (min-width: 1000px) {
  blockquote {
    padding-right: 30px;
    padding-left: 30px;
  }
}
blockquote:after {
  content: "";
  display: table;
  clear: both;
}
blockquote.has-quotation-mark {
  padding-left: 55px;
}
@media screen and (min-width: 650px) {
  blockquote.has-quotation-mark {
    padding-left: 70px;
  }
}
blockquote.has-quotation-mark p {
  position: relative;
}
blockquote.has-quotation-mark p:before {
  position: absolute;
  top: 15px;
  left: -45px;
  content: '"';
  font-size: 4em;
  font-weight: 700;
  color: #777;
}
@media screen and (min-width: 650px) {
  blockquote.has-quotation-mark p:before {
    left: -50px;
  }
}
blockquote p {
  position: relative;
  margin: 0;
  font-style: italic;
  font-size: 1.25em;
}
blockquote strong {
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

.comments-wrap {
  max-width: 800px;
  margin: 0 auto 50px auto;
  padding: 1px 30px;
  background: rgba(255, 255, 255, 0.75);
}

#respond {
  margin-top: 30px;
}
#respond h3#reply-title {
  margin: 0 0 10px 0;
  font-size: 2em;
}
#respond .comment-notes {
  font-style: italic;
  font-weight: 300;
  font-size: 0.9em;
  color: #666;
  line-height: 1.4em;
}
#respond span.required {
  font-size: 1.5em;
  color: red;
}
#respond .comment-form-cookies-consent input {
  margin-right: 4px;
}
#respond .comment-form-cookies-consent label {
  text-transform: none;
  font-weight: 400;
  font-size: 0.9em;
}
#respond #submit {
  margin-top: 20px;
}
#respond #submit:hover {
  background: #4888b5;
}

#comments {
  margin: 0;
  font-size: 0.95em;
}
#comments p {
  margin: 0 0 10px 0;
}
#comments .comments-count {
  margin: 20px 0;
  font-size: 2em;
}
#comments #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.5em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: omnes-semicond, sans-serif;
  color: #3d749b;
}
#comments #cancel-comment-reply-link:hover {
  color: #4888b5;
}

ol.commentlist {
  display: block;
  margin: 0 0 10px 0;
}
ol.commentlist li {
  margin: 0;
  padding: 20px 20px 0 0;
  list-style-type: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

ol.commentlist li.comment div.vcard {
  position: relative;
}
ol.commentlist li.comment div.vcard cite.fn {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  color: #24171d;
}
ol.commentlist li.comment div.vcard cite.fn a {
  font-weight: 500;
}
ol.commentlist li.comment div.vcard img.avatar {
  float: left;
  margin: 0 14px 10px 0;
}

ol.commentlist li.comment div.comment-meta {
  margin-bottom: 10px;
  font-size: 0.9em;
}
ol.commentlist li.comment div.comment-meta a {
  color: #777 !important;
  font-weight: normal;
}

ol.commentlist li.comment div.reply a {
  display: inline-block;
  margin: 10px 0 20px 0;
  padding: 3px 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  color: #fff;
  background: #3d749b;
  border-radius: 6px;
}
ol.commentlist li.comment div.reply a:hover {
  background: #4888b5;
}
ol.commentlist li.comment div.reply a:after {
  display: inline-block;
  content: " ↑";
  margin: 0 0 0 5px;
}

ol.commentlist li.comment ul.children {
  display: block;
  list-style: none;
  padding: 0 !important;
  margin: 0 0 0 20px !important;
}
ol.commentlist li.comment ul.children li {
  border: 0;
}
ol.commentlist li.comment ul.children li.bypostauthor {
  padding: 20px 20px 0 20px;
}

#crumbs-wrap {
  display: block;
  margin: 0 0 5px 0;
  background: rgba(0, 0, 0, 0.05);
}
#crumbs-wrap #crumbs {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px 20px;
  color: #777;
}
@media screen and (min-width: 1000px) {
  #crumbs-wrap #crumbs {
    max-width: 1200px;
    padding: 15px 40px;
  }
}
#crumbs-wrap #crumbs a {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 500;
  color: #24171d;
}
@media screen and (min-width: 1000px) {
  #crumbs-wrap #crumbs a {
    font-size: 0.75em;
  }
}
#crumbs-wrap #crumbs a:hover {
  text-decoration: underline;
}
#crumbs-wrap #crumbs span {
  display: inline-block;
  margin: 0 13px;
  font-size: 0.9em;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 30px auto 0 auto;
}
.button-row.buttons-center {
  justify-content: center;
}
.button-row.buttons-center .button, .button-row.buttons-center .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .button-row.buttons-center a, .button-row.buttons-center input[type=submit] {
  margin: 0 10px 20px 10px;
}
.button-row.button-width-wide .button, .button-row.button-width-wide .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .button-row.button-width-wide a, .button-row.button-width-wide input[type=submit] {
  padding-right: 70px;
  padding-left: 70px;
}
.button-row.button-width-extra-wide .button, .button-row.button-width-extra-wide .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .button-row.button-width-extra-wide a, .button-row.button-width-extra-wide input[type=submit] {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (min-width: 650px) {
  .button-row.button-width-extra-wide .button, .button-row.button-width-extra-wide .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .button-row.button-width-extra-wide a, .button-row.button-width-extra-wide input[type=submit] {
    padding-right: 150px;
    padding-left: 150px;
  }
}
.button-row .button, .button-row .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .button-row a, .button-row input[type=submit] {
  margin: 0 20px 20px 0;
}

.button, .page-template-directory-landing .tt_mobile_sm a, input[type=submit],
input.button,
input.button[type=submit],
#submit {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px 0;
  padding: 15px 35px;
  text-align: center;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none !important;
  font-family: inherit;
  font-size: 0.9em;
  border-radius: 6px !important;
  background: #264861;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1000px) {
  .button, .page-template-directory-landing .tt_mobile_sm a, input[type=submit],
  input.button,
  input.button[type=submit],
  #submit {
    padding: 15px 45px;
  }
}
.button:hover, .page-template-directory-landing .tt_mobile_sm a:hover, input[type=submit]:hover,
input.button:hover,
input.button[type=submit]:hover,
#submit:hover {
  background: #325f7f;
}

.cards {
  margin: 30px 0;
  padding: 0 20px;
}
@media screen and (min-width: 650px) {
  .cards {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  .cards {
    margin: 40px 0 50px 0;
    padding: 0 50px;
  }
}
.cards .content {
  display: grid;
  grid-gap: 30px;
  max-width: 1400px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 650px) {
  .cards .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .cards .content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
@media screen and (min-width: 1300px) {
  .cards .content {
    grid-gap: 40px;
  }
}
.cards .card {
  display: block;
  color: #24171d;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.cards .card img {
  display: block;
  margin: 0 20px 5px 0;
  transition: all 0.15s ease;
}
.cards .card .card-content {
  padding: 25px 30px 35px 30px;
  font-weight: 400;
  color: #24171d;
}
@media screen and (min-width: 1000px) {
  .cards .card .card-content {
    font-weight: 300;
  }
}
.cards .card .card-content h2 {
  color: #24171d;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
.cards .card .card-content p {
  margin: 0;
  color: #777;
}
.cards .card .card-content .button, .cards .card .card-content .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .cards .card .card-content a, .cards .card .card-content input[type=submit] {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 1000px) {
  .cards a.card:hover img {
    opacity: 0.85;
  }
}

@media screen and (min-width: 1000px) {
  .has-sidebar .cards .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .has-sidebar .cards .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 650px) {
  .cards-horiz .content {
    grid-template: auto/1fr;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .content {
    grid-template: auto/1fr 1fr;
  }
}
@media screen and (min-width: 650px) {
  .cards-horiz .card {
    display: grid;
    grid-template: auto/1fr 1fr;
    grid-gap: 0;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .card {
    grid-template: auto/2fr 3fr;
  }
}
@media screen and (min-width: 1400px) {
  .cards-horiz .card {
    grid-template: auto/1fr 1fr;
  }
}
.cards-horiz .card .horiz-card-img-wrap {
  background-size: 0;
  transition: all 0.15s ease;
}
@media screen and (min-width: 650px) {
  .cards-horiz .card .horiz-card-img-wrap {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-right: 1px solid #e5e5e5 !important;
  }
}
@media screen and (min-width: 800px) {
  .cards-horiz .card .horiz-card-img-wrap {
    min-height: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .card .horiz-card-img-wrap {
    min-height: 0;
  }
}
@media screen and (min-width: 650px) {
  .cards-horiz .card .horiz-card-img-wrap img {
    position: absolute;
    opacity: 0;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .card:hover .horiz-card-img-wrap {
    opacity: 0.85;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .card:hover .horiz-card-img-wrap img {
    opacity: 0;
  }
}
@media screen and (min-width: 650px) {
  .cards-horiz .card .content {
    padding-left: 0;
  }
}

article .cards {
  padding: 0;
}

.checkerboard {
  margin: 30px 0;
}
@media screen and (min-width: 800px) {
  .checkerboard {
    margin: 40px auto;
  }
}
.checkerboard .checkerboard-content {
  max-width: 1400px;
  margin: 0 auto;
}
.checkerboard .cb-row {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.checkerboard .cb-img-wrap {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 450px) {
  .checkerboard .cb-img-wrap {
    height: 300px;
  }
}
@media screen and (min-width: 550px) {
  .checkerboard .cb-img-wrap {
    height: 350px;
  }
}
@media screen and (min-width: 650px) {
  .checkerboard .cb-img-wrap {
    height: 400px;
  }
}
@media screen and (min-width: 800px) {
  .checkerboard .cb-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
  }
}
.checkerboard .cb-img-wrap img {
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .checkerboard a.cb-img-wrap:hover {
    opacity: 0.85;
  }
}
@media screen and (min-width: 800px) {
  .checkerboard .cb-text-wrap {
    position: relative;
    width: 50%;
    margin: 0 0 0 50%;
  }
}
.checkerboard .cb-text-wrap .content {
  margin: 0 auto;
  padding: 35px 30px 45px 30px;
  background: #fff;
}
@media screen and (min-width: 650px) {
  .checkerboard .cb-text-wrap .content {
    padding: 40px 40px 50px 40px;
  }
}
@media screen and (min-width: 800px) {
  .checkerboard .cb-text-wrap .content {
    padding: 50px 30px 60px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .checkerboard .cb-text-wrap .content {
    padding: 50px 50px 60px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .checkerboard .cb-text-wrap .content {
    padding: 50px 60px 60px 60px;
  }
}
.checkerboard .cb-text-wrap .content h2 {
  color: #24171d;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
.checkerboard .cb-text-wrap .content p {
  margin: 0;
  color: #777;
}
.checkerboard .cb-text-wrap .content .button, .checkerboard .cb-text-wrap .content .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .checkerboard .cb-text-wrap .content a, .checkerboard .cb-text-wrap .content input[type=submit] {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 800px) {
  .checkerboard .cb-img-right .cb-img-wrap {
    margin-left: 50%;
  }
  .checkerboard .cb-img-right .cb-text-wrap {
    margin-left: 0;
  }
}

.columns {
  margin: 50px 0;
}
@media screen and (min-width: 800px) {
  .columns {
    display: grid;
    grid-gap: 50px;
    margin: 60px auto;
  }
}
@media screen and (min-width: 1000px) {
  .columns {
    grid-gap: 90px;
  }
}
@media screen and (min-width: 800px) {
  .columns.halves {
    grid-template: auto/1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns.two-thirds-one-third {
    grid-template: auto/2fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns.one-third-two-thirds {
    grid-template: auto/1fr 2fr;
  }
}
@media screen and (min-width: 800px) {
  .columns.thirds {
    grid-template: auto/1fr 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns .column > *:last-child {
    margin-bottom: 0;
  }
}
.columns .text-block,
.columns blockquote {
  margin: 0 0 40px 0;
}
.columns .text-block p:last-child {
  margin-bottom: 0;
}
.columns blockquote {
  padding: 0 30px;
}
.columns .column-img {
  display: block;
  margin: 0 0 30px 0;
  border: 0;
}
.columns .column-img img {
  display: block;
}
.columns .column-img a {
  position: relative;
  display: block;
}
.columns .column-img a span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text i {
    font-size: 2em;
  }
}
.columns .column-img a span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
  font-family: omnes-semicond, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text p {
    font-size: 0.95em;
  }
}
.columns .column-img a:hover span.img-text {
  opacity: 1;
}
.columns .column-img a span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a:hover span.overlay {
  opacity: 1;
}
.columns .button-row-horiz:last-child .button:last-of-type, .columns .button-row-horiz:last-child .page-template-directory-landing .tt_mobile_sm a:last-of-type, .page-template-directory-landing .tt_mobile_sm .columns .button-row-horiz:last-child a:last-of-type, .columns .button-row-horiz:last-child input[type=submit]:last-of-type {
  margin-bottom: 0;
}

.form-wrap {
  max-width: 800px !important;
  margin: -10px auto 30px auto;
}
@media screen and (min-width: 1000px) {
  .form-wrap {
    margin: -10px auto 40px auto;
  }
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-family: omnes-semicond, sans-serif;
  font-size: 1.1em;
  color: #24171d;
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
}

textarea {
  max-width: 600px;
}

label {
  margin: 0 0 7px 0;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}

.nf-form-fields-required {
  display: none;
}

.nf-field {
  margin: 0 0 30px 0 !important;
}

.form-one-half {
  float: none;
  width: 100%;
  margin: 0 !important;
}
@media screen and (min-width: 575px) {
  .form-one-half {
    width: 47.5%;
    float: left;
  }
}

@media screen and (min-width: 575px) {
  .form-first {
    clear: both;
    margin-right: 2.5% !important;
  }
}

@media screen and (min-width: 575px) {
  .form-last {
    float: left;
    clear: none !important;
    margin-left: 2.5% !important;
  }
}

.field-wrap input[type=text],
.field-wrap input[type=email],
.field-wrap textarea {
  position: relative;
  display: block;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px 15px !important;
  font-family: omnes-semicond, sans-serif !important;
  font-size: 1.1em !important;
  color: #24171d !important;
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
}
.field-wrap textarea {
  max-width: none !important;
  border-radius: 6px 6px 0 6px !important;
}
.field-wrap .textarea-wrap {
  clear: both !important;
}
.field-wrap label {
  margin: 0 0 7px 0;
  font-size: 0.8em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.field-wrap .nf-field-description {
  font-size: 0.9em;
  margin: -5px 0 10px 0;
}

.list-checkbox-wrap .nf-field-element ul li,
.list-radio-wrap .nf-field-element ul li {
  margin: 0 0 px 0 !important;
}
.list-checkbox-wrap .nf-field-element ul li label,
.list-radio-wrap .nf-field-element ul li label {
  font-size: 1em !important;
  text-transform: none !important;
  font-weight: 600 !important;
}

input[type=button].button, input[type=button][type=submit] {
  margin-top: 10px !important;
}

.recaptcha-container {
  margin-top: 35px !important;
}

.nf-response-msg {
  padding: 30px;
  color: #fff;
  background: #627546;
  border-radius: 20px;
}
.nf-response-msg p {
  margin: 0;
}

@-webkit-keyframes bulge {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  25% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

@keyframes bulge {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  25% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.nf-response-msg {
  -webkit-animation: bulge 1s ease;
          animation: bulge 1s ease;
}

select .chosen-single,
.chosen-container-single .chosen-single {
  height: 46px !important;
  padding: 10px 15px !important;
  font-size: 1.15em !important;
  font-weight: 400 !important;
  color: #24171d !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}
select .chosen-single div,
.chosen-container-single .chosen-single div {
  top: 7px !important;
  right: 7px !important;
}
select .chosen-single div b,
.chosen-container-single .chosen-single div b {
  background: none !important;
}
select .chosen-single div b:before,
.chosen-container-single .chosen-single div b:before {
  content: "\f0dd";
  font-family: FontAwesome;
  font-size: 0.9em;
}
select .chosen-drop,
.chosen-container-single .chosen-drop {
  max-width: 410px !important;
  font-size: 1.1em !important;
  border: 0 !important;
}
select .chosen-drop .chosen-search,
.chosen-container-single .chosen-drop .chosen-search {
  background: #fff !important;
}
select .chosen-drop ul.chosen-results,
.chosen-container-single .chosen-drop ul.chosen-results {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 0 0 6px 6px !important;
}
select .chosen-drop ul.chosen-results li,
.chosen-container-single .chosen-drop ul.chosen-results li {
  padding: 7px 15px !important;
}
select .chosen-drop ul.chosen-results li.highlighted, select .chosen-drop ul.chosen-results li:hover,
.chosen-container-single .chosen-drop ul.chosen-results li.highlighted,
.chosen-container-single .chosen-drop ul.chosen-results li:hover {
  background: #4888b5;
}

.post-password-form {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px;
}
.post-password-form input[type=password] {
  margin-bottom: 10px;
  padding: 15px 10px;
}

.grid-wrap {
  margin: 30px auto 40px auto;
  max-width: 800px;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .grid-wrap {
    max-width: 1000px;
    margin: 40px auto 50px auto;
  }
}
.grid-wrap .grid-content {
  color: #24171d;
}
.grid-wrap .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 575px) {
  .grid-wrap .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid-wrap .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
@media screen and (min-width: 1300px) {
  .grid-wrap .grid {
    grid-gap: 30px;
  }
}
.grid-wrap .grid .grid-item {
  display: block;
  box-sizing: border-box;
  font-size: 0.95em;
  text-align: center;
  line-height: 1.05em;
  text-decoration: none;
  color: #24171d;
}
.grid-wrap .grid .grid-item img {
  display: block;
  transition: all 0.15s ease;
}
.grid-wrap .grid .grid-item h4 {
  margin: 0;
  font-size: 1em !important;
  color: #24171d;
}
.grid-wrap .grid .grid-item em {
  font-weight: 400;
  font-size: 0.875em;
}
.grid-wrap .grid.img-grid a.grid-item:hover img {
  opacity: 0.9;
}
.grid-wrap .grid.img-grid a.grid-item:hover h4 {
  color: #24171d;
}
.grid-wrap .grid.img-grid img {
  margin-bottom: 8px;
}
.grid-wrap .grid.logo-grid {
  justify-items: center;
  align-items: center;
}
.grid-wrap .grid.logo-grid img {
  max-width: 100% !important;
  width: auto !important;
  margin: 0 auto;
}

.hero {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.hero:after {
  content: "";
  display: table;
  clear: both;
}
.hero img {
  position: absolute;
  opacity: 0;
}
.hero span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.hero span.overlay.purple {
  background: linear-gradient(to bottom, rgba(79, 45, 55, 0.75) 0%, rgba(55, 33, 41, 0.75) 100%);
}
.hero span.overlay.red {
  background: linear-gradient(to bottom, rgba(116, 35, 36, 0.9) 0%, rgba(94, 30, 32, 0.9) 100%);
}
.hero span.overlay.green {
  background: linear-gradient(to bottom, rgba(122, 150, 84, 0.9) 0%, rgba(69, 86, 46, 0.9) 100%);
}
.hero span.overlay.blue {
  background: linear-gradient(to bottom, rgba(64, 119, 159, 0.7) 0%, rgba(42, 80, 107, 0.8) 100%);
}
.hero .content {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  color: #fff;
  z-index: 1000;
}
@media screen and (min-width: 650px) {
  .hero .content {
    padding: 80px 40px;
  }
}
.hero .content h1 {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .hero .content h1 {
    max-width: 650px;
  }
}
.hero .content h2 {
  margin: 15px auto 0 auto;
  font-weight: 500;
  font-size: 1em;
  font-family: omnes-semicond, sans-serif;
}
@media screen and (min-width: 1000px) {
  .hero .content h2 {
    margin: 25px auto 0 auto;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.3em;
  }
}

.hero-split-screen {
  background: #666;
}
@media screen and (min-width: 1000px) {
  .hero-split-screen.text-left .content .text-wrap {
    grid-row-start: 1;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  .hero-split-screen.text-left .content .text-wrap .text-content {
    max-width: 530px;
    margin-right: 40px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-split-screen.text-left .content .text-wrap .text-content {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-split-screen.text-left .content .text-wrap .text-content {
    margin-right: 60px;
  }
}
.hero-split-screen .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .hero-split-screen .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .hero-split-screen .content.has-notification-bar .text-wrap .text-content {
    margin-top: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-split-screen .content.has-notification-bar .text-wrap .text-content {
    margin-top: 250px;
  }
}
.hero-split-screen .content .img-wrap {
  display: flex;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1000;
}
@media screen and (min-width: 450px) {
  .hero-split-screen .content .img-wrap {
    height: 300px;
  }
}
@media screen and (min-width: 650px) {
  .hero-split-screen .content .img-wrap {
    height: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .hero-split-screen .content .img-wrap {
    height: auto;
    border: 0;
  }
}
.hero-split-screen .content .img-wrap img {
  position: absolute;
  opacity: 0;
}
.hero-split-screen .content .text-wrap {
  margin: 0 auto;
  padding: 35px 30px 45px 30px;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  .hero-split-screen .content .text-wrap {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .hero-split-screen .content .text-wrap {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero-split-screen .content .text-wrap {
    font-size: 1.05em;
  }
}
.hero-split-screen .content .text-wrap .text-content {
  max-width: 650px;
}
@media screen and (min-width: 1000px) {
  .hero-split-screen .content .text-wrap .text-content {
    max-width: 570px;
    margin: 140px 50px 160px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-split-screen .content .text-wrap .text-content {
    margin: 165px 70px 195px 70px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-split-screen .content .text-wrap .text-content {
    margin: 180px 70px 220px 70px;
  }
}
.hero-split-screen .content .text-wrap h1 {
  margin: 0;
}
.hero-split-screen .content .text-wrap h2 {
  margin: 20px 0 0 0;
  font-weight: 500;
}
.hero-split-screen .content .text-wrap p {
  margin: 20px 0 0 0;
  color: #777;
}
@media screen and (min-width: 1400px) {
  .hero-split-screen .content .text-wrap p {
    font-size: 1.1em;
  }
}
.hero-split-screen .content .text-wrap .button, .hero-split-screen .content .text-wrap .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .hero-split-screen .content .text-wrap a, .hero-split-screen .content .text-wrap input[type=submit] {
  margin: 30px 0 0 0;
}

.img-gallery-wrap {
  margin: 30px auto;
}
@media screen and (min-width: 650px) {
  .img-gallery-wrap {
    margin: 40px auto;
  }
}
.img-gallery-wrap h2 {
  position: relative;
  margin: 0 0 20px 0;
}

.img-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
}
@media screen and (min-width: 800px) {
  .img-gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.img-gallery-grid .img-gallery-item {
  position: relative;
}
.img-gallery-grid .img-gallery-item img {
  display: block;
}
.img-gallery-grid .img-gallery-item span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-gallery-grid .img-gallery-item span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .img-gallery-grid .img-gallery-item span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .img-gallery-grid .img-gallery-item span.img-text i {
    font-size: 2em;
  }
}
.img-gallery-grid .img-gallery-item span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
}
@media screen and (min-width: 575px) {
  .img-gallery-grid .img-gallery-item span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .img-gallery-grid .img-gallery-item span.img-text p {
    font-size: 0.95em;
  }
}
.img-gallery-grid .img-gallery-item:hover span.img-text {
  opacity: 1;
}
.img-gallery-grid .img-gallery-item span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-gallery-grid .img-gallery-item:hover span.overlay {
  opacity: 1;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
  display: none !important;
}

.img-rows-awesome {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome {
    margin: 30px 0 0 0;
  }
}
.img-rows-awesome .img-row {
  position: relative;
  box-sizing: border-box;
}
.img-rows-awesome .img-row .img-wrap {
  display: inline-block;
  margin-bottom: 30px;
}
.img-rows-awesome .img-row .img-wrap .awesome-caption {
  padding: 5px 20px 0 20px;
  font-size: 0.8em;
  font-weight: 400;
  color: #777;
}
.img-rows-awesome .img-row .img-wrap .awesome-caption span {
  font-size: 0.85em;
  color: #777;
}
.img-rows-awesome .img-row img {
  display: block;
}
.img-rows-awesome .img-row .one-up-mega-wide {
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .img-rows-awesome .img-row .one-up-mega-wide .awesome-caption {
    max-width: 70%;
  }
}
@media screen and (min-width: 1500px) {
  .img-rows-awesome .img-row .one-up-mega-wide .awesome-caption {
    max-width: 50%;
  }
}
@media screen and (min-width: 2040px) {
  .img-rows-awesome .img-row .one-up-mega-wide .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .one-up-horiz {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .img-rows-awesome .img-row .one-up-horiz .awesome-caption {
    max-width: 70%;
  }
}
@media screen and (min-width: 1240px) {
  .img-rows-awesome .img-row .one-up-horiz .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .one-up-vert {
  margin: 0 auto;
  max-width: 720px;
}
@media screen and (min-width: 760px) {
  .img-rows-awesome .img-row .one-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .two-up-horiz,
.img-rows-awesome .img-row .two-up-vert {
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .two-up-horiz,
  .img-rows-awesome .img-row .two-up-vert {
    display: grid;
    grid-template: auto/1fr 1fr;
    grid-gap: 10px 10px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 800px) {
  .img-rows-awesome .img-row .two-up-horiz,
  .img-rows-awesome .img-row .two-up-vert {
    grid-gap: 20px 20px;
  }
}
@media screen and (min-width: 1220px) {
  .img-rows-awesome .img-row .two-up-horiz .awesome-caption,
  .img-rows-awesome .img-row .two-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .two-up-horiz .img-wrap:nth-child(2) .awesome-caption,
  .img-rows-awesome .img-row .two-up-vert .img-wrap:nth-child(2) .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .three-up-vert {
  max-width: 390px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-vert {
    display: grid;
    grid-template: auto/1fr 1fr 1fr;
    grid-gap: 10px 10px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 800px) {
  .img-rows-awesome .img-row .three-up-vert {
    grid-gap: 20px 20px;
  }
}
@media screen and (min-width: 440px) {
  .img-rows-awesome .img-row .three-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-vert .awesome-caption {
    padding: 5px 20px 0 20px;
  }
}
@media screen and (min-width: 1220px) {
  .img-rows-awesome .img-row .three-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-vert .img-wrap:nth-child(n+2):nth-child(-n+3) .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome a {
  position: relative;
  display: block;
}

.img-rows {
  margin: 30px auto;
}
@media screen and (min-width: 650px) {
  .img-rows {
    margin: 40px auto;
  }
}
.img-rows h2 {
  margin: 0 0 20px 0;
}
.img-rows .img-row {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.img-rows .img-row img {
  display: block;
}
.img-rows .img-row .full {
  display: grid;
  grid-template: auto/1fr;
}
.img-rows .img-row .two-thirds-one-third {
  display: grid;
  grid-template: auto/2fr 1fr;
  grid-gap: 0 1px;
}
.img-rows .img-row .one-third-two-thirds {
  display: grid;
  grid-template: auto/1fr 2fr;
  grid-gap: 0 1px;
}
.img-rows .img-row .halves {
  display: grid;
  grid-template: auto/1fr 1fr;
  grid-gap: 0 1px;
}
.img-rows .img-row .thirds {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  grid-gap: 0 1px;
}
.img-rows a {
  position: relative;
}
.img-rows a span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-rows a span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .img-rows a span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .img-rows a span.img-text i {
    font-size: 2em;
  }
}
.img-rows a span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
}
@media screen and (min-width: 575px) {
  .img-rows a span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .img-rows a span.img-text p {
    font-size: 0.95em;
  }
}
.img-rows a:hover span.img-text {
  opacity: 1;
}
.img-rows a span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-rows a:hover span.overlay {
  opacity: 1;
}

/*  images
==================================================*/
img,
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption,
.img-link {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.alignleft {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignleft {
    float: left;
    max-width: 50%;
    margin: 5px 30px 10px 0;
  }
}

.alignright {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignright {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 30px;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}

.alignnone {
  display: block;
  margin: 0 0;
}

span.texture-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/img-texture.png);
  z-index: 1;
}

.wp-caption {
  margin-bottom: 25px !important;
}

.wp-caption img {
  max-width: 100%;
}

p.wp-caption-text {
  margin: 2px 0 0 0;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.4em;
  color: #24171d;
}

aside .alignleft,
aside .alignright,
aside .aligncenter,
aside .alignnone,
aside .wp-caption,
aside .img-link {
  margin-bottom: 40px;
}

/*  Lightbox
==================================================*/
#slb_viewer_wrap .slb_theme_slb_baseline {
  top: 60px !important;
}
@media screen and (min-width: 481px) {
  #slb_viewer_wrap .slb_theme_slb_baseline {
    top: 0 !important;
  }
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
  padding-bottom: 8px !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  margin-top: 12px;
  font-family: inherit !important;
  font-size: 1.3em !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
  margin-right: 0.5em !important;
  font-weight: 600;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-weight: 300;
}

/*  vids & iframes
==================================================*/
/*video (fitvids plugin)*/
.fluid-width-video-wrapper {
  clear: both;
  margin: 40px 0;
}

.embed-container {
  clear: both;
  position: relative;
  margin: 25px 0;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-columns {
  max-width: 1200px;
  margin: 40px auto 30px auto;
}
@media screen and (min-width: 800px) {
  .list-columns {
    display: flex;
    justify-content: center;
    margin: 50px auto 40px auto;
  }
}
.list-columns .list-column {
  max-width: 320px;
  margin: 0 20px !important;
}
@media screen and (min-width: 800px) {
  .list-columns ul {
    margin-bottom: 0;
  }
}
.list-columns h4 {
  font-size: 1.1em;
}

.modal {
  max-width: 800px !important;
  margin: 0 0 30px 0;
  padding: 50px 20px !important;
  font-family: century-gothic, sans-serif;
}
@media screen and (min-width: 575px) {
  .modal {
    padding: 50px !important;
  }
}
@media screen and (min-width: 800px) {
  .modal {
    padding: 50px 150px !important;
  }
}
.modal p {
  line-height: 1.2em;
}
.modal strong {
  font-weight: 700;
}

.close-modal,
.close-modal-bottom {
  display: block;
  background: none !important;
  text-indent: -9999px !important;
}
.close-modal:after,
.close-modal-bottom:after {
  position: absolute !important;
  top: 0;
  right: 0;
  display: block !important;
  content: "\f057" !important;
  font-family: FontAwesome !important;
  font-size: 1.8em;
  color: #aaa;
  text-indent: 0 !important;
  transition: all 0.15s ease;
}
.close-modal:hover:after,
.close-modal-bottom:hover:after {
  color: #666;
}

.close-modal {
  top: 15px !important;
  right: 15px !important;
}

.close-modal-bottom {
  position: absolute;
  right: 15px !important;
  bottom: 30px !important;
}

.internal-nav-menu {
  margin: 20px 0 30px 0;
  line-height: 1.8em;
}
.internal-nav-menu a {
  display: inline-block;
}
.internal-nav-menu span {
  display: inline-block;
  margin: 0 3px;
  opacity: 0.5;
}
.internal-nav-menu span:last-child {
  display: none;
}

.pagination {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0.9em;
}

.wp-pagenavi {
  margin: 0 auto;
  color: #24171d;
}
.wp-pagenavi .pages {
  margin-right: 10px;
  padding-left: 0;
  font-weight: 300;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  width: auto;
  font-weight: 500;
  color: #24171d;
  border-radius: 3px;
  border: 0;
}
.wp-pagenavi a:hover {
  background: #ccc;
  color: #24171d;
}
.wp-pagenavi .current {
  padding: 6px 9px 5px 9px;
  background: #aaa;
  color: #fff;
}

.personnel {
  max-width: 800px;
  margin: 30px auto;
}
.personnel:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .personnel {
    margin: 40px auto 30px auto;
  }
}
.personnel img {
  display: block;
  float: left;
  width: 35%;
  margin: 2px 20px 10px 0;
}
@media screen and (min-width: 650px) {
  .personnel img {
    width: auto;
    margin: 7px 30px 15px 0;
  }
}
.personnel h2 {
  margin: 0 0 10px 0;
}
.personnel h3 {
  margin: 0 0 20px 0;
  font-size: 1.05em;
  font-style: italic;
  font-weight: 500;
  font-family: omnes-semicond, sans-serif;
  color: #24171d;
}

.faq {
  margin: 30px auto;
  max-width: 800px;
}
@media screen and (min-width: 1000px) {
  .faq {
    margin: 40px auto;
  }
}
.faq .faq-questions-wrap {
  margin-bottom: 25px;
  border-bottom: 1px solid #aaa;
}
.faq h3 {
  margin: 0 0 20px 0;
  font-size: 1.3em;
}
@media screen and (min-width: 1000px) {
  .faq h3 {
    font-size: 1.5em;
  }
}
.faq ol.faq-questions {
  margin: 20px 0 0 20px;
  padding: 0 0 15px 0;
}
.faq ol.faq-questions > li {
  margin: 0 0 15px 0 !important;
  font-weight: 400;
  color: #24171d;
}
.faq ol.faq-questions > li a {
  font-weight: 400;
  color: #24171d;
}
.faq ol.faq-questions > li a:hover {
  text-decoration: underline;
}
.faq ol.faq-answers {
  margin: 0;
  counter-reset: h4;
}
.faq ol.faq-answers > li {
  margin: 0 0 25px 0;
  position: relative;
  list-style-type: none;
}
.faq ol.faq-answers > li h4 {
  margin: 0 0 18px 0;
  font-size: 1.1em;
  font-family: omnes-semicond, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .faq ol.faq-answers > li h4 {
    font-size: 1.4em;
  }
}
.faq ol.faq-answers > li h4.faq-question:before {
  content: counter(h4) ". ";
  counter-increment: h4;
}
.faq ol.faq-answers a.faq-top {
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 4px 7px 3px 7px;
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #3d749b;
  border-radius: 5px;
}
.faq ol.faq-answers a.faq-top:before {
  display: inline-block;
  padding-right: 3px;
  font-family: FontAwesome;
  content: "\f0aa";
  font-weight: 400;
}

@media screen and (min-width: 1000px) {
  .toc-wrap {
    float: left;
    width: 27.5%;
  }
}
@media screen and (min-width: 1200px) {
  .toc-wrap {
    width: 350px;
  }
}
@media screen and (min-width: 1000px) {
  .toc-wrap.fixed {
    position: fixed;
    top: 100px;
    z-index: 1000;
  }
}

.toc {
  margin: 0 0 30px 0;
  box-sizing: border-box;
  padding: 20px;
  font-family: omnes-semicond, sans-serif;
  font-weight: 600;
  font-size: 0.95em;
  background: #fff;
  border: 1px solid #c1cad0;
  border-top-width: 5px;
}
.toc span.toc-head {
  font-weight: 500;
}
.toc a {
  font-weight: 600;
}
.toc ul li {
  margin: 0 0 15px 0;
  line-height: 1.2em;
  /* GRANULAR TOC
  border-bottom: 1px solid $denim-mist;

  ul {
  	margin: 13px 0 0 0;


  	li {
  		position: relative;
  		margin: 0 0 10px 0;
  		padding: 0 0 0 15px;
  		list-style-type: none;
  		border: 0;

  		i {
  			position: absolute;
  			top: 5px;
  			left: 0;
  			font-size: .8em;
  		}

  		a {
  			font-size: .95em;
  			font-weight: $font-medium;
  		}
  	}
  }
  */
}

.toc-link {
  position: fixed;
  display: none;
  align-items: center;
  right: 10px;
  bottom: 20px;
  box-sizing: border-box;
  padding: 15px 20px;
  line-height: 1em;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none !important;
  font-family: inherit;
  font-size: 0.8em;
  background: #3d749b;
  border-radius: 6px;
  z-index: 100000;
}
.toc-link.fixed {
  display: flex;
}
@media screen and (min-width: 1000px) {
  .toc-link.fixed {
    display: none;
  }
}
.toc-link i {
  padding-right: 10px;
  font-size: 1.6em;
}

.table-block {
  position: relative;
  width: 100%;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .table-block {
    margin: 40px auto;
  }
}
.table-block.narrow {
  max-width: 575px;
}
.table-block.medium {
  max-width: 800px;
}
.table-block.wide {
  max-width: 1200px;
}
.table-block.extra-wide {
  max-width: 1400px;
}
.table-block h3 {
  font-size: 1.2em !important;
}

.table-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  overflow-x: auto;
}

table {
  width: 100%;
  margin: 30px auto;
  font-size: 0.9em;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
  word-break: normal !important;
}
table thead,
table tfoot {
  vertical-align: top !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #264861 !important;
  border: 0;
}
table thead th,
table tfoot th {
  background: inherit !important;
}
table thead tr,
table thead th,
table tfoot tr,
table tfoot th {
  font-weight: 600 !important;
  color: #fff !important;
}
table tr {
  border: 0;
}
table tr:nth-of-type(2n+2) {
  background: #efefef;
}
table td, table th {
  vertical-align: top !important;
  background: none !important;
}
@media screen and (min-width: 650px) {
  table td, table th {
    padding: 15px 25px !important;
  }
}
table td {
  width: auto !important;
}
table ul, table ol {
  display: block;
  margin: 15px 0 15px 1em !important;
}

.tabs-wrap {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
}
.tabs-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .tabs-wrap {
    margin: 40px auto;
  }
}
.tabs-wrap .tabs-nav {
  display: block;
  position: relative;
  margin: 0 0 -1px 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: 6px 6px 0 0;
  z-index: 100;
}
.tabs-wrap .tabs-nav li {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
}
.tabs-wrap .tabs-nav li:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-nav li a {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  height: 100%;
  margin-right: 1px;
  margin-bottom: -20px;
  padding: 10px 20px 30px 20px;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  background: #264861;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.2);
}
.tabs-wrap .tabs-nav li a:hover {
  color: #fff;
  background: #325f7f;
}
.tabs-wrap .tabs-nav li a:before {
  margin-left: -5px;
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0da";
  font-weight: 400 !important;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a {
  font-weight: 500;
  color: #24171d;
  cursor: text;
  background: #fff;
  border-color: #ccc;
  border-bottom-color: #fff;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a:before {
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0d7";
  font-weight: 400 !important;
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs {
    display: flex !important;
    align-items: stretch;
  }
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a {
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9em;
    box-shadow: none;
  }
}
@media screen and (min-width: 650px) and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a:before {
    padding-right: 0 !important;
    content: none !important;
  }
}
.tabs-wrap .tabs-panel {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 0;
}
.tabs-wrap .tabs-panel:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .tabs-wrap .tabs-panel {
    padding: 30px;
  }
}
.tabs-wrap .tabs-panel p:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-panel .anchor-target {
  padding-top: 90px !important;
  margin-top: -90px !important;
}

.top-content {
  text-align: center;
  color: #fff;
  background: #264861;
}
.top-content .content {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 20px;
}
.top-content .content h1 {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.2em;
}
@media screen and (min-width: 650px) {
  .top-content .content h1 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  .top-content .content h1 {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1200px) {
  .top-content .content h1 {
    font-size: 2em;
  }
}
.top-content .content h2 {
  margin: 20px 0 0 0;
  font-weight: 500;
  font-size: 1em;
  font-family: omnes-semicond, sans-serif;
}
@media screen and (min-width: 1000px) {
  .top-content .content h2 {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.3em;
  }
}

.heads {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .heads {
    padding: 40px 0 0 0;
  }
}
.heads h2 {
  margin: 0;
}
.heads.left {
  text-align: left;
}

.text-block {
  max-width: 800px;
  margin: 30px auto;
}
.text-block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .text-block {
    margin: 40px auto;
  }
}
.text-block p:last-child {
  margin-bottom: 0;
}

.highlight {
  padding: 30px;
  background: #eee;
}
.highlight p:last-child {
  margin-bottom: 5px;
}
.highlight ul:last-child, .highlight ol:last-child {
  margin-bottom: 0;
}

.intro-block {
  margin: 30px auto;
  font-size: 1.2em;
}
@media screen and (min-width: 1000px) {
  .intro-block {
    margin: 40px auto;
    font-size: 1.3em;
    font-weight: 500;
  }
}
.intro-block.center {
  text-align: center;
}
.intro-block.left {
  text-align: left;
}
.intro-block.narrow {
  max-width: 800px;
}
.intro-block p:last-child {
  margin: 0;
}

h1 {
  margin: 0 0 15px 0;
  line-height: 1.1em;
  font-size: 1.3em;
  font-weight: 700;
  font-family: century-gothic, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 650px) {
  h1 {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1000px) {
  h1 {
    margin: 0 0 25px 0;
    font-size: 2.1em;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.35em;
  }
}

h2 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 1.3em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 1.6em;
  }
}
h2.pre-head {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
}
h2.standalone-head {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.head-center {
  text-align: center;
}

h3 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 1.2em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 650px) {
  h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1000px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  margin: 0 0 15px 0;
  line-height: 1.2em;
  font-size: 1em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 1.1em;
  }
}

p {
  margin: 0 0 20px 0;
  line-height: 1.4em;
}

strong {
  font-weight: 700;
}

a {
  color: #3d749b;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.15s ease;
}
a:hover {
  color: #4888b5;
}

h1 a, h2 a, h3 a, h4 a {
  font-weight: inherit;
  color: inherit;
}

main ul,
main ol {
  display: table;
  margin: 20px 1.2em;
}

main ul li,
main ol li {
  margin: 0 0 10px 0;
  line-height: 1.3em;
}
main ul li:last-of-type,
main ol li:last-of-type {
  margin: 0;
}

main ul ul,
main ol ol,
main ul ol,
main ol ul {
  margin: 10px 0 10px 30px;
}

main ul ul li,
main ol ul li {
  list-style-type: circle;
}

main ol ol li,
main ul ol li {
  list-style-type: lower-alpha;
}

hr {
  clear: both;
  height: 0 !important;
  margin: 30px 0 !important;
  border-top: 1px solid #24171d !important;
  background: #24171d !important;
  opacity: 0.3;
}

.page-template-blog-landing h1 {
  max-width: 1000px !important;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 20px 0 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .page-template-blog-landing h1 {
    padding: 40px 30px 10px 30px;
  }
}

.page-template-current-issues-child {
  background: #f5f5f5;
}
.page-template-current-issues-child #crumbs {
  max-width: 880px !important;
}
.page-template-current-issues-child #toc {
  position: relative !important;
  top: auto !important;
  float: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px auto;
}
.page-template-current-issues-child .buttons-wrap {
  display: grid;
  grid-gap: 20px;
  max-width: 800px;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 650px) {
  .page-template-current-issues-child .buttons-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-current-issues-child .buttons-wrap .button, .page-template-current-issues-child .buttons-wrap .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .page-template-current-issues-child .buttons-wrap a, .page-template-current-issues-child .buttons-wrap input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 20px 45px;
  font-size: 0.95em;
  line-height: 1.1em;
  background: #325f7f;
}
.page-template-current-issues-child .buttons-wrap .button:hover, .page-template-current-issues-child .buttons-wrap .page-template-directory-landing .tt_mobile_sm a:hover, .page-template-directory-landing .tt_mobile_sm .page-template-current-issues-child .buttons-wrap a:hover, .page-template-current-issues-child .buttons-wrap input[type=submit]:hover {
  background: #3d749b;
}
.page-template-current-issues-child .buttons-wrap .button i, .page-template-current-issues-child .buttons-wrap .page-template-directory-landing .tt_mobile_sm a i, .page-template-directory-landing .tt_mobile_sm .page-template-current-issues-child .buttons-wrap a i, .page-template-current-issues-child .buttons-wrap input[type=submit] i {
  padding: 0 15px 0 0;
  font-size: 2em;
}
.page-template-current-issues-child .attribution {
  max-width: 800px;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
  padding: 20px 20px 1px 20px;
  border-top: 1px solid #c1cad0;
  border-bottom: 1px solid #c1cad0;
}
.page-template-current-issues-child .attribution ul, .page-template-current-issues-child .attribution ol {
  margin-top: 0;
}
.page-template-current-issues-child .current-issues-content .content {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 20px;
  -webkit-column-break-inside: auto;
     -moz-column-break-inside: auto;
          break-inside: auto;
}
.page-template-current-issues-child .current-issues-content .content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .page-template-current-issues-child .current-issues-content .content {
    padding: 40px;
  }
}
.page-template-current-issues-child .details .detail-block {
  margin: 0 0 30px 0;
  padding: 30px 20px 10px 20px;
  background: #fff;
  border: 1px solid #c1cad0;
  border-top: 0;
}
.page-template-current-issues-child .details h2.section-head {
  max-width: 800px;
  margin: 0 auto -5px auto;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.1em !important;
  color: #fff;
  background: #264861;
}
@media screen and (min-width: 1000px) {
  .page-template-current-issues-child .details h2.section-head {
    margin: 0 auto -15px auto;
  }
}
.page-template-current-issues-child .details .highlight,
.page-template-current-issues-child .details table {
  background: #fff;
  border: 1px solid #c1cad0;
}

.page-template-current-issues-landing main {
  background: #f5f5f5;
}
.page-template-current-issues-landing .current-issues-cards .content {
  display: grid;
  grid-gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 20px;
}
@media screen and (min-width: 575px) {
  .page-template-current-issues-landing .current-issues-cards .content {
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-current-issues-landing .current-issues-cards .content {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 60px 30px 40px 30px;
  }
}
@media screen and (min-width: 1300px) {
  .page-template-current-issues-landing .current-issues-cards .content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-template-current-issues-landing .current-issues-cards a.card {
  display: block;
  padding: 20px;
  font-weight: 400;
  color: #24171d;
  background: #fff;
  border: 1px solid #c6b8bf;
  border-top-width: 5px;
}
.page-template-current-issues-landing .current-issues-cards a.card:hover {
  border-color: #7d5067;
}
.page-template-current-issues-landing .current-issues-cards a.card h2 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  color: #264861;
}
.page-template-current-issues-landing .current-issues-cards a.card p {
  margin: 0;
  font-size: 0.95em;
}
.page-template-current-issues-landing .current-issues-cards a.card i {
  padding-left: 5px;
}
.page-template-current-issues-landing .note {
  max-width: 1400px;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .page-template-current-issues-landing .note {
    padding: 0 30px;
  }
}
.page-template-current-issues-landing .note .note-content {
  padding: 30px 20px;
  color: #fff;
  background: #674255;
  border-radius: 10px;
}
@media screen and (min-width: 575px) {
  .page-template-current-issues-landing .note .note-content {
    text-align: center;
  }
}

.page-template-directory-child {
  background: #f5f5f5;
}
.page-template-directory-child .back-to-map-button {
  display: grid;
  grid-template-columns: 37px auto;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -10px 0 30px 0;
  box-sizing: border-box;
  padding: 20px 45px;
  font-size: 0.95em;
  line-height: 1.2em;
  background: #325f7f;
}
.page-template-directory-child .back-to-map-button:hover {
  background: #3d749b;
}
.page-template-directory-child .back-to-map-button:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 24px;
  background: url(images/USA-map-outline.png) center no-repeat;
  background-size: 37px 24px;
}
.page-template-directory-child .state-pdf-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -10px 0 30px 0;
  box-sizing: border-box;
  padding: 20px 45px;
  font-size: 0.95em;
  line-height: 1.1em;
  background: #325f7f;
}
.page-template-directory-child .state-pdf-button:hover {
  background: #3d749b;
}
.page-template-directory-child .state-pdf-button i {
  padding: 0 15px 0 0;
  font-size: 2em;
}
.page-template-directory-child .ej-state-details .content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 20px;
  -webkit-column-break-inside: auto;
     -moz-column-break-inside: auto;
          break-inside: auto;
}
.page-template-directory-child .ej-state-details .content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .page-template-directory-child .ej-state-details .content {
    max-width: 1200px;
    padding: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-directory-child .details {
    float: right;
    width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-directory-child .details {
    width: 720px;
  }
}
.page-template-directory-child .details .detail-block {
  margin: 0 0 30px 0;
  padding: 30px 20px 10px 20px;
  background: #fff;
  border: 1px solid #c1cad0;
  border-top: 0;
}
.page-template-directory-child .details h2 {
  margin: 0;
  padding: 20px;
  font-size: 1.1em !important;
  color: #fff;
  background: #264861;
}
.page-template-directory-child .details h3 {
  margin-top: 25px;
  padding-top: 30px;
  font-size: 1em !important;
  border-top: 1px solid #c1cad0;
}
.page-template-directory-child .details h3:first-of-type {
  margin-top: 0;
  padding: 0;
  border: 0;
}
.page-template-directory-child .details h4 {
  position: relative;
  padding-left: 15px;
  font-size: 0.9em !important;
}
.page-template-directory-child .details h4 i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 0.5em;
}

.page-template-directory-landing .main-content-wrap {
  max-width: 1300px;
  box-sizing: border-box;
  padding: 0 20px;
}
.page-template-directory-landing .tabs-wrap {
  max-width: 1300px;
}
.page-template-directory-landing .tabs-wrap .tabs-nav {
  justify-content: center;
}
.page-template-directory-landing .tabs-wrap .tabs-nav.horiz-tabs {
  display: flex !important;
  align-items: stretch;
}
.page-template-directory-landing .tabs-wrap .tabs-nav.horiz-tabs li a {
  display: block;
  margin-bottom: 0;
  padding: 10px 30px;
  text-align: center;
  font-size: 0.9em;
  box-shadow: none;
}
.page-template-directory-landing .tabs-wrap .tabs-nav.horiz-tabs li a:before {
  padding-right: 0 !important;
  content: none !important;
}
.page-template-directory-landing .tabs-wrap .tabs-panel {
  padding: 40px 0;
  border: 0;
  border-top: 1px solid #c1cad0;
}
.page-template-directory-landing .map-wrap {
  max-width: 1300px;
  margin: 0 auto;
}
.page-template-directory-landing .tt_sm {
  padding: 10px 30px 10px 20px;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 1000px) {
  .page-template-directory-landing .tt_sm {
    padding: 10px 20px;
  }
}
.page-template-directory-landing .xmark_sm {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 15px;
}
.page-template-directory-landing .tt_mobile_sm {
  margin-top: 5px;
}
.page-template-directory-landing .tt_mobile_sm a {
  margin: 0;
  padding: 10px 20px;
  font-size: 0.8em;
}
.page-template-directory-landing .states-list-wrap h3 {
  margin: 0 0 30px 0;
  color: #264861;
}
.page-template-directory-landing .states-list-wrap ul {
  display: block;
}
@media screen and (min-width: 450px) {
  .page-template-directory-landing .states-list-wrap ul {
    -webkit-columns: auto 2;
       -moz-columns: auto 2;
            columns: auto 2;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
@media screen and (min-width: 650px) {
  .page-template-directory-landing .states-list-wrap ul {
    -webkit-columns: auto 3;
       -moz-columns: auto 3;
            columns: auto 3;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-directory-landing .states-list-wrap ul {
    -webkit-columns: auto 4;
       -moz-columns: auto 4;
            columns: auto 4;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .page-template-directory-landing .states-list-wrap ul {
    -webkit-columns: auto 5;
       -moz-columns: auto 5;
            columns: auto 5;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-directory-landing .states-list-wrap ul {
    -webkit-columns: auto 6;
       -moz-columns: auto 6;
            columns: auto 6;
  }
}
.page-template-directory-landing .states-list-wrap ul li {
  margin: 0 0 12px 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  line-height: 1.1em;
}
.page-template-directory-landing .states-list-wrap ul li a {
  font-weight: 500;
  color: #24171d;
}
@media screen and (min-width: 1000px) {
  .page-template-directory-landing .states-list-wrap ul li a {
    font-weight: 400;
  }
}
.page-template-directory-landing .states-list-wrap ul li a:hover {
  text-decoration: underline;
}

.page-template-ej-101 {
  background: #f5f5f5;
}
.page-template-ej-101 .ej-101-details .content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 20px;
  -webkit-column-break-inside: auto;
     -moz-column-break-inside: auto;
          break-inside: auto;
}
.page-template-ej-101 .ej-101-details .content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .page-template-ej-101 .ej-101-details .content {
    max-width: 1200px;
    padding: 40px;
  }
}
.page-template-ej-101 .toc {
  border-color: #c6b8bf;
}
@media screen and (min-width: 1000px) {
  .page-template-ej-101 .details {
    float: right;
    width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-ej-101 .details {
    width: 720px;
  }
}
.page-template-ej-101 .details .topic-block {
  margin: 0 0 30px 0;
  padding: 30px 20px 10px 20px;
  background: #fff;
  border: 1px solid #c6b8bf;
  border-top: 0;
}
.page-template-ej-101 .details h2.topic-head {
  margin: 0;
  padding: 20px;
  font-size: 1.1em !important;
  color: #fff;
  background: #4e3240;
}
.page-template-ej-101 .details h3 {
  margin-top: 25px;
  padding-top: 30px;
  font-size: 1em !important;
  border-top: 1px solid #c1cad0;
}
.page-template-ej-101 .details h3:first-of-type {
  margin-top: 0;
  padding: 0;
  border: 0;
}
.page-template-ej-101 .details h4 {
  position: relative;
  padding-left: 15px;
  font-size: 0.9em !important;
}
.page-template-ej-101 .details h4 i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 0.5em;
}

.home .hero {
  padding-top: 30px;
  background: #3a252f;
}
@media screen and (min-width: 800px) {
  .home .hero {
    padding: 0;
    background: url(images/home-hero.jpg) center no-repeat;
    background-size: 2000px 440px;
  }
}
@media screen and (min-width: 1000px) {
  .home .hero {
    background-size: 2332px 513px;
  }
}
@media screen and (min-width: 1200px) {
  .home .hero {
    background-size: 2668px 587px;
  }
}
@media screen and (min-width: 1400px) {
  .home .hero {
    background-size: 3000px 660px;
  }
}
.home .hero img {
  position: relative;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  .home .hero img.home-hero-small-screens {
    display: none;
  }
}
.home .hero .content {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (min-width: 800px) {
  .home .hero .content {
    padding: 180px 20px 160px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .home .hero .content {
    max-width: 575px;
    padding: 220px 20px 190px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home .hero .content {
    padding: 250px 20px 220px 20px;
  }
}
@media screen and (min-width: 1400px) {
  .home .hero .content {
    padding: 300px 20px 270px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .home .hero .content h2 {
    max-width: 320px;
  }
}
.home .home-cards .content {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .home .home-cards .content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.home .home-cards .content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .home .home-cards .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 30px 80px 30px;
  }
}
.home .home-cards .card {
  display: block;
  padding: 30px 0 40px 0;
  font-weight: 400;
  color: inherit;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 800px) {
  .home .home-cards .card {
    padding: 0 40px;
    border: 0;
    border-right: 1px solid #ccc;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-cards .card {
    padding: 0 60px;
  }
}
@media screen and (min-width: 800px) {
  .home .home-cards .card:first-of-type {
    padding-left: 0;
  }
}
.home .home-cards .card:last-of-type {
  border: 0;
}
@media screen and (min-width: 800px) {
  .home .home-cards .card:last-of-type {
    padding-right: 0;
  }
}
.home .home-cards .card h2 {
  color: #264861;
}
@media screen and (min-width: 1000px) {
  .home .home-cards .card h2 {
    font-size: 1.4em;
  }
}
.home .home-cards .card p {
  margin: 0 0 25px 0;
}
.home .home-cards .card .button, .home .home-cards .card input[type=submit], .home .home-cards .card .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .home .home-cards .card a {
  margin: 0;
}
.home .overview .content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}
.home .overview .content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .home .overview .content {
    padding: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .home .overview .content {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .home .overview .content {
    padding-bottom: 100px;
  }
}
.home .overview img {
  display: block;
  -webkit-mask-image: url(images/seed-mask.png);
  mask-image: url(images/seed-mask.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media screen and (min-width: 1000px) {
  .home .overview img {
    float: left;
    width: 55%;
    margin-right: 30px;
    -webkit-shape-outside: url(images/seed-mask.png);
            shape-outside: url(images/seed-mask.png);
    -webkit-shape-margin: 30px;
            shape-margin: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .home .overview img {
    -webkit-shape-margin: 40px;
            shape-margin: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home .overview img {
    width: 70%;
    -webkit-shape-margin: 60px;
            shape-margin: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .home .overview img {
    width: auto;
    max-width: 100%;
    -webkit-shape-margin: 80px;
            shape-margin: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .home .overview img {
    -webkit-shape-margin: 90px;
            shape-margin: 90px;
  }
}
.home .overview .overview-text {
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  .home .overview .overview-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .home .overview .overview-text {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .overview .overview-text {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .home .overview .overview-text {
    padding: 60px 0 0 0;
  }
}
@media screen and (min-width: 1520px) {
  .home .overview .overview-text {
    padding: 60px 100px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .home .overview .overview-text {
    padding: 60px 150px 0 0;
  }
}
.home .overview .overview-text .overview-text-1 {
  font-family: century-gothic, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  color: #674255;
}
@media screen and (min-width: 1000px) {
  .home .overview .overview-text .overview-text-1 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1300px) {
  .home .overview .overview-text .overview-text-1 {
    font-size: 1.7em;
  }
}
.home .overview .overview-text .overview-text-2 {
  margin: 0;
  font-size: 1.2em;
}
@media screen and (min-width: 1000px) {
  .home .overview .overview-text .overview-text-2 {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1300px) {
  .home .overview .overview-text .overview-text-2 {
    font-size: 1.2em;
  }
}
.home .ej-101 {
  background: #3a252f;
}
.home .ej-101 .content {
  max-width: 1800px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .home .ej-101 .content {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
}
.home .ej-101 .ej-101-text-wrap {
  padding: 40px 20px;
  background: #674255;
}
@media screen and (min-width: 800px) {
  .home .ej-101 .ej-101-text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .home .ej-101 .ej-101-text-wrap {
    justify-content: center;
  }
}
.home .ej-101 .ej-101-text-wrap .ej-101-text-content {
  max-width: 575px;
}
.home .ej-101 .ej-101-text-wrap h3 {
  font-size: 1.3em;
}
@media screen and (min-width: 1000px) {
  .home .ej-101 .ej-101-text-wrap h3 {
    font-size: 1.6em;
  }
}
.home .ej-101 .ej-101-text-wrap a {
  color: inherit;
}
.home .ej-101 .ej-101-text-wrap p {
  margin: 0 0 25px 0;
}
.home .ej-101 .ej-101-text-wrap .button, .home .ej-101 .ej-101-text-wrap input[type=submit], .home .ej-101 .ej-101-text-wrap .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .home .ej-101 .ej-101-text-wrap a {
  margin: 0;
  background: #3a252f;
}
.home .ej-101 .ej-101-text-wrap .button:hover, .home .ej-101 .ej-101-text-wrap input[type=submit]:hover, .home .ej-101 .ej-101-text-wrap .page-template-directory-landing .tt_mobile_sm a:hover, .page-template-directory-landing .tt_mobile_sm .home .ej-101 .ej-101-text-wrap a:hover {
  background: #25171e;
}
.home .ej-101 .ej-101-img {
  background: #264861;
}
.home .ej-101 .ej-101-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.home .home-about {
  overflow: hidden;
}
.home .home-about .content {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .home .home-about .content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.home .home-about .content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .home .home-about .content {
    padding: 90px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-about .content {
    padding: 120px 40px;
  }
}
.home .home-about .milkweed-graphic {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 100%;
  height: 866px;
  background: url(images/milkweed-graphic-large.jpg) center no-repeat;
  background-size: 766px 866px;
  z-index: 0;
  opacity: 0.1;
}
@media screen and (min-width: 800px) {
  .home .home-about .milkweed-graphic {
    top: 50px;
    left: auto;
    right: 65%;
    width: 766px;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-about .milkweed-graphic {
    right: 55%;
  }
}
.home .home-about .home-about-text {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 800px) {
  .home .home-about .home-about-text {
    margin-left: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-about .home-about-text {
    margin-left: 50%;
  }
}
.home .home-about .home-about-text h2 {
  color: #264861;
}
.home .home-about .home-about-text a {
  color: inherit;
}
.home .home-about .home-about-text p {
  margin: 0 0 25px 0;
}
.home .home-about .home-about-text p strong {
  color: #264861;
}
.home .home-about .home-about-text .button, .home .home-about .home-about-text input[type=submit], .home .home-about .home-about-text .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .home .home-about .home-about-text a {
  margin: 0;
}
.home .home-about .home-partners {
  margin-top: 40px;
  padding: 30px 20px 20px 20px;
  background: rgba(150, 150, 150, 0.3);
  border-radius: 10px;
}
@media screen and (min-width: 650px) {
  .home .home-about .home-partners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
@media screen and (min-width: 800px) {
  .home .home-about .home-partners {
    display: block;
    margin-top: 50px;
    background: #efefef;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-about .home-partners {
    display: grid;
  }
}
.home .home-about .home-partners ul {
  margin: 10px 0 10px 1.2em;
}

.page-template-law-policy-database-landing main {
  background: #f5f5f5;
}
.page-template-law-policy-database-landing .main-content-wrap {
  max-width: none !important;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .main-content {
    display: grid;
    grid-template-columns: 400px auto;
    grid-gap: 50px;
    padding: 40px !important;
  }
}
.page-template-law-policy-database-landing aside {
  position: relative;
  margin: 0;
  font-family: omnes-semicond, sans-serif;
  font-weight: 500;
  color: #fff;
  background: #325f7f;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing aside {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 0.95em;
    color: #264861;
    background: none;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-law-policy-database-landing aside {
    margin: 18px 0 0 0;
  }
}
.page-template-law-policy-database-landing aside .reset-filters-button {
  font-size: 0.975em;
}
.page-template-law-policy-database-landing input.facetwp-date {
  border-radius: 6px !important;
  width: 45%;
  display: inline-block !important;
  background: #1d3649 !important;
  color: #fff !important;
  font-size: 0.95em;
}
.page-template-law-policy-database-landing .results-count-filter-toggle-wrap {
  display: grid;
  grid-template-columns: auto 145px;
  align-items: center;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .results-count-filter-toggle-wrap {
    display: none;
  }
}
.page-template-law-policy-database-landing .results-count-filter-toggle-wrap .reset-filters-icon {
  display: none;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .results-count-filter-toggle-wrap .reset-filters-icon {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1em;
    color: #264861;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    transition: all 0.15s ease;
  }
  .page-template-law-policy-database-landing .results-count-filter-toggle-wrap .reset-filters-icon:hover {
    color: #fff;
    background: #264861;
  }
}
.page-template-law-policy-database-landing .results-count-filter-toggle-wrap .reset-filters-icon.loading {
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-template-law-policy-database-landing .results-count {
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 0.95em;
}
.page-template-law-policy-database-landing .results-count .facetwp-facet-law_result_count {
  margin: 0;
  display: inline-block;
}
.page-template-law-policy-database-landing .reset-filters-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1d3649;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .reset-filters-button:hover {
    background: #325f7f !important;
  }
}
.page-template-law-policy-database-landing .reset-filters-button i {
  margin-left: -7px;
  padding: 0 7px;
  font-size: 1.2em;
}
.page-template-law-policy-database-landing .reset-filters-button i.loading {
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-template-law-policy-database-landing a.filters-toggle-activate {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0 0 0 20px;
  padding: 25px 20px;
  font-size: 0.95em;
  font-weight: 400;
  color: #fff !important;
  background: #264861;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing a.filters-toggle-activate {
    display: none;
  }
}
.page-template-law-policy-database-landing a.filters-toggle-activate:after {
  padding-left: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f1de";
  font-weight: 300;
  font-size: 1.4em;
}
@media screen and (min-width: 650px) {
  .page-template-law-policy-database-landing a.filters-toggle-activate:after {
    right: 40px;
  }
}
.page-template-law-policy-database-landing .back-to-filters-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 50%;
  margin: 0;
  background: #1d3649;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1000;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .back-to-filters-button.visible {
    opacity: 1;
    z-index: 1000;
  }
}
.page-template-law-policy-database-landing .back-to-filters-button i {
  padding-left: 10px;
  font-size: 1.25em;
}
.page-template-law-policy-database-landing .filters {
  display: none;
  box-sizing: border-box;
  padding: 60px 20px 80px 20px;
  background: #325f7f;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters {
    display: block !important;
    padding: 0;
    background: none;
  }
}
.page-template-law-policy-database-landing .filters.active {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.page-template-law-policy-database-landing .filters .filters-toggle-close-x {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 10px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.5em;
  background: #1d3649;
  border-radius: 50%;
  z-index: 100000;
}
.page-template-law-policy-database-landing .filters .filters-toggle-close-x span {
  display: inline-block;
  text-indent: -9999px;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .filters-toggle-close-x {
    display: none;
  }
}
.page-template-law-policy-database-landing .filters .reset-filters-icon-off-canvas {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 70px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.35em;
  background: #1d3649;
  border-radius: 50%;
  z-index: 100000;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .reset-filters-icon-off-canvas {
    display: none;
  }
}
.page-template-law-policy-database-landing .filters .reset-filters-icon-off-canvas.loading {
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-template-law-policy-database-landing .filters .filters-buttons-wrap .view-results-button .facetwp-facet-law_result_count_in_button {
  margin: 0;
  display: inline !important;
}
.page-template-law-policy-database-landing .filters .filters-buttons-wrap .button, .page-template-law-policy-database-landing .filters .filters-buttons-wrap input[type=submit], .page-template-law-policy-database-landing .filters .filters-buttons-wrap .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .page-template-law-policy-database-landing .filters .filters-buttons-wrap a {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 20px;
  background: #1d3649;
}
.page-template-law-policy-database-landing .filters .filters-buttons-wrap .view-results-button {
  position: fixed;
  width: calc(100vw - 40px);
  bottom: -5px;
  left: 20px;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .filters-buttons-wrap .view-results-button {
    display: none;
  }
}
.page-template-law-policy-database-landing .filters h3 {
  margin: 0 0 15px 0;
  font-size: 1em;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters h3 {
    margin: 0 0 10px 0;
  }
}
.page-template-law-policy-database-landing .filters .facetwp-facet {
  margin-bottom: 30px;
}
.page-template-law-policy-database-landing .filters select {
  font-size: 0.9em;
  color: #24171d;
  width: 100%;
}
.page-template-law-policy-database-landing .filters .chosen-container {
  width: 100% !important;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .chosen-container {
    margin-top: 0;
  }
}
.page-template-law-policy-database-landing .filters .chosen-container .chosen-single {
  color: #fff !important;
  background: #1d3649 !important;
  border: 0 !important;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search .facetwp-input-wrap {
  width: 100%;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search input {
  position: relative;
  width: 100% !important;
  max-width: none;
  box-sizing: border-box !important;
  padding: 13px 0 13px 15px !important;
  font-family: omnes-semicond, sans-serif !important;
  font-size: 0.95em !important;
  color: #24171d !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #fff !important;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .facetwp-facet-law_search input {
    border: 1px solid rgba(38, 72, 97, 0.5) !important;
  }
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search input::-webkit-input-placeholder {
  opacity: 1 !important;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search input::-moz-placeholder {
  opacity: 1 !important;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search input::placeholder {
  opacity: 1 !important;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search input:focus::-moz-placeholder {
  opacity: 0 !important;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search input:focus::placeholder {
  opacity: 0 !important;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search i.facetwp-icon {
  right: 0 !important;
  width: 40px;
  height: 20px;
  padding: 14px 0;
  text-align: center;
  opacity: 0.7 !important;
  cursor: pointer !important;
  z-index: 1000;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search i.facetwp-icon:before {
  background: none;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.8em;
  color: #24171d !important;
  font-style: normal;
  -webkit-animation: 0 !important;
          animation: 0 !important;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search i.clear {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  padding: 0 10px 0 15px;
  line-height: 1;
  cursor: pointer;
  background: transparent url("/wp-content/plugins/facetwp/assets/images/icon-close.png") 6px 50% no-repeat;
  background-size: 14px 14px;
  opacity: 0.5;
  z-index: 1000;
}
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search .f-loading + input + i.clear,
.page-template-law-policy-database-landing .filters .facetwp-facet-law_search .loading + i.clear {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .facetwp-type-checkboxes {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .checklist-wrap {
    margin: 0 0 30px 0;
    padding: 20px;
    background: #e5e5e5;
    border-radius: 10px;
  }
}
.page-template-law-policy-database-landing .filters .facetwp-expand {
  padding: 11px 0;
  font-weight: 400;
  font-size: 0.9em;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .facetwp-expand {
    position: absolute;
    top: -2px;
    right: 0;
  }
}
.page-template-law-policy-database-landing .filters .facetwp-checkbox,
.page-template-law-policy-database-landing .filters .facetwp-radio {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 0.95em;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .facetwp-checkbox,
  .page-template-law-policy-database-landing .filters .facetwp-radio {
    font-size: 0.9em;
  }
}
.page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap,
.page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap,
.page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 38px;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap,
  .page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap,
  .page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap {
    padding: 8px 0 8px 38px;
  }
}
.page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-checkbox,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-radio,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-checkbox,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-radio,
.page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-checkbox,
.page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-radio,
.page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap span.custom-checkbox,
.page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap span.custom-radio {
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  -webkit-transform-origin: center;
          transform-origin: center;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: -5px;
  margin-right: 15px;
  transition: background-color 50ms 100ms, -webkit-transform 250ms cubic-bezier(0.78, -1.22, 0.17, 10);
  transition: background-color 50ms 100ms, transform 250ms cubic-bezier(0.78, -1.22, 0.17, 10);
  transition: background-color 50ms 100ms, transform 250ms cubic-bezier(0.78, -1.22, 0.17, 10), -webkit-transform 250ms cubic-bezier(0.78, -1.22, 0.17, 10);
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-checkbox,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-radio,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-checkbox,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-radio,
  .page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-checkbox,
  .page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-radio,
  .page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap span.custom-checkbox,
  .page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap span.custom-radio {
    top: 8px;
    border-color: #264861;
    background: #fff;
  }
}
.page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-checkbox:before,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-radio:before,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-checkbox:before,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-radio:before,
.page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-checkbox:before,
.page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-radio:before,
.page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap span.custom-checkbox:before,
.page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap span.custom-radio:before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 8px;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-checkbox:after,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-radio:after,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-checkbox:after,
.page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-radio:after,
.page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-checkbox:after,
.page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-radio:after,
.page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap span.custom-checkbox:after,
.page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap span.custom-radio:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: rotate(305deg);
          transform: rotate(305deg);
  top: 14px;
  left: 9px;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
@media (pointer: fine) {
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap:hover span.custom-checkbox:before,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap:hover span.custom-radio:before,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap:hover span.custom-checkbox:before,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap:hover span.custom-radio:before,
  .page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap:hover span.custom-checkbox:before,
  .page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap:hover span.custom-radio:before,
  .page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap:hover span.custom-checkbox:before,
  .page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap:hover span.custom-radio:before {
    width: 5px !important;
  }
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap:hover span.custom-checkbox:after,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .checkbox-content-wrap:hover span.custom-radio:after,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap:hover span.custom-checkbox:after,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox .radio-content-wrap:hover span.custom-radio:after,
  .page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap:hover span.custom-checkbox:after,
  .page-template-law-policy-database-landing .filters .facetwp-radio .checkbox-content-wrap:hover span.custom-radio:after,
  .page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap:hover span.custom-checkbox:after,
  .page-template-law-policy-database-landing .filters .facetwp-radio .radio-content-wrap:hover span.custom-radio:after {
    width: 10px !important;
  }
}
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-checkbox,
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-radio,
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-checkbox,
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-radio,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-checkbox,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-radio,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-checkbox,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-radio {
  border-color: #264861;
  background: #1d3649;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-checkbox:after,
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-radio:after,
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-checkbox:after,
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-radio:after,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-checkbox:after,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-radio:after,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-checkbox:after,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-radio:after {
  width: 10px;
  background-color: #fff;
  transition: width 150ms ease 100ms;
}
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-checkbox:before,
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-radio:before,
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-checkbox:before,
.page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-radio:before,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-checkbox:before,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-radio:before,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-checkbox:before,
.page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-radio:before {
  width: 5px;
  background-color: #fff;
  transition: width 150ms ease 100ms;
}
@media (pointer: fine) {
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-checkbox,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-radio,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-checkbox,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-radio,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-checkbox,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-radio,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-checkbox,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-radio {
    background-color: #1d3649;
  }
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-checkbox:after,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-radio:after,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-checkbox:after,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-radio:after,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-checkbox:after,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-radio:after,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-checkbox:after,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-radio:after {
    width: 10px;
    background-color: #fff;
  }
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-checkbox:before,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-radio:before,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-checkbox:before,
  .page-template-law-policy-database-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-radio:before,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-checkbox:before,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-radio:before,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-checkbox:before,
  .page-template-law-policy-database-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-radio:before {
    width: 5px;
    background-color: #fff;
  }
}
.page-template-law-policy-database-landing .filters .facetwp-depth {
  margin-left: 38px;
}
.page-template-law-policy-database-landing .resources-wrap {
  padding: 30px 20px;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .resources-wrap {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .resources-wrap .results-count-reset-filters-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    margin: 0 0 20px 0;
  }
}
.page-template-law-policy-database-landing .resources-wrap .results-count-reset-filters-wrap .results-count {
  display: none;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .resources-wrap .results-count-reset-filters-wrap .results-count {
    display: block;
  }
}
.page-template-law-policy-database-landing .resources-wrap .results-count-reset-filters-wrap .reset-filters-button {
  display: none;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .resources-wrap .results-count-reset-filters-wrap .reset-filters-button {
    display: flex;
    justify-self: end;
  }
}
.page-template-law-policy-database-landing .law-policy-cards {
  display: grid;
  grid-gap: 30px;
}
@media screen and (min-width: 800px) {
  .page-template-law-policy-database-landing .law-policy-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .law-policy-cards {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-law-policy-database-landing .law-policy-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-law-policy-database-landing .law-policy-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 2200px) {
  .page-template-law-policy-database-landing .law-policy-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-template-law-policy-database-landing .law-policy-cards .law-policy-card {
  display: block;
  padding: 20px;
  font-weight: 400;
  font-size: 0.95em;
  color: #24171d;
  background: #fff;
  border: 1px solid #c1cad0;
  border-top-width: 5px;
}
.page-template-law-policy-database-landing .law-policy-cards .law-policy-card:hover {
  border-color: #3d749b;
}
.page-template-law-policy-database-landing .law-policy-cards .law-policy-card h2 {
  margin: 0 0 20px 0;
  font-size: 1.2em;
  color: #264861;
}
.page-template-law-policy-database-landing .law-policy-cards .law-policy-card .citation {
  display: block;
  margin: 0 0 20px 0;
  padding: 10px 15px;
  line-height: 1.2em;
  border-radius: 6px;
  background: #eee;
}
.page-template-law-policy-database-landing .law-policy-cards .law-policy-card .law-policy-specs {
  margin: 0;
}
.page-template-law-policy-database-landing .law-policy-cards .law-policy-card .law-policy-specs .law-spec {
  display: block;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.page-template-law-policy-database-landing .law-policy-cards .law-policy-card .law-policy-specs .law-spec:last-of-type {
  margin: 0;
}
.page-template-law-policy-database-landing .no-results {
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .page-template-law-policy-database-landing .no-results {
    padding-top: 50px;
  }
}
.page-template-law-policy-database-landing .no-results .button, .page-template-law-policy-database-landing .no-results input[type=submit], .page-template-law-policy-database-landing .no-results .page-template-directory-landing .tt_mobile_sm a, .page-template-directory-landing .tt_mobile_sm .page-template-law-policy-database-landing .no-results a {
  display: inline-flex;
  margin: 0;
}

body.search #searchform {
  position: relative;
  max-width: 100%;
  height: 70px;
  margin: 0 0 30px 0;
  border: 1px solid #ccc;
}
body.search #searchform input#searchfield[type=text] {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 14px 80px 14px 15px;
  font-family: omnes-semicond, sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  color: #333;
  border: 0 !important;
}
body.search #searchform input#searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 1em;
  color: #666 !important;
  cursor: pointer;
  background: none;
}
body.search article {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 800px !important;
  margin: 0 auto;
  padding-top: 40px !important;
}
@media screen and (min-width: 1000px) {
  body.search article {
    padding-right: 30px;
    padding-left: 30px;
  }
}
body.search article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  body.search article {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  body.search article {
    padding-top: 80px !important;
  }
}
body.search article h1 {
  margin: 0 0 20px 0;
  font-size: 1.3em;
}
body.search article a.search-result {
  display: block;
  margin: 0;
  padding: 20px 0;
  font-weight: 300;
  font-size: 0.9em;
  border-bottom: 1px solid #ccc;
}
body.search article a.search-result:after {
  content: "";
  display: table;
  clear: both;
}
body.search article a.search-result:hover h3 {
  color: #4888b5;
  text-decoration: underline;
}
body.search article a.search-result img {
  float: left;
  display: block;
  max-width: 100px;
  vertical-align: top;
  margin: 3px 20px 5px 0;
}
body.search article a.search-result h3 {
  margin: 0 0 5px 0;
  font-size: 1.1em;
  font-weight: 500;
  font-family: omnes-semicond, sans-serif;
  color: #3d749b;
}
body.search article a.search-result p {
  margin: 0;
  font-size: 0.95em;
  color: #777;
}
body.search .pagination {
  margin-top: 30px;
  background: none;
}

.page-template-section-child #crumbs-wrap #crumbs {
  max-width: 1350px;
}

.page-template-section-landing #crumbs-wrap #crumbs {
  max-width: 1450px;
}

.awesome-cover {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .awesome-cover figure {
    margin-top: -75px;
  }
}
.awesome-cover figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 649px) {
  .awesome-cover figure img {
    height: auto !important;
  }
}
.awesome-cover figure .awesome-caption {
  padding: 5px 20px;
  font-size: 0.8em;
  font-weight: 400;
  color: #777;
}
@media screen and (min-width: 800px) {
  .awesome-cover figure .awesome-caption {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .awesome-cover figure .awesome-caption {
    width: 50%;
  }
}
.awesome-cover figure .awesome-caption span {
  font-size: 0.85em;
  color: #777;
}
.awesome-cover h1 {
  max-width: 630px;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.2em;
  font-size: 2em;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .awesome-cover h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1300px) {
  .awesome-cover h1 {
    font-size: 3em;
  }
}
.awesome-cover.awesome-cover-none h1 {
  max-width: 1400px;
  box-sizing: border-box;
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-none h1 {
    padding: 30px 40px 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .awesome-cover.awesome-cover-none h1 {
    padding: 50px 40px 0 40px;
  }
}
.awesome-cover.awesome-cover-full-screen {
  display: grid;
}
.awesome-cover.awesome-cover-full-screen .awesome-heads {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1 {
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    text-align: center;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-top {
    top: 12%;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-middle {
    top: 35%;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-bottom, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-bottom, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-bottom {
    bottom: 17.5%;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-white {
    color: #fff;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-black {
    color: #24171d;
  }
}
@media screen and (min-width: 1000px) {
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1 {
    margin: 0 !important;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-bottom {
    left: 5% !important;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-bottom {
    left: 50%;
    width: 600px;
    margin-left: -300px !important;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-bottom {
    right: 5% !important;
    left: auto;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-white {
    color: #fff;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-black {
    color: #24171d;
  }
}
@media screen and (min-width: 1600px) {
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-bottom, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-bottom, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-bottom {
    bottom: 15%;
  }
}
.awesome-cover.awesome-cover-split-screen {
  display: grid;
  margin-top: -50%;
  overflow: hidden;
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-split-screen {
    margin-top: -32.5%;
  }
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen {
    grid-template-columns: [col] 1fr [col] 1fr;
    margin-top: 0;
  }
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen figure {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1000px) {
  .awesome-cover.awesome-cover-split-screen figure {
    margin-top: -75px;
  }
}
.awesome-cover.awesome-cover-split-screen img {
  margin-bottom: -40%;
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen img {
    margin-bottom: 0;
  }
}
.awesome-cover.awesome-cover-split-screen.img-right figure {
  grid-column: col 2/span 1;
  grid-row: row 1;
}
.awesome-cover.awesome-cover-split-screen.img-right .awesome-heads {
  grid-column: col 1/span 1;
  grid-row: row 1;
}
.awesome-cover.awesome-cover-split-screen.img-right .awesome-caption:before {
  left: -100%;
}
.awesome-cover.awesome-cover-split-screen .awesome-caption {
  position: relative;
  width: 100%;
  margin-top: 40%;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen .awesome-caption {
    margin-top: 0;
  }
}
.awesome-cover.awesome-cover-split-screen .awesome-caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200%;
  height: 1px;
  background: #ccc;
}
.awesome-cover.awesome-cover-split-screen .awesome-heads {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-split-screen .awesome-heads {
    padding: 30px 40px 0 40px;
  }
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen .awesome-heads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: -5%;
    padding: 0 50px;
  }
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-split-screen .awesome-heads .awesome-summary {
    text-align: center;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen .awesome-heads .awesome-summary {
    font-weight: 300;
  }
}

.awesome-summary {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
  color: #777;
}
@media screen and (min-width: 800px) {
  .awesome-summary {
    text-align: left;
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1200px) {
  .awesome-summary {
    font-size: 1.5em;
  }
}

.awesome-byline-date {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding: 30px 20px;
}
.awesome-byline-date strong {
  display: block;
  margin-bottom: 5px;
}
.awesome-byline-date strong a {
  text-decoration: none;
  color: #777;
  border-bottom: 1px solid #ccc;
}
.awesome-byline-date strong a:hover {
  border-bottom-color: #777;
}
.awesome-byline-date span {
  font-size: 0.9em;
  font-weight: 400;
  color: #777;
}
.awesome-byline-date .awesome-comments-count {
  float: right;
  display: inline-block;
  margin-top: 3px;
  border-radius: 4px;
}
.awesome-byline-date .awesome-comments-count a {
  position: relative;
  display: block;
  padding: 2px 15px;
  text-decoration: none;
  font-weight: 300 !important;
  color: #fff;
  background: #ccc;
  border-radius: 4px;
}
.awesome-byline-date .awesome-comments-count a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ccc;
  border-bottom: 0;
  border-left: 0;
  margin-left: -3px;
  margin-bottom: -6px;
}

.awesome-article {
  margin: 0 auto 30px auto;
}
.awesome-article .awesome-text-block {
  max-width: 650px;
  margin: 0 auto;
  padding: 10px 20px;
}
.awesome-article .awesome-text-block p {
  font-size: 1.05em;
  font-weight: 400;
  color: #777;
}
@media screen and (min-width: 1200px) {
  .awesome-article .awesome-text-block p {
    font-size: 1.15em;
    font-weight: 300;
    color: #24171d;
  }
}
.awesome-article .awesome-text-block p:last-of-type {
  margin: 0;
}
.awesome-article .awesome-text-block.awesome-drop-cap p:first-child:first-letter {
  float: left;
  display: inline-block;
  padding: 9px 8px 8px 0;
  font-size: 4.5em;
  font-weight: 500;
  font-family: century-gothic, sans-serif;
  color: #3d749b;
}
@-moz-document url-prefix() {
  .awesome-article .awesome-text-block.awesome-drop-cap p:first-child:first-letter {
    margin-top: -5px;
    padding: 0 8px 0 0;
  }
}
.awesome-article .button-row {
  max-width: 650px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
}
.awesome-article .fluid-width-video-wrapper {
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 2000px) {
  .awesome-article .fluid-width-video-wrapper {
    padding-top: 1050px !important;
  }
}

.single-post .main-content {
  max-width: 800px;
}
.single-post .no-hero h1 {
  margin: 0 0 15px 0;
}
.single-post .no-hero h2 {
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.4em;
}
@media screen and (min-width: 650px) {
  .single-post .no-hero h2 {
    margin: 0 0 20px 0;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .single-post .no-hero h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .no-hero h2 {
    font-size: 1.4em;
  }
}
.single-post .no-hero .date-author {
  margin: 15px 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #ccc;
}
.single-post .no-hero .date-author a {
  font-weight: 400;
  color: #777;
}
.single-post .no-hero .date-author a:hover {
  text-decoration: underline;
}
.single-post .post-hero {
  position: relative;
  max-width: 100% !important;
  margin: 0 auto 30px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}
.single-post .post-hero:after {
  content: "";
  display: table;
  clear: both;
}
.single-post .post-hero img {
  position: absolute;
  opacity: 0;
}
.single-post .post-hero .content-wrap {
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 200px 20px 30px 20px;
}
@media screen and (min-width: 650px) {
  .single-post .post-hero .content-wrap {
    padding: 250px 20px 30px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .single-post .post-hero .content-wrap {
    padding: 350px 40px 40px 40px;
  }
}
@media screen and (min-width: 1400px) {
  .single-post .post-hero .content-wrap {
    padding: 400px 40px 40px 40px;
  }
}
.single-post .post-hero .content {
  position: relative;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1000;
}
.single-post .post-hero .content h1 {
  margin: 0 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.single-post .post-hero .content h2 {
  margin: 10px 0 15px 0;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.35em;
  color: inherit;
}
@media screen and (min-width: 650px) {
  .single-post .post-hero .content h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .single-post .post-hero .content h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1400px) {
  .single-post .post-hero .content h2 {
    font-size: 1.4em;
  }
}
.single-post .post-hero .content .date-author {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.75em;
  color: inherit;
  line-height: 2em;
}
.single-post .post-hero .content .date-author a {
  font-weight: 400;
  color: inherit;
}
.single-post .post-hero .content .date-author a:hover {
  text-decoration: underline;
}
.single-post .post-hero.text-left .content {
  text-align: left;
}
.single-post .post-hero.text-center .content {
  text-align: center;
}
.single-post .post-hero.text-right .content {
  text-align: right;
}
.single-post .post-hero.darken-img span.overlay, .single-post .post-hero.brighten-img span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post .post-hero.darken-img span.overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
}
@media screen and (min-width: 1000px) {
  .single-post .post-hero.darken-img span.overlay {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 40%);
  }
}
.single-post .post-hero.brighten-img span.overlay {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, transparent 60%);
}
@media screen and (min-width: 1000px) {
  .single-post .post-hero.brighten-img span.overlay {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, transparent 40%);
  }
}

/*# sourceMappingURL=style.css.map */