.button-primary {
  background-color: #232428;
  color: #fff;
  padding: 4px 32px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
  display: inline-block;
  font-family: "freight-sans-pro", serif;
  font-weight: 500;
}

.button-primary:hover {
  background-color: #050505;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .button-primary {
    padding: 8px 24px;
  }
}

.button-secondary {
  border: solid 1px #fff;
  color: #fff;
  padding: 8px 32px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  font-family: "freight-sans-pro", serif;
  font-weight: 500;
}

.button-secondary:hover {
  background-color: #fff;
  text-decoration: none;
  color: #26375b;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .button-secondary {
    padding: 8px 24px;
  }
}

.nav-section-color-home {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.nav-section-color-home .has-dropdown.is-used {
  color: #fff !important;
}

.nav-section-color-home .navigation a {
  color: #fff !important;
}

.nav-section-color-home .hovered-background .navigation-elements a {
  color: rgba(255, 255, 255, 0.4) !important;
  -webkit-transition: all 0.2 ease !important;
  transition: all 0.2 ease !important;
}

.nav-section-color-home .nav-container {
  padding-bottom: 16px;
}

.nav-section-color-home .nav-dropdown {
  top: 94px !important;
}

@media screen and (max-width: 1119px) {
  .nav-section-color-home .hamburger-inner {
    background-color: #fff !important;
  }
  .nav-section-color-home .hamburger-inner:before {
    background-color: #fff !important;
  }
  .nav-section-color-home .hamburger-inner:after {
    background-color: #fff !important;
  }
}

.nav-section-color .nav-container {
  padding-bottom: 16px;
}

.nav-section-color .nav-container a {
  color: #000;
}

.nav-section-color .nav-dropdown {
  top: 115px;
}

@media screen and (max-width: 1119px) {
  .hovered-background .hamburger-inner {
    background-color: #fff !important;
  }
  .hovered-background .hamburger-inner:before {
    background-color: #fff !important;
  }
  .hovered-background .hamburger-inner:after {
    background-color: #fff !important;
  }
}

.search-area-nav-home {
  top: 94px !important;
}

.hovered-background {
  background-color: #232428;
}

.top-portion .logo {
  padding-bottom: 1rem !important;
  padding-top: 4px;
  margin-top: 16px;
}

.top-portion .logo img {
  max-width: 350px !important;
}

@media screen and (max-width: 1119px) {
  .top-portion .logo img {
    min-width: 0px !important;
    min-height: 50px;
  }
}

@media screen and (max-width: 573px) {
  .top-portion .logo img {
    min-height: 40px;
  }
}

.logo-selector {
  display: none;
}

.logo-selector-active {
  display: block;
}

.logo-menu-active {
  display: none;
}

.hovered-background {
  background-color: #232428;
}

.hovered-background .has-dropdown--li .is-used {
  color: #fff !important;
}

.hovered-background .nav-container {
  padding-bottom: 16px;
}

@media screen and (max-width: 1119px) {
  .hovered-background .nav-container {
    min-height: 94vh;
  }
}

.hovered-background .nav-container a {
  color: rgba(255, 255, 255, 0.4) !important;
  -webkit-transition: all 0.2 ease !important;
  transition: all 0.2 ease !important;
}

.hovered-background .nav-container a:hover {
  color: #fff !important;
}

@media screen and (max-width: 1119px) {
  .hovered-background .nav-container a {
    color: #fff !important;
  }
}

.search-area-nav-home {
  top: 94px !important;
}

.search-area-nav {
  top: 115px;
}

@media screen and (max-width: 1119px) {
  .navigation {
    border: none;
    padding-top: 0;
  }
}

@media screen and (max-width: 1119px) {
  .navigation .navigation-elements {
    min-height: 82vh;
  }
}

.navigation .site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1119px) {
  .navigation .site-navigation {
    display: block;
    margin: 0 1rem 1rem 1rem;
  }
}

.nav-container {
  max-width: 87.5rem;
  z-index: 99;
  position: unset;
  right: 0;
  left: 0;
}

.nav-container .site-header-elements {
  border: none;
}

.nav-container .site-header-elements .brow {
  margin-bottom: 0;
}

.nav-container .site-header-elements .brow .supp-nav {
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1px;
}

@media screen and (max-width: 1119px) {
  .nav-container .site-header-elements .brow .supp-nav {
    padding: 1rem;
    bottom: 80px;
    position: absolute;
  }
}

.nav-container .site-header-elements .brow .supp-nav .es-nav {
  padding: 16px 0px 0px 0px;
  margin: 0;
}

@media screen and (max-width: 1119px) {
  .nav-container .site-header-elements .brow .supp-nav .es-nav {
    display: block;
  }
}

@media screen and (max-width: 1119px) {
  .nav-container .site-header-elements .brow .supp-nav .es-nav li {
    padding: 8px 0px;
  }
}

@media screen and (max-width: 1119px) {
  .nav-container .site-header-elements .brow .supp-nav .es-nav li a {
    color: rgba(255, 255, 255, 0.4) !important;
  }
}

.menu-item {
  margin-left: 32px;
}

@media screen and (max-width: 1119px) {
  .menu-item {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 1119px) {
  .menu-item .has-dropdown:after {
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    margin-left: 1.5rem;
    content: "";
    display: inline-block;
    width: 0;
    border-style: solid;
    border-width: 12.5px 7.5px 0 7.5px;
    -webkit-transform: rotate(270deg) translatex(5px);
            transform: rotate(270deg) translatex(5px);
  }
}

.menu-item a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
  cursor: pointer;
}

@media screen and (max-width: 1119px) {
  .menu-item a {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
  }
}

.header-border {
  padding: 8px 0;
  background-color: #9d8c6f;
}

.hamburger-box {
  height: 32px;
}

@media screen and (max-width: 1119px) {
  .hamburger-inner {
    background-color: #000 !important;
  }
  .hamburger-inner:before {
    background-color: #000 !important;
  }
  .hamburger-inner:after {
    background-color: #000 !important;
  }
}

.nav-dropdown {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  -webkit-transform: none !important;
          transform: none !important;
  min-width: 100vw;
  padding-top: 16px;
}

.nav-dropdown ul {
  margin-top: 0;
}

.nav-dropdown ul li {
  list-style: none;
  background: none;
  padding-left: 0;
}

.nav-dropdown .nav-dropdown-col:nth-child(2) {
  border: none;
}

.nav-dropdown .nav-dropdown__cols {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 87.5rem;
  margin: 0 auto;
  position: relative;
}

.nav-dropdown .nav-dropdown-col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-left: 5rem;
  padding-top: 0;
}

@media screen and (max-width: 1344px) {
  .nav-dropdown .nav-dropdown-col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media screen and (max-width: 1119px) {
  .nav-dropdown .nav-dropdown-col-left {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
}

.nav-dropdown .nav-dropdown-col-left a {
  text-decoration: none !important;
  color: #fff !important;
  font-family: "freight-text-pro", serif;
  font-weight: 500;
}

@media screen and (max-width: 1119px) {
  .nav-dropdown .nav-dropdown-col-left a {
    font-size: 20px;
  }
}

.nav-dropdown .nav-dropdown-col-left a:hover {
  text-decoration: none !important;
}

.nav-dropdown .nav-dropdown-col-left .dropdown-link {
  cursor: pointer;
}

.nav-dropdown .nav-dropdown-col-left .dropdown-link:after {
  border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
  -webkit-transform: rotate(270deg) translatex(2px);
          transform: rotate(270deg) translatex(2px);
  margin-left: 0.75rem;
}

.nav-dropdown .nav-dropdown-col-left .dropdown-container {
  overflow: hidden;
  position: absolute;
  left: 320px;
  width: 0;
  height: 90%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1119px) {
  .nav-dropdown .nav-dropdown-col-left .dropdown-container {
    position: relative;
    left: 0;
    border: 0;
    height: 0;
    min-height: 0;
    width: 100%;
  }
}

.nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar {
  top: 0;
  min-height: 90%;
  padding-left: 40px;
  overflow: hidden;
  height: 100%;
  /* transform: translateX(-100%); */
  left: 0;
  min-width: 22vw;
  width: 22vw;
}

@media screen and (max-width: 1344px) {
  .nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar {
    min-width: 21vw;
    width: 21vw;
  }
}

@media screen and (max-width: 1119px) {
  .nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar {
    padding-left: 0;
    min-width: 70vw;
  }
}

.nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar .dropdown-sub-container-outer {
  overflow: hidden;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 360px;
  width: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-left: solid 1px #9aa3ae;
  z-index: 999;
  background-color: #232428;
  min-height: 100%;
}

@media screen and (max-width: 1344px) {
  .nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar .dropdown-sub-container-outer {
    left: 300px;
  }
}

@media screen and (max-width: 1119px) {
  .nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar .dropdown-sub-container-outer {
    position: relative;
    left: 0;
    border: 0;
    padding-left: 0;
    -webkit-columns: 1;
            columns: 1;
    height: 0;
    min-height: 0;
    width: 100%;
    min-width: 100%;
  }
}

.nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar .dropdown-sub-container-outer .dropdown-sub-container {
  -webkit-columns: 2;
          columns: 2;
  max-width: 60%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s;
}

@media screen and (max-width: 1119px) {
  .nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar .dropdown-sub-container-outer .dropdown-sub-container {
    -webkit-columns: 1;
            columns: 1;
    max-width: 100%;
  }
}

.nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar .dropdown-col-sidebar-sub {
  top: 0;
  padding-left: 40px;
  background-color: #232428;
  max-width: 20vw;
}

@media screen and (max-width: 1119px) {
  .nav-dropdown .nav-dropdown-col-left .dropdown-col-sidebar .dropdown-col-sidebar-sub {
    padding-left: 0;
    max-width: 70vw;
  }
}

.nav-dropdown .dropdowns-container {
  padding: 0 !important;
}

@media screen and (max-width: 1344px) {
  .nav-dropdown .dropdowns-container {
    max-width: 100%;
  }
}

.nav-dropdown .nav-dropdown-col-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding: 1rem 3rem 1rem 1rem;
}

@media screen and (max-width: 1119px) {
  .nav-dropdown .nav-dropdown-col-right {
    display: none;
  }
}

.nav-dropdown .nav-dropdown-col-right .nav-gradient {
  width: 45%;
  height: 75%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 36, 40, 0.01)), color-stop(75%, #232428), to(#232428));
  background: linear-gradient(to bottom, rgba(35, 36, 40, 0.01) 0%, #232428 75%, #232428);
}

.nav-dropdown .nav-dropdown-col-right .news-item .news-item-text {
  padding: 2rem;
  z-index: 10;
  position: absolute;
}

.nav-dropdown .nav-dropdown-col-right .news-item .news-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}

.nav-dropdown .nav-dropdown-col-right .news-item .news-item-text {
  margin-top: -17%;
  padding-right: 3rem;
}

.nav-dropdown .nav-dropdown-col-right .news-item .news-item-text p {
  font-family: "freight-text-pro", serif;
  font-weight: 500;
  font-size: 20px;
  max-width: 90%;
}

.nav-dropdown .nav-dropdown-col-right .news-item .news-item-text a {
  color: #fff;
  font-family: "freight-sans-pro", serif;
  letter-spacing: 1px;
}

#search-link {
  cursor: pointer;
}

.search-area-nav {
  position: absolute;
  z-index: 9;
  height: 260px;
  left: 0;
  width: 100%;
  background-color: #232428;
  margin: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
}

.search-area-nav label {
  display: none !important;
}

.search-area-nav .submit {
  width: 50px;
  left: 0;
  top: 1.5rem !important;
  right: auto;
  margin-right: 12px;
}

.search-area-nav .submit .search-svg {
  height: 40px !important;
  width: 40px !important;
}

@media screen and (max-width: 1119px) {
  .search-area-nav .submit .search-svg {
    height: 30px !important;
    width: 30px !important;
  }
}

.search-area-nav .submit .search-svg .cls-1 {
  stroke: #fff;
}

.search-area-nav .search-svg {
  height: 14px !important;
  width: 14px;
}

.search-area-nav .search-svg .cls-1 {
  stroke: #245fa9;
}

.search-area-nav .site-search {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1119px) {
  .search-area-nav .site-search {
    width: 80%;
    padding-top: 60px;
  }
}

.search-area-nav .site-search .form-field {
  border-bottom: solid 1px #fff;
}

.search-area-nav .site-search .form-field input {
  padding-left: 4.5rem !important;
  font-size: 40px !important;
}

@media screen and (max-width: 1119px) {
  .search-area-nav .site-search .form-field input {
    padding-left: 4rem !important;
    font-size: 30px !important;
  }
}

.search-area-nav textarea,
.search-area-nav input {
  outline: none !important;
}

.search-area-nav .search-input {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
  outline-color: transparent !important;
}

.search-visible {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-active {
  opacity: 1 !important;
  color: #fff !important;
}

@media screen and (max-width: 1119px) {
  .go-back-container {
    min-height: 30px;
  }
}

.go-back-mobile {
  cursor: pointer;
  display: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1px;
  font-family: "freight-sans-pro", serif;
  text-transform: uppercase;
  padding: 15px 0 0 0;
  color: rgba(255, 255, 255, 0.4) !important;
}

@media screen and (max-width: 1119px) {
  .go-back-active {
    display: block;
    z-index: 10 !important;
    position: absolute;
  }
}

@media screen and (max-width: 1119px) {
  .is-hidden {
    display: none !important;
    opacity: 0;
  }
}

.is-open-category {
  display: block !important;
}

.is-open-dropdown {
  border-left: solid 1px #9aa3ae;
  opacity: 1 !important;
  width: 75% !important;
  z-index: 20;
}

@media screen and (max-width: 1344px) {
  .is-open-dropdown {
    min-width: 25vw !important;
  }
}

@media screen and (max-width: 1119px) {
  .is-open-dropdown {
    min-height: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
    border-left: none;
  }
}

.is-open-sub {
  width: 100% !important;
  overflow: hidden;
  border-left: solid 1px #9aa3ae;
  opacity: 1 !important;
}

.is-open-sub .dropdown-sub-container {
  opacity: 1 !important;
}

@media screen and (max-width: 1119px) {
  .is-open-sub {
    min-height: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    border-left: none;
    height: 100% !important;
  }
}

@media screen and (max-width: 1119px) {
  .has-dropdown.is-used:after {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0% !important;
  }
}

@media screen and (max-width: 1119px) {
  .is-used.dropdown-link {
    opacity: 40% !important;
  }
}

.is-used.dropdown-link::after {
  border-color: #fff transparent transparent transparent !important;
}

@media screen and (max-width: 1119px) {
  .is-used.dropdown-link::after {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
}

@media screen and (max-width: 768px) {
  .desktop-footer {
    display: none !important;
  }
}

.logo-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-footer-block {
  display: block;
}

.logo-footer-block address {
  font-family: "freight-text-pro", serif;
  text-transform: none;
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: 400px;
  color: #fff;
}

.footer-legal {
  background-color: #232428;
  padding: 12px 0;
}

.footer-legal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-legal-container .footer-legal-copy {
  display: block;
}

.footer-legal-container .footer-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-legal-container .legal {
  margin-right: 100px;
  color: rgba(255, 255, 255, 0.4) transparent transparent transparent !important;
  font-family: "freight-sans-pro", serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 576px) {
  .footer-legal-container .legal {
    margin-right: 60px;
    padding: 6px 0px;
  }
}

.footer-legal-container .legal a {
  color: rgba(255, 255, 255, 0.4) transparent transparent transparent !important;
}

.social-nav a {
  margin-right: 0.5rem;
}

.social-nav a img {
  max-height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-logo {
  margin: 8px 24px 0 0;
}

.footer-parts {
  grid-column-gap: 2rem !important;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr !important;
      grid-template-columns: 2fr 1fr 1fr 1fr 1fr !important;
}

@media screen and (max-width: 1344px) {
  .footer-parts {
    -ms-grid-columns: (1fr)[4] !important;
        grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media screen and (max-width: 1024px) {
  .footer-parts {
    -ms-grid-columns: (1fr)[3] !important;
        grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 768px) {
  .footer-parts {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
}

.footer-col--resources .footer-header h3 {
  font-family: "freight-text-pro", serif;
  text-transform: none;
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 0;
  margin: 0;
  font-weight: 400px;
  color: #fff;
}

.footer-col--resources li {
  margin-bottom: 0;
}

.footer-col--resources a {
  font-family: "freight-sans-pro", serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 0;
  font-weight: 400px;
  line-height: 1.4em;
}

.mobile-footer {
  display: none !important;
  grid-column-gap: 2rem !important;
  -ms-grid-columns: (1fr)[2] !important;
      grid-template-columns: repeat(2, 1fr) !important;
}

@media screen and (max-width: 768px) {
  .mobile-footer {
    display: -ms-grid !important;
    display: grid !important;
  }
}

.mobile-footer .social-nav {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .site-footer--main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#carousel-bg-video {
  min-height: 70vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width: 1344px) {
  #carousel-bg-video {
    min-height: 70vh;
    border-radius: 0px;
  }
}

#carousel-bg-video iframe {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.6);
          transform: translate(-50%, -50%) scale(1.6);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #carousel-bg-video iframe {
    -webkit-transform: translate(-50%, -50%) scale(1.8);
            transform: translate(-50%, -50%) scale(1.8);
  }
}

.carousel-bg-img {
  background-position: center;
  min-height: 70vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width: 1344px) {
  .carousel-bg-img {
    min-height: 70vh;
    border-radius: 0px;
  }
}

.carousel-bg-img .carousel-top-gradient {
  min-width: 100%;
  max-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  position: absolute;
  z-index: 500;
}

.carousel-bg-img .carousel-top-gradient .carousel-gradient {
  width: 66%;
  min-height: 70vh;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0px 0px 10px 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

@media screen and (max-width: 1344px) {
  .carousel-bg-img .carousel-top-gradient .carousel-gradient {
    border-radius: 0px;
  }
}

@media screen and (max-width: 576px) {
  .carousel-bg-img .carousel-top-gradient .carousel-gradient {
    width: 100%;
  }
}

.carousel-bg-img .carousel-top-gradient .carousel-gradient h2 {
  color: white;
  z-index: 999;
}

.intro-feature-nodes .node.active,
.intro-feature-nodes .node:hover {
  background-color: #9aa3ae;
  border-color: #9aa3ae;
}

.carousel-bottom {
  padding: 30px 50px 80px 50px;
}

.carousel-bottom .carousel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .carousel-bottom .carousel-content {
    display: block;
  }
}

.carousel-bottom .carousel-content .carousel-copy {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .carousel-bottom .carousel-content .carousel-copy {
    display: block;
    width: 100%;
  }
}

.carousel-bottom .carousel-content .carousel-button {
  margin: 0px 30px;
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .carousel-bottom .carousel-content .carousel-button {
    width: 100%;
    margin: 20px 0px;
  }
}

.carousel-bottom .carousel-content .carousel-text {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .carousel-bottom .carousel-content .carousel-text {
    width: 100%;
  }
}

.carousel-bottom .feature-abstract-footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.carousel-bottom .go-to-first {
  display: none;
}

.carousel-bottom .intro-feature-next {
  display: none;
}

.home-copy-container {
  padding: 80px calc(1rem + 3vw);
  max-width: 87.5rem;
}

@media only all and (min-width: 90em) {
  .home-copy-container {
    padding: 80px 26px 80px 26px;
  }
}

@media screen and (max-width: 1024px) {
  .home-copy-container {
    padding: 30px 40px 50px 40px;
  }
}

@media screen and (max-width: 576px) {
  .home-copy-container {
    padding: 30px 20px 50px 20px;
  }
}

.home-copy-container .home-copy-spacing {
  padding: 0 24px;
}

.home-copy-container h3 {
  margin-bottom: 24px;
}

.home-copy-container .home-copy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .home-copy-container .home-copy-flex {
    display: block;
  }
}

.home-copy-container .home-copy-flex p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-right: 2%;
  margin-top: 0px;
}

@media screen and (max-width: 1024px) {
  .home-copy-container .home-copy-flex p {
    margin-bottom: 24px;
  }
}

.home-copy-container .home-copy-flex .home-copy-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  margin-left: 2%;
}

@media screen and (max-width: 1024px) {
  .home-copy-container .home-copy-flex .home-copy-button {
    margin-left: 0px;
  }
}

.new-home-section .news-container {
  max-width: 87.5rem;
}

.new-home-section .section-header {
  border: none;
  margin-bottom: 48px;
  padding-bottom: 0px;
  margin-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 3rem;
  -ms-grid-columns: auto 10rem;
      grid-template-columns: auto 10rem;
}

@media screen and (max-width: 768px) {
  .new-home-section .section-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.new-home-section .section-header h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 0.9em;
  font-family: "freight-text-pro", serif;
  margin: 0;
  text-transform: none;
}

@media screen and (max-width: 768px) {
  .new-home-section .section-header h2 {
    font-size: 30px;
  }
}

.new-home-section .section-header .aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  justify-self: flex-end;
}

.new-home-section .section-header .aside a {
  color: #000;
}

@media screen and (max-width: 576px) {
  .new-home-section .section-header .aside a {
    font-size: 12px;
  }
}

.new-home-section .buckets--tri {
  grid-column-gap: 2rem;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1024px) {
  .new-home-section .buckets--tri {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.new-home-section .buckets h3 {
  font-family: Freight Text Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .new-home-section .buckets h3 {
    font-size: 18px;
  }
}

.new-home-section .buckets a {
  color: #000;
}

.new-home-section .buckets .read-more {
  color: #000;
  text-transform: none;
  width: 100%;
  display: block;
}

.new-home-section .buckets .read-more a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-bottom: 8px;
  background: #a38e6d;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  opacity: 0;
}

.new-home-section .buckets .read-more a:hover {
  text-decoration: none;
}

.new-home-section .buckets .read-more a:hover::before {
  width: 100%;
  opacity: 100%;
}

.new-home-section .buckets p {
  font-family: Freight Text Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 8px;
  padding-top: 8px;
}

.new-home-section .buckets img {
  min-height: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  -o-object-position: center;
     object-position: center;
}

#bottom-card-w-newsletter {
  background-color: #efefed;
  padding-top: 400px;
  margin-top: 250px;
}

#bottom-card-w-newsletter .bottom-card-container {
  margin-top: -600px;
  padding-bottom: 60px;
}

#bottom-card-w-newsletter .container .home-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  min-height: 500px;
}

#bottom-card-w-newsletter .container .home-two-column .home-two-column-card {
  width: 100%;
  margin-right: 0;
  min-height: 100%;
}

@media screen and (max-width: 1024px) {
  #bottom-card-w-newsletter .container .home-two-column .home-two-column-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
  }
}

#bottom-card-w-newsletter .container .home-two-column .home-two-column-card .home-two-column-bg-img {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bottom-card-w-newsletter .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient {
  min-height: 100%;
  min-width: 100%;
}

#bottom-card-w-newsletter .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents {
  max-width: 500px;
  min-height: 100%;
}

#bottom-card-w-newsletter .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .button-secondary:hover ~ .cta-column-gradient {
  background-position: 66%;
}

#bottom-card-w-newsletter .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .cta-column-gradient {
  max-width: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#26375b), color-stop(25%, rgba(38, 55, 91, 0.7)), color-stop(50%, rgba(38, 55, 91, 0.3)), to(rgba(38, 55, 91, 0)));
  background: linear-gradient(90deg, #26375b 0%, rgba(38, 55, 91, 0.7) 25%, rgba(38, 55, 91, 0.3) 50%, rgba(38, 55, 91, 0) 100%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-size: 150% 100%;
}

#bottom-card-w-newsletter .BBFormSubSectionHeading {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  font-family: "freight-text-pro", serif;
  margin: 0;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  #bottom-card-w-newsletter .BBFormSubSectionHeading {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

#bottom-card-w-newsletter .BBFormSection .BBFormFieldContainer .BBFormTextbox {
  color: #000;
}

#bottom-card-w-newsletter .BBFormSection .BBFormFieldContainer .BBFormTextbox::-webkit-input-placeholder {
  color: #999;
}

#bottom-card-w-newsletter .BBFormSection .BBFormFieldContainer .BBFormTextbox:-ms-input-placeholder {
  color: #999;
}

#bottom-card-w-newsletter .BBFormSection .BBFormFieldContainer .BBFormTextbox::-ms-input-placeholder {
  color: #999;
}

#bottom-card-w-newsletter .BBFormSection .BBFormFieldContainer .BBFormTextbox::placeholder {
  color: #999;
}

#bottom-card-w-newsletter .BBFormContainer[data-bbox-part-id="dfe2a66b-230a-44a8-9890-1a9a0f6395fb"]
.BBFormSignupFieldWide {
  margin-right: 0px;
}

#bottom-card-w-newsletter .site-footer--newsletter {
  padding: 0 24px;
}

#bottom-card-w-newsletter .site-footer--newsletter .BBFormContainer .BBFormButtonRow {
  float: left;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 10%;
  clear: none;
  padding: 0px;
}

#bottom-card-w-newsletter .site-footer--newsletter .BBFormSection div .BBFormFieldContainer {
  width: 30%;
  margin: 0px;
}

@media screen and (max-width: 1024px) {
  #bottom-card-w-newsletter .site-footer--newsletter .BBFormSection div .BBFormFieldContainer {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 639px) {
  #bottom-card-w-newsletter .site-footer--newsletter .BBFormSection div .BBFormFieldContainer {
    width: 75vw;
    margin-bottom: 12px;
  }
}

#bottom-card-w-newsletter .BBFormSection .BBFormFieldContainer .BBFormTextbox {
  padding: 8px 16px;
}

#bottom-card-w-newsletter .site-footer--newsletter .BBFormContainer .BBFormSubmitbutton {
  background-color: #232428;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
  display: inline-block;
  font-family: "freight-sans-pro", serif;
  font-weight: 500;
  padding: 8px 32px;
  line-height: 1.5rem;
}

#bottom-card-w-newsletter .site-footer--newsletter .BBFormContainer .BBFormSubmitbutton:hover {
  background-color: #19191b;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #bottom-card-w-newsletter .site-footer--newsletter .BBFormContainer .BBFormSubmitbutton {
    padding: 8px 50px;
  }
}

html .site-footer--newsletter .BBFormContainer .BBFormSectionHeading {
  display: none;
}

html .site-footer--newsletter .BBFormContainer .BBFormSubSectionHeading {
  color: #a6acb3;
  color: white;
  display: block;
  margin-bottom: 1rem;
}

html .site-footer--newsletter .BBFormContainer {
  font-size: 150%;
  font-size: 105%;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 16rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

html
.site-footer--newsletter
.BBFormSection
.BBFormFieldContainer
.BBFormTextbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #a6acb3;
  border-right: none !important;
  border-radius: 0;
  color: white;
  font-size: 100%;
  padding: 1rem 1.25rem;
  opacity: 1;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  html
.site-footer--newsletter
.BBFormSection
.BBFormFieldContainer
.BBFormTextbox {
    border-right: 1px solid #a6acb3 !important;
  }
}

html
.site-footer--newsletter
.BBFormSection
.BBFormFieldContainer
.BBFormTextbox::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}

html
.site-footer--newsletter
.BBFormSection
.BBFormFieldContainer
.BBFormTextbox::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}

html
.site-footer--newsletter
.BBFormSection
.BBFormFieldContainer
.BBFormTextbox:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  opacity: 1;
}

html
.site-footer--newsletter
.BBFormSection
.BBFormFieldContainer
.BBFormTextbox:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1;
}

html .site-footer--newsletter .BBFormContainer .BBFormSubmitbutton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #007ebf;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  padding: 0.75rem 1.75rem;
  -webkit-transition: background 600ms;
  transition: background 600ms;
}

html .site-footer--newsletter .BBFormContainer .BBFormSubmitbutton:hover {
  background-color: #a38c6c;
}

html .site-footer--newsletter .BBFormSignupPrivacyLabelTall,
html .site-footer--newsletter .BBFormSignupPrivacyLinkTall {
  display: none;
}

html .site-footer--newsletter .BBFormSignupPrivacyLabelWide {
  display: none;
}

html .site-footer--newsletter .BBFormSignupPrivacyLinkWide {
  display: none;
}

@media only all and (min-width: 40em) {
  html .site-footer--newsletter .BBFormContainer {
    max-width: none;
  }
  html .site-footer--newsletter .BBFormSection div .BBFormFieldContainer {
    float: left;
    width: 32%;
  }
  html .site-footer--newsletter .BBFormContainer .BBFormSubSectionHeading {
    display: block;
    width: 100%;
  }
  html
.site-footer--newsletter
.BBFormContainer
.BBFormFieldContainer.BBFormSignupFieldTall {
    float: left;
    margin-right: 5%;
    width: 30%;
  }
  html
.site-footer--newsletter
.BBFormContainer
.BBFormFieldContainer.BBFormSignupFieldTall:last-child {
    margin-right: 0;
  }
  html .site-footer--newsletter .BBFormContainer .BBFormButtonRow {
    clear: both;
    float: left;
    margin-top: 1rem;
    width: 100%;
  }
}

@media only all and (min-width: 80em) {
  html .site-footer--newsletter .BBFormContainer .BBFormSubSectionHeading {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 1.2rem;
    width: auto;
  }
  html
.site-footer--newsletter
.BBFormContainer
.BBFormFieldContainer
span.BBFormSubSectionHeading {
    float: left;
    width: 18rem;
  }
  html .site-footer--newsletter .BBFormSection div .BBFormFieldContainer {
    width: 21%;
  }
  html
.site-footer--newsletter
.BBFormContainer
.BBFormFieldContainer.BBFormSignupFieldTall {
    float: left;
    margin-right: 1%;
    width: 20.5%;
  }
  html
.site-footer--newsletter
.BBFormContainer
.BBFormFieldContainer.BBFormSignupFieldTall:last-child {
    margin-right: 1%;
  }
  html .site-footer--newsletter .BBFormContainer .BBFormButtonRow {
    clear: none;
    float: right;
    margin-top: 0;
    padding-top: 0.25rem;
    width: 7rem;
  }
  html .site-footer--newsletter .BBFormContainer .BBFormSubmitbutton {
    padding: 0.95rem 1.75rem;
  }
}

.section-two-column-callout {
  padding: 0 calc(1rem + 3vw);
}

@media only all and (min-width: 70em) {
  .section-two-column-callout {
    padding: 0 3rem;
  }
}

.section-two-column-callout .container {
  max-width: 87.5rem;
}

.section-two-column-callout .container .home-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 500px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card {
  width: 49.5%;
  position: relative;
  min-height: 500px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card:first-child {
  width: 49.5%;
  margin-right: 1%;
}

@media screen and (max-width: 1024px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card:first-child {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
  }
}

.section-two-column-callout .container .home-two-column .home-two-column-card .cta-column-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section-two-column-callout .container .home-two-column .home-two-column-card:first-child .cta-column-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#84734f), color-stop(33%, rgba(132, 115, 79, 0.8)), color-stop(66%, rgba(132, 115, 79, 0.7)), to(rgba(132, 115, 79, 0.6)));
  background: linear-gradient(90deg, #84734f 0%, rgba(132, 115, 79, 0.8) 33%, rgba(132, 115, 79, 0.7) 66%, rgba(132, 115, 79, 0.6) 100%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-size: 200% 100%;
}

.section-two-column-callout .container .home-two-column .home-two-column-card:last-child .cta-column-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#2d4686), color-stop(33%, rgba(45, 70, 134, 0.8)), color-stop(66%, rgba(45, 70, 134, 0.7)), to(rgba(45, 70, 134, 0.6)));
  background: linear-gradient(90deg, #2d4686 0%, rgba(45, 70, 134, 0.8) 33%, rgba(45, 70, 134, 0.7) 66%, rgba(45, 70, 134, 0.6) 100%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-size: 200% 100%;
}

@media screen and (max-width: 1024px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
  }
}

.section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient {
  background-repeat: no-repeat;
  min-height: 100%;
  border-radius: 10px;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient {
    padding: 30px 30px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  max-width: 500px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents h2 {
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 399px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents h2 {
    font-size: 37px;
    margin-bottom: 16px;
  }
}

.section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents p {
  color: #fff;
  margin-bottom: 30px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .home-two-column-icon {
  max-height: 50px;
  min-height: 50px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .button-secondary {
  margin-right: 8px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .button-secondary:hover ~ .cta-column-gradient {
  background-position: 66%;
}

.section-two-column-callout {
  padding: 0 calc(1rem + 3vw);
}

@media only all and (min-width: 70em) {
  .section-two-column-callout {
    padding: 0 3rem;
  }
}

.section-two-column-callout .container {
  max-width: 87.5rem;
  padding: 0;
}

.section-two-column-callout .container .home-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 500px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons {
  width: 49.5%;
  position: relative;
  min-height: 500px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons:first-child {
  width: 49.5%;
  margin-right: 1%;
}

@media screen and (max-width: 1024px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons:first-child {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
  }
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .cta-column-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons:first-child .cta-column-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#9aa3ae), color-stop(33%, rgba(154, 163, 174, 0.8)), color-stop(66%, rgba(154, 163, 174, 0.7)), to(rgba(154, 163, 174, 0.6)));
  background: linear-gradient(90deg, #9aa3ae 0%, rgba(154, 163, 174, 0.8) 33%, rgba(154, 163, 174, 0.7) 66%, rgba(154, 163, 174, 0.6) 100%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-size: 200% 100%;
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons:last-child .cta-column-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#98b5c6), color-stop(33%, rgba(152, 181, 198, 0.8)), color-stop(66%, rgba(152, 181, 198, 0.7)), to(rgba(152, 181, 198, 0.6)));
  background: linear-gradient(90deg, #98b5c6 0%, rgba(152, 181, 198, 0.8) 33%, rgba(152, 181, 198, 0.7) 66%, rgba(152, 181, 198, 0.6) 100%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-size: 200% 100%;
}

@media screen and (max-width: 1024px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
  }
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient {
  background-repeat: no-repeat;
  min-height: 100%;
  border-radius: 10px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient {
    padding: 30px 30px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  max-width: 500px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents h2 {
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 399px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents h2 {
    font-size: 37px;
    margin-bottom: 16px;
  }
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents p {
  color: #fff;
  margin-bottom: 30px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .home-two-column-icon {
  max-height: 50px;
  min-height: 50px;
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .button-secondary {
  margin-right: 8px;
}

@media screen and (max-width: 403px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .button-secondary {
    margin-right: 4px;
    padding: 8px 8px;
  }
}

@media screen and (max-width: 329px) {
  .section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .button-secondary {
    padding: 8px 6px;
  }
}

.section-two-column-callout .container .home-two-column .home-two-column-card-two-buttons .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .button-secondary:hover ~ .cta-column-gradient {
  background-position: 66%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tribe-event-featured .tribe-events-event-image img {
  max-width: 700px;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: #f7f7f6;
}

.tribe-events-list
.tribe-events-loop
.tribe-event-featured
.tribe-events-list-event-title
a {
  color: #007ebf;
}

.tribe-events-list
.tribe-events-loop
.tribe-event-featured
.tribe-events-event-meta {
  color: inherit;
}

.tribe-events-event-cost {
  display: none !important;
}

.tribe-events-list
.tribe-events-loop
.tribe-event-featured
.tribe-events-content {
  color: inherit;
}

/*  New Home Video Feature  */
.section--home-feature-video {
  margin: calc(2rem + 1vw) 0;
}

.section--home-feature-video .featured-story {
  margin-bottom: 0;
}

.section--home-panes {
  margin: calc(2rem + 1vw) 0;
}

#news-feature-slider {
  overflow: hidden;
}

.impactful-module {
  background-color: #f7f7f6;
  padding: 0 1.5rem calc(2rem + 1vw);
}

.section--giving-funds .impactful-module-heading {
  border-bottom: 1px solid #dfe1e3;
  margin-bottom: calc(2rem + 1vw);
}

.give-cta .cta {
  margin-top: 0;
}

.donation-enticement {
  margin: calc(2rem + 1vw);
  text-align: center;
}

@media only all and (min-width: 60em) {
  .news-feature-abstract {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*  Tribe Events  */
.tribe-events-list
.tribe-events-loop
.type-tribe_events
.tribe-events-event-meta {
  margin-bottom: 1em;
}

#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
  clear: both;
  float: right;
  font-weight: 500;
  margin-top: 21px;
}

@media only all and (min-width: 40em) {
  .tribe-events-event-meta .location {
    display: table;
  }
  .tribe-events-event-meta .location .tribe-event-schedule-details {
    display: table-cell;
    padding-right: 2rem;
  }
  .tribe-events-event-meta .location .tribe-events-venue-details {
    display: table-cell;
  }
}

#tribe-events .article--single {
  margin-top: 0;
}

.tribe-is-responsive .supp-nav .current_page_item.menu-item-34,
.tribe-is-responsive .supp-nav .current_page_parent.menu-item-34 {
  border-bottom: 0;
}

#tribe-bar-form {
  background-color: #eef3fa;
}

.tribe-bar-views-inner {
  background-color: #eef3fa;
}

.tribe-bar-views-list {
  display: none;
}

.tribe-bar-views-inner {
  padding-bottom: 15px;
}

#tribe-bar-form .tribe-bar-views-inner label {
  display: inline-block;
}

.tribe-events-page-title {
  font-weight: 500;
}

.tribe-events-list h2.tribe-events-page-title {
  margin: calc(2rem + 1vw) 0 1rem;
}

.tribe-events-list .type-tribe_events h2 {
  line-height: 1.2;
}

#tribe-geo-results h2.tribe-events-page-title,
h2.tribe-events-page-title {
  font-weight: 500;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a {
  font-weight: 500;
}

.tribe-events-list-separator-month {
  font-weight: 500;
}

.tribe-events-list .type-tribe_events h2 {
  font-weight: 700;
}

.tribe-events-loop .tribe-events-event-meta {
  font-size: 90%;
  font-weight: 400;
}

.tribe-organizer-url-label {
  margin-right: 1rem;
}

.tribe-organizer-url-label,
.tribe-organizer-url {
  display: inline-block;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding-top: 0;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
td.tribe-events-present
div[id*="tribe-events-daynum-"]
> a {
  background-color: #007ebf;
}

#tribe-bar-collapse-toggle {
  float: none;
}

#tribe-bar-collapse-toggle {
  font-weight: 500;
}

.tribe-bar-collapse #tribe-bar-collapse-toggle {
  width: 100%;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
  padding-bottom: 10px;
}

#tribe-bar-form label {
  color: #007ebf;
  font-size: 100%;
  font-weight: 500;
  text-transform: none;
}

.tribe-bar-mini .tribe-bar-views-inner {
  padding-bottom: 10px;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  float: none;
  margin: 0;
  width: 100%;
}

@media only all and (min-width: 48em) {
  .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    float: left;
    margin: 0 3% 0 0;
    width: 30%;
  }
}

#tribe-events-pg-template {
  margin-bottom: calc(2rem + 1vw);
  padding: 0;
}

#tribe-events-bar {
  margin-top: calc(2rem + 1vw);
}

.tribe-events-notices {
  background-color: #eef3fa;
  border: 0;
  border-radius: 0;
  line-height: 1.5;
  text-shadow: none;
}

.tribe-events-notices strong {
  font-weight: 500;
}

.tribe-events-day .tribe-events-day-time-slot h5 {
  background-color: #f7f7f6;
  color: #000;
}

.tribe-events-loop .tribe-events-event-meta {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.tribe-events-list .time-details,
.tribe-events-list .tribe-event-schedule-details {
  padding: 0;
}

.tribe-events-list .tribe-events-venue-details {
  border-top: 0;
  padding: 0;
}

.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
  font-style: normal;
}

.tribe-events-sub-nav li a {
  background-color: transparent;
  color: #007ebf;
  line-height: 1.2;
  padding: 0;
}

#tribe-bar-form input[type="text"] {
  background-color: white;
  border-bottom: 0;
  border: 1px solid #e2e1e0;
  color: #222428;
  font-size: 1rem;
  font-style: normal;
}

.tribe-events-read-more {
  font-family: "freight-sans-pro", sans-serif;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: #007ebf;
  font-size: 100%;
  font-weight: 400;
  text-transform: none;
}

.tribe-events-read-more {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.tribe-bar-views-select {
  border: 1px solid #e2e1e0;
  color: #222428;
}

#tribe-bar-form input[type="text"]:focus {
  outline: 1px solid #007ebf;
}

/*  Do we even need Events pricing?  */
.tribe-events-loop .tribe-events-event-cost {
  display: none;
}

.tribe-events-list-separator-month {
  font-size: 100%;
}

.container--events {
  /* padding-top: calc(2rem + 1vw); */
}

.tribe-events-list .type-tribe_events {
  margin: calc(2rem + 1vw) 0;
}

.tribe-events-list-event-description {
  font-family: "freight-text-pro", serif;
}

.page-intro--2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 50% auto;
      grid-template-columns: 50% auto;
  margin-bottom: calc(2rem + 2vw);
  margin-top: calc(2rem + 2vw);
}

@media only all and (min-width: 48em) {
  .page-intro__header {
    padding-right: 3rem;
  }
}

.page-intro--2 h1 {
  font-size: calc(2rem + 1vw);
}

@media only all and (min-width: 100em) {
  .page-intro--2 h1 {
    font-size: 3.5rem;
  }
}

.tribe_events .content-block {
  padding-top: 0;
}

.news-feature-slider .feature-abstract-header .next-link,
.news-feature-slider .feature-abstract-header .prev-link {
  height: 44px;
  width: 44px;
}

.next-link::after {
  right: calc(50% - 5px);
}

.prev-link::after {
  left: calc(50% - 5px);
}

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

#institute .institute-container {
  padding-bottom: 1%;
}

@media screen and (max-width: 1024px) {
  #institute .institute-container {
    padding-bottom: 24px;
  }
}

#institute .container .home-two-column {
  display: block;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#institute .container .home-two-column .home-two-column-card {
  width: 100%;
  margin-right: 0;
  min-height: 500px;
}

@media screen and (max-width: 1024px) {
  #institute .container .home-two-column .home-two-column-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
  }
}

#institute .container .home-two-column .home-two-column-card .home-two-column-bg-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

#institute .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient {
  min-width: 100%;
}

#institute .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents {
  max-width: 500px;
}

#institute .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .button-secondary:hover ~ .cta-column-gradient {
  background-position: 66%;
}

#institute .container .home-two-column .home-two-column-card .home-two-column-bg-img .home-two-column-gradient .home-two-column-contents .cta-column-gradient {
  max-width: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#26375b), color-stop(25%, rgba(38, 55, 91, 0.7)), color-stop(50%, rgba(38, 55, 91, 0.3)), to(rgba(38, 55, 91, 0)));
  background: linear-gradient(90deg, #26375b 0%, rgba(38, 55, 91, 0.7) 25%, rgba(38, 55, 91, 0.3) 50%, rgba(38, 55, 91, 0) 100%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-size: 150% 100%;
}

.head-1 {
  font-size: 55px;
  font-weight: 400;
  line-height: 0.9em;
  font-family: "freight-text-pro", serif;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .head-1 {
    font-size: 45px;
  }
}

.head-2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 0.9em;
  font-family: "freight-text-pro", serif;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .head-2 {
    font-size: 30px;
  }
}

.head-3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  font-family: "freight-text-pro", serif;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .head-3 {
    font-size: 18px;
  }
}

.body-font {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  font-family: "freight-sans-pro", serif;
  margin: 0;
}

.search-results-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px;
}

.search-results-section article.search-result {
  padding: 16px;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 577px), print {
  .search-results-section article.search-result {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .search-results-section article.search-result {
    width: 33.3%;
  }
}

@media screen and (min-width: 1025px) {
  .search-results-section article.search-result {
    width: 25%;
  }
}

.search-results-section article.search-result a {
  color: #232428;
}

.search-results-section article.search-result h3 {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.search-results-section article.search-result p {
  font-family: "freight-sans-pro", serif;
  line-height: 1.25em;
  font-size: 1rem;
}

.search-results-section article.search-result .search-link {
  font-size: 0.9rem;
  display: inline-block;
}

.search-results-section article.search-result .search-category {
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 0;
}

.pagination {
  padding-top: 60px;
}

.pagination .page-numbers.current {
  color: #000;
  background-color: transparent;
  border-bottom: solid 1px #000;
}

.pagination .page-numbers {
  color: #000;
  background-color: transparent;
  border: none;
}

.pagination .page-numbers:hover {
  background-color: transparent;
}
/*# sourceMappingURL=styles.css.map */