/* ==========================================================================
   Imports
   ========================================================================== */
/* Vendor Dependencies */
/* ==========================================================================
   Meyer Reset
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.delayed {
    animation-delay: 1.3s; }

@media (max-width: 992px) {
  .animated {
    animation-duration: 0.25s; } }

.noshow, .scrolling {
  opacity: 0; }

/* ==========================================================================
   Specific Animations
   ========================================================================== */

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: none; }
  100% {
    opacity: 0;
    transform: translate3d(0, 20px, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    transform: translate3d(0, 150px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInUpLarge {
  animation-name: fadeInUpLarge; }

@keyframes fadeInShrink {
  0% {
    opacity: 0;
    transform: scale(1.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.fadeInShrink {
  animation-name: fadeInShrink;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s; }

@keyframes fadeInExplode {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.fadeInExplode {
  animation-name: fadeInExplode; }

/* ==========================================================================
   Custom Delays and Durations
   ========================================================================== */
.animated:nth-child(2) {
  /* Chrome, Safari, Opera */
  animation-delay: 0.3s; }

.animated:nth-child(3) {
  /* Chrome, Safari, Opera */
  animation-delay: 0.6s; }

.animated:nth-child(4) {
  /* Chrome, Safari, Opera */
  animation-delay: 0.9s; }

.animated:nth-child(5) {
  /* Chrome, Safari, Opera */
  animation-delay: 1.2s; }

.animated:nth-child(6) {
  /* Chrome, Safari, Opera */
  animation-delay: 1.5s; }

.animated:nth-child(7) {
  /* Chrome, Safari, Opera */
  animation-delay: 1.8s; }

.animated:nth-child(8) {
  /* Chrome, Safari, Opera */
  animation-delay: 2.1s; }

.animated:nth-child(8) {
  /* Chrome, Safari, Opera */
  animation-delay: 2.4s; }

.animated:nth-child(9) {
  /* Chrome, Safari, Opera */
  animation-delay: 2.7s; }

.animated:nth-child(10) {
  /* Chrome, Safari, Opera */
  animation-delay: 2.9s; }

.animated:nth-child(11) {
  /* Chrome, Safari, Opera */
  animation-delay: 3.2s; }

.animated:nth-child(12) {
  /* Chrome, Safari, Opera */
  animation-delay: 3.5s; }

.animated:nth-child(13) {
  /* Chrome, Safari, Opera */
  animation-delay: 3.8s; }

.animated:nth-child(14) {
  /* Chrome, Safari, Opera */
  animation-delay: 4.1s; }

.animated:nth-child(15) {
  /* Chrome, Safari, Opera */
  animation-delay: 4.4s; }

/* ==========================================================================
   Stop Animations at Mobile Resolution
   ========================================================================== */
/* Authored Dependencies */
/* ==========================================================================
   Global/Colors
   ========================================================================== */
/* Color Hexs */
/* NEW July 6 */
/* Resource Library Colors */
/* Other Resource Colors */
/* Primary Colors */
/* Font Colors */
/* Case Study Block Colors */
/* Breadcrumbs Block */
/* Heading and Subtitle Block */
/* Pull Quote Block */
/* ==========================================================================
   Global/Breakpoints
   ========================================================================== */
/* ==========================================================================
   Global/Fonts
   ========================================================================== */
/* Font Families */
/* ==========================================================================
   Headings
   ========================================================================== */
/* Primary */
.font__archivo, .featured_section .featured__block-right .featured__title, .hero_banner_section .banner__content .banner__title h1, .resource_banner_section .resource_banner .banner__title h2, .featured_content_banner_section .featured__block-right .featured__title, .featured_news_banner_section .featured__block-right .featured__title, .resources-buckets-page .banner__content .banner__title h1, .resources-buckets-page .banner__content .banner__subtitle h2, .resources-buckets-page .resource_banner_section .banner__title h2, .action-platform-page .banner__content .banner__title h1, .action-platform-page .banner__content .banner__subtitle h2, .font__archivo--55, .font__archivo--44, .font__archivo--32, .font__archivo--30, .section__title, .font__archivo--28, .font__archivo--24, .font__archivo--18, .font__archivo--16, .font__archivo--14, .photo-video-grid-section .photogrid-lightbox.lightbox-active .caption-container {
  font-family: "Archivo", sans-serif; }

.font__archivo--55 {
  font-size: 55px;
  line-height: 82.5px; }

.font__archivo--44 {
  font-size: 44px;
  line-height: 55px; }

.font__archivo--32 {
  font-size: 32px;
  line-height: 48px; }

.font__archivo--30, .section__title {
  font-size: 30px;
  line-height: 45px; }

.font__archivo--28 {
  font-size: 28px;
  line-height: 42px; }

.font__archivo--24 {
  font-size: 24px;
  line-height: 36px; }

.font__archivo--18 {
  font-size: 18px;
  line-height: 27px; }

.font__archivo--16 {
  font-size: 16px;
  line-height: 24px; }

.font__archivo--14 {
  font-size: 14px;
  line-height: 21px; }

/* Secondary */
.section__footer .footer__top .footer__mailing-list input,
.section__footer .footer__top .footer__mailing-list .top_label input.medium, .case_studies_section .content-block .case-studies__desc, .alert_banner_section .alert-banner__content .banner__text {
  font-family: "Montserrat", sans-serif; }

.font__montserrat, .reg-btn,
.reg-btn_red, .btn__learn-more, .header__main .nav-main ul ul a, .section__footer .footer__bottom .footer__copyright-bar p, .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input, .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container button, .breadcrumbs_section .wrapper-main ul li a, .photo-gallery-with-sidebar-section .gallery-main-image .caption p, .resource_banner_section .resource_banner .breadcrumbs-section ul li a, .events_page_section .breadcrumbs-links ul li a, .calendar_home_page_section.calendar_separated .breadcrumbs-links ul li a, .general-content__section .breadcrumbs-links ul li a, .people_page_section .breadcrumbs-links ul li a, .partners_page_section .breadcrumbs-links ul li a {
  font-family: "Montserrat", sans-serif; }

.font__montserrat--44 {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  line-height: 66px; }

.font__montserrat--32 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 48px; }

.font__montserrat--28 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 42px; }

.font__montserrat--24 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 36px; }

.font__montserrat--20 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 32px; }

.font__montserrat--19 {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 32px; }

.font__montserrat--18, .section__faq .accordion__container dt {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px; }

.font__montserrat--17, .header__main .nav-main ul a, .nav__container-mobile ul li li a, .nav__container-mobile .nav a, .nav__container-mobile .nav .dropdown-menu a, .section__footer .footer__top .footer-menu ul a {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 24px; }

.font__montserrat--16, .header__main .nav-secondary ul a, .featured_section .featured__block-right .featured__learn-more, .section__faq .accordion__container dd, .featured_content_banner_section .featured__block-right .featured__learn-more, .featured_news_banner_section .featured__block-right .featured__learn-more {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px; }

.font__montserrat--15, .section__desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 21px; }

.font__montserrat--14 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 21px; }

/* Tertiary */
.font__poppins, .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer p, .section__label p, .temp-sticky-scroll .scroll-down-container .scroll__down, .featured_section .featured__block-right .featured__tagline, .featured_content_banner_section .featured__block-right .featured__tagline, .featured_news_banner_section .featured__block-right .featured__tagline {
  font-family: "Poppins", sans-serif; }

.font__poppins--14, .btn__arrow-red, .btn__arrow-white, .btn__arrow-grey, .btn__square-arrow, .btn__rounded, .btn__text-stretch, .btn__width-stretch, .section__featured-content .btn__container .slide__index {
  font-family: "Poppins", sans-serif;
  font-size: 14px; }

.font__poppins--12, .section__label, .section__featured-content .btn__container .slider__total {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px; }

/* General */
p em {
  font-style: italic; }

p strong,
p b {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0; }

.section__title {
  font-family: "Archivo", sans-serif !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 41px !important;
  letter-spacing: 0 !important;
  text-transform: capitalize !important; }

.section__desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15px; }

/* ==========================================================================
   Font weights
   ========================================================================== */
.text__light {
  font-weight: 300; }

.text__reg {
  font-weight: 400; }

.text__med {
  font-weight: 500; }

.text__semi-bold {
  font-weight: 600; }

.text__bold {
  font-weight: 700; }

.text__extra-bold {
  font-weight: 800; }

.text__black {
  font-weight: 900; }

/* Media Queries */
@media (max-width: 1440px) {
  .font__archivo--44 {
    font-size: 40px;
    line-height: 51px; }
  .font__montserrat--19 {
    font-size: 17px;
    line-height: 30px; } }

@media (max-width: 1200px) {
  .font__archivo--44 {
    font-size: 38px;
    line-height: 48px; } }

@media (max-width: 1024px) {
  .font__archivo--55 {
    font-size: 42px;
    line-height: 52px; }
  .font__archivo--44 {
    font-size: 36px;
    line-height: 46px; }
  .font__poppins--14, .btn__arrow-red, .btn__arrow-white, .btn__arrow-grey, .btn__square-arrow, .btn__rounded, .btn__text-stretch, .btn__width-stretch, .section__featured-content .btn__container .slide__index {
    font-size: 12px; }
  .font__montserrat--19 {
    font-size: 16px;
    line-height: 29px; }
  .font__montserrat--18, .section__faq .accordion__container dt {
    font-size: 16px;
    line-height: 30px; }
  .font__montserrat--17, .header__main .nav-main ul a, .nav__container-mobile ul li li a, .nav__container-mobile .nav a, .nav__container-mobile .nav .dropdown-menu a, .section__footer .footer__top .footer-menu ul a {
    font-size: 15px;
    line-height: 22px; } }

@media (max-width: 768px) {
  .font__archivo--44 {
    font-size: 32px;
    line-height: 42px; }
  .font__montserrat--19 {
    font-size: 16px;
    line-height: 24px; }
  .section__title {
    font-size: 28px !important;
    line-height: 41px !important; } }

@media (max-width: 480px) {
  .font__archivo--44 {
    font-size: 28px;
    line-height: 38px; }
  .font__montserrat--19 {
    font-size: 14px;
    line-height: 22px; }
  .font__montserrat--17, .header__main .nav-main ul a, .nav__container-mobile ul li li a, .nav__container-mobile .nav a, .nav__container-mobile .nav .dropdown-menu a, .section__footer .footer__top .footer-menu ul a {
    font-size: 13px;
    line-height: 21px; }
  .section__title {
    font-size: 26px !important;
    line-height: 39px !important; } }

@media (max-width: 320px) {
  .font__archivo--44 {
    font-size: 24px;
    line-height: 36px; }
  .font__montserrat--19 {
    font-size: 15px; } }

ul {
  margin-left: 1rem;
  margin-top: 0; }
  ul li {
    list-style-type: none;
    margin-bottom: 7.55px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 30px;
    padding: 5px 0;
    text-indent: -10px;
    padding-left: 10px;
    color: #4e4744; }
    ul li:before {
      content: '+';
      padding-right: 15px;
      margin-left: -1rem;
      font-weight: 700;
      color: #f16730; }
    ul li li {
      margin-left: 20px;
      font-weight: 300 !important;
      line-height: 25px;
      padding: 3px 0;
      text-indent: -10px;
      padding-left: 10px; }
      ul li li:before {
        content: '-';
        font-weight: 800;
        color: #f16730; }

ol {
  margin-left: 1rem;
  margin-top: 0; }
  ol li {
    list-style-type: none;
    margin-bottom: 7.55px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 30px;
    padding: 5px 0;
    text-indent: -10px;
    padding-left: 10px;
    color: #4e4744; }
    ol li li {
      margin-left: 20px;
      font-weight: 300 !important;
      line-height: 25px;
      padding: 3px 0;
      text-indent: -10px;
      padding-left: 10px; }
      ol li li:before {
        content: '-';
        font-weight: 800;
        color: #f16730; }

i {
  font-style: italic; }

b {
  font-weight: bold; }

/* ==========================================================================
   Global/Mixins
   ========================================================================== */
.skiplinks {
  background: #f16730;
  color: #fff;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-300%); }
  .skiplinks:focus-within {
    background: #f16730;
    transform: translateY(0%); }
  .skiplinks:focus {
    background: #f16730; }
  .skiplinks a:focus {
    background: #f16730; }

/* Buttons - NEW */
.btn_red,
#mc_embed_signup #mc-embedded-subscribe,
.btn_grey,
.btn_white,
.section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer input[type="submit"],
.btn_blue {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-radius: 30px;
  letter-spacing: 0.15em;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px 0 40px;
  position: relative;
  border: none;
  margin: 15px 0; }
  .btn_red a,
  #mc_embed_signup #mc-embedded-subscribe a,
  .btn_grey a,
  .btn_white a,
  .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer input[type="submit"] a,
  .btn_blue a {
    border-bottom: none !important;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px; }
  .btn_red:after,
  #mc_embed_signup #mc-embedded-subscribe:after,
  .btn_grey:after,
  .btn_white:after,
  .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer input[type="submit"]:after,
  .btn_blue:after {
    content: " ";
    display: block;
    opacity: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 12px;
    width: 20px;
    margin-left: 0px;
    transition: margin-left 0.4s ease-in-out; }
  .btn_red:hover:after,
  #mc_embed_signup #mc-embedded-subscribe:hover:after,
  .btn_grey:hover:after,
  .btn_white:hover:after,
  .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer input[type="submit"]:hover:after,
  .btn_blue:hover:after {
    opacity: 1;
    top: 0px;
    margin-left: 15px; }

.btn_red,
#mc_embed_signup #mc-embedded-subscribe {
  background: #f16730;
  color: #fff; }
  .btn_red a,
  #mc_embed_signup #mc-embedded-subscribe a {
    color: #fff !important;
    text-decoration: none !important;
    border: none !important; }
  .btn_red:after,
  #mc_embed_signup #mc-embedded-subscribe:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
  .btn_red:hover,
  #mc_embed_signup #mc-embedded-subscribe:hover {
    background: #ce4f1c; }
    .btn_red:hover a,
    #mc_embed_signup #mc-embedded-subscribe:hover a {
      color: #fff; }

.btn_grey {
  background: #e4ddd4;
  color: #000; }
  .btn_grey a {
    color: #000 !important;
    text-decoration: none !important;
    border-bottom: none !important; }
  .btn_grey:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234a4441' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
  .btn_grey:hover {
    background: #d1c7ba; }

.btn_white,
.section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer input[type="submit"] {
  background: #fff;
  color: #ce4f1c; }
  .btn_white a,
  .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer input[type="submit"] a {
    color: #ce4f1c !important;
    text-decoration: none !important;
    border-bottom: none !important; }
  .btn_white:after,
  .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer input[type="submit"]:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
  .btn_white:hover,
  .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer input:hover[type="submit"] {
    background: #f5dcd2; }

.btn_blue {
  background: #4d7799;
  color: #fff; }
  .btn_blue a {
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: none !important; }
  .btn_blue:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
  .btn_blue:hover {
    background: #4d7799; }
    .btn_blue:hover a {
      color: #fff; }

.play-btn_warm,
.play-btn_cool {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 44px;
  border: none;
  border-radius: 30px;
  letter-spacing: 0.15em;
  background: #fff;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 0 20px 0 40px;
  margin: 15px 0; }
  .play-btn_warm a,
  .play-btn_cool a {
    border-bottom: none !important;
    text-decoration: none; }
  .play-btn_warm:after,
  .play-btn_cool:after {
    content: " ";
    display: block;
    opacity: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 12px;
    width: 20px;
    margin-left: 0px;
    transition: margin-left 0.4s ease-in-out; }
  .play-btn_warm:hover:after,
  .play-btn_cool:hover:after {
    opacity: 1;
    top: 0px;
    margin-left: 15px; }

.play-btn_warm {
  color: #ce4f1c; }
  .play-btn_warm a {
    color: #ce4f1c !important; }
  .play-btn_warm:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
  .play-btn_warm:hover {
    background: #f5dcd2; }

.play-btn_cool {
  color: #4d7799; }
  .play-btn_cool a {
    color: #4d7799 !important; }
  .play-btn_cool:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234d7799' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
  .play-btn_cool:hover {
    background: #dbe4eb; }

.reg-btn,
.reg-btn_red {
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.025em;
  font-weight: 400;
  text-transform: capitalize;
  border: none;
  background: none; }
  .reg-btn a,
  .reg-btn_red a {
    text-decoration: none !important;
    border-bottom: none !important; }
  .reg-btn:after,
  .reg-btn_red:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100%;
    margin-left: 5px;
    margin-top: 2px; }
  .reg-btn:hover:after,
  .reg-btn_red:hover:after {
    margin-left: 25px;
    transition: margin 1s ease-in-out; }

.reg-btn {
  color: #4e4744; }
  .reg-btn a {
    color: #4e4744 !important; }
  .reg-btn:hover {
    color: #ce4f1c; }

.reg-btn_red {
  color: #ce4f1c; }
  .reg-btn_red a {
    color: #ce4f1c !important; }

@keyframes scrollup {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(30px);
    opacity: 0; } }

@keyframes scrolldown {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    transform: translateY(-20px);
    opacity: 1; } }

.download-btn,
.upload-btn {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 44px;
  border-radius: 30px;
  border: 2px solid #f16730;
  color: #f16730;
  letter-spacing: 0.15em;
  background: #fff;
  margin: 15px 0;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 0 30px; }
  .download-btn a,
  .upload-btn a {
    border-bottom: none !important;
    color: #f16730 !important; }
  .download-btn:hover,
  .upload-btn:hover {
    background: #f16730;
    color: #fff !important; }
    .download-btn:hover a,
    .upload-btn:hover a {
      color: #fff !important; }
    .download-btn:hover:after,
    .upload-btn:hover:after {
      content: "";
      width: 12px;
      height: 16px;
      background-repeat: no-repeat;
      background-position: 100%;
      margin-left: 5px; }
  .download-btn:after,
  .upload-btn:after {
    content: "";
    width: 12px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 100%;
    margin-left: 5px; }

.download-btn:after {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.69 7.15'%3E%3Cline x1='2.85' y1='3.86' x2='2.85' fill='none' stroke='%23f16730' stroke-miterlimit='10' stroke-width='0.89'/%3E%3Cpolyline points='5.1 1.84 2.85 4.33 0.59 1.84' fill='none' stroke='%23f16730' stroke-miterlimit='10' stroke-width='0.89'/%3E%3Cpolyline points='0.45 4.33 0.45 6.7 5.24 6.7 5.24 4.33' fill='none' stroke='%23f16730' stroke-miterlimit='10' stroke-width='0.89'/%3E%3C/svg%3E"); }

.download-btn:hover:after {
  animation-name: scrollup;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.69 7.15'%3E%3Cline x1='2.85' y1='3.86' x2='2.85' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.89'/%3E%3Cpolyline points='5.1 1.84 2.85 4.33 0.59 1.84' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.89'/%3E%3Cpolyline points='0.45 4.33 0.45 6.7 5.24 6.7 5.24 4.33' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.89'/%3E%3C/svg%3E"); }

.upload-btn:after {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.69 7.81'%3E%3Cline x1='2.85' y1='1.14' x2='2.85' y2='5' fill='none' stroke='%23f16730' stroke-miterlimit='10' stroke-width='0.89'/%3E%3Cpolyline points='0.59 3.16 2.85 0.67 5.1 3.16' fill='none' stroke='%23f16730' stroke-miterlimit='10' stroke-width='0.89'/%3E%3Cpolyline points='0.45 5 0.45 7.37 5.24 7.37 5.24 5' fill='none' stroke='%23f16730' stroke-miterlimit='10' stroke-width='0.89'/%3E%3C/svg%3E"); }

.upload-btn:hover:after {
  animation-name: scrolldown;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.69 7.81'%3E%3Cline x1='2.85' y1='1.14' x2='2.85' y2='5' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.89'/%3E%3Cpolyline points='0.59 3.16 2.85 0.67 5.1 3.16' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.89'/%3E%3Cpolyline points='0.45 5 0.45 7.37 5.24 7.37 5.24 5' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.89'/%3E%3C/svg%3E"); }

/* Check if used, then delete: */
.btn__red,
.btn__grey {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 44px;
  border-radius: 30px;
  letter-spacing: 0.15em;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .btn__red:after,
  .btn__grey:after {
    content: " ";
    display: block;
    opacity: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 12px;
    width: 20px;
    margin-left: -20px;
    transition: margin-left 0.4s ease-in-out; }
  .btn__red:hover:after,
  .btn__grey:hover:after {
    opacity: 1;
    top: 0px;
    margin-left: 15px; }

/* Check if used, then delete: */
.btn__red {
  background: #f16730;
  color: #fff; }
  .btn__red:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
  .btn__red:hover {
    background: #ce4f1c; }

/* Check if used, then delete: */
.btn__grey {
  background: #e4ddd4;
  color: #000; }
  .btn__grey:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234a4441' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
  .btn__grey:hover {
    background: #d1c7ba; }

/* Buttons */
/* Check if used, then delete: */
.btn__learn-more {
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.025em;
  font-weight: 300; }
  .btn__learn-more:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    background: url("http://ghhin.org/wp-content/uploads/2020/06/learn-more-arrow.png");
    background-repeat: no-repeat;
    background-position: 100%;
    margin-left: 5px;
    margin-top: 2px; }
  .btn__learn-more:hover:after {
    margin-left: 25px;
    transition: margin 1s ease-in-out; }

/* Check if used, then delete: */
.btn__arrow-red {
  border: none;
  padding: 18px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #f16730;
  color: #fff;
  text-decoration: none;
  text-align: center; }
  .btn__arrow-red:after {
    content: " ";
    display: block;
    opacity: 0;
    background-image: url("http://ghhin.org/wp-content/uploads/2020/06/learn-more-arrow-1.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 12px;
    width: 20px;
    margin-left: -20px;
    transition: margin-left 0.4s ease-in-out; }
  .btn__arrow-red:hover {
    background: #ce4f1c; }
    .btn__arrow-red:hover:after {
      opacity: 1;
      top: 0px;
      margin-left: 15px; }

/* Check if used, then delete: */
.btn__arrow-white {
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  color: #ce4f1c;
  text-decoration: none;
  text-align: center; }
  .btn__arrow-white a {
    color: #ce4f1c;
    text-decoration: none; }
  .btn__arrow-white:after {
    content: " ";
    display: block;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 12px;
    width: 20px;
    margin-left: -20px;
    transition: margin-left 0.4s ease-in-out; }
  .btn__arrow-white:hover:after {
    opacity: 1;
    top: 0px;
    margin-left: 15px; }

/* Check if used, then delete: */
.btn__arrow-grey {
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #e4ddd4; }
  .btn__arrow-grey:after {
    content: " ";
    display: block;
    opacity: 0;
    background-image: url("http://ghhin.org/wp-content/uploads/2020/06/learn-more-arrow-2.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 10px;
    width: 16px;
    margin-left: 0px;
    transition: margin-left 1s ease-in-out; }
  .btn__arrow-grey a {
    text-decoration: none;
    text-align: center; }
  .btn__arrow-grey:hover:after {
    opacity: 1;
    top: 0px;
    margin-left: 20px; }
  .btn__arrow-grey:hover {
    background: #d1c7ba; }

/* Check if used, then delete: */
.btn__square-arrow {
  border: none;
  cursor: pointer;
  font-weight: 600; }
  .btn__square-arrow.prev {
    background-image: url("http://ghhin.org/wp-content/uploads/2020/06/learn-more-arrow-2.png");
    background-size: 10px 16px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem;
    height: 10px;
    width: 16px;
    transform: rotate(180deg); }
  .btn__square-arrow.next {
    background-image: url("http://ghhin.org/wp-content/uploads/2020/06/learn-more-arrow-2.png");
    background-size: 10px 16px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem;
    height: 10px;
    width: 16px; }

/* Check if used, then delete: */
.btn__rounded {
  border: none;
  padding: 15px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 2px; }

/* Check if used, then delete: */
.btn__text-stretch {
  border: none;
  padding: 15px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 2px; }
  .btn__text-stretch a {
    text-decoration: none;
    text-transform: uppercase;
    transition: letter-spacing 0.8s ease-in; }
  .btn__text-stretch:hover a {
    letter-spacing: 6px; }

/* Check if used, then delete: */
.btn__width-stretch {
  border: none;
  padding: 15px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: padding 1s ease; }
  .btn__width-stretch a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .btn__width-stretch:hover {
    padding: 15px 90px; }

.section__featured-content .featured__content .content__container .content__link,
.arrow-link {
  position: relative;
  color: #000;
  text-decoration: none;
  font-weight: 600; }
  .section__featured-content .featured__content .content__container .content__link svg,
  .arrow-link svg {
    margin-left: 10px;
    position: absolute;
    height: 12px;
    width: auto;
    margin-top: 5px;
    transition: margin 1s; }
    .section__featured-content .featured__content .content__container .content__link svg polyline,
    .arrow-link svg polyline {
      stroke: #f16730 !important; }
  .section__featured-content .featured__content .content__container .content__link:hover svg,
  .arrow-link:hover svg {
    margin-left: 25px; }

.page__banner .banner__image-wrapper, .featured_section .featured__block-left img,
.featured_section .featured__block-left .gettyimg, .case_studies_section .map-block__container .resource-block .getty-container .getty, .manage_and_adapt_section .ma-card__container .ma-card__img-container img, .manage_and_adapt_section .ma-card__container .ma-card__img-container .getty, .manage_and_adapt_section .ma-card__container .ma-card__img-container .getty iframe, .hero_banner_section .banner__content, .two_column_text_and_image_section .two-col-container .image-video-container .image-video-block img, .two_column_text_and_image_section .two-col-container .image-video-container .image-video-block .gettyimage, .section__people .people-thumbnail-container .person__thumbnail .image__holder img, .section__people .person__full-width .image__holder img, .partnership_section .partnership__grid img, .full-width-video-text-block .video-container .video-block video, .multiple-videos-text-block .video-container-1 .video-block-1 video, .multiple-videos-text-block .video-container-1 .video-block-1 iframe, .two_column_image_and_list_section .container-left__image img, .two_column_image_and_list_section .container-left__image .gettyimage, .photo-gallery-with-sidebar-section .gallery-main-image .main-image .img-container img, .photo-gallery-with-sidebar-section .gallery-main-image .main-image .getty-container .getty, .photo-gallery-with-sidebar-section .sidebar-images li .img-container img, .photo-gallery-with-sidebar-section .sidebar-images li .getty-container .getty, .photo-video-grid-section .image-video-item img,
.photo-video-grid-section .image-video-item video, .photo-video-lightbox-section .gallery-lightbox-container img, .form-block .form__wrapper, .tooltip-container .tooltip .tooltip_content .tooltip_close,
.tooltip-container .tooltip .source_content .tooltip_close,
.source-container .tooltip .tooltip_content .tooltip_close,
.source-container .tooltip .source_content .tooltip_close, .resources-section .section__map-container.section__resources .resource-block .getty-container .getty, .resources-section .section__map-container.section__resources .resource-block .getty-container .getty .getty, .resources-section .section__map-container.section__resources .resource-block img, .resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail img,
.resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail .getty, .two_column_image_list_with_text_section .container-left__image img, .two_column_image_list_with_text_section .container-left__image .gettyimage, .linked_image_thumbnails_section .ma-card__container .ma-card__img-container img, .linked_image_thumbnails_section .ma-card__container .ma-card__img-container .getty, .linked_image_thumbnails_section .ma-card__container .ma-card__img-container .getty iframe, .featured_content_banner_section .featured__block-left img,
.featured_content_banner_section .featured__block-left .gettyimg, .events_page_section .two-column__container .featured-image img, .news_page_section .full-width_image img, .news_page_section .full-width_image .getty, .news_page_section .two-col-container .half-width_image img, .news_page_section .two-col-container .half-width_image .getty, .news_home_page_section .news-items__container .news-item .image-container img, .featured_news_banner_section .featured__block-left img, .featured_news_banner_section .featured__block-left .gettyimg, .resources-buckets-page .banner__content, .action-platform-page .banner__content, .action_page_section .backto-ap {
  background-size: cover;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat; }

.grid__auto-column {
  /* autoprefixer grid: no-autoplace */
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  /* autoprefixer grid: no-autoplace */
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (min-width: 768px) {
    .grid__auto-column {
      /* autoprefixer grid: no-autoplace */
      display: -ms-grid;
      display: grid;
      grid-auto-flow: column;
      /* autoprefixer grid: no-autoplace */
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      gap: 20px; } }
  @media (min-width: 1200px) {
    .grid__auto-column {
      /* autoprefixer grid: no-autoplace */
      display: -ms-grid;
      display: grid;
      grid-auto-flow: column;
      /* autoprefixer grid: no-autoplace */
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      gap: 40px; } }

.section__title {
  font-weight: 600; }

.section__label {
  font-weight: 600; }

/* Check if used, then delete: */
.btn__red {
  padding: 20px 70px;
  background: #f16730;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.15em;
  width: 100px;
  border-radius: 30px; }

/* Spacing */
.margint-1rem {
  margin-top: 1rem; }

/* Media Queries */
/* Patterns */
/* Sections */
/* ==========================================================================
   Global/Header
   ========================================================================== */
.section__header {
  position: relative;
  background: #fff;
  color: white;
  height: 115px;
  -webkit-height: 115px;
  transition: all 1s ease; }
  .section__header .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
  .section__header .brand {
    width: 330px;
    height: auto;
    margin-right: auto;
    border-bottom: none; }
    .section__header .brand svg {
      width: 100%;
      height: auto; }

.header__main {
  width: calc(70% - 50px);
  margin-left: auto;
  border-bottom: 5px solid #fcb682;
  height: 100%;
  padding: 0;
  position: relative; }
  .header__main .nav-main {
    padding-top: 50px;
    right: 0; }
    .header__main .nav-main ul {
      margin-top: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .header__main .nav-main ul li {
        padding: 15px; }
        .header__main .nav-main ul li:first-child {
          padding-left: 0; }
        .header__main .nav-main ul li:last-child {
          padding-right: 0; }
        .header__main .nav-main ul li:hover > ul {
          opacity: 100;
          z-index: 999; }
        .header__main .nav-main ul li:hover > a {
          color: #f16730; }
        .header__main .nav-main ul li:before {
          display: none; }
      .header__main .nav-main ul a {
        color: #4e4744;
        text-decoration: none;
        font-size: 17px;
        transition: width 1s;
        font-weight: 500;
        letter-spacing: 0.05em;
        border-bottom: solid 5px transparent; }
        .header__main .nav-main ul a:after {
          display: block;
          content: "";
          border-bottom: solid 5px #f16730;
          transform: scaleX(0);
          transition: transform 250ms ease-in-out;
          margin-top: 15px;
          margin-left: -10px; }
        .header__main .nav-main ul a:hover:after {
          transform: scaleX(1); }
        .header__main .nav-main ul a:hover {
          color: #f16730; }
  .header__main .nav-main ul {
    margin-top: 0;
    margin-left: 10px; }
    .header__main .nav-main ul li {
      margin: 0; }
      .header__main .nav-main ul li:last-of-type ul {
        right: 0; }
    .header__main .nav-main ul .dropdown-menu {
      margin-left: -10px !important; }
    .header__main .nav-main ul ul {
      margin-top: 0;
      margin-left: 0;
      opacity: 0;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 30px 40px;
      background: #fff;
      min-width: 250px;
      position: absolute;
      transition: 2s border-top ease; }
      .header__main .nav-main ul ul:before {
        display: block;
        content: "";
        width: 100%;
        height: 5px;
        background: #f16730;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        position: absolute;
        top: -5px;
        left: 0px; }
      .header__main .nav-main ul ul:hover:before {
        transform: scaleX(1); }
      .header__main .nav-main ul ul li {
        padding-left: 10px;
        padding-right: 0px;
        padding-bottom: 0px; }
        .header__main .nav-main ul ul li:first-child {
          padding-left: 10px; }
        .header__main .nav-main ul ul li:last-child {
          padding-bottom: 0px; }
        .header__main .nav-main ul ul li:before {
          display: none; }
      .header__main .nav-main ul ul a {
        font-size: 15px !important;
        font-weight: 300;
        letter-spacing: 0.05em;
        position: relative; }
        .header__main .nav-main ul ul a:after {
          display: block;
          content: "";
          border-bottom: 3px solid #fcb682;
          transform: scaleX(0);
          transition: transform 250ms ease-in-out;
          margin-top: 5px; }
        .header__main .nav-main ul ul a:hover:after {
          transform: scaleX(1);
          position: relative; }
        .header__main .nav-main ul ul a:hover {
          color: #4e4744 !important; }
  .header__main .nav-secondary ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-right: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0;
    margin-left: 0; }
    .header__main .nav-secondary ul li {
      padding: 15px 25px; }
      .header__main .nav-secondary ul li:before {
        display: none; }
      .header__main .nav-secondary ul li:first-child {
        padding-left: 0; }
      .header__main .nav-secondary ul li:last-child {
        padding-right: 0; }
    .header__main .nav-secondary ul a {
      border-bottom: none;
      color: #4e4744;
      text-decoration: none;
      font-weight: 400;
      letter-spacing: 0.05em; }
      .header__main .nav-secondary ul a:hover {
        color: #f16730; }
  .header__main .search-icon {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 20px;
    height: auto;
    cursor: pointer;
    transition: width 1s ease; }
    .header__main .search-icon circle {
      stroke: #f16730; }
    .header__main .search-icon line {
      stroke: #f16730; }
    .header__main .search-icon:hover circle {
      stroke: #4e4744; }
    .header__main .search-icon:hover line {
      stroke: #4e4744; }

.header__social {
  position: relative;
  height: 100%;
  width: 62px;
  position: absolute;
  top: 0;
  right: 0; }
  .header__social .social-youtube,
  .header__social .social-twitter {
    height: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .header__social .social-youtube svg,
    .header__social .social-twitter svg {
      fill: #fff; }
  .header__social .social-youtube {
    background: #ce4f1c; }
    .header__social .social-youtube svg {
      width: calc(100% - 40px);
      height: auto; }
    .header__social .social-youtube:hover {
      background: #ac4217; }
  .header__social .social-twitter {
    background: #f16730; }
    .header__social .social-twitter svg {
      width: calc(100% - 40px);
      height: auto; }
    .header__social .social-twitter:hover {
      background: #ac4217; }

.nav__container-mobile {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  color: #4e4744;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  z-index: 999; }
  .nav__container-mobile ul li {
    list-style-type: none; }
    .nav__container-mobile ul li:before {
      content: none; }
    .nav__container-mobile ul li li a {
      color: #4e4744;
      text-decoration: none;
      font-size: 17px;
      transition: width 1s;
      font-weight: 500;
      letter-spacing: 0.05em;
      border-bottom: solid 3px transparent; }
      .nav__container-mobile ul li li a:hover {
        color: #f16730; }
  .nav__container-mobile.open {
    max-height: auto; }
  .nav__container-mobile .nav a {
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    font-weight: 400; }
    .nav__container-mobile .nav a::after {
      content: "";
      padding: 20px 0 0 0;
      border-bottom: 1px solid lightgrey;
      width: 100%;
      display: block; }
  .nav__container-mobile .nav .dropdown-toggle {
    position: relative;
    cursor: pointer;
    list-style-type: none; }
    .nav__container-mobile .nav .dropdown-toggle.open:before {
      content: "-";
      font-size: 28px; }
    .nav__container-mobile .nav .dropdown-toggle:before {
      content: "+";
      display: inline-block;
      height: 10px;
      width: 10px;
      color: #fcc50a;
      font-size: 24px;
      position: absolute;
      top: 40%;
      margin-top: -6px;
      right: 30px;
      transition: transform 0.4s ease; }
  .nav__container-mobile .nav .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease; }
    .nav__container-mobile .nav .dropdown-menu.open {
      max-height: auto; }
    .nav__container-mobile .nav .dropdown-menu a {
      font-weight: 300;
      font-size: 14px;
      padding: 10px 30px; }
      .nav__container-mobile .nav .dropdown-menu a:after {
        content: none; }
    .nav__container-mobile .nav .dropdown-menu li:first-child {
      padding-top: 10px; }
    .nav__container-mobile .nav .dropdown-menu li:last-child {
      padding-bottom: 10px; }
  .nav__container-mobile .nav__mobile-search {
    width: calc(100% - 200px);
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    height: auto;
    padding-top: 20px !important; }
    .nav__container-mobile .nav__mobile-search label {
      display: none; }
    .nav__container-mobile .nav__mobile-search input {
      width: 100%;
      border: none;
      background: #F3F3F3;
      padding: 0 20px;
      height: 60px;
      border-radius: 35px; }
    .nav__container-mobile .nav__mobile-search button {
      background: #fcb682;
      width: 100px;
      position: absolute;
      right: 20px;
      height: 60px;
      border: none;
      border-radius: 0 35px 35px 0; }
      .nav__container-mobile .nav__mobile-search button svg {
        width: 18px;
        height: auto; }
        .nav__container-mobile .nav__mobile-search button svg circle {
          stroke: #fff; }
        .nav__container-mobile .nav__mobile-search button svg line {
          stroke: #fff; }
  .nav__container-mobile .nav__mobile-bottom {
    width: 100%;
    padding: 30px;
    background: #f16730;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav__container-mobile .nav__mobile-bottom .mobile-links {
      width: 100%;
      height: 100%; }
      .nav__container-mobile .nav__mobile-bottom .mobile-links ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center; }
        .nav__container-mobile .nav__mobile-bottom .mobile-links ul li {
          margin: 0 0px 0 0px !important;
          padding: 0 20px 0 30px !important;
          border-right: 2px solid #fcc50a;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; }
          .nav__container-mobile .nav__mobile-bottom .mobile-links ul li a {
            text-decoration: none;
            margin: 0 !important;
            padding: 0 !important;
            color: #fff;
            display: inline; }
            .nav__container-mobile .nav__mobile-bottom .mobile-links ul li a:after {
              border-bottom: none;
              padding: 0; }
          .nav__container-mobile .nav__mobile-bottom .mobile-links ul li:last-child {
            border-right: none; }
          .nav__container-mobile .nav__mobile-bottom .mobile-links ul li:first-child {
            padding-left: 0 !important; }
    .nav__container-mobile .nav__mobile-bottom .mobile-social {
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
      align-items: center; }
      .nav__container-mobile .nav__mobile-bottom .mobile-social .social-youtube {
        width: 30px;
        height: 100%;
        margin-right: 20px; }
        .nav__container-mobile .nav__mobile-bottom .mobile-social .social-youtube svg {
          fill: #fff;
          width: 100%;
          height: auto; }
      .nav__container-mobile .nav__mobile-bottom .mobile-social .social-twitter {
        width: 30px;
        height: 100%; }
        .nav__container-mobile .nav__mobile-bottom .mobile-social .social-twitter svg {
          fill: #fff;
          width: 100%;
          height: auto; }
    .nav__container-mobile .nav__mobile-bottom .nav__mobile-links {
      border: 1px solid black;
      width: 50%;
      height: 100%; }
    .nav__container-mobile .nav__mobile-bottom .nav__mobile-social {
      border: 1px solid black;
      width: 100%;
      height: 100%; }
  .nav__container-mobile .nav__mobile-bottom-2 {
    width: 100%;
    height: 50px;
    background: #fff; }

.btn__toggle {
  display: none;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  color: #fcb682;
  height: 50px;
  width: 50px;
  z-index: 1;
  transition: background 0.6s ease, color 0.6s ease; }
  .btn__toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 5px; }
  .btn__toggle.open span:nth-child(2) {
    display: none; }
  .btn__toggle.open span:nth-child(3) {
    width: 26px;
    margin-top: 5px;
    transform: rotate(-45deg); }
  .btn__toggle span {
    display: block;
    height: 3px;
    width: 26px;
    background: #fcb682;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.6s ease; }
    .btn__toggle span:nth-child(2) {
      width: 26px;
      margin-top: 8px; }
    .btn__toggle span:nth-child(3) {
      width: 26px;
      margin-top: 16px; }

/* Media Queries */
@media (max-width: 1550px) {
  .header__main .nav-main ul li {
    padding: 10px; }
  .header__main .nav-main ul a {
    font-size: 16px; }
    .header__main .nav-main ul a:after {
      margin-top: 20px; } }

@media (max-width: 1330px) {
  .section__header .brand {
    left: 80px; } }

@media (max-width: 1200px) {
  .section__header .brand {
    left: 60px;
    width: 260px; }
  .header__main {
    width: calc(100% - 290px); } }

@media (max-width: 1024px) {
  .header__main .nav-main ul a {
    font-size: 15px; } }

@media (min-width: 993px) {
  .section__header .nav__container-mobile {
    display: none; } }

@media (max-width: 992px) {
  .section__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative; }
    .section__header .wrapper {
      width: 100%;
      padding: 0 30px; }
    .section__header .brand {
      position: relative;
      left: 0;
      margin-right: auto;
      width: 290px; }
    .section__header .btn__toggle {
      position: absolute;
      display: block;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: -5px; }
    .section__header .header__main,
    .section__header .header__social {
      display: none; } }

@media (max-width: 768px) {
  .section__header {
    height: 70px; }
    .section__header .brand {
      width: 165px; }
  .nav__container-mobile .nav__mobile-search {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 30px; }
    .nav__container-mobile .nav__mobile-search input,
    .nav__container-mobile .nav__mobile-search button {
      height: 40px; }
    .nav__container-mobile .nav__mobile-search input {
      padding-left: 25px;
      padding-right: 65px;
      font-size: 13px;
      font-weight: 400; }
    .nav__container-mobile .nav__mobile-search button {
      width: 55px; }
  .nav__container-mobile .nav a {
    font-size: 15px;
    padding-bottom: 0; }
  .nav__container-mobile .nav .dropdown-menu a {
    font-size: 13px;
    padding-bottom: 0; }
  .nav__container-mobile .nav__mobile-bottom {
    width: 100%; }
    .nav__container-mobile .nav__mobile-bottom .mobile-links a {
      padding: 0 20px;
      font-size: 13px; }
    .nav__container-mobile .nav__mobile-bottom .mobile-social {
      margin-right: 0;
      width: 55px; }
      .nav__container-mobile .nav__mobile-bottom .mobile-social .social-youtube {
        width: 20px; }
      .nav__container-mobile .nav__mobile-bottom .mobile-social .social-twitter {
        width: 17px; }
  .nav__container-mobile .nav__mobile-bottom-2 {
    display: none; } }

@media (max-width: 480px) {
  .nav__container-mobile .nav__mobile-bottom {
    width: 100%;
    position: relative; }
    .nav__container-mobile .nav__mobile-bottom .mobile-links {
      width: 100%;
      margin-bottom: 30px; }
      .nav__container-mobile .nav__mobile-bottom .mobile-links ul {
        -ms-flex-direction: column;
            flex-direction: column; }
        .nav__container-mobile .nav__mobile-bottom .mobile-links ul li {
          border-right: none;
          padding: 0 !important; }
    .nav__container-mobile .nav__mobile-bottom .mobile-social {
      width: 100%;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      position: absolute;
      bottom: 0;
      margin: 30px 0 30px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center; } }

@media (max-width: 340px) {
  .section__header .brand img {
    width: 220px; } }

/* ==========================================================================
   Global/Footer
   ========================================================================== */
.footer__padding {
  margin-top: 50px !important; }

.section__footer {
  width: 100%;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px; }
  .section__footer .container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .section__footer .wrapper {
    position: relative; }
    .section__footer .wrapper .button__scroll-to-top {
      width: 50px;
      height: 50px;
      background: #ce4f1c;
      position: absolute;
      right: 0px;
      top: -20px;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .section__footer .wrapper .button__scroll-to-top svg {
        width: 12px;
        height: auto;
        stroke: #fff;
        transform: rotate(270deg); }
      .section__footer .wrapper .button__scroll-to-top:hover {
        background: #ac4217; }
  .section__footer .footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 300px;
    -ms-flex-align: center;
        align-items: center; }
    .section__footer .footer__top .footer__logo {
      height: 300px;
      width: 320px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .section__footer .footer__top .footer__logo .brand svg {
        width: 100%;
        height: auto;
        fill: #fff; }
    .section__footer .footer__top .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 50px;
      margin-left: 50px; }
    .section__footer .footer__top .footer-menu {
      width: calc(100% - 0px); }
      .section__footer .footer__top .footer-menu ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr);
        margin-left: 0;
        margin-top: 0;
        padding: 0px; }
        .section__footer .footer__top .footer-menu ul li {
          text-align: left; }
          .section__footer .footer__top .footer-menu ul li:first-child {
            padding-left: 0;
            text-indent: 5px; }
          .section__footer .footer__top .footer-menu ul li:last-child {
            padding-right: 0; }
          .section__footer .footer__top .footer-menu ul li:before {
            display: none; }
        .section__footer .footer__top .footer-menu ul a {
          margin-top: 0;
          padding-top: 0;
          color: #fff;
          text-decoration: none;
          padding-bottom: 5px; }
          .section__footer .footer__top .footer-menu ul a:hover {
            border-bottom: 2px solid #fff; }
    .section__footer .footer__top .footer__mailing-list-link {
      width: 350px;
      height: 50px; }
      .section__footer .footer__top .footer__mailing-list-link ul li {
        color: #fff;
        padding-left: 0;
        margin-left: 0; }
        .section__footer .footer__top .footer__mailing-list-link ul li:before {
          content: none; }
    .section__footer .footer__top .mailing-list__container {
      position: absolute;
      bottom: 0;
      right: 0; }
    .section__footer .footer__top .footer__mailing-list {
      width: 190px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 50px; }
      .section__footer .footer__top .footer__mailing-list .mailing-list__container {
        height: auto;
        width: 100%;
        position: relative;
        border: 1px solid transparent; }
      .section__footer .footer__top .footer__mailing-list .top_label input.medium {
        opacity: 0.6; }
      .section__footer .footer__top .footer__mailing-list input,
      .section__footer .footer__top .footer__mailing-list .top_label input.medium {
        width: 100%;
        border: none;
        background: #a92400;
        height: 40px;
        padding-left: 40px;
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
        font-weight: 300; }
        .section__footer .footer__top .footer__mailing-list input:-ms-input-placeholder,
        .section__footer .footer__top .footer__mailing-list .top_label input.medium:-ms-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff;
          opacity: 1;
          /* Firefox */ }
        .section__footer .footer__top .footer__mailing-list input::placeholder,
        .section__footer .footer__top .footer__mailing-list .top_label input.medium::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff;
          opacity: 1;
          /* Firefox */ }
        .section__footer .footer__top .footer__mailing-list input:-ms-input-placeholder,
        .section__footer .footer__top .footer__mailing-list .top_label input.medium:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #fff; }
        .section__footer .footer__top .footer__mailing-list input::-ms-input-placeholder,
        .section__footer .footer__top .footer__mailing-list .top_label input.medium::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #fff; }
      .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer {
        height: 40px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0px !important;
        margin: 0 !important; }
        .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer p {
          color: #ce4f1c;
          font-size: 12px;
          font-weight: 600;
          text-transform: uppercase; }
      .section__footer .footer__top .footer__mailing-list .gform_confirmation_message {
        color: #fff;
        font-family: "Montserrat", sans-serif; }
      .section__footer .footer__top .footer__mailing-list .gfield_description {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        width: calc(100% + 50px); }
      .section__footer .footer__top .footer__mailing-list #gform_5 .ginput_container input[type="text"] {
        position: absolute;
        position: -webkit-absolute;
        position: -moz-absolute;
        position: -ms-absolute;
        position: -o-absolute;
        top: 0px; }
      .section__footer .footer__top .footer__mailing-list #gform_5 .ginput_container .gform_confirmation_message {
        color: #fff !important; }
      .section__footer .footer__top .footer__mailing-list #gform_5 .ginput_container .gform_confirmation_message_5 .gform_confirmation_message {
        color: #fff !important; }
      .section__footer .footer__top .footer__mailing-list #gform_5 .gform_footer input[type="submit"] {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        transition: all ease-in-out 250ms;
        padding: 0 20px; }
      .section__footer .footer__top .footer__mailing-list .gfield_label {
        opacity: 0;
        position: absolute; }
    .section__footer .footer__top .footer__social-container {
      margin-left: -15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      .section__footer .footer__top .footer__social-container .social-icon__yt,
      .section__footer .footer__top .footer__social-container .social-icon__twitter {
        padding-left: 20px; }
        .section__footer .footer__top .footer__social-container .social-icon__yt svg,
        .section__footer .footer__top .footer__social-container .social-icon__twitter svg {
          fill: #fff; }
      .section__footer .footer__top .footer__social-container .social-icon__yt svg {
        width: 23px;
        height: 17px; }
      .section__footer .footer__top .footer__social-container .social-icon__yt:hover svg {
        fill: #f0cbbb; }
      .section__footer .footer__top .footer__social-container .social-icon__twitter svg {
        width: 22px;
        height: 18px; }
      .section__footer .footer__top .footer__social-container .social-icon__twitter:hover svg {
        fill: #f0cbbb; }
  .section__footer .footer__bottom {
    width: 100%;
    position: absolute;
    bottom: 0; }
    .section__footer .footer__bottom .footer__copyright-bar {
      text-align: center;
      width: 100%;
      background: #e4ddd4;
      padding: 20px 0; }
      .section__footer .footer__bottom .footer__copyright-bar p {
        font-size: 15px;
        font-weight: 300; }

/* Media Queries */
@media (max-width: 1750px) {
  .section__footer .wrapper {
    width: 1550px; } }

@media (max-width: 1550px) {
  .section__footer .wrapper {
    width: 1300px; }
  .section__footer .footer__top .footer__mailing-list {
    left: -20px; } }

@media (max-width: 1440px) {
  .section__footer .wrapper {
    width: 1200px; } }

@media (max-width: 1200px) {
  .section__footer .wrapper {
    width: 1000px; }
  .section__footer .footer__top .footer-menu ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 1024px) {
  .section__footer .wrapper {
    width: 950px; } }

@media (max-width: 992px) {
  .section__footer {
    height: 300px; }
    .section__footer .wrapper {
      width: calc(100% - 50px); }
    .section__footer .footer__top {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 20px;
      height: 200px; }
      .section__footer .footer__top .footer__logo {
        height: auto;
        width: 350px; }
        .section__footer .footer__top .footer__logo .brand {
          width: 100%; }
      .section__footer .footer__top .container {
        -ms-flex-direction: column;
            flex-direction: column;
        width: 650px;
        margin-left: 0px; }
      .section__footer .footer__top .footer-menu {
        width: 100%; }
        .section__footer .footer__top .footer-menu ul {
          -ms-grid-columns: (1fr)[5];
              grid-template-columns: repeat(5, 1fr); }
          .section__footer .footer__top .footer-menu ul li {
            text-align: center; }
      .section__footer .footer__top .footer__mailing-list-link {
        width: 100%; }
        .section__footer .footer__top .footer__mailing-list-link ul li {
          text-align: center; }
      .section__footer .footer__top .mailing-list__container {
        position: relative; } }

@media (max-width: 700px) {
  .section__footer .footer__top .container {
    width: calc(100% - 50px); }
  .section__footer .footer__top .footer__mailing-list {
    width: calc(100% - 50px); } }

@media (max-width: 480px) {
  .section__footer {
    height: 330px; }
    .section__footer .footer__top .footer__logo {
      width: calc(100% - 50px); }
    .section__footer .footer__top .footer-menu ul {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); }
    .section__footer .footer__mailing-list {
      margin-bottom: 30px;
      margin-top: auto; }
    .section__footer .footer__social-container {
      position: absolute;
      bottom: -40px; }
    .section__footer .footer__bottom .footer__copyright-bar p {
      font-size: 12px; } }

/* ==========================================================================
   Section/Front-Page
   ========================================================================== */
/* Page Banner */
.page__banner {
  width: 100%;
  height: calc(100vh - 115px);
  min-height: 600px;
  position: relative; }
  .page__banner .banner__image-wrapper {
    z-index: -1;
    position: absolute; }
  .page__banner .wrapper-inner {
    position: relative;
    height: 100%; }
  .page__banner .banner__content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 170px;
    color: #fff; }
    .page__banner .banner__content .banner__title {
      padding-right: 430px;
      font-weight: 600; }
    .page__banner .banner__content .banner__desc {
      font-weight: 400;
      line-height: 34px;
      margin-top: 15px;
      padding-right: 535px;
      color: #fff !important; }
    .page__banner .banner__content .banner__button {
      margin-top: 45px; }

/* Labels for Sections */
.section__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }
  .section__label svg {
    width: 20px;
    height: 20px; }
  .section__label p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 0.15em; }

/* Page Backgrounds */
.background__orange-fade,
.background__yellow-fade {
  background-size: 100% 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.temp-sticky-scroll {
  position: fixed;
  top: 300px;
  left: 60px;
  width: 15px;
  height: 347px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("http://ghhin.org/wp-content/uploads/2020/06/section-1.png"); }
  .temp-sticky-scroll .scroll-down-container {
    position: absolute;
    bottom: -40px; }
    .temp-sticky-scroll .scroll-down-container .scroll__down {
      position: absolute;
      width: 200px;
      bottom: 10px;
      left: -20px;
      font-size: 12px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #fff;
      transform: translateY(-50%); }
    .temp-sticky-scroll .scroll-down-container .scroller {
      margin-left: -5px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #f16730;
      animation-name: scroll;
      animation-duration: 2.2s;
      animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
      animation-iteration-count: infinite; }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(30px);
    opacity: 0; } }

.temp-sticky-arrow {
  width: 15px;
  height: 15px;
  background: #f16730;
  position: fixed;
  top: 600px;
  left: -10px;
  transform: rotate(45deg); }

.active-1 {
  background-image: url("http://ghhin.org/wp-content/uploads/2020/06/section-1.png"); }
  .active-1 ~ .temp-sticky-arrow {
    top: 600px;
    transition: all 2s ease; }

.active-2 {
  background-image: url("http://ghhin.org/wp-content/uploads/2020/06/section-2.png"); }
  .active-2 ~ .temp-sticky-arrow {
    top: 520px;
    transition: all 2s ease; }

.active-3 {
  background-image: url("http://ghhin.org/wp-content/uploads/2020/06/section-3.png"); }
  .active-3 ~ .temp-sticky-arrow {
    top: 460px;
    transition: all 2s ease; }

.active-4 {
  background-image: url("http://ghhin.org/wp-content/uploads/2020/06/section-4.png"); }
  .active-4 ~ .temp-sticky-arrow {
    top: 400px;
    transition: all 2s ease; }

.active-5 {
  background-image: url("http://ghhin.org/wp-content/uploads/2020/06/section-5.png"); }
  .active-5 ~ .temp-sticky-arrow {
    top: 290px;
    transition: all 2s ease; }

/* Currently Featuring Section */
.featured_section {
  min-height: 420px;
  position: relative;
  z-index: 998;
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1; }
  .featured_section .container {
    min-height: 420px;
    width: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    position: absolute;
    top: 0;
    display: none;
    opacity: 0;
    transition: all 0.4s ease; }
    .featured_section .container.transition {
      display: -ms-flexbox;
      display: flex;
      opacity: 0; }
    .featured_section .container.active {
      opacity: 1;
      display: -ms-flexbox;
      display: flex; }
  .featured_section .active {
    color: #fcc50a; }
    .featured_section .active.toggle {
      background: #fcc50a !important; }
  .featured_section .slider__toggles {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    right: 40px;
    bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .featured_section .slider__toggles .toggle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      background: #e4ddd4;
      margin: 0 5px; }
      .featured_section .slider__toggles .toggle:after {
        content: " ";
        width: 20px;
        height: 4px; }
  .featured_section .wrapper-inner {
    position: relative; }
  .featured_section .featured__block {
    position: relative;
    min-height: 420px;
    top: -100px; }
  .featured_section .featured__block-left {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 2; }
    .featured_section .featured__block-left img,
    .featured_section .featured__block-left .gettyimg {
      width: calc(100% - 80px);
      height: calc(100% - 80px); }
  .featured_section .bg-block {
    width: 50%;
    height: calc(100% - 10px);
    background: #ce4f1c;
    position: absolute;
    top: 35px;
    right: -25px;
    z-index: 1; }
  .featured_section .featured__block-right {
    width: 50%;
    background: #fff;
    padding: 45px 50px 50px 30px;
    position: relative;
    z-index: 2; }
    .featured_section .featured__block-right .featured__top {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 50px;
      border-bottom: none; }
      .featured_section .featured__block-right .featured__top svg {
        fill: #fcc50a;
        width: 27px;
        height: 27px; }
    .featured_section .featured__block-right .featured__tagline {
      font-size: 14px;
      color: #a29d98;
      padding-left: 20px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.15em; }
    .featured_section .featured__block-right .featured__title {
      font-size: 24px;
      font-weight: 600;
      color: #ce4f1c;
      padding-right: 150px;
      padding-top: 20px; }
      .featured_section .featured__block-right .featured__title a {
        color: #ce4f1c;
        border-bottom: none; }
    .featured_section .featured__block-right .featured__desc {
      font-weight: 300;
      padding-right: 100px;
      margin-top: 25px;
      margin-bottom: 25px;
      color: #4e4744;
      line-height: 28px; }
    .featured_section .featured__block-right a {
      text-decoration: none;
      border-bottom: none; }
    .featured_section .featured__block-right .featured__learn-more {
      color: #ce4f1c;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      font-weight: 400;
      position: relative;
      letter-spacing: 0.025em; }
      .featured_section .featured__block-right .featured__learn-more svg {
        margin-left: 10px;
        position: absolute;
        width: 10px;
        height: auto;
        margin-top: 3px; }
      .featured_section .featured__block-right .featured__learn-more:hover svg {
        margin-left: 25px;
        transition: margin 1s ease; }
    .featured_section .featured__block-right .featured__toggles {
      position: absolute;
      bottom: 50px;
      right: 50px; }
      .featured_section .featured__block-right .featured__toggles ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; }
        .featured_section .featured__block-right .featured__toggles ul li {
          width: 20px;
          height: 3px;
          background: #e4ddd4;
          margin: 0 5px; }
        .featured_section .featured__block-right .featured__toggles ul .active {
          background: #fcc50a; }
  .featured_section .featured__arrows {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2; }
    .featured_section .featured__arrows .arrow-left,
    .featured_section .featured__arrows .arrow-right {
      background: #e4ddd4;
      padding: 10px 8px 8px 8px;
      cursor: pointer;
      transition: background 1s; }
      .featured_section .featured__arrows .arrow-left:hover,
      .featured_section .featured__arrows .arrow-right:hover {
        background: #beb7ad; }
      .featured_section .featured__arrows .arrow-left svg,
      .featured_section .featured__arrows .arrow-right svg {
        fill: none;
        stroke: red;
        width: 19px;
        height: 20px; }
    .featured_section .featured__arrows .arrow-left {
      margin-right: 5px; }
    .featured_section .featured__arrows .arrow-right {
      margin-left: 5px; }

/* Case Studies & Action Plan World Map Section */
.case_studies_section {
  padding: 0px 0 60px 0;
  position: relative;
  z-index: 1001; }
  .case_studies_section .content-block .case-studies__title {
    color: #ce4f1c;
    width: 100%;
    display: block; }
  .case_studies_section .content-block .case-studies__desc {
    color: #4e4744;
    line-height: 24px;
    width: 490px;
    margin-top: 20px;
    margin-bottom: 35px; }
  .case_studies_section .filter-block {
    width: calc(100% - 415px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 30px; }
    .case_studies_section .filter-block p {
      color: #ce4f1c;
      padding-left: 10px; }
    .case_studies_section .filter-block .fb__case-studies,
    .case_studies_section .filter-block .fb__all-topics,
    .case_studies_section .filter-block .fb__all-contexts {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      border-bottom: 1px solid #ce4f1c;
      padding-bottom: 10px;
      width: calc(33.33% - 40px);
      position: relative; }
      .case_studies_section .filter-block .fb__case-studies label,
      .case_studies_section .filter-block .fb__all-topics label,
      .case_studies_section .filter-block .fb__all-contexts label {
        display: none; }
      .case_studies_section .filter-block .fb__case-studies .fb-down-arrow,
      .case_studies_section .filter-block .fb__all-topics .fb-down-arrow,
      .case_studies_section .filter-block .fb__all-contexts .fb-down-arrow {
        width: auto;
        height: 12px;
        position: absolute;
        right: 0;
        stroke: #ce4f1c;
        transform: rotate(90deg); }
    .case_studies_section .filter-block select {
      max-width: 220px;
      color: #ce4f1c;
      margin-left: 5px;
      background: transparent;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
    .case_studies_section .filter-block .fb__case-studies svg {
      fill: #ce4f1c;
      width: 13px;
      height: 16px; }
    .case_studies_section .filter-block .fb__all-topics svg {
      fill: #ce4f1c;
      width: 16px;
      height: 15px; }
    .case_studies_section .filter-block .fb__all-contexts svg {
      fill: #ce4f1c;
      width: 17px;
      height: 17px; }
    .case_studies_section .filter-block .selectboxit-container {
      margin-left: 0px; }
      .case_studies_section .filter-block .selectboxit-container .selectboxit {
        width: 100%;
        color: #ce4f1c;
        cursor: pointer; }
    .case_studies_section .filter-block .selectboxit-text {
      margin-left: 10px; }
    .case_studies_section .filter-block .selectboxit-list {
      position: absolute;
      z-index: 10;
      left: 0;
      display: none;
      width: 100%;
      margin-top: 12px;
      margin-left: 0;
      background: #fff;
      color: #ce4f1c;
      box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25); }
      .case_studies_section .filter-block .selectboxit-list li {
        font-size: 14px;
        padding: 2.5px 10px;
        padding-left: 20px;
        background: transparent;
        transition: all ease-in-out 250ms; }
        .case_studies_section .filter-block .selectboxit-list li:before {
          display: none; }
        .case_studies_section .filter-block .selectboxit-list li:hover {
          background: #ce4f1c;
          color: #fff; }
  .case_studies_section .map-block__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row wrap;
        flex-direction: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 420px; }
    .case_studies_section .map-block__container .map-block {
      width: calc(100% - 415px);
      background: grey;
      display: inline-block;
      vertical-align: top; }
      .case_studies_section .map-block__container .map-block #map {
        height: 100%; }
        .case_studies_section .map-block__container .map-block #map .gm-style .cluster img {
          width: 37px;
          height: 37px; }
    .case_studies_section .map-block__container .resource-block {
      width: 390px;
      background: #faf9ea;
      position: relative;
      display: none;
      vertical-align: top;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      .case_studies_section .map-block__container .resource-block[data-card-index="0"] {
        display: block; }
      .case_studies_section .map-block__container .resource-block .getty-container {
        width: 100%; }
        .case_studies_section .map-block__container .resource-block .getty-container .getty .getty.embed.image div:first-child {
          display: none; }
      .case_studies_section .map-block__container .resource-block .content-container {
        padding: 20px;
        display: block; }
        .case_studies_section .map-block__container .resource-block .content-container a {
          color: #4e4744;
          text-decoration: none; }
      .case_studies_section .map-block__container .resource-block .resource__title {
        color: #ce4f1c;
        margin-bottom: 15px;
        font-weight: 400;
        padding-right: 70px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .case_studies_section .map-block__container .resource-block .resource__desc {
        color: #4e4744;
        line-height: 24px;
        position: relative;
        display: block;
        font-weight: 300;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        height: calc(24px * 2); }
      .case_studies_section .map-block__container .resource-block .resource__btn {
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }

/* Manage and Adapt to Extreme Heat Section */
.manage_and_adapt_section {
  padding-top: 100px !important;
  position: relative; }
  .manage_and_adapt_section .manage_and_adapt_section__bg {
    position: relative;
    z-index: 2;
    padding: 50px 0; }
  .manage_and_adapt_section .ma__title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    padding-bottom: 40px;
    padding-top: 20px !important; }
  .manage_and_adapt_section .ma-card__repeater-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px; }
  .manage_and_adapt_section .ma-card__bg-block {
    transition: margin 0.4s ease;
    width: 99%;
    height: 99%;
    background: #fcc50a;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; }
  .manage_and_adapt_section .ma-card__container {
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    background: #fff;
    position: relative;
    cursor: pointer; }
    .manage_and_adapt_section .ma-card__container:hover > .ma-card__bg-block {
      margin-top: 20px;
      margin-left: 20px; }
    .manage_and_adapt_section .ma-card__container .ma-card__img-container {
      width: 100%;
      height: 170px; }
      .manage_and_adapt_section .ma-card__container .ma-card__img-container .getty {
        max-height: 170px; }
        .manage_and_adapt_section .ma-card__container .ma-card__img-container .getty div {
          height: 0; }
        .manage_and_adapt_section .ma-card__container .ma-card__img-container .getty iframe {
          max-height: 170px;
          width: 100%; }
    .manage_and_adapt_section .ma-card__container .ma-card__num2 {
      display: none;
      color: #fcc50a;
      font-weight: 700;
      position: absolute;
      top: -20px;
      left: -20px; }
    .manage_and_adapt_section .ma-card__container .ma-card__content-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      padding-top: 30px;
      position: relative; }
      .manage_and_adapt_section .ma-card__container .ma-card__content-container .ma-card__content-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        position: relative; }
      .manage_and_adapt_section .ma-card__container .ma-card__content-container a {
        text-decoration: none;
        color: #4e4744;
        border-bottom: none; }
      .manage_and_adapt_section .ma-card__container .ma-card__content-container .ma-card__num {
        color: #fcc50a;
        font-weight: 700; }
      .manage_and_adapt_section .ma-card__container .ma-card__content-container .ma-card__title {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .manage_and_adapt_section .ma-card__container .ma-card__content-container .ma-card__right-arrow {
        margin-left: 10px; }
        .manage_and_adapt_section .ma-card__container .ma-card__content-container .ma-card__right-arrow svg {
          width: 20px;
          height: auto;
          stroke: #f16730; }

/* Upcoming Events Section */
.upcoming_events_section {
  padding: 60px 0 120px; }
  .upcoming_events_section .section__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .upcoming_events_section .section__label .label-fp {
      color: #fff; }
    .upcoming_events_section .section__label .label {
      color: #4e4744; }
    .upcoming_events_section .section__label img {
      width: 17px;
      height: 17px; }
  .upcoming_events_section .wrapper-inner,
  .upcoming_events_section .wrapper-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative; }
  .upcoming_events_section .events-title__container {
    width: calc(25% - 20px);
    position: relative;
    padding-right: 80px; }
    .upcoming_events_section .events-title__container .events__title-fp {
      font-weight: 600;
      padding-top: 20px;
      line-height: 41px;
      transition: margin-left 1s ease;
      color: #fff; }
      .upcoming_events_section .events-title__container .events__title-fp:after {
        content: "";
        position: absolute;
        margin-top: -20px;
        margin-left: 70px;
        width: 120px;
        height: 3px;
        color: #faf9ea;
        background: #faf9ea; }
    .upcoming_events_section .events-title__container .events__title-ap {
      font-weight: 600;
      padding-top: 20px;
      line-height: 41px;
      transition: margin-left 1s ease;
      color: #4e4744; }
    .upcoming_events_section .events-title__container .events-title__btn {
      position: absolute;
      margin-top: 25px; }
    .upcoming_events_section .events-title__container .btn_white {
      width: 100%; }
  .upcoming_events_section .events-container {
    width: 916px;
    display: block;
    white-space: nowrap;
    margin-left: -66px;
    overflow: hidden;
    font-size: 0; }
    .upcoming_events_section .events-container .events-item {
      display: inline-block;
      vertical-align: top;
      height: 100%;
      margin-left: 66px;
      white-space: normal;
      background: #faf9ea;
      padding: 45px 40px 40px;
      border-top: 15px solid #fcc50a;
      width: 392px; }
      .upcoming_events_section .events-container .events-item a {
        text-decoration: none; }
      .upcoming_events_section .events-container .events-item .cal-icon svg {
        fill: #f16730;
        width: 15px;
        height: 15px; }
      .upcoming_events_section .events-container .events-item .events-card__title {
        color: #ce4f1c;
        padding-right: 70px;
        line-height: 24px;
        height: calc(24px * 3);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .upcoming_events_section .events-container .events-item .events-card__desc {
        margin-top: 20px;
        color: #4e4744;
        line-height: 25px;
        height: calc(24px * 3);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .upcoming_events_section .events-container .events-item .events-card__date-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        padding: 15px 0 25px;
        border-bottom: 2px solid #e4ddd4; }
        .upcoming_events_section .events-container .events-item .events-card__date-container img {
          width: 15px;
          height: 15px; }
        .upcoming_events_section .events-container .events-item .events-card__date-container .events-card__date {
          padding-left: 20px;
          color: #4e4744;
          font-weight: 400; }
      .upcoming_events_section .events-container .events-item .events__btn {
        margin-top: 30px;
        max-width: 100%;
        width: 100%; }
  .upcoming_events_section .events__arrows {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    position: absolute;
    right: -100px;
    top: 45%; }
    .upcoming_events_section .events__arrows .arrow-left,
    .upcoming_events_section .events__arrows .arrow-right {
      background: #e4ddd4;
      padding: 10px 8px 8px 8px;
      cursor: pointer;
      transition: background 1s; }
      .upcoming_events_section .events__arrows .arrow-left:hover,
      .upcoming_events_section .events__arrows .arrow-right:hover {
        background: #beb7ad; }
      .upcoming_events_section .events__arrows .arrow-left svg,
      .upcoming_events_section .events__arrows .arrow-right svg {
        width: 15px;
        height: 15px; }
    .upcoming_events_section .events__arrows .arrow-left {
      margin-right: 3px; }
    .upcoming_events_section .events__arrows .arrow-right {
      margin-left: 3px; }

/* Info and Resources Section */
.information_and_resources_section {
  padding-top: 120px;
  padding-bottom: 50px; }
  .information_and_resources_section .resources-title__container .section__label {
    padding-bottom: 20px; }
    .information_and_resources_section .resources-title__container .section__label p {
      color: #f16730; }
  .information_and_resources_section .resources-title__container .resources__title {
    color: #4e4744; }
  .information_and_resources_section .resources-title__container .resources-title__btn {
    margin-top: 20px;
    max-width: 220px; }
  .information_and_resources_section .resources-container {
    margin-top: 0px;
    margin-bottom: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px; }
  .information_and_resources_section .color-pub {
    border-top: 20px solid #fcc50a; }
  .information_and_resources_section .color-research {
    border-top: 20px solid #4d7799; }
  .information_and_resources_section .color-casestudy {
    border-top: 20px solid #ff912f; }
  .information_and_resources_section .color-actionplan {
    border-top: 20px solid #e4ddd4; }
  .information_and_resources_section .color-pres {
    border-top: 20px solid #4e4744; }
  .information_and_resources_section .color-poster {
    border-top: 20px solid #f16730; }
  .information_and_resources_section .color-outreach {
    border-top: 20px solid #dbe4eb; }
  .information_and_resources_section .resources-item {
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
    position: relative; }
    .information_and_resources_section .resources-item .resource-info__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 0 15px 0;
      border-bottom: 1px solid #e4ddd4;
      position: relative; }
      .information_and_resources_section .resources-item .resource-info__container svg,
      .information_and_resources_section .resources-item .resource-info__container .svg-container {
        width: 20px;
        height: 20px;
        fill: #f16730; }
      .information_and_resources_section .resources-item .resource-info__container .resource-type,
      .information_and_resources_section .resources-item .resource-info__container .resource-format {
        width: 100%;
        color: #4e4744;
        padding-left: 10px;
        letter-spacing: 0.1em; }
      .information_and_resources_section .resources-item .resource-info__container .resource-type {
        font-weight: 600; }
    .information_and_resources_section .resources-item .resource-content__container {
      position: relative; }
      .information_and_resources_section .resources-item .resource-content__container .thumbnail_title_container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-top: 30px; }
        .information_and_resources_section .resources-item .resource-content__container .thumbnail_title_container .resources-card__title {
          width: 70%;
          padding-top: 0;
          color: #4e4744;
          font-weight: 400;
          line-height: 24px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden;
          margin-left: 10px; }
        .information_and_resources_section .resources-item .resource-content__container .thumbnail_title_container .image-thumbnail {
          width: 40%; }
          .information_and_resources_section .resources-item .resource-content__container .thumbnail_title_container .image-thumbnail img {
            float: right;
            width: 100%;
            height: auto; }
      .information_and_resources_section .resources-item .resource-content__container .resources-card__title {
        padding-top: 30px;
        color: #4e4744;
        font-weight: 400;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
        .information_and_resources_section .resources-item .resource-content__container .resources-card__title a {
          color: #4e4744;
          text-decoration: none; }
          .information_and_resources_section .resources-item .resource-content__container .resources-card__title a:hover {
            color: #ce4f1c; }
      .information_and_resources_section .resources-item .resource-content__container .resources-card__author {
        padding: 10px 0 5px 0;
        color: #4e4744;
        font-weight: 300; }
      .information_and_resources_section .resources-item .resource-content__container .resources-card__org {
        padding: 10px 0 25px 0;
        color: #4e4744;
        font-weight: 300; }
      .information_and_resources_section .resources-item .resource-content__container .download-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 43px;
        bottom: 30px; }
        .information_and_resources_section .resources-item .resource-content__container .download-container:hover {
          cursor: pointer; }
          .information_and_resources_section .resources-item .resource-content__container .download-container:hover > .hover-circle {
            display: block; }
          .information_and_resources_section .resources-item .resource-content__container .download-container:hover .download-btn-circle {
            background: #ce4f1c; }
            .information_and_resources_section .resources-item .resource-content__container .download-container:hover .download-btn-circle svg {
              stroke: #fff; }
        .information_and_resources_section .resources-item .resource-content__container .download-container .resource-pdf {
          position: relative;
          z-index: 5; }
          .information_and_resources_section .resources-item .resource-content__container .download-container .resource-pdf a {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 41px;
            letter-spacing: 0.025em;
            color: #4e4744;
            text-decoration: none; }
          .information_and_resources_section .resources-item .resource-content__container .download-container .resource-pdf:hover a {
            color: #ce4f1c; }
        .information_and_resources_section .resources-item .resource-content__container .download-container .download-btn-circle {
          width: 28px;
          height: 28px;
          background: #e7e7e7;
          border-radius: 30px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: 10px;
          position: relative;
          z-index: 3; }
          .information_and_resources_section .resources-item .resource-content__container .download-container .download-btn-circle svg {
            width: 10px;
            height: 14px;
            stroke: #4e4744; }
      .information_and_resources_section .resources-item .resource-content__container .resources__learn-more {
        color: #ce4f1c;
        text-decoration: none;
        font-weight: 400;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -moz-align-items: center;
        -webkit-falign-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
            align-items: center;
        border-bottom: none; }
        .information_and_resources_section .resources-item .resource-content__container .resources__learn-more svg {
          margin-left: 10px;
          height: 10px;
          width: auto;
          margin-top: 6px; }
        .information_and_resources_section .resources-item .resource-content__container .resources__learn-more:hover svg {
          margin-left: 25px;
          transition: margin 1s; }

/* Stay Connected Section */
.stay-connected {
  padding: 50px 0; }

/* Partnerships Section */
.partnership_section {
  padding-bottom: 100px; }
  .partnership_section .wrapper-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .partnership_section .partners__title {
    color: #4e4744; }
  .partnership_section img {
    width: 700px;
    padding-bottom: 65px;
    padding-top: 20px; }

/* Media Queries */
@media (max-width: 1550px) {
  /* Page Hero Banner */
  .page__banner .banner__content .banner__title {
    padding-right: 470px; }
  .page__banner .banner__content .banner__desc {
    padding-right: 585px; }
  /* Manage and Adapt to Extreme Heat Section */ }

@media (max-width: 1440px) {
  /* Page Hero Banner */
  .page__banner .banner__content {
    padding-bottom: 140px; }
    .page__banner .banner__content .banner__title {
      padding-right: 420px; }
    .page__banner .banner__content .banner__desc {
      padding-right: 545px;
      line-height: 32px; }
    .page__banner .banner__content .banner__btn {
      margin-top: 30px; }
  .featured_section .featured__block-right .featured__desc {
    padding-right: 70px; }
  /* Case Studies & Action Plan World Map Section */
  .case_studies_section .filter-block .fb__case-studies,
  .case_studies_section .filter-block .fb__all-topics,
  .case_studies_section .filter-block .fb__all-contexts {
    width: calc(33.33% - 20px); }
  /* Manage and Adapt to Extreme Heat Section */
  /* Upcoming Events Section */
  .upcoming_events_section .events-title__container .events__title {
    position: relative; }
    .upcoming_events_section .events-title__container .events__title:after {
      top: 60px;
      width: 100px; } }

@media (max-width: 1300px) {
  .page__banner .banner__content .banner__title {
    padding-right: 400px; }
  .page__banner .banner__content .banner__desc {
    padding-right: 500px; }
  .temp-sticky-scroll {
    top: 300px;
    left: 40px; }
  .featured_section {
    min-height: auto; }
    .featured_section .featured__block,
    .featured_section .container {
      min-height: 395px; }
    .featured_section .featured__block-right .featured__top {
      margin-bottom: 35px; }
    .featured_section .featured__block-right .featured__desc {
      padding-right: 50px; }
  .manage_and_adapt_section .ma-card__repeater-block {
    grid-gap: 30px; } }

@media (max-width: 1200px) {
  /* Page Hero Banner */
  .page__banner .banner__content .banner__title {
    padding-right: 300px; }
  .featured_section .featured__block,
  .featured_section .container {
    min-height: 360px; }
  .featured_section .featured__block-right .featured__title {
    font-size: 22px;
    padding-right: 0px;
    padding-top: 0; }
  .featured_section .featured__block-right .featured__top {
    margin-bottom: 35px; }
  .featured_section .featured__block-right .featured__desc {
    padding-right: 0px; }
  /* Case Studies & Action Plan World Map Section */
  .case_studies_section .filter-block {
    width: calc(100% - 350px); }
    .case_studies_section .filter-block p {
      font-size: 14px; }
    .case_studies_section .filter-block .fb__case-studies,
    .case_studies_section .filter-block .fb__all-topics,
    .case_studies_section .filter-block .fb__all-contexts {
      width: calc(33.33% - 20px); }
  .case_studies_section .map-block__container .map-block {
    width: calc(100% - 350px); }
  .case_studies_section .map-block__container .resource-block {
    width: 325px; }
    .case_studies_section .map-block__container .resource-block img {
      height: 195px; }
    .case_studies_section .map-block__container .resource-block .resource__title {
      padding-right: 0; }
  /* Manage and Adapt to Extreme Heat Section */
  .manage_and_adapt_section .ma-card__container {
    padding: 20px; }
    .manage_and_adapt_section .ma-card__container .ma-card__img-container {
      height: 160px; }
  /* Upcoming Events Section */
  .upcoming_events_section .events-title__container .events__title:after {
    left: calc(100% + 20px);
    width: 80px;
    margin: 0;
    top: 40px; }
  .upcoming_events_section .events-title__container .events__arrows {
    right: -30px; }
  .upcoming_events_section .events-container {
    width: 740px; }
    .upcoming_events_section .events-container .events-item {
      width: 325px;
      margin-left: 45px; }
      .upcoming_events_section .events-container .events-item .events-card__title {
        padding-right: 0; }
  .upcoming_events_section .events__arrows {
    right: 0;
    top: -50px; } }

@media (max-width: 1024px) {
  .temp-sticky-scroll {
    left: 25px; }
  .page__banner .banner__content .banner__title {
    padding-right: 270px; }
  .page__banner .banner__content .banner__desc {
    padding-right: 340px; }
  .page__banner .banner__content .banner__btn {
    width: 175px; }
  .featured_section .featured__arrows .arrow-left svg,
  .featured_section .featured__arrows .arrow-right svg {
    width: 14px;
    height: auto; }
  /* Case Studies & Action Plan World Map Section */
  .case_studies_section .filter-block {
    width: calc(100% - 305px); }
  .case_studies_section .map-block__container .map-block {
    width: calc(100% - 305px); }
  .case_studies_section .map-block__container .resource-block {
    width: 285px; }
    .case_studies_section .map-block__container .resource-block img {
      height: 170px; }
    .case_studies_section .map-block__container .resource-block .content-container {
      padding: 30px 20px 20px; }
    .case_studies_section .map-block__container .resource-block .resource__desc {
      margin-bottom: 25px; }
    .case_studies_section .map-block__container .resource-block .resource__btn {
      padding: 10px 0 10px 10px !important; }
      .case_studies_section .map-block__container .resource-block .resource__btn a {
        font-size: 12px;
        line-height: 3px; }
  /* Manage and Adapt to Extreme Heat Section */
  .manage_and_adapt_section .ma-card__container .ma-card__content-container a {
    padding-left: 10px; }
  /* Upcoming Events Section */
  .upcoming_events_section .events-title__container {
    width: calc(100% - 630px); }
    .upcoming_events_section .events-title__container .events__title:after {
      width: 60px;
      left: calc(100% - 20px); }
  .upcoming_events_section .events-container {
    width: 630px; }
    .upcoming_events_section .events-container .events-item {
      width: 285px;
      margin-left: 30px;
      padding: 30px 20px; }
      .upcoming_events_section .events-container .events-item .events-card__title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        height: calc(24px * 1); } }

@media (max-width: 992px) {
  .temp-sticky-scroll,
  .temp-sticky-arrow {
    display: none; }
  /* Page Hero Banner */
  .page__banner .banner__content .banner__title {
    padding-right: 100px; }
  .page__banner .banner__content .banner__desc {
    padding-right: 165px; }
  /* Currently Featuring Section */
  .featured_section .bg-block {
    width: calc(50% + 30px);
    z-index: -1; }
  .featured_section .featured__block-left img {
    width: calc(100% - 60px);
    height: calc(100% - 60px); }
  .featured_section .featured__block-right {
    padding: 30px;
    padding-left: 0; }
    .featured_section .featured__block-right .featured__title {
      padding-right: 0px;
      font-size: 20px; }
    .featured_section .featured__block-right .featured__desc {
      margin-bottom: 20px;
      line-height: 26px; }
  .featured_section .slider__toggles {
    bottom: 25px; }
  .featured_section .featured__arrows {
    right: 25px;
    top: 25px; }
  /* Case Studies & Action Plan World Map Section */
  .case_studies_section .filter-block {
    width: calc(100% - 255px);
    -ms-flex-align: end;
        align-items: flex-end; }
    .case_studies_section .filter-block .fb__case-studies,
    .case_studies_section .filter-block .fb__all-topics,
    .case_studies_section .filter-block .fb__all-contexts {
      width: calc(33.33% - 10px);
      vertical-align: bottom; }
  .case_studies_section .map-block__container .map-block {
    width: calc(100% - 255px); }
  .case_studies_section .map-block__container .resource-block {
    width: 240px; }
    .case_studies_section .map-block__container .resource-block .content-container {
      padding: 20px; }
    .case_studies_section .map-block__container .resource-block .resource__btn {
      font-size: 12px; }
  .upcoming_events_section .events-title__container {
    width: calc(100% - 540px);
    padding-right: 0px; }
    .upcoming_events_section .events-title__container .events__title:after {
      width: 40px;
      left: calc(100% - 35px); }
    .upcoming_events_section .events-title__container .events-title__btn {
      width: 100%;
      min-width: 100%; }
  .upcoming_events_section .events-container {
    width: 540px; }
    .upcoming_events_section .events-container .events-item {
      width: 240px; }
  /* Manage and Adapt to Extreme Heat Section */
  .manage_and_adapt_section .ma-card__container .ma-card__content-container a p {
    font-size: 16px; }
  /* Info and Resources Section */
  .information_and_resources_section .resources-item {
    margin-bottom: 20px; }
  .information_and_resources_section .resources-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; } }

@media (max-width: 768px) {
  /* Page Backgrounds */
  .background__orange-fade,
  .background__yellow-fade {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover; }
  /* Page Hero Banner */
  .page__banner {
    height: auto;
    min-height: auto; }
    .page__banner .banner__content {
      position: relative;
      left: auto;
      padding-top: 150px; }
      .page__banner .banner__content .banner__title {
        padding-right: 0px; }
      .page__banner .banner__content .banner__desc {
        padding-right: 0px;
        line-height: 30px; }
  /* Currently Featuring Section */
  .featured_section .bg-block {
    width: calc(100% - 30px); }
  .featured_section .featured__block,
  .featured_section .container {
    min-height: calc(55vw + 225px); }
  .featured_section .container.transition, .featured_section .container.active {
    display: block; }
  .featured_section .featured__block-left {
    padding: 30px;
    width: 100%;
    height: 55vw; }
    .featured_section .featured__block-left img {
      width: 100%;
      height: 100%; }
  .featured_section .featured__block-right {
    width: 100%;
    padding: 0px 30px 40px; }
    .featured_section .featured__block-right .featured__tagline {
      line-height: 18px;
      font-size: 12px;
      padding-right: 85px;
      padding-left: 10px; }
    .featured_section .featured__block-right .featured__top {
      margin-bottom: 25px; }
    .featured_section .featured__block-right .featured__title {
      font-size: 20px; }
    .featured_section .featured__block-right .featured__desc {
      margin-top: 15px; }
    .featured_section .featured__block-right .featured__toggles {
      bottom: 40px; }
  .featured_section .featured__arrows {
    top: 55vw;
    right: 30px; }
  .featured_section .slider__toggles {
    right: 30px; }
  /* Case Studies & Action Plan World Map Section */
  .case_studies_section .content-block .case-studies__title,
  .case_studies_section .content-block .case-studies__desc {
    width: 100%; }
  .case_studies_section .filter-block {
    width: 100%; }
  .case_studies_section .map-block__container {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto; }
    .case_studies_section .map-block__container .map-block {
      width: 100%;
      height: 500px; }
    .case_studies_section .map-block__container .resource-block {
      width: 100%;
      margin-top: 20px; }
      .case_studies_section .map-block__container .resource-block .getty-container {
        width: 100% !important; }
        .case_studies_section .map-block__container .resource-block .getty-container .getty {
          padding-top: 20px;
          text-align: center;
          margin: 0 auto;
          width: 100% !important; }
      .case_studies_section .map-block__container .resource-block .resource__btn {
        padding: 15px 0 15px 15px !important;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto; }
  /* Manage and Adapt to Extreme Heat Section */
  .manage_and_adapt_section {
    background: #fefdfb;
    padding-top: 60px !important;
    padding-bottom: 20px; }
    .manage_and_adapt_section .ma-card__repeater-block {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      grid-gap: 50px; }
    .manage_and_adapt_section .ma-card__bg-block {
      top: 15px;
      left: 15px; }
    .manage_and_adapt_section .ma-card__container .ma-card__content-container .ma-card__title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      box-orient: vertical;
      -moz-box-orient: vertical;
      /* Mozilla */
      -webkit-box-orient: vertical;
      /* WebKit */
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden; }
    .manage_and_adapt_section .ma-card__container .ma-card__content-container a {
      padding-left: 20px; }
    .manage_and_adapt_section .ma-card__container .ma-card__img-container {
      height: 175px; }
  /* Upcoming Events Section */
  .upcoming_events_section {
    position: relative;
    padding-top: 0;
    padding-bottom: 60px; }
    .upcoming_events_section .wrapper-inner {
      display: block;
      padding-bottom: 100px; }
    .upcoming_events_section .events-title__container {
      width: calc(100% - 20px);
      position: static; }
      .upcoming_events_section .events-title__container .events__title {
        display: inline-block; }
        .upcoming_events_section .events-title__container .events__title:after {
          content: "";
          width: 20vw;
          transition: all 1s;
          animation: sheen 1s forwards;
          left: calc(100% + 20px); }
      .upcoming_events_section .events-title__container .events__title-fp {
        display: inline-block; }
        .upcoming_events_section .events-title__container .events__title-fp:after {
          margin-top: 20px;
          margin-left: 20px; }
      .upcoming_events_section .events-title__container .events-title__btn {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 200px;
        min-width: auto; }
    .upcoming_events_section .events-container {
      margin: 0 auto;
      margin-top: 60px;
      width: calc(100% + 30px);
      transform: translateX(-30px); }
      .upcoming_events_section .events-container .events-item {
        width: calc(50vw - 75px);
        height: 100%;
        min-height: 350px; }
    .upcoming_events_section .events__arrows {
      top: 50%;
      right: 15px;
      display: block; }
      .upcoming_events_section .events__arrows .arrow-left,
      .upcoming_events_section .events__arrows .arrow-right {
        display: block;
        margin: 0; }
      .upcoming_events_section .events__arrows .arrow-left {
        margin-bottom: 6px; }
  /* Stay Connected Section */
  .stay-connected {
    padding: 0px 0; }
  /* Partnerships Section */
  .partnership_section img {
    width: 600px; } }

@media (max-width: 700px) {
  /* Case Studies & Action Plan World Map Section */
  .case_studies_section .map-block__container .resource-block .getty-container .getty {
    padding-top: 0px; } }

@media (max-width: 650px) {
  .manage_and_adapt_section .ma-card__container .ma-card__content-container .ma-card__num {
    font-size: 24px; }
  .manage_and_adapt_section .ma-card__container .ma-card__content-container a {
    padding-left: 10px;
    padding-right: 20px; }
  .manage_and_adapt_section .ma-card__container .ma-card__content-container .ma-card__title {
    font-size: 15px; }
  .manage_and_adapt_section .ma-card__container .ma-card__img-container {
    height: 145px; } }

@media (max-width: 600px) {
  /* Upcoming Events Section */
  .upcoming_events_section .wrapper-inner {
    padding-bottom: 130px; }
  .upcoming_events_section .events-title__container .events__title {
    width: 200px; }
    .upcoming_events_section .events-title__container .events__title:after {
      left: 165px; }
  .upcoming_events_section .events-container {
    margin-top: 40px;
    width: calc(100% + 20px);
    transform: translateX(-20px); }
    .upcoming_events_section .events-container .events-item {
      width: calc(100% - 40px);
      padding: 30px;
      min-height: 305px; }
  .upcoming_events_section .events__arrows {
    right: 0;
    left: 0;
    top: calc(100% - 110px);
    margin: 0 auto;
    text-align: center; }
    .upcoming_events_section .events__arrows .arrow-left,
    .upcoming_events_section .events__arrows .arrow-right {
      display: inline-block;
      vertical-align: top; }
    .upcoming_events_section .events__arrows .arrow-left {
      margin-bottom: 0;
      margin-right: 6px; }
  /* Case Studies & Action Plan World Map Section */
  .case_studies_section {
    margin-top: -30px; }
    .case_studies_section .content-block {
      padding-right: 50px; }
    .case_studies_section .filter-block {
      -ms-flex-direction: column;
          flex-direction: column; }
      .case_studies_section .filter-block .fb__case-studies,
      .case_studies_section .filter-block .fb__all-topics,
      .case_studies_section .filter-block .fb__all-contexts {
        margin-bottom: 20px;
        width: 100%; }
    .case_studies_section .map-block__container .map-block {
      height: 300px; } }

@media (max-width: 575px) {
  /* Manage and Adapt to Extreme Heat Section */
  .manage_and_adapt_section .ma-card__repeater-block {
    grid-gap: 30px; }
  /* Info and Resources Section */
  .information_and_resources_section .resources-container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px; } }

@media (max-width: 480px) {
  /* Page Hero Banner */
  .page__banner .banner__content p {
    padding-right: 0px; }
  /* Currently Featuring Section */
  .featured_section .featured__block,
  .featured_section .container {
    min-height: auto; }
  .featured_section .container.active {
    position: relative; }
  .featured_section .featured__block-left {
    height: 62vw; }
  .featured_section .featured__block-right .featured__tagline {
    padding-right: 105px; }
  .featured_section .featured__block-right .featured__learn-more {
    font-size: 14px; }
    .featured_section .featured__block-right .featured__learn-more svg {
      width: 8px;
      height: 12px;
      margin-top: 7px; }
  .featured_section .featured__arrows {
    top: 61vw; }
  .featured_section .bg-block {
    right: -15px;
    height: calc(100% - 20px); }
  /* Page Backgrounds */
  .background__yellow-fade {
    background-position: bottom;
    background-repeat: no-repeat; }
  /* Case Studies & Action Plan World Map Section */
  .case_studies_section .map-block__container .resource-block .content-container {
    padding: 20px; }
  /* Stay Connected Section */
  .stay-connected .wrapper-inner {
    padding: 0 !important; }
  /* Partnerships Section */
  .partnership_section img {
    width: 400px; }
  .manage_and_adapt_section .ma-card__repeater-block {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px; }
  .manage_and_adapt_section .ma-card__container .ma-card__img-container {
    height: 250px; }
    .manage_and_adapt_section .ma-card__container .ma-card__img-container .gettyimage iframe {
      height: 250px;
      width: 100%; }
  .manage_and_adapt_section .ma-card__container .ma-card__content-container .ma-card__right-arrow {
    margin-left: 0px; }
  .manage_and_adapt_section .ma-card__container a {
    padding-right: 10px !important; } }

@media (max-width: 375px) {
  .page__banner .banner__content {
    padding: 100px 0 120px 0; }
  .page__banner .banner__image-wrapper {
    background-position-y: -50px; }
  .page__banner .banner__button {
    padding: 0 20px !important; }
    .page__banner .banner__button a {
      font-size: 12px !important; }
    .page__banner .banner__button:after {
      display: none; }
  /* Upcoming Events Section */
  .upcoming_events_section .events-container .events-item .events__btn {
    padding: 0 20px; }
    .upcoming_events_section .events-container .events-item .events__btn:after {
      display: none; }
    .upcoming_events_section .events-container .events-item .events__btn a {
      font-size: 12px; }
  /* Partnerships Section */
  .partnership_section {
    padding-bottom: 50px; }
    .partnership_section img {
      width: 250px; }
    .partnership_section .partners__btn {
      padding: 15px 30px; }
  .manage_and_adapt_section .ma-card__container .ma-card__img-container {
    height: 200px; }
    .manage_and_adapt_section .ma-card__container .ma-card__img-container .gettyimage iframe {
      height: 200px;
      width: 100%; } }

@media (max-width: 320px) {
  .manage_and_adapt_section .ma-card__container .ma-card__img-container {
    height: 170px; } }

/* ==========================================================================
  Stay Connected Section
   ========================================================================== */
.stay_connected_section {
  margin: 30px; }
  .stay_connected_section .sc__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%; }
  .stay_connected_section .newsletter-block {
    width: 45%;
    background: #ce4f1c;
    padding: 35px 100px 55px 50px;
    position: relative; }
    .stay_connected_section .newsletter-block svg {
      width: 30px;
      height: auto;
      padding-bottom: 20px; }
    .stay_connected_section .newsletter-block .newsletter-title {
      color: #fff;
      line-height: 60px;
      padding-bottom: 20px;
      font-weight: 600;
      font-size: 55px; }
    .stay_connected_section .newsletter-block .newsletter-snippet {
      color: #fff;
      padding-bottom: 90px; }
    .stay_connected_section .newsletter-block .newsletter-bottom {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #f16730;
      height: 90px; }
      .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        position: absolute;
        top: -25px;
        right: -50px; }
        .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container label {
          display: none; }
        .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input {
          border: none;
          width: 100%;
          height: 60px;
          border-radius: 35px 0 0 35px;
          font-size: 16px;
          padding-left: 30px; }
          .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #999999; }
          .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input::placeholder {
            color: #999999; }
        .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container button {
          width: 150px;
          height: 60px;
          border-radius: 0 35px 35px 0;
          background: #e4ddd4;
          font-size: 16px;
          text-transform: uppercase;
          font-weight: 400;
          margin: 0;
          padding: 0;
          color: #4e4744;
          font-weight: 400; }
          .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container button:hover {
            background: #d1c7ba; }
  .stay_connected_section .social-block {
    width: 55%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative; }
    .stay_connected_section .social-block .social-block__top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      padding-top: 35px;
      padding-left: 50px;
      margin-right: auto; }
      .stay_connected_section .social-block .social-block__top svg {
        width: 30px;
        height: auto; }
      .stay_connected_section .social-block .social-block__top .social-handle {
        color: #ce4f1c;
        padding-left: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600; }
    .stay_connected_section .social-block .social-block__content {
      padding-right: 20px;
      margin-left: 50px;
      color: #4e4744;
      overflow-y: scroll;
      max-height: 400px;
      width: calc(100% - 50px);
      margin-bottom: 50px;
      margin-top: 100px; }
      .stay_connected_section .social-block .social-block__content .twitter-feed {
        width: 100%; }
        .stay_connected_section .social-block .social-block__content .twitter-feed #ctf .ctf-header {
          position: absolute;
          width: calc(100% - 20px);
          margin-left: 10px;
          margin-right: 10px;
          top: 0;
          left: 0; }
          .stay_connected_section .social-block .social-block__content .twitter-feed #ctf .ctf-header .ctf-header-text {
            padding: 0;
            height: 50px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-align: center;
                align-items: center; }
            .stay_connected_section .social-block .social-block__content .twitter-feed #ctf .ctf-header .ctf-header-text .ctf-header-user {
              font-family: "Montserrat", sans-serif;
              font-size: 20px; }
        .stay_connected_section .social-block .social-block__content .twitter-feed #ctf #ctf-more {
          width: 100%;
          right: 0;
          left: 0;
          position: absolute;
          bottom: 10px;
          background: transparent;
          padding-top: 20px; }
          .stay_connected_section .social-block .social-block__content .twitter-feed #ctf #ctf-more:before {
            content: '';
            width: calc(100% - 100px);
            left: 50px;
            height: 1px;
            background: #e4ddd4;
            position: absolute;
            top: 0; }
      .stay_connected_section .social-block .social-block__content a {
        color: #ce4f1c;
        text-decoration: none;
        cursor: pointer;
        border-bottom: none; }

@media (max-width: 992px) {
  /* Stay Connected Section */
  .stay_connected_section .sc__container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .stay_connected_section .newsletter-block {
    width: 100%; }
    .stay_connected_section .newsletter-block .newsletter-title {
      font-size: 40px; }
    .stay_connected_section .newsletter-block .newsletter-snippet {
      font-size: 18px; }
    .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container {
      width: calc(100% - 50px);
      left: 25px; }
      .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input {
        height: 50px; }
      .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container button {
        height: 50px; }
  .stay_connected_section .social-block {
    width: 100%; }
    .stay_connected_section .social-block .social-block__content {
      margin-left: 0px;
      max-height: 300px;
      margin-top: 80px; }
      .stay_connected_section .social-block .social-block__content .twitter-feed #ctf .ctf-tweets .ctf-item .ctf-tweet-content {
        width: 100%; } }

@media (max-width: 768px) {
  /* Stay Connected Section */
  .stay_connected_section .newsletter-block .newsletter-title {
    font-size: 28px;
    line-height: 42px; } }

@media (max-width: 580px) {
  /* Stay Connected Section */
  .stay_connected_section .newsletter-block {
    padding: 20px; }
    .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      top: 20px; }
      .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input[type="email"]:-ms-input-placeholder:before {
        content: 'hi'; }
      .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input[type="email"]::placeholder:before {
        content: 'hi'; }
      .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container button {
        font-size: 14px;
        letter-spacing: auto; }
        .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container button:after {
          display: none; } }

@media (max-width: 480px) {
  /* Stay Connected Section */
  .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input[type="email"] {
    padding: 0 0 0 15px; }
    .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input[type="email"]:-ms-input-placeholder {
      font-size: 12px; }
    .stay_connected_section .newsletter-block .newsletter-bottom .mailing-list__container input[type="email"]::placeholder {
      font-size: 12px; }
  .stay_connected_section .social-block {
    margin: 20px 0; }
    .stay_connected_section .social-block .social-block__content .twitter-feed #ctf .ctf-tweets .ctf-item .ctf-tweet-content {
      width: 100%; } }

/* ==========================================================================
   Content Banner
   ========================================================================== */
.section__content-banner {
  position: relative;
  margin: 2rem 0; }
  .section__content-banner .content-banner {
    width: 100%;
    padding: 30px 40px; }
    .section__content-banner .content-banner .content .banner-title {
      color: #fff;
      line-height: 60px;
      margin-top: 10px;
      padding-bottom: 40px;
      font-weight: 600;
      font-size: 28px;
      line-height: 42px; }
    .section__content-banner .content-banner .content .banner-text {
      color: #fff;
      font-size: 16px; }
    .section__content-banner .content-banner .button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
      margin-top: 0;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      .section__content-banner .content-banner .button button {
        margin-bottom: 0 !important;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content; }
    .section__content-banner .content-banner.warm {
      background: url("/wp-content/uploads/2020/06/bg-waves.jpg"), rgba(206, 79, 28, 0.9);
      background-repeat: no-repeat;
      background-size: cover; }
      .section__content-banner .content-banner.warm .banner__btn {
        color: #ce4f1c !important; }
        .section__content-banner .content-banner.warm .banner__btn:visited {
          color: #ce4f1c; }
    .section__content-banner .content-banner.cool {
      background: url("/wp-content/uploads/2020/06/bg-waves.jpg"), #4d7799;
      background-repeat: no-repeat;
      background-size: cover; }
      .section__content-banner .content-banner.cool .banner__btn {
        color: #4d7799; }
        .section__content-banner .content-banner.cool .banner__btn:visited {
          color: #4d7799; }

/* ==========================================================================
   Hero Banner Block
   ========================================================================== */
.hero_banner_section {
  width: calc(100% + 325px); }
  .hero_banner_section .wrapper-inner {
    width: 1450px; }
  .hero_banner_section .banner__content .banner__title {
    width: 100%;
    height: 265px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: left;
        justify-content: left;
    position: relative; }
    .hero_banner_section .banner__content .banner__title h1 {
      font-size: 48px;
      font-weight: 500;
      letter-spacing: 0.010em;
      color: #fff; }
  .hero_banner_section .banner__content .is_image {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 265px;
    position: absolute; }

/* Media Queries */
@media (max-width: 1440px) {
  .hero_banner_section {
    width: 100%; }
    .hero_banner_section .wrapper-inner {
      width: 1100px; } }

@media (max-width: 1300px) {
  .hero_banner_section {
    width: 100%; } }

@media (max-width: 1200px) {
  .hero_banner_section .wrapper-inner {
    width: 900px; } }

@media (max-width: 992px) {
  .hero_banner_section .wrapper-inner {
    width: 800px; }
  .hero_banner_section .banner__content .banner__title {
    height: 200px; }
    .hero_banner_section .banner__content .banner__title h1 {
      font-size: 40px; }
  .hero_banner_section .banner__content .is_image {
    height: 200px; } }

@media (max-width: 850px) {
  .hero_banner_section .wrapper-inner {
    width: 750px; } }

@media (max-width: 800px) {
  .hero_banner_section .wrapper-inner {
    width: 700px; } }

@media (max-width: 768px) {
  .hero_banner_section .wrapper-inner {
    width: 650px;
    padding: 0; }
  .hero_banner_section .banner__content .banner__title {
    height: 120px; }
    .hero_banner_section .banner__content .banner__title h1 {
      font-size: 30px !important;
      line-height: 45px; }
  .hero_banner_section .banner__content .is_image {
    height: 120px; } }

@media (max-width: 700px) {
  .hero_banner_section .wrapper-inner {
    width: 600px; } }

@media (max-width: 660px) {
  .hero_banner_section .wrapper-inner {
    width: 560px; } }

@media (max-width: 600px) {
  .hero_banner_section .wrapper-inner {
    width: calc(100% - 100px); } }

@media (max-width: 480px) {
  .hero_banner_section .banner__content .banner__title {
    min-height: 180px; }
    .hero_banner_section .banner__content .banner__title h1 {
      font-size: 26px;
      padding: 10px 0; }
  .hero_banner_section .banner__content .is_image {
    min-height: 180px; } }

@media (max-width: 375px) {
  .hero_banner_section .banner__content .banner__title {
    height: 120px; }
    .hero_banner_section .banner__content .banner__title h1 {
      font-size: 30px;
      text-align: center; }
  .hero_banner_section .banner__content .is_image {
    height: 120px; } }

/* ==========================================================================
   Alert Banner
   ========================================================================== */
.alert_banner_section {
  width: 100%;
  padding: 20px 0;
  background: linear-gradient(to right, #ce4f1c 0%, #d85224 40%, #f89420 100%);
  position: relative;
  z-index: 999; }
  .alert_banner_section .alert-banner__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .alert_banner_section .alert-banner__content .banner__text {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      font-style: italic;
      padding-right: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .alert_banner_section .alert-banner__content .banner__text svg {
        width: 18px;
        height: 18px;
        margin-right: 15px;
        cursor: pointer; }
        .alert_banner_section .alert-banner__content .banner__text svg circle {
          fill: #fff; }
        .alert_banner_section .alert-banner__content .banner__text svg rect {
          fill: #ce4f1c; }
    .alert_banner_section .alert-banner__content .banner__learn-more {
      margin-left: 15px; }
      .alert_banner_section .alert-banner__content .banner__learn-more a {
        text-decoration: none;
        color: #fff;
        border-bottom: none;
        font-weight: 300; }
    .alert_banner_section .alert-banner__content .close-alert {
      position: absolute;
      right: 20px;
      cursor: pointer; }
      .alert_banner_section .alert-banner__content .close-alert svg {
        width: 12px;
        height: 12px; }
      .alert_banner_section .alert-banner__content .close-alert:hover svg line {
        stroke: #ce4f1c; }

/* Media Queries */
@media (max-width: 768px) {
  .alert_banner_section .alert-banner__content .banner__text {
    font-size: 15px; }
  .alert_banner_section .alert-banner__content .banner__learn-more a {
    font-size: 15px; } }

@media (max-width: 650px) {
  .alert_banner_section .alert-banner__content {
    -ms-flex-direction: column;
        flex-direction: column; }
    .alert_banner_section .alert-banner__content .banner__learn-more {
      margin-top: 10px; }
    .alert_banner_section .alert-banner__content .close-alert {
      right: 20px;
      top: 20px; } }

@media (max-width: 500px) {
  .alert_banner_section .alert-banner__content .banner__text {
    text-align: center; }
  .alert_banner_section .alert-banner__content .banner__learn-more {
    margin-left: -18px !important; } }

@media (max-width: 480px) {
  .alert_banner_section .alert-banner__content .banner__text {
    padding: 0 40px;
    text-align: center; }
    .alert_banner_section .alert-banner__content .banner__text svg {
      position: absolute;
      top: 20px;
      left: 20px; } }

/* ==========================================================================
   Breadcrumbs Block
   ========================================================================== */
.breadcrumbs_section {
  width: 100%;
  background: #f9f8f8;
  padding: 30px 0; }
  .breadcrumbs_section .wrapper-main ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-top: 0; }
    .breadcrumbs_section .wrapper-main ul li {
      border-right: 1px solid #fcb682;
      height: 25px;
      padding: 0 20px; }
      .breadcrumbs_section .wrapper-main ul li:before {
        display: none; }
      .breadcrumbs_section .wrapper-main ul li:last-child {
        border-right: none;
        padding-right: none; }
      .breadcrumbs_section .wrapper-main ul li:first-child {
        margin-left: 0; }
      .breadcrumbs_section .wrapper-main ul li a {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.01em;
        color: #4e4744;
        text-decoration: none; }
        .breadcrumbs_section .wrapper-main ul li a:after {
          display: block;
          content: '';
          border-bottom: solid 2px #fcb682;
          transform: scaleX(0);
          transition: transform 250ms ease-in-out;
          margin-top: 5px;
          margin-left: -10px;
          width: calc(100% + 10px); }
        .breadcrumbs_section .wrapper-main ul li a:hover:after {
          transform: scaleX(1); }

/* Media Queries */
@media (max-width: 768px) {
  .breadcrumbs_section .wrapper-main ul li a {
    font-size: 14px; } }

@media (max-width: 480px) {
  .breadcrumbs_section .wrapper-main ul {
    -ms-flex-direction: column;
        flex-direction: column; }
    .breadcrumbs_section .wrapper-main ul li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      border-right: none; }
      .breadcrumbs_section .wrapper-main ul li a:after {
        margin-left: -10px;
        width: calc(100% + 10px); } }

/* ==========================================================================
   Heading & Subtitle Block
   ========================================================================== */
.heading_subtitle_section .content-container .heading-text {
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  letter-spacing: 0.01em;
  font-weight: 600;
  padding: 0; }

.heading_subtitle_section .content-container .subtitle-text {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #4e4744;
  padding-top: 30px; }

.heading_subtitle_section .content-container .heading_warm {
  color: #ce4f1c; }

.heading_subtitle_section .content-container .heading_cool {
  color: #6590b1; }

.heading_subtitle_section .content-container .heading_reg {
  color: #4e4744; }

.heading_subtitle_section .content-container .add_bar {
  width: 25px;
  height: 3.6px;
  background: #ebebeb;
  margin-top: 30px; }

@media (max-width: 768px) {
  .heading_subtitle_section .content-container .heading-text {
    font-size: 26px; }
  .heading_subtitle_section .content-container .subtitle-text {
    font-size: 20px !important; } }

.contact_date_section {
  padding-top: 30px !important; }
  .contact_date_section .wrapper-main .item__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px 0; }
    .contact_date_section .wrapper-main .item__container .item-icon {
      margin-right: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 20px;
      height: 20px; }
    .contact_date_section .wrapper-main .item__container .icon-date {
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 333.33 333.33'%3E%3Cpath d='M839.05,3026.8H805.72v-16.67a16.67,16.67,0,0,0-33.34,0v16.67H605.72v-16.67a16.67,16.67,0,0,0-33.34,0v16.67H539.05a16.67,16.67,0,0,0-16.67,16.66v50H855.72v-50A16.67,16.67,0,0,0,839.05,3026.8Z' transform='translate(-522.38 -2993.46)' fill='%23f16730'/%3E%3Cpath d='M522.38,3310.13a16.68,16.68,0,0,0,16.67,16.67h300a16.68,16.68,0,0,0,16.67-16.67V3126.8H522.38Zm116.67-100h33.33V3176.8a16.67,16.67,0,0,1,33.34,0v33.33h33.33a16.67,16.67,0,1,1,0,33.33H705.72v33.34a16.67,16.67,0,0,1-33.34,0v-33.34H639.05a16.67,16.67,0,1,1,0-33.33Z' transform='translate(-522.38 -2993.46)' fill='%23f16730'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }
    .contact_date_section .wrapper-main .item__container .icon-time {
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 957 957'%3E%3Cpath d='M1590,1260a30.09,30.09,0,0,1,30-30h58.5c-15-240.6-207.9-433.5-448.5-448.5V840a30,30,0,0,1-60,0V781.5c-240.6,15-433.5,207.9-448.5,448.5H780a30,30,0,0,1,0,60H721.5c15,240.6,207.9,433.5,448.5,448.5V1680a30,30,0,0,1,60,0v58.5c240.6-15,433.5-207.9,448.5-448.5H1620A30.09,30.09,0,0,1,1590,1260Zm-390,90a89.41,89.41,0,0,1-38.7-9l-152.1,152.4a31.27,31.27,0,0,1-21.3,8.7,30.73,30.73,0,0,1-21.3-8.7,30.24,30.24,0,0,1,0-42.6L1119,1298.7a89.41,89.41,0,0,1-9-38.7c0-39,25.2-72,60-84.6V960a30,30,0,0,1,60,0v215.4c34.8,12.6,60,45.6,60,84.6C1290,1309.5,1249.5,1350,1200,1350Z' transform='translate(-721.5 -781.5)' fill='%23f16730'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }
    .contact_date_section .wrapper-main .item__container .icon-location {
      height: 20px;
      width: 14px;
      justify-self: center;
      background-image: url("data:image/svg+xml,%3Csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320.03 460.03'%3E%3Cpath id='_7' data-name='7' d='M2466.84,1303.1c-88.23,0-160,71.78-160,160,0,41.93,26.1,104.82,77.57,186.93,38,60.63,76.55,109.91,76.93,110.4a7,7,0,0,0,5.51,2.68h0a7,7,0,0,0,5.51-2.71c.38-.49,38.91-50.26,76.92-111.13,51.47-82.44,77.57-145.08,77.57-186.17C2626.86,1374.88,2555.07,1303.1,2466.84,1303.1Zm0,237.18a77.17,77.17,0,1,1,77.17-77.16A77.24,77.24,0,0,1,2466.84,1540.28Z' transform='translate(-2306.83 -1303.1)' fill='%23f16730'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }
    .contact_date_section .wrapper-main .item__container .item-text {
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      color: #4e4744; }

/* ==========================================================================
   Page Search Section - Calendar, Resource Buckets pages, Experts, Opportunities, Partners (NOT News, NOT Resource Library)
   OLD - NOT USED
   Go to: resource-search-container.scss
   ========================================================================== */
.page_search_section .resource-search-container {
  padding: 0 !important; }

.page_search_section .search-sort__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.page_search_section .search-container {
  width: 290px;
  height: 40px; }
  .page_search_section .search-container form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #efefef; }
  .page_search_section .search-container input {
    width: 100%;
    padding: 10px 0;
    border: none;
    color: #4e4744;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px; }
  .page_search_section .search-container input:-webkit-autofill,
  .page_search_section .search-container input:-webkit-autofill:hover,
  .page_search_section .search-container input:-webkit-autofill:focus textarea:-webkit-autofill,
  .page_search_section .search-container textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  .page_search_section .search-container select:-webkit-autofill,
  .page_search_section .search-container select:-webkit-autofill:hover,
  .page_search_section .search-container select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important; }
  .page_search_section .search-container ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4e4744;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px; }
  .page_search_section .search-container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #4e4744;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px; }
  .page_search_section .search-container :-ms-input-placeholder {
    /* IE 10+ */
    color: #4e4744;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px; }
  .page_search_section .search-container :-moz-placeholder {
    /* Firefox 18- */
    color: #4e4744;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px; }
  .page_search_section .search-container button {
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    right: 5px; }
    .page_search_section .search-container button svg {
      width: 18px;
      height: 18px; }
      .page_search_section .search-container button svg circle {
        stroke: #ce4f1c; }
      .page_search_section .search-container button svg line {
        stroke: #ce4f1c; }

/* Media Queries */
@media (max-width: 768px) {
  .page_search_section .search-sort__container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .page_search_section .sort-container {
    margin-left: 0px;
    margin-top: 50px; } }

@media (max-width: 480px) {
  .page_search_section .search-container ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */ }
  .page_search_section .search-container ::-moz-placeholder {
    /* Firefox 19+ */ }
  .page_search_section .search-container :-ms-input-placeholder {
    /* IE 10+ */ }
  .page_search_section .search-container :-moz-placeholder {
    /* Firefox 18- */ } }

/* ==========================================================================
   One Column Text Block
   ========================================================================== */
.one_column_text_section iframe {
  margin: 0 auto; }

.one_column_text_section .title-container h3 {
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #4e4744;
  font-weight: 500;
  padding-bottom: 20px; }

.one_column_text_section .content-container {
  margin-bottom: 1rem; }
  .one_column_text_section .content-container p {
    padding-top: 0 !important;
    position: relative;
    top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #4e4744;
    margin-bottom: 1rem; }
    .one_column_text_section .content-container p:first-of-type {
      margin: 0; }
    .one_column_text_section .content-container p:last-of-type {
      margin: 0 !important; }

/* Media Queries */
/* ==========================================================================
   Two Column Text Block
   ========================================================================== */
.two_column_text_section a {
  text-decoration: none;
  border-bottom: 1px solid #ce4f1c;
  color: #4e4744; }
  .two_column_text_section a:hover {
    color: #ce4f1c; }

.two_column_text_section .title-container h2 {
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #4e4744;
  font-weight: 500;
  padding-bottom: 20px; }

.two_column_text_section .content-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .two_column_text_section .content-container .content-block {
    width: calc(50% - 20px); }
    .two_column_text_section .content-container .content-block h1, .two_column_text_section .content-container .content-block h2, .two_column_text_section .content-container .content-block h3, .two_column_text_section .content-container .content-block h4, .two_column_text_section .content-container .content-block h5, .two_column_text_section .content-container .content-block h6 {
      padding-bottom: 1rem; }
    .two_column_text_section .content-container .content-block p {
      padding: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: 300;
      color: #4e4744;
      margin-bottom: 1rem; }
      .two_column_text_section .content-container .content-block p:first-of-type {
        padding: 0 !important; }
      .two_column_text_section .content-container .content-block p iframe {
        margin: 20px 0; }

/* Media Queries */
@media (max-width: 768px) {
  .two_column_text_section {
    padding-top: 0 !important; }
    .two_column_text_section h1, .two_column_text_section h2, .two_column_text_section h3, .two_column_text_section h4, .two_column_text_section h5, .two_column_text_section h6 {
      padding-top: 0 !important; }
    .two_column_text_section .content-container {
      -ms-flex-direction: column;
          flex-direction: column; }
      .two_column_text_section .content-container .content-block {
        width: 100%;
        margin-bottom: 0px; }
        .two_column_text_section .content-container .content-block p {
          font-size: 14px;
          padding-bottom: 0px; } }

/* ==========================================================================
   Two Column and Image/Video Section
   ========================================================================== */
.two_column_text_and_image_section .title {
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #4e4744;
  font-weight: 500;
  padding-bottom: 20px; }

.two_column_text_and_image_section .reversed {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.two_column_text_and_image_section .regular {
  -ms-flex-direction: row;
      flex-direction: row; }

.two_column_text_and_image_section .two-col-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .two_column_text_and_image_section .two-col-container .content-container {
    width: calc(50% - 20px); }
    .two_column_text_and_image_section .two-col-container .content-container p {
      margin: 0;
      position: relative;
      top: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: 300;
      color: #4e4744;
      margin-bottom: 1rem; }
      .two_column_text_and_image_section .two-col-container .content-container p:first-of-type {
        margin: 0; }
      .two_column_text_and_image_section .two-col-container .content-container p:last-of-type {
        margin-bottom: 0; }
  .two_column_text_and_image_section .two-col-container .image-video-container {
    width: calc(50% - 20px);
    min-height: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative; }
    .two_column_text_and_image_section .two-col-container .image-video-container .image-video-block {
      position: relative;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .two_column_text_and_image_section .two-col-container .image-video-container .image-video-block iframe, .two_column_text_and_image_section .two-col-container .image-video-container .image-video-block video {
        margin: 0 !important;
        width: 100%;
        height: 280px;
        max-height: 280px; }
      .two_column_text_and_image_section .two-col-container .image-video-container .image-video-block img {
        position: relative;
        width: 100%;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
      .two_column_text_and_image_section .two-col-container .image-video-container .image-video-block .gettyimage {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        max-height: 280px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
        .two_column_text_and_image_section .two-col-container .image-video-container .image-video-block .gettyimage div:first-child {
          display: none; }
    .two_column_text_and_image_section .two-col-container .image-video-container .caption-block {
      max-height: 60px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      background: #fff;
      position: relative;
      z-index: 999;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding: 0 30px;
      cursor: pointer;
      transition: max-height 3s ease; }
      .two_column_text_and_image_section .two-col-container .image-video-container .caption-block .media-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        margin-right: auto;
        padding: 20px 0; }
        .two_column_text_and_image_section .two-col-container .image-video-container .caption-block .media-title .svg-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center; }
          .two_column_text_and_image_section .two-col-container .image-video-container .caption-block .media-title .svg-container svg {
            width: 17px;
            height: 17px; }
            .two_column_text_and_image_section .two-col-container .image-video-container .caption-block .media-title .svg-container svg circle {
              fill: #f16730; }
            .two_column_text_and_image_section .two-col-container .image-video-container .caption-block .media-title .svg-container svg rect {
              fill: #fff; }
              .two_column_text_and_image_section .two-col-container .image-video-container .caption-block .media-title .svg-container svg rect:last-child {
                fill: #fff; }
        .two_column_text_and_image_section .two-col-container .image-video-container .caption-block .media-title p {
          font-family: "Montserrat", sans-serif;
          font-size: 15px;
          font-style: italic;
          color: #f16730;
          margin-left: 10px;
          padding-top: 0 !important; }
      .two_column_text_and_image_section .two-col-container .image-video-container .caption-block .media-caption {
        display: none; }
    .two_column_text_and_image_section .two-col-container .image-video-container .open-desc {
      position: relative;
      max-height: none; }
      .two_column_text_and_image_section .two-col-container .image-video-container .open-desc > .image-video-container {
        height: none; }
      .two_column_text_and_image_section .two-col-container .image-video-container .open-desc .media-caption {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        color: #4e4744;
        line-height: 24px;
        padding-bottom: 20px; }
    .two_column_text_and_image_section .two-col-container .image-video-container .plus-minus svg rect {
      fill: #f16730 !important; }
      .two_column_text_and_image_section .two-col-container .image-video-container .plus-minus svg rect:last-child {
        fill: #fff !important; }

/* Media Queries */
@media (max-width: 768px) {
  .two_column_text_and_image_section .two-col-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .two_column_text_and_image_section .two-col-container .content-container {
      width: 100%; }
      .two_column_text_and_image_section .two-col-container .content-container p {
        font-size: 14px; }
    .two_column_text_and_image_section .two-col-container .image-video-container {
      width: 100%; }
      .two_column_text_and_image_section .two-col-container .image-video-container .caption-block .media-title p {
        font-size: 14px; }
      .two_column_text_and_image_section .two-col-container .image-video-container .open-desc .media-caption {
        font-size: 14px; } }

/* ==========================================================================
   People Blocks
   ========================================================================== */
.section__people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 15px; }
  .section__people .team__name {
    padding: 0;
    letter-spacing: 0.15em;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #4e4744;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase; }
  .section__people .people-thumbnail-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    cursor: pointer; }
    .section__people .people-thumbnail-container .person__thumbnail {
      max-width: 300px;
      height: 420px;
      background: #fff;
      box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
      text-decoration: none;
      position: relative;
      margin-top: calc(2rem + 80px);
      cursor: pointer; }
      .section__people .people-thumbnail-container .person__thumbnail .image__holder {
        position: relative;
        margin: -80px auto 0 auto;
        background: #000;
        width: 265px;
        height: 265px; }
        .section__people .people-thumbnail-container .person__thumbnail .image__holder .icon {
          position: absolute;
          z-index: 100;
          right: 10px;
          top: 10px;
          padding: 7.5px;
          border-radius: 100%;
          background: #f16730; }
          .section__people .people-thumbnail-container .person__thumbnail .image__holder .icon svg {
            width: 15px;
            height: 10px; }
        .section__people .people-thumbnail-container .person__thumbnail .image__holder img {
          position: absolute; }
      .section__people .people-thumbnail-container .person__thumbnail .content__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 265px;
        margin: 0 auto; }
        .section__people .people-thumbnail-container .person__thumbnail .content__container .person__name {
          color: #f16730;
          margin: 20px 0 10px 0;
          padding: 0;
          font-size: 18px;
          font-weight: 500; }
          .section__people .people-thumbnail-container .person__thumbnail .content__container .person__name:after {
            content: '';
            position: relative;
            bottom: -15px;
            display: block;
            margin-bottom: 25px;
            width: 30px;
            height: 3px;
            background: #fcc91a; }
        .section__people .people-thumbnail-container .person__thumbnail .content__container .person__title {
          margin-left: 0px;
          color: #4e4744;
          font-size: 16px;
          line-height: 24px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
        .section__people .people-thumbnail-container .person__thumbnail .content__container .person__socials {
          margin: 10px 0;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          .section__people .people-thumbnail-container .person__thumbnail .content__container .person__socials a {
            border-bottom: none !important; }
          .section__people .people-thumbnail-container .person__thumbnail .content__container .person__socials svg {
            fill: #f16730;
            max-width: 15px;
            height: auto;
            margin: 0 10px; }
            .section__people .people-thumbnail-container .person__thumbnail .content__container .person__socials svg:first-child {
              margin-left: 0; }
      .section__people .people-thumbnail-container .person__thumbnail .people__link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        height: 50px;
        width: 100%;
        padding: 16px;
        background: #f16730;
        color: #fff;
        text-decoration: none;
        font-style: italic;
        transition: all ease-in-out 200ms;
        position: absolute;
        bottom: 0;
        font-weight: 600; }
        .section__people .people-thumbnail-container .person__thumbnail .people__link:after {
          content: " ";
          display: block;
          opacity: 0;
          background-size: auto 100%;
          background-repeat: no-repeat;
          height: 12px;
          width: 20px;
          margin-left: 0px;
          transition: margin-left 0.4s ease-in-out;
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
        .section__people .people-thumbnail-container .person__thumbnail .people__link:hover {
          background: #ce4f1c;
          cursor: pointer; }
          .section__people .people-thumbnail-container .person__thumbnail .people__link:hover:after {
            opacity: 1;
            top: 0px;
            margin-left: 15px; }
      .section__people .people-thumbnail-container .person__thumbnail:hover .image__holder .icon {
        transition: all ease-in-out 200ms;
        background: #ce4f1c; }
      .section__people .people-thumbnail-container .person__thumbnail:hover .image__holder img {
        transition: all ease-in-out 200ms;
        opacity: .75; }
      .section__people .people-thumbnail-container .person__thumbnail:hover .people__link {
        background: #ce4f1c; }
  .section__people .person__full-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 40px;
    border-bottom: 2px solid #ebebeb; }
    .section__people .person__full-width .image__holder {
      position: relative;
      margin-right: 70px;
      margin-bottom: 20px; }
      .section__people .person__full-width .image__holder .icon {
        position: absolute;
        z-index: 100;
        right: 10px;
        top: 10px;
        padding: 7.5px;
        border-radius: 100%;
        background: #f16730; }
        .section__people .person__full-width .image__holder .icon svg {
          width: 15px;
          height: 10px; }
      .section__people .person__full-width .image__holder .image-container {
        width: 260px;
        height: 260px; }
      .section__people .person__full-width .image__holder:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 20px;
        left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        display: block;
        height: 100%;
        width: 100%;
        box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2); }
    .section__people .person__full-width .content__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 20px; }
      .section__people .person__full-width .content__container a {
        border-bottom: none !important; }
      .section__people .person__full-width .content__container .person__name {
        color: #f16730;
        margin-bottom: 10px; }
        .section__people .person__full-width .content__container .person__name:after {
          content: '';
          position: relative;
          bottom: -15px;
          display: block;
          margin-bottom: 25px;
          width: 30px;
          height: 3px;
          background: #fcc91a; }
      .section__people .person__full-width .content__container .person__socials.one {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        /* autoprefixer grid: no-autoplace */
        -ms-grid-columns: (15px)[1];
            grid-template-columns: repeat(1, 15px);
        gap: 20px; }
      .section__people .person__full-width .content__container .person__socials.two {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        /* autoprefixer grid: no-autoplace */
        -ms-grid-columns: (15px)[2];
            grid-template-columns: repeat(2, 15px);
        gap: 20px; }
      .section__people .person__full-width .content__container .person__socials.three {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        /* autoprefixer grid: no-autoplace */
        -ms-grid-columns: (15px)[3];
            grid-template-columns: repeat(3, 15px);
        gap: 20px; }
      .section__people .person__full-width .content__container .person__socials.four {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        /* autoprefixer grid: no-autoplace */
        -ms-grid-columns: (15px)[4];
            grid-template-columns: repeat(4, 15px);
        gap: 20px; }
      .section__people .person__full-width .content__container .person__socials.five {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        /* autoprefixer grid: no-autoplace */
        -ms-grid-columns: (15px)[5];
            grid-template-columns: repeat(5, 15px);
        gap: 20px; }
      .section__people .person__full-width .content__container .person__socials {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        /* autoprefixer grid: no-autoplace */
        -ms-grid-columns: (15px)[4];
            grid-template-columns: repeat(4, 15px);
        gap: 20px;
        margin-bottom: 15px;
        -ms-flex-align: center;
            align-items: center;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        .section__people .person__full-width .content__container .person__socials a {
          border-bottom: none !important; }
        .section__people .person__full-width .content__container .person__socials svg {
          fill: #f16730;
          max-width: 15px;
          height: auto; }
      .section__people .person__full-width .content__container .person__tagline {
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        line-height: 24px; }
      .section__people .person__full-width .content__container .person__content {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        line-height: 24px;
        margin-bottom: 20px; }
      .section__people .person__full-width .content__container .person__title {
        color: #000; }
      .section__people .person__full-width .content__container .people__link {
        position: relative;
        margin-top: auto;
        color: #000;
        text-decoration: none; }
        .section__people .person__full-width .content__container .people__link svg {
          margin-left: 10px;
          position: absolute;
          height: 12px;
          width: auto;
          margin-top: 5px;
          transition: margin 1s; }
          .section__people .person__full-width .content__container .people__link svg polyline {
            stroke: #f16730 !important; }
        .section__people .person__full-width .content__container .people__link:hover svg {
          margin-left: 25px; }

/* Media Queries */
@media (max-width: 1200px) {
  .section__people .people-thumbnail-container .person__thumbnail {
    max-width: 250px;
    height: 380px; }
    .section__people .people-thumbnail-container .person__thumbnail .image__holder {
      width: 200px;
      height: 200px; }
    .section__people .people-thumbnail-container .person__thumbnail .content__container {
      width: 100%;
      padding: 0 25px; } }

@media (max-width: 850px) {
  .section__people .people-thumbnail-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
    .section__people .people-thumbnail-container .person__thumbnail {
      max-width: calc(100% - 50px);
      margin-left: 25px; } }

@media (max-width: 768px) {
  .section__people .team__name {
    text-align: center; }
  .section__people .person__full-width {
    -ms-flex-direction: column;
        flex-direction: column; }
    .section__people .person__full-width .image__holder {
      margin-left: auto;
      margin-right: auto; }
    .section__people .person__full-width .content__container {
      text-align: center; }
      .section__people .person__full-width .content__container .person__name:after {
        margin-left: auto;
        margin-right: auto; }
      .section__people .person__full-width .content__container .person__socials {
        margin-left: auto;
        margin-right: auto; } }

@media (max-width: 750px) {
  .section__people .people-thumbnail-container .person__thumbnail {
    max-width: calc(100% - 30px);
    margin-left: 15px; } }

@media (max-width: 650px) {
  .section__people .people-thumbnail-container .person__thumbnail {
    max-width: calc(100% - 20px);
    margin-left: 10px; } }

@media (max-width: 575px) {
  .section__people .people-thumbnail-container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }
    .section__people .people-thumbnail-container .person__thumbnail {
      width: calc(100% - 10px); }
    .section__people .people-thumbnail-container .content__container {
      text-align: center; }
      .section__people .people-thumbnail-container .content__container .person__name:after {
        margin-left: auto;
        margin-right: auto; } }

@media (max-width: 375px) {
  .section__people .person__full-width .image__holder img {
    width: 200px;
    height: 200px; } }

/* ==========================================================================
   Search results
   ========================================================================== */
.section__search-results {
  margin: 2rem 0; }
  .section__search-results .search__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ebebeb;
    position: relative; }
    .section__search-results .search__item--image {
      position: relative;
      background: #000;
      transition: all ease-in-out 200ms;
      margin: 10px auto;
      height: 172px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .section__search-results .search__item--image img {
        display: block;
        width: auto;
        height: 172px;
        transition: all ease-in-out 200ms; }
      .section__search-results .search__item--image:after {
        content: '';
        transition: all ease-in-out 200ms;
        cursor: pointer;
        opacity: 0; }
      .section__search-results .search__item--image:hover img {
        opacity: .75; }
      .section__search-results .search__item--image:hover:after {
        content: '+';
        opacity: 1;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        top: 0;
        width: 100%;
        height: 172px;
        color: #fff;
        font-size: 3rem; }
    .section__search-results .search__item .search__item--content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%; }
      .section__search-results .search__item .search__item--content .search__item--title {
        font-weight: 600;
        color: #4e4744;
        margin-bottom: 5px; }
        .section__search-results .search__item .search__item--content .search__item--title a {
          color: #4e4744;
          text-decoration: none;
          transition: all ease-in-out 200ms; }
          .section__search-results .search__item .search__item--content .search__item--title a:hover {
            color: #f16730; }
      .section__search-results .search__item .search__item--content .search__item--excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        margin-bottom: 10px;
        line-height: 24px;
        color: #4e4744; }
      .section__search-results .search__item .search__item--content .search__item--link {
        position: relative;
        margin-top: auto;
        color: #4e4744;
        font-weight: 600;
        text-decoration: none;
        transition: all ease-in-out 200ms; }
        .section__search-results .search__item .search__item--content .search__item--link svg {
          margin-left: 10px;
          position: absolute;
          height: 12px;
          width: auto;
          margin-top: 5px;
          transition: margin 1s; }
          .section__search-results .search__item .search__item--content .search__item--link svg polyline {
            stroke: #f16730 !important; }
        .section__search-results .search__item .search__item--content .search__item--link:hover {
          color: #f16730; }
          .section__search-results .search__item .search__item--content .search__item--link:hover svg {
            margin-left: 25px; }
    .section__search-results .search__item:last-child {
      margin-bottom: 60px; }

.section__search-header {
  margin: 2rem 0; }
  .section__search-header .page__title {
    color: #4e4744; }

@media (min-width: 768px) {
  .search__item {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .search__item .search__item--image {
      margin: 0;
      margin-right: 30px; }
    .search__item .search__item--content .search__item--excerpt {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      box-orient: vertical;
      -moz-box-orient: vertical;
      /* Mozilla */
      -webkit-box-orient: vertical;
      /* WebKit */
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden; } }

/* ==========================================================================
   Search Form
   ========================================================================== */
.section__global--search {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  transition: all ease-in-out 200ms; }
  .section__global--search.search__active {
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }
  .section__global--search #searchClose {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 1rem;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer; }
    .section__global--search #searchClose svg {
      width: 12px;
      height: 12px; }
  .section__global--search .search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 1rem;
    width: 100%;
    height: 100%; }
    .section__global--search .search form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      max-width: 530px;
      height: 200px; }
      .section__global--search .search form label {
        color: #fff; }
      .section__global--search .search form .form-control {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%; }
        .section__global--search .search form .form-control label {
          display: none; }
        .section__global--search .search form .form-control svg {
          position: absolute;
          z-index: 9;
          top: 1.15rem;
          left: 1.5rem;
          stroke: #f16730;
          width: 23px;
          height: 23px; }
          .section__global--search .search form .form-control svg circle, .section__global--search .search form .form-control svg line {
            stroke: #f16730; }
        .section__global--search .search form .form-control .text__input {
          position: relative;
          z-index: 8;
          width: 100%;
          border: none;
          border-radius: 30px;
          padding: 1rem 1rem 1rem 4rem;
          color: #000; }
        .section__global--search .search form .form-control button[type=submit] {
          position: absolute;
          z-index: 9;
          right: -2px;
          padding: 1rem 2rem;
          border: none;
          background: #f16730;
          color: #fff;
          text-transform: uppercase;
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px;
          cursor: pointer; }
      .section__global--search .search form .search__instructions {
        color: #fff; }

@media (min-width: 768px) {
  .section__global--search .search {
    padding: 0; } }

/* ==========================================================================
   Text and Pull Quote Section
   ========================================================================== */
.two_column_pull_quote_section h3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.015em;
  color: #4e4744;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 44px;
  text-transform: uppercase; }

.two_column_pull_quote_section .quote_cool p {
  color: #4d7799 !important; }

.two_column_pull_quote_section .quote_warm p {
  color: #f16730 !important; }

.two_column_pull_quote_section .two-col-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .two_column_pull_quote_section .two-col-container .content-container {
    width: calc(50% - 20px); }
    .two_column_pull_quote_section .two-col-container .content-container p {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: 300;
      color: #4e4744; }
  .two_column_pull_quote_section .two-col-container .pull-quote-container {
    width: calc(50% - 20px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    max-height: 350px;
    min-height: 300px; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container.quote_warm {
      border-top: 15px solid #fcc50a; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container.quote_cool {
      border-top: 15px solid #4d7799; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container .active.toggle {
      background: #f16730 !important; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container .active.toggle_cool {
      background: #4d7799 !important; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container .active.toggle_warm {
      background: #f16730 !important; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 {
      position: relative;
      cursor: pointer;
      bottom: 35px;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .two_column_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 .toggle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        background: #e4ddd4;
        margin: 0 5px; }
        .two_column_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 .toggle:after {
          content: ' ';
          width: 20px;
          height: 4px; }
  .two_column_pull_quote_section .two-col-container .pull-quote-content {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 50px;
    position: relative; }
    .two_column_pull_quote_section .two-col-container .pull-quote-content .container {
      -ms-flex-direction: column;
          flex-direction: column;
      transition: 0.3s;
      display: none;
      opacity: 0;
      transition: all 0.4s ease; }
      .two_column_pull_quote_section .two-col-container .pull-quote-content .container.transition {
        display: -ms-flexbox;
        display: flex;
        opacity: 0; }
      .two_column_pull_quote_section .two-col-container .pull-quote-content .container.active {
        opacity: 1;
        display: -ms-flexbox;
        display: flex; }
    .two_column_pull_quote_section .two-col-container .pull-quote-content img {
      position: absolute;
      top: 20px;
      width: 35px; }
    .two_column_pull_quote_section .two-col-container .pull-quote-content .pq_quote {
      color: #f16730;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 17px;
      line-height: 26px;
      font-style: italic;
      text-align: center; }
    .two_column_pull_quote_section .two-col-container .pull-quote-content .pq_author {
      position: relative;
      padding-top: 20px;
      color: #f16730;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      line-height: 26px;
      text-align: center;
      margin: 0 auto;
      text-transform: uppercase; }

/* Media Queries */
@media (max-width: 1200px) {
  .text_and_pull_quote_section .two-col-container .pull-quote-content {
    padding: 20px; }
  .text_and_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 {
    right: 20px;
    bottom: 30px; } }

@media (max-width: 768px) {
  .text_and_pull_quote_section .two-col-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .text_and_pull_quote_section .two-col-container .content-container {
      width: 100%;
      padding-bottom: 20px; }
      .text_and_pull_quote_section .two-col-container .content-container p {
        font-size: 14px;
        padding-bottom: 10px; }
    .text_and_pull_quote_section .two-col-container .pull-quote-container {
      width: 100%;
      margin-top: 20px;
      height: 250px; }
    .text_and_pull_quote_section .two-col-container .pull-quote-content .pq_quote {
      font-size: 14px; } }

@media (max-width: 480px) {
  .text_and_pull_quote_section .two-col-container .pull-quote-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 450px; }
    .text_and_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 {
      margin: 0;
      right: 0;
      left: 0;
      position: relative;
      margin: 0 auto; }
  .text_and_pull_quote_section .two-col-container .pull-quote-content .container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .text_and_pull_quote_section .two-col-container .pull-quote-content img {
    width: 30px; }
  .text_and_pull_quote_section .two-col-container .pull-quote-content .pq_author {
    position: relative;
    margin-top: 40px; } }

/* ==========================================================================
   Text and Pull Quote Section
   ========================================================================== */
.pull_quote_section .quote_cool p {
  color: #4d7799 !important; }

.pull_quote_section .quote_warm p {
  color: #f16730 !important; }

.pull_quote_section .one-col-container .pull-quote-container {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative; }
  .pull_quote_section .one-col-container .pull-quote-container.quote_warm {
    border-top: 15px solid #fcc50a; }
  .pull_quote_section .one-col-container .pull-quote-container.quote_cool {
    border-top: 15px solid #4d7799; }
  .pull_quote_section .one-col-container .pull-quote-container .active.toggle_2 {
    background: #f16730 !important; }
  .pull_quote_section .one-col-container .pull-quote-container .active.toggle_3 {
    background: #4d7799 !important; }
  .pull_quote_section .one-col-container .pull-quote-container .active.toggle_cool {
    background: #4d7799 !important; }
  .pull_quote_section .one-col-container .pull-quote-container .active.toggle_warm {
    background: #f16730 !important; }
  .pull_quote_section .one-col-container .pull-quote-container .slider__toggles-1 {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    right: 40px;
    bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .pull_quote_section .one-col-container .pull-quote-container .slider__toggles-1 .toggle_2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      background: #e4ddd4;
      margin: 0 5px; }
      .pull_quote_section .one-col-container .pull-quote-container .slider__toggles-1 .toggle_2:after {
        content: ' ';
        width: 20px;
        height: 4px; }
    .pull_quote_section .one-col-container .pull-quote-container .slider__toggles-1 .toggle_3 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      background: #e4ddd4;
      margin: 0 5px; }
      .pull_quote_section .one-col-container .pull-quote-container .slider__toggles-1 .toggle_3:after {
        content: ' ';
        width: 20px;
        height: 4px; }

.pull_quote_section .one-col-container .pull-quote-content {
  padding: 50px 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .pull_quote_section .one-col-container .pull-quote-content .container {
    -ms-flex-direction: column;
        flex-direction: column;
    transition: 0.3s;
    display: none;
    opacity: 0;
    transition: all 0.4s ease; }
    .pull_quote_section .one-col-container .pull-quote-content .container.transition {
      display: -ms-flexbox;
      display: flex;
      opacity: 0; }
    .pull_quote_section .one-col-container .pull-quote-content .container.active {
      opacity: 1;
      display: -ms-flexbox;
      display: flex; }
  .pull_quote_section .one-col-container .pull-quote-content .content-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    margin-top: 20px; }
  .pull_quote_section .one-col-container .pull-quote-content img {
    position: absolute;
    top: 50px;
    left: 60px;
    width: 35px; }
  .pull_quote_section .one-col-container .pull-quote-content .pq_quote {
    color: #f16730;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    font-style: italic; }
  .pull_quote_section .one-col-container .pull-quote-content .author-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative; }
  .pull_quote_section .one-col-container .pull-quote-content .quote_cool {
    background: #c2dbe1; }
  .pull_quote_section .one-col-container .pull-quote-content .quote_warm {
    background: #fcc50a; }
  .pull_quote_section .one-col-container .pull-quote-content .author-line {
    width: 15px;
    height: 3px;
    position: absolute;
    top: 10px; }
  .pull_quote_section .one-col-container .pull-quote-content .pq_author {
    margin-left: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 400; }
    .pull_quote_section .one-col-container .pull-quote-content .pq_author .pq_title {
      text-transform: none;
      font-size: 16px;
      letter-spacing: auto;
      font-weight: 300; }

/* Media Queries */
@media (max-width: 1200px) {
  .pull_quote_section .one-col-container .pull-quote-content {
    padding: 50px 100px; }
    .pull_quote_section .one-col-container .pull-quote-content img {
      left: 40px; } }

@media (max-width: 768px) {
  .pull_quote_section .one-col-container .pull-quote-content {
    padding: 50px 60px; }
    .pull_quote_section .one-col-container .pull-quote-content img {
      top: 55px;
      left: 20px;
      width: 25px; }
    .pull_quote_section .one-col-container .pull-quote-content .pq_quote {
      font-size: 18px !important;
      line-height: 27px; } }

@media (max-width: 480px) {
  .pull_quote_section .one-col-container .pull-quote-container .slider__toggles-1 {
    position: relative;
    right: 0;
    -ms-flex-pack: center;
        justify-content: center; }
  .pull_quote_section .one-col-container .pull-quote-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .pull_quote_section .one-col-container .pull-quote-content img {
      position: relative;
      top: 0;
      left: 0;
      width: 30px;
      padding-bottom: 30px; }
    .pull_quote_section .one-col-container .pull-quote-content .pq_quote {
      text-align: center; }
    .pull_quote_section .one-col-container .pull-quote-content .author-line {
      display: none; }
    .pull_quote_section .one-col-container .pull-quote-content .author-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%; }
    .pull_quote_section .one-col-container .pull-quote-content .pq_author {
      margin-left: 0;
      text-align: center; } }

/* ==========================================================================
   Three Column Text Block
   ========================================================================== */
.three_column_text_section {
  background-color: #f5f5f5;
  padding: 20px 0;
  position: relative;
  z-index: 1; }
  .three_column_text_section .content-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    width: 100%;
    margin: 40px 0; }
    .three_column_text_section .content-container .content-block .block-title {
      letter-spacing: 0.15em;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      letter-spacing: 0.15em;
      color: #4e4744;
      font-weight: 600;
      line-height: 21px;
      text-transform: uppercase;
      padding-bottom: 20px; }

@media (max-width: 1024px) {
  .three_column_text_section .content-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .three_column_text_section .content-container .content-block .block-content {
    font-size: 14px; } }

@media (max-width: 600px) {
  .three_column_text_section .content-container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px; } }

/* Partnerships Section */
.partnership_section {
  margin: 20px 0; }
  .partnership_section .partners__title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    padding-top: 40px; }
  .partnership_section .partners__subtitle {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 400 !important;
    font-size: 22px;
    letter-spacing: 0.01em;
    padding-top: 10px;
    padding-bottom: 20px; }
  .partnership_section .partnership__grid-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center !important;
        justify-content: center !important;
    width: 100%;
    margin-bottom: 40px; }
  .partnership_section .partners__btn {
    width: 330px; }
  .partnership_section .partnership__grid {
    width: 100%;
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem;
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    -ms-flex-align: center;
        align-items: center;
    -ms-grid-column-align: center;
        justify-items: center; }
    .partnership_section .partnership__grid .image-container {
      width: 100%; }
  .partnership_section .partnership__grid-fp {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-flex-align: center;
        align-items: center;
    -ms-grid-column-align: center;
        justify-items: center;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); }
    .partnership_section .partnership__grid-fp img {
      width: 100%;
      height: auto;
      display: block;
      padding-top: 0; }
  .partnership_section.pattern-library {
    padding: 0;
    margin-top: 0; }
    .partnership_section.pattern-library img {
      padding-bottom: 0; }
  .partnership_section.white-bg {
    background: #fff; }
  .partnership_section.grey-bg {
    background: #f5f5f5; }
  .partnership_section .wrapper-inner,
  .partnership_section .wrapper-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .partnership_section .wrapper-inner.flex__left,
    .partnership_section .wrapper-main.flex__left {
      -ms-flex-align: start;
          align-items: flex-start; }
    .partnership_section .wrapper-inner.flex__centre,
    .partnership_section .wrapper-main.flex__centre {
      -ms-flex-align: center;
          align-items: center; }
    .partnership_section .wrapper-inner.flex__right,
    .partnership_section .wrapper-main.flex__right {
      -ms-flex-align: end;
          align-items: flex-end; }

/* Media Queries */
@media (max-width: 550px) {
  .partnership_section .partnership__grid-fp {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }
    .partnership_section .partnership__grid-fp .image-container img {
      padding-bottom: 20px; } }

@media (max-width: 480px) {
  .partnership_section .partners__title {
    text-align: center; } }

@media (max-width: 375px) {
  .partnership_section .partners__btn {
    width: 100%;
    padding: 0px !important; } }

.section__featured-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  min-height: 400px; }
  .section__featured-content .featured__container {
    min-height: 300px;
    width: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    transition: 0.3s;
    position: absolute;
    top: 0;
    display: none;
    opacity: 1;
    transition: opacity .4s ease; }
    .section__featured-content .featured__container.transition {
      opacity: 0;
      display: -ms-flexbox;
      display: flex; }
    .section__featured-content .featured__container.active {
      display: -ms-flexbox;
      display: flex; }
  .section__featured-content .active.toggle {
    background: #fcc50a !important; }
  .section__featured-content .wrapper-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 100%;
    position: relative; }
  .section__featured-content .btn__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: row;
        flex-direction: row;
    position: relative;
    z-index: 999;
    height: 100%;
    margin-top: auto; }
    .section__featured-content .btn__container .slide__index {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background: #fff;
      color: #4e4744;
      border: 2px solid #f5f5f5;
      margin: 0 7.5px;
      padding: 14px 1rem;
      height: 16px;
      width: 16px; }
    .section__featured-content .btn__container .slider__total {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #4e4744;
      padding: 1rem;
      height: 16px; }
  .section__featured-content .featured__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: 350px; }
    .section__featured-content .featured__content .image__holder {
      position: relative;
      margin-right: 70px;
      margin-bottom: 20px; }
      .section__featured-content .featured__content .image__holder img {
        display: block;
        width: 315px;
        height: 315px;
        -o-object-fit: cover;
           object-fit: cover; }
      .section__featured-content .featured__content .image__holder:after {
        content: '';
        position: absolute;
        top: 20px;
        left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        display: block;
        height: 100%;
        width: 100%;
        box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2); }
    .section__featured-content .featured__content .content__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-top: 20px; }
      .section__featured-content .featured__content .content__container .content__title {
        color: #f16730;
        margin-bottom: 10px; }
        .section__featured-content .featured__content .content__container .content__title:after {
          content: '';
          position: relative;
          bottom: -15px;
          display: block;
          margin-bottom: 25px;
          width: 30px;
          height: 3px;
          background: #fcc91a; }
      .section__featured-content .featured__content .content__container .content__tagline p {
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: #4e4744; }
      .section__featured-content .featured__content .content__container .content p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: #4e4744;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .section__featured-content .featured__content .content__container .content__link {
        margin: 20px 0;
        border-bottom: none;
        font-weight: 500 !important; }

/* ==========================================================================
   Full Width Video with Text Block
   ========================================================================== */
.full-width-video-text-block .video-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px; }
  .full-width-video-text-block .video-desc a {
    text-decoration: none;
    border-bottom: 1px solid #ce4f1c;
    color: #4e4744;
    cursor: pointer; }
    .full-width-video-text-block .video-desc a:hover {
      color: #ce4f1c; }

.full-width-video-text-block .container__section-title p {
  color: #4e4744;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.01em;
  padding: 0 0 20px 0; }

.full-width-video-text-block .video__title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0; }
  .full-width-video-text-block .video__title-container svg {
    width: 21px;
    height: 21px;
    fill: #4e4744; }
  .full-width-video-text-block .video__title-container .warm-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.14 41.14'%3E%3Cpath d='M20.57,0A20.57,20.57,0,0,0,0,20.57H0A20.57,20.57,0,0,0,20.57,41.14h0A20.57,20.57,0,0,0,41.14,20.57h0A20.57,20.57,0,0,0,20.57,0Zm7.68,21.36-5.36,4.76-5,4.42a.47.47,0,0,1-.66,0,.47.47,0,0,1-.12-.31V11.83a.47.47,0,0,1,.47-.47.48.48,0,0,1,.31.12l5,4.42,5.36,4.76a.45.45,0,0,1,.09.64.11.11,0,0,1-.09.06Z' transform='translate(0)' fill='%23ce4f1c'/%3E%3C/svg%3E"); }
  .full-width-video-text-block .video__title-container .reg-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.14 41.14'%3E%3Cpath d='M-191.19,203.29a20.57,20.57,0,0,0-20.57,20.57,20.57,20.57,0,0,0,20.57,20.57,20.57,20.57,0,0,0,20.57-20.57A20.57,20.57,0,0,0-191.19,203.29Zm7.68,21.36-5.36,4.76-5,4.42a.47.47,0,0,1-.78-.35V215.12a.47.47,0,0,1,.78-.35l5,4.42,5.36,4.76A.47.47,0,0,1-183.51,224.65Z' transform='translate(211.76 -203.29)' fill='%234e4744'/%3E%3C/svg%3E"); }
  .full-width-video-text-block .video__title-container .cool-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.14 41.14'%3E%3Cpath d='M20.57,0A20.57,20.57,0,0,0,0,20.57H0A20.57,20.57,0,0,0,20.57,41.14h0A20.57,20.57,0,0,0,41.14,20.57h0A20.57,20.57,0,0,0,20.57,0Zm7.68,21.36-5.36,4.76-5,4.42a.47.47,0,0,1-.66,0,.47.47,0,0,1-.12-.31V11.83a.47.47,0,0,1,.47-.47.48.48,0,0,1,.31.12l5,4.42,5.36,4.76a.45.45,0,0,1,.09.64.11.11,0,0,1-.09.06Z' transform='translate(0)' fill='%234d7799'/%3E%3C/svg%3E"); }
  .full-width-video-text-block .video__title-container .video-play-icon {
    width: 21px;
    height: 21px;
    background-size: cover; }
  .full-width-video-text-block .video__title-container .warm-title {
    color: #ce4f1c; }
  .full-width-video-text-block .video__title-container .cool-title {
    color: #4d7799; }
  .full-width-video-text-block .video__title-container .reg-title {
    color: #4e4744; }
  .full-width-video-text-block .video__title-container .video__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px; }

.full-width-video-text-block .video-container {
  width: 100%;
  height: 570px;
  position: relative; }
  .full-width-video-text-block .video-container .video-block {
    height: 100%; }
    .full-width-video-text-block .video-container .video-block iframe {
      width: 0;
      height: 0;
      min-width: 100%;
      min-height: 100%; }
  .full-width-video-text-block .video-container .warm-overlay {
    background: #ce4f1c;
    color: #ce4f1c; }
  .full-width-video-text-block .video-container .cool-overlay {
    background: #4d7799;
    color: #4d7799; }
  .full-width-video-text-block .video-container .no-overlay {
    background: none;
    color: #4e4744; }
  .full-width-video-text-block .video-container .video__text-container {
    display: none;
    position: absolute;
    z-index: 999;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 50px 100px 50px 50px; }
    .full-width-video-text-block .video-container .video__text-container .overlay-block {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.7;
      padding: 50px 100px 50px 50px; }
    .full-width-video-text-block .video-container .video__text-container .title-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .full-width-video-text-block .video-container .video__text-container .title-container svg {
        width: 21px;
        height: 21px; }
    .full-width-video-text-block .video-container .video__text-container .video__title {
      color: #fff;
      font-family: "Archivo", sans-serif;
      font-weight: 600;
      font-size: 24px;
      letter-spacing: 0.01em;
      padding-left: 10px; }
    .full-width-video-text-block .video-container .video__text-container .video__desc {
      padding-top: 30px;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 28px; }
    .full-width-video-text-block .video-container .video__text-container .warm-btn,
    .full-width-video-text-block .video-container .video__text-container .cool-btn,
    .full-width-video-text-block .video-container .video__text-container .reg-btn {
      background: #fff;
      position: absolute;
      bottom: 50px;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      border: none;
      padding: 15px 50px;
      border-radius: 30px;
      cursor: pointer;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .full-width-video-text-block .video-container .video__text-container .warm-btn:after,
      .full-width-video-text-block .video-container .video__text-container .cool-btn:after,
      .full-width-video-text-block .video-container .video__text-container .reg-btn:after {
        content: ' ';
        display: block;
        opacity: 0;
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: 12px;
        width: 20px;
        margin-left: -20px;
        transition: margin-left 0.4s ease-in-out; }
      .full-width-video-text-block .video-container .video__text-container .warm-btn:hover:after,
      .full-width-video-text-block .video-container .video__text-container .cool-btn:hover:after,
      .full-width-video-text-block .video-container .video__text-container .reg-btn:hover:after {
        opacity: 1;
        top: 0px;
        margin-left: 15px; }
    .full-width-video-text-block .video-container .video__text-container .warm-btn {
      color: #ce4f1c; }
      .full-width-video-text-block .video-container .video__text-container .warm-btn:after {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
      .full-width-video-text-block .video-container .video__text-container .warm-btn:hover {
        background: #f5dcd2; }
    .full-width-video-text-block .video-container .video__text-container .cool-btn {
      color: #4d7799; }
      .full-width-video-text-block .video-container .video__text-container .cool-btn:after {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234d7799' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
      .full-width-video-text-block .video-container .video__text-container .cool-btn:hover {
        background: #dbe4eb; }
    .full-width-video-text-block .video-container .video__text-container .reg-btn {
      color: #4e4744; }
      .full-width-video-text-block .video-container .video__text-container .reg-btn:after {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%235f5754' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
      .full-width-video-text-block .video-container .video__text-container .reg-btn:hover {
        background: #e4ddd4; }

.full-width-video-text-block .video-content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d1d9; }
  .full-width-video-text-block .video-content .vid-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #4e4744;
    position: relative; }

/* Media Queries */
@media (max-width: 992px) {
  .full-width-video-text-block .video-container {
    height: 500px; } }

@media (max-width: 768px) {
  .full-width-video-text-block .container__section-title p {
    font-size: 22px !important; }
  .full-width-video-text-block .video-desc {
    font-size: 14px; }
    .full-width-video-text-block .video-desc a {
      font-size: 14px; }
  .full-width-video-text-block .video-container {
    height: 400px; } }

@media (max-width: 700px) {
  .full-width-video-text-block .video-container {
    height: 330px; } }

@media (max-width: 600px) {
  .full-width-video-text-block .video-container {
    height: 290px; } }

@media (max-width: 480px) {
  .full-width-video-text-block .video-container {
    height: 250px; } }

/* ==========================================================================
   Full Width Video with Text Block
   ========================================================================== */
.multiple-videos-text-block {
  margin-top: 20px; }
  .multiple-videos-text-block .section-title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.01em;
    padding-bottom: 20px; }
  .multiple-videos-text-block .grid-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .multiple-videos-text-block .overlay-block-1 {
    width: 100%;
    height: 280px;
    position: absolute;
    opacity: 0.7; }
  .multiple-videos-text-block .warm-overlay {
    background: #ce4f1c;
    color: #ce4f1c; }
  .multiple-videos-text-block .cool-overlay {
    background: #4d7799;
    color: #4d7799; }
  .multiple-videos-text-block .no-overlay {
    background: none;
    color: #4e4744; }
  .multiple-videos-text-block .video-container-1 {
    width: calc(50% - 20px);
    margin-bottom: 40px; }
    .multiple-videos-text-block .video-container-1 .video-block-1 {
      position: relative;
      width: 100%;
      top: 0; }
      .multiple-videos-text-block .video-container-1 .video-block-1 .video-title__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .video-title__container svg {
          width: 21px;
          height: 21px;
          fill: #4e4744; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .video-title__container .video-title {
          padding-left: 10px;
          margin: 20px 0;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          color: #4e4744; }
      .multiple-videos-text-block .video-container-1 .video-block-1 video, .multiple-videos-text-block .video-container-1 .video-block-1 iframe {
        height: 280px; }
      .multiple-videos-text-block .video-container-1 .video-block-1 .content-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        padding: 50px; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .video-icon-title__container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .video-icon-title__container .video-title {
            color: #fff;
            font-family: "Archivo", sans-serif;
            font-weight: 600;
            font-size: 24px;
            letter-spacing: 0.01em;
            padding-left: 10px; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .video-icon-title__container svg {
            width: 21px;
            height: 21px; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn,
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn,
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn {
          background: #fff;
          position: absolute;
          bottom: 50px;
          font-family: "Poppins", sans-serif;
          font-size: 14px;
          border: none;
          padding: 15px 50px;
          border-radius: 30px;
          cursor: pointer;
          font-weight: 600;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-decoration: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn:after,
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn:after,
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn:after {
            content: ' ';
            display: block;
            opacity: 0;
            background-size: auto 100%;
            background-repeat: no-repeat;
            height: 12px;
            width: 20px;
            margin-left: -20px;
            transition: margin-left 0.4s ease-in-out; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn:hover:after,
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn:hover:after,
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn:hover:after {
            opacity: 1;
            top: 0px;
            margin-left: 15px; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn {
          color: #ce4f1c; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn:after {
            background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn:hover {
            background: #f5dcd2; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn {
          color: #4d7799; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn:after {
            background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234d7799' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn:hover {
            background: #dbe4eb; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn {
          color: #4e4744; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn:after {
            background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%235f5754' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn:hover {
            background: #e4ddd4; }
    .multiple-videos-text-block .video-container-1 .video-content .acc-text-title {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      color: #4e4744;
      padding-bottom: 25px; }
    .multiple-videos-text-block .video-container-1 .video-content .vid-desc {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: 300;
      color: #4e4744;
      position: relative;
      padding: 20px 0;
      border-bottom: 1px solid #d0d1d9; }

/* Media Queries */
@media (max-width: 1024px) {
  .multiple-videos-text-block .video-container-1 .video-block-1 .content-container {
    padding: 30px; } }

@media (max-width: 768px) {
  .multiple-videos-text-block .section-title {
    font-size: 22px !important; }
  .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .video-icon-title__container .video-title {
    font-size: 20px; }
  .multiple-videos-text-block .video-container-1 .video-content .acc-text-title {
    font-size: 14px; }
  .multiple-videos-text-block .video-container-1 .video-content .vid-desc {
    font-size: 14px; } }

@media (max-width: 650px) {
  .multiple-videos-text-block .grid-container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .multiple-videos-text-block .video-container-1 {
    width: 100%; } }

/* ==========================================================================
   Single Column Video with Text Block
   ========================================================================== */
.single-column-video-text-block {
  margin-top: 20px !important; }
  .single-column-video-text-block .container__section-title .section-title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    padding-bottom: 40px; }
  .single-column-video-text-block .column-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .single-column-video-text-block .video-container {
    width: calc(50% - 20px);
    position: relative; }
    .single-column-video-text-block .video-container .video-block {
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
    .single-column-video-text-block .video-container video, .single-column-video-text-block .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .single-column-video-text-block .video-container .overlay-block {
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0.7; }
    .single-column-video-text-block .video-container .warm-overlay {
      background: #ce4f1c;
      color: #ce4f1c; }
    .single-column-video-text-block .video-container .cool-overlay {
      background: #4d7799;
      color: #4d7799; }
    .single-column-video-text-block .video-container .no-overlay {
      background: none;
      color: #4e4744; }
    .single-column-video-text-block .video-container .video__text-container {
      position: absolute;
      z-index: 999;
      top: 0px;
      height: 100%;
      padding: 50px 100px 50px 50px; }
      .single-column-video-text-block .video-container .video__text-container .title-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .single-column-video-text-block .video-container .video__text-container .title-container svg {
          width: 21px;
          height: 21px; }
      .single-column-video-text-block .video-container .video__text-container .video__title {
        color: #fff;
        font-family: "Archivo", sans-serif;
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 0.01em;
        padding-left: 10px; }
      .single-column-video-text-block .video-container .video__text-container .video__desc {
        padding-top: 30px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 28px; }
      .single-column-video-text-block .video-container .video__text-container .warm-btn,
      .single-column-video-text-block .video-container .video__text-container .cool-btn,
      .single-column-video-text-block .video-container .video__text-container .reg-btn {
        background: #fff;
        position: absolute;
        bottom: 50px;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        border: none;
        padding: 15px 50px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .single-column-video-text-block .video-container .video__text-container .warm-btn:after,
        .single-column-video-text-block .video-container .video__text-container .cool-btn:after,
        .single-column-video-text-block .video-container .video__text-container .reg-btn:after {
          content: ' ';
          display: block;
          opacity: 0;
          background-size: auto 100%;
          background-repeat: no-repeat;
          height: 12px;
          width: 20px;
          margin-left: -20px;
          transition: margin-left 0.4s ease-in-out; }
        .single-column-video-text-block .video-container .video__text-container .warm-btn:hover:after,
        .single-column-video-text-block .video-container .video__text-container .cool-btn:hover:after,
        .single-column-video-text-block .video-container .video__text-container .reg-btn:hover:after {
          opacity: 1;
          top: 0px;
          margin-left: 15px; }
      .single-column-video-text-block .video-container .video__text-container .warm-btn {
        color: #ce4f1c; }
        .single-column-video-text-block .video-container .video__text-container .warm-btn:after {
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
        .single-column-video-text-block .video-container .video__text-container .warm-btn:hover {
          background: #f5dcd2; }
      .single-column-video-text-block .video-container .video__text-container .cool-btn {
        color: #4d7799; }
        .single-column-video-text-block .video-container .video__text-container .cool-btn:after {
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234d7799' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
        .single-column-video-text-block .video-container .video__text-container .cool-btn:hover {
          background: #dbe4eb; }
      .single-column-video-text-block .video-container .video__text-container .reg-btn {
        color: #4e4744; }
        .single-column-video-text-block .video-container .video__text-container .reg-btn:after {
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%235f5754' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
        .single-column-video-text-block .video-container .video__text-container .reg-btn:hover {
          background: #e4ddd4; }
  .single-column-video-text-block .content-container {
    width: calc(50% - 20px); }
    .single-column-video-text-block .content-container .tagline-contaner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 15px;
      margin-top: -10px; }
      .single-column-video-text-block .content-container .tagline-contaner img {
        width: 21px;
        height: auto; }
      .single-column-video-text-block .content-container .tagline-contaner svg {
        width: 21px;
        height: 21px;
        fill: #4e4744; }
      .single-column-video-text-block .content-container .tagline-contaner .tagline-title {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 44px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #4e4744;
        padding-left: 10px; }
    .single-column-video-text-block .content-container .acc-text-title {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #4e4744; }
    .single-column-video-text-block .content-container .video-desc {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 28px;
      color: #4e4744;
      padding: 20px 0 20px 0;
      border-bottom: 2px solid #fcb682; }
    .single-column-video-text-block .content-container .warm-border {
      border-bottom: 2px solid #fcb682; }
    .single-column-video-text-block .content-container .cool-border {
      border-bottom: 2px solid #4d7799; }
    .single-column-video-text-block .content-container .reg-border {
      border-bottom: 2px solid #e4ddd4; }

/* Media Queries */
@media (max-width: 1200px) {
  .single-column-video-text-block .video-container {
    height: 300px;
    height: calc(100% + 50px); } }

@media (max-width: 768px) {
  .single-column-video-text-block .container__section-title .section-title {
    font-size: 22px !important; } }

@media (max-width: 768px) {
  .single-column-video-text-block .column-container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .single-column-video-text-block .video-container {
    width: 100%; }
    .single-column-video-text-block .video-container .video__text-container {
      padding: 30px; }
      .single-column-video-text-block .video-container .video__text-container .video__title {
        font-size: 20px; }
  .single-column-video-text-block .content-container {
    width: 100%; }
    .single-column-video-text-block .content-container .tagline-contaner {
      padding-top: 20px; } }

/* ==========================================================================
   Secondary Menu / Quick Links Section
   ========================================================================== */
.quick-links-section {
  position: fixed;
  z-index: 9999;
  -ms-flex-item-align: start;
      align-self: flex-start;
  right: 0;
  top: 380px; }
  .quick-links-section .secondary-menu__closed {
    display: none;
    position: fixed;
    right: 0px;
    z-index: 999; }
    .quick-links-section .secondary-menu__closed .menu-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 50px;
      height: 50px;
      background: #ce4f1c;
      cursor: pointer;
      top: 0; }
      .quick-links-section .secondary-menu__closed .menu-icon:hover {
        background: #f16730; }
      .quick-links-section .secondary-menu__closed .menu-icon svg {
        background-size: cover; }
  .quick-links-section.scroll-active {
    top: 20px; }
  .quick-links-section .close-icon {
    display: none;
    width: 50px;
    height: 50px;
    background: #ce4f1c;
    position: absolute;
    z-index: 999999999999999;
    right: 0;
    cursor: pointer; }
    .quick-links-section .close-icon:hover {
      background: #f16730; }
    .quick-links-section .close-icon .svg__container {
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .quick-links-section .close-icon .svg__container svg {
        width: 17px;
        height: 17px; }
  .quick-links-section .secondary__menu {
    z-index: 2000;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 3rem;
    width: 300px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .quick-links-section .secondary__menu .menu__content {
      width: 300px; }
    .quick-links-section .secondary__menu .menu__title {
      text-align: center;
      color: #4e4744;
      font-weight: 600;
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    .quick-links-section .secondary__menu a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      color: #4e4744;
      padding: 1rem 2rem;
      text-decoration: none;
      transition: all ease-in-out 200ms;
      border-bottom: 2px solid #efefef; }
      .quick-links-section .secondary__menu a:first-of-type {
        border-top: 2px solid #efefef; }
      .quick-links-section .secondary__menu a svg {
        margin-left: 10px;
        height: 10px;
        width: 10px; }
        .quick-links-section .secondary__menu a svg polygon {
          stroke: #f16730; }
      .quick-links-section .secondary__menu a:hover {
        background: #f5f5f5; }
  .fix-search .quick-links-section {
    position: fixed;
    top: 10px; }

/* Media Queries */
@media (max-width: 1750px) {
  .quick-links-section .secondary__menu {
    display: block;
    width: 270px; }
    .quick-links-section .secondary__menu .menu__content {
      width: 270px; } }

@media (max-width: 1650px) {
  .quick-links-section .secondary__menu {
    display: block;
    width: 250px; }
    .quick-links-section .secondary__menu .menu__content {
      width: 250px; } }

@media (max-width: 1550px) {
  .quick-links-section .secondary__menu {
    display: none; }
  .quick-links-section .secondary-menu__closed {
    display: block; } }

@media (max-width: 1440px) {
  .quick-links-section .secondary__menu {
    position: absolute;
    top: 0;
    right: 0; } }

@media (max-width: 768px) {
  .quick-links-section .secondary-menu__closed .menu-icon {
    cursor: pointer; }
    .quick-links-section .secondary-menu__closed .menu-icon svg {
      background-size: cover; } }

@media (max-width: 480px) {
  .quick-links-section {
    display: none; } }

.section__faq .faqs {
  position: absolute;
  margin-left: 0 !important;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 15px 0 0 0;
  text-align: left;
  transition: opacity 0.4s ease;
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 2px solid #fcb682; }
  .section__faq .faqs:first-of-type {
    border-top: 2px solid #fcb682; }
  .section__faq .faqs li {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 10px !important; }
    .section__faq .faqs li::before {
      content: none !important; }
    .section__faq .faqs li li::before {
      content: "+" !important;
      font-weight: 800 !important;
      color: #f16730 !important; }
    .section__faq .faqs li li li::before {
      content: "-" !important;
      font-weight: 800 !important;
      color: #f16730 !important; }
  .section__faq .faqs.transition {
    position: relative;
    opacity: 0; }
  .section__faq .faqs.active {
    opacity: 1;
    z-index: 1;
    position: relative;
    width: 100% !important; }
  .section__faq .faqs > li {
    position: relative;
    margin-left: 0;
    padding-left: 0; }
    .section__faq .faqs > li + li {
      border-top: 1px solid grey; }
    .section__faq .faqs > li.open .question .btn:before {
      opacity: 0; }
    .section__faq .faqs > li.open .question .btn:after {
      opacity: 1; }

.section__faq .question {
  border: none;
  outline: none;
  background: transparent;
  text-align: left;
  -webkit-appearance: none;
  position: relative;
  right: 0;
  color: #4e4744;
  cursor: pointer;
  width: 1104px !important; }
  .section__faq .question p {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 5px 0 !important;
    margin-left: 30px;
    margin-right: 50px; }
  .section__faq .question:active {
    color: #fff; }
  .section__faq .question:hover .btn {
    background-position: 0 0; }
  .section__faq .question .btn {
    position: absolute;
    right: 0px !important;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    height: 45px;
    width: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .section__faq .question .btn:before, .section__faq .question .btn:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 36px;
      color: #fff;
      margin: auto;
      width: 17px;
      height: 17px;
      background: #f16730;
      border-radius: 30px;
      transition: opacity 0.4s ease;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .section__faq .question .btn:before {
      content: ' ';
      background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.41 79.41'%3E%3Ccircle cx='39.7' cy='39.7' r='39.7' style='fill:%23f16730'/%3E%3Crect x='34.82' y='21.01' width='9.76' height='40.07' style='fill:%23fff'/%3E%3Crect x='19.67' y='36.16' width='40.07' height='9.76' style='fill:%23fff'/%3E%3C/svg%3E");
      background-size: 100%; }
    .section__faq .question .btn:after {
      content: ' ';
      opacity: 0;
      background-size: 100%;
      background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.41 79.41'%3E%3Ccircle cx='39.7' cy='39.7' r='39.7' style='fill:%23ce4f1c'/%3E%3Crect x='34.82' y='21.01' width='9.76' height='40.07' style='fill:%23ce4f1c'/%3E%3Crect x='19.67' y='36.16' width='40.07' height='9.76' style='fill:%23fff'/%3E%3C/svg%3E"); }

.section__faq .answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  width: calc(100% - 40px) !important;
  margin: 10px 20px; }

.section__faq .answer__content {
  width: 100% !important;
  margin-bottom: 10px; }
  .section__faq .answer__content .read-more-btn {
    margin-top: 40px;
    margin-left: 20px; }
  .section__faq .answer__content .faq__content {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-indent: 0px; }

.section__faq .faq__section-title p {
  color: #4e4744;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.01em;
  padding-bottom: 40px; }

.section__faq .accordion__container {
  border-bottom: 2px solid #fcb682; }
  .section__faq .accordion__container:first-of-type {
    border-top: 2px solid #fcb682; }
  .section__faq .accordion__container dt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1rem;
    font-weight: 600;
    cursor: pointer; }
    .section__faq .accordion__container dt .svg-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer; }
      .section__faq .accordion__container dt .svg-container svg {
        width: 17px;
        height: 17px; }
        .section__faq .accordion__container dt .svg-container svg circle {
          fill: #f16730; }
        .section__faq .accordion__container dt .svg-container svg rect {
          fill: #fff; }
          .section__faq .accordion__container dt .svg-container svg rect:last-child {
            fill: #fff; }
    .section__faq .accordion__container dt .faq__title {
      font-size: 18px;
      font-weight: 400;
      padding: 5px 0;
      width: 100%;
      color: #4e4744;
      cursor: pointer; }
    .section__faq .accordion__container dt .plus-minus {
      cursor: pointer; }
      .section__faq .accordion__container dt .plus-minus svg circle {
        fill: #ce4f1c; }
      .section__faq .accordion__container dt .plus-minus svg rect {
        fill: #ce4f1c !important; }
        .section__faq .accordion__container dt .plus-minus svg rect:last-child {
          fill: #fff !important; }
  .section__faq .accordion__container dd {
    font-weight: 300;
    padding: 0 1rem 1rem 1rem; }
    .section__faq .accordion__container dd .read-more-btn {
      margin: 2rem 0; }
    .section__faq .accordion__container dd .faq__content {
      font-size: 16px;
      font-weight: 300;
      line-height: 28px;
      width: 100% !important; }

/* Media Queries */
@media (max-width: 1300px) {
  .section__faq .question {
    width: 100% !important; } }

@media (max-width: 768px) {
  .section__faq .question {
    width: 100% !important; }
    .section__faq .question p {
      font-size: 16px !important; }
  .section__faq .faq__section-title p {
    font-size: 18px !important; } }

/* ==========================================================================
   Two Column Image with List Section
   ========================================================================== */
.two_column_image_and_list_section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.two_column_image_and_list_section .container-left__image {
  width: calc(50% - 10px);
  padding: 20px 0; }
  .two_column_image_and_list_section .container-left__image img, .two_column_image_and_list_section .container-left__image .gettyimage {
    width: 100%; }

.two_column_image_and_list_section .container-right__content {
  width: calc(50% - 10px);
  padding: 20px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #4e4744; }
  .two_column_image_and_list_section .container-right__content .list-title {
    letter-spacing: 0.15em;
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.15em;
    color: #4e4744;
    font-weight: 600;
    text-transform: uppercase; }
  .two_column_image_and_list_section .container-right__content .cool_bullets ul {
    margin-left: 1rem; }
    .two_column_image_and_list_section .container-right__content .cool_bullets ul li {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 30px;
      list-style-type: none;
      padding: 5px 0;
      text-indent: -10px;
      padding-left: 10px; }
      .two_column_image_and_list_section .container-right__content .cool_bullets ul li:before {
        content: '+';
        padding-right: 15px;
        font-weight: 700;
        color: #6590b1;
        margin-left: -1rem; }
      .two_column_image_and_list_section .container-right__content .cool_bullets ul li li {
        margin-left: 20px;
        line-height: 25px;
        padding: 3px 0;
        text-indent: -10px;
        padding-left: 10px; }
        .two_column_image_and_list_section .container-right__content .cool_bullets ul li li:before {
          content: '-';
          font-weight: 800 !important;
          color: #6590b1; }
  .two_column_image_and_list_section .container-right__content .cool_bullets ol {
    counter-reset: list;
    list-style-type: none;
    margin-left: 1rem; }
    .two_column_image_and_list_section .container-right__content .cool_bullets ol li {
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      line-height: 30px;
      padding: 5px 0;
      text-indent: -10px;
      padding-left: 10px; }
      .two_column_image_and_list_section .container-right__content .cool_bullets ol li::before {
        counter-increment: list;
        content: counter(list) " ";
        font-weight: 600;
        color: #6590b1;
        margin-left: -1rem;
        padding-right: 15px; }
      .two_column_image_and_list_section .container-right__content .cool_bullets ol li li {
        list-style-type: none;
        margin-left: 20px;
        counter-reset: list;
        line-height: 25px;
        padding: 3px 0;
        text-indent: -10px;
        padding-left: 10px; }
        .two_column_image_and_list_section .container-right__content .cool_bullets ol li li:before {
          content: '-';
          font-weight: 800;
          color: #6590b1; }

@media (max-width: 992px) {
  .two_column_image_and_list_section .container-left__image {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 768px) {
  .two_column_image_and_list_section .container {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
  .two_column_image_and_list_section .container-left__image {
    width: 100%;
    padding: 0; }
  .two_column_image_and_list_section .container-right__content {
    width: 100%;
    font-size: 14px; }
    .two_column_image_and_list_section .container-right__content .warm_bullets ul li, .two_column_image_and_list_section .container-right__content .cool_bullets ul li {
      font-size: 14px !important; }
    .two_column_image_and_list_section .container-right__content .list-title {
      font-size: 12px !important;
      line-height: 18px; } }

@media (max-width: 480px) {
  .two_column_image_and_list_section .container-right__content {
    padding-left: 0;
    padding-right: 0; } }

/* ==========================================================================
   Photo Gallery Section
   ========================================================================== */
.photo-gallery-section {
  padding: 5px 0;
  margin-top: 20px; }
  .photo-gallery-section .wrapper-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    -ms-flex-pack: center;
        justify-content: center; }
  .photo-gallery-section .photo-gallery-title h3 {
    padding: 0 0 20px 0;
    font-family: "Archivo", sans-serif;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #4e4744;
    font-weight: 500; }
  .photo-gallery-section .align_left {
    margin-right: auto; }
  .photo-gallery-section .align_center {
    margin: 0 auto; }
  .photo-gallery-section ul,
  .photo-gallery-section ol {
    margin: 0;
    padding: 0; }
    .photo-gallery-section ul li,
    .photo-gallery-section ol li {
      margin: 0;
      padding: 0; }
      .photo-gallery-section ul li:before,
      .photo-gallery-section ol li:before {
        content: none; }
  .photo-gallery-section .gallery-link {
    width: 100%; }
    .photo-gallery-section .gallery-link .img-container {
      display: none;
      background-repeat: no-repeat;
      background-size: contain; }
      .photo-gallery-section .gallery-link .img-container.transition {
        display: -ms-flexbox;
        display: flex;
        opacity: 0; }
      .photo-gallery-section .gallery-link .img-container.active {
        opacity: 1;
        display: -ms-flexbox;
        display: flex; }
        .photo-gallery-section .gallery-link .img-container.active .getty {
          margin: 0 auto; }
    .photo-gallery-section .gallery-link img,
    .photo-gallery-section .gallery-link .getty {
      display: block;
      width: 100%;
      height: auto; }
  .photo-gallery-section .toggle-btn-container {
    position: absolute;
    width: calc(100% + 100px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .photo-gallery-section .btn__prev,
  .photo-gallery-section .btn__next {
    border: none;
    width: 40px;
    height: 40px;
    background: #e4ddd4;
    padding: 10px 8px 8px 8px;
    cursor: pointer;
    transition: background 1s; }
    .photo-gallery-section .btn__prev:hover,
    .photo-gallery-section .btn__next:hover {
      background: #beb7ad; }
    .photo-gallery-section .btn__prev svg,
    .photo-gallery-section .btn__next svg {
      width: 19px;
      height: 20px; }

/* Media Queries */
@media (max-width: 900px) {
  .photo-gallery-section .toggle-btn-container {
    position: relative;
    width: 100px;
    margin-top: 20px; } }

@media (max-width: 480px) {
  .photo-gallery-section .gallery-link img {
    background-size: cover; } }

/* ==========================================================================
   Photo Gallery with Images Sidebar Section
   ========================================================================== */
.photo-gallery-with-sidebar-section {
  margin: 20px 0; }
  .photo-gallery-with-sidebar-section .wrapper-main {
    position: relative; }
  .photo-gallery-with-sidebar-section .tagline-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    .photo-gallery-with-sidebar-section .tagline-container svg {
      width: 17px;
      height: 17px; }
    .photo-gallery-with-sidebar-section .tagline-container p {
      padding-left: 10px;
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      letter-spacing: 0.15em;
      line-height: 44px;
      color: #f16730;
      text-transform: uppercase;
      font-weight: 600; }
  .photo-gallery-with-sidebar-section .title-container p {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.01em;
    padding-bottom: 40px; }
  .photo-gallery-with-sidebar-section .gallery-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 550px; }
  .photo-gallery-with-sidebar-section .gallery-main-image {
    height: 100%;
    width: calc(80% - 20px);
    position: relative;
    z-index: 5; }
    .photo-gallery-with-sidebar-section .gallery-main-image .main-image {
      display: none;
      height: 100%;
      width: 100%;
      position: relative; }
      .photo-gallery-with-sidebar-section .gallery-main-image .main-image.active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .photo-gallery-with-sidebar-section .gallery-main-image .main-image.active .getty {
          margin: 0 auto; }
          .photo-gallery-with-sidebar-section .gallery-main-image .main-image.active .getty .getty {
            max-height: 550px;
            overflow-y: hidden; }
            .photo-gallery-with-sidebar-section .gallery-main-image .main-image.active .getty .getty div:first-child {
              display: none !important; }
      .photo-gallery-with-sidebar-section .gallery-main-image .main-image .img-container {
        width: 100%;
        height: 100%; }
        .photo-gallery-with-sidebar-section .gallery-main-image .main-image .img-container img {
          padding: 0;
          margin: 0;
          position: absolute;
          bottom: 0; }
      .photo-gallery-with-sidebar-section .gallery-main-image .main-image .getty-container {
        width: 100%;
        height: 100%; }
        .photo-gallery-with-sidebar-section .gallery-main-image .main-image .getty-container .getty {
          padding: 0;
          margin: 0; }
    .photo-gallery-with-sidebar-section .gallery-main-image .caption {
      position: absolute;
      left: 0;
      bottom: 0; }
      .photo-gallery-with-sidebar-section .gallery-main-image .caption p {
        bottom: 0;
        background: rgba(0, 0, 0, 0.74);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 65%;
        padding: 1rem;
        color: #fff;
        z-index: 10;
        font-size: 13px;
        letter-spacing: 0.25px;
        line-height: 1.6;
        font-weight: 300; }
      .photo-gallery-with-sidebar-section .gallery-main-image .caption svg {
        width: 17px;
        height: 17px;
        margin-right: 10px; }
  .photo-gallery-with-sidebar-section .sidebar-images {
    height: 550px;
    width: calc(20% - 10px);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    z-index: 10;
    top: 0;
    cursor: pointer; }
    .photo-gallery-with-sidebar-section .sidebar-images li {
      position: relative;
      padding: 0;
      margin: 0;
      margin-top: 10px;
      height: 200px; }
      .photo-gallery-with-sidebar-section .sidebar-images li:before {
        display: none; }
      .photo-gallery-with-sidebar-section .sidebar-images li.active {
        outline: 2px inset #d1c7ba; }
      .photo-gallery-with-sidebar-section .sidebar-images li .img-container {
        height: 100%;
        width: 100%; }
        .photo-gallery-with-sidebar-section .sidebar-images li .img-container img {
          position: relative;
          left: 5px; }
      .photo-gallery-with-sidebar-section .sidebar-images li .getty-container {
        height: 100%;
        width: 100%; }
        .photo-gallery-with-sidebar-section .sidebar-images li .getty-container .getty .getty.embed.image {
          position: relative;
          z-index: -1; }
          .photo-gallery-with-sidebar-section .sidebar-images li .getty-container .getty .getty.embed.image div:first-child {
            display: none; }
            .photo-gallery-with-sidebar-section .sidebar-images li .getty-container .getty .getty.embed.image div:first-child a {
              content: ""; }
  .photo-gallery-with-sidebar-section .btn-container {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    right: 9%;
    top: -30px;
    height: calc(100% + 60px);
    z-index: 5; }
    .photo-gallery-with-sidebar-section .btn-container .btn__up,
    .photo-gallery-with-sidebar-section .btn-container .btn__down {
      width: 20px;
      height: 20px;
      border: none;
      background: none;
      cursor: pointer; }
      .photo-gallery-with-sidebar-section .btn-container .btn__up:hover svg,
      .photo-gallery-with-sidebar-section .btn-container .btn__down:hover svg {
        stroke: #a29d98; }
      .photo-gallery-with-sidebar-section .btn-container .btn__up svg,
      .photo-gallery-with-sidebar-section .btn-container .btn__down svg {
        stroke: #d1d1d1;
        width: 15px;
        height: 10px; }
    .photo-gallery-with-sidebar-section .btn-container .btn__up svg {
      transform: rotate(180deg); }
    .photo-gallery-with-sidebar-section .btn-container .btn__down {
      position: absolute;
      bottom: 0; }

/* Media Queries */
@media (max-width: 992px) {
  .photo-gallery-with-sidebar-section .gallery-container {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto; }
  .photo-gallery-with-sidebar-section .gallery-main-image {
    width: 100%;
    height: 500px; }
  .photo-gallery-with-sidebar-section .sidebar-images {
    width: 100%;
    height: 150px;
    -ms-flex-direction: row;
        flex-direction: row; }
    .photo-gallery-with-sidebar-section .sidebar-images li {
      height: 120px;
      width: 120px; }
  .photo-gallery-with-sidebar-section .btn-container {
    position: absolute;
    top: 520px;
    left: -30px;
    width: calc(100% + 60px);
    height: 120px;
    -ms-flex-align: center;
        align-items: center; }
    .photo-gallery-with-sidebar-section .btn-container .btn__up {
      position: absolute;
      left: 0;
      transform: rotate(-90deg);
      top: 50px; }
    .photo-gallery-with-sidebar-section .btn-container .btn__down {
      position: absolute;
      right: 0;
      transform: rotate(-90deg);
      top: 50px; } }

@media (max-width: 768px) {
  .photo-gallery-with-sidebar-section .title-container p {
    font-size: 22px !important; }
  .photo-gallery-with-sidebar-section .gallery-main-image {
    width: 100%;
    height: 400px; }
  .photo-gallery-with-sidebar-section .sidebar-images {
    width: 100%;
    margin-top: 20px;
    -ms-flex-direction: row;
        flex-direction: row; }
    .photo-gallery-with-sidebar-section .sidebar-images li {
      height: 180px;
      width: calc(100% / 2); }
      .photo-gallery-with-sidebar-section .sidebar-images li:nth-child(4n-1) {
        display: none; }
      .photo-gallery-with-sidebar-section .sidebar-images li:nth-child(4n) {
        display: none; }
  .photo-gallery-with-sidebar-section .btn-container {
    top: 450px;
    left: -20px;
    width: calc(100% + 40px); } }

/* ==========================================================================
   Photo and/or Video Grid Section
   ========================================================================== */
.photo-video-grid-section {
  margin-top: 20px; }
  .photo-video-grid-section .grid__title-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-right: auto; }
    .photo-video-grid-section .grid__title-container .title {
      text-align: left;
      float: left;
      padding-bottom: 40px;
      color: #4e4744;
      font-family: "Archivo", sans-serif;
      font-weight: 600;
      font-size: 22px;
      letter-spacing: 0.01em; }
  .photo-video-grid-section .grid-container {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    grid-auto-rows: 160px;
    grid-auto-columns: 240px; }
  .photo-video-grid-section .image-video-item {
    position: relative; }
    .photo-video-grid-section .image-video-item .hover-container {
      display: none; }
      .photo-video-grid-section .image-video-item .hover-container .plus-icon {
        position: absolute;
        z-index: 1; }
        .photo-video-grid-section .image-video-item .hover-container .plus-icon svg {
          width: 24px;
          height: 24px;
          opacity: 1; }
      .photo-video-grid-section .image-video-item .hover-container .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #555555; }
    .photo-video-grid-section .image-video-item span,
    .photo-video-grid-section .image-video-item a {
      border-bottom: none; }
      .photo-video-grid-section .image-video-item span:hover > .hover-container,
      .photo-video-grid-section .image-video-item a:hover > .hover-container {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%;
        height: 100%;
        cursor: pointer; }
    .photo-video-grid-section .image-video-item .getty-image-container iframe {
      max-height: 160px; }
    .photo-video-grid-section .image-video-item .getty-image-container div {
      height: 0px; }
  .photo-video-grid-section .photogrid-lightbox {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75); }
    .photo-video-grid-section .photogrid-lightbox .title {
      position: absolute; }
    .photo-video-grid-section .photogrid-lightbox .lightbox-content {
      position: relative;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
    .photo-video-grid-section .photogrid-lightbox.lightbox-active {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      background: rgba(0, 0, 0, 0.9); }
      .photo-video-grid-section .photogrid-lightbox.lightbox-active svg {
        position: absolute;
        width: 21px;
        height: 21px;
        right: -40px;
        top: -40px;
        cursor: pointer; }
      .photo-video-grid-section .photogrid-lightbox.lightbox-active img {
        display: block;
        max-width: 700px;
        box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
        height: auto; }
      .photo-video-grid-section .photogrid-lightbox.lightbox-active .caption-container {
        width: 100%;
        background: #fff;
        padding: 35px;
        box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
        color: #4e4744; }

/* Media Queries */
@media (max-width: 768px) {
  .photo-video-grid-section .grid__title-container .title {
    font-size: 22px !important; }
  .photo-video-grid-section .grid-container {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 480px) {
  .photo-video-grid-section .grid-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   Photo or Video Lightbox Section
   ========================================================================== */
.photo-video-lightbox-section {
  background: #555555;
  padding-top: 135px;
  padding-bottom: 135px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  display: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 100px 0; }
  .photo-video-lightbox-section .container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    display: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .photo-video-lightbox-section .title-lightbox-container {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    position: relative;
    width: 100%; }
    .photo-video-lightbox-section .title-lightbox-container p {
      font-family: "Archivo", sans-serif;
      font-weight: 600;
      letter-spacing: 0.01em;
      font-size: 30px;
      color: #fff;
      padding-bottom: 20px;
      line-height: 1.43; }
    .photo-video-lightbox-section .title-lightbox-container svg {
      position: absolute;
      width: 21px;
      height: 21px;
      right: -40px;
      top: 10px; }
  .photo-video-lightbox-section .gallery-lightbox-container {
    position: relative;
    width: 100%;
    height: 670px; }
    .photo-video-lightbox-section .gallery-lightbox-container li:before {
      display: none; }
    .photo-video-lightbox-section .gallery-lightbox-container img {
      position: absolute;
      box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1); }
  .photo-video-lightbox-section .caption-container {
    width: 100%;
    background: #fff;
    padding: 35px;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2); }
    .photo-video-lightbox-section .caption-container p {
      color: #4e4744; }
  .photo-video-lightbox-section .lightbox-toggle-btn-container {
    width: 100%;
    position: absolute;
    top: 50%; }
    .photo-video-lightbox-section .lightbox-toggle-btn-container .btn__prev {
      position: absolute;
      left: -60px; }
      .photo-video-lightbox-section .lightbox-toggle-btn-container .btn__prev svg {
        width: 10px;
        height: 10px; }
    .photo-video-lightbox-section .lightbox-toggle-btn-container .btn__next {
      position: absolute;
      right: -60px; }
      .photo-video-lightbox-section .lightbox-toggle-btn-container .btn__next svg {
        width: 10px;
        height: 10px; }

/* Media Queries */
@media (max-width: 992px) {
  .photo-video-lightbox-section .gallery-lightbox-container {
    height: 570px; } }

@media (max-width: 900px) {
  .photo-video-lightbox-section .title-lightbox-container svg {
    right: 0px;
    top: 0px; }
  .photo-video-lightbox-section .lightbox-toggle-btn-container {
    width: 100px;
    top: 10px;
    position: relative; }
    .photo-video-lightbox-section .lightbox-toggle-btn-container .btn__prev {
      left: 0; }
    .photo-video-lightbox-section .lightbox-toggle-btn-container .btn__next {
      right: 0px; } }

@media (max-width: 768px) {
  .photo-video-lightbox-section .gallery-lightbox-container {
    height: 470px; } }

/* ==========================================================================
   Full Width Video with Text Block
   ========================================================================== */
.full-width-video-text-block .video-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px; }
  .full-width-video-text-block .video-desc a {
    text-decoration: none;
    border-bottom: 1px solid #ce4f1c;
    color: #4e4744;
    cursor: pointer; }
    .full-width-video-text-block .video-desc a:hover {
      color: #ce4f1c; }

.full-width-video-text-block .container__section-title p {
  color: #4e4744;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.01em;
  padding: 0 0 20px 0; }

.full-width-video-text-block .video__title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0; }
  .full-width-video-text-block .video__title-container svg {
    width: 21px;
    height: 21px;
    fill: #4e4744; }
  .full-width-video-text-block .video__title-container .warm-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.14 41.14'%3E%3Cpath d='M20.57,0A20.57,20.57,0,0,0,0,20.57H0A20.57,20.57,0,0,0,20.57,41.14h0A20.57,20.57,0,0,0,41.14,20.57h0A20.57,20.57,0,0,0,20.57,0Zm7.68,21.36-5.36,4.76-5,4.42a.47.47,0,0,1-.66,0,.47.47,0,0,1-.12-.31V11.83a.47.47,0,0,1,.47-.47.48.48,0,0,1,.31.12l5,4.42,5.36,4.76a.45.45,0,0,1,.09.64.11.11,0,0,1-.09.06Z' transform='translate(0)' fill='%23ce4f1c'/%3E%3C/svg%3E"); }
  .full-width-video-text-block .video__title-container .reg-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.14 41.14'%3E%3Cpath d='M-191.19,203.29a20.57,20.57,0,0,0-20.57,20.57,20.57,20.57,0,0,0,20.57,20.57,20.57,20.57,0,0,0,20.57-20.57A20.57,20.57,0,0,0-191.19,203.29Zm7.68,21.36-5.36,4.76-5,4.42a.47.47,0,0,1-.78-.35V215.12a.47.47,0,0,1,.78-.35l5,4.42,5.36,4.76A.47.47,0,0,1-183.51,224.65Z' transform='translate(211.76 -203.29)' fill='%234e4744'/%3E%3C/svg%3E"); }
  .full-width-video-text-block .video__title-container .cool-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.14 41.14'%3E%3Cpath d='M20.57,0A20.57,20.57,0,0,0,0,20.57H0A20.57,20.57,0,0,0,20.57,41.14h0A20.57,20.57,0,0,0,41.14,20.57h0A20.57,20.57,0,0,0,20.57,0Zm7.68,21.36-5.36,4.76-5,4.42a.47.47,0,0,1-.66,0,.47.47,0,0,1-.12-.31V11.83a.47.47,0,0,1,.47-.47.48.48,0,0,1,.31.12l5,4.42,5.36,4.76a.45.45,0,0,1,.09.64.11.11,0,0,1-.09.06Z' transform='translate(0)' fill='%234d7799'/%3E%3C/svg%3E"); }
  .full-width-video-text-block .video__title-container .video-play-icon {
    width: 21px;
    height: 21px;
    background-size: cover; }
  .full-width-video-text-block .video__title-container .warm-title {
    color: #ce4f1c; }
  .full-width-video-text-block .video__title-container .cool-title {
    color: #4d7799; }
  .full-width-video-text-block .video__title-container .reg-title {
    color: #4e4744; }
  .full-width-video-text-block .video__title-container .video__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px; }

.full-width-video-text-block .video-container {
  width: 100%;
  height: 570px;
  position: relative; }
  .full-width-video-text-block .video-container .video-block {
    height: 100%; }
    .full-width-video-text-block .video-container .video-block iframe {
      width: 0;
      height: 0;
      min-width: 100%;
      min-height: 100%; }
  .full-width-video-text-block .video-container .warm-overlay {
    background: #ce4f1c;
    color: #ce4f1c; }
  .full-width-video-text-block .video-container .cool-overlay {
    background: #4d7799;
    color: #4d7799; }
  .full-width-video-text-block .video-container .no-overlay {
    background: none;
    color: #4e4744; }
  .full-width-video-text-block .video-container .video__text-container {
    display: none;
    position: absolute;
    z-index: 999;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 50px 100px 50px 50px; }
    .full-width-video-text-block .video-container .video__text-container .overlay-block {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.7;
      padding: 50px 100px 50px 50px; }
    .full-width-video-text-block .video-container .video__text-container .title-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .full-width-video-text-block .video-container .video__text-container .title-container svg {
        width: 21px;
        height: 21px; }
    .full-width-video-text-block .video-container .video__text-container .video__title {
      color: #fff;
      font-family: "Archivo", sans-serif;
      font-weight: 600;
      font-size: 24px;
      letter-spacing: 0.01em;
      padding-left: 10px; }
    .full-width-video-text-block .video-container .video__text-container .video__desc {
      padding-top: 30px;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 28px; }
    .full-width-video-text-block .video-container .video__text-container .warm-btn,
    .full-width-video-text-block .video-container .video__text-container .cool-btn,
    .full-width-video-text-block .video-container .video__text-container .reg-btn {
      background: #fff;
      position: absolute;
      bottom: 50px;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      border: none;
      padding: 15px 50px;
      border-radius: 30px;
      cursor: pointer;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .full-width-video-text-block .video-container .video__text-container .warm-btn:after,
      .full-width-video-text-block .video-container .video__text-container .cool-btn:after,
      .full-width-video-text-block .video-container .video__text-container .reg-btn:after {
        content: ' ';
        display: block;
        opacity: 0;
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: 12px;
        width: 20px;
        margin-left: -20px;
        transition: margin-left 0.4s ease-in-out; }
      .full-width-video-text-block .video-container .video__text-container .warm-btn:hover:after,
      .full-width-video-text-block .video-container .video__text-container .cool-btn:hover:after,
      .full-width-video-text-block .video-container .video__text-container .reg-btn:hover:after {
        opacity: 1;
        top: 0px;
        margin-left: 15px; }
    .full-width-video-text-block .video-container .video__text-container .warm-btn {
      color: #ce4f1c; }
      .full-width-video-text-block .video-container .video__text-container .warm-btn:after {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
      .full-width-video-text-block .video-container .video__text-container .warm-btn:hover {
        background: #f5dcd2; }
    .full-width-video-text-block .video-container .video__text-container .cool-btn {
      color: #4d7799; }
      .full-width-video-text-block .video-container .video__text-container .cool-btn:after {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234d7799' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
      .full-width-video-text-block .video-container .video__text-container .cool-btn:hover {
        background: #dbe4eb; }
    .full-width-video-text-block .video-container .video__text-container .reg-btn {
      color: #4e4744; }
      .full-width-video-text-block .video-container .video__text-container .reg-btn:after {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%235f5754' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
      .full-width-video-text-block .video-container .video__text-container .reg-btn:hover {
        background: #e4ddd4; }

.full-width-video-text-block .video-content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d1d9; }
  .full-width-video-text-block .video-content .vid-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #4e4744;
    position: relative; }

/* Media Queries */
@media (max-width: 992px) {
  .full-width-video-text-block .video-container {
    height: 500px; } }

@media (max-width: 768px) {
  .full-width-video-text-block .container__section-title p {
    font-size: 22px !important; }
  .full-width-video-text-block .video-desc {
    font-size: 14px; }
    .full-width-video-text-block .video-desc a {
      font-size: 14px; }
  .full-width-video-text-block .video-container {
    height: 400px; } }

@media (max-width: 700px) {
  .full-width-video-text-block .video-container {
    height: 330px; } }

@media (max-width: 600px) {
  .full-width-video-text-block .video-container {
    height: 290px; } }

@media (max-width: 480px) {
  .full-width-video-text-block .video-container {
    height: 250px; } }

/* ==========================================================================
   Full Width Video with Text Block
   ========================================================================== */
.multiple-videos-text-block {
  margin-top: 20px; }
  .multiple-videos-text-block .section-title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.01em;
    padding-bottom: 20px; }
  .multiple-videos-text-block .grid-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .multiple-videos-text-block .overlay-block-1 {
    width: 100%;
    height: 280px;
    position: absolute;
    opacity: 0.7; }
  .multiple-videos-text-block .warm-overlay {
    background: #ce4f1c;
    color: #ce4f1c; }
  .multiple-videos-text-block .cool-overlay {
    background: #4d7799;
    color: #4d7799; }
  .multiple-videos-text-block .no-overlay {
    background: none;
    color: #4e4744; }
  .multiple-videos-text-block .video-container-1 {
    width: calc(50% - 20px);
    margin-bottom: 40px; }
    .multiple-videos-text-block .video-container-1 .video-block-1 {
      position: relative;
      width: 100%;
      top: 0; }
      .multiple-videos-text-block .video-container-1 .video-block-1 .video-title__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .video-title__container svg {
          width: 21px;
          height: 21px;
          fill: #4e4744; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .video-title__container .video-title {
          padding-left: 10px;
          margin: 20px 0;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          color: #4e4744; }
      .multiple-videos-text-block .video-container-1 .video-block-1 video, .multiple-videos-text-block .video-container-1 .video-block-1 iframe {
        height: 280px; }
      .multiple-videos-text-block .video-container-1 .video-block-1 .content-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        padding: 50px; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .video-icon-title__container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .video-icon-title__container .video-title {
            color: #fff;
            font-family: "Archivo", sans-serif;
            font-weight: 600;
            font-size: 24px;
            letter-spacing: 0.01em;
            padding-left: 10px; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .video-icon-title__container svg {
            width: 21px;
            height: 21px; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn,
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn,
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn {
          background: #fff;
          position: absolute;
          bottom: 50px;
          font-family: "Poppins", sans-serif;
          font-size: 14px;
          border: none;
          padding: 15px 50px;
          border-radius: 30px;
          cursor: pointer;
          font-weight: 600;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-decoration: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn:after,
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn:after,
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn:after {
            content: ' ';
            display: block;
            opacity: 0;
            background-size: auto 100%;
            background-repeat: no-repeat;
            height: 12px;
            width: 20px;
            margin-left: -20px;
            transition: margin-left 0.4s ease-in-out; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn:hover:after,
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn:hover:after,
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn:hover:after {
            opacity: 1;
            top: 0px;
            margin-left: 15px; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn {
          color: #ce4f1c; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn:after {
            background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .warm-btn:hover {
            background: #f5dcd2; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn {
          color: #4d7799; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn:after {
            background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234d7799' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .cool-btn:hover {
            background: #dbe4eb; }
        .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn {
          color: #4e4744; }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn:after {
            background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%235f5754' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
          .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .reg-btn:hover {
            background: #e4ddd4; }
    .multiple-videos-text-block .video-container-1 .video-content .acc-text-title {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      color: #4e4744;
      padding-bottom: 25px; }
    .multiple-videos-text-block .video-container-1 .video-content .vid-desc {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: 300;
      color: #4e4744;
      position: relative;
      padding: 20px 0;
      border-bottom: 1px solid #d0d1d9; }

/* Media Queries */
@media (max-width: 1024px) {
  .multiple-videos-text-block .video-container-1 .video-block-1 .content-container {
    padding: 30px; } }

@media (max-width: 768px) {
  .multiple-videos-text-block .section-title {
    font-size: 22px !important; }
  .multiple-videos-text-block .video-container-1 .video-block-1 .content-container .video-icon-title__container .video-title {
    font-size: 20px; }
  .multiple-videos-text-block .video-container-1 .video-content .acc-text-title {
    font-size: 14px; }
  .multiple-videos-text-block .video-container-1 .video-content .vid-desc {
    font-size: 14px; } }

@media (max-width: 650px) {
  .multiple-videos-text-block .grid-container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .multiple-videos-text-block .video-container-1 {
    width: 100%; } }

/* ==========================================================================
   Single Column Video with Text Block
   ========================================================================== */
.single-column-video-text-block {
  margin-top: 20px !important; }
  .single-column-video-text-block .container__section-title .section-title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    padding-bottom: 40px; }
  .single-column-video-text-block .column-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .single-column-video-text-block .video-container {
    width: calc(50% - 20px);
    position: relative; }
    .single-column-video-text-block .video-container .video-block {
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
    .single-column-video-text-block .video-container video, .single-column-video-text-block .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .single-column-video-text-block .video-container .overlay-block {
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0.7; }
    .single-column-video-text-block .video-container .warm-overlay {
      background: #ce4f1c;
      color: #ce4f1c; }
    .single-column-video-text-block .video-container .cool-overlay {
      background: #4d7799;
      color: #4d7799; }
    .single-column-video-text-block .video-container .no-overlay {
      background: none;
      color: #4e4744; }
    .single-column-video-text-block .video-container .video__text-container {
      position: absolute;
      z-index: 999;
      top: 0px;
      height: 100%;
      padding: 50px 100px 50px 50px; }
      .single-column-video-text-block .video-container .video__text-container .title-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .single-column-video-text-block .video-container .video__text-container .title-container svg {
          width: 21px;
          height: 21px; }
      .single-column-video-text-block .video-container .video__text-container .video__title {
        color: #fff;
        font-family: "Archivo", sans-serif;
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 0.01em;
        padding-left: 10px; }
      .single-column-video-text-block .video-container .video__text-container .video__desc {
        padding-top: 30px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 28px; }
      .single-column-video-text-block .video-container .video__text-container .warm-btn,
      .single-column-video-text-block .video-container .video__text-container .cool-btn,
      .single-column-video-text-block .video-container .video__text-container .reg-btn {
        background: #fff;
        position: absolute;
        bottom: 50px;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        border: none;
        padding: 15px 50px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .single-column-video-text-block .video-container .video__text-container .warm-btn:after,
        .single-column-video-text-block .video-container .video__text-container .cool-btn:after,
        .single-column-video-text-block .video-container .video__text-container .reg-btn:after {
          content: ' ';
          display: block;
          opacity: 0;
          background-size: auto 100%;
          background-repeat: no-repeat;
          height: 12px;
          width: 20px;
          margin-left: -20px;
          transition: margin-left 0.4s ease-in-out; }
        .single-column-video-text-block .video-container .video__text-container .warm-btn:hover:after,
        .single-column-video-text-block .video-container .video__text-container .cool-btn:hover:after,
        .single-column-video-text-block .video-container .video__text-container .reg-btn:hover:after {
          opacity: 1;
          top: 0px;
          margin-left: 15px; }
      .single-column-video-text-block .video-container .video__text-container .warm-btn {
        color: #ce4f1c; }
        .single-column-video-text-block .video-container .video__text-container .warm-btn:after {
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23ce4f1c' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
        .single-column-video-text-block .video-container .video__text-container .warm-btn:hover {
          background: #f5dcd2; }
      .single-column-video-text-block .video-container .video__text-container .cool-btn {
        color: #4d7799; }
        .single-column-video-text-block .video-container .video__text-container .cool-btn:after {
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234d7799' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
        .single-column-video-text-block .video-container .video__text-container .cool-btn:hover {
          background: #dbe4eb; }
      .single-column-video-text-block .video-container .video__text-container .reg-btn {
        color: #4e4744; }
        .single-column-video-text-block .video-container .video__text-container .reg-btn:after {
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%235f5754' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
        .single-column-video-text-block .video-container .video__text-container .reg-btn:hover {
          background: #e4ddd4; }
  .single-column-video-text-block .content-container {
    width: calc(50% - 20px); }
    .single-column-video-text-block .content-container .tagline-contaner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 15px;
      margin-top: -10px; }
      .single-column-video-text-block .content-container .tagline-contaner img {
        width: 21px;
        height: auto; }
      .single-column-video-text-block .content-container .tagline-contaner svg {
        width: 21px;
        height: 21px;
        fill: #4e4744; }
      .single-column-video-text-block .content-container .tagline-contaner .tagline-title {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 44px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #4e4744;
        padding-left: 10px; }
    .single-column-video-text-block .content-container .acc-text-title {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #4e4744; }
    .single-column-video-text-block .content-container .video-desc {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 28px;
      color: #4e4744;
      padding: 20px 0 20px 0;
      border-bottom: 2px solid #fcb682; }
    .single-column-video-text-block .content-container .warm-border {
      border-bottom: 2px solid #fcb682; }
    .single-column-video-text-block .content-container .cool-border {
      border-bottom: 2px solid #4d7799; }
    .single-column-video-text-block .content-container .reg-border {
      border-bottom: 2px solid #e4ddd4; }

/* Media Queries */
@media (max-width: 1200px) {
  .single-column-video-text-block .video-container {
    height: 300px;
    height: calc(100% + 50px); } }

@media (max-width: 768px) {
  .single-column-video-text-block .container__section-title .section-title {
    font-size: 22px !important; } }

@media (max-width: 768px) {
  .single-column-video-text-block .column-container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .single-column-video-text-block .video-container {
    width: 100%; }
    .single-column-video-text-block .video-container .video__text-container {
      padding: 30px; }
      .single-column-video-text-block .video-container .video__text-container .video__title {
        font-size: 20px; }
  .single-column-video-text-block .content-container {
    width: 100%; }
    .single-column-video-text-block .content-container .tagline-contaner {
      padding-top: 20px; } }

.table_section .warm-title {
  background: #ce4f1c; }

.table_section .cool-title {
  background: #4d7799; }

.table_section.cool .section__table-design table th, .table_section.cool .section__table-design table span, .table_section.cool .section__table-design table h2 {
  color: #4d7799; }

.table_section.cool .section__table-design table tr:first-of-type {
  border-bottom: 2px solid #4d7799; }
  .table_section.cool .section__table-design table tr:first-of-type td {
    letter-spacing: 0.01em;
    font-size: 20px;
    background: #fafafa;
    font-weight: 600;
    color: #4d7799; }

.table_section.warm .section__table-design table th, .table_section.warm .section__table-design table span, .table_section.warm .section__table-design table h2 {
  color: #ce4f1c; }

.table_section.warm .section__table-design table tr:first-of-type {
  border-bottom: 2px solid #ce4f1c; }
  .table_section.warm .section__table-design table tr:first-of-type td {
    letter-spacing: 0.01em;
    font-size: 20px;
    background: #fafafa;
    font-weight: 600;
    color: #ce4f1c; }

.table_section .title {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 30px;
  padding: 30px; }

.table_section .section__table-design {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
  .table_section .section__table-design .span-color__cool span {
    color: #4d7799; }
  .table_section .section__table-design .span-color__warm span {
    color: #ce4f1c; }
  .table_section .section__table-design table {
    width: 100%;
    table-layout: fixed; }
    .table_section .section__table-design table tr {
      border-bottom: 1px solid #e4ddd4; }
      .table_section .section__table-design table tr:last-of-type {
        border: none; }
    .table_section .section__table-design table span {
      position: relative;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700; }
      .table_section .section__table-design table span:after {
        content: "\a";
        white-space: pre; }
    .table_section .section__table-design table th {
      font-family: "Archivo", sans-serif;
      font-weight: 600;
      letter-spacing: 0.01em;
      font-size: 20px;
      text-align: left;
      padding: 30px; }
      .table_section .section__table-design table th.th-text__warm {
        color: #ce4f1c;
        border-bottom: 2px solid #ce4f1c; }
      .table_section .section__table-design table th.th-text__cool {
        color: #4d7799;
        border-bottom: 2px solid #4d7799; }
    .table_section .section__table-design table td {
      padding: 30px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      color: #4e4744; }
      .table_section .section__table-design table td:nth-child(odd) {
        background: #fafafa; }
      .table_section .section__table-design table td .warm_bullets ul {
        margin-left: 1rem; }
        .table_section .section__table-design table td .warm_bullets ul li {
          list-style-type: none;
          margin-bottom: 7.55px; }
          .table_section .section__table-design table td .warm_bullets ul li:before {
            content: '+';
            padding-right: 5px;
            margin-left: -1rem;
            font-weight: 700;
            color: #f16730; }
          .table_section .section__table-design table td .warm_bullets ul li li {
            margin-left: 20px; }
            .table_section .section__table-design table td .warm_bullets ul li li:before {
              content: '-';
              font-weight: 600;
              color: #f16730; }
      .table_section .section__table-design table td .warm_bullets ol {
        counter-reset: list;
        list-style-type: none; }
        .table_section .section__table-design table td .warm_bullets ol li::before {
          counter-increment: list;
          content: counter(list) " ";
          font-weight: 600;
          color: #f16730; }
        .table_section .section__table-design table td .warm_bullets ol li li {
          list-style-type: none;
          margin-left: 20px;
          counter-reset: list; }
          .table_section .section__table-design table td .warm_bullets ol li li:before {
            content: '-';
            font-weight: 800;
            color: #f16730; }

/* Media Queries */
@media (max-width: 1024px) {
  .table_section.cool .section__table-design table td:first-child {
    background: #dbe4eb !important;
    padding: 10px 30px !important; }
  .table_section.warm .section__table-design table td:first-child {
    background: #f5dcd2 !important;
    padding: 10px 30px !important; }
  .table_section table {
    width: 100%;
    display: block; }
    .table_section table th {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .table_section table tr {
      position: relative;
      width: 100%; }
      .table_section table tr:first-child:after {
        content: none; }
      .table_section table tr:last-child:after {
        content: none; }
    .table_section table td {
      /* Behave  like a "row" */
      border: none;
      position: relative;
      padding-top: 50px !important;
      padding-left: 50%;
      width: 100%;
      color: #4e4744 !important; }
      .table_section table td:first-child {
        color: #4e4744 !important;
        text-transform: capitalize !important;
        font-weight: 300  !important; }
      .table_section table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 20px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 500;
        /* Label the data */
        content: attr(data-column);
        color: #4e4744 !important; } }

/* ==========================================================================
   Form Block
   ========================================================================== */
.form-block {
  background: #fff;
  padding-top: 30px !important; }
  .form-block .form__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    min-height: 760px;
    position: relative;
    background-repeat: no-repeat; }
  .form-block .left-block {
    width: 410px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: auto;
    height: 100%; }
    .form-block .left-block .left-block__container {
      padding-top: 70px;
      padding-left: 60px; }
      .form-block .left-block .left-block__container .form-title {
        font-family: "Archivo", sans-serif;
        font-size: 48px;
        line-height: 52px;
        color: #fff;
        font-weight: 600;
        padding-right: 135px; }
      .form-block .left-block .left-block__container .form-desc {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding-top: 30px;
        padding-right: 90px; }
  .form-block .right-block {
    width: calc(100% - 410px);
    padding-left: 65px;
    padding-top: 50px;
    padding-right: 65px;
    position: relative;
    background: #fff; }
    .form-block .right-block .gform_wrapper .gform_body .gform_fields li:before {
      content: none !important; }
    .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li, .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
      text-indent: 0; }
    .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_number {
      border: 2px solid #f5f5f5;
      background: #f5f5f5;
      border-radius: 30px;
      padding: 15px 20px; }
    .form-block .right-block .gform_wrapper .ginput_container.ginput_container_fileupload {
      border: 1px solid #ce4f1c;
      width: 180px;
      height: 40px;
      color: #ce4f1c;
      position: relative;
      cursor: pointer;
      border-radius: 20px;
      font-weight: 500; }
      .form-block .right-block .gform_wrapper .ginput_container.ginput_container_fileupload:hover {
        border: 1px solid #ce4f1c;
        background: #ce4f1c;
        color: #fff;
        cursor: pointer; }
      .form-block .right-block .gform_wrapper .ginput_container.ginput_container_fileupload:after {
        content: "Upload";
        position: absolute;
        top: 5px;
        left: 35%;
        cursor: pointer; }
    .form-block .right-block .gform_wrapper input[type="file"] {
      opacity: 0;
      width: 180px;
      height: 40px;
      cursor: pointer; }
    .form-block .right-block .gform_wrapper input[type="checkbox"],
    .form-block .right-block .gform_wrapper input[type="radio"] {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer;
      -webkit-appearance: none; }
      .form-block .right-block .gform_wrapper input[type="checkbox"]:checked + label:before,
      .form-block .right-block .gform_wrapper input[type="radio"]:checked + label:before {
        border-color: blue; }
      .form-block .right-block .gform_wrapper input[type="checkbox"] + label,
      .form-block .right-block .gform_wrapper input[type="radio"] + label {
        letter-spacing: 0.01em;
        font-weight: 400;
        position: relative;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 0; }
        .form-block .right-block .gform_wrapper input[type="checkbox"] + label:before, .form-block .right-block .gform_wrapper input[type="checkbox"] + label:after,
        .form-block .right-block .gform_wrapper input[type="radio"] + label:before,
        .form-block .right-block .gform_wrapper input[type="radio"] + label:after {
          content: '';
          display: inline-block;
          vertical-align: top; }
        .form-block .right-block .gform_wrapper input[type="checkbox"] + label:before,
        .form-block .right-block .gform_wrapper input[type="radio"] + label:before {
          background-color: transparent;
          cursor: pointer;
          width: 25px;
          height: 25px;
          position: relative;
          border-radius: 50%;
          margin-right: 10px;
          border: 2px dotted transparent;
          transition: border 0.4s ease, background 0.4s ease; }
        .form-block .right-block .gform_wrapper input[type="checkbox"] + label:after,
        .form-block .right-block .gform_wrapper input[type="radio"] + label:after {
          position: absolute;
          top: 6px;
          left: 6px;
          background: transparent;
          border: 1px solid #ce4f1c;
          height: 15px;
          width: 15px;
          margin: auto;
          border-radius: 50%;
          transition: all 0.4s ease; }
    .form-block .right-block .gform_wrapper input[type="radio"] + label:after {
      top: 8px;
      left: 9px;
      height: 10px;
      width: 10px; }
    .form-block .right-block .gform_wrapper input[type="radio"]:checked + label:before {
      border-color: #ce4f1c !important;
      top: 0px !important;
      left: -14px !important; }
    .form-block .right-block .gform_wrapper input[type="checkbox"] + label {
      margin-bottom: 15px;
      padding-left: 20px; }
      .form-block .right-block .gform_wrapper input[type="checkbox"] + label:before {
        position: absolute;
        top: 4px;
        left: 0px;
        height: 13px;
        width: 13px !important;
        border-radius: 3px;
        border: 1px solid #ce4f1c; }
      .form-block .right-block .gform_wrapper input[type="checkbox"] + label:after {
        background-image: url("../img/icon__checkmark--blue.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        height: 13px;
        width: 15px;
        border-radius: 3px;
        top: 2px;
        left: 1px;
        border: none;
        opacity: 0;
        transition: opacity 0.4s ease; }
    .form-block .right-block .gform_wrapper input[type="checkbox"]:checked + label:after {
      opacity: 1;
      background-color: transparent;
      border-color: transparent; }
    .form-block .right-block .gform_wrapper .gfield {
      background: #fff;
      border: none; }
      .form-block .right-block .gform_wrapper .gfield .ginput_container_fileupload .gform_button_select_files {
        border: none; }
      .form-block .right-block .gform_wrapper .gfield .gsection_title {
        color: #ce4f1c;
        font-size: 22px;
        padding: 20px 0 !important;
        position: relative; }
        .form-block .right-block .gform_wrapper .gfield .gsection_title:after {
          content: ' ';
          width: 100%;
          height: 2px;
          background: #ce4f1c;
          position: absolute;
          bottom: 0px;
          left: -10px; }
      .form-block .right-block .gform_wrapper .gfield .ginput_container_name {
        margin-bottom: 30px; }
        .form-block .right-block .gform_wrapper .gfield .ginput_container_name input[type=text] {
          position: relative; }
          .form-block .right-block .gform_wrapper .gfield .ginput_container_name input[type=text] + label {
            color: #4e4744 !important;
            position: absolute;
            bottom: -40px;
            margin-left: -10px; }
      .form-block .right-block .gform_wrapper .gfield .ginput_container_address {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%;
        margin-left: -30px !important; }
        .form-block .right-block .gform_wrapper .gfield .ginput_container_address .ginput_full, .form-block .right-block .gform_wrapper .gfield .ginput_container_address .ginput_left, .form-block .right-block .gform_wrapper .gfield .ginput_container_address .ginput_right, .form-block .right-block .gform_wrapper .gfield .ginput_container_address .address_country {
          border: none !important;
          width: 100% !important; }
        .form-block .right-block .gform_wrapper .gfield .ginput_container_address input[type=text] {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          border: 2px solid #f5f5f5;
          background: #f5f5f5;
          border-radius: 30px;
          padding: 15px !important;
          margin-top: 10px;
          width: 100% !important; }
          .form-block .right-block .gform_wrapper .gfield .ginput_container_address input[type=text] + label {
            color: #4e4744 !important;
            font-size: 14px; }
        .form-block .right-block .gform_wrapper .gfield .ginput_container_address select {
          border: none;
          border-bottom: 2px solid #f5f5f5;
          padding: 5px 0px;
          font-size: 12px;
          color: #4e4744;
          margin: 20px 0;
          cursor: pointer; }
          .form-block .right-block .gform_wrapper .gfield .ginput_container_address select + label {
            color: #4e4744 !important;
            font-size: 14px; }
      .form-block .right-block .gform_wrapper .gfield .ginput_container_website {
        border: 2px solid #f5f5f5;
        background: #f5f5f5;
        border-radius: 30px;
        padding: 15px 20px; }
      .form-block .right-block .gform_wrapper .gfield .ginput_container_date input {
        width: 100%; }
      .form-block .right-block .gform_wrapper .gfield #ui-datepicker-div {
        width: 500px !important; }
      .form-block .right-block .gform_wrapper .gfield .datepicker {
        padding-bottom: 20px;
        border-bottom: 1px solid #dad8d4; }
    .form-block .right-block .gform_wrapper .gfield_label {
      color: #4e4744;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600; }
    .form-block .right-block .gform_wrapper .ginput_container input {
      width: 100%; }
    .form-block .right-block .gform_wrapper .ginput_container .gfield_select {
      width: 100%;
      color: #4e4744;
      border-top: none;
      border-left: none;
      border-right: none;
      background: transparent;
      padding-bottom: 20px;
      border-bottom: 1px solid #dad8d4; }
    .form-block .right-block .gform_wrapper .gfield_error .gfield_label {
      color: #f13a09; }
    .form-block .right-block .gform_wrapper .gfield_error input {
      border: none !important; }
    .form-block .right-block .gform_wrapper .gfield_error .ginput_container_text {
      border: 2px solid #f13a09;
      background: #F3F3F3; }
    .form-block .right-block .gform_wrapper .validation_error {
      color: #ce4f1c;
      border: none; }
    .form-block .right-block .gform_wrapper .validation_message {
      color: #ce4f1c;
      background: none;
      border: none;
      bottom: 90px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-style: italic;
      font-weight: 300;
      letter-spacing: 0.01em; }
    .form-block .right-block .gform_wrapper input {
      background: none;
      border: none;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 0.01em;
      color: #4e4744; }
    .form-block .right-block .gform_wrapper .gform_fields {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #4e4744;
      margin: 0; }
    .form-block .right-block .gform_wrapper .textarea {
      border: 2px solid #f5f5f5;
      border-radius: 30px;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 0.01em;
      color: #4e4744;
      padding: 20px 15px; }
    .form-block .right-block .gform_wrapper .gfield_required {
      color: #ce4f1c; }
      .form-block .right-block .gform_wrapper .gfield_required .gfield_label {
        background: #ce4f1c;
        color: blue !important; }
    .form-block .right-block .gform_wrapper .ginput_container_text, .form-block .right-block .gform_wrapper .ginput_container_email {
      border: 2px solid #f5f5f5;
      background: #f5f5f5;
      border-radius: 30px;
      padding: 15px 20px; }
    .form-block .right-block .gform_wrapper .ginput_container {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      .form-block .right-block .gform_wrapper .ginput_container span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: calc(50% - 20px);
        border: 2px solid #f5f5f5;
        border-radius: 30px;
        padding: 0 15px;
        margin: 0 10px; }
      .form-block .right-block .gform_wrapper .ginput_container label {
        padding: 0 15px;
        font-weight: 500; }
    .form-block .right-block .gform_wrapper .ginput_container_fileupload {
      color: #ce4f1c;
      -webkit-clip-path: unset !important;
              clip-path: unset !important; }
    .form-block .right-block .gform_wrapper .gform_footer .button {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      padding: 0;
      margin: 0;
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      line-height: 44px;
      border-radius: 30px;
      letter-spacing: 0.15em;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      min-width: 210px;
      max-width: 250px;
      position: relative;
      background: #f16730;
      color: #fff;
      margin-top: 20px;
      bottom: 30px; }
      .form-block .right-block .gform_wrapper .gform_footer .button:after {
        content: ' ';
        display: block;
        opacity: 0;
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: 12px;
        width: 20px;
        margin-left: -20px;
        transition: margin-left 0.4s ease-in-out;
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
      .form-block .right-block .gform_wrapper .gform_footer .button:hover {
        background: #ce4f1c; }
        .form-block .right-block .gform_wrapper .gform_footer .button:hover:after {
          opacity: 1;
          top: 0px;
          margin-left: 15px; }

/* Media Queries */
@media (max-width: 1300px) {
  .form-block .right-block {
    padding: 50px; } }

@media (max-width: 992px) {
  .form-block .left-block {
    width: 350px; }
  .form-block .right-block {
    width: calc(100% - 350px);
    padding: 30px; } }

@media (max-width: 768px) {
  .form-block .form__wrapper {
    -ms-flex-direction: column;
        flex-direction: column; }
  .form-block .left-block {
    width: 100%; }
    .form-block .left-block .left-block__container {
      padding: 30px; }
      .form-block .left-block .left-block__container .form-title {
        font-size: 32px !important;
        line-height: 48px; }
      .form-block .left-block .left-block__container .form-desc {
        font-size: 18px !important;
        line-height: 27px; }
  .form-block .right-block {
    width: 100%;
    padding: 30px; } }

@media (max-width: 640px) {
  .form-block .right-block {
    width: 100%;
    padding: 30px; }
    .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text, .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_number, .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_website, .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email {
      padding: 5px 10px; }
    .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_address input[type=text] {
      padding: 5px 10px !important; }
    .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_name {
      padding: 5px 10px !important; }
    .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox ul, .form-block .right-block .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_radio ul {
      width: 100%; }
    .form-block .right-block .gform_wrapper .gform_footer input[type=submit] {
      padding: 5px 10px !important;
      margin-left: auto;
      margin-right: auto; } }

.contributor-block {
  margin: 2rem 0; }
  .contributor-block a {
    text-decoration: none;
    border-bottom: 1px solid #ce4f1c;
    color: #4e4744;
    cursor: pointer; }
    .contributor-block a:hover {
      color: #ce4f1c; }
  .contributor-block .content-container {
    width: 75%; }
    .contributor-block .content-container .title {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 28px;
      color: #4e4744;
      padding-bottom: 20px; }
    .contributor-block .content-container .content {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      line-height: 28px;
      font-weight: 300;
      color: #4e4744; }

/* ==========================================================================
   Custom Checkmark - not checked
   ========================================================================== */
.checkmark-no {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1.5px dotted #ce4f1c;
  position: relative;
  top: -2px; }

/* ==========================================================================
   Custom Checkmark - checked
   ========================================================================== */
.checkmark-yes {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1.5px dotted #ce4f1c;
  position: relative;
  padding: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .checkmark-yes .check {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    background: #ce4f1c; }

/* ==========================================================================
   Shortcodes Styling - Tooltips + Sources
   ========================================================================== */
.tooltip-container:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.73 19.73'%3E%3Ccircle cx='9.86' cy='9.86' r='9.86' fill='%23f16730'/%3E%3Crect x='8.4' y='9.11' width='2.43' height='6.06' fill='%23fff'/%3E%3Crect x='8.4' y='5.22' width='2.43' height='2.43' fill='%23fff'/%3E%3C/svg%3E"); }

.source-container:before {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100.43 100.43' style='enable-background:new 0 0 100.43 100.43;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E46B33;%7D .st1%7Bfill:%23E46B30;%7D%0A%3C/style%3E%3Cg%3E%3Cg transform='translate(0,-952.36218)'%3E%3Cpath class='st1' d='M31.37,977.43c-1.06,0-1.91,0.85-1.91,1.91c0,1.06,0.85,1.91,1.91,1.91h18.49v-3.83H31.37z M29.46,981.87 v20.43c0,1.06,0.85,1.91,1.91,1.91h0.64v-21.68h-0.64C30.66,982.53,30,982.28,29.46,981.87z M33.29,982.53v21.68h16.58v-21.68 H33.29z M36.07,985.08c0.01,0,0.02,0,0.03,0c0.02,0,0.04,0,0.06,0h10.2c0.35,0,0.64,0.28,0.65,0.63s-0.28,0.64-0.63,0.65 c-0.01,0-0.01,0-0.02,0h-10.2c-0.35,0.02-0.66-0.24-0.68-0.59S35.71,985.11,36.07,985.08z M37.66,988.27c0.01,0,0.02,0,0.03,0 c0.02,0,0.04,0,0.06,0h7.01c0.35-0.01,0.64,0.28,0.65,0.63s-0.28,0.64-0.63,0.65c-0.01,0-0.01,0-0.02,0h-7.01 c-0.35,0.02-0.66-0.24-0.68-0.59C37.04,988.6,37.31,988.3,37.66,988.27z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M39.66,65.94c-15.15,0-27.48-12.33-27.48-27.48s12.33-27.48,27.48-27.48s27.48,12.33,27.48,27.48 S54.81,65.94,39.66,65.94z M39.66,16.69c-12,0-21.77,9.76-21.77,21.77c0,12,9.76,21.77,21.77,21.77s21.77-9.76,21.77-21.77 C61.43,26.46,51.67,16.69,39.66,16.69z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M84.92,89.45c-0.86,0-1.72-0.33-2.37-0.99L54.8,60.43c-1.3-1.31-1.28-3.42,0.02-4.71 c1.31-1.3,3.42-1.29,4.71,0.02l27.75,28.03c1.3,1.31,1.28,3.42-0.02,4.71C86.61,89.13,85.76,89.45,84.92,89.45z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.tooltip-container,
.source-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer; }
  .tooltip-container:before,
  .source-container:before {
    content: " ";
    width: 12px;
    height: 12px;
    background-size: cover; }
  .tooltip-container .tooltip,
  .source-container .tooltip {
    font-weight: 400;
    text-decoration: underline;
    padding-left: 5px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    color: #4e4744; }
    .tooltip-container .tooltip .tooltip_content .tooltip_title-container,
    .tooltip-container .tooltip .source_content .tooltip_title-container,
    .source-container .tooltip .tooltip_content .tooltip_title-container,
    .source-container .tooltip .source_content .tooltip_title-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      padding-bottom: 20px; }
      .tooltip-container .tooltip .tooltip_content .tooltip_title-container .tooltip_title-icon,
      .tooltip-container .tooltip .source_content .tooltip_title-container .tooltip_title-icon,
      .source-container .tooltip .tooltip_content .tooltip_title-container .tooltip_title-icon,
      .source-container .tooltip .source_content .tooltip_title-container .tooltip_title-icon {
        width: 17px;
        height: 17px;
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.73 19.73'%3E%3Ccircle cx='9.86' cy='9.86' r='9.86' fill='%23f16730'/%3E%3Crect x='8.4' y='9.11' width='2.43' height='6.06' fill='%23fff'/%3E%3Crect x='8.4' y='5.22' width='2.43' height='2.43' fill='%23fff'/%3E%3C/svg%3E"); }
    .tooltip-container .tooltip .source_content .tooltip_title-container,
    .source-container .tooltip .source_content .tooltip_title-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      position: relative; }
      .tooltip-container .tooltip .source_content .tooltip_title-container .tooltip_title-icon,
      .source-container .tooltip .source_content .tooltip_title-container .tooltip_title-icon {
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100.43 100.43' style='enable-background:new 0 0 100.43 100.43;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E46B33;%7D .st1%7Bfill:%23E46B30;%7D%0A%3C/style%3E%3Cg%3E%3Cg transform='translate(0,-952.36218)'%3E%3Cpath class='st1' d='M31.37,977.43c-1.06,0-1.91,0.85-1.91,1.91c0,1.06,0.85,1.91,1.91,1.91h18.49v-3.83H31.37z M29.46,981.87 v20.43c0,1.06,0.85,1.91,1.91,1.91h0.64v-21.68h-0.64C30.66,982.53,30,982.28,29.46,981.87z M33.29,982.53v21.68h16.58v-21.68 H33.29z M36.07,985.08c0.01,0,0.02,0,0.03,0c0.02,0,0.04,0,0.06,0h10.2c0.35,0,0.64,0.28,0.65,0.63s-0.28,0.64-0.63,0.65 c-0.01,0-0.01,0-0.02,0h-10.2c-0.35,0.02-0.66-0.24-0.68-0.59S35.71,985.11,36.07,985.08z M37.66,988.27c0.01,0,0.02,0,0.03,0 c0.02,0,0.04,0,0.06,0h7.01c0.35-0.01,0.64,0.28,0.65,0.63s-0.28,0.64-0.63,0.65c-0.01,0-0.01,0-0.02,0h-7.01 c-0.35,0.02-0.66-0.24-0.68-0.59C37.04,988.6,37.31,988.3,37.66,988.27z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M39.66,65.94c-15.15,0-27.48-12.33-27.48-27.48s12.33-27.48,27.48-27.48s27.48,12.33,27.48,27.48 S54.81,65.94,39.66,65.94z M39.66,16.69c-12,0-21.77,9.76-21.77,21.77c0,12,9.76,21.77,21.77,21.77s21.77-9.76,21.77-21.77 C61.43,26.46,51.67,16.69,39.66,16.69z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M84.92,89.45c-0.86,0-1.72-0.33-2.37-0.99L54.8,60.43c-1.3-1.31-1.28-3.42,0.02-4.71 c1.31-1.3,3.42-1.29,4.71,0.02l27.75,28.03c1.3,1.31,1.28,3.42-0.02,4.71C86.61,89.13,85.76,89.45,84.92,89.45z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .tooltip-container .tooltip .tooltip_content,
    .tooltip-container .tooltip .source_content,
    .source-container .tooltip .tooltip_content,
    .source-container .tooltip .source_content {
      display: none;
      position: absolute;
      z-index: 100;
      width: 400px;
      min-width: 150px;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      padding: 30px 40px;
      border-radius: 30px;
      top: 35px;
      left: -50px;
      background: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: all 0.3s; }
      .tooltip-container .tooltip .tooltip_content .tooltip_text,
      .tooltip-container .tooltip .source_content .tooltip_text,
      .source-container .tooltip .tooltip_content .tooltip_text,
      .source-container .tooltip .source_content .tooltip_text {
        font-size: 14px !important; }
      .tooltip-container .tooltip .tooltip_content:before,
      .tooltip-container .tooltip .source_content:before,
      .source-container .tooltip .tooltip_content:before,
      .source-container .tooltip .source_content:before {
        content: " ";
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: -10px;
        left: 45px;
        transform: rotate(45deg);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        z-index: -2; }
      .tooltip-container .tooltip .tooltip_content:after,
      .tooltip-container .tooltip .source_content:after,
      .source-container .tooltip .tooltip_content:after,
      .source-container .tooltip .source_content:after {
        content: " ";
        width: 50px;
        height: 18px;
        background: #fff;
        position: absolute;
        top: 0px;
        left: 25px;
        transition: 0.3s;
        z-index: 1; }
      .tooltip-container .tooltip .tooltip_content a,
      .tooltip-container .tooltip .source_content a,
      .source-container .tooltip .tooltip_content a,
      .source-container .tooltip .source_content a {
        position: relative;
        color: #f16730;
        text-decoration: none !important; }
      .tooltip-container .tooltip .tooltip_content .tooltip_title-container,
      .tooltip-container .tooltip .source_content .tooltip_title-container,
      .source-container .tooltip .tooltip_content .tooltip_title-container,
      .source-container .tooltip .source_content .tooltip_title-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        position: relative; }
        .tooltip-container .tooltip .tooltip_content .tooltip_title-container .tooltip_title,
        .tooltip-container .tooltip .source_content .tooltip_title-container .tooltip_title,
        .source-container .tooltip .tooltip_content .tooltip_title-container .tooltip_title,
        .source-container .tooltip .source_content .tooltip_title-container .tooltip_title {
          text-transform: uppercase;
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          font-size: 12px;
          letter-spacing: 0.15em;
          padding-left: 10px; }
      .tooltip-container .tooltip .tooltip_content .tooltip_close-container,
      .tooltip-container .tooltip .source_content .tooltip_close-container,
      .source-container .tooltip .tooltip_content .tooltip_close-container,
      .source-container .tooltip .source_content .tooltip_close-container {
        width: 22px;
        height: 22px;
        border-radius: 30px;
        background: #ebebeb;
        position: absolute;
        top: 10px;
        right: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
      .tooltip-container .tooltip .tooltip_content .tooltip_close,
      .tooltip-container .tooltip .source_content .tooltip_close,
      .source-container .tooltip .tooltip_content .tooltip_close,
      .source-container .tooltip .source_content .tooltip_close {
        width: 10px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.23 27.23'%3E%3Cline x1='25.81' y1='1.41' x2='1.41' y2='25.81' fill='none' stroke='%234e4744' stroke-miterlimit='10' stroke-width='4'/%3E%3Cline x1='25.81' y1='25.81' x2='1.41' y2='1.41' fill='none' stroke='%234e4744' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E"); }

@media (max-width: 1200px) {
  .tooltip-container,
  .source-container {
    position: relative; }
    .tooltip-container .tooltip .tooltip_content,
    .tooltip-container .tooltip .source_content,
    .source-container .tooltip .tooltip_content,
    .source-container .tooltip .source_content {
      padding: 20px; } }

@media (max-width: 992px) {
  .tooltip-container .tooltip .tooltip_content,
  .tooltip-container .tooltip .source_content,
  .source-container .tooltip .tooltip_content,
  .source-container .tooltip .source_content {
    width: 300px;
    padding: 20px; } }

/* ==========================================================================
   Shortcodes Styling - Decorative Line
   ========================================================================== */
.decorative_line {
  width: 40px;
  height: 3.6px;
  background: #ebebeb;
  margin-top: 25px; }

/* ==========================================================================
   Shortcodes Styling - Footnote - Not used
   ========================================================================== */
.footnote {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #4e4744;
  border-bottom: 1px dashed #4e4744;
  position: relative;
  cursor: pointer; }
  .footnote .footnote_content {
    display: none;
    transition: all ease-in-out 200ms;
    opacity: 0; }
    .footnote .footnote_content.active {
      font-family: "Montserrat", sans-serif;
      display: block;
      position: absolute;
      top: 20px;
      left: 0;
      text-decoration: none;
      background: white;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 20px;
      margin-top: 10px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s;
      z-index: 1;
      font-size: 14px;
      line-height: 18px;
      word-break: break-all;
      max-width: 500px; }
      .footnote .footnote_content.active a {
        color: #f16730;
        text-decoration: none !important; }
      .footnote .footnote_content.active:before {
        content: "";
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: -10px;
        left: 10px;
        transform: rotate(45deg);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        z-index: -2; }
      .footnote .footnote_content.active:after {
        content: " ";
        width: 100%;
        height: 20px;
        background: #fff;
        position: absolute;
        top: -1px;
        left: 0px;
        transition: 0.3s;
        z-index: 1; }
    .footnote .footnote_content.overflown {
      right: -65px;
      left: unset; }
      .footnote .footnote_content.overflown:before {
        right: 45px;
        left: unset; }
  .footnote .footnote_num {
    text-decoration: none !important;
    font-size: 14px;
    position: relative;
    top: -5px;
    border-bottom: none; }

@media (max-width: 768px) {
  .footnote {
    font-size: 14px !important; } }

.table_section .warm-title {
  background: #ce4f1c; }

.table_section .cool-title {
  background: #4d7799; }

.table_section.cool .section__table-design table th, .table_section.cool .section__table-design table span, .table_section.cool .section__table-design table h2 {
  color: #4d7799; }

.table_section.cool .section__table-design table tr:first-of-type {
  border-bottom: 2px solid #4d7799; }
  .table_section.cool .section__table-design table tr:first-of-type td {
    letter-spacing: 0.01em;
    font-size: 20px;
    background: #fafafa;
    font-weight: 600;
    color: #4d7799; }

.table_section.warm .section__table-design table th, .table_section.warm .section__table-design table span, .table_section.warm .section__table-design table h2 {
  color: #ce4f1c; }

.table_section.warm .section__table-design table tr:first-of-type {
  border-bottom: 2px solid #ce4f1c; }
  .table_section.warm .section__table-design table tr:first-of-type td {
    letter-spacing: 0.01em;
    font-size: 20px;
    background: #fafafa;
    font-weight: 600;
    color: #ce4f1c; }

.table_section .title {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 30px;
  padding: 30px; }

.table_section .section__table-design {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
  .table_section .section__table-design .span-color__cool span {
    color: #4d7799; }
  .table_section .section__table-design .span-color__warm span {
    color: #ce4f1c; }
  .table_section .section__table-design table {
    width: 100%;
    table-layout: fixed; }
    .table_section .section__table-design table tr {
      border-bottom: 1px solid #e4ddd4; }
      .table_section .section__table-design table tr:last-of-type {
        border: none; }
    .table_section .section__table-design table span {
      position: relative;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700; }
      .table_section .section__table-design table span:after {
        content: "\a";
        white-space: pre; }
    .table_section .section__table-design table th {
      font-family: "Archivo", sans-serif;
      font-weight: 600;
      letter-spacing: 0.01em;
      font-size: 20px;
      text-align: left;
      padding: 30px; }
      .table_section .section__table-design table th.th-text__warm {
        color: #ce4f1c;
        border-bottom: 2px solid #ce4f1c; }
      .table_section .section__table-design table th.th-text__cool {
        color: #4d7799;
        border-bottom: 2px solid #4d7799; }
    .table_section .section__table-design table td {
      padding: 30px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      color: #4e4744; }
      .table_section .section__table-design table td:nth-child(odd) {
        background: #fafafa; }
      .table_section .section__table-design table td .warm_bullets ul {
        margin-left: 1rem; }
        .table_section .section__table-design table td .warm_bullets ul li {
          list-style-type: none;
          margin-bottom: 7.55px; }
          .table_section .section__table-design table td .warm_bullets ul li:before {
            content: '+';
            padding-right: 5px;
            margin-left: -1rem;
            font-weight: 700;
            color: #f16730; }
          .table_section .section__table-design table td .warm_bullets ul li li {
            margin-left: 20px; }
            .table_section .section__table-design table td .warm_bullets ul li li:before {
              content: '-';
              font-weight: 600;
              color: #f16730; }
      .table_section .section__table-design table td .warm_bullets ol {
        counter-reset: list;
        list-style-type: none; }
        .table_section .section__table-design table td .warm_bullets ol li::before {
          counter-increment: list;
          content: counter(list) " ";
          font-weight: 600;
          color: #f16730; }
        .table_section .section__table-design table td .warm_bullets ol li li {
          list-style-type: none;
          margin-left: 20px;
          counter-reset: list; }
          .table_section .section__table-design table td .warm_bullets ol li li:before {
            content: '-';
            font-weight: 800;
            color: #f16730; }

/* Media Queries */
@media (max-width: 1024px) {
  .table_section.cool .section__table-design table td:first-child {
    background: #dbe4eb !important;
    padding: 10px 30px !important; }
  .table_section.warm .section__table-design table td:first-child {
    background: #f5dcd2 !important;
    padding: 10px 30px !important; }
  .table_section table {
    width: 100%;
    display: block; }
    .table_section table th {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .table_section table tr {
      position: relative;
      width: 100%; }
      .table_section table tr:first-child:after {
        content: none; }
      .table_section table tr:last-child:after {
        content: none; }
    .table_section table td {
      /* Behave  like a "row" */
      border: none;
      position: relative;
      padding-top: 50px !important;
      padding-left: 50%;
      width: 100%;
      color: #4e4744 !important; }
      .table_section table td:first-child {
        color: #4e4744 !important;
        text-transform: capitalize !important;
        font-weight: 300  !important; }
      .table_section table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 20px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 500;
        /* Label the data */
        content: attr(data-column);
        color: #4e4744 !important; } }

.ninja_footable.table,
.ninja_footable tbody,
.ninja_footable td,
.ninja_footable th {
  overflow: visible !important; }

.footable_parent {
  overflow-x: inherit !important; }

.table_section_2 {
  margin-top: 20px; }
  .table_section_2 .warm-title {
    background: #ce4f1c; }
  .table_section_2 .cool-title {
    background: #4d7799; }
  .table_section_2 .title {
    color: #fff;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    font-size: 30px;
    padding: 30px; }
  .table_section_2 .section__table-design.warm a {
    text-decoration: none;
    color: #4e4744;
    border-bottom: 1px solid #ce4f1c; }
    .table_section_2 .section__table-design.warm a:hover {
      color: #ce4f1c; }
  .table_section_2 .section__table-design.warm table span {
    color: #ce4f1c;
    font-weight: 600; }
  .table_section_2 .section__table-design.warm table th {
    border-bottom: 2px solid #ce4f1c !important; }
  .table_section_2 .section__table-design.warm table tr td ul li::before {
    color: #ce4f1c !important; }
  .table_section_2 .section__table-design.warm table tr td .footable-pagination-wrapper .pagination li a {
    color: #ce4f1c !important; }
  .table_section_2 .section__table-design.warm table tr td .footable-pagination-wrapper .pagination li:before {
    display: none !important; }
  .table_section_2 .section__table-design.warm table tr td .footable-pagination-wrapper .pagination li.active a {
    background: #ce4f1c !important;
    color: #fff !important;
    border: none; }
  .table_section_2 .section__table-design.warm .footable_parent .nt_edit_link {
    color: #ce4f1c !important; }
  .table_section_2 .section__table-design.cool a {
    text-decoration: none;
    color: #4e4744;
    border-bottom: 1px solid #4d7799; }
    .table_section_2 .section__table-design.cool a:hover {
      color: #4d7799; }
  .table_section_2 .section__table-design.cool table span {
    color: #4d7799;
    font-weight: 600; }
  .table_section_2 .section__table-design.cool table th {
    border-bottom: 2px solid #4d7799 !important; }
  .table_section_2 .section__table-design.cool table tr td ul li::before {
    color: #4d7799 !important; }
  .table_section_2 .section__table-design.cool table tr td .footable-pagination-wrapper .pagination li a {
    color: #4d7799 !important; }
  .table_section_2 .section__table-design.cool table tr td .footable-pagination-wrapper .pagination li:before {
    display: none !important; }
  .table_section_2 .section__table-design.cool table tr td .footable-pagination-wrapper .pagination li.active a {
    background: #4d7799 !important;
    color: #fff !important;
    border: none; }
  .table_section_2 .section__table-design.cool .footable_parent .nt_edit_link {
    color: #4d7799 !important; }
  .table_section_2 .section__table-design {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
    .table_section_2 .section__table-design table {
      font-family: "Archivo", sans-serif; }
      .table_section_2 .section__table-design table tr {
        font-size: 14px !important; }
      .table_section_2 .section__table-design table .input-group-btn .btn {
        background: #fff !important;
        border: none; }
      .table_section_2 .section__table-design table ul li {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px !important; }
        .table_section_2 .section__table-design table ul li span {
          font-weight: 300 !important;
          color: #4e4744 !important; }
      .table_section_2 .section__table-design table th {
        font-family: "Archivo", sans-serif !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        text-align: left !important;
        padding: 31px !important; }
      .table_section_2 .section__table-design table td {
        font-family: "Montserrat", sans-serif;
        color: #4e4744 !important; }

/* Media Queries */
@media (max-width: 1200px) {
  .table_section_2 .section__table-design table tr td {
    width: 100% !important; }
  .table_section_2 .section__table-design table th {
    border-bottom: none !important; } }

/* ==========================================================================
   CTA Block
   ========================================================================== */
.cta-block .container {
  width: 100%;
  padding: 40px 20px 20px 40px;
  position: relative; }

.cta-block .bg-warm {
  background: url("/wp-content/themes/ghhin/assets/img/cta-bg-warm.png") no-repeat;
  background-size: cover; }

.cta-block .bg-cool {
  background: url("/wp-content/themes/ghhin/assets/img/cta-bg-cool.png") no-repeat;
  background-size: cover; }

.cta-block .icon-container {
  width: 32px;
  height: 32px;
  margin-bottom: 10px; }
  .cta-block .icon-container img {
    width: 100%; }
  .cta-block .icon-container svg {
    width: 100%; }

.cta-block .cta-title {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 61px;
  color: #fff;
  margin-bottom: 10px; }

.cta-block .cta-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400; }

.cta-block .cta-content a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff; }
  .cta-block .cta-content a:hover {
    color: #cccccc;
    border-bottom: 1px solid #cccccc; }

.cta-block .link-container {
  border: 1px solid transparent; }
  .cta-block .link-container a {
    border-bottom: none; }
  .cta-block .link-container ul {
    display: -ms-grid;
    display: grid;
    margin: 0;
    padding: 0;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px; }
    .cta-block .link-container ul li {
      padding: 0px 0 0px 10px;
      margin: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 43px;
      letter-spacing: 0.025em; }
      .cta-block .link-container ul li:before {
        content: none; }
      .cta-block .link-container ul li a {
        color: #fff;
        text-decoration: none;
        position: relative;
        transform: scaleX(0); }
        .cta-block .link-container ul li a:after {
          content: ' ';
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
          display: inline-block;
          position: absolute;
          top: 4px;
          margin-left: 10px;
          background-size: auto 100%;
          background-repeat: no-repeat;
          height: 12px;
          width: 20px;
          transition: margin-left 0.4s ease-in-out; }
        .cta-block .link-container ul li a:hover:after {
          margin-left: 20px; }

.cta-block .button-link-container {
  border: 1px solid transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative; }
  .cta-block .button-link-container button {
    margin: 0;
    font-size: 12px;
    cursor: pointer; }
    .cta-block .button-link-container button a {
      border-bottom: none;
      text-decoration: none; }

/* Media Queries */
@media (max-width: 992px) {
  .cta-block .link-container ul {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 10px; } }

@media (max-width: 850px) {
  .cta-block .cta-content {
    padding-right: 0px;
    padding-bottom: 0px; } }

@media (max-width: 768px) {
  .cta-block .cta-title {
    font-size: 45px !important; }
  .cta-block .cta-content {
    padding-right: 0px; }
    .cta-block .cta-content p {
      font-size: 14px; }
  .cta-block .link-container ul {
    margin-left: 0; }
    .cta-block .link-container ul li {
      font-size: 14px; } }

@media (max-width: 600px) {
  .cta-block .cta-title {
    font-size: 35px !important;
    line-height: 52px; }
  .cta-block .link-container {
    margin: 10px 0; }
    .cta-block .link-container ul {
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr); }
  .cta-block .button-link-container {
    -ms-flex-pack: center;
        justify-content: center; } }

@media (max-width: 480px) {
  .cta-block .container {
    padding: 30px; }
  .cta-block .link-container ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px; } }

/* ==========================================================================
   Resource Library 
   ========================================================================== */
.section__grid-container {
  display: none; }
  .section__grid-container.active {
    display: block; }

.resource_banner_section .resource_banner {
  padding: 40px 0 30px 0;
  position: relative; }
  .resource_banner_section .resource_banner .resource_banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .resource_banner_section .resource_banner .is_image {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .resource_banner_section .resource_banner .banner__title {
    width: 100%;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: left;
        justify-content: left;
    position: relative; }
    .resource_banner_section .resource_banner .banner__title h2 {
      font-size: 48px;
      font-weight: 500;
      letter-spacing: 0.01em;
      color: #fff; }
  .resource_banner_section .resource_banner .breadcrumbs-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 45px;
    height: 40px; }
    .resource_banner_section .resource_banner .breadcrumbs-section ul {
      margin: 0;
      padding: 0;
      line-height: auto;
      margin-bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center; }
      .resource_banner_section .resource_banner .breadcrumbs-section ul li {
        position: relative;
        text-align: center;
        border-right: 1px solid #fcb682;
        margin-right: 20px;
        padding-right: 20px;
        height: 30px;
        margin-top: 10px; }
        .resource_banner_section .resource_banner .breadcrumbs-section ul li:before {
          display: none; }
        .resource_banner_section .resource_banner .breadcrumbs-section ul li:last-child {
          border-right: none; }
        .resource_banner_section .resource_banner .breadcrumbs-section ul li a {
          font-size: 16px;
          font-weight: 300;
          letter-spacing: 0.01em;
          color: #fff;
          text-decoration: none; }
          .resource_banner_section .resource_banner .breadcrumbs-section ul li a:after {
            display: block;
            content: "";
            border-bottom: solid 2px #fcb682;
            transform: scaleX(0);
            transition: transform 250ms ease-in-out;
            margin-left: -10px; }
          .resource_banner_section .resource_banner .breadcrumbs-section ul li a:hover:after {
            transform: scaleX(1); }
  .resource_banner_section .resource_banner .resource-item {
    position: relative;
    width: 100%;
    display: none; }
    .resource_banner_section .resource_banner .resource-item.active {
      display: block; }
    .resource_banner_section .resource_banner .resource-item .format-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .resource_banner_section .resource_banner .resource-item .format-container svg {
        width: 20px;
        height: 20px; }
        .resource_banner_section .resource_banner .resource-item .format-container svg path {
          fill: #fff; }
        .resource_banner_section .resource_banner .resource-item .format-container svg polygon {
          fill: #fff; }
      .resource_banner_section .resource_banner .resource-item .format-container .resource-format {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        padding-left: 10px;
        text-transform: capitalize; }
      .resource_banner_section .resource_banner .resource-item .format-container .resource-format-poster {
        text-transform: uppercase; }
        .resource_banner_section .resource_banner .resource-item .format-container .resource-format-poster p {
          text-transform: uppercase; }
    .resource_banner_section .resource_banner .resource-item .resource-content {
      position: relative;
      width: 100%;
      height: 100%;
      padding-top: 65px; }
      .resource_banner_section .resource_banner .resource-item .resource-content .resource-title {
        padding: 0 0 65px 0;
        font-family: "Archivo", sans-serif;
        font-weight: 600;
        font-size: 43px;
        line-height: 62px;
        color: #fff;
        text-transform: capitalize; }
      .resource_banner_section .resource_banner .resource-item .resource-content .resource-author-org {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #fff; }
        .resource_banner_section .resource_banner .resource-item .resource-content .resource-author-org:before {
          content: "|";
          margin: 0 10px; }
    .resource_banner_section .resource_banner .resource-item .banner-bottom__container {
      height: 50px; }
      .resource_banner_section .resource_banner .resource-item .banner-bottom__container .resource-btn__container {
        position: absolute;
        bottom: -20px;
        left: auto;
        right: 0; }
        .resource_banner_section .resource_banner .resource-item .banner-bottom__container .resource-btn__container a {
          text-decoration: none; }
        .resource_banner_section .resource_banner .resource-item .banner-bottom__container .resource-btn__container .resource-btn-link {
          min-width: 210px;
          z-index: 99;
          padding-top: 5px;
          padding-bottom: 5px; }
  .resource_banner_section .resource_banner .resource-toggles {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    .resource_banner_section .resource_banner .resource-toggles ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start;
      width: 100%;
      max-width: 1100px;
      margin: 0 auto 80px; }
      .resource_banner_section .resource_banner .resource-toggles ul li {
        width: 4px;
        height: 4px;
        border-radius: 8px;
        background: #fff;
        margin: 0 10px;
        cursor: pointer; }
        .resource_banner_section .resource_banner .resource-toggles ul li:before {
          content: none; }
        .resource_banner_section .resource_banner .resource-toggles ul li:first-child {
          margin-left: 0; }
      .resource_banner_section .resource_banner .resource-toggles ul .active {
        background: none;
        width: 15px;
        height: 15px;
        border-radius: 12px;
        border: 1.5px dotted #fff;
        position: relative;
        top: -2px; }

.resources-section {
  position: relative;
  height: 100%; }
  .resources-section .resource-sub-menu__mobile {
    display: none; }
  .resources-section .resource-sub-menu,
  .resources-section .resource-sub-menu__mobile {
    width: 100%;
    background: #f5f5f5;
    height: 100px; }
    .resources-section .resource-sub-menu ul,
    .resources-section .resource-sub-menu__mobile ul {
      width: calc(100% - 300px);
      margin-left: 150px;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
      .resources-section .resource-sub-menu ul .disabled .type-label,
      .resources-section .resource-sub-menu__mobile ul .disabled .type-label {
        color: #cccccc; }
      .resources-section .resource-sub-menu ul .disabled svg,
      .resources-section .resource-sub-menu__mobile ul .disabled svg {
        fill: #cccccc;
        stroke: #cccccc; }
      .resources-section .resource-sub-menu ul .disabled:hover,
      .resources-section .resource-sub-menu__mobile ul .disabled:hover {
        border-bottom: 0; }
      .resources-section .resource-sub-menu ul .active,
      .resources-section .resource-sub-menu__mobile ul .active {
        border-bottom: 3px solid #ce4f1c;
        color: #ce4f1c; }
        .resources-section .resource-sub-menu ul .active .type-label,
        .resources-section .resource-sub-menu__mobile ul .active .type-label {
          color: #ce4f1c; }
        .resources-section .resource-sub-menu ul .active svg,
        .resources-section .resource-sub-menu__mobile ul .active svg {
          fill: #ce4f1c;
          stroke: #ce4f1c; }
      .resources-section .resource-sub-menu ul li,
      .resources-section .resource-sub-menu__mobile ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        padding: 0;
        text-transform: capitalize;
        height: 100%;
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-weight: 500;
        color: #707070;
        border-bottom: 3px solid #f5f5f5;
        cursor: pointer; }
        .resources-section .resource-sub-menu ul li:hover,
        .resources-section .resource-sub-menu__mobile ul li:hover {
          color: #cccccc;
          border-bottom: 3px solid #cccccc; }
          .resources-section .resource-sub-menu ul li:hover svg,
          .resources-section .resource-sub-menu__mobile ul li:hover svg {
            fill: #cccccc;
            stroke: #cccccc; }
        .resources-section .resource-sub-menu ul li:before,
        .resources-section .resource-sub-menu__mobile ul li:before {
          content: none; }
        .resources-section .resource-sub-menu ul li .type-label,
        .resources-section .resource-sub-menu__mobile ul li .type-label {
          color: #707070; }
          .resources-section .resource-sub-menu ul li .type-label:hover,
          .resources-section .resource-sub-menu__mobile ul li .type-label:hover {
            color: #cccccc; }
        .resources-section .resource-sub-menu ul li #icon-outreach,
        .resources-section .resource-sub-menu__mobile ul li #icon-outreach {
          transform: scaleX(-1); }
        .resources-section .resource-sub-menu ul li svg,
        .resources-section .resource-sub-menu__mobile ul li svg {
          margin-right: 20px;
          width: 20px;
          height: 20px;
          fill: #707070;
          stroke: #707070; }
        .resources-section .resource-sub-menu ul li button,
        .resources-section .resource-sub-menu__mobile ul li button {
          border: none;
          background: transparent;
          text-transform: capitalize;
          height: 100%;
          font-family: "Montserrat", sans-serif;
          font-size: 17px;
          font-weight: 500;
          color: #707070;
          border-bottom: 3px solid #f5f5f5;
          cursor: pointer; }
  .resources-section .resource-search-container {
    width: 100%;
    padding: 65px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .resources-section .resource-search-container .search-bar-container {
      width: calc(100% - 100px); }
      .resources-section .resource-search-container .search-bar-container .search-form {
        position: relative;
        width: 100%; }
        .resources-section .resource-search-container .search-bar-container .search-form svg {
          position: absolute;
          z-index: 9;
          top: 1.15rem;
          left: 1.5rem;
          stroke: #4e4744;
          width: 23px;
          height: 23px; }
          .resources-section .resource-search-container .search-bar-container .search-form svg circle,
          .resources-section .resource-search-container .search-bar-container .search-form svg line {
            stroke: #4e4744; }
        .resources-section .resource-search-container .search-bar-container .search-form input:-webkit-autofill,
        .resources-section .resource-search-container .search-bar-container .search-form input:-webkit-autofill:hover,
        .resources-section .resource-search-container .search-bar-container .search-form input:-webkit-autofill:focus,
        .resources-section .resource-search-container .search-bar-container .search-form textarea:-webkit-autofill,
        .resources-section .resource-search-container .search-bar-container .search-form textarea:-webkit-autofill:hover,
        .resources-section .resource-search-container .search-bar-container .search-form textarea:-webkit-autofill:focus,
        .resources-section .resource-search-container .search-bar-container .search-form select:-webkit-autofill,
        .resources-section .resource-search-container .search-bar-container .search-form select:-webkit-autofill:hover,
        .resources-section .resource-search-container .search-bar-container .search-form select:-webkit-autofill:focus {
          transition: background-color 5000s ease-in-out 0s; }
        .resources-section .resource-search-container .search-bar-container .search-form input[type="number"]::-webkit-inner-spin-button,
        .resources-section .resource-search-container .search-bar-container .search-form input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .resources-section .resource-search-container .search-bar-container .search-form .text__input {
          position: relative;
          z-index: 8;
          width: 100%;
          border: none;
          border-radius: 30px;
          padding: 1rem 1rem 1rem 4rem;
          color: #000;
          box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
          -webkit-appearance: none;
          /* add this */ }
        .resources-section .resource-search-container .search-bar-container .search-form button[type="submit"] {
          position: absolute;
          z-index: 9;
          right: -2px;
          top: 0;
          padding: 0.4rem 2rem;
          border: none;
          background: #e4ddd4;
          color: #4e4744;
          text-transform: uppercase;
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px;
          cursor: pointer; }
    .resources-section .resource-search-container .search-type-container {
      width: 100px;
      height: 50px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .resources-section .resource-search-container .search-type-container button {
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        cursor: pointer; }
      .resources-section .resource-search-container .search-type-container .sort-grid {
        margin: 0 10px; }
        .resources-section .resource-search-container .search-type-container .sort-grid svg {
          width: 28px;
          height: 28px;
          fill: #cccccc; }
        .resources-section .resource-search-container .search-type-container .sort-grid.active svg {
          fill: #ce4f1c; }
      .resources-section .resource-search-container .search-type-container .sort-location {
        margin: 0 10px; }
        .resources-section .resource-search-container .search-type-container .sort-location svg {
          width: 19px;
          height: 28px;
          fill: #cccccc; }
        .resources-section .resource-search-container .search-type-container .sort-location.active svg {
          fill: #ce4f1c; }
  .resources-section .section__map-container {
    display: none; }
    .resources-section .section__map-container.section__resources .map-block__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .resources-section .section__map-container.section__resources .map-block__container .map-block {
        width: calc(100% - 415px);
        background: grey;
        display: inline-block;
        vertical-align: top;
        height: 350px; }
        .resources-section .section__map-container.section__resources .map-block__container .map-block #map {
          height: 100%; }
          .resources-section .section__map-container.section__resources .map-block__container .map-block #map .gm-style .cluster img {
            width: 37px;
            height: 37px; }
    .resources-section .section__map-container.section__resources .resource-block {
      width: 390px;
      background: #faf9ea;
      position: relative;
      display: none;
      vertical-align: top; }
      .resources-section .section__map-container.section__resources .resource-block:first-of-type {
        display: block; }
      .resources-section .section__map-container.section__resources .resource-block .getty-container {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .resources-section .section__map-container.section__resources .resource-block .getty-container .getty {
          width: 100%;
          background-size: cover; }
          .resources-section .section__map-container.section__resources .resource-block .getty-container .getty .getty {
            height: auto;
            margin-left: auto;
            margin-right: auto;
            display: -ms-flexbox !important;
            display: flex !important; }
          .resources-section .section__map-container.section__resources .resource-block .getty-container .getty div:first-of-type {
            display: none; }
      .resources-section .section__map-container.section__resources .resource-block img {
        height: 245px; }
      .resources-section .section__map-container.section__resources .resource-block .content-container {
        padding: 15px 20px;
        display: block; }
        .resources-section .section__map-container.section__resources .resource-block .content-container .resource-desc {
          color: #4e4744;
          margin-bottom: 20px;
          line-height: 24px;
          position: relative;
          display: block;
          font-weight: 300; }
      .resources-section .section__map-container.section__resources .resource-block .resource__title {
        color: #ce4f1c;
        margin-bottom: 15px;
        font-weight: 400;
        padding-right: 70px;
        line-height: 24px;
        height: calc(24px * 2);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .resources-section .section__map-container.section__resources .resource-block .resource__desc {
        color: #4e4744;
        margin-bottom: 15px;
        line-height: 24px;
        position: relative;
        display: block;
        font-weight: 300;
        height: calc(24px * 2);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
        .resources-section .section__map-container.section__resources .resource-block .resource__desc p {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
      .resources-section .section__map-container.section__resources .resource-block .resource__btn {
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        margin: 0 !important; }
  .resources-section .sort-pagination-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    z-index: 100; }
    .resources-section .sort-pagination-container .sort-container {
      width: 290px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      height: 42px;
      border-bottom: 2px solid #efefef;
      cursor: pointer; }
      .resources-section .sort-pagination-container .sort-container form {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        position: relative;
        background: #fff; }
        .resources-section .sort-pagination-container .sort-container form .sortIcon {
          cursor: pointer;
          background-color: #fff;
          background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20566.88%20349.32%22%3E%3Cpolyline%20points%3D%22533.38%2033.67%20283.44%20282.32%2033.5%2033.67%22%20fill%3D%22none%22%20stroke%3D%22%23ce4f1c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2294.99%22%2F%3E%3C%2Fsvg%3E");
          background-repeat: no-repeat;
          background-size: 12px 8px;
          -webkit-appearance: none;
          color: #4e4744;
          font-family: "Montserrat", sans-serif;
          font-weight: 300;
          font-size: 16px;
          border: none;
          width: 290px;
          background-position-x: 270px;
          background-position-y: 5px;
          -webkit-font-smoothing: antialiased; }
        @supports (-moz-appearance: none) {
          .resources-section .sort-pagination-container .sort-container form .sortIcon {
            color: #a39f9e; } }
        .resources-section .sort-pagination-container .sort-container form .custom-select {
          position: relative; }
          .resources-section .sort-pagination-container .sort-container form .custom-select .selectboxit-container {
            margin-left: 0px;
            width: 100%; }
            .resources-section .sort-pagination-container .sort-container form .custom-select .selectboxit-container .selectboxit {
              width: 100%;
              color: #ce4f1c;
              cursor: pointer; }
          .resources-section .sort-pagination-container .sort-container form .custom-select .selectboxit-text {
            margin-left: 10px;
            width: 100%; }
          .resources-section .sort-pagination-container .sort-container form .custom-select .selectboxit-list {
            position: absolute;
            z-index: 100;
            left: 0;
            display: none;
            width: 100%;
            margin-top: 12px;
            margin-left: 0;
            background: #fff;
            color: #ce4f1c;
            box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25); }
            .resources-section .sort-pagination-container .sort-container form .custom-select .selectboxit-list li {
              font-size: 14px;
              padding: 2.5px 10px;
              padding-left: 20px;
              background: transparent;
              transition: all ease-in-out 250ms; }
              .resources-section .sort-pagination-container .sort-container form .custom-select .selectboxit-list li:before {
                display: none; }
              .resources-section .sort-pagination-container .sort-container form .custom-select .selectboxit-list li:hover {
                background: #ce4f1c;
                color: #fff; }
          .resources-section .sort-pagination-container .sort-container form .custom-select option {
            background: #fff;
            color: #4e4744;
            -webkit-appearance: none; }
    .resources-section .sort-pagination-container .pagination-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center;
      /* Hide HTML5 Up and Down arrows. */ }
      .resources-section .sort-pagination-container .pagination-container .pag-results {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 36px;
        color: #4e4744;
        margin-right: 10px; }
        .resources-section .sort-pagination-container .pagination-container .pag-results .results-num {
          font-weight: 500; }
      .resources-section .sort-pagination-container .pagination-container .pag-button_left,
      .resources-section .sort-pagination-container .pagination-container .pag-button_right {
        width: 32px;
        height: 32px;
        background: #f2f4f5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        cursor: pointer; }
        .resources-section .sort-pagination-container .pagination-container .pag-button_left svg,
        .resources-section .sort-pagination-container .pagination-container .pag-button_right svg {
          width: 6px;
          height: 10px; }
      .resources-section .sort-pagination-container .pagination-container .pag-button_left svg {
        transform: rotate(180deg); }
      .resources-section .sort-pagination-container .pagination-container input[type="number"]::-webkit-outer-spin-button,
      .resources-section .sort-pagination-container .pagination-container input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .resources-section .sort-pagination-container .pagination-container input[type="number"] {
        -moz-appearance: textfield;
        text-align: center;
        width: 32px;
        height: 32px;
        margin: 0 10px;
        border: 1px solid #e1e1e1;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.025em;
        color: #4e4744; }
      .resources-section .sort-pagination-container .pagination-container .page_amt {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.025em;
        color: #4e4744;
        margin-left: 10px; }
  .resources-section .resources-container {
    margin-bottom: 0;
    padding: 20px 0 0 0;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin-top: 0; }
    .resources-section .resources-container .color-pub {
      border-top: 10px solid #fcc50a; }
    .resources-section .resources-container .color-research {
      border-top: 10px solid #4d7799; }
    .resources-section .resources-container .color-casestudy {
      border-top: 10px solid #ff912f; }
    .resources-section .resources-container .color-actionplan {
      border-top: 10px solid #e4ddd4; }
    .resources-section .resources-container .color-pres {
      border-top: 10px solid #4e4744; }
    .resources-section .resources-container .color-poster {
      border-top: 10px solid #f16730; }
    .resources-section .resources-container .color-outreach {
      border-top: 10px solid #dbe4eb; }
    .resources-section .resources-container .resource-item__card {
      box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
      height: 400px;
      margin: 20px 0;
      position: relative; }
      .resources-section .resources-container .resource-item__card:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
      .resources-section .resources-container .resource-item__card .hover-circle {
        display: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140px' height='104px'%3E%3Cpath fill-rule='evenodd' opacity='0.251' fill='rgb(235, 235, 235)' d='M64.531,0.594 C105.953,0.594 139.531,35.439 139.531,78.422 C139.531,121.405 105.953,156.250 64.531,156.250 C23.110,156.250 -10.469,121.405 -10.469,78.422 C-10.469,35.439 23.110,0.594 64.531,0.594 Z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        width: 130px;
        height: 94px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 1; }
      .resources-section .resources-container .resource-item__card .resource-item__content {
        width: 100%;
        height: 100%;
        padding: 30px 35px 45px 35px; }
        .resources-section .resources-container .resource-item__card .resource-item__content .format-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          width: 100%;
          height: 30px;
          position: relative; }
          .resources-section .resources-container .resource-item__card .resource-item__content .format-container .svg-container {
            width: 20px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0; }
            .resources-section .resources-container .resource-item__card .resource-item__content .format-container .svg-container #icon-outreach {
              transform: scaleX(-1); }
            .resources-section .resources-container .resource-item__card .resource-item__content .format-container .svg-container svg {
              width: 20px;
              height: 20px;
              position: absolute;
              top: 0px;
              right: 0px; }
              .resources-section .resources-container .resource-item__card .resource-item__content .format-container .svg-container svg path {
                fill: #f16730; }
              .resources-section .resources-container .resource-item__card .resource-item__content .format-container .svg-container svg polygon {
                fill: #f16730; }
          .resources-section .resources-container .resource-item__card .resource-item__content .format-container .ghhin-resource {
            width: 30px;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0; }
            .resources-section .resources-container .resource-item__card .resource-item__content .format-container .ghhin-resource img {
              width: 25px;
              height: 25px; }
          .resources-section .resources-container .resource-item__card .resource-item__content .format-container .resource-format {
            width: calc(100% - 60px);
            position: absolute;
            top: 0px;
            left: 30px; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
          -ms-flex-pack: justify;
              justify-content: space-between;
          margin-top: 20px; }
          .resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title {
            width: calc(70% - 10px);
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            color: #ce4f1c;
            height: calc(3 * 24px);
            overflow: hidden; }
            .resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title a {
              color: #ce4f1c;
              text-decoration: none; }
          .resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail {
            width: calc(30%);
            max-height: 100px;
            margin-bottom: 10px; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-title {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          color: #ce4f1c;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
          .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-title a {
            color: #ce4f1c;
            text-decoration: none; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-title-research {
          padding-top: 30px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          color: #ce4f1c;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
          .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-title-research a {
            color: #ce4f1c;
            text-decoration: none; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-author {
          font-family: "Montserrat", sans-serif;
          font-size: 15px;
          line-height: 24px;
          color: #4e4744;
          font-weight: 400;
          margin: 10px 0;
          height: calc(24px * 2);
          display: -webkit-box;
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden;
          position: relative; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-year {
          font-family: "Montserrat", sans-serif;
          font-size: 15px;
          color: #4e4744;
          font-weight: 400;
          display: -webkit-box;
          height: calc(24px * 1);
          -webkit-line-clamp: 1;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-author-trimmed {
          font-family: "Montserrat", sans-serif;
          font-size: 15px;
          line-height: 24px;
          color: #4e4744;
          font-weight: 400;
          display: -webkit-box;
          height: calc(24px * 1);
          -webkit-line-clamp: 1;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-author.research {
          height: calc(24px * 2);
          display: -webkit-box;
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .grey-line {
          width: 100%;
          height: 1px;
          background: #dad8d4;
          margin: 10px 0; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-desc {
          font-family: "Montserrat", sans-serif;
          font-size: 15px;
          line-height: 24px;
          color: #4e4744;
          font-weight: 300;
          display: -webkit-box;
          height: calc(24px * 2 + 3px);
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          height: 43px;
          position: absolute;
          bottom: 30px; }
          .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover {
            cursor: pointer; }
            .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover > .hover-circle {
              display: block; }
            .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover .download-btn-circle {
              background: #ce4f1c; }
              .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover .download-btn-circle svg {
                stroke: #fff; }
          .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container .resource-pdf {
            position: relative;
            z-index: 5; }
            .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container .resource-pdf a {
              font-family: "Montserrat", sans-serif;
              font-weight: 400;
              font-size: 16px;
              line-height: 41px;
              letter-spacing: 0.025em;
              color: #4e4744;
              text-decoration: none; }
            .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container .resource-pdf:hover a {
              color: #ce4f1c; }
          .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container .download-btn-circle {
            width: 28px;
            height: 28px;
            background: #e7e7e7;
            border-radius: 30px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            margin-left: 10px;
            position: relative;
            z-index: 3; }
            .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container .download-btn-circle svg {
              width: 10px;
              height: 14px;
              stroke: #4e4744; }
  .resources-section .sort-pagination-container_bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 20px 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .resources-section .sort-pagination-container_bottom .next-page-btn-container {
      margin: 0 auto; }
      .resources-section .sort-pagination-container_bottom .next-page-btn-container .next-page-btn {
        min-width: 170px;
        font-weight: 500 !important; }
  .resources-section .filter-menu__container {
    position: absolute;
    top: 165px;
    left: 0;
    height: 100%;
    z-index: 9999; }
    .resources-section .filter-menu__container .filter-menu__closed {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .resources-section .filter-menu__container .filter-menu__closed .filter-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 50px;
        height: 50px;
        background: #ce4f1c;
        cursor: pointer; }
        .resources-section .filter-menu__container .filter-menu__closed .filter-icon:hover {
          background: #f16730; }
      .resources-section .filter-menu__container .filter-menu__closed p {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        line-height: 24px;
        text-transform: capitalize;
        margin-left: 15px;
        color: #707070; }
    .resources-section .filter-menu__container .filter-menu__open {
      display: none;
      position: absolute;
      top: -65px;
      left: 0;
      bottom: 0;
      width: 450px;
      height: 100%;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 4rem 0 3rem 5px;
      background: #fff;
      box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2); }
      .resources-section .filter-menu__container .filter-menu__open .close-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 50px;
        height: 50px;
        background: #ce4f1c;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
        .resources-section .filter-menu__container .filter-menu__open .close-icon:hover {
          background: #f16730; }
        .resources-section .filter-menu__container .filter-menu__open .close-icon svg {
          width: 17px;
          height: 17px; }
      .resources-section .filter-menu__container .filter-menu__open .filter-menu__content {
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        padding: 0 50px 0 50px; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .filter-menu__title {
          font-family: "Archivo", sans-serif;
          font-weight: 500;
          font-size: 29px;
          line-height: 44px;
          text-transform: capitalize;
          padding-bottom: 40px; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .filter-menu__title span {
            font-weight: 600; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .filter-btn {
          margin-top: 60px;
          min-width: 100%; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .filter-reset {
          font-family: "Montserrat", sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 44px;
          letter-spacing: 0.01em;
          text-transform: capitalize;
          text-align: center;
          color: #4e4744;
          text-decoration: underline;
          cursor: pointer; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between;
          border-top: 1px solid #dad8d4;
          cursor: pointer; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container:last-child {
          border-bottom: 1px solid #dad8d4; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title {
          font-family: "Montserrat", sans-serif;
          font-size: 20px;
          line-height: 24px;
          color: #4e4744;
          padding: 25px 0; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title:after {
            content: " "; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg {
            width: 17px;
            height: 17px; }
            .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg circle {
              fill: #fff; }
            .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg rect {
              fill: #4e4744; }
              .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg rect:last-child {
                fill: #4e4744; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list {
          display: none; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list .filter-list-container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: justify;
                justify-content: space-between; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list:last-child {
            padding-bottom: 30px; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list label {
            color: #4e4744;
            font-family: "Montserrat", sans-serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 35px;
            cursor: pointer;
            width: 95%; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"] {
            -webkit-appearance: none;
            cursor: pointer;
            background-color: #fff;
            border: 1px solid #949494;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            width: 17px;
            height: 17px;
            border-radius: 3px;
            display: inline-block;
            position: relative; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:active,
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked:active {
            border: 1px solid #ce4f1c; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked {
            border: 1px solid #ce4f1c;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center; }
            .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked:after {
              content: " ";
              background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170.3 140.84'%3E%3Cpath d='M607.6,390.7c4,2.47,53.09,49.46,53.09,49.46L758.9,322.7' transform='translate(-598.1 -313.2)' fill='none' stroke='%23ce4f1c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='19'/%3E%3C/svg%3E");
              width: 10px;
              height: 8px;
              position: absolute;
              color: #ce4f1c; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .open-desc > .accordion__title {
          color: #ce4f1c; }
        .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .plus-minus svg rect {
          fill: #fff !important; }
          .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .plus-minus svg rect:last-child {
            fill: #ce4f1c !important; }

/* Media Queries */
@media (max-width: 1550px) {
  .resources-section .resource-sub-menu ul {
    width: calc(100% - 100px);
    margin-left: 50px; }
    .resources-section .resource-sub-menu ul li {
      font-size: 14px; }
      .resources-section .resource-sub-menu ul li .type-label {
        font-size: 14px; } }

@media (max-width: 1440px) {
  .resources-section .resource-search-container .search-bar-container {
    width: calc(100% - 150px); } }

@media (max-width: 1300px) {
  .resources-section .resource-sub-menu ul li svg {
    width: 18px;
    height: 18px; }
  .resources-section .resources-container .resource-item__card {
    height: 410px; }
    .resources-section .resources-container .resource-item__card .resource-item__content {
      border: 1px solid #fff; } }

@media (max-width: 1200px) {
  .resource_banner_section .resource-item .resource-content .resource-title {
    font-size: 38px; } }

@media (max-width: 1024px) {
  .resources-section .resource-sub-menu ul {
    width: calc(100% - 50px);
    margin-left: 25px; }
    .resources-section .resource-sub-menu ul li svg {
      margin-right: 5px;
      width: 15px;
      height: 15px; }
  .resources-section .resource-search-container .search-bar-container {
    width: calc(100% - 230px);
    margin-left: auto; } }

@media (max-width: 992px) {
  .resource_banner_section .resource_banner {
    padding: 40px 0; }
  .resource_banner_section .resource-item .resource-content .resource-title {
    padding: 30px 0;
    font-size: 35px;
    line-height: 52px; }
  .resource_banner_section .resource-item .banner-bottom__container .resource-btn__container {
    left: 0 !important;
    right: auto; }
    .resource_banner_section .resource-item .banner-bottom__container .resource-btn__container .btn_white {
      margin: 0px; }
  .resource_banner_section .resource-item .resource-toggles {
    margin-bottom: 30px !important; }
  .resources-section .section__map-container.section__resources .resource-block .content-container {
    padding: 20px 80px; }
  .resources-section .section__map-container.section__resources .resource-block .resource__title {
    padding-right: 0px;
    text-align: center;
    padding-bottom: 0;
    height: auto; }
  .resources-section .section__map-container.section__resources .resource-block .resource__desc {
    margin-bottom: 20px;
    text-align: center; }
  .resources-section .section__map-container.section__resources .resource-block .resource__btn {
    max-width: 300px;
    margin: 0 auto !important; }
  .resources-section .resource-sub-menu ul {
    width: calc(100% - 100px);
    margin-left: 50px; }
    .resources-section .resource-sub-menu ul li .type-label {
      display: none; }
    .resources-section .resource-sub-menu ul li svg {
      width: 20px;
      height: 20px; }
  .resources-section .resources-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
    .resources-section .resources-container .resource-item__card {
      height: 380px; } }

@media (max-width: 768px) {
  .resource_banner_section .resource_banner .banner__title h2 {
    font-size: 42px; }
  .resource_banner_section .resource-item .resource-content {
    padding-top: 30px !important; }
    .resource_banner_section .resource-item .resource-content .resource-title {
      font-size: 30px !important;
      line-height: 45px;
      padding-bottom: 30px !important; }
  .resource_banner_section .resource-item .banner-bottom__container .resource-btn__container .btn_white {
    margin: 0px; }
    .resource_banner_section .resource-item .banner-bottom__container .resource-btn__container .btn_white a {
      padding-top: 5px;
      padding-bottom: 5px; }
  .resources-section .resources-container .resource-item__card .resource-item__content {
    padding: 20px; }
    .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-title {
      padding-top: 20px;
      font-size: 16px; }
  .resources-section .section__map-container.section__resources .resource-block .content-container {
    padding: 20px 30px; } }

@media (max-width: 1150px) {
  .resources-section .filter-menu__container .filter-menu__closed p {
    display: none !important; } }

@media (max-width: 700px) {
  .resources-section .resource-search-container .search-bar-container {
    width: calc(100% - 130px); } }

@media (max-width: 678px) {
  .resources-section .filter-menu__container {
    top: 95px !important; }
    .resources-section .filter-menu__container .filter-menu__open {
      top: 0 !important; }
  .resources-section .resource-search-container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
    .resources-section .resource-search-container .search-bar-container {
      width: 100%; }
      .resources-section .resource-search-container .search-bar-container .search-form svg {
        width: 15px;
        height: 15px; }
      .resources-section .resource-search-container .search-bar-container .search-form .text__input {
        padding: 1rem 1rem 1rem 3rem;
        font-size: 14px; }
      .resources-section .resource-search-container .search-bar-container .search-form .search-btn {
        width: 90px; }
        .resources-section .resource-search-container .search-bar-container .search-form .search-btn p {
          margin-left: -20px;
          font-size: 13px; }
    .resources-section .resource-search-container .search-type-container {
      margin-top: 0px; }
  .resources-section .sort-pagination-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .resources-section .sort-pagination-container .sort-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      z-index: 10; }
    .resources-section .sort-pagination-container .pagination-container {
      margin-top: 30px; }
  .resources-section .resources-container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }
    .resources-section .resources-container .resource-item__card {
      width: 100%;
      height: 280px;
      margin: 10px 0; }
      .resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail {
        margin-top: 10px; }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title {
          width: 100%;
          height: calc(2 * 24px); }
        .resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail {
          display: none; }
      .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        margin-top: 0;
        padding-top: 10px; }
      .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-author {
        margin: 5px 0; }
      .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-author-trimmed {
        margin-top: 10px; }
      .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-author.research {
        height: calc(24px * 1);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-desc {
        height: calc(24px * 1);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .resources-section .resources-container .resource-item__card .resource-item__content .content-container .download-container {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content; }
  .sort-pagination-container_bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 20px 0 20px 0; } }

@media (max-width: 599px) {
  .resources-section .resources-container .resource-item__card {
    height: 320px; } }

@media (max-width: 550px) {
  .resources-section .resource-sub-menu {
    display: none; }
  .resources-section .resource-sub-menu__mobile {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .resources-section .resource-sub-menu__mobile p {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 14px;
      padding-bottom: 20px;
      color: #ce4f1c;
      text-transform: uppercase; }
    .resources-section .resource-sub-menu__mobile .dropdown-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      cursor: pointer; }
    .resources-section .resource-sub-menu__mobile form .sortIcon {
      width: 100%;
      cursor: pointer;
      background-color: #f5f5f5;
      background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20566.88%20349.32%22%3E%3Cpolyline%20points%3D%22533.38%2033.67%20283.44%20282.32%2033.5%2033.67%22%20fill%3D%22none%22%20stroke%3D%22%23ce4f1c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2294.99%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: 12px 8px;
      -webkit-appearance: none;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 14px;
      border: none;
      background-position-x: 180px;
      background-position-y: 5px;
      -webkit-font-smoothing: antialiased;
      padding-bottom: 10px;
      border-bottom: 2px solid #ce4f1c; }
    @supports (-moz-appearance: none) {
      .resources-section .resource-sub-menu__mobile form .sortIcon {
        color: #a39f9e; } }
    .resources-section .resource-sub-menu__mobile form .custom-select option {
      background: #fff;
      color: #4e4744;
      -webkit-appearance: none; }
  .resources-section .sort-pagination-container .sort-container form .sortIcon {
    font-size: 14px; }
  .resources-section .resources-container .resource-item__card {
    height: 350px; }
  .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .filter-menu__title {
    font-size: 25px; }
  .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title {
    font-size: 16px; }
  .resources-section .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list label {
    font-size: 14px; } }

@media (max-width: 678px) {
  .resources-section .filter-menu__container {
    top: 180px; } }

@media (max-width: 480px) {
  .resource_banner_section .resource_banner {
    padding: 40px 0; }
  .resource_banner_section .resource-toggles {
    margin-bottom: 20px; }
    .resource_banner_section .resource-toggles ul {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
  .resource_banner_section .resource-item .banner-bottom__container {
    -ms-flex-pack: center;
        justify-content: center; }
    .resource_banner_section .resource-item .banner-bottom__container .resource-btn__container {
      -ms-flex-pack: center;
          justify-content: center; }
      .resource_banner_section .resource-item .banner-bottom__container .resource-btn__container .resource-btn-link {
        padding-top: 0px;
        padding-bottom: 0px; }
  .resource_banner_section .resource-item .resource-content .resource-title {
    font-size: 30px;
    line-height: 45px; }
  .resources-section .resource-sub-menu ul {
    width: 100%;
    margin-left: 0; }
  .resources-section .filter-menu__container .filter-menu__closed p {
    display: none; }
  .resources-section .filter-menu__container .filter-menu__open {
    width: 400px; } }

@media (max-width: 410px) {
  .resources-section .filter-menu__container .filter-menu__open {
    width: 330px; }
    .resources-section .filter-menu__container .filter-menu__open .filter-menu__content {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 400px) {
  .resources-section .filter-menu__container .filter-menu__open {
    width: 320px; } }

@media (max-width: 390px) {
  .resources-section .filter-menu__container .filter-menu__open {
    width: 310px; } }

@media (max-width: 380px) {
  .resources-section .filter-menu__container .filter-menu__open {
    width: 300px; } }

@media (max-width: 375px) {
  .resources-section .resource-search-container .search-bar-container .search-form .text__input {
    font-size: 12px; }
  .resources-section .filter-menu__container .filter-menu__open {
    width: 280px; } }

@media (max-width: 360px) {
  .resources-section .resources-container .resource-item__card {
    height: 360px; } }

/* ==========================================================================
   Two Column Image with List Section
   ========================================================================== */
.two_column_image_list_with_text_section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.two_column_image_list_with_text_section .container-left__image {
  width: calc(55% - 10px);
  padding: 20px 20px 20px 0; }
  .two_column_image_list_with_text_section .container-left__image .left__title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #4e4744;
    padding-bottom: 20px; }
  .two_column_image_list_with_text_section .container-left__image .container-left-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #4e4744;
    margin-bottom: 1rem; }
  .two_column_image_list_with_text_section .container-left__image img, .two_column_image_list_with_text_section .container-left__image .gettyimage {
    max-height: 350px; }

.two_column_image_list_with_text_section .container-right__content {
  width: calc(45% - 10px);
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #4e4744;
  background: #fafafa;
  position: relative;
  z-index: 10; }
  .two_column_image_list_with_text_section .container-right__content .list-title {
    letter-spacing: 0.15em;
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.15em;
    color: #4e4744;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase; }

.two_column_image_list_with_text_section .lower_zindex {
  z-index: -1 !important; }

/* Media Queries */
@media (max-width: 992px) {
  .two_column_image_list_with_text_section .container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .two_column_image_list_with_text_section .container-left__image {
    width: 100%;
    padding: 0; }
  .two_column_image_list_with_text_section .container-right__content {
    width: 100%; } }

@media (max-width: 768px) {
  .two_column_image_list_with_text_section .container-left__image {
    padding: 0px 20px 20px 0; }
    .two_column_image_list_with_text_section .container-left__image .left__title {
      font-size: 18px !important; }
    .two_column_image_list_with_text_section .container-left__image .container-left-content {
      font-size: 14px; } }

/* Partnerships Section */
.partnership_section {
  margin: 20px 0; }
  .partnership_section .partners__title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    padding-top: 40px; }
  .partnership_section .partners__subtitle {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 400 !important;
    font-size: 22px;
    letter-spacing: 0.01em;
    padding-top: 10px;
    padding-bottom: 20px; }
  .partnership_section .partnership__grid-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center !important;
        justify-content: center !important;
    width: 100%;
    margin-bottom: 40px; }
  .partnership_section .partners__btn {
    width: 330px; }
  .partnership_section .partnership__grid {
    width: 100%;
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem;
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    -ms-flex-align: center;
        align-items: center;
    -ms-grid-column-align: center;
        justify-items: center; }
    .partnership_section .partnership__grid .image-container {
      width: 100%; }
  .partnership_section .partnership__grid-fp {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-flex-align: center;
        align-items: center;
    -ms-grid-column-align: center;
        justify-items: center;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); }
    .partnership_section .partnership__grid-fp img {
      width: 100%;
      height: auto;
      display: block;
      padding-top: 0; }
  .partnership_section.pattern-library {
    padding: 0;
    margin-top: 0; }
    .partnership_section.pattern-library img {
      padding-bottom: 0; }
  .partnership_section.white-bg {
    background: #fff; }
  .partnership_section.grey-bg {
    background: #f5f5f5; }
  .partnership_section .wrapper-inner,
  .partnership_section .wrapper-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .partnership_section .wrapper-inner.flex__left,
    .partnership_section .wrapper-main.flex__left {
      -ms-flex-align: start;
          align-items: flex-start; }
    .partnership_section .wrapper-inner.flex__centre,
    .partnership_section .wrapper-main.flex__centre {
      -ms-flex-align: center;
          align-items: center; }
    .partnership_section .wrapper-inner.flex__right,
    .partnership_section .wrapper-main.flex__right {
      -ms-flex-align: end;
          align-items: flex-end; }

/* Media Queries */
@media (max-width: 550px) {
  .partnership_section .partnership__grid-fp {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }
    .partnership_section .partnership__grid-fp .image-container img {
      padding-bottom: 20px; } }

@media (max-width: 480px) {
  .partnership_section .partners__title {
    text-align: center; } }

@media (max-width: 375px) {
  .partnership_section .partners__btn {
    width: 100%;
    padding: 0px !important; } }

/* ==========================================================================
   Information and Resources Section (Resource Buckets) 
   ========================================================================== */
/* Info and Resources Section */
.information_resources_section .resources-title__container .resources__title {
  color: #4e4744;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.01em; }

.information_resources_section .resources-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.information_resources_section .color-pub {
  border-top: 20px solid #fcc50a; }

.information_resources_section .color-research {
  border-top: 20px solid #4d7799; }

.information_resources_section .color-casestudy {
  border-top: 20px solid #ff912f; }

.information_resources_section .color-actionplan {
  border-top: 20px solid #e4ddd4; }

.information_resources_section .color-pres {
  border-top: 20px solid #4e4744; }

.information_resources_section .color-poster {
  border-top: 20px solid #f16730; }

.information_resources_section .color-outreach {
  border-top: 20px solid #dbe4eb; }

.information_resources_section .resources-item {
  padding: 30px;
  background: #fff;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 380px; }
  .information_resources_section .resources-item .resource-info__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e4ddd4;
    position: relative; }
    .information_resources_section .resources-item .resource-info__container svg, .information_resources_section .resources-item .resource-info__container .svg-container {
      width: 20px;
      height: 20px;
      fill: #f16730; }
    .information_resources_section .resources-item .resource-info__container #icon-outreach {
      transform: scaleX(-1); }
    .information_resources_section .resources-item .resource-info__container .resource-type, .information_resources_section .resources-item .resource-info__container .resource-format {
      width: 100%;
      color: #4e4744;
      padding-left: 10px;
      letter-spacing: 0.1em;
      font-size: 14px; }
    .information_resources_section .resources-item .resource-info__container .resource-type {
      font-weight: 600; }
  .information_resources_section .resources-item .resource-content__container .thumbnail_title_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 10px; }
    .information_resources_section .resources-item .resource-content__container .thumbnail_title_container .resources-card__title {
      width: 70%;
      color: #4e4744;
      font-weight: 400;
      line-height: 24px;
      margin-top: 0; }
    .information_resources_section .resources-item .resource-content__container .thumbnail_title_container .image-thumbnail {
      max-width: 40%;
      max-height: calc(24px * 3);
      height: 70px !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-right: 10px;
      margin-bottom: 10px; }
      .information_resources_section .resources-item .resource-content__container .thumbnail_title_container .image-thumbnail img {
        float: right;
        max-width: 100%;
        height: auto;
        max-height: 80px !important;
        height: auto; }
  .information_resources_section .resources-item .resource-content__container .resources-card__title {
    color: #4e4744;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0; }
    .information_resources_section .resources-item .resource-content__container .resources-card__title a {
      border-bottom: none;
      font-size: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      box-orient: vertical;
      -moz-box-orient: vertical;
      /* Mozilla */
      -webkit-box-orient: vertical;
      /* WebKit */
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden; }
  .information_resources_section .resources-item .resource-content__container .resources-card__author {
    color: #4e4744;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    /* Mozilla */
    -webkit-box-orient: vertical;
    /* WebKit */
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    margin-bottom: 10px; }
  .information_resources_section .resources-item .resource-content__container .resources-card__org {
    color: #4e4744;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    box-orient: vertical;
    -moz-box-orient: vertical;
    /* Mozilla */
    -webkit-box-orient: vertical;
    /* WebKit */
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    margin-bottom: 10px; }
  .information_resources_section .resources-item .resource-content__container .resources-card__year {
    color: #4e4744;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px; }
  .information_resources_section .resources-item .resource-content__container .links-container {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 60px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 15px; }
    .information_resources_section .resources-item .resource-content__container .links-container a p {
      border-bottom: 1px solid #ce4f1c;
      font-size: 14px; }
      .information_resources_section .resources-item .resource-content__container .links-container a p:hover {
        color: #ce4f1c; }
  .information_resources_section .resources-item .resource-content__container .resources__learn-more {
    text-decoration: none;
    font-weight: 400;
    border-bottom: none; }
    .information_resources_section .resources-item .resource-content__container .resources__learn-more:hover {
      color: #ce4f1c; }

/* Media Queries */
@media (max-width: 1200px) {
  /* Info and Resources Section */
  .information_resources_section .resources-container {
    grid-gap: 30px; } }

@media (max-width: 1024px) {
  /* Info and Resources Section */
  .information_resources_section .resources-item {
    padding: 20px; }
    .information_resources_section .resources-item .resource-info__container .resource-type, .information_resources_section .resources-item .resource-info__container .resource-format {
      font-size: 13px; } }

@media (max-width: 992px) {
  /* Info and Resources Section */
  .information_resources_section .resources-item {
    padding: 20px; }
  .information_resources_section .resources-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; } }

@media (max-width: 768px) {
  /* Info and Resources Section */
  .information_resources_section .resources-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px; } }

@media (max-width: 600px) {
  .information_resources_section .resources-item {
    height: 300px; }
  .information_resources_section .resources-container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px; } }

@media (max-width: 575px) {
  /* Info and Resources Section */
  .information_resources_section {
    padding-bottom: 60px; }
    .information_resources_section .wrapper-inner {
      position: relative;
      padding-bottom: 90px; }
    .information_resources_section .resources-item .resource-info__container .resource-type, .information_resources_section .resources-item .resource-info__container .resource-format {
      font-size: 12px; }
    .information_resources_section .resources-item .resource-content__container {
      padding: 0px; } }

@media (max-width: 480px) {
  .information_resources_section .resources-container {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important; }
  .information_resources_section .resources-item {
    padding-bottom: 50px; } }

@media (max-width: 375px) {
  /* Info and Resources Section */
  .information_resources_section .resources-item {
    padding: 10px 10px 50px 10px; } }

/* ==========================================================================
   Linked Image Thumbnails Block
   ========================================================================== */
/* Linked Image Thumbnails Section */
.linked_image_thumbnails_section {
  position: relative; }
  .linked_image_thumbnails_section .manage_and_adapt_section__bg {
    position: relative;
    z-index: 2;
    padding: 50px 0; }
  .linked_image_thumbnails_section .ma__title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    padding-bottom: 40px; }
  .linked_image_thumbnails_section .ma-card__repeater-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px; }
  .linked_image_thumbnails_section .ma-card__bg-block {
    transition: margin 0.4s ease;
    width: 99%;
    height: 99%;
    background: #fcc50a;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; }
  .linked_image_thumbnails_section .ma-card__container {
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    background: #fff;
    position: relative;
    cursor: pointer; }
    .linked_image_thumbnails_section .ma-card__container:hover > .ma-card__bg-block {
      margin-top: 20px;
      margin-left: 20px; }
    .linked_image_thumbnails_section .ma-card__container .ma-card__img-container {
      width: 100%;
      height: 170px; }
      .linked_image_thumbnails_section .ma-card__container .ma-card__img-container .getty {
        max-height: 170px; }
        .linked_image_thumbnails_section .ma-card__container .ma-card__img-container .getty div {
          height: 0; }
        .linked_image_thumbnails_section .ma-card__container .ma-card__img-container .getty iframe {
          max-height: 170px;
          width: 100%; }
    .linked_image_thumbnails_section .ma-card__container .ma-card__num2 {
      display: none;
      color: #fcc50a;
      font-weight: 700;
      position: absolute;
      top: -20px;
      left: -20px; }
    .linked_image_thumbnails_section .ma-card__container .ma-card__content-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      padding-top: 30px;
      position: relative; }
      .linked_image_thumbnails_section .ma-card__container .ma-card__content-container .ma-card__content-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        position: relative; }
      .linked_image_thumbnails_section .ma-card__container .ma-card__content-container a {
        text-decoration: none;
        color: #4e4744;
        border-bottom: none; }
      .linked_image_thumbnails_section .ma-card__container .ma-card__content-container .ma-card__num {
        color: #fcc50a;
        font-weight: 700; }
      .linked_image_thumbnails_section .ma-card__container .ma-card__content-container .ma-card__title {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .linked_image_thumbnails_section .ma-card__container .ma-card__content-container .ma-card__right-arrow {
        margin-left: 10px; }
        .linked_image_thumbnails_section .ma-card__container .ma-card__content-container .ma-card__right-arrow svg {
          width: 20px;
          height: auto;
          stroke: #f16730; }

/* Media Queries */
@media (max-width: 1550px) {
  /* Manage and Adapt to Extreme Heat Section */
  .linked_image_thumbnails_section .case-studies__title {
    padding-right: 980px; } }

@media (max-width: 1440px) {
  /* Manage and Adapt to Extreme Heat Section */
  .linked_image_thumbnails_section .case-studies__title {
    padding-right: 870px; } }

@media (max-width: 1300px) {
  .linked_image_thumbnails_section .ma-card__repeater-block {
    grid-gap: 30px; } }

@media (max-width: 1200px) {
  /* Manage and Adapt to Extreme Heat Section */
  .linked_image_thumbnails_section .ma-card__container {
    padding: 20px; }
    .linked_image_thumbnails_section .ma-card__container .ma-card__img-container {
      height: 160px; }
  /* Linked Image Thumbnails Section */
  .linked_image_thumbnails_section .ma-card__repeater-block {
    grid-gap: 20px; } }

@media (max-width: 1024px) {
  /* Manage and Adapt to Extreme Heat Section */
  .linked_image_thumbnails_section .case-studies__title {
    padding-right: 620px; }
  .linked_image_thumbnails_section .ma-card__container .ma-card__content-container a {
    padding-left: 10px; } }

@media (max-width: 992px) {
  /* Manage and Adapt to Extreme Heat Section */
  .linked_image_thumbnails_section .ma-card__container .ma-card__content-container a p {
    font-size: 16px; }
  /* Linked Image Thumbnails Section */
  .linked_image_thumbnails_section .ma-card__repeater-block {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px; } }

@media (max-width: 768px) {
  /* Manage and Adapt to Extreme Heat Section */
  /* Linked Image Thumbnails Section */
  .linked_image_thumbnails_section .ma-card__repeater-block {
    grid-gap: 20px; } }

@media (max-width: 580px) {
  /* Linked Image Thumbnails Section */
  .linked_image_thumbnails_section .ma-card__repeater-block {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 480px) {
  .linked_image_thumbnails_section .ma-card__container .ma-card__img-container {
    height: 250px; }
    .linked_image_thumbnails_section .ma-card__container .ma-card__img-container .gettyimage iframe {
      height: 250px;
      width: 100%; } }

@media (max-width: 375px) {
  .linked_image_thumbnails_section .ma-card__container .ma-card__img-container {
    height: 200px; }
    .linked_image_thumbnails_section .ma-card__container .ma-card__img-container .gettyimage iframe {
      height: 200px;
      width: 100%; } }

@media (max-width: 320px) {
  .linked_image_thumbnails_section .ma-card__container .ma-card__img-container {
    height: 170px; } }

/* Currently Featuring Section */
.featured_content_banner_section {
  min-height: 420px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
  padding-bottom: 50px; }
  .featured_content_banner_section .featured-title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.01em;
    padding-bottom: 40px; }
  .featured_content_banner_section .container {
    min-height: 420px;
    width: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-bottom: 20px;
    top: 0;
    display: none;
    opacity: 0;
    transition: all 0.4s ease; }
    .featured_content_banner_section .container.transition {
      display: -ms-flexbox;
      display: flex;
      opacity: 0; }
    .featured_content_banner_section .container.active {
      opacity: 1;
      display: -ms-flexbox;
      display: flex; }
  .featured_content_banner_section .full-width .featured__block-left {
    width: 0; }
  .featured_content_banner_section .full-width .featured__block-right {
    width: 100%;
    background: #fff;
    padding: 45px 50px 50px 30px;
    position: relative;
    z-index: 2; }
  .featured_content_banner_section .active {
    color: #fcc50a; }
    .featured_content_banner_section .active.toggle {
      background: #fcc50a !important; }
  .featured_content_banner_section .slider__toggles {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    right: 40px;
    bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .featured_content_banner_section .slider__toggles .toggle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      background: #e4ddd4;
      margin: 0 5px; }
      .featured_content_banner_section .slider__toggles .toggle:after {
        content: " ";
        width: 20px;
        height: 4px; }
  .featured_content_banner_section .wrapper-main {
    position: relative; }
  .featured_content_banner_section .featured__block {
    position: relative;
    min-height: 420px; }
  .featured_content_banner_section .front_page_margin {
    top: -100px; }
  .featured_content_banner_section .featured__block-left {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 2; }
    .featured_content_banner_section .featured__block-left img,
    .featured_content_banner_section .featured__block-left .gettyimg {
      width: calc(100% - 80px);
      height: calc(100% - 80px); }
  .featured_content_banner_section .bg-block {
    width: 50%;
    height: calc(100% - 10px);
    background: #ce4f1c;
    position: absolute;
    top: 35px;
    right: -25px;
    z-index: 1; }
  .featured_content_banner_section .featured__block-right {
    width: 50%;
    background: #fff;
    padding: 45px 50px 50px 30px;
    position: relative;
    z-index: 2; }
    .featured_content_banner_section .featured__block-right .featured__top {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 50px;
      border-bottom: none; }
      .featured_content_banner_section .featured__block-right .featured__top svg {
        fill: #fcc50a;
        width: 27px;
        height: 27px; }
    .featured_content_banner_section .featured__block-right .featured__tagline {
      font-size: 14px;
      color: #a29d98;
      padding-left: 20px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.15em; }
    .featured_content_banner_section .featured__block-right .featured__title {
      font-size: 24px;
      font-weight: 600;
      color: #ce4f1c;
      padding-right: 150px;
      padding-top: 20px; }
      .featured_content_banner_section .featured__block-right .featured__title a {
        color: #ce4f1c;
        border-bottom: none; }
    .featured_content_banner_section .featured__block-right .featured__desc {
      font-weight: 300;
      padding-right: 100px;
      margin-top: 25px;
      margin-bottom: 25px;
      color: #4e4744;
      line-height: 28px; }
    .featured_content_banner_section .featured__block-right a {
      text-decoration: none;
      border-bottom: none; }
    .featured_content_banner_section .featured__block-right .featured__learn-more {
      color: #ce4f1c;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      font-weight: 400;
      position: relative;
      letter-spacing: 0.025em; }
      .featured_content_banner_section .featured__block-right .featured__learn-more svg {
        margin-left: 10px;
        position: absolute;
        width: 10px;
        height: auto;
        margin-top: 3px; }
      .featured_content_banner_section .featured__block-right .featured__learn-more:hover svg {
        margin-left: 25px;
        transition: margin 1s ease; }
    .featured_content_banner_section .featured__block-right .featured__toggles {
      position: absolute;
      bottom: 50px;
      right: 50px; }
      .featured_content_banner_section .featured__block-right .featured__toggles ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; }
        .featured_content_banner_section .featured__block-right .featured__toggles ul li {
          width: 20px;
          height: 3px;
          background: #e4ddd4;
          margin: 0 5px; }
        .featured_content_banner_section .featured__block-right .featured__toggles ul .active {
          background: #fcc50a; }
  .featured_content_banner_section .featured__arrows {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2; }
    .featured_content_banner_section .featured__arrows .arrow-left,
    .featured_content_banner_section .featured__arrows .arrow-right {
      background: #e4ddd4;
      padding: 10px 8px 8px 8px;
      cursor: pointer;
      transition: background 1s; }
      .featured_content_banner_section .featured__arrows .arrow-left:hover,
      .featured_content_banner_section .featured__arrows .arrow-right:hover {
        background: #beb7ad; }
      .featured_content_banner_section .featured__arrows .arrow-left svg,
      .featured_content_banner_section .featured__arrows .arrow-right svg {
        fill: none;
        stroke: red;
        width: 19px;
        height: 20px; }
    .featured_content_banner_section .featured__arrows .arrow-left {
      margin-right: 5px; }
    .featured_content_banner_section .featured__arrows .arrow-right {
      margin-left: 5px; }

/* Media Queries */
@media (max-width: 1440px) {
  .featured_content_banner_section .featured__block-right .featured__desc {
    padding-right: 70px; } }

@media (max-width: 1300px) {
  .featured_content_banner_section {
    min-height: auto; }
    .featured_content_banner_section .featured__block,
    .featured_content_banner_section .container {
      min-height: 395px; }
    .featured_content_banner_section .featured__block-right .featured__top {
      margin-bottom: 35px; }
    .featured_content_banner_section .featured__block-right .featured__desc {
      padding-right: 50px; } }

@media (max-width: 1200px) {
  .featured_content_banner_section .featured__block,
  .featured_content_banner_section .container {
    min-height: 360px; }
  .featured_content_banner_section .featured__block-right .featured__title {
    font-size: 22px;
    padding-right: 0px;
    padding-top: 0; }
  .featured_content_banner_section .featured__block-right .featured__top {
    margin-bottom: 35px; }
  .featured_content_banner_section .featured__block-right .featured__desc {
    padding-right: 0px; } }

@media (max-width: 1024px) {
  .featured_content_banner_section .featured__arrows .arrow-left svg,
  .featured_content_banner_section .featured__arrows .arrow-right svg {
    width: 14px;
    height: auto; } }

@media (max-width: 992px) {
  /* Currently Featuring Section */
  .featured_content_banner_section .bg-block {
    width: calc(50% + 30px);
    z-index: -1; }
  .featured_content_banner_section .featured__block-left img {
    width: calc(100% - 60px);
    height: calc(100% - 60px); }
  .featured_content_banner_section .featured__block-right {
    padding: 30px;
    padding-left: 0; }
    .featured_content_banner_section .featured__block-right .featured__title {
      padding-right: 0px;
      font-size: 20px; }
    .featured_content_banner_section .featured__block-right .featured__desc {
      margin-bottom: 20px;
      line-height: 26px; }
  .featured_content_banner_section .slider__toggles {
    bottom: 25px; }
  .featured_content_banner_section .featured__arrows {
    right: 25px;
    top: 25px; } }

@media (max-width: 768px) {
  /* Currently Featuring Section */
  .featured_content_banner_section {
    padding-bottom: 50px; }
    .featured_content_banner_section .bg-block {
      width: calc(100% - 30px); }
    .featured_content_banner_section .featured__block,
    .featured_content_banner_section .container {
      min-height: calc(55vw + 225px); }
    .featured_content_banner_section .container.transition, .featured_content_banner_section .container.active {
      display: block; }
    .featured_content_banner_section .featured__block-left {
      padding: 30px;
      width: 100%;
      height: 55vw; }
      .featured_content_banner_section .featured__block-left img {
        width: 100%;
        height: 100%; }
    .featured_content_banner_section .featured__block-right {
      width: 100%;
      padding: 0px 30px 40px; }
      .featured_content_banner_section .featured__block-right .featured__tagline {
        line-height: 18px;
        font-size: 12px;
        padding-right: 85px;
        padding-left: 10px; }
      .featured_content_banner_section .featured__block-right .featured__top {
        margin-bottom: 25px; }
      .featured_content_banner_section .featured__block-right .featured__title {
        font-size: 20px; }
      .featured_content_banner_section .featured__block-right .featured__desc {
        margin-top: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .featured_content_banner_section .featured__block-right .featured__toggles {
        bottom: 40px; }
    .featured_content_banner_section .featured__arrows {
      top: 55vw;
      right: 30px; }
    .featured_content_banner_section .slider__toggles {
      right: 30px; } }

@media (max-width: 480px) {
  /* Currently Featuring Section */
  .featured_content_banner_section .featured__block,
  .featured_content_banner_section .container {
    min-height: auto; }
  .featured_content_banner_section .container.active {
    position: relative; }
  .featured_content_banner_section .featured__block-left {
    height: 62vw; }
  .featured_content_banner_section .featured__block-right .featured__tagline {
    padding-right: 105px; }
  .featured_content_banner_section .featured__block-right .featured__learn-more {
    font-size: 14px; }
    .featured_content_banner_section .featured__block-right .featured__learn-more svg {
      width: 8px;
      height: 12px;
      margin-top: 7px; }
  .featured_content_banner_section .featured__arrows {
    top: 61vw; }
  .featured_content_banner_section .bg-block {
    right: -15px;
    height: calc(100% - 20px); } }

.divider-line-section .decorative-line {
  width: 100%;
  height: 1px;
  background: #e6e6e6; }

/* ==========================================================================
   Two Column List Section
   ========================================================================== */
.one-column-list-section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.one-column-list-section .container-right__content {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #4e4744; }
  .one-column-list-section .container-right__content .list-title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #4e4744;
    padding-bottom: 20px; }

/* ==========================================================================
   Two Column List Section
   ========================================================================== */
.two_column_list_section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.two_column_list_section .container-left__image {
  width: calc(55% - 10px);
  padding: 20px 20px 20px 0px; }
  .two_column_list_section .container-left__image .left__title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #4e4744;
    padding-bottom: 20px; }
  .two_column_list_section .container-left__image .container-left-content {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #4e4744;
    margin-bottom: 1rem; }

.two_column_list_section .container-right__content {
  width: calc(45% - 10px);
  padding: 20px 20px 20px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #4e4744;
  background: #fafafa;
  position: relative;
  z-index: 10; }
  .two_column_list_section .container-right__content .list-title {
    letter-spacing: 0.15em;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #4e4744;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase; }

.two_column_list_section .lower_zindex {
  z-index: -1 !important; }

/* Media Queries */
@media (max-width: 992px) {
  .two_column_list_section .container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .two_column_list_section .container-left__image {
    width: 100%;
    padding: 0; }
  .two_column_list_section .container-right__content {
    width: 100%; } }

@media (max-width: 768px) {
  .two_column_list_section .container-left__image .left__title {
    font-size: 18px !important; }
  .two_column_list_section .container-left__image .container-left-content {
    font-size: 14px; }
  .two_column_list_section .container-right__content .warm_bullets ul li {
    font-size: 14px; }
  .two_column_list_section .container-right__content .cool_bullets ul li {
    font-size: 14px; } }

.faq_answers_section h3 {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  color: #4e4744;
  line-height: 21px; }

.faq_answers_section a {
  text-decoration: none;
  border-bottom: 1px solid #ce4f1c;
  color: #4e4744;
  cursor: pointer; }
  .faq_answers_section a:hover {
    color: #ce4f1c; }

.faq_answers_section .main-title {
  padding-top: 40px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.01em;
  color: #4e4744; }

.faq_answers_section .content-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem; }
  .faq_answers_section .content-container .faq-content-container {
    width: calc(75% - 15px); }
  .faq_answers_section .content-container .sidebar-container {
    width: calc(25% - 15px);
    background: #ebebeb;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    margin-top: 50px; }
    .faq_answers_section .content-container .sidebar-container a {
      text-decoration: none;
      border-bottom: 1px solid #ce4f1c;
      color: #4e4744;
      cursor: pointer; }
      .faq_answers_section .content-container .sidebar-container a:hover {
        color: #ce4f1c; }
    .faq_answers_section .content-container .sidebar-container p {
      font-size: 13px;
      padding: 5px 0;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      color: #4e4744;
      line-height: 21px; }
    .faq_answers_section .content-container .sidebar-container .sidebar-title {
      font-size: 16px;
      font-weight: 500; }

.faq_answers_section .section-title {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #f16730;
  padding-top: 50px; }

.faq_answers_section .dec-bar {
  width: 25px;
  height: 3.6px;
  background: #ebebeb;
  margin: 20px 0; }

.faq_answers_section .section-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #4e4744; }

.faq_answers_section .reference-container {
  width: 100%;
  background: #ebebeb;
  padding: 20px;
  margin: 20px 0; }
  .faq_answers_section .reference-container .title-container {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .faq_answers_section .reference-container .title-container svg {
      width: 20px;
      height: 20px;
      fill: #4e4744; }
      .faq_answers_section .reference-container .title-container svg rect {
        fill: #ebebeb; }
        .faq_answers_section .reference-container .title-container svg rect:last-child {
          fill: #ebebeb; }
    .faq_answers_section .reference-container .title-container .plus-minus rect {
      fill: #4e4744; }
      .faq_answers_section .reference-container .title-container .plus-minus rect:last-child {
        fill: #ebebeb; }
  .faq_answers_section .reference-container .references-title {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #f16730; }
  .faq_answers_section .reference-container .reference-item {
    display: none;
    counter-reset: refitem; }
    .faq_answers_section .reference-container .reference-item p {
      font-size: 14px;
      line-height: 21px;
      padding: 15px 0;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      color: #4e4744;
      position: relative;
      padding-left: 0px;
      border-bottom: 1px solid #dbdbdb;
      text-indent: 0px; }
      .faq_answers_section .reference-container .reference-item p:before {
        counter-increment: refitem;
        content: counter(refitem) ") ";
        color: #f16730;
        font-weight: 500;
        position: relative; }
      .faq_answers_section .reference-container .reference-item p:first-child {
        display: none; }
      .faq_answers_section .reference-container .reference-item p:last-child {
        display: none; }

/* Media Queries */
@media (max-width: 992px) {
  .faq_answers_section .content-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .faq_answers_section .content-container .faq-content-container {
      width: 100%; }
    .faq_answers_section .content-container .sidebar-container {
      width: 100%;
      position: relative; } }

@media (max-width: 768px) {
  .faq_answers_section .main-title {
    font-size: 24px;
    line-height: 36px; }
  .faq_answers_section .content-container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .faq_answers_section .section-content {
    font-size: 14px; } }

.events_page_section {
  padding: 100px 0; }
  .events_page_section .wrapper-main {
    position: relative; }
  .events_page_section h1, .events_page_section h2, .events_page_section h3, .events_page_section h4, .events_page_section h5, .events_page_section h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4e4744; }
  .events_page_section .breadcrumbs-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 50px; }
    .events_page_section .breadcrumbs-links ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      margin-left: 0;
      margin-top: 0; }
      .events_page_section .breadcrumbs-links ul li {
        border-right: 1px solid #fcb682;
        height: 25px;
        padding: 0 20px 0 30px; }
        .events_page_section .breadcrumbs-links ul li:before {
          display: none; }
        .events_page_section .breadcrumbs-links ul li:last-child {
          border-right: none;
          padding-right: none; }
        .events_page_section .breadcrumbs-links ul li:first-child {
          padding-left: 10px; }
        .events_page_section .breadcrumbs-links ul li a {
          font-size: 16px;
          font-weight: 300;
          letter-spacing: 0.01em;
          color: #4e4744;
          border-bottom: none !important; }
          .events_page_section .breadcrumbs-links ul li a:after {
            display: block;
            content: '';
            width: calc(100% + 10px);
            margin-left: -10px;
            border-bottom: solid 2px #fcb682;
            transform: scaleX(0);
            transition: transform 250ms ease-in-out;
            margin-top: 5px; }
          .events_page_section .breadcrumbs-links ul li a:hover {
            color: #f16730; }
          .events_page_section .breadcrumbs-links ul li a:hover:after {
            transform: scaleX(1); }
  .events_page_section a {
    text-decoration: none;
    border-bottom: 1px solid #ce4f1c;
    color: #4e4744;
    cursor: pointer; }
    .events_page_section a:hover {
      color: #ce4f1c; }
  .events_page_section .all-news_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999; }
  .events_page_section .event__title {
    font-family: "Archivo", sans-serif;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600; }
  .events_page_section .heading_warm {
    color: #ce4f1c; }
  .events_page_section .heading_cool {
    color: #6590b1; }
  .events_page_section .heading_reg {
    color: #4e4744; }
  .events_page_section .add_bar {
    width: 25px;
    height: 3.6px;
    background: #ebebeb;
    margin-top: 25px;
    margin-bottom: 35px; }
  .events_page_section .date__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    .events_page_section .date__container .date-icon svg {
      width: 20px;
      height: 20px; }
    .events_page_section .date__container .svg_warm svg {
      fill: #ce4f1c; }
    .events_page_section .date__container .svg_cool svg {
      fill: #4d7799; }
    .events_page_section .date__container .svg_reg svg {
      fill: #4e4744; }
    .events_page_section .date__container .date-text .event__date {
      padding-left: 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      color: #4e4744; }
  .events_page_section .event-information__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 30px; }
    .events_page_section .event-information__container .host__container,
    .events_page_section .event-information__container .location__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
    .events_page_section .event-information__container .heading_warm, .events_page_section .event-information__container .heading_cool, .events_page_section .event-information__container .heading_reg {
      font-weight: 500;
      padding-right: 10px; }
    .events_page_section .event-information__container .heading_warm {
      color: #ce4f1c; }
    .events_page_section .event-information__container .heading_cool {
      color: #6590b1; }
    .events_page_section .event-information__container .heading_reg {
      color: #4e4744; }
    .events_page_section .event-information__container p {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 28px;
      color: #4e4744; }
  .events_page_section .one-column__container {
    margin: 30px 0; }
    .events_page_section .one-column__container .event__desc p {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 28px;
      color: #4e4744; }
  .events_page_section .two-column__container {
    margin: 30px 0; }
    .events_page_section .two-column__container .featured-image {
      float: left;
      width: 250px;
      height: 250px;
      margin: 0 20px 20px 0; }
    .events_page_section .two-column__container .event__desc p {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 28px;
      color: #4e4744; }

/* ==========================================================================
   News / Calendar 
   ========================================================================== */
.calendar_home_page_section.calendar_separated .breadcrumbs-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin: 50px 0; }
  .calendar_home_page_section.calendar_separated .breadcrumbs-links ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: 0;
    margin-top: 0; }
    .calendar_home_page_section.calendar_separated .breadcrumbs-links ul li {
      border-right: 1px solid #fcb682;
      height: 25px;
      padding: 0 20px 0 30px; }
      .calendar_home_page_section.calendar_separated .breadcrumbs-links ul li:before {
        display: none; }
      .calendar_home_page_section.calendar_separated .breadcrumbs-links ul li:last-child {
        border-right: none;
        padding-right: none; }
      .calendar_home_page_section.calendar_separated .breadcrumbs-links ul li:first-child {
        padding-left: 10px; }
      .calendar_home_page_section.calendar_separated .breadcrumbs-links ul li a {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.01em;
        color: #4e4744;
        border-bottom: none !important;
        text-decoration: none; }
        .calendar_home_page_section.calendar_separated .breadcrumbs-links ul li a:after {
          display: block;
          content: '';
          width: calc(100% + 10px);
          margin-left: -10px;
          border-bottom: solid 2px #fcb682;
          transform: scaleX(0);
          transition: transform 250ms ease-in-out;
          margin-top: 5px; }
        .calendar_home_page_section.calendar_separated .breadcrumbs-links ul li a:hover {
          color: #f16730; }
        .calendar_home_page_section.calendar_separated .breadcrumbs-links ul li a:hover:after {
          transform: scaleX(1); }

.calendar_home_page_section.calendar_separated .events__listing .events-section__title {
  margin-top: 50px; }

.calendar_home_page_section.calendar_separated .events__listing .pagination-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
  margin-top: 40px;
  /* Hide HTML5 Up and Down arrows. */ }
  .calendar_home_page_section.calendar_separated .events__listing .pagination-container .pag-results {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    color: #4e4744;
    margin-right: 10px; }
    .calendar_home_page_section.calendar_separated .events__listing .pagination-container .pag-results .results-num {
      font-weight: 500; }
  .calendar_home_page_section.calendar_separated .events__listing .pagination-container .pag-button_left,
  .calendar_home_page_section.calendar_separated .events__listing .pagination-container .pag-button_right {
    width: 32px;
    height: 32px;
    background: #f2f4f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
    .calendar_home_page_section.calendar_separated .events__listing .pagination-container .pag-button_left svg,
    .calendar_home_page_section.calendar_separated .events__listing .pagination-container .pag-button_right svg {
      width: 6px;
      height: 10px; }
  .calendar_home_page_section.calendar_separated .events__listing .pagination-container .pag-button_left svg {
    transform: rotate(180deg); }
  .calendar_home_page_section.calendar_separated .events__listing .pagination-container input[type="number"]::-webkit-outer-spin-button,
  .calendar_home_page_section.calendar_separated .events__listing .pagination-container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .calendar_home_page_section.calendar_separated .events__listing .pagination-container input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    border: 1px solid #e1e1e1;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744; }
  .calendar_home_page_section.calendar_separated .events__listing .pagination-container .page_amt {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744;
    margin-left: 10px; }

.calendar_home_page_section .search-section {
  margin-top: 40px; }

.calendar_home_page_section .container {
  margin: 30px 0;
  padding: 20px 0;
  border: 2px solid #efefef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
  .calendar_home_page_section .container .event-type__container,
  .calendar_home_page_section .container .filter-cal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #ce4f1c;
    padding-bottom: 10px;
    width: calc(33.33% - 40px);
    position: relative;
    z-index: 1500; }
    .calendar_home_page_section .container .event-type__container .fb-down-arrow,
    .calendar_home_page_section .container .filter-cal .fb-down-arrow {
      width: auto;
      height: 12px;
      position: absolute;
      right: 0;
      stroke: #ce4f1c;
      transform: rotate(90deg); }
    .calendar_home_page_section .container .event-type__container svg,
    .calendar_home_page_section .container .filter-cal svg {
      fill: #ce4f1c;
      width: 13px;
      height: 16px; }
  .calendar_home_page_section .container select {
    max-width: 220px;
    color: #ce4f1c;
    margin-left: 5px;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .calendar_home_page_section .container .selectboxit-container {
    margin-left: 0px; }
  .calendar_home_page_section .container .selectboxit-container,
  .calendar_home_page_section .container .selectboxit {
    width: 100%;
    color: #ce4f1c;
    cursor: pointer; }
  .calendar_home_page_section .container .selectboxit-list {
    position: absolute;
    z-index: 10;
    left: 0;
    display: none;
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
    background: #fff;
    color: #ce4f1c;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25); }
    .calendar_home_page_section .container .selectboxit-list li {
      font-size: 14px;
      padding: 2.5px 10px;
      padding-left: 20px;
      background: transparent;
      transition: all ease-in-out 250ms; }
      .calendar_home_page_section .container .selectboxit-list li:before {
        display: none; }
      .calendar_home_page_section .container .selectboxit-list li:hover {
        background: #ce4f1c;
        color: #fff; }
  .calendar_home_page_section .container .event-type__container {
    width: 270px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    height: 42px;
    border-bottom: 2px solid #efefef;
    background-color: #fff;
    cursor: pointer; }
    .calendar_home_page_section .container .event-type__container .selectboxit-container {
      width: 290px;
      background: white;
      position: relative;
      top: 0px; }
      .calendar_home_page_section .container .event-type__container .selectboxit-container ul {
        display: none; }
        .calendar_home_page_section .container .event-type__container .selectboxit-container ul li:before {
          content: none; }
      .calendar_home_page_section .container .event-type__container .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
        top: 30%; }
      .calendar_home_page_section .container .event-type__container .selectboxit-container .selectboxit {
        color: #4e4744;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px; }
    .calendar_home_page_section .container .event-type__container .sortIcon {
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 566.87 349.32'%3E%3Cpolyline points='533.38 33.67 283.44 282.32 33.5 33.67' fill='none' stroke='%234e4744' stroke-miterlimit='10' stroke-width='94.99'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 12px 8px;
      -webkit-appearance: none;
      color: #4e4744;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      border: none;
      width: 290px;
      background-position-x: 270px;
      background-position-y: 5px;
      -webkit-font-smoothing: antialiased; }
      .calendar_home_page_section .container .event-type__container .sortIcon option {
        background: pink; }
    @supports (-moz-appearance: none) {
      .calendar_home_page_section .container .event-type__container .sortIcon {
        color: #a39f9e; } }
    .calendar_home_page_section .container .event-type__container .custom-select {
      position: relative; }
      .calendar_home_page_section .container .event-type__container .custom-select option {
        background: #fff;
        color: #4e4744;
        -webkit-appearance: none; }
  .calendar_home_page_section .container .date-picker__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center !important;
        align-items: center !important;
    height: 42px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 20px; }
    .calendar_home_page_section .container .date-picker__container p {
      color: #4e4744;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px; }
      .calendar_home_page_section .container .date-picker__container p:first-child {
        border-right: 2px solid #efefef; }
      .calendar_home_page_section .container .date-picker__container p:last-child {
        margin-left: 20px; }
      .calendar_home_page_section .container .date-picker__container p input[type="text"] {
        border: none;
        color: #4e4744;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px; }
      .calendar_home_page_section .container .date-picker__container p .date_from,
      .calendar_home_page_section .container .date-picker__container p .date_to {
        margin-right: 20px; }
    .calendar_home_page_section .container .date-picker__container .ui-datepicker-trigger {
      border: none !important;
      background: none !important;
      margin: 0 10px;
      margin-right: 30px;
      cursor: pointer; }
      .calendar_home_page_section .container .date-picker__container .ui-datepicker-trigger img {
        margin-top: 10px; }
  .calendar_home_page_section .container .date-from__container {
    margin-right: 15px; }
  .calendar_home_page_section .container .date-to__container {
    margin-left: 15px; }
  .calendar_home_page_section .container .date-from__container,
  .calendar_home_page_section .container .date-to__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    height: 42px;
    border-bottom: 2px solid #efefef;
    cursor: pointer; }
    .calendar_home_page_section .container .date-from__container form,
    .calendar_home_page_section .container .date-to__container form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      background: #fff;
      cursor: pointer; }
      .calendar_home_page_section .container .date-from__container form .custom-date,
      .calendar_home_page_section .container .date-to__container form .custom-date {
        color: #4e4744;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px; }
        .calendar_home_page_section .container .date-from__container form .custom-date label,
        .calendar_home_page_section .container .date-to__container form .custom-date label {
          margin-right: 20px; }
      .calendar_home_page_section .container .date-from__container form input[type="date"]::-webkit-calendar-picker-indicator,
      .calendar_home_page_section .container .date-to__container form input[type="date"]::-webkit-calendar-picker-indicator {
        border: none;
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 333.33 333.33'%3E%3Cpath d='M839.05,3026.8H805.72v-16.67a16.67,16.67,0,0,0-33.34,0v16.67H605.72v-16.67a16.67,16.67,0,0,0-33.34,0v16.67H539.05a16.67,16.67,0,0,0-16.67,16.66v50H855.72v-50A16.67,16.67,0,0,0,839.05,3026.8Z' transform='translate(-522.38 -2993.46)' fill='%238e8987'/%3E%3Cpath d='M522.38,3310.13a16.68,16.68,0,0,0,16.67,16.67h300a16.68,16.68,0,0,0,16.67-16.67V3126.8H522.38Zm116.67-100h33.33V3176.8a16.67,16.67,0,0,1,33.34,0v33.33h33.33a16.67,16.67,0,1,1,0,33.33H705.72v33.34a16.67,16.67,0,0,1-33.34,0v-33.34H639.05a16.67,16.67,0,1,1,0-33.33Z' transform='translate(-522.38 -2993.46)' fill='%238e8987'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        cursor: pointer; }
      .calendar_home_page_section .container .date-from__container form input[type="date"],
      .calendar_home_page_section .container .date-to__container form input[type="date"] {
        border: none;
        color: #4e4744;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px;
        cursor: pointer; }

.calendar_home_page_section .events-section__title {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px; }
  .calendar_home_page_section .events-section__title .title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #4e4744;
    padding: 10px 0; }
  .calendar_home_page_section .events-section__title .reg-btn {
    margin-right: 30px; }

.calendar_home_page_section .events__listing,
.calendar_home_page_section .resources-container {
  position: relative; }
  .calendar_home_page_section .events__listing .events__container,
  .calendar_home_page_section .resources-container .events__container {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (30%)[3];
        grid-template-columns: repeat(3, 30%);
    grid-gap: 5%;
    margin: 50px 0;
    position: relative;
    left: 0 !important; }
    .calendar_home_page_section .events__listing .events__container .events-item,
    .calendar_home_page_section .resources-container .events__container .events-item {
      height: 100%;
      white-space: normal;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s;
      padding: 40px;
      border-top: 15px solid #fcc50a;
      position: relative;
      min-height: 300px; }
      .calendar_home_page_section .events__listing .events__container .events-item a,
      .calendar_home_page_section .resources-container .events__container .events-item a {
        text-decoration: none; }
      .calendar_home_page_section .events__listing .events__container .events-item .ghhin-logo-container,
      .calendar_home_page_section .resources-container .events__container .events-item .ghhin-logo-container {
        width: 100%;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 0px; }
        .calendar_home_page_section .events__listing .events__container .events-item .ghhin-logo-container img,
        .calendar_home_page_section .resources-container .events__container .events-item .ghhin-logo-container img {
          position: absolute;
          top: 0px;
          right: 35px;
          width: 30px;
          height: 30px; }
      .calendar_home_page_section .events__listing .events__container .events-item .location-container,
      .calendar_home_page_section .resources-container .events__container .events-item .location-container {
        margin-top: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .calendar_home_page_section .events__listing .events__container .events-item .location-container .loc-icon,
        .calendar_home_page_section .resources-container .events__container .events-item .location-container .loc-icon {
          fill: #f16730;
          width: 15px;
          height: 15px; }
        .calendar_home_page_section .events__listing .events__container .events-item .location-container .events-location,
        .calendar_home_page_section .resources-container .events__container .events-item .location-container .events-location {
          color: #4e4744;
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 25px;
          padding-left: 10px; }
      .calendar_home_page_section .events__listing .events__container .events-item .date-container,
      .calendar_home_page_section .resources-container .events__container .events-item .date-container {
        margin-top: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .calendar_home_page_section .events__listing .events__container .events-item .date-container .date-icon svg,
        .calendar_home_page_section .resources-container .events__container .events-item .date-container .date-icon svg {
          fill: #f16730;
          width: 15px;
          height: 15px; }
        .calendar_home_page_section .events__listing .events__container .events-item .date-container .event__date,
        .calendar_home_page_section .resources-container .events__container .events-item .date-container .event__date {
          color: #4e4744;
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 25px;
          padding-left: 10px; }
        .calendar_home_page_section .events__listing .events__container .events-item .date-container .events-date,
        .calendar_home_page_section .resources-container .events__container .events-item .date-container .events-date {
          color: #4e4744;
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 25px;
          padding-left: 10px; }
      .calendar_home_page_section .events__listing .events__container .events-item .events-card__title,
      .calendar_home_page_section .resources-container .events__container .events-item .events-card__title {
        color: #ce4f1c;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .calendar_home_page_section .events__listing .events__container .events-item .clamped,
      .calendar_home_page_section .resources-container .events__container .events-item .clamped {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .calendar_home_page_section .events__listing .events__container .events-item .events-card__desc,
      .calendar_home_page_section .resources-container .events__container .events-item .events-card__desc {
        margin-top: 10px;
        color: #4e4744;
        line-height: 25px;
        margin-bottom: 20px;
        height: calc(2 * 25px);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        font-weight: 300; }
        .calendar_home_page_section .events__listing .events__container .events-item .events-card__desc a,
        .calendar_home_page_section .resources-container .events__container .events-item .events-card__desc a {
          color: #4e4744;
          border-bottom: 1px solid #f16730; }
      .calendar_home_page_section .events__listing .events__container .events-item .grey-line,
      .calendar_home_page_section .resources-container .events__container .events-item .grey-line {
        width: 100%;
        height: 1px;
        background: #e6e6e6;
        margin-top: 10px; }
      .calendar_home_page_section .events__listing .events__container .events-item .events-card__date-container,
      .calendar_home_page_section .resources-container .events__container .events-item .events-card__date-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        padding: 15px 0 25px;
        border-bottom: 2px solid #e4ddd4; }
        .calendar_home_page_section .events__listing .events__container .events-item .events-card__date-container img,
        .calendar_home_page_section .resources-container .events__container .events-item .events-card__date-container img {
          width: 15px;
          height: 15px; }
        .calendar_home_page_section .events__listing .events__container .events-item .events-card__date-container .events-card__date,
        .calendar_home_page_section .resources-container .events__container .events-item .events-card__date-container .events-card__date {
          padding-left: 10px;
          color: #4e4744;
          font-weight: 400;
          font-size: 14px; }
      .calendar_home_page_section .events__listing .events__container .events-item .events__btn,
      .calendar_home_page_section .resources-container .events__container .events-item .events__btn {
        width: 100%;
        margin-top: 30px;
        max-width: 100%;
        position: absolute;
        bottom: 30px; }
      .calendar_home_page_section .events__listing .events__container .events-item .bottom_button,
      .calendar_home_page_section .resources-container .events__container .events-item .bottom_button {
        width: calc(100% + 0px);
        height: 40px;
        background: #f16730;
        margin-left: -40px;
        margin-right: -40px;
        position: absolute;
        bottom: 0; }
    .calendar_home_page_section .events__listing .events__container .events__listing,
    .calendar_home_page_section .resources-container .events__container .events__listing {
      grid-column: 1/-1; }

.ui-datepicker {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  background: #fff;
  width: 325px;
  padding: 10px; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px; }
    .ui-datepicker .ui-datepicker-calendar tr td {
      text-align: center;
      padding: 10px 0;
      background: #f4f4f4;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      color: #4e4744; }
      .ui-datepicker .ui-datepicker-calendar tr td a {
        color: #4e4744;
        text-decoration: none; }
      .ui-datepicker .ui-datepicker-calendar tr td:hover {
        background: #e1dfdf; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #4e4744; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      background: #4e4744;
      position: absolute;
      left: 0;
      height: 20px;
      width: 20px;
      border-radius: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
        content: "\25B8";
        color: white;
        transform: rotate(180deg); }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      background: #4e4744;
      position: absolute;
      right: 0;
      height: 20px;
      width: 20px;
      border-radius: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
        content: "\25B8";
        color: white; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-month {
      position: relative;
      margin-left: 35%;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 500; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 500; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-current {
      border: none; }

/* Media Queries */
@media (max-width: 1300px) {
  .calendar_home_page_section .container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .calendar_home_page_section .container .event-type__container {
      margin-bottom: 30px; }
    .calendar_home_page_section .container .date-picker__container {
      width: 100%;
      margin-bottom: 30px;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .calendar_home_page_section .events__listing .events__container,
  .calendar_home_page_section .resources-container .events__container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .calendar_home_page_section .events__listing .events__container,
  .calendar_home_page_section .resources-container .events__container {
    grid-gap: 20px; }
    .calendar_home_page_section .events__listing .events__container .events-item,
    .calendar_home_page_section .resources-container .events__container .events-item {
      padding: 20px;
      height: 300px; }
      .calendar_home_page_section .events__listing .events__container .events-item .events__btn,
      .calendar_home_page_section .resources-container .events__container .events-item .events__btn {
        padding-top: 20px;
        bottom: 20px; } }

@media (max-width: 700px) {
  .calendar_home_page_section .container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .calendar_home_page_section .container .event-type__container {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      border: none;
      margin: 0; }
      .calendar_home_page_section .container .event-type__container form {
        height: 42px;
        border-bottom: 2px solid #efefef; }
        .calendar_home_page_section .container .event-type__container form .sortIcon {
          width: 100%;
          background-position-x: 90%; }
    .calendar_home_page_section .container .date-picker__container {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 30px;
      -ms-flex-pack: justify;
          justify-content: space-between;
      border-bottom: none; }
      .calendar_home_page_section .container .date-picker__container p {
        border-bottom: none; }
        .calendar_home_page_section .container .date-picker__container p:first-child {
          border: none; }
    .calendar_home_page_section .container .date_from {
      border-right: none; }
    .calendar_home_page_section .container .date-from__container,
    .calendar_home_page_section .container .date-to__container {
      margin: 10px 0; } }

@media (max-width: 590px) {
  .calendar_home_page_section .events__listing .events__container,
  .calendar_home_page_section .resources-container .events__container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 320px) {
  .calendar_home_page_section .container .date-picker__container {
    height: 100px !important;
    padding: 0; }
    .calendar_home_page_section .container .date-picker__container p {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      margin: 0 !important;
      padding-left: 0;
      left: 0;
      position: relative; }
      .calendar_home_page_section .container .date-picker__container p:first-child {
        width: 100%; }
      .calendar_home_page_section .container .date-picker__container p .date_from {
        padding-left: 10px; }
      .calendar_home_page_section .container .date-picker__container p .date_to {
        padding-left: 10px; }
      .calendar_home_page_section .container .date-picker__container p img {
        position: absolute;
        right: 10px;
        top: 0px;
        margin: 0 !important; } }

.section__map-container.active {
  display: block; }

@media (min-width: 325px) {
  .section__map-container.section__resources a {
    text-decoration: none; }
  .section__map-container.section__resources .map-block__container {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .section__map-container.section__resources .map-block__container .map-block {
      width: 100% !important;
      margin-bottom: 20px; }
    .section__map-container.section__resources .map-block__container #resourceContent {
      width: 100%; }
      .section__map-container.section__resources .map-block__container #resourceContent .card {
        width: 100%; }
        .section__map-container.section__resources .map-block__container #resourceContent .card .card__btn {
          padding: 0 20px; } }

@media (min-width: 1000px) {
  .section__map-container.section__resources {
    margin-bottom: 24px; }
    .section__map-container.section__resources .map-block__container {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
      .section__map-container.section__resources .map-block__container .map-block {
        width: calc(100% - 0px) !important;
        min-height: 450px;
        margin-bottom: 0;
        margin-right: 20px; }
      .section__map-container.section__resources .map-block__container #resourceContent {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        .section__map-container.section__resources .map-block__container #resourceContent .card {
          width: 390px; }
          .section__map-container.section__resources .map-block__container #resourceContent .card .card__btn {
            padding: 0 40px; } }

.news_page_section {
  padding: 100px 0; }
  .news_page_section .wrapper-main {
    position: relative;
    padding-bottom: 50px; }
  .news_page_section h1, .news_page_section h2, .news_page_section h3, .news_page_section h4, .news_page_section h5, .news_page_section h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4e4744; }
  .news_page_section a {
    text-decoration: none;
    border-bottom: 1px solid #ce4f1c;
    color: #4e4744;
    cursor: pointer; }
    .news_page_section a:hover {
      color: #ce4f1c; }
  .news_page_section img, .news_page_section figure {
    width: 100% !important;
    height: auto !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #4e4744; }
  .news_page_section .all-news_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999; }
  .news_page_section .news__title {
    font-family: "Archivo", sans-serif;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600; }
  .news_page_section .heading_warm {
    color: #ce4f1c; }
  .news_page_section .heading_cool {
    color: #6590b1; }
  .news_page_section .heading_reg {
    color: #4e4744; }
  .news_page_section .add_bar {
    width: 25px;
    height: 3.6px;
    background: #ebebeb;
    margin-top: 25px;
    margin-bottom: 25px; }
  .news_page_section .date__container,
  .news_page_section .location__container,
  .news_page_section .news_author-container,
  .news_page_section .og-article-container {
    margin-bottom: 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    .news_page_section .date__container .date-icon,
    .news_page_section .location__container .date-icon,
    .news_page_section .news_author-container .date-icon,
    .news_page_section .og-article-container .date-icon {
      width: 15px;
      height: 20px; }
      .news_page_section .date__container .date-icon svg,
      .news_page_section .location__container .date-icon svg,
      .news_page_section .news_author-container .date-icon svg,
      .news_page_section .og-article-container .date-icon svg {
        width: 100%;
        height: 100%; }
    .news_page_section .date__container .location-icon,
    .news_page_section .location__container .location-icon,
    .news_page_section .news_author-container .location-icon,
    .news_page_section .og-article-container .location-icon {
      width: 15px;
      height: 20px; }
      .news_page_section .date__container .location-icon svg,
      .news_page_section .location__container .location-icon svg,
      .news_page_section .news_author-container .location-icon svg,
      .news_page_section .og-article-container .location-icon svg {
        width: 100%;
        height: 100%; }
    .news_page_section .date__container .author-icon,
    .news_page_section .location__container .author-icon,
    .news_page_section .news_author-container .author-icon,
    .news_page_section .og-article-container .author-icon {
      width: 20px;
      height: 20px; }
      .news_page_section .date__container .author-icon svg,
      .news_page_section .location__container .author-icon svg,
      .news_page_section .news_author-container .author-icon svg,
      .news_page_section .og-article-container .author-icon svg {
        width: 100%;
        height: 100%; }
    .news_page_section .date__container .article-icon,
    .news_page_section .location__container .article-icon,
    .news_page_section .news_author-container .article-icon,
    .news_page_section .og-article-container .article-icon {
      width: 15px;
      height: 15px; }
      .news_page_section .date__container .article-icon svg,
      .news_page_section .location__container .article-icon svg,
      .news_page_section .news_author-container .article-icon svg,
      .news_page_section .og-article-container .article-icon svg {
        width: 100%;
        height: 100%; }
    .news_page_section .date__container .news-article,
    .news_page_section .location__container .news-article,
    .news_page_section .news_author-container .news-article,
    .news_page_section .og-article-container .news-article {
      margin-left: 10px; }
    .news_page_section .date__container .svg_warm svg,
    .news_page_section .location__container .svg_warm svg,
    .news_page_section .news_author-container .svg_warm svg,
    .news_page_section .og-article-container .svg_warm svg {
      fill: #ce4f1c; }
    .news_page_section .date__container .svg_cool svg,
    .news_page_section .location__container .svg_cool svg,
    .news_page_section .news_author-container .svg_cool svg,
    .news_page_section .og-article-container .svg_cool svg {
      fill: #4d7799; }
    .news_page_section .date__container .svg_reg svg,
    .news_page_section .location__container .svg_reg svg,
    .news_page_section .news_author-container .svg_reg svg,
    .news_page_section .og-article-container .svg_reg svg {
      fill: #4e4744; }
    .news_page_section .date__container .date-text .news__date, .news_page_section .date__container .date-text .news__location, .news_page_section .date__container .location-text .news__date, .news_page_section .date__container .location-text .news__location,
    .news_page_section .location__container .date-text .news__date,
    .news_page_section .location__container .date-text .news__location,
    .news_page_section .location__container .location-text .news__date,
    .news_page_section .location__container .location-text .news__location,
    .news_page_section .news_author-container .date-text .news__date,
    .news_page_section .news_author-container .date-text .news__location,
    .news_page_section .news_author-container .location-text .news__date,
    .news_page_section .news_author-container .location-text .news__location,
    .news_page_section .og-article-container .date-text .news__date,
    .news_page_section .og-article-container .date-text .news__location,
    .news_page_section .og-article-container .location-text .news__date,
    .news_page_section .og-article-container .location-text .news__location {
      padding-left: 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      color: #4e4744; }
  .news_page_section .news_author-container .author-items {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4e4744;
    margin-bottom: 0;
    padding-left: 5px; }
    .news_page_section .news_author-container .author-items .author-item {
      border-right: 1px solid grey;
      padding-right: 10px;
      padding-left: 5px; }
      .news_page_section .news_author-container .author-items .author-item:first-child {
        padding-left: 0px; }
      .news_page_section .news_author-container .author-items .author-item:last-child {
        border-right: none; }
  .news_page_section .full-width_content {
    margin: 10px 0; }
  .news_page_section .full-width_image {
    margin: 10px 0; }
    .news_page_section .full-width_image img, .news_page_section .full-width_image .getty {
      max-width: 100%;
      height: auto; }
  .news_page_section .two-col-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 10px 0;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .news_page_section .two-col-container .half-width_content {
      width: calc(60% - 10px); }
    .news_page_section .two-col-container .half-width_image {
      width: calc(40% - 10px); }
      .news_page_section .two-col-container .half-width_image img, .news_page_section .two-col-container .half-width_image .getty {
        max-width: 100%;
        height: auto; }
  .news_page_section .btn_red {
    margin-bottom: 0 !important; }
  .news_page_section .news__content p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4e4744;
    margin-bottom: 1rem; }
  .news_page_section .news__content h2, .news_page_section .news__content h3, .news_page_section .news__content h4, .news_page_section .news__content h5, .news_page_section .news__content h6 {
    margin: 35px 0 15px 0; }

@media (max-width: 768px) {
  .news_page_section .two-col-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .news_page_section .two-col-container .half-width_content {
      width: 100%; }
    .news_page_section .two-col-container .half-width_image {
      width: 100%;
      margin-top: 10px; } }

/* ==========================================================================
   Two Column Pull Quote Section
   ========================================================================== */
.two_column_pull_quote_section .title {
  text-transform: capitalize;
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #4e4744;
  font-weight: 500;
  padding-bottom: 20px; }

.two_column_pull_quote_section .two-col-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .two_column_pull_quote_section .two-col-container .content-container {
    width: calc(50% - 20px); }
    .two_column_pull_quote_section .two-col-container .content-container p {
      margin: 0;
      position: relative;
      top: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: 300;
      color: #4e4744;
      margin-bottom: 1rem; }
      .two_column_pull_quote_section .two-col-container .content-container p:first-of-type {
        margin: 0; }
      .two_column_pull_quote_section .two-col-container .content-container p:last-of-type {
        margin-bottom: 0; }
  .two_column_pull_quote_section .two-col-container .pull-quote-container {
    width: calc(50% - 20px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    max-height: 350px;
    min-height: 300px; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container.quote_warm {
      border-top: 15px solid #fcc50a; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container.quote_cool {
      border-top: 15px solid #4d7799; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container .active.toggle_2 {
      background: #f16730 !important; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container .active.toggle_3 {
      background: #4d7799 !important; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container .active.toggle_cool {
      background: #4d7799 !important; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container .active.toggle_warm {
      background: #f16730 !important; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 {
      position: absolute;
      cursor: pointer;
      z-index: 2;
      bottom: 35px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      width: 100%; }
      .two_column_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 .toggle_2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        background: #e4ddd4;
        margin: 0 5px; }
        .two_column_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 .toggle_2:after {
          content: ' ';
          width: 20px;
          height: 4px; }
      .two_column_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 .toggle_3 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        background: #e4ddd4;
        margin: 0 5px; }
        .two_column_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 .toggle_3:after {
          content: ' ';
          width: 20px;
          height: 4px; }
  .two_column_pull_quote_section .two-col-container .pull-quote-content {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 50px;
    position: relative; }
    .two_column_pull_quote_section .two-col-container .pull-quote-content .container {
      -ms-flex-direction: column;
          flex-direction: column;
      transition: 0.3s;
      display: none;
      opacity: 0;
      transition: all 0.4s ease; }
      .two_column_pull_quote_section .two-col-container .pull-quote-content .container.transition {
        display: -ms-flexbox;
        display: flex;
        opacity: 0; }
      .two_column_pull_quote_section .two-col-container .pull-quote-content .container.active {
        opacity: 1;
        display: -ms-flexbox;
        display: flex; }
      .two_column_pull_quote_section .two-col-container .pull-quote-content .container .quote_cool {
        color: #4d7799 !important; }
      .two_column_pull_quote_section .two-col-container .pull-quote-content .container .quote_warm {
        color: #f16730 !important; }
      .two_column_pull_quote_section .two-col-container .pull-quote-content .container .pull-quote__quote {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 17.5px;
        line-height: 26px;
        font-style: italic;
        text-align: center; }
      .two_column_pull_quote_section .two-col-container .pull-quote-content .container .pull-quote__author-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        width: 100%;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 20px; }
        .two_column_pull_quote_section .two-col-container .pull-quote-content .container .pull-quote__author-title .pullquote-author {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 12px;
          letter-spacing: 0.01em;
          text-transform: uppercase; }
        .two_column_pull_quote_section .two-col-container .pull-quote-content .container .pull-quote__author-title .pullquote-title {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 12px; }

/* Media Queries */
@media (max-width: 1200px) {
  .two_column_pull_quote_section .two-col-container .pull-quote-content {
    padding: 20px; }
  .two_column_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 {
    right: 20px;
    bottom: 30px; } }

@media (max-width: 768px) {
  .two_column_pull_quote_section .two-col-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .two_column_pull_quote_section .two-col-container .content-container {
      width: 100%; }
      .two_column_pull_quote_section .two-col-container .content-container p {
        font-size: 14px;
        padding-bottom: 10px; }
    .two_column_pull_quote_section .two-col-container .pull-quote-container {
      width: 100%;
      height: 250px; }
    .two_column_pull_quote_section .two-col-container .pull-quote-content .container .pull-quote__quote {
      font-size: 14px; } }

@media (max-width: 480px) {
  .text_and_pull_quote_section .two-col-container .pull-quote-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 450px; }
    .text_and_pull_quote_section .two-col-container .pull-quote-container .slider__toggles-1 {
      margin: 0;
      right: 0;
      left: 0;
      position: relative;
      margin: 0 auto; }
  .text_and_pull_quote_section .two-col-container .pull-quote-content .container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .text_and_pull_quote_section .two-col-container .pull-quote-content img {
    width: 30px; }
  .text_and_pull_quote_section .two-col-container .pull-quote-content .pq_author {
    position: relative;
    margin-top: 40px; } }

.news_home_page_section .resource-search-container {
  width: 100%;
  padding: 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .news_home_page_section .resource-search-container .search-bar-container {
    width: calc(100% - 100px);
    margin: 20px 0; }
    .news_home_page_section .resource-search-container .search-bar-container .search-form {
      position: relative;
      width: 100%; }
      .news_home_page_section .resource-search-container .search-bar-container .search-form svg {
        position: absolute;
        z-index: 9;
        top: 1.15rem;
        left: 1.5rem;
        stroke: #4e4744;
        width: 23px;
        height: 23px; }
        .news_home_page_section .resource-search-container .search-bar-container .search-form svg circle,
        .news_home_page_section .resource-search-container .search-bar-container .search-form svg line {
          stroke: #4e4744; }
      .news_home_page_section .resource-search-container .search-bar-container .search-form input:-webkit-autofill,
      .news_home_page_section .resource-search-container .search-bar-container .search-form input:-webkit-autofill:hover,
      .news_home_page_section .resource-search-container .search-bar-container .search-form input:-webkit-autofill:focus,
      .news_home_page_section .resource-search-container .search-bar-container .search-form textarea:-webkit-autofill,
      .news_home_page_section .resource-search-container .search-bar-container .search-form textarea:-webkit-autofill:hover,
      .news_home_page_section .resource-search-container .search-bar-container .search-form textarea:-webkit-autofill:focus,
      .news_home_page_section .resource-search-container .search-bar-container .search-form select:-webkit-autofill,
      .news_home_page_section .resource-search-container .search-bar-container .search-form select:-webkit-autofill:hover,
      .news_home_page_section .resource-search-container .search-bar-container .search-form select:-webkit-autofill:focus {
        transition: background-color 5000s ease-in-out 0s; }
      .news_home_page_section .resource-search-container .search-bar-container .search-form input[type="number"]::-webkit-inner-spin-button,
      .news_home_page_section .resource-search-container .search-bar-container .search-form input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .news_home_page_section .resource-search-container .search-bar-container .search-form .text__input {
        position: relative;
        z-index: 8;
        width: 100%;
        border: none;
        border-radius: 30px;
        padding: 1rem 1rem 1rem 4rem;
        color: #000;
        box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
        -webkit-appearance: none;
        /* add this */ }
      .news_home_page_section .resource-search-container .search-bar-container .search-form .search-btn {
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        line-height: 44px;
        border-radius: 0 30px 30px 0;
        letter-spacing: 0.15em;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        min-width: 115px;
        max-width: 150px;
        position: relative;
        border: none;
        min-width: 150px; }
        .news_home_page_section .resource-search-container .search-bar-container .search-form .search-btn:after {
          content: " ";
          display: block;
          opacity: 0;
          background-size: auto 100%;
          background-repeat: no-repeat;
          height: 12px;
          width: 20px;
          margin-left: 0px;
          transition: margin-left 0.4s ease-in-out;
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234a4441' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
        .news_home_page_section .resource-search-container .search-bar-container .search-form .search-btn:hover {
          background: #d1c7ba; }
          .news_home_page_section .resource-search-container .search-bar-container .search-form .search-btn:hover:after {
            opacity: 1;
            top: 0px;
            margin-left: 10px; }
      .news_home_page_section .resource-search-container .search-bar-container .search-form button[type="submit"] {
        position: absolute;
        z-index: 9;
        right: -2px;
        top: 0;
        padding: 0.4rem 2rem;
        border: none;
        background: #e4ddd4;
        color: #4e4744;
        text-transform: uppercase;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        cursor: pointer; }

.news_home_page_section .button-container {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-align: center;
      align-items: center; }

.news_home_page_section .add_bar {
  width: 25px;
  height: 3.6px;
  background: #ebebeb;
  margin-top: 25px;
  margin-bottom: 35px; }

.news_home_page_section .pagination-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
  margin-top: 40px;
  /* Hide HTML5 Up and Down arrows. */ }
  .news_home_page_section .pagination-container .pag-results {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    color: #4e4744;
    margin-right: 10px; }
    .news_home_page_section .pagination-container .pag-results .results-num {
      font-weight: 500; }
  .news_home_page_section .pagination-container .pag-button_left,
  .news_home_page_section .pagination-container .pag-button_right {
    width: 32px;
    height: 32px;
    background: #f2f4f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
    .news_home_page_section .pagination-container .pag-button_left svg,
    .news_home_page_section .pagination-container .pag-button_right svg {
      width: 6px;
      height: 10px; }
  .news_home_page_section .pagination-container .pag-button_left svg {
    transform: rotate(180deg); }
  .news_home_page_section .pagination-container input[type="number"]::-webkit-outer-spin-button,
  .news_home_page_section .pagination-container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .news_home_page_section .pagination-container input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    border: 1px solid #e1e1e1;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744; }
  .news_home_page_section .pagination-container .page_amt {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744;
    margin-left: 10px; }

.news_home_page_section .news-items__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 50px 0; }
  .news_home_page_section .news-items__container .news-item {
    white-space: normal;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    padding: 40px;
    border-top: 15px solid #fcc50a; }
    .news_home_page_section .news-items__container .news-item a {
      text-decoration: none;
      border-bottom: 1px solid #ce4f1c;
      color: #4e4744;
      cursor: pointer; }
      .news_home_page_section .news-items__container .news-item a:hover {
        color: #ce4f1c; }
    .news_home_page_section .news-items__container .news-item .image-container {
      width: calc(100% + 80px);
      height: 160px;
      margin-left: -40px;
      margin-right: -40px;
      margin-top: -40px;
      margin-bottom: 20px;
      position: relative; }
      .news_home_page_section .news-items__container .news-item .image-container .getty-container {
        position: absolute;
        max-height: 160px;
        width: 100%;
        overflow: hidden; }
    .news_home_page_section .news-items__container .news-item .news_title {
      color: #ce4f1c;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      text-decoration: none !important;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      box-orient: vertical;
      -moz-box-orient: vertical;
      /* Mozilla */
      -webkit-box-orient: vertical;
      /* WebKit */
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden;
      border-bottom: none; }
    .news_home_page_section .news-items__container .news-item .date-author-container {
      margin-top: 20px; }
      .news_home_page_section .news-items__container .news-item .date-author-container .news_date {
        color: #4e4744;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px; }
      .news_home_page_section .news-items__container .news-item .date-author-container .news_author {
        margin-top: 0px;
        color: #4e4744;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px; }
        .news_home_page_section .news-items__container .news-item .date-author-container .news_author .author-item:after {
          content: ", "; }
        .news_home_page_section .news-items__container .news-item .date-author-container .news_author .author-item:last-child:after {
          content: none; }
    .news_home_page_section .news-items__container .news-item .divider-line {
      width: 100%;
      height: 1px;
      background: #e1dfdf;
      margin-top: 20px; }
    .news_home_page_section .news-items__container .news-item .news_desc {
      color: #4e4744;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      height: calc(24px * 2);
      overflow-y: hidden;
      margin-top: 20px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      box-orient: vertical;
      -moz-box-orient: vertical;
      /* Mozilla */
      -webkit-box-orient: vertical;
      /* WebKit */
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden;
      border-bottom: none; }
    .news_home_page_section .news-items__container .news-item .reg-btn {
      margin-top: 20px; }

@media (max-width: 1200px) {
  .news_home_page_section .news-items__container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 992px) {
  .news_home_page_section .button-container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; } }

@media (max-width: 768px) {
  .news_home_page_section .resource-search-container {
    margin: 0; }
    .news_home_page_section .resource-search-container .search-bar-container {
      width: calc(100% - 0px); }
  .news_home_page_section .news-items__container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 480px) {
  .news_home_page_section .resource-search-container .search-bar-container .search-form .text__input:-ms-input-placeholder {
    color: transparent !important; }
  .news_home_page_section .resource-search-container .search-bar-container .search-form .text__input::placeholder {
    color: transparent !important; }
  .news_home_page_section .resource-search-container .search-bar-container .search-form .search-btn {
    min-width: 100px;
    max-width: 100px; }
    .news_home_page_section .resource-search-container .search-bar-container .search-form .search-btn:after {
      content: none; }
  .news_home_page_section .button-container .button-link {
    padding-top: 10px;
    padding-bottom: 10px; }
    .news_home_page_section .button-container .button-link a {
      font-size: 12px !important;
      line-height: 18px;
      text-align: center; } }

/* ==========================================================================
   Section/General Content
   ========================================================================== */
.expert_the_post {
  border: 1px solid red; }
  .expert_the_post p {
    color: red; }

#text {
  color: red; }

.error-page_container {
  padding: 100px 0 100px 0;
  font-family: "Montserrat", sans-serif !important;
  color: #4e4744; }

.error-banner_title h1 {
  position: relative;
  padding-bottom: 10px; }

.error-page_entry-title {
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  letter-spacing: 0.01em;
  font-weight: 600;
  padding: 0;
  color: #ce4f1c;
  position: relative;
  padding-bottom: 40px; }

.error-page_content {
  padding-left: 0 !important;
  padding-bottom: 0 !important; }

#mc_embed_signup {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  #mc_embed_signup form #mc_embed_signup_scroll .heading--secondary, #mc_embed_signup form #mc_embed_signup_scroll label {
    font-family: "Montserrat", sans-serif !important;
    color: #4e4744; }
  #mc_embed_signup form #mc_embed_signup_scroll .heading--secondary {
    font-family: "Archivo", sans-serif;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
    padding: 0;
    color: #ce4f1c;
    position: relative;
    padding-bottom: 20px; }
    #mc_embed_signup form #mc_embed_signup_scroll .heading--secondary:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 45px;
      height: 3.6px;
      background: #ebebeb;
      margin-top: 20px;
      margin-bottom: 0px; }
  #mc_embed_signup form #mc_embed_signup_scroll .indicates-required {
    font-family: "Montserrat", sans-serif !important;
    color: #4e4744; }
  #mc_embed_signup form #mc_embed_signup_scroll input[type=text], #mc_embed_signup form #mc_embed_signup_scroll input[type=email] {
    background: whitesmoke;
    border: none;
    border-radius: 30px;
    padding: 20px 0;
    font-family: "Montserrat", sans-serif !important;
    color: #4e4744; }
  #mc_embed_signup #mc-embedded-subscribe {
    height: 50px;
    padding: 0 30px; }

.no-posts {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding: 20px 0; }
  .no-posts h2 {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #4e4744; }

.general-content__section {
  border: 1px solid transparent;
  margin: 30px 0;
  /* link Style */
  /* List Styles */ }
  .general-content__section i {
    font-style: italic; }
  .general-content__section .breadcrumbs-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 50px; }
    .general-content__section .breadcrumbs-links ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      margin-left: 0;
      margin-top: 0; }
      .general-content__section .breadcrumbs-links ul li {
        border-left: 1px solid #fcb682;
        height: 25px;
        padding: 0 20px 0 30px; }
        .general-content__section .breadcrumbs-links ul li:before {
          display: none; }
        .general-content__section .breadcrumbs-links ul li:last-child {
          border-right: none;
          padding-right: none; }
        .general-content__section .breadcrumbs-links ul li:first-child {
          padding-left: 10px;
          border-left: none; }
        .general-content__section .breadcrumbs-links ul li a {
          font-size: 16px;
          font-weight: 300;
          letter-spacing: 0.01em;
          color: #4e4744;
          border-bottom: none !important; }
          .general-content__section .breadcrumbs-links ul li a:after {
            display: block;
            content: '';
            width: calc(100% + 10px);
            margin-left: -10px;
            border-bottom: solid 2px #fcb682;
            transform: scaleX(0);
            transition: transform 250ms ease-in-out;
            margin-top: 5px; }
          .general-content__section .breadcrumbs-links ul li a:hover {
            color: #f16730; }
          .general-content__section .breadcrumbs-links ul li a:hover:after {
            transform: scaleX(1); }
  .general-content__section p:empty {
    display: none; }
  .general-content__section a {
    text-decoration: none !important;
    border-bottom: 1px solid #ce4f1c;
    color: #4e4744;
    cursor: pointer;
    position: relative;
    z-index: 999 !important; }
    .general-content__section a:hover {
      color: #ce4f1c; }
  .general-content__section h2, .general-content__section h3, .general-content__section h4, .general-content__section h5, .general-content__section h6 {
    font-family: "Montserrat", sans-serif;
    color: #4e4744;
    font-weight: 400; }
  .general-content__section h2 {
    font-size: 22px;
    line-height: 30px; }
  .general-content__section h3 {
    font-size: 20px;
    line-height: 27px; }
  .general-content__section h4 {
    font-size: 18px;
    line-height: 27px; }
  .general-content__section h5 {
    font-size: 17px;
    line-height: 27px; }
  .general-content__section h6 {
    font-size: 16px;
    line-height: 27px; }
  .general-content__section p {
    font-family: "Montserrat", sans-serif;
    color: #4e4744;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px; }
  .general-content__section .warm_bullets ul {
    margin-left: 1rem;
    margin-top: 0;
    margin-bottom: 0; }
    .general-content__section .warm_bullets ul b, .general-content__section .warm_bullets ul strong {
      font-weight: 500; }
    .general-content__section .warm_bullets ul li {
      list-style-type: none;
      margin-bottom: 7.55px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 30px;
      text-indent: -10px;
      padding-left: 10px; }
      .general-content__section .warm_bullets ul li:before {
        content: "+";
        padding-right: 15px;
        margin-left: -1rem;
        font-weight: 700;
        color: #f16730; }
      .general-content__section .warm_bullets ul li li {
        margin-left: 20px;
        line-height: 25px;
        text-indent: -10px;
        padding-left: 10px;
        margin-bottom: 0px; }
        .general-content__section .warm_bullets ul li li:before {
          content: "-";
          font-weight: 800;
          color: #f16730; }
  .general-content__section .warm_bullets ol {
    counter-reset: list;
    list-style-type: none;
    margin-left: 1rem;
    margin-bottom: 0; }
    .general-content__section .warm_bullets ol b, .general-content__section .warm_bullets ol strong {
      font-weight: 500; }
    .general-content__section .warm_bullets ol li {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 30px;
      font-weight: 300; }
      .general-content__section .warm_bullets ol li::before {
        counter-increment: list;
        content: counter(list) " ";
        font-weight: 600;
        color: #f16730;
        margin-left: -1rem;
        padding-right: 15px; }
      .general-content__section .warm_bullets ol li li {
        list-style-type: none;
        margin-left: 20px;
        counter-reset: list;
        line-height: 25px;
        text-indent: -10px;
        padding-left: 10px;
        margin-bottom: 0px; }
        .general-content__section .warm_bullets ol li li:before {
          content: "-";
          padding-right: 15px;
          font-weight: 800;
          color: #f16730; }
  .general-content__section .cool_bullets ul {
    margin-left: 1rem;
    margin-top: 0;
    margin-bottom: 0; }
    .general-content__section .cool_bullets ul b, .general-content__section .cool_bullets ul strong {
      font-weight: 500; }
    .general-content__section .cool_bullets ul li {
      list-style-type: none;
      margin-bottom: 7.55px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 30px;
      text-indent: -10px;
      padding-left: 10px; }
      .general-content__section .cool_bullets ul li:before {
        content: "+";
        padding-right: 15px;
        margin-left: -1rem;
        font-weight: 700;
        color: #4d7799; }
      .general-content__section .cool_bullets ul li li {
        margin-left: 20px;
        line-height: 25px;
        text-indent: -10px;
        padding-left: 10px;
        margin-bottom: 0px; }
        .general-content__section .cool_bullets ul li li:before {
          content: "-";
          font-weight: 800;
          color: #4d7799; }
  .general-content__section .cool_bullets ol {
    counter-reset: list;
    list-style-type: none;
    margin-left: 1rem;
    margin-bottom: 0; }
    .general-content__section .cool_bullets ol b, .general-content__section .cool_bullets ol strong {
      font-weight: 500; }
    .general-content__section .cool_bullets ol li {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 30px; }
      .general-content__section .cool_bullets ol li::before {
        counter-increment: list;
        content: counter(list) " ";
        font-weight: 600;
        color: #4d7799;
        margin-left: -1rem;
        padding-right: 15px; }
      .general-content__section .cool_bullets ol li li {
        list-style-type: none;
        margin-left: 20px;
        counter-reset: list;
        line-height: 25px;
        text-indent: -10px;
        padding-left: 10px;
        margin-bottom: 0px; }
        .general-content__section .cool_bullets ol li li:before {
          content: "-";
          padding-right: 15px;
          font-weight: 800;
          color: #4d7799; }
  .general-content__section ol {
    counter-reset: list;
    list-style-type: none;
    margin-left: 1rem;
    margin-bottom: 1rem; }
    .general-content__section ol b, .general-content__section ol strong {
      font-weight: 500; }
    .general-content__section ol li {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 30px;
      padding: 5px 0;
      color: #4e4744; }
      .general-content__section ol li::before {
        counter-increment: list;
        content: counter(list) " ";
        color: #f16730;
        margin-left: -1rem;
        padding-right: 15px; }
      .general-content__section ol li li {
        list-style-type: none;
        margin-left: 20px;
        counter-reset: list;
        line-height: 25px;
        padding: 3px 0; }
        .general-content__section ol li li:before {
          content: '-';
          padding-right: 15px;
          color: #f16730; }
  @media (max-width: 768px) {
    .general-content__section ol li {
      font-size: 14px; }
    .general-content__section ul li {
      font-size: 14px; } }

@media (max-width: 768px) {
  .general-content__section p {
    font-size: 14px !important; }
  .general-content__section h2 {
    font-size: 20px;
    line-height: 30px; }
  .general-content__section h3 {
    font-size: 18px;
    line-height: 27px; }
  .general-content__section h4 {
    font-size: 16px;
    line-height: 27px; }
  .general-content__section h5 {
    font-size: 15px;
    line-height: 27px; }
  .general-content__section h6 {
    font-size: 15px;
    line-height: 27px; }
  .general-content__section .warm_bullets ul li {
    font-size: 14px;
    line-height: 21px; }
  .general-content__section .warm_bullets ol li {
    font-size: 14px;
    line-height: 21px; }
  .general-content__section .cool_bullets ul li {
    font-size: 14px;
    line-height: 21px; }
  .general-content__section .cool_bullets ol li {
    font-size: 14px;
    line-height: 21px; } }

@media (max-width: 480px) {
  .general-content__section h2 {
    font-size: 18px; }
  .general-content__section h3 {
    font-size: 17px; }
  .general-content__section h4 {
    font-size: 16px; }
  .general-content__section h5 {
    font-size: 15px; }
  .general-content__section h6 {
    font-size: 14px; } }

/* Currently Featuring Section */
.featured_news_banner_section {
  min-height: 420px;
  position: relative;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
  padding-top: 30px !important; }
  .featured_news_banner_section .featured-title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.01em;
    padding-bottom: 40px; }
  .featured_news_banner_section .container {
    min-height: 420px;
    width: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    position: absolute;
    top: 0;
    display: none;
    opacity: 0;
    transition: all 0.4s ease; }
    .featured_news_banner_section .container.transition {
      display: -ms-flexbox;
      display: flex;
      opacity: 0; }
    .featured_news_banner_section .container.active {
      opacity: 1;
      display: -ms-flexbox;
      display: flex; }
  .featured_news_banner_section .active {
    color: #fcc50a; }
    .featured_news_banner_section .active.toggle {
      background: #fcc50a !important; }
  .featured_news_banner_section .slider__toggles-news {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    right: 40px;
    bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .featured_news_banner_section .slider__toggles-news .toggle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      background: #e4ddd4;
      margin: 0 5px; }
      .featured_news_banner_section .slider__toggles-news .toggle:after {
        content: ' ';
        width: 20px;
        height: 4px; }
  .featured_news_banner_section .wrapper-main {
    position: relative; }
  .featured_news_banner_section .featured__block {
    position: relative;
    min-height: 420px; }
  .featured_news_banner_section .featured__block-left {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 2;
    max-height: 420px; }
    .featured_news_banner_section .featured__block-left img, .featured_news_banner_section .featured__block-left .gettyimg {
      width: calc(100% - 80px);
      height: calc(100% - 80px); }
  .featured_news_banner_section .bg-block {
    width: 50%;
    height: calc(100% - 10px);
    background: #ce4f1c;
    position: absolute;
    top: 35px;
    right: -25px;
    z-index: 1; }
  .featured_news_banner_section .featured__block-right {
    width: 50%;
    background: #fff;
    padding: 45px 50px 50px 30px;
    position: relative;
    z-index: 2; }
    .featured_news_banner_section .featured__block-right .featured__top {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 50px;
      border-bottom: none; }
      .featured_news_banner_section .featured__block-right .featured__top svg {
        fill: #fcc50a;
        width: 27px;
        height: 27px; }
    .featured_news_banner_section .featured__block-right .featured__tagline {
      font-size: 14px;
      color: #a29d98;
      padding-left: 20px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.15em; }
    .featured_news_banner_section .featured__block-right .featured__title {
      font-size: 24px;
      font-weight: 600;
      color: #ce4f1c;
      padding-top: 20px; }
      .featured_news_banner_section .featured__block-right .featured__title a {
        color: #ce4f1c;
        border-bottom: none; }
    .featured_news_banner_section .featured__block-right .featured__desc {
      font-weight: 300;
      margin-top: 25px;
      margin-bottom: 25px;
      color: #4e4744;
      line-height: 28px; }
    .featured_news_banner_section .featured__block-right a {
      text-decoration: none;
      border-bottom: none; }
    .featured_news_banner_section .featured__block-right .featured__learn-more {
      color: #ce4f1c;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      font-weight: 400;
      position: relative;
      letter-spacing: 0.025em; }
      .featured_news_banner_section .featured__block-right .featured__learn-more svg {
        margin-left: 10px;
        position: absolute;
        width: 10px;
        height: auto;
        margin-top: 3px; }
      .featured_news_banner_section .featured__block-right .featured__learn-more:hover svg {
        margin-left: 25px;
        transition: margin 1s ease; }
    .featured_news_banner_section .featured__block-right .featured__toggles {
      position: absolute;
      bottom: 50px;
      right: 50px; }
      .featured_news_banner_section .featured__block-right .featured__toggles ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; }
        .featured_news_banner_section .featured__block-right .featured__toggles ul li {
          width: 20px;
          height: 3px;
          background: #e4ddd4;
          margin: 0 5px; }
        .featured_news_banner_section .featured__block-right .featured__toggles ul .active {
          background: #fcc50a; }
  .featured_news_banner_section .featured__arrows {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2; }
    .featured_news_banner_section .featured__arrows .arrow-left, .featured_news_banner_section .featured__arrows .arrow-right {
      background: #e4ddd4;
      padding: 10px 8px 8px 8px;
      cursor: pointer;
      transition: background 1s; }
      .featured_news_banner_section .featured__arrows .arrow-left:hover, .featured_news_banner_section .featured__arrows .arrow-right:hover {
        background: #beb7ad; }
      .featured_news_banner_section .featured__arrows .arrow-left svg, .featured_news_banner_section .featured__arrows .arrow-right svg {
        fill: none;
        stroke: red;
        width: 19px;
        height: 20px; }
    .featured_news_banner_section .featured__arrows .arrow-left {
      margin-right: 5px; }
    .featured_news_banner_section .featured__arrows .arrow-right {
      margin-left: 5px; }

/* Media Queries */
@media (max-width: 1440px) {
  .featured_news_banner_section .featured__block-right .featured__desc {
    padding-right: 70px; } }

@media (max-width: 1300px) {
  .featured_news_banner_section {
    min-height: auto; }
    .featured_news_banner_section .featured__block,
    .featured_news_banner_section .container {
      min-height: 395px; }
    .featured_news_banner_section .featured__block-right .featured__top {
      margin-bottom: 35px; }
    .featured_news_banner_section .featured__block-right .featured__desc {
      padding-right: 50px; } }

@media (max-width: 1200px) {
  .featured_news_banner_section .featured__block,
  .featured_news_banner_section .container {
    min-height: 360px; }
  .featured_news_banner_section .featured__block-right .featured__title {
    font-size: 22px;
    padding-right: 0px;
    padding-top: 0; }
  .featured_news_banner_section .featured__block-right .featured__top {
    margin-bottom: 35px; }
  .featured_news_banner_section .featured__block-right .featured__desc {
    padding-right: 0px; } }

@media (max-width: 1024px) {
  .featured_news_banner_section .featured__arrows .arrow-left svg, .featured_news_banner_section .featured__arrows .arrow-right svg {
    width: 14px;
    height: auto; } }

@media (max-width: 992px) {
  /* Currently Featuring Section */
  .featured_news_banner_section .bg-block {
    width: calc(50% + 30px);
    z-index: -1; }
  .featured_news_banner_section .featured__block-left img {
    width: calc(100% - 60px);
    height: calc(100% - 60px); }
  .featured_news_banner_section .featured__block-right {
    padding: 30px;
    padding-left: 0; }
    .featured_news_banner_section .featured__block-right .featured__title {
      padding-right: 0px;
      font-size: 20px; }
    .featured_news_banner_section .featured__block-right .featured__desc {
      margin-bottom: 20px;
      line-height: 26px; }
  .featured_news_banner_section .slider__toggles-news {
    bottom: 25px; }
  .featured_news_banner_section .featured__arrows {
    right: 25px;
    top: 25px; } }

@media (max-width: 768px) {
  /* Currently Featuring Section */
  .featured_news_banner_section .bg-block {
    width: calc(100% - 30px); }
  .featured_news_banner_section .featured__block,
  .featured_news_banner_section .container {
    min-height: calc(55vw + 225px); }
  .featured_news_banner_section .container.transition, .featured_news_banner_section .container.active {
    display: block; }
  .featured_news_banner_section .featured__block-left {
    padding: 30px;
    width: 100%;
    height: 55vw; }
    .featured_news_banner_section .featured__block-left img {
      width: 100%;
      height: 100%; }
  .featured_news_banner_section .featured__block-right {
    width: 100%;
    padding: 0px 30px 40px; }
    .featured_news_banner_section .featured__block-right .featured__tagline {
      line-height: 18px;
      font-size: 12px;
      padding-right: 85px;
      padding-left: 10px; }
    .featured_news_banner_section .featured__block-right .featured__top {
      margin-bottom: 25px; }
    .featured_news_banner_section .featured__block-right .featured__title {
      font-size: 20px; }
    .featured_news_banner_section .featured__block-right .featured__desc {
      margin-top: 15px; }
    .featured_news_banner_section .featured__block-right .featured__toggles {
      bottom: 40px; }
  .featured_news_banner_section .featured__arrows {
    top: 55vw;
    right: 30px; }
  .featured_news_banner_section .slider__toggles-news {
    right: 30px; } }

@media (max-width: 480px) {
  /* Currently Featuring Section */
  .featured_news_banner_section .featured__block,
  .featured_news_banner_section .container {
    min-height: auto; }
  .featured_news_banner_section .container.active {
    position: relative; }
  .featured_news_banner_section .featured__block-left {
    height: 62vw; }
  .featured_news_banner_section .featured__block-right .featured__tagline {
    padding-right: 105px; }
  .featured_news_banner_section .featured__block-right .featured__learn-more {
    font-size: 14px; }
    .featured_news_banner_section .featured__block-right .featured__learn-more svg {
      width: 8px;
      height: 12px;
      margin-top: 7px; }
  .featured_news_banner_section .featured__arrows {
    top: 61vw; }
  .featured_news_banner_section .bg-block {
    right: -15px;
    height: calc(100% - 20px); } }

.additional-resources-section .container {
  width: 100%;
  background: #cccccc;
  padding: 30px; }

.additional-resources-section .title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #4e4744;
  padding-bottom: 20px;
  font-weight: 400; }

.iframe-section {
  position: relative;
  z-index: 0; }
  .iframe-section .title-container .title {
    color: #4e4744;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    padding-bottom: 40px; }
  .iframe-section .iframe-container {
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
    .iframe-section .iframe-container iframe {
      width: 100%;
      height: 100%;
      height: 1000px;
      max-height: 1000px; }

.people_page_section {
  position: relative;
  z-index: 10; }
  .people_page_section .breadcrumbs-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 50px; }
    .people_page_section .breadcrumbs-links ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      margin-left: 0;
      margin-top: 0; }
      .people_page_section .breadcrumbs-links ul li {
        border-right: 1px solid #fcb682;
        height: 25px;
        padding: 0 20px 0 30px; }
        .people_page_section .breadcrumbs-links ul li:before {
          display: none; }
        .people_page_section .breadcrumbs-links ul li:last-child {
          border-right: none;
          padding-right: none; }
        .people_page_section .breadcrumbs-links ul li:first-child {
          padding-left: 10px; }
        .people_page_section .breadcrumbs-links ul li a {
          font-size: 16px;
          font-weight: 300;
          letter-spacing: 0.01em;
          color: #4e4744;
          border-bottom: none !important; }
          .people_page_section .breadcrumbs-links ul li a:after {
            display: block;
            content: '';
            width: calc(100% + 10px);
            margin-left: -10px;
            border-bottom: solid 2px #fcb682;
            transform: scaleX(0);
            transition: transform 250ms ease-in-out;
            margin-top: 5px; }
          .people_page_section .breadcrumbs-links ul li a:hover {
            color: #f16730; }
          .people_page_section .breadcrumbs-links ul li a:hover:after {
            transform: scaleX(1); }
  .people_page_section .title-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    .people_page_section .title-container .main-title {
      font-family: "Archivo", sans-serif;
      font-size: 30px;
      letter-spacing: 0.01em;
      font-weight: 600;
      color: #ce4f1c;
      padding: 0; }
    .people_page_section .title-container .people-credentials {
      font-family: "Archivo", sans-serif;
      font-size: 30px;
      letter-spacing: 0.01em;
      font-weight: 300;
      color: #ce4f1c;
      padding: 0; }
  .people_page_section .add_bar {
    width: 25px;
    height: 3.6px;
    background: #ebebeb;
    margin: 20px 0; }
  .people_page_section .people-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .people_page_section .people-container .container-left {
      width: calc(30% - 10px); }
      .people_page_section .people-container .container-left img {
        width: 100%;
        height: auto; }
      .people_page_section .people-container .container-left .person__socials {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        /* autoprefixer grid: no-autoplace */
        -ms-grid-columns: (15px)[4];
            grid-template-columns: repeat(4, 15px);
        gap: 20px;
        margin: 20px 0; }
        .people_page_section .people-container .container-left .person__socials a {
          border-bottom: none !important; }
        .people_page_section .people-container .container-left .person__socials .twitter-icon svg,
        .people_page_section .people-container .container-left .person__socials .linkedin-icon svg,
        .people_page_section .people-container .container-left .person__socials .website-icon svg,
        .people_page_section .people-container .container-left .person__socials .email-icon svg,
        .people_page_section .people-container .container-left .person__socials .orcid-icon svg {
          fill: #f16730;
          max-width: 15px;
          height: auto; }
        .people_page_section .people-container .container-left .person__socials .orcid-icon {
          background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 378.38 378.37'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23f16730;%7D.cls-3,.cls-4%7Bfill-rule:evenodd;%7D.cls-4%7Bfill:%23fefefe;%7D%3C/style%3E%3CclipPath id='clip-path'%3E%3Crect class='cls-1' width='378.38' height='378.38'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Eorcid%3C/title%3E%3Cg class='cls-2'%3E%3Cpath class='cls-3' d='M378.38,189.19c0,104.48-84.71,189.18-189.19,189.18S0,293.67,0,189.19,84.7,0,189.19,0,378.38,84.7,378.38,189.19'/%3E%3Cpath class='cls-4' d='M189.3,77A112.68,112.68,0,0,0,77.11,195.45C79.78,253.07,126.46,302.33,189,302.84c61.59.5,112.38-50.76,112.38-112.76C301.4,127.89,251,76.88,189.3,77m-.09,186c-40-.34-70-32.12-71.55-69.41C116,152.31,148.31,118,189.17,118.06c39.88,0,69.9,31.83,71.52,69.06,1.84,42.2-31.25,75.68-71.48,75.88'/%3E%3C/g%3E%3C/svg%3E%0A");
          background-repeat: no-repeat; }
    .people_page_section .people-container .container-right {
      width: calc(70% - 20px); }
      .people_page_section .people-container .container-right .add_bar-red {
        width: 25px;
        height: 3.6px;
        background: #ce4f1c;
        margin: 20px 0; }
      .people_page_section .people-container .container-right .people-title {
        font-size: 18px;
        font-weight: 500;
        color: #ce4f1c;
        padding: 0; }
      .people_page_section .people-container .container-right .people-tagline {
        font-weight: 500;
        font-size: 14px;
        color: #ce4f1c;
        text-transform: uppercase;
        margin-bottom: 20px; }
  .people_page_section .explore-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 30px; }
    .people_page_section .explore-links .explore-title {
      font-weight: 500; }
    .people_page_section .explore-links .link-item {
      margin: 0 5px; }

.resources_page_section {
  padding: 100px 0 0px 0; }
  .resources_page_section .wrapper-main {
    position: relative; }
  .resources_page_section h1, .resources_page_section h2, .resources_page_section h3, .resources_page_section h4, .resources_page_section h5, .resources_page_section h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4e4744; }
  .resources_page_section span {
    font-weight: 500; }
  .resources_page_section .breadcrumbs-links ul .resource-format.capitalize {
    text-transform: capitalize; }
  .resources_page_section .all-resources_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999; }
  .resources_page_section .resource__title {
    font-family: "Archivo", sans-serif;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600; }
  .resources_page_section .heading_warm {
    color: #ce4f1c; }
  .resources_page_section .heading_cool {
    color: #6590b1; }
  .resources_page_section .heading_reg {
    color: #4e4744; }
  .resources_page_section .format-type-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    .resources_page_section .format-type-container .format-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .resources_page_section .format-type-container .format-container svg {
        width: 20px;
        height: 20px; }
        .resources_page_section .format-type-container .format-container svg path {
          fill: #ce4f1c; }
        .resources_page_section .format-type-container .format-container svg polygon {
          fill: #ce4f1c; }
      .resources_page_section .format-type-container .format-container .resource-format {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #ce4f1c;
        text-transform: capitalize;
        border-right: 2px solid #ebebeb;
        padding: 0 20px; }
      .resources_page_section .format-type-container .format-container .resource-type {
        padding: 0 20px; }
  .resources_page_section .info-container {
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    margin: 40px 0;
    padding: 10px; }
    .resources_page_section .info-container .published_in-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .resources_page_section .info-container .published_in-container .resource-journal {
        margin-right: 5px; }
  .resources_page_section .content-container .image-thumbnail {
    float: left;
    margin-right: 20px; }
    .resources_page_section .content-container .image-thumbnail img, .resources_page_section .content-container .image-thumbnail .getty {
      max-height: 400px; }
  .resources_page_section .resource-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    margin-top: 30px; }
    .resources_page_section .resource-links .button {
      margin-left: 10px;
      margin-right: 10px; }
  .resources_page_section .multiple-links {
    padding: 30px;
    margin: 60px 0 20px 0;
    border-top: 2px solid #ebebeb; }
    .resources_page_section .multiple-links .add_bar {
      width: 50px;
      height: 3.6px;
      background: #ebebeb;
      margin: 10px auto; }
    .resources_page_section .multiple-links h3 {
      color: #4e4744;
      font-family: "Archivo", sans-serif;
      font-weight: 600;
      font-size: 24px;
      letter-spacing: 0.01em;
      text-align: center; }
    .resources_page_section .multiple-links .button-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 100%; }
      .resources_page_section .multiple-links .button-container .button {
        margin: 20px; }

/* ======================================================================================
   Resource Buckets Pages - Homes all resources that aren't part of the Resource Library
   ====================================================================================== */
.resources-buckets-page .divider-line {
  width: 100%;
  height: 1px;
  background: #e1dfdf;
  margin-top: 20px; }

.resources-buckets-page .banner__content {
  width: 100%; }
  .resources-buckets-page .banner__content .banner__title {
    width: 100%;
    height: 265px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: left;
        justify-content: left;
    position: relative; }
    .resources-buckets-page .banner__content .banner__title h1 {
      font-size: 48px;
      font-weight: 500;
      letter-spacing: 0.01em;
      color: #fff; }
  .resources-buckets-page .banner__content .banner__subtitle {
    width: 100%;
    height: 250px;
    margin-top: -200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: left;
        justify-content: left;
    position: relative; }
    .resources-buckets-page .banner__content .banner__subtitle h2 {
      font-size: 20px;
      font-weight: 400;
      color: #fff; }
  .resources-buckets-page .banner__content .is_image {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 265px;
    position: absolute; }

.resources-buckets-page .resource_banner_section .banner__title {
  width: 100%;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: left;
      justify-content: left;
  position: relative; }
  .resources-buckets-page .resource_banner_section .banner__title h2 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #fff; }
    .resources-buckets-page .resource_banner_section .banner__title h2 svg {
      width: 45px;
      height: 45px;
      fill: #fff;
      margin-right: 20px; }

.resources-buckets-page .resource_banner_section .resource-item .resource-content .resource-title {
  font-size: 38px; }

.resources-buckets-page .button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-align: center;
      align-items: center; }

.resources-buckets-page .page-content-container {
  position: relative;
  z-index: 99999999999999; }

.resources-buckets-page .filter-menu__container {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  z-index: 9999; }
  .resources-buckets-page .filter-menu__container .filter-menu__closed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .resources-buckets-page .filter-menu__container .filter-menu__closed .filter-icon {
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 50px;
      height: 50px;
      background: #ce4f1c; }
      .resources-buckets-page .filter-menu__container .filter-menu__closed .filter-icon:hover {
        background: #f16730; }
    .resources-buckets-page .filter-menu__container .filter-menu__closed p {
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      line-height: 24px;
      text-transform: capitalize;
      margin-left: 15px;
      color: #707070; }
  .resources-buckets-page .filter-menu__container .filter-menu__open {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 450px;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 4rem 0 3rem 5px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2); }
    .resources-buckets-page .filter-menu__container .filter-menu__open .close-icon {
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 50px;
      height: 50px;
      background: #ce4f1c;
      position: absolute;
      top: 0;
      right: 0; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .close-icon:hover {
        background: #f16730; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .close-icon svg {
        width: 17px;
        height: 17px; }
    .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content {
      overflow-y: scroll;
      width: 100%;
      height: 100%;
      padding: 0 50px 0 50px; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .filter-menu__title {
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        font-size: 29px;
        line-height: 44px;
        text-transform: capitalize;
        padding-bottom: 40px; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .filter-menu__title span {
          font-weight: 600; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .filter-btn {
        margin-top: 60px;
        min-width: 100%; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .filter-reset {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 44px;
        letter-spacing: 0.01em;
        text-transform: capitalize;
        text-align: center;
        color: #4e4744;
        text-decoration: underline;
        cursor: pointer; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        border-top: 1px solid #e6e6e6;
        cursor: pointer; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container:last-child {
        border-bottom: 1px solid #e6e6e6; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        line-height: 24px;
        color: #4e4744;
        padding: 25px 0; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title:after {
          content: " "; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg {
          width: 17px;
          height: 17px; }
          .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg circle {
            fill: #fff; }
          .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg rect {
            fill: #4e4744; }
            .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg rect:last-child {
              fill: #4e4744; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list {
        display: none; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list .filter-list-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list:last-child {
          padding-bottom: 30px; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list label {
          color: #4e4744;
          font-family: "Montserrat", sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 35px;
          cursor: pointer;
          width: 95%; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"] {
          -webkit-appearance: none;
          cursor: pointer;
          background-color: #fff;
          border: 1px solid #949494;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          width: 17px;
          height: 17px;
          border-radius: 3px;
          display: inline-block;
          position: relative; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:active,
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked:active {
          border: 1px solid #ce4f1c; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked {
          border: 1px solid #ce4f1c;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked:after {
            content: " ";
            background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170.3 140.84'%3E%3Cpath d='M607.6,390.7c4,2.47,53.09,49.46,53.09,49.46L758.9,322.7' transform='translate(-598.1 -313.2)' fill='none' stroke='%23ce4f1c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='19'/%3E%3C/svg%3E");
            width: 10px;
            height: 8px;
            position: absolute;
            color: #ce4f1c; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .open-desc > .accordion__title {
        color: #ce4f1c; }
      .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .plus-minus svg rect {
        fill: #fff !important; }
        .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .plus-minus svg rect:last-child {
          fill: #ce4f1c !important; }

.resources-buckets-page .pagination-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
  margin-top: 40px;
  /* Hide HTML5 Up and Down arrows. */ }
  .resources-buckets-page .pagination-container .pag-results {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    color: #4e4744;
    margin-right: 10px; }
    .resources-buckets-page .pagination-container .pag-results .results-num {
      font-weight: 500; }
  .resources-buckets-page .pagination-container .pag-button_left,
  .resources-buckets-page .pagination-container .pag-button_right {
    width: 32px;
    height: 32px;
    background: #f2f4f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
    .resources-buckets-page .pagination-container .pag-button_left svg,
    .resources-buckets-page .pagination-container .pag-button_right svg {
      width: 6px;
      height: 10px; }
  .resources-buckets-page .pagination-container .pag-button_left svg {
    transform: rotate(180deg); }
  .resources-buckets-page .pagination-container input[type="number"]::-webkit-outer-spin-button,
  .resources-buckets-page .pagination-container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .resources-buckets-page .pagination-container input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    border: 1px solid #e1e1e1;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744; }
  .resources-buckets-page .pagination-container .page_amt {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744;
    margin-left: 10px; }

.resources-buckets-page .resources-container {
  padding: 20px 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 50px 0; }
  .resources-buckets-page .resources-container .color-action {
    border-top: 10px solid #e4ddd4; }
  .resources-buckets-page .resources-container .color-courses {
    border-top: 10px solid #4d7799; }
  .resources-buckets-page .resources-container .color-opp {
    border-top: 10px solid #dbe4eb; }
  .resources-buckets-page .resources-container .color-projects {
    border-top: 10px solid #ff912f; }
  .resources-buckets-page .resources-container .color-tools {
    border-top: 10px solid #f16730; }
  .resources-buckets-page .resources-container .resource-item__card {
    box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
    height: 380px;
    position: relative; }
    .resources-buckets-page .resources-container .resource-item__card:hover {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
    .resources-buckets-page .resources-container .resource-item__card .hover-circle {
      display: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140px' height='104px'%3E%3Cpath fill-rule='evenodd' opacity='0.251' fill='rgb(235, 235, 235)' d='M64.531,0.594 C105.953,0.594 139.531,35.439 139.531,78.422 C139.531,121.405 105.953,156.250 64.531,156.250 C23.110,156.250 -10.469,121.405 -10.469,78.422 C-10.469,35.439 23.110,0.594 64.531,0.594 Z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      width: 130px;
      height: 94px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 1; }
    .resources-buckets-page .resources-container .resource-item__card .resource-item__content {
      width: 100%;
      height: 100%;
      padding: 30px 35px 45px 35px; }
      .resources-buckets-page .resources-container .resource-item__card .resource-item__content .format-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 15px; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .format-container svg {
          position: absolute;
          top: 30px;
          right: 35px;
          width: 30px;
          height: 30px; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .format-container .resource-format {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 24px;
          color: #4e4744;
          letter-spacing: 0.01em;
          font-weight: 400; }
      .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-top: 20px; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title {
          width: 70%;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          color: #ce4f1c;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
          .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title a {
            color: #ce4f1c;
            text-decoration: none; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail {
          width: 40%; }
          .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail img {
            float: right;
            width: 100%;
            height: auto; }
      .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .resource-title {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #ce4f1c;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .resource-title a {
          color: #ce4f1c;
          text-decoration: none; }
      .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .org-year-container {
        margin-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .org-year-container .org {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 21px;
          color: #4e4744;
          height: calc(21px * 2);
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .org-year-container .year {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 21px;
          color: #4e4744; }
      .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .desc-container.short {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        max-height: calc(21px * 1);
        color: #4e4744;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .desc-container.long {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        max-height: calc(21px * 4);
        color: #4e4744;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .desc-container {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        max-height: calc(21px * 2);
        color: #4e4744;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 43px;
        position: absolute;
        bottom: 30px; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover {
          cursor: pointer; }
          .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover > .hover-circle {
            display: block; }
          .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover .download-btn-circle {
            background: #ce4f1c; }
            .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover .download-btn-circle svg {
              stroke: #fff; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container .resource-pdf {
          position: relative;
          z-index: 5; }
          .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container .resource-pdf a {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 41px;
            letter-spacing: 0.025em;
            color: #4e4744;
            text-decoration: none; }
          .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container .resource-pdf:hover a {
            color: #ce4f1c; }
        .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container .download-btn-circle {
          width: 28px;
          height: 28px;
          background: #e7e7e7;
          border-radius: 30px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: 10px;
          position: relative;
          z-index: 3; }
          .resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .download-container .download-btn-circle svg {
            width: 10px;
            height: 14px;
            stroke: #4e4744; }

.resources-buckets-page .search-type-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #f5f5f5;
  padding: 24px;
  margin-bottom: 48px; }
  .resources-buckets-page .search-type-container button {
    padding: 7.5px;
    margin: 0 7.5px;
    background: transparent;
    border: none;
    cursor: pointer; }
    .resources-buckets-page .search-type-container button svg {
      fill: #4e4744;
      width: 16px;
      height: auto;
      transition: all ease-in-out 200ms; }
    .resources-buckets-page .search-type-container button.active svg {
      fill: #f16730; }

/* Maps */
#mapSection {
  padding: 0px 0 60px 0;
  position: relative;
  z-index: 1001;
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  #mapSection #resourceContent {
    max-width: 346px; }
    #mapSection #resourceContent .resource-item__card {
      height: 100%; }
  #mapSection .map-block__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row wrap;
        flex-direction: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 420px;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 24px; }
    #mapSection .map-block__container .map-block {
      width: 100%;
      background: grey;
      display: inline-block;
      vertical-align: top; }
      #mapSection .map-block__container .map-block #map {
        height: 100%; }
        #mapSection .map-block__container .map-block #map .gm-style .cluster img {
          width: 37px;
          height: 37px; }
  #mapSection .color-action {
    border-top: 10px solid #e4ddd4; }
  #mapSection .color-courses {
    border-top: 10px solid #4d7799; }
  #mapSection .color-opp {
    border-top: 10px solid #dbe4eb; }
  #mapSection .color-projects {
    border-top: 10px solid #ff912f; }
  #mapSection .color-tools {
    border-top: 10px solid #f16730; }
  #mapSection .resource-item__card {
    box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
    height: 380px;
    position: relative; }
    #mapSection .resource-item__card.resource-block {
      display: none; }
      #mapSection .resource-item__card.resource-block:first-child {
        display: block; }
    #mapSection .resource-item__card:hover {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
    #mapSection .resource-item__card .hover-circle {
      display: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140px' height='104px'%3E%3Cpath fill-rule='evenodd' opacity='0.251' fill='rgb(235, 235, 235)' d='M64.531,0.594 C105.953,0.594 139.531,35.439 139.531,78.422 C139.531,121.405 105.953,156.250 64.531,156.250 C23.110,156.250 -10.469,121.405 -10.469,78.422 C-10.469,35.439 23.110,0.594 64.531,0.594 Z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      width: 130px;
      height: 94px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 1; }
    #mapSection .resource-item__card .resource-item__content {
      width: 100%;
      height: 100%;
      padding: 30px 35px 45px 35px; }
      #mapSection .resource-item__card .resource-item__content .format-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 15px; }
        #mapSection .resource-item__card .resource-item__content .format-container svg {
          position: absolute;
          top: 30px;
          right: 35px;
          width: 30px;
          height: 30px; }
        #mapSection .resource-item__card .resource-item__content .format-container .resource-format {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 24px;
          color: #4e4744;
          letter-spacing: 0.01em;
          font-weight: 400; }
      #mapSection .resource-item__card .resource-item__content .content-container .title_and_thumbnail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-top: 20px; }
        #mapSection .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title {
          width: 70%;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          color: #ce4f1c;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
          #mapSection .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title a {
            color: #ce4f1c;
            text-decoration: none; }
        #mapSection .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail {
          width: 40%; }
          #mapSection .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail img {
            float: right;
            width: 100%;
            height: auto; }
      #mapSection .resource-item__card .resource-item__content .content-container .resource-title {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #ce4f1c;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
        #mapSection .resource-item__card .resource-item__content .content-container .resource-title a {
          color: #ce4f1c;
          text-decoration: none; }
      #mapSection .resource-item__card .resource-item__content .content-container .org-year-container {
        margin-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        #mapSection .resource-item__card .resource-item__content .content-container .org-year-container .org {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 21px;
          color: #4e4744; }
        #mapSection .resource-item__card .resource-item__content .content-container .org-year-container .year {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 21px;
          color: #4e4744; }
      #mapSection .resource-item__card .resource-item__content .content-container .desc-container.short {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        max-height: calc(21px * 1);
        color: #4e4744;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      #mapSection .resource-item__card .resource-item__content .content-container .desc-container.long {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        max-height: calc(21px * 4);
        color: #4e4744;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      #mapSection .resource-item__card .resource-item__content .content-container .desc-container {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        max-height: calc(21px * 2);
        color: #4e4744;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      #mapSection .resource-item__card .resource-item__content .content-container .download-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 43px;
        position: absolute;
        bottom: 30px; }
        #mapSection .resource-item__card .resource-item__content .content-container .download-container:hover {
          cursor: pointer; }
          #mapSection .resource-item__card .resource-item__content .content-container .download-container:hover > .hover-circle {
            display: block; }
          #mapSection .resource-item__card .resource-item__content .content-container .download-container:hover .download-btn-circle {
            background: #ce4f1c; }
            #mapSection .resource-item__card .resource-item__content .content-container .download-container:hover .download-btn-circle svg {
              stroke: #fff; }
        #mapSection .resource-item__card .resource-item__content .content-container .download-container .resource-pdf {
          position: relative;
          z-index: 5; }
          #mapSection .resource-item__card .resource-item__content .content-container .download-container .resource-pdf a {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 41px;
            letter-spacing: 0.025em;
            color: #4e4744;
            text-decoration: none; }
          #mapSection .resource-item__card .resource-item__content .content-container .download-container .resource-pdf:hover a {
            color: #ce4f1c; }
        #mapSection .resource-item__card .resource-item__content .content-container .download-container .download-btn-circle {
          width: 28px;
          height: 28px;
          background: #e7e7e7;
          border-radius: 30px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: 10px;
          position: relative;
          z-index: 3; }
          #mapSection .resource-item__card .resource-item__content .content-container .download-container .download-btn-circle svg {
            width: 10px;
            height: 14px;
            stroke: #4e4744; }
  #mapSection .flex__section {
    display: -ms-flexbox;
    display: flex; }

/* Media Queries */
@media (max-width: 1100px) {
  .resources-buckets-page .filter-menu__container .filter-menu__closed p {
    display: none; }
  .resources-buckets-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title-container {
    cursor: pointer; } }

@media (max-width: 1024px) {
  .resources-buckets-page .resources-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
  .flex__section {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  #mapSection #resourceContent {
    max-width: 100% !important; }
    #mapSection #resourceContent .resource-item__card {
      height: 350px;
      margin-top: 20px !important; }
      #mapSection #resourceContent .resource-item__card .resource-item__content .format-container {
        padding-bottom: 0; }
      #mapSection #resourceContent .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail img, #mapSection #resourceContent .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail .getty {
        max-width: 30%; }
      #mapSection #resourceContent .resource-item__card .resource-item__content .content-container .divider-line {
        margin: 0; }
      #mapSection #resourceContent .resource-item__card .resource-item__content .content-container .desc-container {
        margin-bottom: 20px; }
      #mapSection #resourceContent .resource-item__card .resource-item__content .content-container .download-container {
        bottom: 0; }
  #mapSection .map-block__container {
    margin-right: 0; } }

@media (max-width: 992px) {
  .resources-buckets-page .banner__content .banner__title {
    height: 200px; }
  .resources-buckets-page .banner__content .banner__subtitle {
    height: 200px;
    margin-top: -100px; }
  .resources-buckets-page .banner__content .is_image {
    height: 200px; } }

@media (max-width: 768px) {
  .resources-buckets-page .banner__content .banner__title h1 {
    font-size: 42px; }
  .resources-buckets-page .resource_banner_section .banner__title h2 {
    font-size: 42px !important; }
  #mapSection .content-block .case-studies__title,
  #mapSection .content-block .case-studies__desc {
    width: 100%; }
  #mapSection .filter-block {
    width: 100%; }
  #mapSection .map-block__container {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto; }
    #mapSection .map-block__container .map-block {
      width: 100%;
      height: 500px; }
    #mapSection .map-block__container .resource-block {
      width: 100%;
      margin-top: 20px; }
      #mapSection .map-block__container .resource-block .getty-container {
        width: 100% !important; }
        #mapSection .map-block__container .resource-block .getty-container .getty {
          padding-top: 20px;
          text-align: center;
          margin: 0 auto;
          width: 100% !important; }
      #mapSection .map-block__container .resource-block .resource__btn {
        padding: 15px 0 15px 15px !important;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto; } }

@media (max-width: 700px) {
  /* Case Studies & Action Plan World Map Section */
  #mapSection .map-block__container .resource-block .getty-container .getty {
    padding-top: 0px; } }

@media (max-width: 678px) {
  .resources-buckets-page .page-search {
    padding-top: 50px;
    width: 100%; }
  .resources-buckets-page .resource-search-container {
    margin-top: 0px !important;
    margin-bottom: 0 !important; }
    .resources-buckets-page .resource-search-container .search-bar-container {
      width: 100%; }
      .resources-buckets-page .resource-search-container .search-bar-container .search-btn {
        padding-left: 20px; }
        .resources-buckets-page .resource-search-container .search-bar-container .search-btn p {
          font-size: 12px !important;
          width: auto; } }

@media (max-width: 600px) {
  .resources-buckets-page .resources-container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 480px) {
  #mapSection .map-block__container .resource-block .content-container {
    padding: 20px; } }

.resources-container {
  padding: 20px 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 50px 0; }
  .resources-container .color-action {
    border-top: 10px solid #e4ddd4; }
  .resources-container .color-courses {
    border-top: 10px solid #4d7799; }
  .resources-container .color-opp {
    border-top: 10px solid #dbe4eb; }
  .resources-container .color-projects {
    border-top: 10px solid #ff912f; }
  .resources-container .color-tools {
    border-top: 10px solid #f16730; }
  .resources-container .resource-item__card {
    box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
    height: 380px;
    position: relative; }
    .resources-container .resource-item__card:hover {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
    .resources-container .resource-item__card .hover-circle {
      display: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140px' height='104px'%3E%3Cpath fill-rule='evenodd' opacity='0.251' fill='rgb(235, 235, 235)' d='M64.531,0.594 C105.953,0.594 139.531,35.439 139.531,78.422 C139.531,121.405 105.953,156.250 64.531,156.250 C23.110,156.250 -10.469,121.405 -10.469,78.422 C-10.469,35.439 23.110,0.594 64.531,0.594 Z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      width: 130px;
      height: 94px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 1; }
    .resources-container .resource-item__card .resource-item__content {
      width: 100%;
      height: 100%;
      padding: 30px 35px 45px 35px; }
      .resources-container .resource-item__card .resource-item__content .format-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 15px; }
        .resources-container .resource-item__card .resource-item__content .format-container svg {
          position: absolute;
          top: 30px;
          right: 35px;
          width: 30px;
          height: 30px; }
        .resources-container .resource-item__card .resource-item__content .format-container .resource-format {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 24px;
          color: #4e4744;
          letter-spacing: 0.01em;
          font-weight: 400; }
      .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-top: 20px; }
        .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title {
          width: 70%;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          color: #ce4f1c;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          box-orient: vertical;
          -moz-box-orient: vertical;
          /* Mozilla */
          -webkit-box-orient: vertical;
          /* WebKit */
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden; }
          .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title a {
            color: #ce4f1c;
            text-decoration: none; }
        .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail {
          width: 40%; }
          .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .image-thumbnail img {
            float: right;
            width: 100%;
            height: auto; }
      .resources-container .resource-item__card .resource-item__content .content-container .resource-title {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #ce4f1c;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
        .resources-container .resource-item__card .resource-item__content .content-container .resource-title a {
          color: #ce4f1c;
          text-decoration: none; }
      .resources-container .resource-item__card .resource-item__content .content-container .org-year-container {
        margin-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        .resources-container .resource-item__card .resource-item__content .content-container .org-year-container .org {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 21px;
          color: #4e4744; }
        .resources-container .resource-item__card .resource-item__content .content-container .org-year-container .year {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 21px;
          color: #4e4744; }
      .resources-container .resource-item__card .resource-item__content .content-container .desc-container.short {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        max-height: calc(21px * 2);
        color: #4e4744;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .resources-container .resource-item__card .resource-item__content .content-container .desc-container {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 21px;
        max-height: calc(21px * 2);
        color: #4e4744;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden; }
      .resources-container .resource-item__card .resource-item__content .content-container .download-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 43px;
        position: absolute;
        bottom: 30px; }
        .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover {
          cursor: pointer; }
          .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover > .hover-circle {
            display: block; }
          .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover .download-btn-circle {
            background: #ce4f1c; }
            .resources-container .resource-item__card .resource-item__content .content-container .download-container:hover .download-btn-circle svg {
              stroke: #fff; }
        .resources-container .resource-item__card .resource-item__content .content-container .download-container .resource-pdf {
          position: relative;
          z-index: 5; }
          .resources-container .resource-item__card .resource-item__content .content-container .download-container .resource-pdf a {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 41px;
            letter-spacing: 0.025em;
            color: #4e4744;
            text-decoration: none; }
          .resources-container .resource-item__card .resource-item__content .content-container .download-container .resource-pdf:hover a {
            color: #ce4f1c; }
        .resources-container .resource-item__card .resource-item__content .content-container .download-container .download-btn-circle {
          width: 28px;
          height: 28px;
          background: #e7e7e7;
          border-radius: 30px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: 10px;
          position: relative;
          z-index: 3; }
          .resources-container .resource-item__card .resource-item__content .content-container .download-container .download-btn-circle svg {
            width: 10px;
            height: 14px;
            stroke: #4e4744; }

.partners_home_page_section .pagination-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
  margin-top: 40px;
  /* Hide HTML5 Up and Down arrows. */ }
  .partners_home_page_section .pagination-container .pag-results {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    color: #4e4744;
    margin-right: 10px; }
    .partners_home_page_section .pagination-container .pag-results .results-num {
      font-weight: 500; }
  .partners_home_page_section .pagination-container .pag-button_left,
  .partners_home_page_section .pagination-container .pag-button_right {
    width: 32px;
    height: 32px;
    background: #f2f4f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
    .partners_home_page_section .pagination-container .pag-button_left svg,
    .partners_home_page_section .pagination-container .pag-button_right svg {
      width: 6px;
      height: 10px; }
  .partners_home_page_section .pagination-container .pag-button_left svg {
    transform: rotate(180deg); }
  .partners_home_page_section .pagination-container input[type="number"]::-webkit-outer-spin-button,
  .partners_home_page_section .pagination-container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .partners_home_page_section .pagination-container input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    border: 1px solid #e1e1e1;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744; }
  .partners_home_page_section .pagination-container .page_amt {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744;
    margin-left: 10px; }

.partners_home_page_section .partner-container {
  margin: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-bottom: 30px;
  border-bottom: 2px solid #e6e6e6;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-family: "Montserrat", sans-serif; }
  .partners_home_page_section .partner-container .partner-logo_left {
    width: calc(30% - 10px);
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-right: 2px solid #e6e6e6;
    padding: 20px 0; }
    .partners_home_page_section .partner-container .partner-logo_left .logo-container {
      width: 200px;
      height: 200px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .partners_home_page_section .partner-container .partner-logo_left .logo-container img {
        max-width: 100%;
        max-height: 100%; }
  .partners_home_page_section .partner-container .partner-content_right {
    width: calc(70% - 10px);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
    padding: 20px; }
    .partners_home_page_section .partner-container .partner-content_right .partner_org {
      margin-bottom: 10px;
      font-size: 21px;
      line-height: 24px;
      font-family: "Archivo", sans-serif; }
      .partners_home_page_section .partner-container .partner-content_right .partner_org a {
        text-decoration: none;
        color: #ce4f1c; }
      .partners_home_page_section .partner-container .partner-content_right .partner_org:after {
        content: '';
        position: relative;
        bottom: -15px;
        display: block;
        margin-bottom: 20px;
        width: 30px;
        height: 3px;
        background: #fcc91a; }
    .partners_home_page_section .partner-container .partner-content_right .partner_desc {
      font-size: 16px;
      line-height: 24px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      box-orient: vertical;
      -moz-box-orient: vertical;
      /* Mozilla */
      -webkit-box-orient: vertical;
      /* WebKit */
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden;
      margin-bottom: 20px; }
      .partners_home_page_section .partner-container .partner-content_right .partner_desc a {
        text-decoration: none;
        border-bottom: 1px solid #ce4f1c;
        color: #4e4744;
        cursor: pointer; }
        .partners_home_page_section .partner-container .partner-content_right .partner_desc a:hover {
          color: #ce4f1c; }
    .partners_home_page_section .partner-container .partner-content_right .partner_type {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500; }
    .partners_home_page_section .partner-container .partner-content_right .link-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .partners_home_page_section .partner-container .partner-content_right .link-container .partner_url:before {
        content: '|';
        margin: 0 10px; }
      .partners_home_page_section .partner-container .partner-content_right .link-container a {
        text-decoration: none;
        border-bottom: 1px solid #ce4f1c;
        color: #4e4744;
        cursor: pointer; }
        .partners_home_page_section .partner-container .partner-content_right .link-container a:hover {
          color: #ce4f1c; }

.partners_home_page_section .grey-line {
  width: 100%;
  height: 2px;
  background: #e6e6e6; }
  .partners_home_page_section .grey-line:last-child {
    display: none; }

@media (max-width: 768px) {
  .partners_home_page_section .partner-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .partners_home_page_section .partner-container .partner-logo_left {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative;
      padding: 10px 0; }
    .partners_home_page_section .partner-container .partner-content_right {
      width: 100%;
      text-align: center; }
      .partners_home_page_section .partner-container .partner-content_right .partner_org:after {
        margin-left: auto;
        margin-right: auto; }
      .partners_home_page_section .partner-container .partner-content_right .link-container {
        margin-left: auto;
        margin-right: auto; } }

.partners_page_section .breadcrumbs-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px; }
  .partners_page_section .breadcrumbs-links ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: 0;
    margin-top: 0; }
    .partners_page_section .breadcrumbs-links ul li {
      border-right: 1px solid #fcb682;
      height: 25px;
      padding: 0 20px 0 30px; }
      .partners_page_section .breadcrumbs-links ul li:before {
        display: none; }
      .partners_page_section .breadcrumbs-links ul li:last-child {
        border-right: none;
        padding-right: none; }
      .partners_page_section .breadcrumbs-links ul li:first-child {
        padding-left: 10px; }
      .partners_page_section .breadcrumbs-links ul li a {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.01em;
        color: #4e4744;
        border-bottom: none !important; }
        .partners_page_section .breadcrumbs-links ul li a:after {
          display: block;
          content: '';
          width: calc(100% + 10px);
          margin-left: -10px;
          border-bottom: solid 2px #fcb682;
          transform: scaleX(0);
          transition: transform 250ms ease-in-out;
          margin-top: 5px; }
        .partners_page_section .breadcrumbs-links ul li a:hover {
          color: #f16730; }
        .partners_page_section .breadcrumbs-links ul li a:hover:after {
          transform: scaleX(1); }

.partners_page_section .partner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px; }
  .partners_page_section .partner-container .partner-logo_left {
    margin-bottom: 30px;
    width: calc(30% - 20px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .partners_page_section .partner-container .partner-logo_left .image-container {
      max-width: 350px;
      padding: 10px; }
      .partners_page_section .partner-container .partner-logo_left .image-container img {
        max-width: 100%;
        height: auto; }
  .partners_page_section .partner-container .partner-content_right {
    width: calc(70% - 20px); }
    .partners_page_section .partner-container .partner-content_right .partner_title p {
      font-family: "Archivo", sans-serif;
      font-size: 30px;
      letter-spacing: 0.01em;
      font-weight: 600;
      line-height: 45px; }
    .partners_page_section .partner-container .partner-content_right .partner_title:after {
      content: '';
      position: relative;
      bottom: -15px;
      display: block;
      margin-bottom: 30px;
      width: 30px;
      height: 3px;
      background: #fcc91a; }
    .partners_page_section .partner-container .partner-content_right .partner_type {
      margin-bottom: 20px; }
      .partners_page_section .partner-container .partner-content_right .partner_type p {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500; }
    .partners_page_section .partner-container .partner-content_right .partner_website {
      margin: 30px 0; }

.partners_page_section .explore-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }
  .partners_page_section .explore-links .explore-title {
    font-weight: 500; }
  .partners_page_section .explore-links .link-item {
    margin: 0 5px; }

@media (max-width: 768px) {
  .partners_page_section .breadcrumbs-links ul li a {
    font-size: 14px; }
  .partners_page_section .partner-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .partners_page_section .partner-container .partner-logo_left {
      margin-bottom: 0px;
      width: calc(50% - 10px); }
    .partners_page_section .partner-container .partner-content_right {
      width: 100%; }
      .partners_page_section .partner-container .partner-content_right .partner_title p {
        font-size: 24px !important;
        line-height: 36px; } }

.filter-menu__container {
  position: absolute;
  left: 0;
  height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 9999; }
  .filter-menu__container .filter-menu__closed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 20px; }
    .filter-menu__container .filter-menu__closed .filter-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 50px;
      height: 50px;
      background: #ce4f1c;
      cursor: pointer; }
      .filter-menu__container .filter-menu__closed .filter-icon:hover {
        background: #f16730; }
    .filter-menu__container .filter-menu__closed p {
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      line-height: 24px;
      text-transform: capitalize;
      margin-left: 15px;
      color: #707070; }
  .filter-menu__container .filter-menu__open {
    display: none;
    position: absolute;
    margin-top: 20px;
    top: 0px;
    left: 0;
    width: 450px;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 4rem 0 3rem 5px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2); }
    .filter-menu__container .filter-menu__open .close-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 50px;
      height: 50px;
      background: #ce4f1c;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .filter-menu__container .filter-menu__open .close-icon:hover {
        background: #f16730; }
      .filter-menu__container .filter-menu__open .close-icon svg {
        width: 17px;
        height: 17px; }
    .filter-menu__container .filter-menu__open .filter-menu__content {
      overflow-y: scroll;
      width: 100%;
      height: 100%;
      padding: 0 50px 0 50px; }
      .filter-menu__container .filter-menu__open .filter-menu__content .filter-menu__title {
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        font-size: 29px;
        line-height: 44px;
        text-transform: capitalize;
        padding-bottom: 40px; }
        .filter-menu__container .filter-menu__open .filter-menu__content .filter-menu__title span {
          font-weight: 600; }
      .filter-menu__container .filter-menu__open .filter-menu__content .filter-btn {
        margin-top: 60px;
        min-width: 100%;
        padding-top: 15px;
        padding-bottom: 15px; }
      .filter-menu__container .filter-menu__open .filter-menu__content .filter-reset {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 44px;
        letter-spacing: 0.01em;
        text-transform: capitalize;
        text-align: center;
        color: #4e4744;
        text-decoration: underline;
        cursor: pointer; }
      .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        border-top: 1px solid #e6e6e6;
        cursor: pointer; }
      .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container:last-child {
        border-bottom: 1px solid #e6e6e6; }
      .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        line-height: 24px;
        color: #4e4744;
        padding: 25px 0; }
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title:after {
          content: " "; }
      .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg {
          width: 17px;
          height: 17px; }
          .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg circle {
            fill: #fff; }
          .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg rect {
            fill: #4e4744; }
            .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg rect:last-child {
              fill: #4e4744; }
      .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list {
        display: none; }
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list .filter-list-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list:last-child {
          padding-bottom: 30px; }
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list label {
          color: #4e4744;
          font-family: "Montserrat", sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 35px;
          cursor: pointer;
          width: 95%; }
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"] {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          background-color: #fff !important;
          background: #fff !important;
          border: 1px solid #949494;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          width: 17px;
          height: 17px;
          border-radius: 3px;
          display: inline-block;
          position: relative; }
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:active,
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked:active {
          border: 1px solid #ce4f1c; }
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked {
          border: 1px solid #ce4f1c;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked:after {
            content: " ";
            background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170.3 140.84'%3E%3Cpath d='M607.6,390.7c4,2.47,53.09,49.46,53.09,49.46L758.9,322.7' transform='translate(-598.1 -313.2)' fill='none' stroke='%23ce4f1c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='19'/%3E%3C/svg%3E");
            width: 10px;
            height: 8px;
            position: absolute;
            color: #ce4f1c; }
      .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .open-desc > .accordion__title {
        color: #ce4f1c; }
      .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .plus-minus svg rect {
        fill: #fff !important; }
        .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .plus-minus svg rect:last-child {
          fill: #ce4f1c !important; }

@media (max-width: 1024px) {
  .filter-menu__container .filter-menu__closed p {
    display: none; } }

@media (max-width: 675px) {
  .calendar_home_page_section .filter-menu .filter-menu__container .filter-menu__closed, .calendar_home_page_section .filter-menu .filter-menu__container .filter-menu__open {
    margin-top: 5px; }
  .partners_home_page_section .filter-menu__container .filter-menu__closed, .partners_home_page_section .filter-menu__container .filter-menu__open {
    margin-top: -50px; }
  .experts_home_page_section .filter-menu__container .filter-menu__closed, .experts_home_page_section .filter-menu__container .filter-menu__open {
    margin-top: -35px; }
  .resources-buckets-page .filter-menu__container .filter-menu__closed, .resources-buckets-page .filter-menu__container .filter-menu__open {
    margin-top: -20px; } }

.resource-search-container {
  width: 100%;
  padding: 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .resource-search-container .search-bar-container {
    width: calc(100% - 100px);
    margin: 20px 0; }
    .resource-search-container .search-bar-container .search-form {
      position: relative;
      width: 100%; }
      .resource-search-container .search-bar-container .search-form svg {
        position: absolute;
        z-index: 9;
        top: 1.15rem;
        left: 1.5rem;
        stroke: #4e4744;
        width: 23px;
        height: 23px; }
        .resource-search-container .search-bar-container .search-form svg circle,
        .resource-search-container .search-bar-container .search-form svg line {
          stroke: #4e4744; }
      .resource-search-container .search-bar-container .search-form input:-webkit-autofill,
      .resource-search-container .search-bar-container .search-form input:-webkit-autofill:hover,
      .resource-search-container .search-bar-container .search-form input:-webkit-autofill:focus,
      .resource-search-container .search-bar-container .search-form textarea:-webkit-autofill,
      .resource-search-container .search-bar-container .search-form textarea:-webkit-autofill:hover,
      .resource-search-container .search-bar-container .search-form textarea:-webkit-autofill:focus,
      .resource-search-container .search-bar-container .search-form select:-webkit-autofill,
      .resource-search-container .search-bar-container .search-form select:-webkit-autofill:hover,
      .resource-search-container .search-bar-container .search-form select:-webkit-autofill:focus {
        transition: background-color 5000s ease-in-out 0s; }
      .resource-search-container .search-bar-container .search-form input[type="number"]::-webkit-inner-spin-button,
      .resource-search-container .search-bar-container .search-form input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .resource-search-container .search-bar-container .search-form .text__input {
        position: relative;
        z-index: 8;
        width: 100%;
        border: none;
        border-radius: 30px;
        padding: 1rem 1rem 1rem 4rem;
        color: #000;
        box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
        -webkit-appearance: none;
        /* add this */ }
      .resource-search-container .search-bar-container .search-form .search-btn {
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        height: 100%;
        border-radius: 0 30px 30px 0;
        letter-spacing: 0.15em;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        position: relative;
        border: none;
        transition: width 0.4s ease-in-out;
        padding: 0 0 0 20px; }
        .resource-search-container .search-bar-container .search-form .search-btn:after {
          content: " ";
          display: block;
          opacity: 0;
          background-size: auto 100%;
          background-repeat: no-repeat;
          height: 12px;
          width: 20px;
          margin-left: 0px;
          transition: margin-left 0.4s ease-in-out;
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.35 11.94'%3E%3Cpolyline points='0.71 0.7 5.94 5.97 0.71 11.23' fill='none' stroke='%234a4441' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); }
        .resource-search-container .search-bar-container .search-form .search-btn:hover {
          background: #d1c7ba; }
          .resource-search-container .search-bar-container .search-form .search-btn:hover:after {
            opacity: 1;
            top: 0px;
            margin-left: 10px; }
      .resource-search-container .search-bar-container .search-form button[type="submit"] {
        position: absolute;
        z-index: 9;
        right: -2px;
        top: 0;
        border: none;
        background: #e4ddd4;
        color: #4e4744;
        text-transform: uppercase;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        cursor: pointer; }

/* Media Queries */
@media (max-width: 1440px) {
  .resource-search-container .search-bar-container {
    width: calc(100% - 150px); } }

@media (max-width: 700px) {
  .resource-search-container .search-bar-container {
    width: calc(100% - 130px); } }

@media (max-width: 678px) {
  .resource-search-container {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0px; }
    .resource-search-container .search-bar-container {
      width: 100%; }
      .resource-search-container .search-bar-container .search-form svg {
        width: 15px;
        height: 15px; }
      .resource-search-container .search-bar-container .search-form .text__input {
        padding: 1rem 1rem 1rem 3rem;
        font-size: 14px; }
      .resource-search-container .search-bar-container .search-form .search-btn p {
        font-size: 13px; }
    .resource-search-container .search-type-container {
      margin-top: 10px; } }

@media (max-width: 480px) {
  .resource-search-container .search-bar-container .search-form .text__input {
    font-size: 12px; }
    .resource-search-container .search-bar-container .search-form .text__input:-ms-input-placeholder {
      color: transparent !important; }
    .resource-search-container .search-bar-container .search-form .text__input::placeholder {
      color: transparent !important; } }

.sources-section {
  padding: 0 !important; }
  .sources-section .content-container {
    margin-top: -10px; }

/* ======================================================================================
                                  Action Platform page
   ====================================================================================== */
.action-platform-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .action-platform-page .banner__content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 5rem 0; }
    .action-platform-page .banner__content .banner__title {
      width: 100%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: left;
          justify-content: left;
      position: relative;
      margin-bottom: 2rem; }
      .action-platform-page .banner__content .banner__title h1 {
        font-size: 48px;
        font-weight: 600;
        letter-spacing: 0.01em;
        color: #fff; }
    .action-platform-page .banner__content .banner__subtitle {
      width: 100%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: left;
          justify-content: left; }
      .action-platform-page .banner__content .banner__subtitle h2 {
        font-size: 20px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        line-height: 2rem; }
        .action-platform-page .banner__content .banner__subtitle h2 a {
          color: #fff;
          text-decoration: none;
          border-bottom: 0.15em solid #fcb682;
          padding-bottom: 0.1em; }
          .action-platform-page .banner__content .banner__subtitle h2 a:hover {
            color: #fcb682; }
  .action-platform-page .page-content-container {
    position: relative;
    z-index: 0;
    margin-top: 5%; }
  .action-platform-page .top-filter-bar {
    padding: 20px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: left;
        justify-content: left;
    position: relative;
    background-color: #f5f5f5; }
    .action-platform-page .top-filter-bar .actionPlatformFilterSort {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      position: relative; }
    .action-platform-page .top-filter-bar :hover {
      color: #f16730; }
  .action-platform-page .filter-dropdowns {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    margin: 2%;
    color: #ce4f1c;
    font-weight: 400; }
    .action-platform-page .filter-dropdowns .top-bar-filter-item {
      border-bottom: 1px solid #ce4f1c;
      padding-bottom: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .action-platform-page .filter-dropdowns .top-bar-filter-item .top-bar-icon {
        min-width: 20px;
        min-height: 20px;
        margin: 0 0.4em 0 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .action-platform-page .filter-dropdowns .top-bar-filter-item .icon-1 {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 184.5 179.2' style='enable-background:new 0 0 184.5 179.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CE4F1C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M54.9,37.6c0.1,20.6,17,37.3,37.6,37.1s37.3-17,37.1-37.6C129.5,16.6,112.8,0,92.2,0 C71.6,0,54.9,16.8,54.9,37.4C54.9,37.5,54.9,37.5,54.9,37.6z'/%3E%3Cpath class='st0' d='M92.2,82.3c-34.4,0-62.3,27.9-62.3,62.3v19.9c14.4,9.2,37.6,14.7,62.3,14.7s47.9-5.5,62.3-14.7v-19.9 C154.5,110.2,126.6,82.3,92.2,82.3z'/%3E%3C/svg%3E"); }
      .action-platform-page .filter-dropdowns .top-bar-filter-item .icon-2 {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 191.1 176.5' style='enable-background:new 0 0 191.1 176.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CE4F1C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M53.1,0.3c-4,0-7.3,3.2-7.3,7.3c0,0,0,0,0,0v23.9c-0.2,4,2.8,7.5,6.9,7.7c4,0.2,7.5-2.8,7.7-6.9 c0-0.3,0-0.6,0-0.9V7.6C60.4,3.6,57.2,0.3,53.1,0.3z'/%3E%3Cpath class='st0' d='M163.9,19.7H150v11.8c0,6.7-5.4,12.1-12.1,12.1c-6.7,0-12.1-5.4-12.1-12.1V19.7H65.3v11.8 c-0.3,6.7-6,11.9-12.7,11.6c-6.3-0.3-11.3-5.3-11.6-11.6V19.7H27.1C14.2,19.7,3.8,30.2,3.8,43v110.1c0,12.9,10.5,23.3,23.3,23.3H164 c12.9,0,23.3-10.5,23.3-23.3V43C187.3,30.1,176.8,19.7,163.9,19.7z M173.7,153.1c0,5.4-4.4,9.7-9.7,9.7H27.1c-5.4,0-9.7-4.3-9.7-9.7 c0,0,0,0,0,0V67c0-1.1,0.9-1.9,1.9-2h152.4c1.1,0,2,0.9,2,2L173.7,153.1z'/%3E%3Cpath class='st0' d='M137.9,0.3c-4,0-7.3,3.2-7.3,7.3c0,0,0,0,0,0v23.9c-0.2,4,2.8,7.5,6.9,7.7c4,0.2,7.5-2.8,7.7-6.9 c0-0.3,0-0.6,0-0.9V7.6C145.2,3.6,141.9,0.3,137.9,0.3z'/%3E%3Crect x='79.8' y='78.4' class='st0' width='31.3' height='28.6'/%3E%3Crect x='127.7' y='78.4' class='st0' width='31.3' height='28.6'/%3E%3Crect x='32' y='78.4' class='st0' width='31.3' height='28.6'/%3E%3Crect x='79.8' y='117' class='st0' width='31.3' height='28.6'/%3E%3Crect x='127.7' y='117' class='st0' width='31.3' height='28.6'/%3E%3Crect x='32' y='117' class='st0' width='31.3' height='28.6'/%3E%3C/svg%3E"); }
      .action-platform-page .filter-dropdowns .top-bar-filter-item .icon-3 {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112.84 87.91' style='enable-background:new 0 0 112.84 87.91;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CE4F1C;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M56.42,75.08c-4.2,0-8.28-0.82-12.12-2.45c-3.71-1.57-7.04-3.81-9.89-6.67c-2.86-2.86-5.1-6.19-6.67-9.89 c-1.62-3.84-2.45-7.92-2.45-12.12s0.82-8.28,2.45-12.12c1.57-3.71,3.81-7.04,6.67-9.89c2.86-2.86,6.19-5.1,9.89-6.67 c3.84-1.62,7.92-2.45,12.12-2.45s8.28,0.82,12.12,2.45c3.71,1.57,7.04,3.81,9.89,6.67c2.86,2.86,5.1,6.19,6.67,9.89 c1.62,3.84,2.45,7.92,2.45,12.12s-0.82,8.28-2.45,12.12c-1.57,3.71-3.81,7.04-6.67,9.89c-2.86,2.86-6.19,5.1-9.89,6.67 C64.7,74.26,60.62,75.08,56.42,75.08z M56.42,17.75c-14.45,0-26.2,11.75-26.2,26.2s11.75,26.2,26.2,26.2s26.2-11.75,26.2-26.2 C82.62,29.51,70.87,17.75,56.42,17.75z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M56.42,49.54c-3.08,0-5.58-2.51-5.58-5.58s2.51-5.58,5.58-5.58c3.08,0,5.58,2.51,5.58,5.58 S59.5,49.54,56.42,49.54z M56.42,41.65c-1.27,0-2.3,1.03-2.3,2.3s1.03,2.3,2.3,2.3s2.3-1.03,2.3-2.3S57.69,41.65,56.42,41.65z' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M39.99,46.42H17.98c-1.36,0-2.46-1.1-2.46-2.46l0,0c0-1.36,1.1-2.46,2.46-2.46h22.01 C39.99,41.5,39.99,46.42,39.99,46.42z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M94.86,46.42H72.85v-4.93h22.01c1.36,0,2.46,1.1,2.46,2.46l0,0C97.32,45.31,96.22,46.42,94.86,46.42z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M58.88,27.53h-4.93V5.52c0-1.36,1.1-2.46,2.46-2.46l0,0c1.36,0,2.46,1.1,2.46,2.46v22.01H58.88z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M56.42,84.85L56.42,84.85c-1.36,0-2.46-1.1-2.46-2.46V60.38h4.93v22.01 C58.88,83.75,57.78,84.85,56.42,84.85z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
      .action-platform-page .filter-dropdowns .top-bar-filter-item .icon-4 {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200.4 176.5' style='enable-background:new 0 0 200.4 176.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CE4F1C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M196.7,122.1l-18.5-8.4l-69.1,33.2c-5.7,2.4-12.1,2.4-17.7,0l-69.2-33.2l-18.5,8.4c-2.3,1.1-3.3,3.8-2.2,6.1 c0.5,1,1.2,1.8,2.2,2.2l91.2,43.8c1.7,0.7,3.6,1.1,5.4,1c1.9,0.1,3.7-0.3,5.4-1l91.2-43.6c2.3-1,3.4-3.8,2.3-6.1 C198.7,123.4,197.8,122.6,196.7,122.1z'/%3E%3Cpath class='st0' d='M3.6,51.8l28,13.5l0,0l63.2,30.3c1.7,0.7,3.6,1.1,5.4,1c1.9,0,3.7-0.3,5.4-1l63.1-30.3l0,0l28.1-13.5 c2.3-1.1,3.3-3.8,2.3-6.1c-0.5-1-1.3-1.8-2.3-2.3L105.9,2.3c-3.6-1.3-7.6-1.3-11.2,0L3.7,43.5c-2.3,1.1-3.4,3.8-2.3,6.1 C1.8,50.6,2.6,51.4,3.6,51.8z'/%3E%3Cpath class='st0' d='M3.6,91.2l91.2,43.8c1.7,0.7,3.6,1.1,5.4,1c1.9,0,3.7-0.3,5.4-1l91.2-43.8c2.3-1.1,3.3-3.8,2.3-6.1 c-0.5-1-1.3-1.8-2.3-2.3l-18.7-8.4l-69.1,33.2c-5.7,2.4-12.1,2.4-17.7,0L22.2,74.4L3.7,82.8c-2.3,1-3.4,3.8-2.3,6.1 C1.8,89.9,2.6,90.7,3.6,91.2z'/%3E%3C/svg%3E%0A"); }
      .action-platform-page .filter-dropdowns .top-bar-filter-item .icon-5 {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 175.5 181.8' style='enable-background:new 0 0 175.5 181.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CE4F1C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M107.3,163.5L107.3,163.5c5.4-9.9,9.2-23.7,11.5-39.1H155C145.4,143.6,128,157.8,107.3,163.5 M20.3,124.4h36.2 c2.2,15.4,6.1,29.3,11.5,39.1C47.3,157.8,29.9,143.6,20.3,124.4z M68.1,18.4L68.1,18.4c-5.4,9.9-9.2,23.7-11.5,39.1H20.3 C29.9,38.2,47.3,24,68.1,18.4z M155.1,57.5h-36.3c-2.2-15.4-6.1-29.3-11.5-39.1C128,24,145.4,38.3,155.1,57.5L155.1,57.5z M120.3,70.1H160c3.9,13.6,3.9,28.1,0,41.7h-39.8c0.6-6.8,0.9-13.9,0.9-20.9C121.1,83.9,120.8,76.9,120.3,70.1L120.3,70.1z M87.7,15.8L87.7,15.8c3.3,0,8.7,6,13.2,19.5c2.3,7.2,4.1,14.7,5.2,22.2H69.2c1.1-7.5,2.8-14.9,5.2-22.2 C78.9,21.8,84.3,15.8,87.7,15.8L87.7,15.8z M12.6,91L12.6,91c0-7.1,1-14.1,2.9-20.9h39.7C54.6,77,54.3,84,54.3,91s0.3,14,0.9,20.9 H15.4C13.4,105.1,12.5,98,12.6,91L12.6,91z M67.8,111.9L67.8,111.9c-0.6-6.7-0.9-13.7-0.9-20.9s0.3-14.2,0.9-20.9h39.7 c0.6,6.7,0.9,13.7,0.9,20.9s-0.3,14.1-0.9,20.9H67.8z M87.7,166.1L87.7,166.1c-3.4,0-8.7-6.1-13.2-19.6c-2.3-7.2-4.1-14.7-5.2-22.2 h36.8c-1.1,7.5-2.8,14.9-5.2,22.2C96.4,160.2,91,166.1,87.7,166.1L87.7,166.1z M170.6,119.8c6.5-18.7,6.5-39,0-57.7 c-0.1-0.3-0.2-0.6-0.3-0.8C153.9,15.6,103.7-8,58.1,8.4C33.4,17.2,14,36.6,5.2,61.2c-0.1,0.3-0.2,0.5-0.3,0.8 c-6.5,18.7-6.5,39,0,57.7c0.1,0.3,0.2,0.5,0.3,0.8c16.4,45.6,66.7,69.3,112.3,52.9c24.6-8.9,44-28.2,52.9-52.9 C170.4,120.3,170.5,120.1,170.6,119.8L170.6,119.8z'/%3E%3C/svg%3E "); }
      .action-platform-page .filter-dropdowns .top-bar-filter-item .filter-question {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 0.8em;
        overflow: hidden;
        text-overflow: clip; }
        .action-platform-page .filter-dropdowns .top-bar-filter-item .filter-question::after {
          content: "";
          border: solid #ce4f1c;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 0.2em;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          margin: 0 0.5em 0.1em 1.5em; }
        .action-platform-page .filter-dropdowns .top-bar-filter-item .filter-question:hover {
          cursor: pointer; }
    .action-platform-page .filter-dropdowns .action-filter-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 99;
      background-color: #fff;
      box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
      min-width: 100%; }
      .action-platform-page .filter-dropdowns .action-filter-dropdown .filter-list-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        margin: 15px 10%; }
        .action-platform-page .filter-dropdowns .action-filter-dropdown .filter-list-container label {
          -ms-flex-pack: left;
              justify-content: left;
          text-align: left;
          color: #000; }
        .action-platform-page .filter-dropdowns .action-filter-dropdown .filter-list-container:hover {
          background-color: #f5f5f5;
          cursor: pointer; }
        .action-platform-page .filter-dropdowns .action-filter-dropdown .filter-list-container input:hover {
          cursor: pointer; }
  .action-platform-page .filter-dropdowns:hover .action-filter-dropdown {
    display: block;
    transition: transform 250ms ease-in-out; }
  .action-platform-page .filter-buttons {
    margin: 4% 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 110%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1; }
    .action-platform-page .filter-buttons button {
      padding: 20px;
      -ms-flex-pack: center;
          justify-content: center;
      margin-right: 30px; }
    .action-platform-page .filter-buttons :hover {
      color: #fff; }
    .action-platform-page .filter-buttons .filter-reset, .action-platform-page .filter-buttons .filter-btn {
      padding: 20px 30px 20px 50px; }
  .action-platform-page .filter-menu__container {
    position: absolute;
    top: 300px;
    left: 0;
    height: 100%;
    z-index: 9999; }
    .action-platform-page .filter-menu__container .filter-menu__closed {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .action-platform-page .filter-menu__container .filter-menu__closed .filter-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 50px;
        height: 50px;
        background: #ce4f1c;
        cursor: pointer; }
        .action-platform-page .filter-menu__container .filter-menu__closed .filter-icon:hover {
          background: #f16730; }
      .action-platform-page .filter-menu__container .filter-menu__closed p {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        line-height: 24px;
        text-transform: capitalize;
        margin-left: 15px;
        color: #707070; }
    .action-platform-page .filter-menu__container .filter-menu__open {
      display: none;
      position: absolute;
      top: -65px;
      left: 0;
      bottom: 0;
      width: 450px;
      height: 100%;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 4rem 0 3rem 5px;
      background: #fff;
      box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2); }
      .action-platform-page .filter-menu__container .filter-menu__open .close-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 50px;
        height: 50px;
        background: #ce4f1c;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
        .action-platform-page .filter-menu__container .filter-menu__open .close-icon:hover {
          background: #f16730; }
        .action-platform-page .filter-menu__container .filter-menu__open .close-icon svg {
          width: 17px;
          height: 17px; }
      .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content {
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        padding: 0 50px 0 50px; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .filter-menu__title {
          font-family: "Archivo", sans-serif;
          font-weight: 500;
          font-size: 29px;
          line-height: 44px;
          text-transform: capitalize;
          padding-bottom: 40px; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .filter-menu__title span {
            font-weight: 600; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .filter-btn {
          margin-top: 60px;
          min-width: 100%; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .filter-reset {
          font-family: "Montserrat", sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 44px;
          letter-spacing: 0.01em;
          text-transform: capitalize;
          text-align: center;
          color: #4e4744;
          text-decoration: underline;
          cursor: pointer; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between;
          border-top: 1px solid #e6e6e6;
          cursor: pointer; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container:last-child {
          border-bottom: 1px solid #e6e6e6; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title {
          font-family: "Montserrat", sans-serif;
          font-size: 20px;
          line-height: 24px;
          color: #4e4744;
          padding: 25px 0; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .accordion__title:after {
            content: " "; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg {
            width: 17px;
            height: 17px; }
            .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg circle {
              fill: #fff; }
            .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg rect {
              fill: #4e4744; }
              .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .svg-container svg rect:last-child {
                fill: #4e4744; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list {
          display: none; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list .filter-list-container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: justify;
                justify-content: space-between; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list:last-child {
            padding-bottom: 30px; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list label {
            color: #4e4744;
            font-family: "Montserrat", sans-serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 35px;
            cursor: pointer;
            width: 95%; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"] {
            -webkit-appearance: none;
            cursor: pointer;
            background-color: #fff;
            border: 1px solid #949494;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            width: 17px;
            height: 17px;
            border-radius: 3px;
            display: inline-block;
            position: relative; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:active,
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked:active {
            border: 1px solid #ce4f1c; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked {
            border: 1px solid #ce4f1c;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center; }
            .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .filter-list input[type="checkbox"]:checked:after {
              content: " ";
              background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170.3 140.84'%3E%3Cpath d='M607.6,390.7c4,2.47,53.09,49.46,53.09,49.46L758.9,322.7' transform='translate(-598.1 -313.2)' fill='none' stroke='%23ce4f1c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='19'/%3E%3C/svg%3E");
              width: 10px;
              height: 8px;
              position: absolute;
              color: #ce4f1c; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .open-desc > .accordion__title {
          color: #ce4f1c; }
        .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .plus-minus svg rect {
          fill: #fff !important; }
          .action-platform-page .filter-menu__container .filter-menu__open .filter-menu__content .accordion__container .plus-minus svg rect:last-child {
            fill: #ce4f1c !important; }
  .action-platform-page .sort-pagination-container {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10%;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .action-platform-page .sort-container {
    width: 290px;
    margin-top: 2%;
    -ms-flex-align: center;
        align-items: center;
    height: 42px;
    border-bottom: 2px solid #efefef;
    z-index: 999;
    cursor: pointer; }
    .action-platform-page .sort-container form {
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      background: #fff; }
      .action-platform-page .sort-container form .sortIcon {
        cursor: pointer;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20566.88%20349.32%22%3E%3Cpolyline%20points%3D%22533.38%2033.67%20283.44%20282.32%2033.5%2033.67%22%20fill%3D%22none%22%20stroke%3D%22%23ce4f1c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2294.99%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 12px 8px;
        -webkit-appearance: none;
        color: #f16730;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px;
        border: none;
        width: 290px;
        background-position-x: 270px;
        background-position-y: 5px;
        -webkit-font-smoothing: antialiased; }
      @supports (-moz-appearance: none) {
        .action-platform-page .sort-container form .sortIcon {
          color: #a39f9e; } }
      .action-platform-page .sort-container form .custom-select {
        position: relative; }
        .action-platform-page .sort-container form .custom-select .selectboxit-container {
          margin-left: 0px;
          width: 100%; }
          .action-platform-page .sort-container form .custom-select .selectboxit-container .selectboxit {
            width: 100%;
            color: #ce4f1c;
            cursor: pointer; }
        .action-platform-page .sort-container form .custom-select .selectboxit-text {
          margin-left: 10px;
          width: 100%; }
        .action-platform-page .sort-container form .custom-select .selectboxit-list {
          position: absolute;
          z-index: 100;
          left: 0;
          display: none;
          width: 100%;
          margin-top: 12px;
          margin-left: 0;
          background: #fff;
          color: #ce4f1c;
          box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25); }
          .action-platform-page .sort-container form .custom-select .selectboxit-list li {
            font-size: 14px;
            padding: 2.5px 10px;
            padding-left: 20px;
            background: transparent;
            transition: all ease-in-out 250ms; }
            .action-platform-page .sort-container form .custom-select .selectboxit-list li:before {
              display: none; }
            .action-platform-page .sort-container form .custom-select .selectboxit-list li:hover {
              background: #ce4f1c;
              color: #fff; }
        .action-platform-page .sort-container form .custom-select option {
          background: #fff;
          color: #4e4744;
          -webkit-appearance: none; }
  .action-platform-page .pagination-container {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    /* Hide HTML5 Up and Down arrows. */ }
    .action-platform-page .pagination-container .pag-results {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 36px;
      color: #4e4744;
      margin-right: 10px; }
      .action-platform-page .pagination-container .pag-results .results-num {
        font-weight: 500; }
    .action-platform-page .pagination-container .pag-button_left,
    .action-platform-page .pagination-container .pag-button_right {
      width: 32px;
      height: 32px;
      background: #f2f4f5;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      cursor: pointer; }
      .action-platform-page .pagination-container .pag-button_left svg,
      .action-platform-page .pagination-container .pag-button_right svg {
        width: 6px;
        height: 10px; }
    .action-platform-page .pagination-container .pag-button_left svg {
      transform: rotate(180deg); }
    .action-platform-page .pagination-container input[type="number"]::-webkit-outer-spin-button,
    .action-platform-page .pagination-container input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .action-platform-page .pagination-container input[type="number"] {
      -moz-appearance: textfield;
      text-align: center;
      width: 32px;
      height: 32px;
      margin: 0 10px;
      border: 1px solid #e1e1e1;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.025em;
      color: #4e4744; }
    .action-platform-page .pagination-container .page_amt {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.025em;
      color: #4e4744;
      margin-left: 10px; }
  .action-platform-page .resources-container {
    width: 100%;
    display: block;
    padding: 0; }
    .action-platform-page .resources-container .color-courses {
      border-top: 10px solid #4d7799; }
    .action-platform-page .resources-container .color-opp {
      border-top: 10px solid #dbe4eb; }
    .action-platform-page .resources-container .color-projects {
      border-top: 10px solid #ff912f; }
    .action-platform-page .resources-container .color-tools {
      border-top: 10px solid #f16730; }
    .action-platform-page .resources-container .resource-item__card {
      box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
      height: 380px;
      position: relative;
      margin-bottom: 7%; }
      .action-platform-page .resources-container .resource-item__card:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
      .action-platform-page .resources-container .resource-item__card .hover-circle {
        display: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140px' height='104px'%3E%3Cpath fill-rule='evenodd' opacity='0.251' fill='rgb(235, 235, 235)' d='M64.531,0.594 C105.953,0.594 139.531,35.439 139.531,78.422 C139.531,121.405 105.953,156.250 64.531,156.250 C23.110,156.250 -10.469,121.405 -10.469,78.422 C-10.469,35.439 23.110,0.594 64.531,0.594 Z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        width: 130px;
        height: 94px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 1; }
      .action-platform-page .resources-container .resource-item__card .resource-item__content {
        width: 100%;
        height: 100%;
        padding: 4%;
        display: -ms-flexbox;
        display: flex; }
        .action-platform-page .resources-container .resource-item__card .resource-item__content .two-column {
          -ms-flex: 1;
              flex: 1;
          display: -ms-grid;
          display: grid;
          place-items: center; }
          .action-platform-page .resources-container .resource-item__card .resource-item__content .two-column img {
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
          .action-platform-page .resources-container .resource-item__card .resource-item__content .two-column .image-thumbnail {
            width: 100%;
            padding-right: 10%;
            overflow: hidden; }
            .action-platform-page .resources-container .resource-item__card .resource-item__content .two-column .image-thumbnail .getty.embed.image div:first-child {
              display: none; }
        .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text {
          -ms-flex: 1;
              flex: 1;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-flex-line-pack: center;
                align-content: center;
            margin-bottom: 2%; }
            .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .last_mod {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              color: #a29d98;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 600;
              padding: 0;
              margin-top: 4px; }
              .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .last_mod .star-icon {
                width: 16px;
                height: 15px;
                margin-left: -1px;
                margin-right: 10px;
                background-position: left;
                background-repeat: no-repeat;
                background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112.84 87.91' style='enable-background:new 0 0 112.84 87.91;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FCC50A;%7D%0A%3C/style%3E%3Cg id='favorite'%3E%3Cpath class='st0' d='M96.42,32.44l-27.58-1.33L59.06,5.38c-1.46-3.83-3.82-3.83-5.28,0l-9.79,25.74l-27.58,1.33 c-4.1,0.2-4.83,2.44-1.63,5l21.53,17.23c0,0-4.55,16.66-7.26,26.56c-1.08,3.95,0.83,5.34,4.27,3.09 c8.61-5.62,23.09-15.09,23.09-15.09L79.5,84.33c3.44,2.25,5.35,0.86,4.27-3.09l-7.26-26.56l21.53-17.23 C101.26,34.88,100.53,32.64,96.42,32.44z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
            .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .reg-btn {
              font-weight: 600;
              font-size: 14px;
              text-align: right; }
            .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center; }
              .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container:hover {
                cursor: pointer; }
                .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container:hover > .hover-circle {
                  display: block; }
                .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container:hover .download-btn-circle {
                  background: #ce4f1c; }
                  .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container:hover .download-btn-circle svg {
                    stroke: #fff; }
              .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container .resource-pdf {
                position: relative;
                z-index: 5; }
                .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container .resource-pdf a {
                  font-family: "Montserrat", sans-serif;
                  font-weight: 400;
                  font-size: 16px;
                  line-height: 41px;
                  letter-spacing: 0.025em;
                  color: #4e4744;
                  text-decoration: none; }
                .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container .resource-pdf:hover a {
                  color: #ce4f1c; }
              .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container .download-btn-circle {
                width: 28px;
                height: 28px;
                background: #e7e7e7;
                border-radius: 30px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                    align-items: center;
                -ms-flex-pack: center;
                    justify-content: center;
                margin-left: 10px;
                position: relative;
                z-index: 3; }
                .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .learn_more_and_last_mod .download-container .download-btn-circle svg {
                  width: 10px;
                  height: 14px;
                  stroke: #4e4744; }
          .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .resource-title {
            font-weight: 600;
            color: #ce4f1c;
            font-family: "Archivo", sans-serif;
            font-size: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            box-orient: vertical;
            -moz-box-orient: vertical;
            /* Mozilla */
            -webkit-box-orient: vertical;
            /* WebKit */
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            /* autoprefixer: on */
            overflow: hidden; }
            .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .resource-title a {
              color: #ce4f1c;
              text-decoration: none; }
          .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .desc-container.long {
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            line-height: 21px;
            max-height: calc(21px * 4);
            color: #4e4744;
            font-weight: 400;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            box-orient: vertical;
            -moz-box-orient: vertical;
            /* Mozilla */
            -webkit-box-orient: vertical;
            /* WebKit */
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            /* autoprefixer: on */
            overflow: hidden; }
          .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .divider-line {
            width: 100%;
            height: 2px;
            background-color: #e4ddd4;
            margin: 2% 0; }
          .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .action-platform-tags {
            display: -ms-flexbox;
            display: flex; }
            .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .action-platform-tags .tag-logo {
              width: 30px;
              height: 35px;
              margin-left: -3px;
              background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112.84 87.91' style='enable-background:new 0 0 112.84 87.91;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FCC50A;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M83.37,48.24c0-1.53-0.54-2.87-1.63-4.01L50.2,12.73c-1.12-1.12-2.62-2.07-4.5-2.85 c-1.88-0.78-3.6-1.17-5.16-1.17H22.17c-1.53,0-2.85,0.56-3.97,1.68c-1.12,1.12-1.68,2.44-1.68,3.97v18.35 c0,1.56,0.39,3.28,1.17,5.16s1.73,3.37,2.85,4.46l31.54,31.59c1.09,1.09,2.41,1.63,3.97,1.63c1.53,0,2.87-0.54,4.01-1.63 l21.66-21.71C82.82,51.12,83.37,49.79,83.37,48.24L83.37,48.24z M34.64,26.82c-1.1,1.1-2.43,1.65-3.99,1.65s-2.89-0.55-3.99-1.65 s-1.65-2.43-1.65-3.99s0.55-2.89,1.65-3.99s2.43-1.66,3.99-1.66s2.89,0.55,3.99,1.66c1.1,1.1,1.65,2.43,1.65,3.99 C36.29,24.38,35.74,25.71,34.64,26.82L34.64,26.82z'/%3E%3Cpath class='st0' d='M98.67,44.22l-31.54-31.5c-1.12-1.12-2.62-2.07-4.5-2.85c-1.88-0.78-3.6-1.17-5.16-1.17h-9.88 c1.56,0,3.28,0.39,5.16,1.17s3.38,1.73,4.5,2.85l31.54,31.5c1.09,1.15,1.63,2.49,1.63,4.01c0,1.56-0.54,2.88-1.63,3.97L68.06,72.94 c0.88,0.91,1.66,1.57,2.34,1.99c0.68,0.41,1.54,0.62,2.6,0.62c1.53,0,2.87-0.54,4.01-1.63l21.66-21.71 c1.09-1.09,1.63-2.41,1.63-3.97C100.31,46.71,99.76,45.37,98.67,44.22L98.67,44.22z'/%3E%3C/g%3E%3C/svg%3E%0A");
              background-position: top left;
              background-repeat: no-repeat;
              transform: scale(-1, 1); }
            .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .action-platform-tags .tags {
              display: -webkit-box;
              -webkit-line-clamp: 4;
              box-orient: vertical;
              -moz-box-orient: vertical;
              /* Mozilla */
              -webkit-box-orient: vertical;
              /* WebKit */
              /* autoprefixer: off */
              -webkit-box-orient: vertical;
              /* autoprefixer: on */
              overflow: hidden;
              flex: 10;
              color: #ce4f1c;
              font-family: "Montserrat", sans-serif;
              font-weight: 600;
              font-size: 14px;
              line-height: 1.2rem; }
              .action-platform-page .resources-container .resource-item__card .resource-item__content .title_and_text .action-platform-tags .tags a {
                text-decoration: none;
                color: #ce4f1c; }
  .action-platform-page .search-type-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: #f5f5f5;
    padding: 24px;
    margin-bottom: 48px; }
    .action-platform-page .search-type-container button {
      padding: 7.5px;
      margin: 0 7.5px;
      background: transparent;
      border: none;
      cursor: pointer; }
      .action-platform-page .search-type-container button svg {
        fill: #4e4744;
        width: 16px;
        height: auto;
        transition: all ease-in-out 200ms; }
      .action-platform-page .search-type-container button.active svg {
        fill: #f16730; }

/* Media Queries */
@media (min-width: 1301px) {
  .action-platform-page .filter-menu__container {
    display: none; } }

@media (max-width: 1300px) {
  .action-platform-page .pagination-container {
    display: -ms-flexbox;
    display: flex; }
  .action-platform-page .top-filter-bar {
    display: none; }
  .action-platform-page .filter-menu__container {
    display: block; }
  .action-platform-page .page-content-container {
    margin-top: 0; }
  .action-platform-page .filter-reset, .action-platform-page .filter-btn {
    padding: 1.5% 3% 1.5% 5%; }
  .action-platform-page .top-filter-bar .actionPlatformFilterSort {
    -ms-flex-direction: column;
        flex-direction: column; }
  .action-platform-page .mobile-filter-item {
    display: -ms-flexbox;
    display: flex; }
    .action-platform-page .mobile-filter-item .filter-item {
      padding-left: 5%; } }

@media (max-width: 1024px) {
  .action-platform-page .resources-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
  .flex__section {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; } }

@media (max-width: 992px) {
  .filter-menu__container {
    top: 350px !important; } }

@media (max-width: 768px) {
  .action-platform-page .banner__content .banner__title h1 {
    font-size: 42px; } }

@media (max-width: 678px) {
  .action-platform-page .pagination-container {
    margin-top: 20%; }
  .action-platform-page .page-search {
    padding-top: 50px;
    width: 100%; }
  .action-platform-page .resource-search-container {
    margin-top: 0px !important;
    margin-bottom: 0 !important; }
    .action-platform-page .resource-search-container .search-bar-container {
      width: 100%; }
      .action-platform-page .resource-search-container .search-bar-container .search-btn {
        padding-left: 20px; }
        .action-platform-page .resource-search-container .search-bar-container .search-btn p {
          font-size: 12px !important;
          width: auto; } }

@media (max-width: 600px) {
  .action-platform-page .resources-container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }
  .action-platform-page .filter-menu__container {
    top: 500px !important; }
  .pagination-container {
    margin-top: 10%; } }

@media (max-width: 320px) {
  .pagination-container {
    margin-top: 5%; } }

.action_page_section .backto-ap {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 40px 0;
  background-color: #fafafa; }
  .action_page_section .backto-ap a {
    display: block;
    border-bottom: 0;
    color: #a29d98;
    width: 1100px;
    margin: auto;
    text-align: left; }
    .action_page_section .backto-ap a::before {
      content: "";
      border: solid #ce4f1c;
      border-width: 0 0 2px 2px;
      display: inline-block;
      padding: 0.2em;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      margin: 0 1.5em 0 0.5em; }

.action_page_section .wrapper-main {
  position: relative; }

.action_page_section span {
  font-weight: 500; }

.action_page_section .last_mod {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #a29d98;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 4em 0; }
  .action_page_section .last_mod .star-icon {
    width: 16px;
    height: 15px;
    margin-right: 1.5em;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112.84 87.91' style='enable-background:new 0 0 112.84 87.91;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FCC50A;%7D%0A%3C/style%3E%3Cg id='favorite'%3E%3Cpath class='st0' d='M96.42,32.44l-27.58-1.33L59.06,5.38c-1.46-3.83-3.82-3.83-5.28,0l-9.79,25.74l-27.58,1.33 c-4.1,0.2-4.83,2.44-1.63,5l21.53,17.23c0,0-4.55,16.66-7.26,26.56c-1.08,3.95,0.83,5.34,4.27,3.09 c8.61-5.62,23.09-15.09,23.09-15.09L79.5,84.33c3.44,2.25,5.35,0.86,4.27-3.09l-7.26-26.56l21.53-17.23 C101.26,34.88,100.53,32.64,96.42,32.44z'/%3E%3C/g%3E%3C/svg%3E%0A"); }

.action_page_section .resource__title {
  font-size: 2.5em;
  font-family: "Archivo", sans-serif;
  line-height: 40px;
  margin-bottom: 2rem;
  color: #ce4f1c;
  font-weight: 600; }

.action_page_section .strength_of_evidence {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #4e4744;
  font-size: 0.9em;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  width: 100%;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e4ddd4; }
  .action_page_section .strength_of_evidence .soe {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: inherit; }
  .action_page_section .strength_of_evidence .active {
    font-size: inherit;
    font-weight: 600;
    color: #ce4f1c;
    font-family: "Poppins", sans-serif; }

.action_page_section .action-definition-header {
  border-left: 3px solid #fcc50a;
  padding-left: 1em;
  font-size: 0.9em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.action_page_section .action-definition {
  margin: 2rem 0;
  color: #4e4744;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  line-height: 1.5em; }

.action_page_section .action-description .caption {
  width: 97%;
  padding: 2rem 1rem;
  box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
  font-family: "Montserrat", sans-serif;
  color: #4e4744;
  font-size: 0.9em;
  font-weight: 500; }

.action_page_section .cards-title {
  margin: 6rem 0 3rem 0;
  font-family: "Archivo", sans-serif;
  font-size: 1.7em;
  color: #4e4744;
  font-weight: 500; }

.action_page_section .cards {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 30% 30% 30%;
      grid-template-columns: 30% 30% 30%;
  grid-gap: 5%;
  margin-bottom: 6rem; }
  .action_page_section .cards .card {
    box-shadow: 0px 3px 6px 0px rgba(56, 20, 20, 0.2);
    padding: 2em; }
  .action_page_section .cards .case_study {
    border-top: 0.6em solid #ff912f; }
  .action_page_section .cards .research {
    border-top: 0.6em solid #4d7799; }

.action_page_section .card_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 1.5em 0; }

.action_page_section .card_icon {
  width: 20px;
  height: 20px;
  fill: #f16730;
  margin-right: 1em; }

.action_page_section .card_label {
  font-size: 0.8em;
  font-weight: 600; }

.action_page_section .card_title {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ce4f1c;
  margin-bottom: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -moz-box-orient: vertical;
  /* Mozilla */
  -webkit-box-orient: vertical;
  /* WebKit */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden; }

.action_page_section .card_author {
  font-size: 0.9em;
  color: #4e4744;
  font-weight: 500;
  margin-bottom: 1em; }

.action_page_section .card_description {
  padding-top: 1em;
  border-top: 1px solid #e4ddd4;
  font-size: 0.9em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  box-orient: vertical;
  -moz-box-orient: vertical;
  /* Mozilla */
  -webkit-box-orient: vertical;
  /* WebKit */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  margin-bottom: 1em; }

.action_page_section .reg-btn {
  border-bottom: 0;
  color: #4e4744;
  font-weight: 600;
  font-size: 0.8em; }
  .action_page_section .reg-btn:hover {
    color: #f16730; }

.action_page_section .action-platform-tags {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e4ddd4;
  padding-top: 1.5rem;
  margin-top: 1.5rem; }
  .action_page_section .action-platform-tags .tag-logo {
    width: 30px;
    height: 35px;
    margin-left: -3px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112.84 87.91' style='enable-background:new 0 0 112.84 87.91;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FCC50A;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M83.37,48.24c0-1.53-0.54-2.87-1.63-4.01L50.2,12.73c-1.12-1.12-2.62-2.07-4.5-2.85 c-1.88-0.78-3.6-1.17-5.16-1.17H22.17c-1.53,0-2.85,0.56-3.97,1.68c-1.12,1.12-1.68,2.44-1.68,3.97v18.35 c0,1.56,0.39,3.28,1.17,5.16s1.73,3.37,2.85,4.46l31.54,31.59c1.09,1.09,2.41,1.63,3.97,1.63c1.53,0,2.87-0.54,4.01-1.63 l21.66-21.71C82.82,51.12,83.37,49.79,83.37,48.24L83.37,48.24z M34.64,26.82c-1.1,1.1-2.43,1.65-3.99,1.65s-2.89-0.55-3.99-1.65 s-1.65-2.43-1.65-3.99s0.55-2.89,1.65-3.99s2.43-1.66,3.99-1.66s2.89,0.55,3.99,1.66c1.1,1.1,1.65,2.43,1.65,3.99 C36.29,24.38,35.74,25.71,34.64,26.82L34.64,26.82z'/%3E%3Cpath class='st0' d='M98.67,44.22l-31.54-31.5c-1.12-1.12-2.62-2.07-4.5-2.85c-1.88-0.78-3.6-1.17-5.16-1.17h-9.88 c1.56,0,3.28,0.39,5.16,1.17s3.38,1.73,4.5,2.85l31.54,31.5c1.09,1.15,1.63,2.49,1.63,4.01c0,1.56-0.54,2.88-1.63,3.97L68.06,72.94 c0.88,0.91,1.66,1.57,2.34,1.99c0.68,0.41,1.54,0.62,2.6,0.62c1.53,0,2.87-0.54,4.01-1.63l21.66-21.71 c1.09-1.09,1.63-2.41,1.63-3.97C100.31,46.71,99.76,45.37,98.67,44.22L98.67,44.22z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: top left;
    background-repeat: no-repeat;
    transform: scale(-1, 1); }
  .action_page_section .action-platform-tags .tags {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    box-orient: vertical;
    -moz-box-orient: vertical;
    /* Mozilla */
    -webkit-box-orient: vertical;
    /* WebKit */
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    flex: 10;
    color: #ce4f1c;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2rem; }
    .action_page_section .action-platform-tags .tags a {
      text-decoration: none;
      color: #ce4f1c;
      border-bottom: none; }

@media (max-width: 1300px) {
  .backto-ap a {
    padding: 0 50px;
    width: 1000px; } }

@media (max-width: 1200px) {
  .backto-ap a {
    padding: 0 100px;
    width: calc(100vw - 100px); } }

@media (max-width: 768px) {
  .cards {
    -ms-flex-direction: column;
        flex-direction: column; }
    .cards .card {
      width: 100% !important;
      margin-bottom: 1em; } }

@media (max-width: 480px) {
  .backto-ap a {
    padding: 0 30px;
    width: calc(100% - 50px); } }

.experts_home_page_section .pagination-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
  margin-top: 40px;
  /* Hide HTML5 Up and Down arrows. */ }
  .experts_home_page_section .pagination-container .pag-results {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    color: #4e4744;
    margin-right: 10px; }
    .experts_home_page_section .pagination-container .pag-results .results-num {
      font-weight: 500; }
  .experts_home_page_section .pagination-container .pag-button_left,
  .experts_home_page_section .pagination-container .pag-button_right {
    width: 32px;
    height: 32px;
    background: #f2f4f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
    .experts_home_page_section .pagination-container .pag-button_left svg,
    .experts_home_page_section .pagination-container .pag-button_right svg {
      width: 6px;
      height: 10px; }
  .experts_home_page_section .pagination-container .pag-button_left svg {
    transform: rotate(180deg); }
  .experts_home_page_section .pagination-container input[type="number"]::-webkit-outer-spin-button,
  .experts_home_page_section .pagination-container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .experts_home_page_section .pagination-container input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    border: 1px solid #e1e1e1;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744; }
  .experts_home_page_section .pagination-container .page_amt {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #4e4744;
    margin-left: 10px; }

/* ==========================================================================
   Base
   ========================================================================== */
* {
  outline: none;
  padding: 0;
  opacity: 1;
  margin: 0;
  box-sizing: border-box; }

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  overflow: hidden; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000; }

/* ==========================================================================
   Containers
   ========================================================================== */
main {
  position: relative;
  z-index: 1; }

.gettyimage {
  position: relative;
  z-index: -1; }

.wrapper {
  width: calc(100% - 400px);
  margin: 0 auto; }

.wrapper-inner {
  width: 1350px;
  margin: 0 auto; }

.wrapper-main {
  width: 1100px;
  margin: 0 auto; }

.fullwidth {
  width: 100%; }

.page__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  position: relative; }
  .page__content .main {
    width: 100%; }

.section-z-index-1 {
  position: relative;
  z-index: 1300; }

.section-z-index-2 {
  position: relative;
  z-index: 1200; }

.section-z-index-3 {
  position: relative;
  z-index: 1100; }

.section-z-index-4 {
  position: relative;
  z-index: 1000; }

.section-z-index-5 {
  position: relative;
  z-index: 900; }

.section-z-index-6 {
  position: relative;
  z-index: 800; }

.section-z-index-7 {
  position: relative;
  z-index: 700; }

.section-z-index-8 {
  position: relative;
  z-index: 600; }

.section-z-index-9 {
  position: relative;
  z-index: 500; }

.section-z-index-10 {
  position: relative;
  z-index: 400; }

.section-z-index-11 {
  position: relative;
  z-index: 300; }

.section-z-index-12 {
  position: relative;
  z-index: 200; }

.section-z-index-13 {
  position: relative;
  z-index: 100; }

/* ==========================================================================
   WordPress Generated Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }

/* ==========================================================================
   Responsive Queries
   ========================================================================== */
@media (max-width: 1920px) {
  .wrapper-inner {
    width: 1200px; } }

@media (max-width: 1550px) {
  .wrapper {
    width: calc(100% - 200px); }
  .wrapper-inner {
    width: 1250px; } }

@media (max-width: 1440px) {
  .wrapper-inner {
    width: 1150px; } }

@media (max-width: 1300px) {
  .wrapper {
    width: calc(100% - 150px); }
  .wrapper-inner {
    width: 1100px; }
  .wrapper-main {
    width: 1000px; } }

@media (max-width: 1200px) {
  .wrapper-inner {
    width: 1000px; }
  .wrapper-main {
    width: 900px; } }

@media (max-width: 1024px) {
  .wrapper-inner {
    width: 900px; } }

@media (max-width: 992px) {
  .wrapper-inner {
    width: 730px; }
  .wrapper-main {
    width: 800px; } }

@media (max-width: 850px) {
  .wrapper-main {
    width: 750px; } }

@media (max-width: 800px) {
  .wrapper-main {
    width: 700px; }
  .page-content {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (max-width: 768px) {
  .wrapper-inner {
    width: 100%;
    padding: 0 60px; }
  .wrapper-main {
    width: 650px; } }

@media (max-width: 700px) {
  .wrapper-main {
    width: 600px; } }

@media (max-width: 660px) {
  .wrapper-main {
    width: 560px; } }

@media (max-width: 600px) {
  .wrapper-main {
    width: calc(100% - 100px); } }

@media (max-width: 480px) {
  .wrapper-inner {
    padding: 0 30px; }
  .wrapper-main {
    width: calc(100% - 50px); } }

@media (max-width: 320px) {
  .wrapper-main {
    width: calc(100% - 20px); } }

.footnote_num {
  display: none; }
