/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  font-family: "poppins", sans-serif;
  font-style: normal;
  color: #423742; }
  body a, body a:visited {
    color: inherit; }
    body a:hover, body a:visited:hover {
      color: #0084a8; }

.h1 {
  font-family: quincy-cf, serif;
  font-style: normal;
  font-weight: 900;
  font-size: 8.26667vw; }
  @media (min-width: 768px) {
    .h1 {
      font-size: 3.28125vw; } }

.h2 {
  font-family: quincy-cf, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 6.13333vw; }
  @media (min-width: 768px) {
    .h2 {
      font-size: 2.34375vw; } }

.h3 {
  font-family: "poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4vw; }
  @media (min-width: 768px) {
    .h3 {
      font-size: 1.5625vw; } }

.h4 {
  font-family: "poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8vw; }
  @media (min-width: 768px) {
    .h4 {
      font-size: 1.09375vw; } }

.callout {
  font-family: quincy-cf, serif;
  font-style: normal;
  font-style: italic;
  font-weight: 600;
  font-size: 5.33333vw;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .callout {
      font-size: 1.71875vw; } }

.p {
  font-family: "poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.06667vw;
  line-height: 1.7; }
  @media (min-width: 768px) {
    .p {
      font-size: 1.19792vw; } }
  @media (min-width: 1320px) {
    .p {
      font-size: 1.04167vw; } }

.large-p, .large-paragraph {
  font-family: "poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.73333vw;
  margin-bottom: 4vw;
  display: block; }
  @media (min-width: 768px) {
    .large-p, .large-paragraph {
      font-size: 1.61458vw;
      margin-bottom: 1.5625vw; } }
  @media (min-width: 1320px) {
    .large-p, .large-paragraph {
      font-size: 1.40625vw;
      margin-bottom: 1.5625vw; } }

.smallcaps {
  font-size: 2.4vw !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 0.13333vw;
  line-height: 1; }
  @media (min-width: 768px) {
    .smallcaps {
      font-size: 1.19792vw !important;
      letter-spacing: 0.05208vw; } }
  @media (min-width: 1320px) {
    .smallcaps {
      font-size: 1.09375vw !important; } }

.hebrew-text {
  font-family: "greycliff-hebrew-cf", sans-serif;
  font-style: normal !important;
  font-size: 70%;
  display: inline-block;
  position: relative;
  top: -0.15625vw;
  margin: 0 0.52083vw; }

.callout {
  font-family: quincy-cf, serif;
  font-style: normal;
  font-style: italic;
  font-weight: 600;
  font-size: 5.33333vw;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .callout {
      font-size: 1.71875vw; } }

blockquote {
  margin-bottom: 0; }

blockquote, blockquote p {
  font-family: quincy-cf, serif;
  font-style: normal;
  font-style: italic;
  font-weight: 600;
  font-size: 5.33333vw;
  line-height: 1.4; }
  @media (min-width: 768px) {
    blockquote, blockquote p {
      font-size: 1.71875vw; } }

blockquote p {
  margin-bottom: 2.08333vw; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

p {
  font-family: "poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.06667vw;
  line-height: 1.7; }
  @media (min-width: 768px) {
    p {
      font-size: 1.19792vw; } }
  @media (min-width: 1320px) {
    p {
      font-size: 1.04167vw; } }

.aligncenter {
  text-align: center; }

a:hover, a:active {
  outline: none;
  text-decoration: none; }

.text-teal {
  color: #0084a8; }

.text-light-mint {
  color: #f8faf7; }

.text-light-gray {
  color: #e8edf2; }

.text-light-green {
  color: #deeade; }

.text-green {
  color: #40a87e; }

.text-gray {
  color: #423742; }

body {
  background: #f8faf7; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none; }

#page {
  overflow-x: clip; }

.post, .page {
  margin: 0; }

a {
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

.nopad {
  padding: 0 !important; }

.nomargin {
  margin: 0; }

img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.rounded-corners {
  border-radius: 2vw !important;
  overflow: hidden; }
  @media (min-width: 768px) {
    .rounded-corners {
      border-radius: 0.88542vw !important; } }

.desktop-only {
  display: none !important; }
  @media (min-width: 576px) {
    .desktop-only {
      display: inline-block !important; } }

@media (min-width: 576px) {
  .mobile-only {
    display: none !important; } }

.bg-green {
  background-color: #40a87e; }

.bg-light-green {
  background-color: #deeade; }

.bg-light-mint {
  background-color: #f8faf7; }

.bg-teal {
  background-color: #0084a8; }

.bg-gray {
  background-color: #423742; }

.bg-light-gray {
  background-color: #e8edf2; }

.bg-white {
  background-color: #f8faf7 !important; }

button.btn {
  border: none; }
  button.btn:hover {
    border: none; }

.btn {
  border-radius: 2vw !important;
  overflow: hidden;
  line-height: 1;
  padding: 1.86667vw 2.26667vw 1.33333vw;
  font-family: "poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4vw;
  font-weight: 600; }
  @media (min-width: 768px) {
    .btn {
      border-radius: 0.88542vw !important; } }
  @media (min-width: 768px) {
    .btn {
      padding: 0.67708vw 0.88542vw 0.41667vw; } }
  @media (min-width: 768px) {
    .btn {
      font-size: 0.9375vw; } }
  .btn.green {
    background: #40a87e;
    color: #f8faf7; }
    .btn.green:visited {
      color: #f8faf7; }
    .btn.green:hover {
      background: #0084a8; }
  .btn.white {
    background: #f8faf7;
    color: #423742; }
    .btn.white:visited {
      color: #423742; }
    .btn.white:hover {
      background: #423742;
      color: #f8faf7; }
  .btn.teal {
    background: #0084a8;
    color: #f8faf7; }
    .btn.teal:visited {
      color: #f8faf7; }
    .btn.teal:hover {
      background: #40a87e;
      border-color: #40a87e; }
  .btn.wire {
    border: 1px solid;
    background: none; }
    .btn.wire.white {
      color: #f8faf7;
      border-color: #f8faf7; }

.nav-pills li {
  margin: 0 0.78125vw; }
  @media (min-width: 768px) {
    .nav-pills li .btn {
      font-size: 1.14583vw; } }
  .nav-pills li button {
    color: #f8faf7;
    border-color: #f8faf7;
    border-radius: 0 !important;
    outline: none;
    padding: 2.4vw 10.66667vw 2vw;
    margin-top: 1.33333vw; }
    @media (min-width: 768px) {
      .nav-pills li button {
        padding: 0.9375vw 4.16667vw 0.78125vw; } }
    .nav-pills li button.active {
      background: #f8faf7 !important;
      color: #0084a8 !important;
      background: #f8faf7 !important;
      color: #0084a8 !important; }
    .nav-pills li button:hover {
      background: #f8faf7 !important;
      color: #0084a8 !important; }

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

.flex-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.fg-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }

.fg-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2; }

.fg-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3; }

.fg-4 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }
  @media (min-width: 576px) {
    .fg-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4; } }

@media (max-width: 768px) {
  .page-builder.blockpadding {
    padding-top: 10.66667vw;
    padding-bottom: 10.66667vw; } }

.blockpadding {
  padding: 5.33333vw; }
  @media (min-width: 768px) {
    .blockpadding {
      padding: 3.90625vw; } }
  @media (min-width: 992px) {
    .blockpadding {
      padding: 5.72917vw; } }
  @media (min-width: 1320px) {
    .blockpadding {
      padding: 5.20833vw; } }

.blockpadding-half {
  padding: 2.66667vw; }
  @media (min-width: 768px) {
    .blockpadding-half {
      padding: 1.95312vw; } }
  @media (min-width: 992px) {
    .blockpadding-half {
      padding: 2.86458vw; } }
  @media (min-width: 1320px) {
    .blockpadding-half {
      padding: 2.60417vw; } }

.blockpadding-quarter {
  padding: 2.66667vw; }
  @media (min-width: 768px) {
    .blockpadding-quarter {
      padding: 1.95312vw; } }
  @media (min-width: 992px) {
    .blockpadding-quarter {
      padding: 1.14583vw; } }
  @media (min-width: 1320px) {
    .blockpadding-quarter {
      padding: 1.30208vw; } }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.breadcrumb p span a, .breadcrumb p span a:visited {
  color: #423742;
  text-decoration: none; }

.breadcrumb p span .breadcrumb_last {
  font-weight: 600; }

@media (min-width: 768px) {
  .glightbox-open {
    overflow: visible; } }

.ginner-container.desc-right {
  display: block;
  width: 100%;
  background: #f8faf7;
  border-radius: 2vw !important;
  overflow: hidden;
  padding: 2.66667vw;
  border: 1px solid #423742;
  box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }
  @media (min-width: 768px) {
    .ginner-container.desc-right {
      border-radius: 0.88542vw !important; } }
  @media (min-width: 768px) {
    .ginner-container.desc-right {
      padding: 1.95312vw; } }
  @media (min-width: 992px) {
    .ginner-container.desc-right {
      padding: 2.86458vw; } }
  @media (min-width: 1320px) {
    .ginner-container.desc-right {
      padding: 2.60417vw; } }
  @media (min-width: 768px) {
    .ginner-container.desc-right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      width: 80%;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; } }
  @media (max-width: 768px) {
    .ginner-container.desc-right {
      overflow-y: scroll;
      height: auto;
      max-height: 80vh !important;
      width: 90vw; } }
  .ginner-container.desc-right .gslide-image {
    width: 100%;
    border: none;
    box-shadow: none;
    margin-right: 1.5625vw;
    border-radius: 2vw !important;
    overflow: hidden;
    margin-bottom: 0;
    display: block; }
    @media (min-width: 768px) {
      .ginner-container.desc-right .gslide-image {
        border-radius: 0.88542vw !important; } }
    @media (min-width: 768px) {
      .ginner-container.desc-right .gslide-image {
        display: flex;
        margin-right: 1.5625vw;
        width: 30%;
        flex: 0 0 30%; } }
    @media (max-width: 768px) {
      .ginner-container.desc-right .gslide-image {
        height: 80vw; } }
    .ginner-container.desc-right .gslide-image img {
      width: 100%;
      height: auto;
      margin-top: 0; }
      @media (max-width: 768px) {
        .ginner-container.desc-right .gslide-image img {
          object-fit: cover;
          width: 100%;
          height: 100%; } }
  .ginner-container.desc-right .gslide-description {
    width: 100%;
    flex: 0 0 100%;
    background: #f8faf7 !important; }
    @media (min-width: 768px) {
      .ginner-container.desc-right .gslide-description {
        width: 70%;
        flex: 0 0 70%; } }
    .ginner-container.desc-right .gslide-description.description-right {
      max-width: 100% !important;
      width: 100% !important; }
      @media (max-width: 768px) {
        .ginner-container.desc-right .gslide-description.description-right {
          max-width: 100% !important;
          width: 100% !important;
          padding: 0;
          padding-right: 6.66667vw;
          padding-bottom: 4vw;
          position: static;
          overflow: visible !important; } }
      .ginner-container.desc-right .gslide-description.description-right .gdesc-inner {
        padding-top: 0;
        position: static !important; }
        @media (max-width: 768px) {
          .ginner-container.desc-right .gslide-description.description-right .gdesc-inner {
            padding: 0; } }

.glightbox-mobile .glightbox-container .gslide-desc p {
  color: #423742; }

.glightbox-mobile .glightbox-container .gslide-desc h3 {
  color: #40a87e;
  margin-top: 2.13333vw; }

#glightbox-slider .gslide-description .gslide-title {
  font-family: quincy-cf, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 6.13333vw;
  color: #40a87e !important; }
  @media (min-width: 768px) {
    #glightbox-slider .gslide-description .gslide-title {
      font-size: 2.34375vw; } }

.goverlay {
  background: #f8faf7;
  opacity: .7; }

.gcontainer .gbtn.gprev, .gcontainer .gbtn.gnext {
  display: none; }

.gcontainer .gbtn.gclose {
  position: absolute;
  top: 1.04167vw;
  right: 1.04167vw;
  background: #40a87e;
  border-radius: 50%;
  width: 3.125vw;
  height: 3.125vw;
  padding: 0;
  opacity: 1; }
  .gcontainer .gbtn.gclose:hover {
    background: #0084a8; }
  .gcontainer .gbtn.gclose svg {
    width: 47%;
    height: auto; }
    .gcontainer .gbtn.gclose svg path {
      fill: #f8faf7; }
  @media (max-width: 768px) {
    .gcontainer .gbtn.gclose {
      top: 2.13333vw;
      right: 2.13333vw;
      width: 8vw;
      height: 8vw; } }

.gcontainer .gslide-media {
  border-radius: 2vw !important;
  overflow: hidden; }
  @media (min-width: 768px) {
    .gcontainer .gslide-media {
      border-radius: 0.88542vw !important; } }

.modal .modal-content {
  -webkit-box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.15); }
  .modal .modal-content .modal-header .btn-close {
    padding: 0;
    line-height: 1;
    width: 2.34375vw;
    height: 2.34375vw;
    border-radius: 50%;
    margin: 0; }

.modal-backdrop {
  background: #f8faf7; }
  .modal-backdrop.show {
    opacity: .7; }

@media (min-width: 768px) {
  .two-col p {
    column-count: 2; } }

.error404 .page-content .search-form-wrap, .search-no-results .page-content .search-form-wrap, .archive .page-content .search-form-wrap {
  border: 1px solid #0084a8;
  border-radius: 2vw !important;
  overflow: hidden;
  padding: 1.46667vw 2.66667vw;
  position: relative; }
  @media (min-width: 768px) {
    .error404 .page-content .search-form-wrap, .search-no-results .page-content .search-form-wrap, .archive .page-content .search-form-wrap {
      border-radius: 0.88542vw !important; } }
  @media (min-width: 768px) {
    .error404 .page-content .search-form-wrap, .search-no-results .page-content .search-form-wrap, .archive .page-content .search-form-wrap {
      padding: 0.57292vw 1.04167vw; } }
  .error404 .page-content .search-form-wrap:before, .search-no-results .page-content .search-form-wrap:before, .archive .page-content .search-form-wrap:before {
    content: '';
    display: block;
    background-color: #e8edf2;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='9.7' stroke='%23433741' stroke-width='3.6'/%3E%3Cline x1='17.2728' y1='17.7272' x2='27.2728' y2='27.7272' stroke='%23433741' stroke-width='3.6'/%3E%3C/svg%3E%0A");
    background-size: 4.53333vw auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 13.33333vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .error404 .page-content .search-form-wrap:before, .search-no-results .page-content .search-form-wrap:before, .archive .page-content .search-form-wrap:before {
        background-size: 1.82292vw auto;
        width: 5.20833vw; } }
  .error404 .page-content .search-form-wrap form.search-form, .search-no-results .page-content .search-form-wrap form.search-form, .archive .page-content .search-form-wrap form.search-form {
    position: relative; }
    .error404 .page-content .search-form-wrap form.search-form label, .search-no-results .page-content .search-form-wrap form.search-form label, .archive .page-content .search-form-wrap form.search-form label {
      display: block;
      padding-left: 14.66667vw;
      padding-right: 14.66667vw; }
      @media (min-width: 768px) {
        .error404 .page-content .search-form-wrap form.search-form label, .search-no-results .page-content .search-form-wrap form.search-form label, .archive .page-content .search-form-wrap form.search-form label {
          padding-left: 5.72917vw;
          padding-right: 5.72917vw; } }
      .error404 .page-content .search-form-wrap form.search-form label input.search-field, .search-no-results .page-content .search-form-wrap form.search-form label input.search-field, .archive .page-content .search-form-wrap form.search-form label input.search-field {
        display: block;
        width: 100%;
        border: none;
        outline: none;
        font-family: "poppins", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 4vw;
        font-weight: 600;
        line-height: 1;
        color: #423742;
        background: #f8faf7; }
        @media (min-width: 768px) {
          .error404 .page-content .search-form-wrap form.search-form label input.search-field, .search-no-results .page-content .search-form-wrap form.search-form label input.search-field, .archive .page-content .search-form-wrap form.search-form label input.search-field {
            font-size: 1.5625vw; } }
        .error404 .page-content .search-form-wrap form.search-form label input.search-field::placeholder, .search-no-results .page-content .search-form-wrap form.search-form label input.search-field::placeholder, .archive .page-content .search-form-wrap form.search-form label input.search-field::placeholder {
          color: #423742; }
    .error404 .page-content .search-form-wrap form.search-form input[type=submit], .search-no-results .page-content .search-form-wrap form.search-form input[type=submit], .archive .page-content .search-form-wrap form.search-form input[type=submit] {
      border-radius: 2vw !important;
      overflow: hidden;
      line-height: 1;
      padding: 1.86667vw 2.26667vw 1.33333vw;
      background: #0084a8;
      border: none;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #f8faf7; }
      @media (min-width: 768px) {
        .error404 .page-content .search-form-wrap form.search-form input[type=submit], .search-no-results .page-content .search-form-wrap form.search-form input[type=submit], .archive .page-content .search-form-wrap form.search-form input[type=submit] {
          border-radius: 0.88542vw !important; } }
      @media (min-width: 768px) {
        .error404 .page-content .search-form-wrap form.search-form input[type=submit], .search-no-results .page-content .search-form-wrap form.search-form input[type=submit], .archive .page-content .search-form-wrap form.search-form input[type=submit] {
          padding: 0.67708vw 0.88542vw 0.41667vw; } }

.error404 .page-content .search-form-wrap, .search-no-results .page-content .search-form-wrap, .archive .page-content .search-form-wrap {
  margin-top: 2.60417vw; }
  @media (min-width: 768px) {
    .error404 .page-content .search-form-wrap, .search-no-results .page-content .search-form-wrap, .archive .page-content .search-form-wrap {
      max-width: 66.6666%; } }

@media (min-width: 768px) {
  .archive .page-header header {
    max-width: 75%; } }

.slide-in {
  opacity: 0;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease; }
  .slide-in.animate {
    opacity: 1;
    transform: translate(0, 0); }
  .slide-in-left {
    transform: translateX(-5.20833vw); }
  .slide-in-right {
    transform: translateX(5.20833vw); }
  .slide-in-up {
    transform: translateY(5.20833vw); }

.grecaptcha-badge {
  visibility: hidden; }

.navigation.posts-navigation {
  border-top: 0.26042vw solid #deeade;
  padding-top: 2.60417vw; }

.posts-navigation a, .posts-navigation a:visited {
  text-decoration: none;
  background: #0084a8;
  border-radius: 2vw !important;
  overflow: hidden;
  line-height: 1;
  padding: 1.86667vw 2.26667vw 1.33333vw;
  font-family: "poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4vw;
  color: #f8faf7;
  display: inline-block; }
  @media (min-width: 768px) {
    .posts-navigation a, .posts-navigation a:visited {
      border-radius: 0.88542vw !important; } }
  @media (min-width: 768px) {
    .posts-navigation a, .posts-navigation a:visited {
      padding: 0.67708vw 0.88542vw 0.41667vw; } }
  @media (min-width: 768px) {
    .posts-navigation a, .posts-navigation a:visited {
      font-size: 0.9375vw; } }
  .posts-navigation a:hover, .posts-navigation a:visited:hover {
    background: #40a87e; }

.glightbox-vertical-video .gslide-video {
  width: 80vw !important; }
  @media (min-width: 768px) {
    .glightbox-vertical-video .gslide-video {
      width: 28.64583vw !important; } }
  @media (max-width: 768px) {
    .glightbox-vertical-video .gslide-video {
      left: 50%;
      transform: translateX(-50%) !important; } }

.glightbox-vertical-video .plyr__video-embed, .glightbox-vertical-video .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 9/16 !important; }

.glightbox-vertical-video .plyr__video-embed__container {
  transform: translateY(-13%) !important; }

.glightbox-mobile .goverlay {
  background: #f8faf7 !important;
  opacity: 0.7 !important; }

.plyr__control--overlaid, .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #0084a8; }

.plyr--full-ui input[type=range] {
  color: #0084a8; }

@media (max-width: 768px) {
  .plyr--full-ui.plyr--video .plyr__control--overlaid[data-plyr="play"] {
    display: none;
    pointer-events: none; } }

body:not(.home) header#masthead {
  background: #0084a8;
  filter: none; }
  body:not(.home) header#masthead .menu-toggle svg path {
    stroke: #f8faf7 !important; }
  body:not(.home) header#masthead #site-navigation.toggled .menu-main-menu-container {
    background: #e8edf2; }
    body:not(.home) header#masthead #site-navigation.toggled .menu-main-menu-container #primary-menu li:not(.sub-menu) a, body:not(.home) header#masthead #site-navigation.toggled .menu-main-menu-container #primary-menu li:not(.sub-menu) a:visited {
      color: #423742; }
    body:not(.home) header#masthead #site-navigation.toggled .menu-main-menu-container #primary-menu li {
      border-bottom-color: #0084a8; }
    body:not(.home) header#masthead #site-navigation.toggled .menu-main-menu-container #menu-top-quick-nav li a {
      color: #423742; }
    body:not(.home) header#masthead #site-navigation.toggled .menu-main-menu-container #menu-top-quick-nav li.btn {
      background: #e8edf2; }
  @media (min-width: 768px) {
    body:not(.home) header#masthead .menu-main-menu-container #primary-menu li.current-menu-parent:after, body:not(.home) header#masthead .menu-main-menu-container #primary-menu li.current-menu-item:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 0.78125vw solid transparent;
      border-right: 0.78125vw solid transparent;
      border-bottom: 0.78125vw solid #f8faf7;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); } }
  @media (min-width: 768px) {
    body:not(.home) header#masthead .menu-main-menu-container #primary-menu li.current-menu-parent ul li:after, body:not(.home) header#masthead .menu-main-menu-container #primary-menu li.current-menu-item ul li:after {
      content: none; } }
  body:not(.home) header#masthead .menu-main-menu-container #primary-menu li .menu-content * {
    color: #423742; }
  body:not(.home) header#masthead .menu-main-menu-container #primary-menu li .menu-content .rounded-corners {
    height: 100%; }
    body:not(.home) header#masthead .menu-main-menu-container #primary-menu li .menu-content .rounded-corners img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  body:not(.home) header#masthead .menu-main-menu-container #primary-menu li .menu-content .btn.wire {
    border-color: #423742; }
    body:not(.home) header#masthead .menu-main-menu-container #primary-menu li .menu-content .btn.wire:hover {
      background: #40a87e;
      color: #f8faf7;
      border-color: #40a87e; }
  body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu):hover:after {
    border-bottom-color: #e8edf2; }
  body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) a, body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) a:visited {
    color: #f8faf7; }
    body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) a:hover, body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) a:visited:hover {
      color: #40a87e; }
      body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) a:hover ul.sub-menu, body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) a:visited:hover ul.sub-menu {
        left: 0;
        right: 0;
        position: fixed;
        top: 8.33333vw; }
  body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) .sub-menu {
    background: #e8edf2; }
    body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) .sub-menu li a, body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) .sub-menu li a:visited {
      color: #423742; }
      body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) .sub-menu li a:hover, body:not(.home) header#masthead .menu-main-menu-container #primary-menu li:not(.sub-menu) .sub-menu li a:visited:hover {
        color: #0084a8; }
  body:not(.home) header#masthead .top-quick-nav .search svg circle, body:not(.home) header#masthead .top-quick-nav .search svg line {
    stroke: #f8faf7; }
  body:not(.home) header#masthead .top-quick-nav ul li a {
    color: #f8faf7; }
    body:not(.home) header#masthead .top-quick-nav ul li a:hover {
      color: #40a87e; }

header#masthead {
  background: #f8faf7;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 5.33333vw;
  padding-top: 5.33333vw !important;
  padding-bottom: 0 !important;
  filter: drop-shadow(0px 9px 15px rgba(0, 0, 0, 0.1)); }
  @media (min-width: 768px) {
    header#masthead {
      padding: 3.90625vw; } }
  @media (min-width: 992px) {
    header#masthead {
      padding: 5.72917vw; } }
  @media (min-width: 1320px) {
    header#masthead {
      padding: 5.20833vw; } }
  @media (min-width: 768px) {
    header#masthead {
      padding-top: 2.08333vw !important; } }
  @media screen and (min-width: 37.5em) {
    header#masthead .main-navigation ul {
      display: none; } }
  @media (min-width: 768px) {
    header#masthead .main-navigation ul {
      display: flex; } }
  header#masthead .global-search {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateX(100%);
    border-radius: 2vw !important;
    overflow: hidden;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    z-index: 5;
    padding: 2vw 13.33333vw 2vw 4vw;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease; }
    @media (min-width: 768px) {
      header#masthead .global-search {
        border-radius: 0.88542vw !important; } }
    @media (min-width: 768px) {
      header#masthead .global-search {
        padding: 0.78125vw 5.20833vw 0.78125vw 1.5625vw;
        top: 0; } }
    header#masthead .global-search.visible {
      transform: translateX(0); }
    @media (min-width: 768px) {
      header#masthead .global-search {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important; } }
    header#masthead .global-search .close-search {
      background: none;
      padding: 0;
      outline: none;
      border: none;
      position: absolute;
      right: 6.66667vw;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        header#masthead .global-search .close-search {
          right: 2.60417vw; } }
      header#masthead .global-search .close-search .icon {
        color: #f8faf7; }
    header#masthead .global-search input[type=search] {
      background: #40a87e;
      outline: none;
      width: 53.33333vw;
      color: #f8faf7;
      border: none;
      outline: none; }
      @media (min-width: 768px) {
        header#masthead .global-search input[type=search] {
          width: 31.25vw; } }
      header#masthead .global-search input[type=search]::placeholder {
        color: #f8faf7;
        font-family: "poppins", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2.8vw;
        line-height: 1; }
        @media (min-width: 768px) {
          header#masthead .global-search input[type=search]::placeholder {
            font-size: 1.09375vw; } }
    header#masthead .global-search input[type=submit] {
      border-radius: 2vw !important;
      overflow: hidden;
      line-height: 1;
      padding: 1.86667vw 2.26667vw 1.33333vw;
      background: #40a87e;
      color: #f8faf7;
      border-color: #f8faf7; }
      @media (min-width: 768px) {
        header#masthead .global-search input[type=submit] {
          border-radius: 0.88542vw !important; } }
      @media (min-width: 768px) {
        header#masthead .global-search input[type=submit] {
          padding: 0.67708vw 0.88542vw 0.41667vw; } }
  header#masthead .menu-main-menu-container ul:not(.sub-menu) {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    header#masthead .menu-main-menu-container ul:not(.sub-menu) li {
      margin-left: 4.16667vw; }
      @media (max-width: 768px) {
        header#masthead .menu-main-menu-container ul:not(.sub-menu) li:hover .sub-menu {
          position: static !important; } }
      header#masthead .menu-main-menu-container ul:not(.sub-menu) li .menu-content {
        position: fixed;
        top: 8.33333vw;
        left: 33.3333%;
        z-index: 999;
        opacity: 0;
        pointer-events: none; }
        header#masthead .menu-main-menu-container ul:not(.sub-menu) li .menu-content * {
          color: #f8faf7; }
        header#masthead .menu-main-menu-container ul:not(.sub-menu) li .menu-content .btn:hover {
          background-color: #423742;
          border-color: #423742; }
      header#masthead .menu-main-menu-container ul:not(.sub-menu) li:hover .menu-content {
        opacity: 1;
        pointer-events: all; }
      @media (min-width: 768px) {
        header#masthead .menu-main-menu-container ul:not(.sub-menu) li:hover:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 0.78125vw solid transparent;
          border-right: 0.78125vw solid transparent;
          border-bottom: 0.78125vw solid #40a87e;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); } }
      header#masthead .menu-main-menu-container ul:not(.sub-menu) li:hover ul.sub-menu {
        left: 0;
        right: 0;
        position: fixed;
        top: 8.33333vw;
        z-index: 998; }
        header#masthead .menu-main-menu-container ul:not(.sub-menu) li:hover ul.sub-menu li a {
          width: inherit; }
      header#masthead .menu-main-menu-container ul:not(.sub-menu) li:first-of-type {
        margin-left: 0; }
      header#masthead .menu-main-menu-container ul:not(.sub-menu) li a, header#masthead .menu-main-menu-container ul:not(.sub-menu) li a:visited {
        padding-bottom: 4.53333vw;
        font-size: 4.26667vw;
        font-weight: 700;
        color: #f8faf7;
        line-height: 1; }
        @media (min-width: 768px) {
          header#masthead .menu-main-menu-container ul:not(.sub-menu) li a, header#masthead .menu-main-menu-container ul:not(.sub-menu) li a:visited {
            padding-bottom: 2.08333vw;
            font-size: 1.35417vw;
            color: #423742; } }
        header#masthead .menu-main-menu-container ul:not(.sub-menu) li a:hover, header#masthead .menu-main-menu-container ul:not(.sub-menu) li a:visited:hover {
          color: #40a87e; }
  header#masthead .menu-main-menu-container ul.sub-menu {
    background: #40a87e;
    width: 100vw;
    float: none;
    padding: 5.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 28.64583vw; }
    @media (min-width: 768px) {
      header#masthead .menu-main-menu-container ul.sub-menu {
        padding: 3.90625vw; } }
    @media (min-width: 992px) {
      header#masthead .menu-main-menu-container ul.sub-menu {
        padding: 5.72917vw; } }
    @media (min-width: 1320px) {
      header#masthead .menu-main-menu-container ul.sub-menu {
        padding: 5.20833vw; } }
    header#masthead .menu-main-menu-container ul.sub-menu li {
      margin: 0; }
      header#masthead .menu-main-menu-container ul.sub-menu li a, header#masthead .menu-main-menu-container ul.sub-menu li a:visited {
        color: #f8faf7; }
        header#masthead .menu-main-menu-container ul.sub-menu li a:hover, header#masthead .menu-main-menu-container ul.sub-menu li a:visited:hover {
          color: #423742; }
  @media screen and (min-width: 37.5em) {
    header#masthead #site-navigation .menu-toggle .menu-toggle {
      display: block; } }
  @media (max-width: 768px) {
    header#masthead #site-navigation .menu-toggle {
      display: block;
      position: absolute;
      top: 5.33333vw;
      right: 1.33333vw;
      appearance: none;
      background: none;
      border: none; }
      header#masthead #site-navigation .menu-toggle svg {
        width: 5.33333vw;
        height: auto; } }
    @media (max-width: 768px) and (min-width: 768px) {
      header#masthead #site-navigation .menu-toggle svg {
        width: 1.5625vw; } }
  @media (max-width: 768px) {
        header#masthead #site-navigation .menu-toggle svg path {
          stroke: #40a87e; }
    header#masthead #site-navigation.toggled ul {
      display: block; }
    header#masthead #site-navigation.toggled .menu-main-menu-container {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: #40a87e;
      padding: 4vw; }
    header#masthead #site-navigation.toggled ul#primary-menu .menu-content {
      display: none !important; }
    header#masthead #site-navigation.toggled ul#primary-menu li {
      margin: 0 !important;
      border-bottom: 1px solid #f8faf7;
      margin-bottom: 4vw !important; }
      header#masthead #site-navigation.toggled ul#primary-menu li a {
        padding-bottom: 4vw !important; }
      header#masthead #site-navigation.toggled ul#primary-menu li ul.sub-menu {
        display: block;
        padding: 0;
        box-shadow: none;
        min-height: inherit; }
        header#masthead #site-navigation.toggled ul#primary-menu li ul.sub-menu li {
          border: none;
          padding: 0;
          margin-bottom: 0 !important;
          position: relative;
          z-index: 999999; }
          header#masthead #site-navigation.toggled ul#primary-menu li ul.sub-menu li a {
            padding: 0.26042vw 0;
            font-weight: 400;
            position: relative;
            z-index: 99999;
            display: block;
            width: 100%; }
      header#masthead #site-navigation.toggled ul#primary-menu li.focus ul.sub-menu {
        position: relative;
        z-index: 999999;
        top: 0; }
    header#masthead #site-navigation.toggled ul#menu-top-quick-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2.13333vw 0 4vw; }
      header#masthead #site-navigation.toggled ul#menu-top-quick-nav li a {
        text-transform: uppercase;
        font-size: 3.2vw !important;
        padding: 1.33333vw; } }
  header#masthead .top-quick-nav {
    position: absolute;
    right: 5.20833vw;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    header#masthead .top-quick-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-right: 1.5625vw; }
      header#masthead .top-quick-nav ul li {
        padding: 0.52083vw 1.04167vw 0.26042vw; }
        header#masthead .top-quick-nav ul li a {
          text-transform: uppercase;
          font-size: 0.9375vw;
          font-weight: 700;
          color: #423742;
          text-decoration: none;
          line-height: 0.88542vw; }
          header#masthead .top-quick-nav ul li a:hover {
            color: #40a87e; }
        header#masthead .top-quick-nav ul li.btn {
          border-top-left-radius: 0 !important;
          border-top-right-radius: 0 !important;
          padding: 1.33333vw 1.33333vw 0.66667vw;
          margin-left: 1.33333vw; }
          @media (min-width: 992px) {
            header#masthead .top-quick-nav ul li.btn {
              padding: 0.88542vw 1.04167vw 0.26042vw;
              margin-left: 0.52083vw; } }
          @media (min-width: 1320px) {
            header#masthead .top-quick-nav ul li.btn {
              padding: 0.67708vw 1.04167vw 0.26042vw; } }
          @media (min-width: 1600px) {
            header#masthead .top-quick-nav ul li.btn {
              padding: 0.52083vw 1.04167vw 0.26042vw; } }
          header#masthead .top-quick-nav ul li.btn a {
            color: #f8faf7;
            position: relative;
            bottom: -0.15625vw; }
    header#masthead .top-quick-nav .search {
      padding-top: 1.06667vw; }
      header#masthead .top-quick-nav .search:hover {
        cursor: pointer; }
      @media (min-width: 768px) {
        header#masthead .top-quick-nav .search {
          padding-top: 0.36458vw; } }
      @media (max-width: 768px) {
        header#masthead .top-quick-nav .search {
          position: absolute;
          right: 7.8125vw;
          top: 5.33854vw; } }
      @media (max-width: 576px) {
        header#masthead .top-quick-nav .search {
          position: absolute;
          right: 10.13333vw;
          top: 6.66667vw; } }
      header#masthead .top-quick-nav .search svg {
        width: 5.33333vw;
        height: auto; }
        @media (min-width: 576px) {
          header#masthead .top-quick-nav .search svg {
            width: 4.8vw; } }
        @media (min-width: 768px) {
          header#masthead .top-quick-nav .search svg {
            width: 1.5625vw; } }
  header#masthead .site-branding {
    padding-bottom: 2.08333vw; }
    header#masthead .site-branding a svg {
      height: 10.66667vw;
      width: auto; }
      @media (min-width: 768px) {
        header#masthead .site-branding a svg {
          height: 4.16667vw; } }

main section {
  padding: calc(18px + (100 - 18) * (100vw - 400px) / (1440 - 400)) 0; }
  @media (min-width: 1320px) {
    main section {
      padding: 100px 0; } }
  main section.map .sidebar {
    position: relative; }
    main section.map .sidebar .sidebar-content {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1; }
    main section.map .sidebar .sidebar-main-header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding-top: 1.6vw;
      padding-bottom: 1.6vw;
      line-height: 1; }
      @media (min-width: 768px) {
        main section.map .sidebar .sidebar-main-header {
          padding-top: 0.625vw;
          padding-bottom: 0.625vw; } }
      main section.map .sidebar .sidebar-main-header h3 {
        line-height: 1;
        position: relative;
        top: 0.15625vw; }
      main section.map .sidebar .sidebar-main-header button.dropdown {
        border-radius: 2vw !important;
        overflow: hidden;
        background: #FFF;
        padding: 1.6vw 2.4vw;
        border: none; }
        @media (min-width: 768px) {
          main section.map .sidebar .sidebar-main-header button.dropdown {
            border-radius: 0.88542vw !important; } }
        @media (min-width: 768px) {
          main section.map .sidebar .sidebar-main-header button.dropdown {
            padding: 0.625vw 0.9375vw; } }
  main section.map .countries {
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: none; }
    main section.map .countries.show {
      pointer-events: all;
      display: block; }
    main section.map .countries .country {
      position: absolute;
      width: 90vw;
      max-height: 90vh;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 2vw !important;
      overflow: hidden;
      background: #f8faf7;
      display: none;
      border: 1px solid #423742; }
      @media (min-width: 768px) {
        main section.map .countries .country {
          border-radius: 0.88542vw !important; } }
      @media (min-width: 768px) {
        main section.map .countries .country {
          width: 78.125vw;
          max-height: 70vh; } }
      main section.map .countries .country.active {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        @media (max-width: 768px) {
          main section.map .countries .country.active {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
      main section.map .countries .country .close-map-country {
        position: absolute;
        top: 0.78125vw;
        right: 0.52083vw;
        z-index: 9999;
        background: none;
        border: none;
        outline: none; }
        @media (max-width: 768px) {
          main section.map .countries .country .close-map-country {
            position: fixed;
            top: 2.13333vw;
            right: 2.13333vw; } }
      main section.map .countries .country .stories {
        order: 1;
        padding: 2.66667vw;
        overflow-y: scroll; }
        @media (min-width: 768px) {
          main section.map .countries .country .stories {
            padding: 1.95312vw; } }
        @media (min-width: 992px) {
          main section.map .countries .country .stories {
            padding: 2.86458vw; } }
        @media (min-width: 1320px) {
          main section.map .countries .country .stories {
            padding: 2.60417vw; } }
        @media (min-width: 768px) {
          main section.map .countries .country .stories {
            order: 2;
            width: 80%; } }
        main section.map .countries .country .stories .rounded-corners {
          height: 40vw; }
          @media (min-width: 768px) {
            main section.map .countries .country .stories .rounded-corners {
              height: 18.22917vw; } }
          main section.map .countries .country .stories .rounded-corners img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        main section.map .countries .country .stories .story-header {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          @media (min-width: 768px) {
            main section.map .countries .country .stories .story-header h3 {
              margin-top: auto; } }
          @media (min-width: 768px) {
            main section.map .countries .country .stories .story-header p {
              margin-bottom: 0; } }
      main section.map .countries .country .stories-thumbs {
        order: 2;
        background: #e8edf2;
        padding: 2.66667vw; }
        @media (min-width: 768px) {
          main section.map .countries .country .stories-thumbs {
            padding: 1.95312vw; } }
        @media (min-width: 992px) {
          main section.map .countries .country .stories-thumbs {
            padding: 2.86458vw; } }
        @media (min-width: 1320px) {
          main section.map .countries .country .stories-thumbs {
            padding: 2.60417vw; } }
        @media (min-width: 768px) {
          main section.map .countries .country .stories-thumbs {
            order: 1;
            width: 20%; } }
        main section.map .countries .country .stories-thumbs .rounded-corners {
          height: 16vw;
          cursor: pointer; }
          @media (min-width: 768px) {
            main section.map .countries .country .stories-thumbs .rounded-corners {
              height: 6.25vw; } }
          main section.map .countries .country .stories-thumbs .rounded-corners img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        main section.map .countries .country .stories-thumbs .slick-track {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: flex-start;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          width: 100% !important; }
          @media (min-width: 768px) {
            main section.map .countries .country .stories-thumbs .slick-track {
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column; } }
          main section.map .countries .country .stories-thumbs .slick-track .slick-slide {
            width: 26.66667vw !important;
            margin-right: 2.66667vw; }
            @media (min-width: 768px) {
              main section.map .countries .country .stories-thumbs .slick-track .slick-slide {
                width: 10.41667vw !important;
                margin-right: 0; } }
            main section.map .countries .country .stories-thumbs .slick-track .slick-slide img {
              width: 26.66667vw !important;
              height: auto; }
              @media (min-width: 768px) {
                main section.map .countries .country .stories-thumbs .slick-track .slick-slide img {
                  width: 10.41667vw !important; } }
  main section.map .country-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    main section.map .country-list li {
      margin-bottom: 0.78125vw; }
      main section.map .country-list li:last-of-type {
        margin: 0; }
      main section.map .country-list li:hover {
        color: #0084a8;
        cursor: pointer; }
  main section.map .map-svg {
    position: relative; }
    main section.map .map-svg .story-count {
      position: absolute;
      width: 5.06667vw;
      height: 8vw;
      font-family: "poppins", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 3.06667vw;
      line-height: 1.7;
      line-height: 6vw;
      pointer-events: none;
      transform: translate(-50%, -50%);
      text-align: center;
      background-image: url("data:image/svg+xml,%3Csvg id='uuid-2d404776-1393-403e-8017-301b0cdebe77' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='.35in' height='.42in' viewBox='0 0 25.08 30.04'%3E%3Cdefs%3E%3Cstyle%3E .uuid-d984c39e-7b16-4841-bebe-0f3d261293b2 %7B fill: %23433742; %7D .uuid-e8169b3b-0cc6-4273-a30c-d085744296f2 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='uuid-e8169b3b-0cc6-4273-a30c-d085744296f2' d='M12.54.5c-6.65,0-12.04,5.39-12.04,12.04,0,3.68,1.75,6.63,4.25,9.18l7.28,7.64c.11.11.26.17.41.18h.21c.15,0,.29-.07.41-.18l7.28-7.64c2.5-2.54,4.25-5.5,4.25-9.18,0-6.65-5.4-12.04-12.04-12.04'/%3E%3Cpath class='uuid-d984c39e-7b16-4841-bebe-0f3d261293b2' d='M12.44,30.04c-.3-.01-.56-.13-.76-.32l-7.29-7.66C1.44,19.06,0,15.95,0,12.54,0,5.63,5.63,0,12.54,0v1c-6.36,0-11.54,5.18-11.54,11.54,0,3.13,1.35,6.02,4.11,8.82l7.28,7.65.25.02,7.32-7.67c2.77-2.81,4.11-5.7,4.12-8.83,0-6.36-5.18-11.54-11.54-11.54V0c6.91,0,12.54,5.63,12.54,12.54,0,3.41-1.44,6.52-4.4,9.53l-7.27,7.64c-.21.21-.47.32-.75.33h-.23Z'/%3E%3C/svg%3E");
      background-size: 100% auto;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        main section.map .map-svg .story-count {
          font-size: 1.19792vw; } }
      @media (min-width: 1320px) {
        main section.map .map-svg .story-count {
          font-size: 1.04167vw; } }
      @media (min-width: 768px) {
        main section.map .map-svg .story-count {
          width: 1.97917vw;
          height: 3.125vw;
          line-height: 2.34375vw; } }
      main section.map .map-svg .story-count.north-america {
        top: 17.70833vw;
        left: 17.96875vw; }
      main section.map .map-svg .story-count.south-america {
        top: 36.45833vw;
        left: 29.16667vw; }
      main section.map .map-svg .story-count.africa {
        top: 27.60417vw;
        left: 47.91667vw; }
      main section.map .map-svg .story-count.australia {
        right: 6.66667vw;
        bottom: 4vw; }
        @media (min-width: 768px) {
          main section.map .map-svg .story-count.australia {
            right: 10.41667vw;
            bottom: 8.85417vw; } }
      main section.map .map-svg .story-count.europe {
        left: 46.875vw;
        top: 15.625vw; }
      main section.map .map-svg .story-count.asia {
        right: 23.4375vw;
        top: 13.54167vw; }
    main section.map .map-svg svg {
      width: 100%;
      height: auto; }
      main section.map .map-svg svg g {
        position: relative; }
        main section.map .map-svg svg g.has-students path {
          fill: #deeade;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        main section.map .map-svg svg g.has-students .story-count {
          position: absolute;
          left: 50%;
          top: 50%;
          background: #f8faf7;
          width: 2.08333vw;
          height: 2.08333vw;
          border-radius: 50%; }
        main section.map .map-svg svg g.has-students:hover {
          cursor: pointer; }
          main section.map .map-svg svg g.has-students:hover path {
            fill: #0084a8; }
  main section.headshot_gallery #pills-tab {
    margin-left: 0; }
  main section.headshot_gallery a {
    text-decoration: none;
    color: #423742; }
    main section.headshot_gallery a:hover {
      color: #0084a8;
      text-decoration: none; }
      main section.headshot_gallery a:hover .rounded-corners {
        transform: scale(1.03); }
  main section.headshot_gallery .rounded-corners {
    position: relative;
    height: 49.33333vw;
    transform: scale(1);
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }
    @media (min-width: 768px) {
      main section.headshot_gallery .rounded-corners {
        height: 19.27083vw; } }
    main section.headshot_gallery .rounded-corners img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    main section.headshot_gallery .rounded-corners svg {
      width: 8vw;
      height: auto;
      position: absolute;
      right: 3.2vw;
      bottom: 3.2vw;
      z-index: 1; }
      @media (min-width: 768px) {
        main section.headshot_gallery .rounded-corners svg {
          right: 1.30208vw;
          bottom: 1.30208vw;
          width: 2.34375vw; } }
  main section:not(.highlight_text) .hebrew-text {
    font-size: 100%; }
  main section.tab_content .accordion-items .accordion-wrap .accordion-inner {
    border-bottom: 1px solid #0084a8;
    margin-bottom: 0.52083vw;
    margin-top: 1.45833vw; }
    main section.tab_content .accordion-items .accordion-wrap .accordion-inner button {
      appearance: none;
      background: none;
      border: none;
      padding: 0;
      display: block;
      width: 100%;
      text-align: left; }
      main section.tab_content .accordion-items .accordion-wrap .accordion-inner button .accordion-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
      main section.tab_content .accordion-items .accordion-wrap .accordion-inner button .accordion-icon.open svg rect.vertical {
        display: none; }
  main section.tab_content .accordion-items .h3 {
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8vw; }
    @media (min-width: 768px) {
      main section.tab_content .accordion-items .h3 {
        font-size: 1.09375vw; } }
  main section.tab_content aside {
    position: sticky;
    top: 13.02083vw; }
    main section.tab_content aside a, main section.tab_content aside a:visited {
      color: inherit; }
      main section.tab_content aside a:hover, main section.tab_content aside a:visited:hover {
        color: #0084a8; }
  main section.tab_content.sidebar .sidebar ul {
    margin: 0; }
    main section.tab_content.sidebar .sidebar ul li {
      text-align: left;
      margin-bottom: 0.52083vw; }
      main section.tab_content.sidebar .sidebar ul li button {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        font-family: "poppins", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 3.06667vw;
        line-height: 1.7;
        text-decoration: none;
        font-weight: 600;
        color: inherit;
        background: none;
        outline: none;
        padding: 0;
        border: none; }
        @media (min-width: 768px) {
          main section.tab_content.sidebar .sidebar ul li button {
            font-size: 1.19792vw; } }
        @media (min-width: 1320px) {
          main section.tab_content.sidebar .sidebar ul li button {
            font-size: 1.04167vw; } }
        main section.tab_content.sidebar .sidebar ul li button:hover, main section.tab_content.sidebar .sidebar ul li button.active {
          color: #0084a8; }
  main section.tab_content.sidebar aside .nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  main section.tab_content.sidebar aside .nav-item {
    display: block; }
    main section.tab_content.sidebar aside .nav-item button {
      display: block; }
  main section.tab_content.sidebar .tab-content h2 {
    font-family: quincy-cf, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 8.26667vw;
    color: #0084a8;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      main section.tab_content.sidebar .tab-content h2 {
        font-size: 3.28125vw; } }
  main section.tab_content.sidebar .tab-content h3 {
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8vw;
    margin-bottom: 0.78125vw; }
    @media (min-width: 768px) {
      main section.tab_content.sidebar .tab-content h3 {
        font-size: 1.09375vw; } }
  main section.tab_content.sidebar .tab-content ul {
    margin: 0;
    padding: 0 0 0 1.30208vw;
    margin-bottom: 1.04167vw; }
    main section.tab_content.sidebar .tab-content ul li {
      font-family: "poppins", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 3.06667vw;
      line-height: 1.7; }
      @media (min-width: 768px) {
        main section.tab_content.sidebar .tab-content ul li {
          font-size: 1.19792vw; } }
      @media (min-width: 1320px) {
        main section.tab_content.sidebar .tab-content ul li {
          font-size: 1.04167vw; } }
      main section.tab_content.sidebar .tab-content ul li ul {
        margin-bottom: 0; }
  main section.tab_content.default .nav li {
    margin: 0 0.52083vw !important; }
    main section.tab_content.default .nav li .btn {
      border-radius: 0 !important;
      border-color: #f8faf7;
      color: #f8faf7;
      padding-left: 3.125vw !important;
      padding-right: 3.125vw !important; }
      main section.tab_content.default .nav li .btn.active, main section.tab_content.default .nav li .btn:hover {
        background: #f8faf7 !important;
        color: #0084a8 !important;
        border: 1px solid #f8faf7; }
  main section.page-header + .sidebar_left_text_right,
  main section.page-header + .single_column_text:not(.has-bg-color),
  main section.page-header + .blog_posts,
  main section.page-header + .headshot_gallery:not(.is-tabbed) {
    padding-top: 0 !important; }
  @media (max-width: 768px) {
    main section.page-header .blockpadding {
      padding-top: 0;
      padding-bottom: 8vw !important; } }
  main section.page-header .page-header-wrap {
    position: relative; }
    main section.page-header .page-header-wrap h1 {
      margin-top: 4vw; }
      @media (min-width: 768px) {
        main section.page-header .page-header-wrap h1 {
          margin-top: 0;
          position: absolute;
          bottom: -1.30208vw;
          left: 0;
          border-top-right-radius: 0.88542vw;
          background: #f8faf7;
          padding-top: 0.625vw;
          padding-right: 1.5625vw;
          display: inline-block;
          margin: 0;
          line-height: 1;
          z-index: 2; } }
    main section.page-header .page-header-wrap svg {
      width: 8vw;
      height: auto;
      position: absolute;
      right: 3.2vw;
      bottom: 3.2vw;
      z-index: 3; }
      @media (min-width: 768px) {
        main section.page-header .page-header-wrap svg {
          right: 1.30208vw;
          bottom: 1.30208vw;
          width: 2.34375vw; } }
    main section.page-header .page-header-wrap img {
      z-index: 1;
      position: relative;
      pointer-events: none; }
    main section.page-header .page-header-wrap .rounded-corners {
      max-height: 106.66667vw; }
      @media (min-width: 768px) {
        main section.page-header .page-header-wrap .rounded-corners {
          max-height: 40.625vw;
          height: 40.625vw; } }
      main section.page-header .page-header-wrap .rounded-corners img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center; }
    main section.page-header .page-header-wrap iframe {
      width: 100%;
      border-radius: 2vw !important;
      overflow: hidden; }
      @media (min-width: 768px) {
        main section.page-header .page-header-wrap iframe {
          border-radius: 0.88542vw !important; } }
  main section.page-header.no-img .page-header-wrap h1 {
    position: static;
    border-radius: 0; }
  main section.page-header.no-img + .sidebar_left_text_right {
    padding-top: 0; }
  main section.page-header .landing-page-subnav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    main section.page-header .landing-page-subnav ul li {
      margin-bottom: 0.66667vw;
      position: relative; }
      @media (min-width: 768px) {
        main section.page-header .landing-page-subnav ul li {
          margin-bottom: 0.26042vw; } }
      main section.page-header .landing-page-subnav ul li:hover {
        color: #f8faf7; }
      main section.page-header .landing-page-subnav ul li:after {
        content: '>';
        position: absolute;
        right: 2.66667vw;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; }
        @media (min-width: 768px) {
          main section.page-header .landing-page-subnav ul li:after {
            right: 1.04167vw; } }
      main section.page-header .landing-page-subnav ul li a {
        display: block;
        background: #deeade;
        color: #423742;
        padding: 3.2vw 2.66667vw 2.66667vw;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
        main section.page-header .landing-page-subnav ul li a:hover {
          background: #40a87e;
          color: #f8faf7; }
        @media (min-width: 768px) {
          main section.page-header .landing-page-subnav ul li a {
            padding: 1.25vw 1.04167vw 1.04167vw; } }
  main section.sidebar_left_text_right + .headshot_gallery {
    padding-top: 0 !important; }
  main section.sidebar_left_text_right h2 {
    font-family: quincy-cf, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 8.26667vw;
    color: #0084a8;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      main section.sidebar_left_text_right h2 {
        font-size: 3.28125vw; } }
  main section.sidebar_left_text_right h3 {
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8vw;
    margin-bottom: 0.78125vw; }
    @media (min-width: 768px) {
      main section.sidebar_left_text_right h3 {
        font-size: 1.09375vw; } }
  main section.sidebar_left_text_right ul {
    margin: 0;
    padding: 0 0 0 1.30208vw;
    margin-bottom: 1.04167vw; }
    main section.sidebar_left_text_right ul li {
      font-family: "poppins", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 3.06667vw;
      line-height: 1.7; }
      @media (min-width: 768px) {
        main section.sidebar_left_text_right ul li {
          font-size: 1.19792vw; } }
      @media (min-width: 1320px) {
        main section.sidebar_left_text_right ul li {
          font-size: 1.04167vw; } }
      main section.sidebar_left_text_right ul li ul {
        margin-bottom: 0; }
  main section.sidebar_left_text_right ol {
    margin: 0;
    padding: 0 0 0 1.30208vw;
    margin-bottom: 1.04167vw; }
    main section.sidebar_left_text_right ol li {
      font-family: "poppins", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 3.06667vw;
      line-height: 1.7; }
      @media (min-width: 768px) {
        main section.sidebar_left_text_right ol li {
          font-size: 1.19792vw; } }
      @media (min-width: 1320px) {
        main section.sidebar_left_text_right ol li {
          font-size: 1.04167vw; } }
      main section.sidebar_left_text_right ol li ul {
        margin-bottom: 0; }
  main section.sidebar_left_text_right .right .main-header {
    margin-top: -1.04167vw; }
  main section.sidebar_left_text_right .right img {
    max-width: inherit;
    width: auto; }
  main section.sidebar_left_text_right .left .sidebar {
    position: sticky;
    top: 10.41667vw; }
  main section.single_column_text .content h2 {
    font-family: quincy-cf, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 6.13333vw;
    margin-bottom: 0.78125vw; }
    @media (min-width: 768px) {
      main section.single_column_text .content h2 {
        font-size: 2.34375vw; } }
  main section.single_column_text .content h3 {
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8vw;
    margin-bottom: 0.78125vw; }
    @media (min-width: 768px) {
      main section.single_column_text .content h3 {
        font-size: 1.09375vw; } }
  main section.single_column_text .content p + h3, main section.single_column_text .content p + h2 {
    margin-top: 2.34375vw; }
  main section.single_column_text .content p a:not(.btn), main section.single_column_text .content p a:not(.btn):visited {
    color: inherit; }
  main section.sidebar_left_text_right + .highlight_content.bg-white {
    padding-top: 0; }
  main section#home-carousel:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 66.66667vw;
    z-index: -1;
    background: #0084a8; }
    @media (min-width: 768px) {
      main section#home-carousel:before {
        height: 49.47917vw; } }
  main section#home-carousel .slick-slide {
    position: relative; }
    @media (min-width: 768px) {
      main section#home-carousel .slick-slide:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 70%;
        background: #000000;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
        opacity: .95;
        z-index: 2;
        height: 100%; } }
  main section#home-carousel .hero-img-wrap {
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      main section#home-carousel .hero-img-wrap {
        border-radius: 2vw !important;
        overflow: hidden;
        height: 60vw; } }
  @media (max-width: 768px) and (min-width: 768px) {
    main section#home-carousel .hero-img-wrap {
      border-radius: 0.88542vw !important; } }
    @media (max-width: 768px) {
        main section#home-carousel .hero-img-wrap img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          object-position: center; } }
  main section#home-carousel .carousel-text {
    position: static; }
    @media (min-width: 768px) {
      main section#home-carousel .carousel-text {
        width: 40%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2; } }
    @media (max-width: 768px) {
      main section#home-carousel .carousel-text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 5.33333vw; }
        main section#home-carousel .carousel-text .h2 {
          color: #0084a8 !important; }
        main section#home-carousel .carousel-text p {
          color: #423742 !important; } }
  main section#home-carousel .arrows {
    position: absolute;
    top: 42.66667vw;
    left: 0;
    right: 0;
    z-index: 2; }
    @media (min-width: 768px) {
      main section#home-carousel .arrows {
        top: 30.20833vw; } }
  main section#home-carousel .slick-arrow {
    position: absolute;
    transform: translateY(-50%);
    appearance: none;
    outline: none;
    border: none;
    padding: 0;
    background: none; }
    main section#home-carousel .slick-arrow svg {
      width: 1.875vw;
      height: auto; }
    main section#home-carousel .slick-arrow.slick-prev {
      left: 1.5625vw; }
    main section#home-carousel .slick-arrow.slick-next {
      right: 1.5625vw; }
  main section.whats_new {
    position: relative; }
    main section.whats_new .text {
      padding: 3.125vw; }
      @media (min-width: 768px) {
        main section.whats_new .text .h1 {
          margin-top: -5.20833vw; } }
    main section.whats_new .blue-rectangle {
      background: #0084a8;
      position: absolute;
      top: 0;
      height: 90vw;
      top: 40%;
      z-index: -1;
      border-radius: 2vw !important;
      overflow: hidden;
      left: 2.66667vw;
      right: 2.66667vw; }
      @media (min-width: 768px) {
        main section.whats_new .blue-rectangle {
          border-radius: 0.88542vw !important; } }
      @media (min-width: 768px) {
        main section.whats_new .blue-rectangle {
          top: 0;
          left: auto;
          right: 5.20833vw;
          width: 50%;
          height: 100%; } }
    main section.whats_new .m-overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -2.08333vw;
      pointer-events: none;
      display: block;
      width: 100%;
      height: auto; }
      main section.whats_new .m-overlay .m-overlay-animation-1 {
        stroke-dashoffset: 1695.8472900390625px;
        stroke-dasharray: 1695.8472900390625px;
        -webkit-transition: stroke-dashoffset 1.6s linear 0s;
        transition: stroke-dashoffset 1.6s linear 0s; }
      main section.whats_new .m-overlay.active .m-overlay-animation-1 {
        stroke-dashoffset: 0; }
    main section.whats_new .row {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  main section.indented_call_out + .whats_new {
    margin-top: 5.20833vw; }
  main section.indented_call_out blockquote {
    border-left: 0.41667vw solid #40a87e;
    padding-left: 2.34375vw;
    margin: 0; }
    main section.indented_call_out blockquote p {
      margin: 0; }
  main section.highlight_text .logo-mark-ko {
    width: 12vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media (min-width: 768px) {
      main section.highlight_text .logo-mark-ko {
        width: 4.6875vw; } }
  main section.highlight_text a, main section.highlight_text a:visited {
    color: inherit; }
  main section.timeline {
    position: relative;
    background: rgba(111, 166, 181, 0.08);
    margin-top: 14.58333vw; }
    main section.timeline ~ .page-builder {
      position: relative;
      z-index: 2; }
    @media (min-width: 768px) {
      main section.timeline:after {
        position: fixed;
        content: '';
        background: #eff3f2;
        width: 30px;
        height: 50vh;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        z-index: 1;
        display: none; }
      main section.timeline.animate-line:after {
        display: block; } }
    main section.timeline svg {
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: auto;
      width: 100%; }
    main section.timeline .timeline-items:after {
      position: absolute;
      content: '';
      top: 6.25vw;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #423742;
      width: 0.3125vw;
      z-index: 1;
      opacity: 0; }
    main section.timeline .timeline-items.show-line:after {
      opacity: 1; }
    main section.timeline .timeline-items .timeline-item {
      padding: 1.30208vw;
      border-radius: 2vw !important;
      overflow: hidden;
      background: #0084a8;
      width: 40%;
      margin-top: -5.20833vw;
      position: relative;
      overflow: visible;
      transform: translateX(-5.20833vw);
      opacity: 0;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      z-index: 2; }
      @media (min-width: 768px) {
        main section.timeline .timeline-items .timeline-item {
          border-radius: 0.88542vw !important; } }
      @media (max-width: 768px) {
        main section.timeline .timeline-items .timeline-item {
          padding: 3.33333vw;
          width: 100%;
          margin-top: 0;
          margin-bottom: 13.33333vw; } }
      main section.timeline .timeline-items .timeline-item a:not(.btn), main section.timeline .timeline-items .timeline-item a:not(.btn):hover, main section.timeline .timeline-items .timeline-item a:not(.btn):visited {
        color: #f8faf7; }
      main section.timeline .timeline-items .timeline-item:before {
        position: absolute;
        content: '';
        z-index: 1;
        width: 0;
        height: 0;
        border-top: 1.30208vw solid transparent;
        border-bottom: 1.30208vw solid transparent;
        border-left: 1.30208vw solid #0084a8;
        left: 100%;
        top: 3.38542vw; }
        @media (max-width: 768px) {
          main section.timeline .timeline-items .timeline-item:before {
            border-top: 3.2vw solid #0084a8;
            border-right: 3.2vw solid transparent;
            border-left: 3.2vw solid transparent;
            left: 50%;
            top: 100%;
            transform: translateX(-50%); } }
      main section.timeline .timeline-items .timeline-item:after {
        position: absolute;
        content: '';
        z-index: 2;
        width: 1.5625vw;
        height: 1.5625vw;
        border-radius: 50%;
        left: calc(100% + 8.17708vw);
        background: #0084a8;
        top: 3.90625vw;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 768px) {
          main section.timeline .timeline-items .timeline-item:after {
            width: 4vw;
            height: 4vw;
            left: 50%;
            top: calc(100% + 4.8vw);
            transform: translateX(-50%); } }
      main section.timeline .timeline-items .timeline-item:first-of-type {
        margin-top: 0; }
      main section.timeline .timeline-items .timeline-item:nth-of-type(even) {
        margin-left: 60%;
        transform: translateX(5.20833vw); }
        @media (max-width: 768px) {
          main section.timeline .timeline-items .timeline-item:nth-of-type(even) {
            transform: translateX(13.33333vw);
            margin-left: 0; } }
        main section.timeline .timeline-items .timeline-item:nth-of-type(even):before {
          border-right: 1.30208vw solid #0084a8;
          border-left: none;
          left: auto;
          right: 100%;
          top: 3.125vw; }
          @media (max-width: 768px) {
            main section.timeline .timeline-items .timeline-item:nth-of-type(even):before {
              border-top: 3.2vw solid #0084a8;
              border-right: 3.2vw solid transparent;
              border-left: 3.2vw solid transparent;
              left: 50%;
              top: 100%;
              right: auto;
              transform: translateX(-50%); } }
        main section.timeline .timeline-items .timeline-item:nth-of-type(even):after {
          left: auto;
          right: calc(100% + 8.17708vw); }
          @media (max-width: 768px) {
            main section.timeline .timeline-items .timeline-item:nth-of-type(even):after {
              width: 4vw;
              height: 4vw;
              left: 50%;
              right: auto;
              top: calc(100% + 4.8vw);
              transform: translateX(-50%); } }
      main section.timeline .timeline-items .timeline-item.animate {
        opacity: 1;
        transform: translate(0, 0); }
        main section.timeline .timeline-items .timeline-item.animate:after {
          transition-delay: .75s;
          opacity: 1; }
  @media (min-width: 768px) {
    main section.highlight_content .col-md {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      main section.highlight_content .col-md:nth-child(n+4) {
        margin-top: 1.5625vw; } }
  main section.highlight_content.bg-green * {
    color: #f8faf7;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  main section.highlight_content.bg-green .col-md:hover * {
    color: #423742; }
  main section.highlight_content.bg-teal * {
    color: #f8faf7; }
    main section.highlight_content.bg-teal *:hover {
      color: #423742; }
  main section.highlight_content .video {
    text-decoration: none;
    color: inherit; }
    main section.highlight_content .video .rounded-corners {
      position: relative; }
    main section.highlight_content .video svg {
      width: 8vw;
      height: auto;
      position: absolute;
      right: 3.2vw;
      bottom: 3.2vw; }
      @media (min-width: 768px) {
        main section.highlight_content .video svg {
          right: 1.30208vw;
          bottom: 1.30208vw;
          width: 2.34375vw; } }
  main section.highlight_content a {
    color: inherit;
    text-decoration: none; }
    main section.highlight_content a .rounded-corners {
      transform: scale(1);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    main section.highlight_content a:hover {
      color: #0084a8;
      text-decoration: none; }
      main section.highlight_content a:hover .rounded-corners {
        transform: scale(1.03); }
    main section.highlight_content a.has-button:hover {
      color: inherit !important; }
  main section.whats-new-feed .sidebar {
    position: relative; }
    main section.whats-new-feed .sidebar .sidebar-content {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1; }
    main section.whats-new-feed .sidebar .sidebar-main-header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding-top: 1.6vw;
      padding-bottom: 1.6vw;
      line-height: 1; }
      @media (min-width: 768px) {
        main section.whats-new-feed .sidebar .sidebar-main-header {
          padding-top: 0.625vw;
          padding-bottom: 0.625vw; } }
      main section.whats-new-feed .sidebar .sidebar-main-header h3 {
        line-height: 1;
        position: relative;
        top: 0.15625vw; }
      main section.whats-new-feed .sidebar .sidebar-main-header button.dropdown {
        border-radius: 2vw !important;
        overflow: hidden;
        background: #FFF;
        padding: 1.6vw 2.4vw;
        border: none; }
        @media (min-width: 768px) {
          main section.whats-new-feed .sidebar .sidebar-main-header button.dropdown {
            border-radius: 0.88542vw !important; } }
        @media (min-width: 768px) {
          main section.whats-new-feed .sidebar .sidebar-main-header button.dropdown {
            padding: 0.625vw 0.9375vw; } }
  main section.whats-new-feed ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    main section.whats-new-feed ul a {
      text-decoration: none;
      font-family: "poppins", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 2.8vw; }
      @media (min-width: 768px) {
        main section.whats-new-feed ul a {
          font-size: 1.09375vw; } }
      main section.whats-new-feed ul a:hover {
        color: #0084a8; }
  main section.featured-post .sep {
    margin-top: 5.20833vw;
    border-top: 0.26042vw solid #deeade; }
  main section.featured-post .whats-new-terms {
    display: block; }
    main section.featured-post .whats-new-terms ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      main section.featured-post .whats-new-terms ul li {
        display: inline-block;
        border-right: 0.4vw solid #deeade;
        margin-right: 1.33333vw;
        padding-right: 1.33333vw;
        display: inline-block; }
        main section.featured-post .whats-new-terms ul li.featured {
          display: none; }
        @media (min-width: 768px) {
          main section.featured-post .whats-new-terms ul li {
            border-right: 0.15625vw solid #deeade;
            margin-right: 0.52083vw;
            padding-right: 0.52083vw; } }
        main section.featured-post .whats-new-terms ul li:last-of-type {
          border-right: none;
          margin-right: 0;
          padding-right: 0; }
  main section.featured-post .posted-on a {
    text-decoration: none;
    color: inherit;
    pointer-events: none; }
  @media (min-width: 768px) {
    main section.featured-post .right {
      padding-left: 4.16667vw; } }
  main section.bio + .bio {
    padding-top: 0; }
  main section.blog_posts + .highlight_content.bg-white {
    padding-top: 0 !important; }
  main section.blog_posts .spotlight .blog-post .excerpt {
    display: none; }
  @media (min-width: 768px) {
    main section.blog_posts .spotlight .blog-post:first-of-type {
      width: 100%;
      flex: 0 0 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      main section.blog_posts .spotlight .blog-post:first-of-type:after {
        content: '';
        display: block;
        width: 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        border-bottom: 0.26042vw solid #deeade;
        padding-bottom: 2.60417vw;
        margin-bottom: 2.60417vw; }
      main section.blog_posts .spotlight .blog-post:first-of-type .rounded-corners {
        width: 50%;
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        height: 26.04167vw; }
      main section.blog_posts .spotlight .blog-post:first-of-type .blog-post-text {
        width: 50%;
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 3.125vw; }
        main section.blog_posts .spotlight .blog-post:first-of-type .blog-post-text .excerpt {
          display: block; }
        main section.blog_posts .spotlight .blog-post:first-of-type .blog-post-text h3 {
          font-family: quincy-cf, serif;
          font-style: normal;
          font-size: 2.34375vw; } }
  main section.blog_posts .rounded-corners {
    height: 48vw; }
    main section.blog_posts .rounded-corners img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    @media (min-width: 768px) {
      main section.blog_posts .rounded-corners {
        height: 16.14583vw; } }
  main section.single-post-template .entry-header {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    main section.single-post-template .entry-header .smallcaps {
      color: #deeade !important; }
      main section.single-post-template .entry-header .smallcaps a, main section.single-post-template .entry-header .smallcaps a:visited {
        color: #40a87e !important;
        text-decoration: none; }
  main section.single-post-template .tag-list {
    border-top: 0.26042vw solid #deeade;
    border-bottom: 0.26042vw solid #deeade;
    padding: 1.04167vw;
    font-family: quincy-cf, serif;
    font-style: normal;
    font-style: italic; }
    main section.single-post-template .tag-list a, main section.single-post-template .tag-list a:visited {
      color: inherit; }
  @media (min-width: 768px) {
    main section.single-post-template .entry-content img.alignright, main section.single-post-template .entry-content img.alignright {
      width: 33.33333%;
      max-width: inherit; } }
  main section.single-post-template .entry-content p a, main section.single-post-template .entry-content p a:visited {
    color: inherit; }
    main section.single-post-template .entry-content p a:hover, main section.single-post-template .entry-content p a:visited:hover {
      color: #0084a8; }
  main section.single-post-template .entry-content ul {
    margin: 0.52083vw 0 0 0;
    padding: 0 0 0 1.04167vw; }
    main section.single-post-template .entry-content ul li {
      font-family: "poppins", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 3.06667vw;
      line-height: 1.7; }
      @media (min-width: 768px) {
        main section.single-post-template .entry-content ul li {
          font-size: 1.19792vw; } }
      @media (min-width: 1320px) {
        main section.single-post-template .entry-content ul li {
          font-size: 1.04167vw; } }
      main section.single-post-template .entry-content ul li a, main section.single-post-template .entry-content ul li a:visited {
        color: inherit; }
        main section.single-post-template .entry-content ul li a:hover, main section.single-post-template .entry-content ul li a:visited:hover {
          color: #0084a8; }
  main section.single-post-template .entry-content .entry-meta .posted-on a {
    text-decoration: none;
    pointer-events: none;
    color: inherit; }
  main section.single-post-template .entry-content .entry-meta .byline {
    text-transform: capitalize; }
    main section.single-post-template .entry-content .entry-meta .byline a, main section.single-post-template .entry-content .entry-meta .byline a:visited {
      text-decoration: none;
      color: inherit; }
  main section.single-post-template .entry-content blockquote {
    border-left: 0.26042vw solid #40a87e;
    padding-left: 2.08333vw;
    padding-right: 2.60417vw;
    margin: 2.08333vw 0 2.60417vw 2.08333vw; }
  main section.post-footer h3 a, main section.post-footer h3 a:visited {
    text-decoration: none;
    color: inherit; }
  main section.pop_up_forms .pop-up-form-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 768px) {
      main section.pop_up_forms .pop-up-form-items {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    main section.pop_up_forms .pop-up-form-items .pop-up-form {
      margin: 0 1.04167vw; }
      @media (max-width: 768px) {
        main section.pop_up_forms .pop-up-form-items .pop-up-form {
          margin-bottom: 4vw; } }
      main section.pop_up_forms .pop-up-form-items .pop-up-form a, main section.pop_up_forms .pop-up-form-items .pop-up-form button:not(.btn-close) {
        background: none;
        border: 1px solid #f8faf7;
        color: #f8faf7;
        font-weight: 600;
        display: inline-block;
        padding: 0.52083vw 1.04167vw;
        text-decoration: none; }
        main section.pop_up_forms .pop-up-form-items .pop-up-form a svg, main section.pop_up_forms .pop-up-form-items .pop-up-form button:not(.btn-close) svg {
          margin-left: 2.66667vw;
          width: 4vw;
          height: auto; }
          @media (min-width: 768px) {
            main section.pop_up_forms .pop-up-form-items .pop-up-form a svg, main section.pop_up_forms .pop-up-form-items .pop-up-form button:not(.btn-close) svg {
              margin-left: 1.04167vw;
              width: 1.5625vw; } }
  main section.pop_up_forms .modal-content .modal-body .ctct-form-defaults {
    padding: 0; }
  main section.pop_up_forms .modal-content .modal-body .ctct-form-element {
    border-radius: 0; }
  main section.pop_up_forms .modal-content .modal-body .ctct-form-label {
    font-size: 2.4vw !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 0.13333vw;
    line-height: 1; }
    @media (min-width: 768px) {
      main section.pop_up_forms .modal-content .modal-body .ctct-form-label {
        font-size: 1.19792vw !important;
        letter-spacing: 0.05208vw; } }
    @media (min-width: 1320px) {
      main section.pop_up_forms .modal-content .modal-body .ctct-form-label {
        font-size: 1.09375vw !important; } }
  main section.pop_up_forms .modal-content .modal-body .ctct-form-button {
    border-radius: 2vw !important;
    overflow: hidden;
    line-height: 1;
    padding: 1.86667vw 2.26667vw 1.33333vw;
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.4vw;
    background: #0084a8 !important;
    border: none;
    color: #f8faf7;
    width: auto;
    margin: 0 auto; }
    @media (min-width: 768px) {
      main section.pop_up_forms .modal-content .modal-body .ctct-form-button {
        border-radius: 0.88542vw !important; } }
    @media (min-width: 768px) {
      main section.pop_up_forms .modal-content .modal-body .ctct-form-button {
        padding: 0.67708vw 0.88542vw 0.41667vw; } }
    @media (min-width: 768px) {
      main section.pop_up_forms .modal-content .modal-body .ctct-form-button {
        font-size: 0.9375vw; } }
  main section.photo_carousel .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    outline: none;
    padding: 0;
    border: none; }
    main section.photo_carousel .slick-arrow.slick-prev {
      left: -3.64583vw; }
    main section.photo_carousel .slick-arrow.slick-next {
      right: -3.64583vw; }
  main section.accordion .accordion-wrap .accordion-inner {
    border-bottom: 1px solid #0084a8;
    margin-bottom: 0.52083vw;
    margin-top: 1.45833vw; }
    main section.accordion .accordion-wrap .accordion-inner button {
      appearance: none;
      background: none;
      border: none;
      padding: 0;
      display: block;
      width: 100%;
      text-align: left; }
      main section.accordion .accordion-wrap .accordion-inner button .accordion-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
      main section.accordion .accordion-wrap .accordion-inner button .accordion-icon.open svg rect.vertical {
        display: none; }
  main section.blog-nav .search-form-wrap {
    border: 1px solid #0084a8;
    border-radius: 2vw !important;
    overflow: hidden;
    padding: 1.46667vw 2.66667vw;
    position: relative; }
    @media (min-width: 768px) {
      main section.blog-nav .search-form-wrap {
        border-radius: 0.88542vw !important; } }
    @media (min-width: 768px) {
      main section.blog-nav .search-form-wrap {
        padding: 0.57292vw 1.04167vw; } }
    main section.blog-nav .search-form-wrap:before {
      content: '';
      display: block;
      background-color: #e8edf2;
      background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='9.7' stroke='%23433741' stroke-width='3.6'/%3E%3Cline x1='17.2728' y1='17.7272' x2='27.2728' y2='27.7272' stroke='%23433741' stroke-width='3.6'/%3E%3C/svg%3E%0A");
      background-size: 4.53333vw auto;
      background-repeat: no-repeat;
      background-position: center;
      width: 13.33333vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
      @media (min-width: 768px) {
        main section.blog-nav .search-form-wrap:before {
          background-size: 1.82292vw auto;
          width: 5.20833vw; } }
    main section.blog-nav .search-form-wrap form.search-form {
      position: relative; }
      main section.blog-nav .search-form-wrap form.search-form label {
        display: block;
        padding-left: 14.66667vw;
        padding-right: 14.66667vw; }
        @media (min-width: 768px) {
          main section.blog-nav .search-form-wrap form.search-form label {
            padding-left: 5.72917vw;
            padding-right: 5.72917vw; } }
        main section.blog-nav .search-form-wrap form.search-form label input.search-field {
          display: block;
          width: 100%;
          border: none;
          outline: none;
          font-family: "poppins", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 4vw;
          font-weight: 600;
          line-height: 1;
          color: #423742;
          background: #f8faf7; }
          @media (min-width: 768px) {
            main section.blog-nav .search-form-wrap form.search-form label input.search-field {
              font-size: 1.5625vw; } }
          main section.blog-nav .search-form-wrap form.search-form label input.search-field::placeholder {
            color: #423742; }
      main section.blog-nav .search-form-wrap form.search-form input[type=submit] {
        border-radius: 2vw !important;
        overflow: hidden;
        line-height: 1;
        padding: 1.86667vw 2.26667vw 1.33333vw;
        background: #0084a8;
        border: none;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #f8faf7; }
        @media (min-width: 768px) {
          main section.blog-nav .search-form-wrap form.search-form input[type=submit] {
            border-radius: 0.88542vw !important; } }
        @media (min-width: 768px) {
          main section.blog-nav .search-form-wrap form.search-form input[type=submit] {
            padding: 0.67708vw 0.88542vw 0.41667vw; } }
  main section.blog-nav .sidebar-main-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw; }
    @media (min-width: 768px) {
      main section.blog-nav .sidebar-main-header {
        padding-top: 0.9375vw;
        padding-bottom: 0.9375vw; } }
    main section.blog-nav .sidebar-main-header button {
      border: none;
      border-radius: 1.33333vw;
      padding: 1.06667vw 1.86667vw;
      background: #f8faf7;
      line-height: 1; }
      @media (min-width: 768px) {
        main section.blog-nav .sidebar-main-header button {
          border-radius: 0.52083vw;
          padding: 0.41667vw 0.72917vw; } }
      main section.blog-nav .sidebar-main-header button svg {
        width: 2vw;
        height: auto; }
        @media (min-width: 768px) {
          main section.blog-nav .sidebar-main-header button svg {
            width: 0.78125vw; } }
  main section.blog-nav .sidebar-content.sidebar-dropdown-content-js {
    display: none; }
  main section.blog-nav .sidebar-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    main section.blog-nav .sidebar-content ul li {
      margin-bottom: 0.78125vw; }
      main section.blog-nav .sidebar-content ul li:last-of-type {
        margin-bottom: 0; }
      main section.blog-nav .sidebar-content ul li button, main section.blog-nav .sidebar-content ul li a {
        appearance: none;
        border: none;
        background: none;
        padding: 0;
        display: block;
        font-weight: 600;
        color: inherit;
        text-decoration: none;
        font-family: "poppins", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2.8vw; }
        @media (min-width: 768px) {
          main section.blog-nav .sidebar-content ul li button, main section.blog-nav .sidebar-content ul li a {
            font-size: 1.09375vw; } }
      main section.blog-nav .sidebar-content ul li a {
        display: inline-block; }
  main section.blog-nav ul.blog-category-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    main section.blog-nav ul.blog-category-list a {
      color: inherit;
      text-decoration: none; }
      main section.blog-nav ul.blog-category-list a:hover {
        color: #0084a8 !important; }
    main section.blog-nav ul.blog-category-list > li {
      opacity: 0;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      display: none; }
      main section.blog-nav ul.blog-category-list > li .h1 {
        margin-bottom: 2.08333vw;
        display: block;
        color: #0084a8; }
      main section.blog-nav ul.blog-category-list > li ul.children {
        list-style: none;
        margin: 0;
        padding: 0; }
        main section.blog-nav ul.blog-category-list > li ul.children li.cat-item {
          display: block;
          position: relative;
          border-bottom: 1px solid #0084a8;
          padding-bottom: 0.52083vw;
          margin-bottom: 1.04167vw;
          font-family: "poppins", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 4vw; }
          @media (min-width: 768px) {
            main section.blog-nav ul.blog-category-list > li ul.children li.cat-item {
              font-size: 1.5625vw; } }
          main section.blog-nav ul.blog-category-list > li ul.children li.cat-item button {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 0;
            color: #0084a8;
            font-weight: 600;
            font-size: 4vw;
            background: none;
            padding: 0;
            border: none; }
            @media (min-width: 768px) {
              main section.blog-nav ul.blog-category-list > li ul.children li.cat-item button {
                font-size: 1.5625vw; } }
          main section.blog-nav ul.blog-category-list > li ul.children li.cat-item a {
            font-weight: 600;
            color: inherit; }
        main section.blog-nav ul.blog-category-list > li ul.children ul.children {
          list-style: none;
          margin: 0;
          padding: 0;
          display: none;
          padding-top: 0.78125vw; }
          main section.blog-nav ul.blog-category-list > li ul.children ul.children li {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0.41667vw;
            font-family: "poppins", sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 2.8vw; }
            @media (min-width: 768px) {
              main section.blog-nav ul.blog-category-list > li ul.children ul.children li {
                font-size: 1.09375vw; } }
            main section.blog-nav ul.blog-category-list > li ul.children ul.children li button {
              display: none; }
            main section.blog-nav ul.blog-category-list > li ul.children ul.children li a {
              font-weight: 400; }
            main section.blog-nav ul.blog-category-list > li ul.children ul.children li:after {
              content: none; }
      main section.blog-nav ul.blog-category-list > li.active {
        opacity: 1;
        display: block; }
  main section.form .gform_fields {
    row-gap: 1.5625vw !important; }
  main section.form form .gfield--type-text input, main section.form form .gfield--type-text textarea,
  main section.form form .gfield--type-email input,
  main section.form form .gfield--type-email textarea,
  main section.form form .gfield--type-textarea input,
  main section.form form .gfield--type-textarea textarea {
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.06667vw;
    line-height: 1.7; }
    @media (min-width: 768px) {
      main section.form form .gfield--type-text input, main section.form form .gfield--type-text textarea,
      main section.form form .gfield--type-email input,
      main section.form form .gfield--type-email textarea,
      main section.form form .gfield--type-textarea input,
      main section.form form .gfield--type-textarea textarea {
        font-size: 1.19792vw; } }
    @media (min-width: 1320px) {
      main section.form form .gfield--type-text input, main section.form form .gfield--type-text textarea,
      main section.form form .gfield--type-email input,
      main section.form form .gfield--type-email textarea,
      main section.form form .gfield--type-textarea input,
      main section.form form .gfield--type-textarea textarea {
        font-size: 1.04167vw; } }
    main section.form form .gfield--type-text input ::placeholder, main section.form form .gfield--type-text textarea ::placeholder,
    main section.form form .gfield--type-email input ::placeholder,
    main section.form form .gfield--type-email textarea ::placeholder,
    main section.form form .gfield--type-textarea input ::placeholder,
    main section.form form .gfield--type-textarea textarea ::placeholder {
      font-family: "poppins", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 3.06667vw;
      line-height: 1.7; }
      @media (min-width: 768px) {
        main section.form form .gfield--type-text input ::placeholder, main section.form form .gfield--type-text textarea ::placeholder,
        main section.form form .gfield--type-email input ::placeholder,
        main section.form form .gfield--type-email textarea ::placeholder,
        main section.form form .gfield--type-textarea input ::placeholder,
        main section.form form .gfield--type-textarea textarea ::placeholder {
          font-size: 1.19792vw; } }
      @media (min-width: 1320px) {
        main section.form form .gfield--type-text input ::placeholder, main section.form form .gfield--type-text textarea ::placeholder,
        main section.form form .gfield--type-email input ::placeholder,
        main section.form form .gfield--type-email textarea ::placeholder,
        main section.form form .gfield--type-textarea input ::placeholder,
        main section.form form .gfield--type-textarea textarea ::placeholder {
          font-size: 1.04167vw; } }
  main section.form form input[type=submit] {
    border-radius: 2vw !important;
    overflow: hidden;
    box-shadow: none !important;
    line-height: 1 !important;
    padding: 1.6vw 2.26667vw 1.33333vw !important;
    background: #40a87e !important; }
    @media (min-width: 768px) {
      main section.form form input[type=submit] {
        border-radius: 0.88542vw !important; } }
    @media (min-width: 768px) {
      main section.form form input[type=submit] {
        padding: 0.625vw 0.88542vw 0.52083vw !important; } }

footer {
  padding: 5.33333vw;
  padding-bottom: 1.5625vw !important;
  background: #e8edf2;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    footer {
      padding: 3.90625vw; } }
  @media (min-width: 992px) {
    footer {
      padding: 5.72917vw; } }
  @media (min-width: 1320px) {
    footer {
      padding: 5.20833vw; } }
  footer a.logo {
    display: block; }
    footer a.logo svg {
      width: 34.66667vw;
      height: auto; }
      @media (min-width: 768px) {
        footer a.logo svg {
          width: 13.54167vw; } }
  footer .contact-info p {
    line-height: 1.6; }
  footer .footer-form .ctct-inline-form .ctct-form-defaults {
    background: none;
    border-radius: 0;
    padding: 0; }
    footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-field {
        flex-grow: 1; }
        footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-field label {
          font-size: 3.2vw;
          font-weight: 700;
          line-height: 1;
          color: #423742;
          text-decoration: none; }
          @media (min-width: 768px) {
            footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-field label {
              font-size: 0.9375vw; } }
        @media (max-width: 768px) {
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-field {
            margin-bottom: 1.33333vw; } }
      footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-button {
        border-radius: 2vw !important;
        overflow: hidden;
        line-height: 1;
        padding: 1.86667vw 2.26667vw 1.33333vw;
        font-weight: 700;
        font-family: "poppins", sans-serif;
        font-style: normal;
        background: #0084a8;
        font-family: "poppins", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2.4vw; }
        @media (min-width: 768px) {
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-button {
            border-radius: 0.88542vw !important; } }
        @media (min-width: 768px) {
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-button {
            padding: 0.67708vw 0.88542vw 0.41667vw; } }
        @media (min-width: 768px) {
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-button {
            font-size: 0.9375vw; } }
        footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-button:hover {
          background: #40a87e; }
      @media (min-width: 768px) {
        footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom {
          align-items: flex-end; }
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom #email_address_field_0 {
            order: 1;
            width: 25%;
            margin-right: 0.78125vw;
            margin-bottom: 0; }
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom #first_name_field_0 {
            order: 2;
            width: 25%;
            margin-right: 0.78125vw;
            margin-bottom: 0; }
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom #last_name_field_0 {
            order: 3;
            width: 25%;
            margin-right: 0.78125vw;
            margin-bottom: 0; }
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom .ctct-form-button {
            order: 4;
            width: 15%;
            height: 100%; }
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom #gdpr_text {
            width: 100%;
            order: 5;
            margin-top: 1.04167vw; }
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom #error_message_0 {
            width: 100%;
            order: 6; } }
      footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom input[type="text"], footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom input[type="email"] {
        border: 1px solid #423742;
        border-radius: 0;
        padding: 0.3125vw 0.67708vw 0.20833vw;
        line-height: 1;
        margin-right: 0.78125vw;
        height: auto;
        flex-grow: 1;
        font-family: "poppins", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 3.06667vw;
        line-height: 1.7;
        line-height: 1; }
        @media (min-width: 768px) {
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom input[type="text"], footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom input[type="email"] {
            font-size: 1.19792vw; } }
        @media (min-width: 1320px) {
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom input[type="text"], footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom input[type="email"] {
            font-size: 1.04167vw; } }
        @media (max-width: 768px) {
          footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom input[type="text"], footer .footer-form .ctct-inline-form .ctct-form-defaults form.ctct-form-custom input[type="email"] {
            margin-bottom: 2.66667vw;
            padding: 1.33333vw 1.73333vw 1.06667vw;
            margin-right: 0; } }
  @media (min-width: 768px) {
    footer .quick-links {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  footer .quick-links * {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1;
    color: #423742;
    text-decoration: none; }
    @media (min-width: 768px) {
      footer .quick-links * {
        font-size: 0.9375vw; } }
    footer .quick-links *:hover {
      color: #0084a8; }
  footer .quick-links h4 {
    text-transform: uppercase;
    margin-bottom: 3.46667vw; }
    @media (min-width: 768px) {
      footer .quick-links h4 {
        margin-bottom: 0;
        margin-right: 2.08333vw; } }
  footer .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      footer .quick-links ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    footer .quick-links ul li {
      margin-right: 5.33333vw;
      margin-bottom: 2.13333vw;
      display: inline-block; }
      @media (min-width: 768px) {
        footer .quick-links ul li {
          margin-bottom: 0;
          margin-right: 2.08333vw; } }
  footer .bottom .sep {
    padding-top: 5.33333vw;
    margin-top: 5.33333vw;
    border-top: 1.06667vw solid #f8faf7; }
    @media (min-width: 768px) {
      footer .bottom .sep {
        border-top: 0.41667vw solid #f8faf7;
        padding-top: 2.08333vw;
        margin-top: 2.08333vw; } }
  footer .bottom .copyright {
    font-size: 0.67708vw; }
  @media (max-width: 768px) {
    footer .bottom .social {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      text-align: right; }
    footer .bottom .hebrew-site {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      text-align: left !important; }
    footer .bottom .copyright {
      margin-top: 4vw;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      text-align: center;
      font-size: 2.66667vw; } }
  footer .bottom .social-channels {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (max-width: 768px) {
      footer .bottom .social-channels {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; } }
    footer .bottom .social-channels li {
      margin: 0 0 0 2.66667vw; }
      @media (min-width: 768px) {
        footer .bottom .social-channels li {
          margin: 0 0.52083vw; } }
      footer .bottom .social-channels li img {
        width: 5.33333vw;
        height: auto; }
        @media (min-width: 768px) {
          footer .bottom .social-channels li img {
            width: 1.5625vw; } }
  footer .bottom .hebrew-site {
    text-align: right; }
    footer .bottom .hebrew-site .hebrew-site-link {
      color: #423742;
      text-decoration: none; }
      footer .bottom .hebrew-site .hebrew-site-link .smallcaps {
        font-weight: 600 !important; }
      footer .bottom .hebrew-site .hebrew-site-link:hover {
        color: #0084a8; }
      footer .bottom .hebrew-site .hebrew-site-link img {
        width: 6.66667vw;
        height: auto;
        display: inline-block;
        margin-right: 1.33333vw; }
        @media (min-width: 768px) {
          footer .bottom .hebrew-site .hebrew-site-link img {
            width: 2.08333vw;
            margin-right: 0.52083vw; } }
