/*!
Theme Name: nfraweb
Author: JPL
Author URI: https://jpl.agency
Description: Custom theme for NFRAweb
Template: jpl
Update URI: false
Version: 1.0
*/
.wf,
body,
.btn:not(.btn-alt) span.sm,
.search-btn span.sm,
.featured-image-and-title .pg-title span,
.sidebar-wrap .sidebar p a:not(.btn),
.sidebar-wrap .sidebar li a:not(.btn),
form .form-item label.for-checkbox {
  font-family: 'HindRegular', sans-serif;
  font-weight: normal;
}
.wf-700,
p strong,
p b,
li strong,
li b,
.search-wrap-outer #search-form .search-options button,
.block .author .name,
.block .wp-caption .wp-caption-text,
.sidebar-wrap .sidebar h2,
.sidebar-wrap .sidebar h3,
.sidebar-wrap .sidebar h4,
.posts-sidebar-wrap > .sidebar-wrap .search-form label,
.site-search-wrap > .sidebar-wrap .search-form label,
.pagination,
form .form-item label {
  font-family: 'Hind700', sans-serif;
  font-weight: normal;
}
.wf-alt,
.nav-secondary {
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
}
.wf-alt-600,
.btn:not(.btn-alt),
.search-btn,
.btn-link,
.btn-alt,
.nav-primary .menu > li .sub-menu a,
.gform_wrapper .gform-theme-button,
.gform_wrapper .gform_button {
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
}
.wf-alt-700 {
  font-family: 'Montserrat700', sans-serif;
  font-weight: normal;
}
.wf-alt-800,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat800', sans-serif;
  font-weight: normal;
}
.wf-alt-900 {
  font-family: 'Montserrat900', sans-serif;
  font-weight: normal;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap {
    padding: 0 15px;
  }
}
@font-face {
  font-family: 'HindRegular';
  src: url('fonts/hind-v17-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Hind700';
  src: url('fonts/hind-v17-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'MontserratRegular';
  src: url('fonts/montserrat-v29-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat600';
  src: url('fonts/montserrat-v29-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat700';
  src: url('fonts/montserrat-v29-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat800';
  src: url('fonts/montserrat-v29-latin-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat900';
  src: url('fonts/montserrat-v29-latin-900.woff2') format('woff2');
}
body {
  color: #333;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 0.25em;
  padding-top: 0.75em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  padding-top: 0;
}
h1 {
  font-size: 2.75em;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1140px) {
  h1 {
    font-size: 3.33em;
  }
}
h2 {
  font-size: 1.8em;
}
@media only screen and (min-width: 1140px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 1.6em;
}
@media only screen and (min-width: 1140px) {
  h3 {
    font-size: 1.75em;
  }
}
h4 {
  font-size: 1.3em;
}
@media only screen and (min-width: 1140px) {
  h4 {
    font-size: 1.4em;
  }
}
h5 {
  font-size: 1.1em;
}
@media only screen and (min-width: 1140px) {
  h5 {
    font-size: 1.2em;
  }
}
p {
  margin: 1em 0 0;
}
p:first-child {
  margin-top: 0;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 1px dotted #222222 !important;
}
code {
  background-color: #fff6d1;
  font-size: 0.85em;
  padding: 0.5em;
}
.logo-wrap:focus-visible {
  outline-color: #222222 !important;
}
.bg-color-dark a:focus-visible,
.bg-color-dark button:focus-visible,
.bg-color-dark input:focus-visible,
.bg-color-dark select:focus-visible,
.bg-color-dark textarea:focus-visible {
  outline-color: #222222 !important;
}
.hidden,
.hide {
  display: none;
}
.btn:not(.btn-alt),
.search-btn {
  border: 1px solid #E8AE0F;
  background-color: #E8AE0F;
  border-radius: 10px;
  color: #222222;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  line-height: 1.1em;
  min-width: 100px;
  padding: 1em;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:not(.btn-alt):hover,
.search-btn:hover {
  background: #f4d787;
}
.btn:not(.btn-alt) span,
.search-btn span {
  position: relative;
}
.btn:not(.btn-alt) span.sm,
.search-btn span.sm {
  display: block;
  font-size: 0.8em;
}
.btn:not(.btn-alt).btn-dark,
.search-btn.btn-dark {
  background: #777;
  color: #fff;
}
.btn:not(.btn-alt).btn-dark:hover,
.search-btn.btn-dark:hover {
  background: #222222;
}
.btn:not(.btn-alt).btn-dark:before,
.search-btn.btn-dark:before {
  content: none;
}
.btn:not(.btn-alt).has-arrow,
.search-btn.has-arrow {
  padding-right: 2.75em;
}
.btn:not(.btn-alt)[type=submit]:before,
.search-btn[type=submit]:before {
  content: none;
}
.btn:not(.btn-alt)[type=submit]:hover,
.search-btn[type=submit]:hover {
  background-color: #777;
}
.btn:not(.btn-alt).btn-secondary,
.search-btn.btn-secondary {
  background-color: transparent;
  border: 1px solid #222222;
}
@media only screen and (min-width: 980px) {
  .btn:not(.btn-alt).btn-secondary:hover,
  .search-btn.btn-secondary:hover {
    background: #222222;
    color: #fff;
  }
}
.btn:not(.btn-alt)[href*="http"]:not([href*="nfraweb"]) span,
.search-btn[href*="http"]:not([href*="nfraweb"]) span,
.btn:not(.btn-alt)[href*="nfra.users.membersuite.com"] span,
.search-btn[href*="nfra.users.membersuite.com"] span,
.btn:not(.btn-alt).is-external span,
.search-btn.is-external span {
  flex: 1;
}
.btn:not(.btn-alt)[href*="http"]:not([href*="nfraweb"]):after,
.search-btn[href*="http"]:not([href*="nfraweb"]):after,
.btn:not(.btn-alt)[href*="nfra.users.membersuite.com"]:after,
.search-btn[href*="nfra.users.membersuite.com"]:after,
.btn:not(.btn-alt).is-external:after,
.search-btn.is-external:after {
  content: url('img/fa-icons/external.svg');
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 0.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:not(.btn-alt)[href*="http"]:not([href*="nfraweb"]).btn-secondary:hover:after,
.search-btn[href*="http"]:not([href*="nfraweb"]).btn-secondary:hover:after,
.btn:not(.btn-alt)[href*="nfra.users.membersuite.com"].btn-secondary:hover:after,
.search-btn[href*="nfra.users.membersuite.com"].btn-secondary:hover:after,
.btn:not(.btn-alt).is-external.btn-secondary:hover:after,
.search-btn.is-external.btn-secondary:hover:after {
  filter: invert(1);
}
.btn:not(.btn-alt)[href$=".pdf"] span,
.search-btn[href$=".pdf"] span,
.btn:not(.btn-alt).is-pdf span,
.search-btn.is-pdf span {
  flex: 1;
}
.btn:not(.btn-alt)[href$=".pdf"]:after,
.search-btn[href$=".pdf"]:after,
.btn:not(.btn-alt).is-pdf:after,
.search-btn.is-pdf:after {
  content: url('img/fa-icons/file-pdf-regular.svg');
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-left: 0.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:not(.btn-alt)[href$=".pdf"].btn-secondary:hover:after,
.search-btn[href$=".pdf"].btn-secondary:hover:after,
.btn:not(.btn-alt).is-pdf.btn-secondary:hover:after,
.search-btn.is-pdf.btn-secondary:hover:after {
  filter: invert(1);
}
.btn-link,
.btn-alt {
  align-items: center;
  color: #222222;
  display: inline-flex;
  padding-right: 0.75em;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link:after,
.btn-alt:after {
  content: url('img/fa-icons/arrow-right-solid-gold.svg');
  display: block;
  height: 17px;
  margin-left: 0.33em;
  width: 15px;
}
.btn-link:hover,
.btn-alt:hover {
  text-decoration: underline;
}
.back-btn {
  text-decoration: none;
}
.back-btn:before {
  padding-right: 0.25em;
}
button {
  border: none;
  cursor: pointer;
}
/**
 * Header
 */
.hdr {
  background-color: #fdf7e7;
  height: 80px;
  padding-top: 1.05em;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 979px) {
  .hdr {
    z-index: 110;
  }
}
@media only screen and (min-width: 980px) {
  .hdr {
    height: 110px;
  }
}
.hdr .wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.hdr .logo-wrap {
  align-items: center;
  display: flex;
  padding: 0;
  position: relative;
  width: 100px;
}
@media only screen and (min-width: 980px) {
  .hdr .logo-wrap {
    margin-top: 1.25em;
    padding: 0;
    width: 90px;
  }
}
@media only screen and (min-width: 1050px) {
  .hdr .logo-wrap {
    width: 115px;
  }
}
@media only screen and (min-width: 1140px) {
  .hdr .logo-wrap {
    margin-top: 1em;
    width: 132px;
  }
}
.hdr .logo-wrap img {
  display: block;
  height: auto;
  mix-blend-mode: multiply;
  position: relative;
  width: 100%;
  z-index: 102;
}
/* navigation */
@media only screen and (max-width: 979px) {
  .nav-wrap {
    background-color: #f5eacb;
    display: none;
    left: 0;
    padding: 1em 0 0;
    position: absolute;
    top: 63px;
    width: 100%;
    z-index: 100;
  }
}
@media only screen and (min-width: 980px) {
  .nav-wrap {
    display: block !important;
    flex: 1;
    position: relative;
  }
}
@media only screen and (min-width: 980px) {
  .nav-wrap .inner {
    display: flex;
    justify-content: flex-end;
  }
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/**
 * Nav Toggle Button
 */
.nav-toggle-wrap {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding: 2em 1.25em 1em 1em;
}
@media only screen and (min-width: 980px) {
  .nav-toggle-wrap {
    display: none;
  }
}
.menu-line {
  width: 30px;
  height: 32px;
  display: inline-block;
  position: relative;
}
.menu-line .menu-line-inner {
  background-color: #222222;
  border-radius: 2px;
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 30px;
}
.menu-line .menu-line-inner:before,
.menu-line .menu-line-inner:after {
  background-color: #222222;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 30px;
}
.menu-line .menu-line-inner:before {
  top: 8px;
  transition: opacity 0.2s 0.2s ease;
}
.menu-line .menu-line-inner:after {
  top: 16px;
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.nav-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
  height: 60px;
  margin: 0;
  outline: none;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 0px;
  transition: all 0.2s ease;
  width: 60px;
  z-index: 11;
  /* hide box shadow overflow */
}
@media only screen and (max-width: 979px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle.toggle-closed .menu-line-inner {
  background-color: #222222;
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.nav-toggle.toggle-closed .menu-line-inner:before {
  background-color: #222222;
  transition-delay: 0s;
  opacity: 0;
}
.nav-toggle.toggle-closed .menu-line-inner:after {
  background-color: #222222;
  top: 20px;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
.nav-toggle .menu-line {
  top: -9px;
}
.menu-overlay {
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}
@media only screen and (min-width: 980px) {
  .menu-overlay {
    background: rgba(0, 0, 0, 0.25);
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .admin-bar .menu-overlay {
    top: 130px;
  }
}
.nav-dropdown .menu-overlay {
  display: block;
}
/**
 * Primary Menu
 */
.nav-primary {
  position: relative;
}
@media only screen and (min-width: 980px) {
  .nav-primary {
    display: flex;
    height: 36px;
    justify-content: flex-end;
    margin-top: 40px;
  }
}
.nav-primary .menu {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu {
    display: flex;
    padding-left: 0.75em;
  }
}
@media only screen and (min-width: 1140px) {
  .nav-primary .menu {
    padding-left: 1.5em;
  }
}
.nav-primary .menu > li {
  height: 100%;
  /* persist hover state as user hovers over the children in the parent menu */
  /* mobile dropdown menu classes */
}
.nav-primary .menu > li.hover > a,
.nav-primary .menu > li:hover > a,
.nav-primary .menu > li.current-menu-item > a,
.nav-primary .menu > li.current-page-ancestor > a {
  color: #222222;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li.hover.menu-item-has-children > a > span:after,
  .nav-primary .menu > li:hover.menu-item-has-children > a > span:after,
  .nav-primary .menu > li.current-menu-item.menu-item-has-children > a > span:after,
  .nav-primary .menu > li.current-page-ancestor.menu-item-has-children > a > span:after {
    width: 100%;
  }
}
.nav-primary .menu > li.menu-item-has-children {
  position: relative;
}
.nav-primary .menu > li.menu-item-has-children > a {
  position: relative;
}
@media only screen and (max-width: 979px) {
  .nav-primary .menu > li.menu-item-has-children > a::after {
    content: url('img/fa-icons/fa-caret-down.svg');
    height: 22px;
    margin-left: 0.5em;
    position: absolute;
    right: 25px;
    top: 15px;
    width: 8px;
  }
}
@media only screen and (max-width: 979px) {
  .nav-primary .menu > li.menu-item-has-children.ddactive > a::after {
    content: url('img/fa-icons/fa-caret-up.svg');
  }
}
.nav-primary .menu > li.btn {
  min-width: 0;
  padding: 0;
}
@media only screen and (max-width: 979px) {
  .nav-primary .menu > li.btn {
    margin: 1em 1.5em;
  }
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li.btn {
    margin-left: 0.25em;
  }
}
@media only screen and (max-width: 979px) {
  .nav-primary .menu > li.btn:last-child {
    margin-bottom: 2em;
  }
}
.nav-primary .menu > li.btn > a {
  justify-content: center;
  padding: 0.75em 1.33em;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li.btn > a {
    padding: 0.25em 0.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .nav-primary .menu > li.btn > a {
    padding: 0.33em 1.33em;
  }
}
.nav-primary .menu > li.btn > a span:after {
  content: none;
}
.nav-primary .menu > li a {
  color: #222222;
  display: block;
  font-size: 0.9em;
  height: 100%;
  outline: none;
  padding: 15px 50px 15px 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
}
.nav-primary .menu > li a[href*="http"]:not([href*="nfraweb"]) span,
.nav-primary .menu > li a[href*="nfra.users.membersuite.com"] span,
.nav-primary .menu > li a.is-external span {
  flex: 1;
}
.nav-primary .menu > li a[href*="http"]:not([href*="nfraweb"]):after,
.nav-primary .menu > li a[href*="nfra.users.membersuite.com"]:after,
.nav-primary .menu > li a.is-external:after {
  content: url('img/fa-icons/external.svg');
  display: inline-block;
  height: 10px;
  margin-left: 0.5em;
  padding-bottom: 1.25em;
  width: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li a:hover span:after {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li a {
    align-items: center;
    display: flex;
    font-size: 0.8em;
    height: 100%;
    line-height: 1.3em;
    padding: 0 0.75em;
    z-index: 150;
  }
}
@media only screen and (min-width: 1140px) {
  .nav-primary .menu > li a {
    font-size: 0.85em;
  }
}
.nav-primary .menu > li a > span {
  position: relative;
}
.nav-primary .menu > li a > span:after {
  background-color: #E8AE0F;
  bottom: -3px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-primary .menu > li a > span > span {
  position: relative;
  z-index: 1;
}
.nav-primary .menu > li .sub-menu {
  background-color: #fdf7e7;
  padding: 0.75em 1em;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li .sub-menu {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.05);
    left: -0.5em;
    min-width: 300px;
    position: absolute;
    z-index: 99;
  }
}
@media only screen and (max-width: 979px) {
  .nav-primary .menu > li .sub-menu.ddopen {
    display: block;
  }
}
.nav-primary .menu > li .sub-menu li.mobile-only {
  display: block;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li .sub-menu li.mobile-only {
    display: none;
  }
}
.nav-primary .menu > li .sub-menu a {
  font-size: 0.8em;
  padding: 0.5em 0.75em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li .sub-menu a {
    font-size: inherit;
    font-size: 0.85em;
    padding: 0.5em;
  }
}
@media only screen and (max-width: 979px) {
  .nav-secondary,
  .nav-tertiary {
    text-align: center;
    width: 100%;
  }
}
.nav-secondary .menu-secondary-menu-container,
.nav-tertiary .menu-secondary-menu-container,
.nav-secondary .menu-tertiary-menu-container,
.nav-tertiary .menu-tertiary-menu-container {
  height: 100%;
}
@media only screen and (min-width: 980px) {
  .nav-secondary .menu,
  .nav-tertiary .menu {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
}
.nav-secondary .menu li,
.nav-tertiary .menu li {
  margin-right: 1em;
}
@media only screen and (max-width: 979px) {
  .nav-secondary .menu li,
  .nav-tertiary .menu li {
    margin-left: 1em;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 980px) {
  .nav-secondary .menu li,
  .nav-tertiary .menu li {
    margin-right: 1.75em;
  }
}
.nav-secondary .menu li.current-menu-item > a,
.nav-tertiary .menu li.current-menu-item > a,
.nav-secondary .menu li.current-page-ancestor > a,
.nav-tertiary .menu li.current-page-ancestor > a,
.nav-secondary .menu li:hover > a,
.nav-tertiary .menu li:hover > a {
  text-decoration: underline;
}
.nav-secondary .menu a,
.nav-tertiary .menu a {
  color: #222222;
  display: flex;
  font-size: 0.85em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nav-secondary .menu a[href*="http"]:not([href*="nfraweb"]) span,
.nav-tertiary .menu a[href*="http"]:not([href*="nfraweb"]) span,
.nav-secondary .menu a[href*="nfra.users.membersuite.com"] span,
.nav-tertiary .menu a[href*="nfra.users.membersuite.com"] span,
.nav-secondary .menu a.is-external span,
.nav-tertiary .menu a.is-external span {
  flex: 1;
}
.nav-secondary .menu a[href*="http"]:not([href*="nfraweb"]):after,
.nav-tertiary .menu a[href*="http"]:not([href*="nfraweb"]):after,
.nav-secondary .menu a[href*="nfra.users.membersuite.com"]:after,
.nav-tertiary .menu a[href*="nfra.users.membersuite.com"]:after,
.nav-secondary .menu a.is-external:after,
.nav-tertiary .menu a.is-external:after {
  content: url('img/fa-icons/external.svg');
  display: inline-block;
  height: 10px;
  margin-left: 0.5em;
  padding-bottom: 1em;
  width: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 980px) {
  .nav-secondary .menu a,
  .nav-tertiary .menu a {
    align-items: center;
    background: none;
    display: flex;
    font-size: 0.8em;
    height: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .secondary-social-wrap {
    background-color: #eee3c5;
    padding: 1.5em 25px 1em;
  }
}
@media only screen and (min-width: 980px) {
  .secondary-social-wrap {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 150;
  }
}
.secondary-social-wrap .membership-link {
  color: #222222;
  display: inline-flex;
  text-decoration: none;
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 980px) {
  .secondary-social-wrap .membership-link {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 979px) {
  .nav-tertiary {
    margin-top: 1.25em;
  }
}
@media only screen and (min-width: 980px) {
  .nav-tertiary {
    margin-left: 1.5em;
  }
}
.nav-tertiary .menu {
  height: 100%;
  margin-right: 0;
}
@media only screen and (min-width: 980px) {
  .nav-tertiary .menu {
    display: flex;
  }
}
.nav-tertiary .menu > li {
  position: relative;
}
@media only screen and (min-width: 980px) {
  .nav-tertiary .menu > li {
    margin-right: 0;
  }
}
.nav-tertiary .menu > li:first-child:before {
  content: none;
}
.nav-tertiary .menu > li:before {
  background-color: #777;
  bottom: 0.5em;
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  width: 1px;
  left: -1px;
}
@media only screen and (max-width: 979px) {
  .nav-social {
    margin-top: 1.25em;
  }
}
.nav-social .menu-social-menu-container {
  height: 100%;
}
.nav-social ul {
  height: 100%;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 979px) {
  .nav-social ul {
    justify-content: center;
  }
}
.nav-social ul li {
  margin-right: 1em;
}
@media only screen and (max-width: 979px) {
  .nav-social ul li {
    justify-content: center;
    margin-left: 1em;
  }
}
@media only screen and (min-width: 980px) {
  .nav-social ul li {
    margin-right: 1.75em;
  }
}
.nav-social ul li a {
  align-items: center;
  display: flex;
}
.nav-social ul li a svg {
  width: 16px;
}
.search-wrap-outer {
  align-items: center;
  display: flex;
  z-index: 103;
}
@media only screen and (max-width: 979px) {
  .search-wrap-outer {
    justify-content: center;
    margin-top: 1.25em;
  }
}
.search-wrap-outer .search-wrap button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #222222;
  cursor: pointer;
  display: flex;
  font-size: 1.2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 979px) {
  .search-wrap-outer .search-wrap button.search-toggle {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .search-wrap-outer .search-wrap button {
    color: #222222;
    width: 38px;
  }
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer .search-wrap button:hover {
    color: #171717;
  }
}
.search-wrap-outer .search-wrap button svg {
  width: 15px;
}
.search-wrap-outer #search-form {
  display: block;
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer #search-form {
    background-color: #222222;
    border-radius: 15px;
    position: absolute;
    right: -1em;
    top: 36px;
    width: 370px;
  }
}
.search-wrap-outer #search-form .search-options {
  display: flex;
  flex-wrap: wrap;
}
.search-wrap-outer #search-form .search-options button {
  background-color: #222222;
  color: #171717;
  font-size: 0.9em;
  padding: 0.5em;
  width: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer #search-form .search-options button {
    background-color: #fff;
  }
}
.search-wrap-outer #search-form .search-options button.active {
  background-color: #eee;
  text-decoration: underline;
}
.search-wrap-outer #search-form .search-options button:hover:not(.active) {
  background-color: #222222;
  color: #fff;
}
.search-wrap-outer input {
  background-color: #f8f8f8;
  border: 1px solid #E8AE0F;
  border-radius: 8px;
  color: #222222;
  padding: 0.33em;
}
.search-wrap-outer .search-content label {
  display: none;
}
.search-wrap-outer .search-content .inner {
  display: flex;
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer .search-content .inner {
    padding: 0.66em 1em;
  }
}
.search-wrap-outer .search-content .inner button {
  padding: 0 0.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-wrap-outer .search-content .inner button svg {
  fill: #222222;
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer .search-content .inner button svg {
    fill: #fff;
  }
}
.search-wrap-outer .search-content.search-form input {
  flex: 1;
  min-width: 225px;
}
.js .search-wrap-outer .search-wrap button.search-toggle {
  opacity: 1;
}
@media only screen and (min-width: 980px) {
  .js .search-wrap-outer #search-form {
    display: none;
  }
}
.js .search-wrap-outer #search-form .search-content {
  display: none;
}
.js .search-wrap-outer #search-form .search-content.search-form {
  display: block;
}
.js .search-wrap-outer #search-form .search-content.search-directory .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.js .search-wrap-outer #search-form .search-content.search-directory input {
  width: 120px;
}
@media only screen and (min-width: 768px) {
  .js .search-wrap-outer #search-form .search-content.search-directory input {
    width: 145px;
  }
}
.js .search-wrap-outer #search-form .search-content.search-directory a {
  color: #222222;
  font-size: 1.2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js .search-wrap-outer #search-form .search-content.search-directory a:hover {
  color: #171717;
}
.js .search-wrap-outer #search-form .search-content.search-directory a span {
  display: none;
}
.bdy {
  min-height: 200px;
}
/**
 * Featured Image and Title
 */
.video-button-control {
  align-items: center;
  background-color: #222222;
  border: 1px solid #E8AE0F;
  border-radius: 10px;
  bottom: 0.5em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  order: 1;
  padding: 0.25em 0.75em 0.25em 0.75em;
  position: absolute;
  right: 0.5em;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 980px) {
  .video-button-control:hover {
    background-color: #ae830b;
  }
}
.video-button-control.video-playing .icon.play {
  display: none;
}
.video-button-control.video-playing .icon.pause {
  display: flex;
}
.video-button-control .btn-txt {
  color: #fff;
  display: inline-block;
  font-size: 0.65em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 0.5em;
  text-transform: uppercase;
}
.video-button-control .video-play-pause-button {
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .video-button-control .video-play-pause-button {
    top: initial;
    bottom: 15px;
  }
}
.video-button-control .icon {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 18px;
  justify-content: center;
  position: relative;
  width: 18px;
}
@media only screen and (min-width: 768px) {
  .video-button-control .icon {
    height: 20px;
    width: 20px;
  }
}
.video-button-control .icon.pause {
  display: none;
}
.video-button-control .icon svg {
  height: 7px;
  width: 6px;
}
@media only screen and (min-width: 768px) {
  .video-button-control .icon svg {
    height: 8px;
    width: 7px;
  }
}
.video-button-control .icon svg path {
  fill: #E8AE0F;
}
.featured-image-and-title {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title .wrap {
    position: relative;
    z-index: 2;
  }
}
.featured-image-and-title .pg-title {
  color: #222222;
  line-height: 1em;
  margin: 0;
  max-width: 900px;
}
@media only screen and (min-width: 1140px) {
  .featured-image-and-title .pg-title {
    font-size: 3.25em;
  }
}
.featured-image-and-title .pg-title span {
  color: #222222;
  display: block;
  font-size: 0.8em;
}
.featured-image-and-title .pg-title span > span {
  display: inline;
  font-size: 1em;
}
.featured-image-and-title .pg-intro-content {
  color: #222222;
  margin-top: 1.25em;
  max-width: 800px;
}
.featured-image-and-title .pg-intro-content p,
.featured-image-and-title .pg-intro-content li {
  font-size: 1.1em;
  line-height: 1.3em;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title .pg-intro-content p,
  .featured-image-and-title .pg-intro-content li {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title .pg-intro-content p,
  .featured-image-and-title .pg-intro-content li {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1140px) {
  .featured-image-and-title .pg-intro-content p,
  .featured-image-and-title .pg-intro-content li {
    font-size: 1.3em;
  }
}
.featured-image-and-title .pg-intro-content p a:not(.btn),
.featured-image-and-title .pg-intro-content li a:not(.btn) {
  color: #222222;
}
.featured-image-and-title .pg-intro-content p a:not(.btn):hover,
.featured-image-and-title .pg-intro-content li a:not(.btn):hover {
  text-decoration: none;
}
.featured-image-and-title .pg-intro-content ul,
.featured-image-and-title .pg-intro-content ol {
  font-size: 0.95em;
}
.featured-image-and-title .pg-intro-content ul li:not(:first-child),
.featured-image-and-title .pg-intro-content ol li:not(:first-child) {
  margin-top: 0.33em;
}
.featured-image-and-title .pg-intro-content .intro-btn {
  margin-top: 2em;
}
.featured-image-and-title.has-inro-text .pg-title {
  margin-bottom: 0.25em;
}
.featured-image-and-title.has-media > .wrap,
.featured-image-and-title.has-inline > .wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media > .wrap,
  .featured-image-and-title.has-inline > .wrap {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media .pg-title,
  .featured-image-and-title.has-inline .pg-title {
    line-height: 1.25em;
    margin-bottom: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media .pg-intro-content,
  .featured-image-and-title.has-inline .pg-intro-content {
    padding: 0 0 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media .inner {
    height: 100%;
  }
}
.featured-image-and-title.has-media .inner > .content-wrap {
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  position: absolute;
  right: 0;
  z-index: 4;
}
.featured-image-and-title.has-media .inner-wrap {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  max-width: 680px;
  padding: 2em;
  right: 0;
}
.featured-image-and-title.has-media .inner-wrap .breadcrumbs {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-media.has-inro-text .inner-wrap {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.has-media.style-hdr-short .media-wrap {
    height: 20vw;
    min-height: 300px;
  }
}
.featured-image-and-title.has-media.style-hdr-short .media-wrap:before {
  height: 100%;
}
.featured-image-and-title.has-media.style-hdr-content-height {
  padding: 3em 0;
}
.featured-image-and-title.has-media.style-hdr-content-height .media-wrap {
  height: auto !important;
  max-height: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-image-and-title.has-media.style-hdr-content-height .inner > .content-wrap {
  position: relative !important;
  transform: none !important;
}
.featured-image-and-title.has-media.placement-top .media-wrap img {
  object-position: center 20%;
}
.featured-image-and-title.has-media.placement-bottom .media-wrap img {
  object-position: center 80%;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media.has-video {
    padding-bottom: 5em;
  }
}
.featured-image-and-title.has-media .media-wrap {
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media .media-wrap {
    height: auto !important;
    max-height: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-media .media-wrap {
    height: 50vw;
  }
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.has-media .media-wrap {
    height: 40vw;
    max-height: 475px;
  }
}
.featured-image-and-title.has-media .media-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.featured-image-and-title.has-media .media-wrap video {
  display: block;
  height: 100%!important;
  object-fit: cover;
  width: 100%!important;
}
.featured-image-and-title.has-media .media-wrap:before {
  background-color: #000000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.featured-image-and-title.has-media .media-wrap .video-button-control {
  bottom: 1.25em;
  right: 1.25em;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media .content-wrap {
    position: relative !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.mobile-hdr-left .media-wrap {
    background-position: left center;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.mobile-hdr-right .media-wrap {
    background-position: right center;
  }
}
.featured-image-and-title.no-media .wrap {
  display: flex;
  min-height: 225px;
}
.featured-image-and-title.no-media .wrap .inner-wrap {
  align-self: center;
  padding: 3em 0 2em;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.no-media .wrap .inner-wrap {
    padding: 2.5em 0;
  }
}
.featured-image-and-title.no-media .wrap .inner-wrap .pg-title {
  max-width: 900px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.no-media.no-intro-text .wrap {
    min-height: 150px;
  }
}
.featured-image-and-title.no-media.style-hdr-short .wrap {
  min-height: 200px;
}
@media only screen and (min-width: 1140px) {
  .featured-image-and-title.no-media.style-hdr-short .wrap {
    min-height: 250px;
  }
}
.featured-image-and-title.has-inline {
  height: auto;
  padding: 2em 0 1.25em;
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.has-inline {
    padding: 2.75em 0;
  }
}
.featured-image-and-title.has-inline .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-inline .inner {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-inline .inner {
    align-items: center;
    flex-direction: row-reverse;
    max-width: 1140px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.has-inline .inner {
    min-height: 300px;
  }
}
.featured-image-and-title.has-inline .inner .media-wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-inline .inner .media-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-inline .inner .media-wrap {
    width: 50%;
  }
}
.featured-image-and-title.has-inline .inner .media-wrap video,
.featured-image-and-title.has-inline .inner .media-wrap img {
  border-radius: 15px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-inline .inner .media-wrap .video-button-control {
    bottom: 1em;
    right: 2em;
  }
}
.featured-image-and-title.has-inline .inner .content-wrap .pg-title {
  max-width: 800px;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-inline .inner .content-wrap .pg-title {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-inline .inner .content-wrap {
    padding-right: 2.5em;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-logo .inner-wrap {
    align-items: center;
    display: flex;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-logo .inner-wrap .logo-wrap {
    margin: 1.25em auto 0;
    max-width: 250px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-logo .inner-wrap .logo-wrap {
    padding-left: 1em;
    width: 30%;
  }
}
.featured-image-and-title.has-logo .inner-wrap .logo-wrap video,
.featured-image-and-title.has-logo .inner-wrap .logo-wrap img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-logo .inner-wrap .hdr-content {
    padding-right: 2em;
    width: 70%;
  }
}
.post-type-archive-jpl_members .desc-ftr-wrap {
  background-color: #faefcf;
  padding-bottom: 2em;
}
.post-type-archive-jpl_members .desc-ftr-wrap p {
  font-family: 'Montserrat800', sans-serif;
  font-weight: normal;
}
.breadcrumbs {
  color: #222222;
  padding: 0.5em 0;
}
@media only screen and (min-width: 980px) {
  .breadcrumbs {
    padding: 1.5em 0 1em;
  }
}
.breadcrumbs a {
  color: #222222;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs + h1 {
  padding-top: 0.1em;
}
.block {
  padding: 2.5em 0;
}
@media only screen and (min-width: 980px) {
  .block {
    padding: 3.5em 0;
  }
}
.block h2,
.block h3 {
  color: #222222;
  margin-bottom: 0;
}
.block h2 span,
.block h3 span {
  display: inline-block;
  position: relative;
}
.block h2 span:after,
.block h3 span:after {
  background-image: url(img/short-underline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  margin: 0;
  width: 105px;
}
.block h2 span.lg:after,
.block h3 span.lg:after {
  background-image: url(img/long-underline.svg);
  width: 140px;
}
.block h2 span.x-lg:after,
.block h3 span.x-lg:after {
  background-image: url(img/long-underline.svg);
  width: 175px;
}
.block h2 span + p,
.block h3 span + p {
  margin-top: 0;
}
.block h2 a,
.block h3 a {
  color: #222222;
}
.block h4,
.block h5 {
  color: #222222;
}
.block h4 a,
.block h5 a {
  color: #222222;
}
.block h4 a:hover,
.block h5 a:hover {
  text-decoration: none;
}
.block.bg-color-tan-light-alt,
.block.bg-color-tan-light {
  background-color: #faefcf;
}
.block.bg-color-grey-light {
  background-color: #eee;
}
.block.bg-color-blue {
  background-color: #222222;
}
.block.bg-color-blue .wp-block-social-links {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5em;
  padding: 0.5em;
}
.block.bg-color-black {
  background-color: #222222;
}
.block.bg-color-black,
.block.bg-color-blue,
.block.bg-color-blue-dark {
  color: #fff;
}
.block.bg-color-black h2,
.block.bg-color-blue h2,
.block.bg-color-blue-dark h2,
.block.bg-color-black h3,
.block.bg-color-blue h3,
.block.bg-color-blue-dark h3,
.block.bg-color-black h4,
.block.bg-color-blue h4,
.block.bg-color-blue-dark h4,
.block.bg-color-black h5,
.block.bg-color-blue h5,
.block.bg-color-blue-dark h5 {
  color: #fff;
}
.block.bg-color-black p a:not(.btn),
.block.bg-color-blue p a:not(.btn),
.block.bg-color-blue-dark p a:not(.btn),
.block.bg-color-black li a:not(.btn),
.block.bg-color-blue li a:not(.btn),
.block.bg-color-blue-dark li a:not(.btn) {
  color: #fff;
}
.block.bg-color-black .btn-link,
.block.bg-color-blue .btn-link,
.block.bg-color-blue-dark .btn-link,
.block.bg-color-black .btn-alt,
.block.bg-color-blue .btn-alt,
.block.bg-color-blue-dark .btn-alt {
  color: #fff;
}
.block.bg-color-black .btn-secondary,
.block.bg-color-blue .btn-secondary,
.block.bg-color-blue-dark .btn-secondary {
  border-color: #fff;
  color: #fff;
}
.block.bg-color-black .btn-secondary[href*="http"]:not([href*="nfraweb"]):after,
.block.bg-color-blue .btn-secondary[href*="http"]:not([href*="nfraweb"]):after,
.block.bg-color-blue-dark .btn-secondary[href*="http"]:not([href*="nfraweb"]):after,
.block.bg-color-black .btn-secondary[href*="nfra.users.membersuite.com"]:after,
.block.bg-color-blue .btn-secondary[href*="nfra.users.membersuite.com"]:after,
.block.bg-color-blue-dark .btn-secondary[href*="nfra.users.membersuite.com"]:after,
.block.bg-color-black .btn-secondary.is-external:after,
.block.bg-color-blue .btn-secondary.is-external:after,
.block.bg-color-blue-dark .btn-secondary.is-external:after {
  content: url('img/fa-icons/external-white.svg');
}
.block.bg-color-black .btn-secondary[href*="http"]:not([href*="nfraweb"]):hover:after,
.block.bg-color-blue .btn-secondary[href*="http"]:not([href*="nfraweb"]):hover:after,
.block.bg-color-blue-dark .btn-secondary[href*="http"]:not([href*="nfraweb"]):hover:after,
.block.bg-color-black .btn-secondary[href*="nfra.users.membersuite.com"]:hover:after,
.block.bg-color-blue .btn-secondary[href*="nfra.users.membersuite.com"]:hover:after,
.block.bg-color-blue-dark .btn-secondary[href*="nfra.users.membersuite.com"]:hover:after,
.block.bg-color-black .btn-secondary.is-external:hover:after,
.block.bg-color-blue .btn-secondary.is-external:hover:after,
.block.bg-color-blue-dark .btn-secondary.is-external:hover:after {
  filter: none;
}
.block.bg-color-black .btn-secondary[href$=".pdf"]:after,
.block.bg-color-blue .btn-secondary[href$=".pdf"]:after,
.block.bg-color-blue-dark .btn-secondary[href$=".pdf"]:after,
.block.bg-color-black .btn-secondary.is-pdf:after,
.block.bg-color-blue .btn-secondary.is-pdf:after,
.block.bg-color-blue-dark .btn-secondary.is-pdf:after {
  content: url('img/fa-icons/file-pdf-regular-white.svg');
}
.block.bg-color-black .btn-secondary[href$=".pdf"]:hover:after,
.block.bg-color-blue .btn-secondary[href$=".pdf"]:hover:after,
.block.bg-color-blue-dark .btn-secondary[href$=".pdf"]:hover:after,
.block.bg-color-black .btn-secondary.is-pdf:hover:after,
.block.bg-color-blue .btn-secondary.is-pdf:hover:after,
.block.bg-color-blue-dark .btn-secondary.is-pdf:hover:after {
  filter: none;
}
.block.bg-color-black .btn-secondary:hover,
.block.bg-color-blue .btn-secondary:hover,
.block.bg-color-blue-dark .btn-secondary:hover {
  background-color: #383838;
}
.block:not(.bg-color-default) + .hero:not(.alignfull) {
  margin-top: 1em;
}
.block h4 + p,
.block h5 + p {
  margin-top: 0.25em;
}
.block h4 + p .smaller,
.block h5 + p .smaller {
  margin-top: 0.25em;
}
.block p,
.block li {
  font-size: 1.1em;
  line-height: 1.4em;
}
@media only screen and (min-width: 1140px) {
  .block p,
  .block li {
    font-size: 1.2em;
  }
}
.block p a,
.block li a {
  color: #222222;
}
.block p a:hover,
.block li a:hover {
  text-decoration: none;
}
.block p + h4,
.block li + h4 {
  margin-top: 1em;
}
.block p + h5,
.block li + h5 {
  margin-top: 0.75em;
}
.block p .smaller,
.block li .smaller {
  display: block;
  font-size: 0.75em;
  line-height: 1.6em;
}
.block p.link-wrap,
.block li.link-wrap {
  font-size: 1.1em;
  line-height: 1em;
}
.block ul li,
.block ol li {
  line-height: 1.4em;
  margin-top: 0.333em;
}
.block ul li:first-child,
.block ol li:first-child {
  margin-top: 0;
}
.block ul li > ul,
.block ol li > ul,
.block ul li > ol,
.block ol li > ol {
  font-size: 0.9em;
}
.block ul li > ul li,
.block ol li > ul li,
.block ul li > ol li,
.block ol li > ol li {
  font-size: 1em;
}
.block ul + h4,
.block ol + h4 {
  margin-top: 1em;
}
.block ul + h5,
.block ol + h5 {
  margin-top: 0.75em;
}
.block ul.space-lg li:not(:first-child),
.block ol.space-lg li:not(:first-child) {
  margin-top: 1.25em;
}
.block h2 + .link-wrap,
.block h3 + .link-wrap,
.block h4 + .link-wrap {
  margin-top: 0.5em;
}
.block img {
  display: block;
}
.block img.size-thumbnail,
.block img .size-thumbnail {
  max-width: 150px;
}
.block .alignleft,
.block .alignright {
  float: none;
  display: block;
  height: auto;
  margin: 5px auto 1em;
}
@media only screen and (max-width: 767px) {
  .block .alignleft,
  .block .alignright {
    max-width: 225px;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignleft[class*="size-"],
  .block .alignright[class*="size-"] {
    max-width: 225px;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft[class*="size-"],
  .block .alignright[class*="size-"] {
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignleft.size-thumbnail,
  .block .alignright.size-thumbnail,
  .block .alignleft .size-thumbnail,
  .block .alignright .size-thumbnail {
    max-width: 115px;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft.size-thumbnail,
  .block .alignright.size-thumbnail,
  .block .alignleft .size-thumbnail,
  .block .alignright .size-thumbnail {
    max-width: 120px;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignleft.size-large,
  .block .alignright.size-large,
  .block .alignleft .size-large,
  .block .alignright .size-large {
    max-width: 275px;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft.size-large,
  .block .alignright.size-large,
  .block .alignleft .size-large,
  .block .alignright .size-large {
    max-width: 300px;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignleft {
    float: left;
    margin-right: 1.5em;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft {
    margin-right: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignleft.spacing-lg {
    margin-right: 2em;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft.spacing-lg {
    margin-right: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .block .alignleft.spacing-lg {
    margin-right: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignright {
    float: right;
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignright {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignright.spacing-lg {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignright.spacing-lg {
    margin-left: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .block .alignright.spacing-lg {
    margin-left: 5em;
  }
}
.block .alignnone:not(.img-sm),
.block .aligncenter:not(.img-sm) {
  width: 100%;
}
.block .alignnone:not(.img-sm) img,
.block .aligncenter:not(.img-sm) img {
  width: 100%;
}
.block .description-wrap {
  position: relative;
  z-index: 2;
}
.block .description-wrap p {
  max-width: 700px;
}
.block .description-wrap + .link-wrap {
  margin-top: 0.5em;
}
.block h3 + table,
.block h3 + .table-wrap {
  margin-top: 0.75em;
}
.block h4 + table,
.block h4 + .table-wrap {
  margin-top: 0.75em;
}
.block h4 + h5 {
  padding-top: 1em;
}
.block .table-wrap {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 979px) {
  .block .table-wrap {
    overflow: auto;
  }
}
.block table {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.block table:not(:first-child) {
  margin-top: 1.5em;
}
.block table:not(:last-child) {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 979px) {
  .block table {
    min-width: 500px;
  }
}
.block table thead th,
.block table thead td {
  background-color: #777;
  color: #fff;
  font-weight: bold;
}
.block table td,
.block table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.block table td a,
.block table th a {
  color: #222222;
}
.block .wp-block-social-links li {
  margin-top: 0;
}
.block .blockquote,
.block blockquote {
  font-size: 1.15em;
  line-height: 0.9em;
  margin: 1em 1em 0;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .block .blockquote,
  .block blockquote {
    margin: 1em 1.5em 0;
    font-size: 1.3em;
  }
}
.block .blockquote:not(:first-child),
.block blockquote:not(:first-child) {
  margin-top: 1.75em;
}
.block .blockquote:not(:last-child),
.block blockquote:not(:last-child) {
  margin-bottom: 1em;
}
.block .blockquote:before,
.block blockquote:before,
.block .blockquote:after,
.block blockquote:after {
  position: absolute;
  font-size: 3em;
  font-family: arial;
  line-height: 0;
}
.block .blockquote:before,
.block blockquote:before {
  content: open-quote;
  left: -0.5em;
  top: 0.25em;
}
.block .blockquote:after,
.block blockquote:after {
  bottom: 0;
  content: close-quote;
  right: -0.5em;
}
.block .blockquote p:first-child,
.block blockquote p:first-child {
  margin-top: 0;
}
.block .blockquote + .author,
.block blockquote + .author {
  padding-top: 1em;
}
.block .author {
  font-size: 1em;
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .block .author {
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  .block .author {
    margin: 0 15px;
  }
}
.block .author .name {
  display: block;
  text-transform: uppercase;
}
.block .col-count-2:not(:first-child),
.block .col-count-3:not(:first-child) {
  margin-top: 2em;
}
.block .col-count-2:not(:last-child),
.block .col-count-3:not(:last-child) {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .block .col-count-2 {
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) {
  .block .col-count-2 > * {
    padding-right: 2em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media only screen and (min-width: 768px) {
  .block .col-count-3 {
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) {
  .block .col-count-3 > * {
    padding-right: 1.5em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media only screen and (max-width: 767px) {
  .block .col-count-mobile {
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .block .col-count-mobile * {
    padding-right: 1.5em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.block .featured-p {
  background-color: #222222;
  color: #fff;
  border-radius: 15px 0 0 0;
  padding: 0.5em 1em;
}
.block .featured-p:not(:first-child) {
  margin-top: 1.5em;
}
.block .featured-p:not(:last-child) {
  margin-bottom: 1.5em;
}
.block .featured-p a {
  color: #fff;
}
.block .wp-caption {
  border: none;
  max-width: 100%;
  padding: 0;
  text-align: left;
}
.block .wp-caption img {
  max-width: 100%;
}
.block .wp-caption .wp-caption-text {
  font-size: 0.9em;
  padding: 0.5em;
}
.block p + .link-group .link-wrap {
  margin-top: 1em;
}
.block span.link-wrap {
  display: inline-block;
  margin-right: 1em;
}
.block address {
  background-color: #717171;
  color: #717171;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 0.25em 1em;
}
.block address:not(:first-child) {
  margin-top: 0.5em;
}
.block img.style-logo {
  border: 1px solid #222222;
  display: block;
  max-width: 300px;
  padding: 0.5em;
}
.block .group-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
.jump-link-wrap {
  border-top: 3px solid #E8AE0F;
}
.jump-link-menu {
  display: flex;
  flex-wrap: wrap;
}
.jump-link-menu li {
  width: 48%;
}
.jump-link-menu li:first-child {
  margin-top: 0.33em !important;
}
@media only screen and (min-width: 980px) {
  .jump-link-menu li {
    width: 30%;
  }
}
.jump-link-menu li a {
  background-color: transparent;
  text-decoration: underline;
}
.jump-link-menu li a:hover {
  text-decoration: none;
}
.wp-block-columns {
  margin: 0;
  padding: 3em 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wp-block-columns {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-top: 2em !important;
  }
}
.wp-block-columns .wp-block-column .wp-block-embed {
  padding: 0;
}
.wp-block-columns .wp-block-column > .block {
  max-width: 669px;
  padding: 0;
}
.wp-block-columns .wp-block-column > .block + .block {
  margin-top: 2em;
}
@media only screen and (min-width: 980px) {
  .wp-block-columns .wp-block-column > .block + .block {
    margin-top: 3em;
  }
}
.wp-block-columns + .wp-block-media-text {
  margin-top: -1.5em;
}
@media only screen and (min-width: 980px) {
  .wp-block-columns + .wp-block-media-text {
    margin-top: -2.5em;
  }
}
.wp-block-media-text {
  padding: 2.5em 0;
}
@media only screen and (max-width: 767px) {
  .wp-block-media-text {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .wp-block-media-text {
    padding: 4em 0;
  }
}
.wp-block-media-text h2,
.wp-block-media-text h3,
.wp-block-media-text h4 {
  color: #222222;
}
.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 25px;
  box-shadow: 5px 5px 30px #ccc;
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__media {
    align-self: flex-start;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding-top: 2em;
}
@media only screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 2.25em;
    padding-right: 20px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
  }
}
.wp-block-media-text .wp-block-media-text__content .block {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content .block > .block-wrap > .rtf-content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 20px;
    padding-right: 2.25em;
  }
}
@media only screen and (min-width: 980px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.fixed-size {
    grid-template-columns: 65% auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.fixed-size.has-media-on-the-right {
    grid-template-columns: auto 65% !important;
  }
}
.wp-block-media-text.alignfull {
  max-width: 1455px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.alignfull {
    margin-left: calc(50% - 50vw);
  }
}
@media only screen and (min-width: 980px) {
  .wp-block-media-text.alignfull.has-media-on-the-right {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
}
.wp-block-media-text.alignfull .wp-block-media-text__content {
  padding-bottom: 2.25em;
  padding-top: 2em;
}
.block.alignfull,
.block.alignwide,
.wp-block-columns.alignfull,
.wp-block-columns.alignwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}
.block.alignwide,
.wp-block-columns.alignwide {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .wrap.has-page-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .wrap.has-page-sidebar .outer-block-wrap {
    flex-grow: 1;
    width: 1px;
  }
}
.wrap.has-page-sidebar .outer-block-wrap .block {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wrap.has-page-sidebar .outer-block-wrap .block.bg-color-default .block-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wrap.has-page-sidebar .sidebar-wrap {
  max-width: 350px;
  padding-top: 2.5em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrap.has-page-sidebar .sidebar-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .wrap.has-page-sidebar .sidebar-wrap {
    margin-left: 3em;
  }
}
@media only screen and (min-width: 980px) {
  .wrap.has-page-sidebar .sidebar-wrap {
    padding-top: 3.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .wrap.has-page-sidebar .sidebar-wrap {
    margin-left: 5.5em;
    width: 325px;
  }
}
.wrap.has-page-sidebar .sidebar-wrap .sidebar {
  width: 100%;
}
.slick-slider .slick-arrow {
  align-items: center;
  background-color: #E8AE0F;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2em;
  display: flex;
  justify-content: center;
  padding: 0.33em;
  position: absolute;
  height: 38px;
  width: 38px;
  top: calc(50% - 50px);
  transform: translate(0, -50%);
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow {
    display: none !important;
  }
}
.slick-slider .slick-arrow.slick-btn-prev {
  left: 0;
}
@media only screen and (min-width: 1140px) {
  .slick-slider .slick-arrow.slick-btn-prev {
    left: -1.5em;
  }
}
.slick-slider .slick-arrow.slick-btn-next {
  right: 0;
}
@media only screen and (min-width: 1140px) {
  .slick-slider .slick-arrow.slick-btn-next {
    right: -1.5em;
  }
}
.slick-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.4;
}
.slick-slider .slick-arrow:not(.slick-disabled):hover {
  background-color: #d19d0e;
}
.slick-slider .slick-arrow:not(.slick-disabled):hover svg path {
  fill: #222222;
}
.slick-slider .slick-arrow svg {
  height: 36px;
  width: 36px;
}
.slick-slider .slick-arrow svg path {
  fill: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-list {
  overflow: hidden;
}
.slick-slider .slick-track {
  display: flex !important;
  padding: 0;
}
.slick-slider .slick-slide {
  height: inherit !important;
  margin: 0 10px;
}
.slick-slider .slick-slide > div {
  height: 100%;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  width: 100%;
}
.slick-slider .slick-dots li {
  margin: 0 0.25em;
}
.slick-slider .slick-dots li button {
  background-color: #ddd;
  border-radius: 50%;
  display: block;
  height: 12px;
  padding: 0;
  text-indent: -999em;
  width: 12px;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-dots li button {
    height: 10px;
    width: 10px;
  }
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #E8AE0F;
}
.sidebar-wrap {
  max-width: 350px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sidebar-wrap {
    margin-left: 3em;
    min-width: 325px;
    width: 100%;
  }
}
.sidebar-wrap .sidebar {
  border-top: 15px solid #E8AE0F;
  background: #fdf7e7;
  border-radius: 8px 8px 0 0;
  box-shadow: 3px 3px 6px #dddddd;
  overflow: hidden;
  margin-top: 2.5em;
  padding: 1em;
  width: 100%;
}
.sidebar-wrap .sidebar:first-child {
  margin-top: 0;
}
.sidebar-wrap .sidebar.has-img .content-wrap {
  padding-top: 1em;
}
.sidebar-wrap .sidebar h2 {
  font-size: 1.3em;
}
@media only screen and (min-width: 1140px) {
  .sidebar-wrap .sidebar h2 {
    font-size: 1.4em;
  }
}
.sidebar-wrap .sidebar h3 {
  font-size: 1.2em;
}
@media only screen and (min-width: 1140px) {
  .sidebar-wrap .sidebar h3 {
    font-size: 1.3em;
  }
}
.sidebar-wrap .sidebar h2 + p,
.sidebar-wrap .sidebar h3 + p,
.sidebar-wrap .sidebar h4 + p {
  margin-top: 0.5em;
}
.sidebar-wrap .sidebar .children-menu {
  margin-top: 1em;
}
.sidebar-wrap .sidebar .children-menu .child p {
  margin: 0;
}
.sidebar-wrap .sidebar .children-menu .child p a {
  border-top: 1px solid #E8AE0F;
  display: block;
  padding: 0.5em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-wrap .sidebar .children-menu .child p a:hover {
  background-color: #E8AE0F;
}
.block.bg-color-tan-light-alt .sidebar-wrap .sidebar {
  box-shadow: 3px 3px 6px #d5cbb0;
}
.oembed {
  position: relative;
}
.oembed:not(:first-child) {
  margin-top: 2em;
}
.oembed:not(:last-child) {
  margin-bottom: 2em;
}
.oembed:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.oembed iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block.rtf.has-sidebar > .block-wrap,
  .content.has-sidebar > .block-wrap,
  .wp-block-media-text.has-sidebar > .block-wrap,
  .block.rtf.has-sidebar > .inner,
  .content.has-sidebar > .inner,
  .wp-block-media-text.has-sidebar > .inner {
    align-items: flex-start;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .block.rtf.has-sidebar > .block-wrap.row-reverse,
  .content.has-sidebar > .block-wrap.row-reverse,
  .wp-block-media-text.has-sidebar > .block-wrap.row-reverse,
  .block.rtf.has-sidebar > .inner.row-reverse,
  .content.has-sidebar > .inner.row-reverse,
  .wp-block-media-text.has-sidebar > .inner.row-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .block.rtf.has-sidebar > .block-wrap > .rtf-content,
  .content.has-sidebar > .block-wrap > .rtf-content,
  .wp-block-media-text.has-sidebar > .block-wrap > .rtf-content,
  .block.rtf.has-sidebar > .inner > .rtf-content,
  .content.has-sidebar > .inner > .rtf-content,
  .wp-block-media-text.has-sidebar > .inner > .rtf-content,
  .block.rtf.has-sidebar > .block-wrap > .content-inner,
  .content.has-sidebar > .block-wrap > .content-inner,
  .wp-block-media-text.has-sidebar > .block-wrap > .content-inner,
  .block.rtf.has-sidebar > .inner > .content-inner,
  .content.has-sidebar > .inner > .content-inner,
  .wp-block-media-text.has-sidebar > .inner > .content-inner {
    flex-grow: 1;
    width: 64%;
  }
}
.block.rtf.has-sidebar > .block-wrap > .sidebar-wrap,
.content.has-sidebar > .block-wrap > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .block-wrap > .sidebar-wrap,
.block.rtf.has-sidebar > .inner > .sidebar-wrap,
.content.has-sidebar > .inner > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .inner > .sidebar-wrap {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) {
  .block.rtf.has-sidebar > .block-wrap > .sidebar-wrap,
  .content.has-sidebar > .block-wrap > .sidebar-wrap,
  .wp-block-media-text.has-sidebar > .block-wrap > .sidebar-wrap,
  .block.rtf.has-sidebar > .inner > .sidebar-wrap,
  .content.has-sidebar > .inner > .sidebar-wrap,
  .wp-block-media-text.has-sidebar > .inner > .sidebar-wrap {
    margin-top: 0;
    margin-left: 3em;
    width: 30%;
  }
}
@media only screen and (min-width: 980px) {
  .block.rtf.has-sidebar > .block-wrap > .sidebar-wrap,
  .content.has-sidebar > .block-wrap > .sidebar-wrap,
  .wp-block-media-text.has-sidebar > .block-wrap > .sidebar-wrap,
  .block.rtf.has-sidebar > .inner > .sidebar-wrap,
  .content.has-sidebar > .inner > .sidebar-wrap,
  .wp-block-media-text.has-sidebar > .inner > .sidebar-wrap {
    margin-left: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .block.rtf.has-sidebar > .block-wrap > .sidebar-wrap,
  .content.has-sidebar > .block-wrap > .sidebar-wrap,
  .wp-block-media-text.has-sidebar > .block-wrap > .sidebar-wrap,
  .block.rtf.has-sidebar > .inner > .sidebar-wrap,
  .content.has-sidebar > .inner > .sidebar-wrap,
  .wp-block-media-text.has-sidebar > .inner > .sidebar-wrap {
    margin-left: 5em;
  }
}
.children-wrap .children-bio {
  margin: 0;
}
.children-wrap .children-bio .child:after {
  border-color: transparent transparent #faefcf transparent;
}
@media only screen and (min-width: 768px) {
  .children-wrap .children-bio .child {
    margin-right: 2.33% !important;
    margin-left: 0% !important;
    width: 31%;
  }
}
.children-wrap .children-bio .child.active a .name:after {
  height: 23px;
  top: 7px;
  transform: rotate(135deg);
  right: -1px;
  width: 23px;
}
.children-wrap .children-bio .child .name,
.children-wrap .children-bio .child .title,
.children-wrap .children-bio .child .additional-title {
  color: #222222;
  padding: 4px;
}
.children-wrap .children-bio .child .name span::after,
.children-wrap .children-bio .child .title span::after,
.children-wrap .children-bio .child .additional-title span::after {
  content: none;
}
.children-wrap .children-bio .child .additional-title {
  display: inline-block;
}
.children-wrap .children-bio .child .title,
.children-wrap .children-bio .child .additional-title {
  font-size: 16px;
  line-height: 1.3em;
  padding-top: 0;
  padding-bottom: 0;
}
.children-wrap .children-bio .child .name {
  font-family: 'Hind700', sans-serif;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 4px;
}
.children-wrap .children-bio .child a .name {
  padding-right: 30px;
  position: relative;
  text-decoration: underline;
}
.children-wrap .children-bio .child a .name:after {
  content: url('img/fa-icons/circle-plus-solid.svg');
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 9px;
  width: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.children-wrap .children-bio .child a:hover img,
.children-wrap .children-bio .child.active img {
  opacity: 0.7;
}
.children-wrap .children-bio .child a:hover .name,
.children-wrap .children-bio .child.active .name {
  text-decoration: none;
}
.children-wrap .children-bio .img-wrap {
  background-color: #222222;
  position: relative;
}
.children-wrap .children-bio .img-wrap:before {
  content: '';
  display: block;
  padding-top: 120%;
  width: 100%;
}
.children-wrap .children-bio .img-wrap img {
  object-fit: cover;
  object-position: top;
  height: 100% !important;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.children-wrap .children-bio .children-content {
  background-color: #faefcf;
}
.children-wrap .children-bio .children-content-inner .img-wrap {
  display: none;
}
.children-wrap .children-bio .children-content-inner p {
  color: #222222;
}
.children-wrap .children-bio .children-content-inner .name {
  font-family: 'Montserrat800', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.children-wrap .children-bio .children-content-inner .name span::after {
  content: none;
}
.single-post .featured-image-and-title .wrap .inner-wrap .meta-info {
  margin-top: 1em;
  margin-bottom: 1em;
}
.single-post .featured-image-and-title .wrap .inner-wrap .pg-title {
  font-size: 1.8em;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .single-post .featured-image-and-title .wrap .inner-wrap .pg-title {
    font-size: 2.15em;
  }
}
@media only screen and (min-width: 1140px) {
  .single-post .featured-image-and-title .wrap .inner-wrap .pg-title {
    font-size: 2.4em;
  }
}
.meta-info {
  align-items: center;
  display: flex;
}
.meta-info .post-category,
.meta-info .post-date {
  font-size: 0.85em;
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
}
.meta-info .post-category {
  border-radius: 10px;
  border: 1px solid #E8AE0F;
  padding: 0.25em 0.66em;
  margin-right: 1em;
}
.meta-info ul.terms {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta-info ul.terms li {
  background-color: #222222;
  color: #fff;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  padding: 0.25em 0.33em;
}
.meta-info .date {
  color: #222222;
  display: block;
  font-size: 1em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1140px) {
  .meta-info .date {
    font-size: 1.1em;
  }
}
.meta-info + h2 {
  padding-top: 0;
}
.meta-info span.term {
  background-color: #222222;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  padding: 0.1em 0.33em;
}
.blog,
.single-post,
.archive.category,
.posts-sidebar-wrap {
  padding-bottom: 2em;
}
.blog .post,
.single-post .post,
.archive.category .post,
.posts-sidebar-wrap .post {
  max-width: 705px;
}
.blog .post > .block.bg-color-default,
.single-post .post > .block.bg-color-default,
.archive.category .post > .block.bg-color-default,
.posts-sidebar-wrap .post > .block.bg-color-default {
  padding-top: 0;
}
.blog .posts-sidebar-wrap .sidebar-wrap h4,
.single-post .posts-sidebar-wrap .sidebar-wrap h4,
.archive.category .posts-sidebar-wrap .sidebar-wrap h4,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap h4 {
  color: #222222;
}
.blog .posts-sidebar-wrap .sidebar-wrap h4 a,
.single-post .posts-sidebar-wrap .sidebar-wrap h4 a,
.archive.category .posts-sidebar-wrap .sidebar-wrap h4 a,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap h4 a {
  color: #222222;
  text-decoration: none;
}
.blog .posts-sidebar-wrap .sidebar-wrap li,
.single-post .posts-sidebar-wrap .sidebar-wrap li,
.archive.category .posts-sidebar-wrap .sidebar-wrap li,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap li {
  font-size: 1.1em;
}
@media only screen and (min-width: 1140px) {
  .blog .posts-sidebar-wrap .sidebar-wrap li,
  .single-post .posts-sidebar-wrap .sidebar-wrap li,
  .archive.category .posts-sidebar-wrap .sidebar-wrap li,
  .posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap li {
    font-size: 1.2em;
  }
}
.blog .posts-sidebar-wrap .sidebar-wrap li a,
.single-post .posts-sidebar-wrap .sidebar-wrap li a,
.archive.category .posts-sidebar-wrap .sidebar-wrap li a,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap li a {
  color: #222222;
}
.blog .posts-sidebar-wrap .sidebar-wrap li a:hover,
.single-post .posts-sidebar-wrap .sidebar-wrap li a:hover,
.archive.category .posts-sidebar-wrap .sidebar-wrap li a:hover,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap li a:hover {
  text-decoration: none;
}
.blog .posts-sidebar-wrap .sidebar-wrap {
  padding-top: 0;
}
.resources-template {
  padding-top: 3em;
  padding-bottom: 3em;
}
.resources-template.infographics .inner {
  display: flex;
}
.resources-template.infographics .inner a {
  display: block;
  width: 300px;
  margin-right: 1em;
}
.resources-template.infographics .inner a img {
  width: 100%;
}
.resources-template.infographics .inner a .title {
  color: #222222;
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
  font-size: 1.3em;
  margin-top: 0.5em;
  display: block;
}
@media only screen and (min-width: 768px) {
  .posts-sidebar-wrap,
  .site-search-wrap {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .posts-sidebar-wrap .posts,
  .site-search-wrap .posts {
    flex-grow: 1;
    width: 64%;
  }
}
.posts-sidebar-wrap .posts .post,
.site-search-wrap .posts .post {
  padding: 1.5em 1.5em 1.5em 0;
}
.posts-sidebar-wrap .posts .post:not(:first-child),
.site-search-wrap .posts .post:not(:first-child) {
  border-top: 3px solid #fdf7e7;
}
.posts-sidebar-wrap .posts .post:first-child,
.site-search-wrap .posts .post:first-child {
  padding-top: 0;
}
.posts-sidebar-wrap .posts .post .meta-info + h2,
.site-search-wrap .posts .post .meta-info + h2 {
  padding-top: 0.5em;
}
.posts-sidebar-wrap .posts .post h2,
.site-search-wrap .posts .post h2 {
  font-size: 1.4em;
}
@media only screen and (min-width: 768px) {
  .posts-sidebar-wrap .posts .post h2,
  .site-search-wrap .posts .post h2 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .posts-sidebar-wrap .posts .post h2,
  .site-search-wrap .posts .post h2 {
    font-size: 1.6em;
  }
}
.posts-sidebar-wrap .posts .post h2 a,
.site-search-wrap .posts .post h2 a {
  color: #222222;
  text-decoration: none;
}
.posts-sidebar-wrap .posts .post h2 a:hover,
.site-search-wrap .posts .post h2 a:hover {
  text-decoration: underline;
}
.posts-sidebar-wrap .posts .post h2 + p,
.site-search-wrap .posts .post h2 + p {
  font-size: 1.15em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 1140px) {
  .posts-sidebar-wrap .posts .post h2 + p,
  .site-search-wrap .posts .post h2 + p {
    font-size: 1.25em;
  }
}
.posts-sidebar-wrap .posts .post .post-link,
.site-search-wrap .posts .post .post-link {
  padding-top: 1em;
}
.posts-sidebar-wrap > .sidebar-wrap,
.site-search-wrap > .sidebar-wrap {
  margin: 2em 0 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .posts-sidebar-wrap > .sidebar-wrap,
  .site-search-wrap > .sidebar-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
  }
}
@media only screen and (min-width: 768px) {
  .posts-sidebar-wrap > .sidebar-wrap,
  .site-search-wrap > .sidebar-wrap {
    margin-top: 0;
    margin-left: 3em;
    width: 30%;
  }
}
@media only screen and (min-width: 980px) {
  .posts-sidebar-wrap > .sidebar-wrap,
  .site-search-wrap > .sidebar-wrap {
    margin-left: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .posts-sidebar-wrap > .sidebar-wrap,
  .site-search-wrap > .sidebar-wrap {
    margin-left: 5em;
  }
}
.posts-sidebar-wrap > .sidebar-wrap .search-form label,
.site-search-wrap > .sidebar-wrap .search-form label {
  color: #777;
  text-transform: uppercase;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .input-btn-wrap,
.site-search-wrap > .sidebar-wrap .search-form .input-btn-wrap {
  display: flex;
  padding-top: 0.25em;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .input-btn-wrap input,
.site-search-wrap > .sidebar-wrap .search-form .input-btn-wrap input {
  border: 2px solid #777;
  flex: 1;
  padding: 0.5em;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .input-btn-wrap button,
.site-search-wrap > .sidebar-wrap .search-form .input-btn-wrap button {
  background-color: #777;
  border: none;
  width: 50px;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .input-btn-wrap button:before,
.site-search-wrap > .sidebar-wrap .search-form .input-btn-wrap button:before {
  color: #222222;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .input-btn-wrap button span,
.site-search-wrap > .sidebar-wrap .search-form .input-btn-wrap button span {
  display: none;
}
.posts-sidebar-wrap > .sidebar-wrap .sidebar:not(:first-child),
.site-search-wrap > .sidebar-wrap .sidebar:not(:first-child) {
  margin-top: 2em;
}
.posts-sidebar-wrap > .sidebar-wrap .sidebar h4,
.site-search-wrap > .sidebar-wrap .sidebar h4 {
  font-size: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.posts-sidebar-wrap > .sidebar-wrap .sidebar.cats .sidebar-list,
.site-search-wrap > .sidebar-wrap .sidebar.cats .sidebar-list {
  margin: 0;
}
.sidebar .widget-calendar .item {
  background-color: #fff;
}
.sidebar .widget-calendar .item .title {
  font-size: 1em;
}
.meta {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.meta li {
  font-size: 0.9em;
  margin-right: 0.75em;
}
.pagination {
  clear: both;
  padding: 2em 0;
  text-transform: uppercase;
}
.pagination a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.pagination a:hover {
  background-color: #222222;
}
.pagination .page-numbers {
  background-color: #595959;
  color: #fff;
  font-size: 1em;
  padding: 5px 8px;
  border-radius: 4px;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  background-color: #222222;
}
.pagination .page-numbers.current {
  background-color: #222222;
}
.ftr {
  background: #fdf7e7;
  border-top: 20px solid #E8AE0F;
  color: #222222;
  min-height: 100px;
  padding: 2.5em 0;
}
@media only screen and (min-width: 1140px) {
  .ftr {
    padding-top: 4em;
  }
}
@media only screen and (min-width: 768px) {
  .ftr > .wrap > .inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .ftr > .wrap > .inner .ftr-contact {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .ftr > .wrap > .inner .ftr-contact {
    width: 40%;
  }
}
@media only screen and (min-width: 980px) {
  .ftr > .wrap > .inner .ftr-contact {
    width: 20%;
  }
}
.ftr > .wrap > .inner .ftr-contact .logo-wrap {
  display: block;
  max-width: 150px;
  margin-bottom: 2em;
}
.ftr > .wrap > .inner .ftr-contact .logo-wrap img {
  display: block;
  height: auto;
  mix-blend-mode: multiply;
  position: relative;
  width: 100%;
  z-index: 102;
}
.ftr > .wrap > .inner .ftr-contact p,
.ftr > .wrap > .inner .ftr-contact li {
  font-size: 1em;
}
.ftr > .wrap > .inner .ftr-contact a {
  color: #222222;
  text-decoration: none;
}
.ftr > .wrap > .inner .ftr-contact a:hover {
  text-decoration: underline;
}
.ftr > .wrap > .inner .ftr-contact .description-wrap p:not(:first-child) {
  line-height: 1.6em;
}
@media only screen and (min-width: 768px) {
  .ftr > .wrap > .inner .nav-footer {
    margin-right: 1.5em;
    width: 50%;
  }
}
@media only screen and (min-width: 980px) {
  .ftr > .wrap > .inner .nav-footer {
    width: 20%;
  }
}
.ftr > .wrap > .inner .nav-footer ul li {
  font-size: 1em;
}
.ftr > .wrap > .inner .nav-footer ul li:not(:first-child) {
  margin-top: 1.5em;
}
@media only screen and (min-width: 1140px) {
  .ftr > .wrap > .inner .nav-footer ul li {
    font-size: 1.05em;
  }
}
.ftr > .wrap > .inner .nav-footer ul li a {
  color: #222222;
  text-decoration: none;
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
}
.ftr > .wrap > .inner .nav-footer ul li a:hover {
  text-decoration: underline;
}
.ftr > .wrap > .inner .ehm-wrap {
  background-color: #f9ebc3;
  border-radius: 10px;
  margin-top: 2em;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .ftr > .wrap > .inner .ehm-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media only screen and (min-width: 980px) {
  .ftr > .wrap > .inner .ehm-wrap {
    margin: 0;
    width: 33%;
  }
}
.ftr > .wrap > .inner .ehm-wrap .img-wrap {
  margin: 0 auto 1em;
  max-width: 100px;
}
.ftr > .wrap > .inner .ehm-wrap .img-wrap img {
  height: auto;
  width: 100%;
}
.ftr > .wrap > .inner .ehm-wrap h2 {
  font-size: 1em;
  padding-top: 0;
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 980px) {
  .ftr > .wrap > .inner .ehm-wrap h2 {
    font-size: 1.05em;
  }
}
.ftr > .wrap > .inner .ehm-wrap a:not(.btn) {
  color: #222222;
}
.ftr > .wrap > .inner .ehm-wrap a:not(.btn):hover {
  text-decoration: none;
}
.ftr > .wrap > .inner .ehm-wrap p {
  font-size: 0.9em;
  line-height: 1.3em;
}
.ftr > .wrap > .inner .ehm-wrap .menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.ftr > .wrap > .inner .ehm-wrap .menu li {
  margin-top: 0;
  margin-right: 0.66em;
}
.ftr > .wrap > .inner .ehm-wrap .menu li a {
  align-items: center;
  background-color: #bd5105;
  border-radius: 50%;
  display: flex;
  height: 36px;
  justify-content: center;
  padding: 0.4em;
  width: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ftr > .wrap > .inner .ehm-wrap .menu li a svg {
  fill: #fdf7e7;
}
.ftr > .wrap > .inner .ehm-wrap .menu li a:hover {
  background-color: #a02b27;
}
.ftr .ftr-bottom {
  padding-top: 2em;
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-bottom > .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.ftr .ftr-bottom #menu-footer-bottom {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ftr .ftr-bottom #menu-footer-bottom {
    margin-bottom: 1em;
  }
}
.ftr .ftr-bottom #menu-footer-bottom li {
  font-size: 0.95em;
  margin-right: 1em;
}
@media only screen and (max-width: 500px) {
  .ftr .ftr-bottom #menu-footer-bottom li {
    font-size: 0.85em;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-bottom #menu-footer-bottom li {
    margin-left: 1em;
    margin-right: 0;
  }
}
.ftr .ftr-bottom #menu-footer-bottom li a {
  color: #222222;
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
}
.ftr .ftr-bottom #menu-footer-bottom li a:hover {
  text-decoration: none;
}
.ftr .copyright {
  font-size: 1em;
}
.site-search-wrap {
  display: block;
}
.site-search-wrap .posts-sidebar-wrap {
  display: block;
}
.no-results,
.validation {
  background-color: #f9d3c1;
  color: #993604;
  padding: 0.75em 1.5em;
  width: 100%;
}
.no-results:first-child,
.validation:first-child {
  margin-top: 0 !important;
}
.no-results a,
.validation a {
  color: #ac3c05 !important;
}
.no-results.program-filter-not-found,
.validation.program-filter-not-found {
  margin-top: 0;
}
form .form-item {
  margin-top: 1.5em;
}
form .form-item:first-child {
  margin-top: 0;
}
form .form-item.form-item-inline {
  align-items: center;
  display: flex;
}
form .form-item.form-item-inline label {
  margin: 0 0.66em 0 0;
  width: auto;
}
form .form-item.has-btn input,
form .form-item.has-btn select {
  margin-right: 0.33em;
}
form .form-item label {
  margin-bottom: 0.25em;
  width: 100%;
}
form .form-item label.for-checkbox {
  align-items: flex-start;
  display: flex;
}
form .form-item label.for-checkbox input {
  margin: 0.25em 0.5em;
}
form .form-item label:not(.for-checkbox) + label {
  margin-top: 0.5em;
}
form .form-item input,
form .form-item select {
  border: 1px solid #ccc;
  padding: 0.5em;
}
form .form-item select {
  height: 46px;
}
.col-row:not(:first-child) {
  margin-top: 1.5em;
}
.col-row:not(:last-child) {
  margin-top: 1.5em;
}
.col-row .inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5em 0;
}
.col-row .inner .item {
  margin: 0.5em 0;
  padding: 0 0.5em;
  max-width: 450px;
}
@media only screen and (min-width: 768px) {
  .col-row .inner .item {
    width: 25%;
  }
}
@media only screen and (min-width: 980px) {
  .col-row .inner .item {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-2 .inner .item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-3 .inner .item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-5 .inner .item {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-6 .inner .item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-6 .inner .item {
    width: 18.5%;
  }
}
.banner.default {
  background-color: #777;
}
.banner.default p {
  font-size: 1.1em;
}
@media only screen and (min-width: 980px) {
  .banner.default p {
    font-size: 1.2em;
  }
}
.banner.default p a {
  color: #fff;
}
.banner.default p a:hover {
  text-decoration: none;
}
.banner.default .wrap {
  padding: 20px;
}
.banner.default .notice-wrap svg {
  width: 35px;
}
.taxonomy-archive {
  padding-top: 0;
}
.taxonomy-archive .group {
  padding-top: 2.5em;
}
.taxonomy-archive .group h2 {
  margin-bottom: 0.5em;
}
.taxonomy-archive .group p {
  margin-top: 0.33em;
}
.oembed-youtube {
  aspect-ratio: 16 / 9;
  display: block;
  position: relative;
}
.oembed-youtube img {
  display: block;
}
.oembed-youtube iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.oembed-youtube .play {
  background: red;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  height: 3em;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 4em;
  transform: translate(-50%, -50%);
}
.oembed-youtube .play::after {
  border: 1em solid transparent;
  border-left-width: 1.75em;
  border-left-color: #fff;
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.gform_wrapper {
  background-color: #fdf7e7 !important;
  border-radius: 10px !important;
  padding: 2em;
  font-family: 'MontserratRegular', sans-serif !important;
  font-weight: normal !important;
  /* checkout process styling */
}
.gform_wrapper b {
  font-family: 'Montserrat600', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper .gform-body {
  padding-top: 0.5em;
}
.gform_wrapper .gfield_label {
  color: #222222;
  font-size: 1.1em !important;
  font-family: 'Montserrat600', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gform-field-label--type-sub {
  color: #222222;
  margin-bottom: 0.25em !important;
  padding: 0 !important;
  font-family: 'MontserratRegular', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gform_fields {
  row-gap: 1.5em !important;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  border: 1px solid #222222 !important;
  font-size: 1.1em !important;
  font-family: 'HindRegular', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gfield input:focus,
.gform_wrapper .gfield select:focus,
.gform_wrapper .gfield textarea:focus {
  border-color: #222222;
  box-shadow: none !important;
}
.gform_wrapper .gfield .ginput_complex label {
  color: #222222;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .gform-theme-button,
.gform_wrapper .gform_button {
  background-color: #222222 !important;
  border: 1px solid #222222 !important;
  border-radius: 10px !important;
  color: #fff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  flex-direction: column !important;
  font-family: 'Montserrat600', sans-serif !important;
  font-size: 15px !important;
  justify-content: center !important;
  min-width: 100px !important;
  padding: 0.25em 1em !important;
  overflow: hidden !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gform_wrapper .gform-theme-button:hover,
.gform_wrapper .gform_button:hover {
  background-color: #383838 !important;
}
.gform_wrapper .gform-theme-button:hover:before,
.gform_wrapper .gform_button:hover:before,
.gform_wrapper .gform-theme-button:hover svg,
.gform_wrapper .gform_button:hover svg {
  color: #fff !important;
}
.gform_wrapper .gform-theme-button:hover:before path,
.gform_wrapper .gform_button:hover:before path,
.gform_wrapper .gform-theme-button:hover svg path,
.gform_wrapper .gform_button:hover svg path {
  fill: #fff !important;
}
.gform_wrapper .gform-theme-button--secondary {
  background-color: transparent !important;
  color: #222222 !important;
}
.gform_wrapper .gform-theme-button--secondary:before,
.gform_wrapper .gform-theme-button--secondary svg {
  color: #222222 !important;
}
.gform_wrapper .gform-theme-button--secondary:before path,
.gform_wrapper .gform-theme-button--secondary svg path {
  fill: #222222 !important;
}
.gform_wrapper .gform-theme-button--secondary:hover {
  background-color: #222222 !important;
  color: #fff !important;
}
.gform_wrapper h2:not(.gform_title) {
  font-size: 1.2em;
}
@media only screen and (min-width: 980px) {
  .gform_wrapper h2:not(.gform_title) {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 980px) {
  .gform_wrapper h2:not(.gform_title) {
    font-size: 1.4em;
  }
}
.gform_wrapper h2:not(.gform_title) span:after {
  content: none !important;
}
.gform_wrapper .gfield_description {
  color: #222222 !important;
  font-size: 0.85em !important;
  font-family: 'MontserratRegular', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gfield_description b {
  font-family: 'Montserrat600', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gfield_description a:not(.btn) {
  color: #222222;
}
.gform_wrapper .gfield_description a:not(.btn):hover {
  text-decoration: none;
}
.gform_wrapper .gfield_description.validation_message {
  color: red !important;
  font-family: 'Hind700', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gfield_description.gold:not(.ginput_counter) {
  border: 2px solid #e8ae0f;
  background-color: #f6ddac;
  padding: 0.75em 2em !important;
}
.gform_wrapper .gfield_radio {
  color: #222222 !important;
  font-size: 1em !important;
  font-family: 'MontserratRegular', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gfield_radio b {
  font-family: 'Montserrat600', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gf_progressbar {
  background-color: #eee3c5 !important;
}
.gform_wrapper .gf_progressbar_title {
  color: #222222 !important;
  margin-top: 1.5em;
}
.gform_wrapper .processbar-customized .read-only,
.gform_wrapper .processbar-customized .collapsed {
  display: none !important;
}
.gform_wrapper .processbar-customized .collapsible h3 {
  cursor: pointer;
  font-size: 1.5em;
}
.gform_wrapper .processbar-customized .plus-toggle h3:before {
  content: "+";
  margin-right: 10px;
  color: #E8AE0F;
}
.gform_wrapper .processbar-customized .minus-toggle h3:before {
  content: "-";
  margin-right: 10px;
  color: #E8AE0F;
}
.gform_wrapper .welcome-screen p,
.gform_wrapper .welcome-screen li {
  font-size: 1em !important;
}
.gform_wrapper .welcome-screen h2 {
  font-size: 1.4em !important;
  font-family: 'Montserrat800', sans-serif !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 980px) {
  .gform_wrapper .welcome-screen h2 {
    font-size: 1.5em !important;
  }
}
.gform_wrapper .welcome-screen h3 {
  font-size: 1.1em !important;
  font-family: 'Montserrat600', sans-serif !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 980px) {
  .gform_wrapper .welcome-screen h3 {
    font-size: 1.2em !important;
  }
}
.gform_wrapper .welcome-screen .btn {
  margin-top: 1.5em !important;
}
.gform_wrapper .welcome-screen a:not(.btn) {
  color: #000 !important;
  text-decoration: underline;
}
.gform_wrapper .welcome-screen a:hover {
  text-decoration: none;
}
.gform_wrapper .welcome-screen .horizontal-callouts {
  margin-top: 20px;
}
.gform_wrapper .welcome-screen .horizontal-callouts ul {
  list-style: disc;
}
.gform_wrapper .welcome-screen .horizontal-callouts .callout {
  display: flex;
  align-items: start;
  margin-bottom: 1.5em;
  max-width: 80%;
}
.gform_wrapper .welcome-screen .horizontal-callouts .callout .description {
  flex: 1;
  margin: 0;
  padding: 0.5em 0 0;
}
.gform_wrapper .welcome-screen .icon {
  align-items: center;
  background: #E8AE0F;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 1em;
  width: 50px;
}
.gform_wrapper .welcome-screen div,
.gform_wrapper .welcome-screen p:not(.large),
.gform_wrapper .welcome-screen li {
  color: #000;
}
.gform_wrapper .welcome-screen .icon:before {
  display: block;
  margin: auto;
  padding-top: 5px;
  width: 27px;
}
.gform_wrapper .welcome-screen .icon.id-card:before {
  content: url('img/fa-icons/id-card-solid.svg');
}
.gform_wrapper .welcome-screen .icon.phone:before {
  content: url('img/fa-icons/phone-solid.svg');
}
.gform_wrapper .welcome-screen .icon.file:before {
  content: url('img/fa-icons/file-lines-solid.svg');
  width: 21px;
}
.gform_wrapper .welcome-screen .icon.timer:before {
  content: url('img/fa-icons/clock-two-regular.svg');
  width: 24px;
}
.gform_wrapper .itemized-bill {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  border-bottom: 2px dashed #E8AE0F;
  padding-bottom: 12px;
}
.gform_wrapper .itemized-bill .ginput_container {
  width: fit-content;
}
.gform_wrapper .itemized-bill label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
  max-width: 80%;
}
.gform_wrapper .itemized-bill input {
  background-color: transparent !important;
  box-shadow: none !important;
  width: fit-content !important;
  padding: 0 !important;
  text-align: right;
  border: none !important;
  pointer-events: none !important;
  font-size: 18px !important;
  max-width: 20%;
}
.gform_wrapper .itemized-bill label {
  pointer-events: none !important;
}
.gform_wrapper .itemized-bill.total {
  justify-content: end;
  align-items: center;
  width: fit-content;
  border: 2px solid #E8AE0F;
  background-color: #f6ddac;
  margin-top: 10px;
  padding: 0.5em;
  margin-left: auto;
}
.gform_wrapper .itemized-bill.total label {
  font-weight: bold !important;
  font-size: 1.25em !important;
}
.gform_wrapper .itemized-bill.total input {
  width: 100px !important;
  font-weight: bold;
  font-size: 1.25em !important;
  background-color: #f6ddac;
  margin-left: 10px;
}
.gform_wrapper .itemized-bill .gfield_description:not(.ginput_counter) {
  background-color: transparent !important;
  padding: 0 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}
.gform_wrapper .recaptcha-notice p {
  font-family: 'HindRegular', sans-serif !important;
  font-weight: normal !important;
}
.gform_wrapper .gform_confirmation_message p {
  font-family: 'HindRegular', sans-serif !important;
  font-weight: normal !important;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
