@font-face {
  font-family: "Gentona";
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Gentona";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Gentona";
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Gentona";
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Gentona";
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Gentona";
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Gentona";
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Quadon";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Quadon";
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Quadon";
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Quadon";
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Quadon";
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Quadon";
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Quadon";
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Quadon";
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Factoria';
  src: url("https://use.typekit.net/vbd7cfc.css"); }
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-margin-top: 99px; }

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

body {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 100%;
  scroll-padding-top: 67px;
  color: #212121; }
  body.no-body-scroll {
    position: fixed;
    max-width: 100%;
    width: 100%;
    overflow-y: scroll; }
  body.logged-in {
    scroll-margin-top: 99px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

section:not([class]) {
  padding-top: 89px;
  padding-bottom: 89px; }

blockquote,
q {
  quotes: none; }

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

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

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

embed,
iframe,
object {
  max-width: 100%; }

input,
select,
option,
textarea {
  font-family: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-top: 14px;
  margin-bottom: 14px; }

main a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: none;
  text-decoration: underline;
  color: #0077d8; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

ul.horizontal {
  display: flex;
  list-style: none;
  margin-left: 0;
  max-width: 100%; }
  @media only screen and (max-width: 500px) {
    ul.horizontal {
      display: block; } }
  ul.horizontal li {
    padding: 0 10px;
    list-style: none;
    text-transform: uppercase; }
    @media only screen and (max-width: 500px) {
      ul.horizontal li {
        padding-bottom: 10px; }
        ul.horizontal li:last-child {
          padding-bottom: 0px; } }
    @media only screen and (min-width: 501px) {
      ul.horizontal li:first-child {
        margin-left: 0;
        padding-left: 0; } }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

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

.note {
  font-size: 14px;
  font-style: italic;
  color: #535353; }

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1,
.h1-like {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 10px !important;
  font-weight: 700;
  letter-spacing: 1%;
  text-transform: capitalize;
  color: #002d72; }
  @media (max-width: 782px) {
    h1,
    .h1-like {
      font-size: 32px; } }

h2,
.h2-like,
.wpforms-title {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  color: #002d72;
  margin-bottom: 15px;
  margin-top: 30px;
  letter-spacing: 0.03em;
  font-weight: 700;
  letter-spacing: 0%;
  text-transform: capitalize; }
  @media (max-width: 782px) {
    h2,
    .h2-like,
    .wpforms-title {
      font-size: 22px;
      line-height: 22px; } }

.entry-content > .wp-block-image {
  max-width: 918px; }

.entry-content .columns-section {
  max-width: 1155px; }
  .entry-content .columns-section .flex-columns.three-wide {
    max-width: 1155px;
    width: 100%; }

.entry-content .columns-section h2 {
  width: 1155px;
  max-width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

#main .entry-content .wpforms-container .wpforms-field input {
  height: 61px;
  padding-left: 23px; }
#main .entry-content .wpforms-container .wpforms-field textarea {
  padding-left: 23px;
  padding-top: 15px; }

h3,
.h3-like {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #002D72;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0%;
  text-transform: capitalize; }
  @media (max-width: 782px) {
    h3,
    .h3-like {
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase; } }

h4,
.h4-like {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #002d72;
  margin-bottom: 10px; }
  @media (max-width: 782px) {
    h4,
    .h4-like {
      font-size: 18px;
      line-height: 22px; } }

h5,
.h5-like {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.034em;
  text-transform: uppercase;
  color: #002D72;
  margin: 5px 0; }

h6,
.h6-like {
  font-size: 24px;
  line-height: 1.16;
  color: #002d72; }

/*--------------------------------------------------------------
# Icons / SVG
--------------------------------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
  vertical-align: middle; }

.icon-arrow-long {
  fill: none; }
  .icon-arrow-long .arrow,
  .icon-arrow-long .line {
    stroke: currentColor; }

.site-clip-paths {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/*--------------------------------------------------------------
# Links and Buttons
--------------------------------------------------------------*/
a {
  color: #0077d8;
  transition: color 0.2s ease, text-decoration-color 0.2s ease; }
  a:visited {
    color: #0077d8; }
  a:active {
    color: #0077d8; }
  a:hover, a:focus {
    text-decoration-color: transparent; }
  .has-spirit-blue-bkgd a:not(.btn) {
    color: inherit; }
    .has-spirit-blue-bkgd a:not(.btn):visited {
      color: inherit; }
    .has-spirit-blue-bkgd a:not(.btn):active {
      color: inherit; }

/* Header anchor link styles */
.aal_anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: all 350ms ease-out;
  opacity: 0; }

.has-dark-bkgd .aal_svg path,
.has-dark-blue-bkgd .aal_svg path {
  fill: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: 85px; }

h1:hover .aal_anchor,
h2:hover .aal_anchor,
h3:hover .aal_anchor,
h4:hover .aal_anchor,
h5:hover .aal_anchor,
h6:hover .aal_anchor {
  opacity: 1;
  scroll-margin: 85px; }

.btn, .wp-block-button__link, .wpforms-submit {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  padding: 0.8125em 2.1875em;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: break-word;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  color: #fff;
  /*background-color: $green;*/
  background-color: #0077d8; }
  .btn:visited,
  .wp-block-button__link:visited,
  .wpforms-submit:visited {
    color: #fff; }
  .btn:active,
  .wp-block-button__link:active,
  .wpforms-submit:active {
    color: #fff; }
  .has-style-outline .btn,
  .has-style-outline .wp-block-button__link,
  .has-style-outline .wpforms-submit {
    color: inherit;
    background-color: transparent;
    border: 2px #002d72 solid; }
  .btn:hover, .btn:focus, a:hover .btn, a:focus .btn, .wp-block-button__link:hover, .wp-block-button__link:focus, a:hover .wp-block-button__link, a:focus .wp-block-button__link, .wpforms-submit:hover, .wpforms-submit:focus, a:hover .wpforms-submit, a:focus .wpforms-submit {
    background-color: #002d72; }

.wp-block-button,
body .is-layout-flex .wp-block-button {
  margin-top: 15px; }

.btn-arrow {
  position: relative;
  z-index: 1;
  padding-left: 2.8125em; }
  .btn-arrow .icon-arrow-long {
    position: absolute;
    top: 50%;
    left: -0.75em;
    width: 2.625em;
    height: auto;
    transform: translateY(-50%); }
  .btn-arrow .arrow {
    stroke-linecap: round; }
  .btn-arrow .line {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.4s ease; }
  .btn-arrow:hover .line, .btn-arrow:focus .line, a:hover .btn-arrow .line, a:focus .btn-arrow .line {
    stroke-dashoffset: 82; }
  .btn-arrow--circle {
    padding: 0;
    width: 1.9375em;
    height: 1.9375em;
    border-radius: 50%; }
    .btn-arrow--circle .icon-arrow-long {
      width: 2.5em;
      left: -1em; }
    .btn-arrow--circle .line {
      stroke-dashoffset: 65; }
    .btn-arrow--circle--down {
      transform-origin: center center;
      transform: rotate(90deg); }

.skip-link {
  display: inline-block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 100000; }

.skip-link:focus {
  width: auto;
  height: auto;
  left: 10px; }

.link-front-icon,
.link-trailing-icon,
.link-small-caps {
  display: inline-flex;
  align-items: flex-start;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.link-front-icon,
.link-trailing-icon {
  text-decoration: none; }
  .link-front-icon [class^="icon-"],
  .link-front-icon [class*=" icon-"],
  .link-trailing-icon [class^="icon-"],
  .link-trailing-icon [class*=" icon-"] {
    margin-right: 8px;
    width: 1em;
    height: auto;
    flex-shrink: 0; }
  .link-front-icon .icon-arrow-circle .arrow,
  .link-trailing-icon .icon-arrow-circle .arrow {
    fill: #fff;
    stroke: #fff; }
  .link-front-icon .icon-arrow-circle .circle,
  .link-trailing-icon .icon-arrow-circle .circle {
    fill: currentColor; }
  .link-front-icon span,
  .link-trailing-icon span {
    text-decoration: underline;
    text-decoration-color: currentColor;
    transition: text-decoration-color 0.2s ease;
    text-underline-offset: 2px; }
  .link-front-icon:hover span, .link-front-icon:focus span,
  .link-trailing-icon:hover span,
  .link-trailing-icon:focus span {
    text-decoration-color: transparent; }
  .link-front-icon--arrow, .link-trailing-icon--arrow {
    text-decoration: underline;
    text-decoration-color: currentColor;
    transition: text-decoration-color 0.2s ease;
    text-underline-offset: 2px; }
    .link-front-icon--arrow::before,
    .link-trailing-icon--arrow::before {
      /*content: '';*/
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("../images/../svg/arrow-circle--green.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 100%;
      margin-right: 0.75em;
      margin-top: 0.3625em;
      transition: transform 0.2s ease;
      flex-shrink: 0; }
    .has-spirit-blue-bkgd .link-front-icon--arrow, .link-front-icon--arrow.is-style-dark-blue,
    .has-spirit-blue-bkgd .link-trailing-icon--arrow, .link-trailing-icon--arrow.is-style-dark-blue {
      color: #002d72; }
      .has-spirit-blue-bkgd .link-front-icon--arrow::before, .link-front-icon--arrow.is-style-dark-blue::before,
      .has-spirit-blue-bkgd .link-trailing-icon--arrow::before, .link-trailing-icon--arrow.is-style-dark-blue::before {
        background-image: url("../svg/arrow-circle.svg"); }
    .has-dark-blue-bkgd .link-front-icon--arrow, .link-front-icon--arrow.is-style-white, .has-dark-blue-bkgd .link-trailing-icon--arrow, .link-trailing-icon--arrow.is-style-white {
      color: #fff;
      text-decoration-color: #008566; }
    .link-front-icon--arrow:hover, .link-front-icon--arrow:focus, .link-trailing-icon--arrow:hover, .link-trailing-icon--arrow:focus {
      text-decoration-color: transparent; }
      .link-front-icon--arrow:hover::before, .link-front-icon--arrow:focus::before, .link-trailing-icon--arrow:hover::before, .link-trailing-icon--arrow:focus::before {
        transform: translateX(4px); }
    .link-front-icon--arrow a, .link-trailing-icon--arrow a {
      color: inherit; }
  @media (max-width: 782px) {
    .link-front-icon,
    .link-trailing-icon {
      flex-direction: row-reverse;
      font-size: 14px; }
      .link-front-icon [class^="icon-"],
      .link-front-icon [class*=" icon-"], .link-front-icon--arrow::before,
      .link-trailing-icon [class^="icon-"],
      .link-trailing-icon [class*=" icon-"],
      .link-trailing-icon--arrow::before {
        margin-right: 0;
        margin-left: 10px; } }

.link-trailing-icon {
  flex-direction: row-reverse; }
  .link-trailing-icon [class^="icon-"],
  .link-trailing-icon [class*=" icon-"], .link-trailing-icon--arrow::before {
    margin-right: 0;
    margin-left: 10px; }

.link-small-caps {
  text-decoration: underline;
  text-decoration-color: currentColor;
  transition: text-decoration-color 0.2s ease;
  text-underline-offset: 2px; }
  .link-small-caps:hover, .link-small-caps:focus {
    text-decoration-color: transparent; }

.link-video {
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease;
  font-size: 20px;
  line-height: 1.4; }
  .link-video span {
    display: block; }
  .link-video .btn-arrow--circle {
    margin-top: 15px;
    position: relative;
    z-index: 1; }
    .link-video .btn-arrow--circle::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: 1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6.5px 0 6.5px 12px;
      border-color: transparent transparent transparent #ffffff; }
  .link-video:hover, .link-video:focus {
    text-decoration-color: currentColor; }

.link-external,
.accordion-block-title a[target="_blank"],
.accordion-trigger-title a[target="_blank"] {
  position: relative;
  z-index: 1;
  display: inline-block; }
  .link-external::after,
  .accordion-block-title a[target="_blank"]::after,
  .accordion-trigger-title a[target="_blank"]::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -2px;
    width: 6px;
    height: 6px;
    background: transparent url("../svg/arrow-link.svg") no-repeat center;
    background-size: 100%; }

.drop_down_content {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease; }

.paragraph_content {
  cursor: pointer;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px; }

.paragraph_content::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #0077d8; }

.paragraph_content * {
  color: #0077d8;
  text-decoration: underline; }

.has-floating-border {
  position: relative;
  z-index: 1;
  display: block; }
  .has-floating-border::before, .has-floating-border::after, .has-floating-border-inner::before {
    transition: transform 0.3s ease;
    background-color: #9CC9EF; }
  .has-floating-border::after, .has-floating-border--reverse::before, .has-floating-border-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .has-floating-border::after {
    transform: translate(10px, 10px); }
  .has-floating-border--overlay::after {
    z-index: 10; }
  .has-floating-border--outline::before, .has-floating-border--outline::after {
    background-color: transparent;
    border: 1px #68ACE5 solid; }
  .has-floating-border:hover::before, .has-floating-border:hover::after, .has-floating-border:focus::before, .has-floating-border:focus::after, a:hover .has-floating-border::before, a:hover .has-floating-border::after, a:focus .has-floating-border::before, a:focus .has-floating-border::after, .has-floating-border--reverse::before, .has-floating-border--reverse::after {
    transform: none; }
  .has-floating-border--reverse::before {
    border: 1px #68ACE5 solid; }
  .has-floating-border--reverse::after {
    z-index: -2; }
  .has-floating-border--reverse .has-floating-border-inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 11px;
    bottom: 0;
    left: 24px; }
  .has-floating-border--reverse:hover::before, .has-floating-border--reverse:focus::before, a:hover .has-floating-border--reverse::before, a:focus .has-floating-border--reverse::before {
    transform: translate(-10px, 10px); }
  .has-floating-border--reverse:hover::after, .has-floating-border--reverse:focus::after, a:hover .has-floating-border--reverse::after, a:focus .has-floating-border--reverse::after {
    transform: translate(10px, 20px); }
  .has-floating-border--reverse:hover .has-floating-border-inner::before, .has-floating-border--reverse:focus .has-floating-border-inner::before, a:hover .has-floating-border--reverse .has-floating-border-inner::before, a:focus .has-floating-border--reverse .has-floating-border-inner::before {
    transform: translate(0, -10px); }

/*--------------------------------------------------------------
# Styles
--------------------------------------------------------------*/
.home .footer_contact {
  display: none; }

.home .site-main {
  padding: 95px 20px 0; }

@media (max-width: 750px) {
  .home .container,
  .home .blue_grad_sec .container {
    max-width: 100%;
    width: 100%; }

  .home .blue_grad_sec .container {
    padding-top: 30px;
    padding-bottom: 50px; } }
.site-main {
  overflow: hidden;
  padding: 195px 20px 0; }
  .single-event_group .site-main, .page-template-tours-events-listing .site-main, .page-template-majors-and-minors .site-main {
    position: relative;
    z-index: 1;
    background-image: url("../images/bkgd-page-template.png");
    background-size: 405px auto;
    background-repeat: no-repeat;
    background-position: top 138px right; }
    .single-event_group .site-main::before, .page-template-tours-events-listing .site-main::before, .page-template-majors-and-minors .site-main::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 84px;
      height: 84px;
      top: 208px;
      right: 20px;
      background-repeat: no-repeat;
      background-position: center; }
    .single-event_group .site-main.has-bkgd-dots1::before, .page-template-tours-events-listing .site-main.has-bkgd-dots1::before, .page-template-majors-and-minors .site-main.has-bkgd-dots1::before {
      background-image: url("../images/dots/bkgd-dots1.png");
      background-size: 31px auto; }
    .single-event_group .site-main.has-bkgd-dots2::before, .page-template-tours-events-listing .site-main.has-bkgd-dots2::before, .page-template-majors-and-minors .site-main.has-bkgd-dots2::before {
      background-image: url("../images/dots/bkgd-dots2.png");
      background-size: 26px auto; }
  @media (max-width: 1000px) {
    .site-main {
      padding: 140px 0 0; }
      .page-template .site-main {
        background-image: none; }
        .page-template .site-main::before {
          display: none; } }

.type-page .entry-content {
  padding-bottom: 25px; }

.container {
  margin: auto;
  max-width: 918px;
  width: 90%; }

.page-header h1,
.page-header .h1-like {
  color: #002D72; }
.page-header .back-link {
  font-size: 14px; }
@media (min-width: 1001px) {
  .page-header--basic {
    padding-top: 75px; } }

.section-heading,
.section-cta {
  text-align: center; }
  .section-heading .small-text,
  .section-cta .small-text {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #002D72; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.cover-image {
  position: relative;
  z-index: 5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .cover-image img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.doubled-image {
  z-index: 2; }
  .doubled-image, .doubled-image-wrapper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .doubled-image-wrapper {
    z-index: 1;
    background-size: 130%;
    background-position: left top; }
    .doubled-image-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }

.image-zoom-wrapper {
  overflow: hidden; }
  .image-zoom-wrapper .cover-image {
    transition: transform 0.4s ease; }
    a:hover .image-zoom-wrapper .cover-image, a:focus .image-zoom-wrapper .cover-image {
      transform: scale(1.06); }

.lightbox_holder {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
  transition: all 250ms ease-out; }

.lightbox_closer {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.lightbox_content {
  z-index: 2;
  max-width: 50%;
  max-height: 80%; }

@media (max-width: 950px) {
  .lightbox_content {
    max-width: 75%; } }
.lightboxer {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  max-width: 32%;
  cursor: pointer; }

.image_grid_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto; }
  .image_grid_container img {
    min-width: 32%;
    max-width: 100%;
    width: 330px; }

.image_grid_container .lightbox_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.image_grid_container .lightbox_content img {
  width: 814px;
  height: auto;
  max-width: 90vw;
  border: 0px; }

.lightbox_content .content_holder {
  width: 814px;
  max-width: 90vw;
  color: white !important;
  padding-top: 15px; }

.lightbox_content .content_holder * {
  color: white !important; }

.lightbox_content_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 45, 114, 0.65);
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: all 250ms ease-out; }

.lightbox_content_holder::before {
  background-image: url("../images/plus.svg");
  content: "";
  width: 33px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block; }

.lightbox_content_holder * {
  color: white !important; }

.lightboxer:hover .lightbox_content_holder {
  opacity: 1; }

.lightboxer .lightbox_paragraph {
  display: none; }

.image-video-lightbox-link {
  position: relative;
  display: block;
  font-size: 74px;
  min-width: 1em; }
  .image-video-lightbox-link::before, .image-video-lightbox-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .image-video-lightbox-link::before {
    z-index: 7;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #008566;
    border: 0.108em rgba(0, 133, 102, 0.8) solid;
    background-clip: padding-box;
    transition: border-width 0.3s ease; }
  .image-video-lightbox-link::after {
    z-index: 8;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.1756em 0 0.1756em 0.3108em;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 0.04em; }
  .image-video-lightbox-link:hover::before, .image-video-lightbox-link:focus::before {
    border-width: 0; }

.gradient-wrapper {
  background: #68ace5;
  background: linear-gradient(329deg, #64cebb 0%, #68ace5 30%, #68ace5 70%, #64cebb 100%); }
  .gradient-wrapper--home {
    padding: 113px 0 115px;
    margin-bottom: 80px; }
    @media (max-width: 1000px) {
      .gradient-wrapper--home {
        background: #fff;
        padding: 0;
        margin-bottom: 45px; } }

@media (min-width: 1001px) {
  .mobile-only {
    display: none; } }
@media (max-width: 1000px) {
  .desktop-only {
    display: none; } }
.site-breadcrumbs {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 2;
  color: #757575;
  text-transform: none;
  font-weight: 500;
  padding: 0.5em 70px;
  z-index: -2;
  position: relative; }
  .site-breadcrumbs a {
    color: inherit; }
    .site-breadcrumbs a:visited {
      color: inherit; }
    .site-breadcrumbs a:active {
      color: inherit; }
    .site-breadcrumbs a:hover, .site-breadcrumbs a:focus {
      text-decoration: none; }
  .site-breadcrumbs .sep {
    display: inline-block;
    padding: 0 0.25em; }
    @media (max-width: 1000px) {
      .site-breadcrumbs .sep {
        padding: 0 0.125em; } }
  .site-breadcrumbs.alignfull {
    /*margin-bottom: 40px;*/ }
  @media (max-width: 782px) {
    .site-breadcrumbs {
      padding-left: 5%;
      padding-right: 5%; } }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-block {
  max-width: 918px; }

.wp-block[data-align="wide"],
.entry-content > .alignwide {
  width: 95%;
  max-width: 1200px; }

.wp-block[data-align="full"],
.alignfull,
.entry-content > .alignfull {
  width: 100%;
  max-width: none; }

.wp-block[data-align="full"],
.entry-content > .alignfull {
  margin-bottom: 70px; }

.wp-block-video video,
.wp-block-embed {
  max-width: 768px; }

.wp-block-image img {
  display: block; }
.wp-block-image figcaption {
  font-size: 14px;
  line-height: 1.5;
  color: #535353;
  text-align: left; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: -moz-fit-content;
  width: fit-content; }

.wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-table {
  display: block;
  overflow-x: auto;
  color: #535353; }
  .wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.01em; }
  .wp-block-table tr:nth-of-type(even):not(.tfoot) {
    background-color: #f7f7f7; }
  .wp-block-table td,
  .wp-block-table th {
    padding: 0.5em 15px; }
  .wp-block-table th {
    text-transform: uppercase;
    text-align: left; }
  .wp-block-table tbody {
    border-top: 1px #eaeaea solid;
    border-bottom: 1px #eaeaea solid; }
    .wp-block-table tbody th {
      font-weight: 600; }
      .wp-block-table tbody th span {
        font-weight: 400;
        text-transform: none; }
  .wp-block-table tfoot,
  .wp-block-table .tfoot {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.36;
    color: #002d72; }
  .wp-block-table .tfoot {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #fff; }
  .wp-block-table.medium-width table {
    max-width: 700px; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

.wp-block-spacer {
  margin-bottom: 0; }

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.footer_contact {
  background: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
  max-width: 1154px;
  margin: auto;
  border: 1px solid #e3e3e3;
  margin-bottom: 107px;
  background-image: url("../images/questions_border.png");
  background-size: 939px;
  background-position: center -1px;
  background-repeat: no-repeat;
  width: 90%; }

.footer_contact h2 {
  margin-bottom: 0px; }

.footer_contact p {
  margin-top: 0px;
  margin-bottom: 30px; }

section.brand-showcase {
  padding-top: 135px;
  padding-bottom: 80px; }

.brand-showcase .container p {
  max-width: 917px; }

.brand-showcase h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 900;
  color: #002d72;
  margin-bottom: 20px; }

.brand-showcase p:not(.color_blue) {
  font-size: 18px;
  line-height: 30px; }

.brand-showcase .color_blue {
  color: #002d72;
  text-transform: uppercase;
  font-weight: 600; }

.project_list {
  padding-bottom: 110px; }

.project_list .container {
  max-width: 1226px;
  width: 92%; }

.project_list .flex {
  flex-wrap: wrap;
  justify-content: space-between; }

.project {
  width: 299px;
  height: 224px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  margin-bottom: 10px;
  cursor: pointer; }

.project.featured {
  width: 608px;
  height: 458px; }

.project:hover .project_overlay {
  opacity: 1; }

.project_overlay {
  opacity: 0;
  background: rgba(10, 48, 109, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-out;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }

.project_overlay::before {
  content: "";
  width: 33px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url("../images/arrow.svg");
  margin-bottom: 15px; }

.togglable .project_overlay::before {
  background-image: url("../images/plus.svg"); }

.project_overlay p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px; }

.featured .project_overlay p {
  font-size: 28px;
  margin-bottom: 30px;
  max-width: 400px;
  line-height: 34px; }

.featured .project_overlay .under {
  font-size: 16px;
  font-weight: 400; }

.project_overlay p.tag {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 0px;
  font-weight: 200; }

.featured .project_overlay::before {
  margin-bottom: 50px;
  width: 45px;
  height: 45px; }

.featured .project_overlay p.tag {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0px; }

.project_overlay p.under {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 0px; }

.project_flex {
  width: 608px;
  /*height:458px;*/
  justify-content: space-between; }

.project_toggled {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  transition: all 250ms ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; }

.active .project_toggled {
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  z-index: 99999; }

.toggle_close {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.toggled_holder {
  z-index: 1;
  width: 814px;
  margin: auto;
  color: white;
  cursor: default;
  max-width: 90%; }

#project_listing .toggled_holder * {
  color: white; }

.project_list .btn {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 40px; }

.section_links a {
  margin-right: 30px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 20px;
  margin-bottom: 10px; }

.download_section {
  margin-bottom: 30px; }

.download_section .flex {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px; }

.download_section .flex h3,
.download_section .flex h5 {
  margin-bottom: 0;
  margin-top: 0; }

.download_section .flex h3 {
  margin-right: 25px; }

.download_section .flex h5 {
  color: #757575;
  font-size: 14px;
  text-transform: none;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 5px; }

.download_block,
.download_block:visited {
  max-width: 194px;
  margin-right: 10px;
  color: black;
  text-decoration: none;
  font-size: 15px;
  line-height: 40px;
  transition: all 350ms ease-out; }

.download_block:hover {
  color: #0077d8;
  text-decoration: underline; }

.download_flex {
  max-width: 1020px;
  flex-wrap: wrap; }

.imagewrapper {
  position: relative;
  height: 194px;
  width: 194px;
  background-size: contain !important;
  border: 1px solid #d5d5d5; }

.download_block img.asset_hover {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0px;
  opacity: 0;
  transition: all 250ms ease-out; }

.color.download_block img.asset_hover {
  border: 1px solid black; }

.download_block:hover img.asset_hover {
  opacity: 1; }

.blog_slider_section {
  padding-top: 65px;
  padding-bottom: 70px; }

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

.blog_slider_section .container {
  max-width: 1133px; }

.blog_slider .flex {
  justify-content: flex-start; }

.link_like {
  font-weight: 600;
  text-transform: uppercase; }

.title_link {
  text-decoration: none; }

.slick-controls {
  list-style-type: none;
  position: absolute;
  right: 0;
  width: 346px;
  bottom: 5px;
  margin-bottom: 0;
  display: flex; }

.slick-arrow {
  border: 0px;
  background-color: transparent;
  color: transparent;
  background-image: url("../images/slide_arrow.svg");
  width: 17px;
  height: 17px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0ms ease-out; }

.slick-arrow:hover {
  filter: brightness(0) saturate(100%) invert(22%) sepia(54%) saturate(3567%) hue-rotate(196deg) brightness(97%) contrast(101%); }

.slick-next {
  transform: rotateZ(-90deg); }

.slick-prev {
  transform: rotateZ(90deg);
  margin-right: 15px; }

.blog_slider .blog_image {
  width: 711px;
  height: 474px;
  background-size: cover;
  background-position: center;
  margin-right: 60px; }

.blog_slider .blog_content {
  max-width: 364px; }

.blog_content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0.01em;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
  color: #002d72; }

.blog_content .featured {
  margin-bottom: 85px;
  color: #767676; }

.blog_content .date {
  color: #767676;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px; }

.filter_flex {
  margin-bottom: 50px;
  justify-content: space-between; }

.filter_flex h3 {
  color: #002d72;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.03em;
  font-weight: 800;
  margin-bottom: 0px; }

#filter {
  border-radius: 0px;
  background-color: transparent;
  background-image: url("../images/select_arrow.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  border: 1px solid #d3d3d3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 225px;
  height: 45px;
  padding-left: 18px;
  font-size: 15px; }

.blogs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all 250ms ease-out; }

.blogs .blog {
  width: 315px;
  margin-bottom: 25px; }

.blogs .blog .blog_image {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-position: center;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #d0d0d0; }

.category_flex a {
  margin-right: 23px;
  font-size: 14px;
  margin-bottom: 10px; }

.blogs .blog .title {
  font-size: 22px;
  line-height: 30px;
  color: #002d72;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  font-weight: 600; }

.blogs .blog .date {
  color: #767676;
  font-size: 14px;
  line-height: 24px; }

.pager {
  justify-content: center;
  margin-bottom: 105px; }

.pagelink {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 0.03em; }

.prevpage {
  margin-right: 30px; }

.nextpage {
  margin-left: 30px; }

.pagelink.disabled {
  color: #767676;
  pointer-events: none; }

section.blog_content {
  padding-top: 110px;
  padding-bottom: 100px; }

.blog_content h1 {
  font-size: 48px;
  font-weight: 700;
  max-width: 917px;
  color: #002d72;
  font-family: "proxima-nova", sans-serif;
  max-width: 917px;
  line-height: 53px;
  margin-bottom: 30px;
  letter-spacing: 0.01em; }

.blog_content_holder {
  padding-top: 65px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.19);
  margin-bottom: 40px; }

.grid_section {
  background-color: #ededed;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative; }
  .grid_section::before {
    content: "";
    position: absolute;
    background-image: url("../images/lad_square.png");
    background-size: 14px;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
    top: 0; }
  .grid_section .container {
    position: relative;
    z-index: 1; }

.alignfull {
  width: calc(100% + 40px);
  position: relative;
  left: -20px; }

.testimonials {
  padding-top: 89px;
  padding-bottom: 89px; }
  .testimonials .container {
    position: relative; }
    .testimonials .container .slider_nav {
      max-width: calc(100% - 279px);
      width: 100%;
      right: 0px;
      position: absolute;
      z-index: 1; }
      .testimonials .container .slider_nav .slick-dot {
        padding: 0px; }
        .testimonials .container .slider_nav .slick-dot::before {
          content: unset !important; }
        .testimonials .container .slider_nav .slick-dot button {
          width: 10px;
          height: 10px;
          background-color: #0077d8;
          border: 1px solid #0077d8;
          color: transparent;
          border: 0px;
          transition: all 250ms ease-out; }
        .testimonials .container .slider_nav .slick-dot.slick-active button {
          border: 1px solid #cccccc;
          background-color: transparent; }
    .testimonials .container .slide p {
      margin-top: 36px; }

.slide_flex {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px; }
  .slide_flex .testimonial_image {
    position: relative;
    flex-shrink: 0;
    line-height: 0; }
    .slide_flex .testimonial_image::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: -7px;
      top: -7px;
      border: 2px solid #d9d9d9;
      transition: all 250ms ease-out; }
    .slide_flex .testimonial_image img {
      width: 215px; }
    .slide_flex .testimonial_image:hover::before {
      /*top:7px;
      left:7px;*/ }
  @media (max-width: 800px) {
    .slide_flex .testimonial_padding {
      padding-top: 20px; } }
  .slide_flex p {
    font-family: "factoria", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 0%;
    color: #002d72; }

section.testimonials {
  border-bottom: 1px solid #e0e0e0; }

.slider_nav {
  justify-content: space-between;
  display: flex; }

.slide_dots .slick-dots {
  display: flex;
  gap: 17px; }
  .slide_dots .slick-dots div {
    width: 10px;
    height: 10px;
    background: #0077d8; }

.html5lightbox,
.youtube-lightbox {
  line-height: 0; }

.mission .flex {
  gap: 50px; }
  .mission .flex .innerflex {
    border-right: 1px solid #e0e0e0;
    padding-right: 50px;
    margin-right: 50px;
    align-items: flex-start; }
.mission .video_link {
  max-width: 406px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0; }
  .mission .video_link::before {
    content: "";
    display: block;
    height: 37px;
    width: 37px;
    background-image: url("../images/play_button.png");
    position: absolute;
    right: 18px;
    bottom: 18px;
    background-size: contain; }
  .mission .video_link::after {
    content: "";
    display: block;
    height: 56px;
    width: 42px;
    background-image: url("../images/mission_box.png");
    position: absolute;
    background-size: contain;
    bottom: 0px;
    left: 0px; }
  .mission .video_link.no_video::before {
    content: unset; }
.mission .mission_content {
  max-width: 355px; }
  .mission .mission_content h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0%;
    text-transform: capitalize; }
  .mission .mission_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%; }
  .mission .mission_content a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0077d8; }
.mission .news_updates {
  max-width: 245px; }
  .mission .news_updates h5 {
    margin-bottom: 14px; }
  .mission .news_updates h4 {
    font-family: "factoria", serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 14px; }

.spotlight_info {
  max-width: 398px; }
  .spotlight_info h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize; }
  .spotlight_info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%; }
  .spotlight_info .blue {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #002d72;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold; }
  .spotlight_info .past {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%; }
    .spotlight_info .past a {
      color: #1e1e1e; }

@media (max-width: 750px) {
  .blog_content_holder {
    padding-top: 20px; } }
.blog_content_holder * {
  max-width: 814px; }

.blog_content_holder ul,
.blog_content_holder ol {
  max-width: 625px;
  margin-bottom: 65px; }

.blog_content_holder li {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px; }

.image_lightbox,
.lightbox_closer {
  cursor: pointer; }

.entry-content ul:not(.tabs-list) {
  list-style: none; }
  .entry-content ul:not(.tabs-list) li:not(.depth-1) {
    position: relative;
    z-index: 1;
    padding-left: 28px;
    list-style: none; }
    .entry-content ul:not(.tabs-list) li:not(.depth-1)::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 8px;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 0%;
      background-color: #F1C400; }

body div.wpforms-container div.wpforms-uploader .dz-message .modern-hint {
  color: rgba(0, 0, 0, 0.7); }

.entry-content .is-layout-flex {
  align-items: flex-start; }

@media (max-width: 600px) {
  .entry-content .is-layout-flex {
    flex-direction: column; } }
.blog_content_holder li::marker {
  color: #68ace5; }

.blog_content_holder p {
  font-size: 18px;
  line-height: 38px; }

.blog_content_holder p:first-child {
  max-width: 814px;
  width: 100%;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 60px; }

.blog_content_holder h2 {
  color: #002d72;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 800;
  line-height: 34px; }

.blog_content_holder h3 {
  margin-bottom: 40px; }

.blog_content_holder h4 {
  letter-spacing: 0;
  margin-bottom: 10px; }

.blog_content_holder img {
  margin-bottom: 55px; }

.blog_content .tag {
  margin-right: 20px;
  font-size: 14px; }

.has-sticky-header .site-breadcrumbs {
  display: none; }

.site-breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 100; }

.site-breadcrumbs p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 17px;
  color: #002d72;
  text-transform: uppercase;
  font-weight: 600; }

#load_more_btn {
  border: 2px solid #ff9e1b;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  background-color: white;
  transition: all 350ms ease-out; }

#load_more_btn:hover {
  background-color: #ff9e1b; }

.two-wide .column-content p {
  color: #002d72;
  font-weight: 700;
  font-size: 22px; }

.home .breadcrumb_last {
  display: none; }

.slide_play_pause {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 15px;
  margin-left: 20px;
  border-color: transparent transparent transparent #d0d0d0;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 7px 0 7px 10px; }
  .slide_play_pause.paused {
    border-style: double;
    border-width: 0px 0 0px 10px; }
  .slide_play_pause:hover {
    border-color: transparent transparent transparent #404040; }

.header-branding-text {
  display: none;
  border: 0px;
  font-size: 33px; }

.has-sticky-header .header-branding-text {
  display: block; }

.site-main.full-main {
  padding-left: 0px;
  padding-right: 0px; }

.site-main.full-main .entry-content {
  width: 100%;
  max-width: 100%; }

.l1-header-section .flex-header-title h1 {
  color: white;
  font-weight: bold;
  text-transform: none;
  font-size: 76px;
  line-height: 79px;
  max-width: 343px; }

.l1-header-section.flex-header-image .cover-image {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px; }

.flex-columns.two-wide .column-content p {
  margin-bottom: 10px; }

.columns-section.gray_bg {
  background: linear-gradient(0deg, white 0%, #f0f0f0 100%);
  padding-top: 70px; }

.download_block.color {
  cursor: copy; }

.download_block.color .imagewrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease; }

.download_block.color .imagewrapper .copycode {
  background: #002d72;
  color: #fff;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease; }

/*.header-nav-bottom .primary-navigation .dropdown-panel {
  z-index: 0;
}*/
.email-signature-generator input:not(.btn, input[type="radio"]) {
  display: block;
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  margin-bottom: 1rem;
  padding: 0.5rem;
  padding-left: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
.email-signature-generator fieldset {
  border: 1px solid #dddbd9;
  padding: 1.25rem;
  margin: 1.125rem 0; }
.email-signature-generator fieldset legend {
  font-weight: 700;
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem; }
.email-signature-generator textarea {
  height: auto;
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  margin-bottom: 1rem;
  padding: 0.5rem;
  padding-left: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
.email-signature-generator select {
  margin: 0;
  border-color: ButtonBorder;
  font: -moz-list;
  white-space: nowrap !important;
  word-wrap: normal !important;
  cursor: default;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-width: 2px;
  border-style: inset;
  overflow: clip;
  display: inline-block;
  page-break-inside: avoid;
  overflow-clip-box: padding-box !important;
  padding-block: 1px;
  padding-inline: 4px;
  background-color: -moz-Combobox;
  color: -moz-ComboboxText;
  vertical-align: baseline;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -moz-default-appearance: menulist;
  display: block; }
.email-signature-generator select {
  -webkit-appearance: none !important;
  background-color: #f6f6f5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
  width: 100%; }
.email-signature-generator select.radius {
  border-radius: 3px; }
.email-signature-generator select:hover {
  background-color: #f6f6f5;
  border-color: #98938e; }

.entry-content .generated-signature img {
  border: 0px !important; }

@media (max-width: 1365px) {
  .project,
  .flex.project_flex {
    max-width: 49.5%; } }
@media (max-width: 1200px) {
  .blue_grad_sec .flex {
    flex-wrap: wrap; }

  .blue_grad_sec a p {
    max-width: 100%; }

  .link_block {
    width: calc(50% - 20px);
    max-width: unset; }

  .faculty_summary {
    max-width: 40%; }

  .mission .flex {
    flex-wrap: wrap; }

  .mission .flex .innerflex {
    border-right: 0px;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0px;
    margin-right: 0px;
    padding-bottom: 50px;
    width: 100%;
    max-width: 100%; }

  .mission .news_updates {
    max-width: 100%; } }
@media (max-width: 1175px) {
  .download_section .flex {
    justify-content: space-evenly; } }
@media (max-width: 1100px) {
  .entry-content > * {
    max-width: 90% !important; }

  .entry-content > .alignfull {
    max-width: 100% !important; } }
@media (max-width: 1000px) {
  .has-sticky-header .header-branding-text {
    display: flex; }

  .flex,
  .flex_links {
    flex-wrap: wrap;
    align-items: center; }

  .flex_links p {
    max-width: unset;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 35px; }

  .flex_links a {
    max-width: unset;
    width: calc(50% - 25px);
    margin-right: 0px;
    padding: 0;
    margin-bottom: 25px;
    border: 0px;
    text-align: center; }
    .flex_links a::before {
      content: unset; }

  .flex_links a:last-child {
    max-width: 100%; }

  .col-4 {
    max-width: 100%;
    width: 100%; }

  section.brand-showcase {
    padding-top: 85px; }

  .blog_content_holder * {
    max-width: 100%; }

  .site-breadcrumbs {
    display: none; }

  .dropdown-panel .icon-arrow-short {
    vertical-align: top;
    width: 14px; }

  .l1-60-40-block-content-inner p,
  .l1-60-40-block-content-inner h3,
  .l1-60-40-block-content-inner {
    max-width: unset !important; }

  .entry-content .l1-60-40-block-content {
    padding: 50px 40px 30px; }

  .entry-content .flex-columns.four-wide {
    display: flex;
    flex-direction: column; }

  .entry-content .columns-section h2 {
    text-align: center; }

  .flex-header .flex-header-title {
    margin: 0px 20px 20px;
    margin-bottom: 0px;
    margin-left: 0px; }

  .flex-header .flex-header-title .flex-header-title-inner {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0; }
    .flex-header .flex-header-title .flex-header-title-inner h1 {
      margin-bottom: 0px !important; } }
@media (max-width: 800px) {
  .testimonials .container .slider_nav {
    max-width: 100%;
    width: 100%;
    left: 0px;
    position: absolute;
    top: 235px; }

  .mission .video_link {
    max-width: 100%; } }
/* LAD site styles */
.flex_links {
  padding-top: 55px;
  padding-bottom: 60px;
  display: flex;
  max-width: 1156px;
  justify-content: center;
  margin: auto;
  gap: 25px; }

.home-links .container {
  max-width: 1156px; }

.flex_links p {
  padding-right: 15px;
  margin-bottom: 0px;
  color: #002d72;
  font-weight: 700;
  flex-shrink: 0;
  width: 131px;
  margin-top: 0px;
  border-right: 1px solid #e0e0e0;
  margin-right: 15px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize; }

.flex_links a {
  font-family: "factoria", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-transform: capitalize;
  max-width: 222px;
  width: 247px;
  padding-top: 25px;
  position: relative; }
  .flex_links a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #f1c400; }
  .flex_links a:first-child {
    border-left: 1px solid #d0d0d0; }
  .flex_links a:last-child {
    max-width: 247px; }

.flex {
  display: flex; }

.home-wrap {
  padding-top: 100px;
  padding-bottom: 50px; }

.home-wrap .flex {
  flex-wrap: wrap;
  justify-content: space-evenly; }

.col-4 {
  max-width: 50%;
  width: 459px;
  margin-bottom: 60px; }

.home-wrap .col-4 h2 {
  margin-bottom: 20px; }

.home-wrap .col-4 p {
  font-size: 18px;
  line-height: 28px;
  color: #212121; }

.home-wrap .col-4 a {
  text-transform: uppercase;
  font-weight: 600; }

.blue_grad_sec {
  margin-bottom: 0; }

.blue_grad_sec .container {
  max-width: 1392px;
  background: linear-gradient(135deg, #002d72 0%, #002d72 60%, #68ace5);
  padding-right: 100px;
  padding-left: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  width: 95%; }

.blue_grad_sec h2 {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase; }

.blue_grad_sec h2,
.blue_grad_sec a {
  color: white; }

.blue_grad_sec a {
  margin-bottom: 25px; }

.blue_grad_sec a.btn {
  background: white;
  color: #002d72;
  transition: all 250ms ease-out; }

.blue_grad_sec a.btn:hover {
  color: white;
  background: #0077d8; }

.link_block {
  width: 25%;
  max-width: 274px;
  text-decoration: none;
  background-color: #0077d8;
  padding: 34px 32px 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 250ms ease-out;
  border: 4px solid #0077d8; }
  .link_block svg {
    position: relative;
    transition: all 250ms ease-out;
    left: 0px; }
  .link_block:hover {
    background-color: transparent; }
    .link_block:hover svg {
      left: 10px; }

.link_block.final {
  background-color: transparent;
  border: 4px solid #0077d8; }
  .link_block.final:hover {
    background: #0077d8; }

.link_block .showcase_image {
  width: 100%;
  height: 228px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 400ms ease-out; }

.link_block .showcase_image:hover {
  background-size: 106%; }

.link_block h3 {
  font-family: "factoria", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: white; }

.blue_grad_sec .link_block p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%; }

.blue_grad_sec .flex {
  justify-content: space-between;
  gap: 20px; }

.blue_grad_sec .btn {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content; }

.blue_grad_sec a p {
  font-size: 22px;
  max-width: 313px; }

.container {
  max-width: 1156px; }

.email {
  text-transform: none; }

.wp-block-column {
  width: 100%; }

.featured_events_sec {
  padding-top: 89px;
  padding-bottom: 89px; }
  .featured_events_sec .event_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .featured_events_sec .btn {
    background-color: #0077d8; }
  @media (max-width: 1210px) {
    .featured_events_sec .container .event_flex {
      justify-content: center;
      gap: 75px; }
      .featured_events_sec .container .event_flex .event {
        max-width: 48%;
        width: 48%; } }
  @media (max-width: 800px) {
    .featured_events_sec .container .event_flex {
      justify-content: center;
      gap: 75px; }
      .featured_events_sec .container .event_flex .event {
        max-width: 90%;
        width: 90%; }
    .featured_events_sec .cta_holder {
      justify-content: flex-start;
      max-width: 90%; } }
  .featured_events_sec .container {
    max-width: 1156px; }
    .featured_events_sec .container h2 {
      margin: auto;
      text-align: center;
      margin-bottom: 52px;
      text-transform: uppercase; }
    .featured_events_sec .container .event {
      max-width: 30%;
      width: 332px; }
      .featured_events_sec .container .event .event_header {
        display: flex;
        gap: 12px;
        margin-bottom: 13px; }
      .featured_events_sec .container .event h3 {
        margin-bottom: 0px; }
      .featured_events_sec .container .event .duration {
        margin-top: 0px; }
    @media (max-width: 1600px) {
      .featured_events_sec .container .event {
        max-width: 32%;
        width: 32%; } }

.star {
  position: relative; }

.star::after {
  content: "";
  background-image: url("../images/flag-Online.png");
  width: 26px;
  height: 15px;
  background-size: contain;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  top: -11px;
  right: -23px;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-out; }

.star:hover::after {
  opacity: 1; }

.cta_holder {
  padding-top: 52px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.event_description,
.event_description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%; }

.flex_container {
  display: flex;
  gap: 30px;
  margin-bottom: 72px; }

.spotlight_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.faculty_spotlight {
  background-color: white;
  padding: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px; }

.faculty_summary {
  max-width: 500px; }
  .faculty_summary h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 14px; }
  .faculty_summary .faculty_name {
    font-family: "factoria", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0077d8; }
  .faculty_summary .position {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 14px; }
  .faculty_summary .department {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #002d72; }
  .faculty_summary a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #0077d8; }

.description,
.description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%; }

.faculty_info {
  display: flex;
  flex-direction: column;
  gap: 17px; }
  .faculty_info p,
  .faculty_info a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #1e1e1e; }
    .faculty_info p span,
    .faculty_info a span {
      font-style: italic; }
  .faculty_info .info_title {
    font-weight: 700;
    color: #002d72; }

.portrait {
  width: 235px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0; }
  .portrait::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 42px;
    background-image: url("../images/portrait_box.png");
    background-size: contain;
    z-index: 1; }
  .portrait svg {
    content: "";
    display: block;
    position: absolute;
    bottom: 19px;
    left: 19px;
    width: 37px;
    height: 37px;
    /*background-image: url("../images/play_button.png");*/
    background-size: contain;
    z-index: 1; }
    .portrait svg rect {
      transition: all 250ms ease-out; }
  .portrait:hover svg rect {
    fill: #002d72; }

@media (max-width: 900px) {
  .portrait {
    margin: auto; } }
@media (max-width: 750px) {
  .portrait {
    width: 50%; } }
@media (max-width: 500px) {
  .portrait {
    width: 100%; } }
.group p {
  margin-top: 0px;
  margin-bottom: 0px; }

.info_title {
  margin-bottom: 0px; }

.programming_head {
  display: flex;
  gap: 12px;
  margin-bottom: 10px; }

.programming {
  width: 354px;
  max-width: calc(50% - 30px);
  border-top: 1px solid #c6c6c6;
  padding-top: 18px; }
  .programming a.title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-decoration: none;
    color: #0077d8;
    transition: all 250ms ease-out; }
    .programming a.title:hover {
      color: #002d72; }

.tag {
  border: 1px solid #76a04c;
  padding: 1px 6px 1px 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .tag.solid {
    padding: 1px 4px 1px 6px;
    background-color: #002d72;
    border-color: #002d72;
    color: white; }
  .tag.online {
    border-color: #f56600; }
  .tag.in-person {
    border-color: #76a04c; }
  .tag.virtual {
    border-color: #a45c98; }

.duration {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
  vertical-align: bottom; }

@media (max-width: 1250px) {
  .blue_grad_sec .flex {
    flex-wrap: wrap; }
  .blue_grad_sec .link_block {
    width: calc(50% - 20px);
    max-width: 100%; } }
@media (max-width: 900px) {
  .grid_section .flex_container {
    flex-wrap: wrap; }

  .spotlight_info,
  .spotlight_content {
    max-width: 90%;
    margin: auto; }

  .spotlight_content {
    gap: 15px; }

  .faculty_spotlight {
    flex-direction: column;
    padding: 30px; }

  .faculty_summary,
  .faculty_info {
    max-width: 100%;
    width: 100%; }

  .portrait {
    order: -1; }

  .mission .mission_content {
    max-width: 100%; } }
@media (max-width: 800px) {
  .project {
    height: 145px; }

  .project.featured,
  .flex.project_flex {
    height: 300px; }

  .project_overlay::before {
    content: unset; }

  .slide_flex {
    flex-wrap: wrap;
    justify-content: center; } }
@media (max-width: 750px) {
  .blue_grad_sec .link_block {
    width: 100%;
    height: auto;
    padding: 30px; }

  .home-hero-content-inner {
    max-width: 100%; }

  .link_block svg {
    /*display:none;*/ }

  .blue_grad_sec .flex {
    justify-content: center; }

  .site-main .home-hero {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 60px;
    padding-left: 60px; }

  .l1-header-section.flex-header-image .cover-image {
    padding-left: 0px; }

  .l1-header-section .flex-header-title h1 {
    font-size: 36px;
    line-height: 42px; } }
@media (max-width: 600px) {
  .programming {
    max-width: 100%;
    width: 100%; } }
.mobile-logo, #svg591 {
  display: none; }

@media (max-width: 550px) {
  .project.featured,
  .flex.project_flex {
    max-width: 100%;
    margin-bottom: 5px; }

  .blog_slider .blog_image {
    height: 245px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0; }

  .blog_content .featured {
    margin-bottom: 15px; }

  .header-logo-large {
    display: none !important; }

  .mobile-logo, #svg591 {
    display: block !important;
    max-width: 80%; } }
@media (max-width: 500px) {
  .entry-content > .alignfull .flex-columns {
    max-width: 90%; }

  .blue_grad_sec .container {
    padding-left: 35px;
    padding-right: 35px; }

  .container {
    width: 85%; }

  .flex_links {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 40px; }

  h1.home-hero-content-inner {
    font-size: 25px;
    line-height: 30px; } }
@media (max-width: 950px) {
  .flex_links p {
    width: 100%;
    margin: auto; }

  .flex_links a {
    max-width: 50%;
    width: calc(50% - 25px); }
    .flex_links a:last-child {
      max-width: 50%;
      width: calc(50% - 25px); } }
@media (max-width: 750px) {
  .flex_links a {
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 0px;
    margin-bottom: 0px; }
    .flex_links a:last-child {
      max-width: 100%;
      width: 100%;
      border-bottom: 0px; }
    .flex_links a::before {
      content: unset; } }
.home .header-btn {
  display: none; }
.home .utility-menu {
  padding-right: 67px; }

.site-header {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  /*border-bottom:1px #E3E3E3 solid;*/
  background: white; }
  .home .site-header {
    border-bottom-color: transparent; }
  .admin-bar .site-header {
    top: 32px; }
    @media (max-width: 782px) {
      .admin-bar .site-header {
        top: 46px; } }
  .site-header .country-selector.weglot-dropdown {
    position: absolute;
    top: 0;
    left: 0; }
    .site-header .country-selector.weglot-dropdown .wgcurrent {
      border: 0; }
      .site-header .country-selector.weglot-dropdown .wgcurrent:after {
        transform: none;
        top: 13px; }
      .site-header .country-selector.weglot-dropdown .wgcurrent span {
        padding-right: 26px; }
    .site-header .country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
      transform: rotate(180deg); }
    .site-header .country-selector.weglot-dropdown span {
      height: 30px;
      line-height: 30px; }
  .site-header .weglot-flags.flag-0.en > a:before,
  .site-header .weglot-flags.flag-0.en > span:before,
  .site-header .weglot-flags.flag-0.es > a:before,
  .site-header .weglot-flags.flag-0.es > span:before,
  .site-header .weglot-flags > a:before,
  .site-header .weglot-flags > span:before {
    width: 20px !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: center !important; }

.header-logo {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 554px;
  transition: transform 0.2s ease, opacity 0.2s ease; }
  @media (max-width: 1200px) {
    .header-logo {
      max-width: 420px; } }
  .header-logo-large {
    display: block;
    width: 100%;
    fill: #002d72;
    transition: fill 0.3s ease; }
    .header-logo-large--white {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s 0.3s, opacity 0.3s linear;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      fill: #fff; }
  .header-logo-small {
    display: none; }
  .header-logo:hover, .header-logo:focus, .header-branding--hovered .header-logo {
    opacity: 0.7; }

.header-branding {
  position: absolute;
  left: 47px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 106px; }
  .header-branding-text {
    margin-left: 40px;
    border-left: 1px rgba(112, 112, 112, 0.3) solid;
    padding-left: 38px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #002d72;
    transition: color 0.3s ease;
    /*max-width: 165px;*/ }
    .header-branding-text a {
      color: inherit;
      text-decoration-color: transparent;
      transition: opacity 0.2s ease; }
      .header-branding-text a:visited {
        color: inherit; }
      .header-branding-text a:active {
        color: inherit; }
      @media (min-width: 1001px) {
        .header-branding-text a:hover, .header-branding-text a:focus, .header-branding--hovered .header-branding-text a {
          opacity: 0.7; } }
      @media (max-width: 1000px) {
        .header-branding-text a {
          pointer-events: none; } }
  @media (max-width: 1200px) {
    .header-branding {
      left: 30px; }
      .header-branding-text {
        margin-left: 20px;
        padding-left: 18px; } }

.header-btn {
  display: inline-flex;
  align-items: center;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.23;
  text-decoration-color: transparent;
  text-transform: uppercase;
  padding: 0.54em 1em;
  transition: background-color 0.3s ease, text-decoration-color 0.3s ease;
  color: #fff; }
  .header-btn:visited {
    color: #fff; }
  .header-btn:active {
    color: #fff; }
  .header-btn--light {
    background-color: #002D72; }
  .header-btn--dark {
    background-color: #002d72; }
  .header-btn--green {
    background-color: #002D72; }
  .header-btn:hover, .header-btn:focus {
    text-decoration-color: #fff;
    background-color: #0077d8; }
  .header-btn .icon-search {
    width: 10px;
    height: 10px;
    margin-left: 5px; }

.header-nav ul {
  list-style: none;
  margin: 0; }

.header-jhu-link {
  position: absolute;
  z-index: 1;
  left: 105px;
  top: 0;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  color: #343434; }
  .header-jhu-link a {
    color: inherit;
    text-decoration: none; }
    .header-jhu-link a:visited {
      color: inherit; }
    .header-jhu-link a:active {
      color: inherit; }
    .header-jhu-link a:hover, .header-jhu-link a:focus {
      text-decoration: underline; }
  @media (max-width: 1000px) {
    .header-jhu-link {
      display: none; } }

@media (min-width: 1001px) {
  .header-mobile-btns {
    display: none; }

  .header-nav-top, .header-nav-bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #e3e3e3; }
  .header-nav-top {
    background-color: #f0f0f0;
    color: #343434;
    min-height: 30px;
    padding-right: 0px;
    justify-content: space-between;
    padding-left: 20px; }
    .header-nav-top .flex {
      gap: 30px; }
    .header-nav-top:lang(es) {
      padding-right: 340px; }
    .header-nav-top .utility-menu {
      display: flex;
      align-items: center; }
      .header-nav-top .utility-menu li {
        margin: 0 35px 0 0;
        font-size: 13px;
        position: relative;
        z-index: 2; }
        .header-nav-top .utility-menu li:last-child {
          margin-right: 0; }
        .header-nav-top .utility-menu li.menu-item-has-children {
          margin-right: 12px; }
        .header-nav-top .utility-menu li .sub-menu {
          position: absolute;
          left: -15px;
          top: 100%;
          min-width: calc(100% + 30px);
          background-color: #f0f0f0;
          padding: 15px;
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s 0.3s, opacity 0.3s linear, transform 0.2s ease;
          transform: translateY(-20px);
          z-index: -1; }
          .header-nav-top .utility-menu li .sub-menu .menu-item {
            white-space: nowrap;
            margin: 0 0 10px 0; }
            .header-nav-top .utility-menu li .sub-menu .menu-item:last-child {
              margin-bottom: 0; }
        .header-nav-top .utility-menu li:hover .sub-menu, .header-nav-top .utility-menu li.active .sub-menu {
          visibility: visible;
          opacity: 1;
          transition: opacity 0.3s linear, transform 0.2s ease;
          transform: translateY(0); }
      .header-nav-top .utility-menu a {
        text-decoration: none;
        color: inherit; }
        .header-nav-top .utility-menu a:hover, .header-nav-top .utility-menu a:focus {
          text-decoration: underline; }
      .header-nav-top .utility-menu .nav-item .dropdown-trigger {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 0.3s, opacity 0.3s linear;
        border: 0;
        background: transparent;
        color: #727272;
        cursor: pointer;
        width: 20px;
        height: 20px;
        margin-left: 3px; }
        .header-nav-top .utility-menu .nav-item .dropdown-trigger:focus, .header-nav-top .utility-menu .nav-item .dropdown-trigger:hover {
          color: #002D72; }
        .header-nav-top .utility-menu .nav-item .dropdown-trigger .icon-chevron {
          width: 0.875em;
          height: auto;
          stroke: currentColor;
          stroke-width: 0.5px;
          transition: all 0.2s ease; }
        .keyboard-in-use .header-nav-top .utility-menu .nav-item .dropdown-trigger {
          visibility: visible;
          opacity: 1;
          transition: opacity 0.3s linear; }
        .has-sticky-header .header-nav-top .utility-menu .nav-item .dropdown-trigger {
          width: 15px; }
          .has-sticky-header .header-nav-top .utility-menu .nav-item .dropdown-trigger .icon-chevron {
            width: 9px; }
      .header-nav-top .utility-menu .nav-item:not(.menu-item-has-children) .dropdown-trigger {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 0.3s, opacity 0.3s linear; }
  .header-nav-bottom {
    height: 106px;
    padding-right: 47px;
    background-color: #fff;
    transition: background-color 0.3s ease; } }
  @media (min-width: 1001px) and (max-width: 1200px) {
    .header-nav-bottom {
      padding-right: 30px; } }
@media (min-width: 1001px) {
  .header-nav-btns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center; }
    .header-nav-btns .header-btn {
      margin-left: 2px; }

  /*
  .desktop-nav-active{
    .header-nav-bottom{
      background-color: $dark-blue;
    }
    .header-branding-text,
    .primary-navigation .menu-item-top a,
    .primary-navigation .dropdown-trigger{
      color:$white;
    }
    .header-logo-large--white{
      @include visible();
    }
  }
  */
  .has-sticky-header {
    /*
    &.desktop-nav-active{
      .primary-navigation{
        & > li{
          margin-left:0;
          padding-left: 15px;
          .menu-item-top a{
            color: $white;
          }
          &:hover,
          &:focus-within{
            .menu-item-top a{
              color:$light-blue;
            }
          }
        }
      }
      .header-btn--dark{
        background-color: $green;
      }
    }
    */ }
    .has-sticky-header .site-header {
      position: fixed;
      animation-name: slide-down;
      animation-duration: 0.5s;
      animation-fill-mode: forwards;
      border-bottom-color: #ebebeb; }
      .has-sticky-header .site-header .country-selector.weglot-dropdown {
        transition: transform 0.3s ease;
        transform: translateX(-100%); }
        .has-sticky-header .site-header .country-selector.weglot-dropdown:focus-within {
          transform: none; }
          .has-sticky-header .site-header .country-selector.weglot-dropdown:focus-within ~ .header-branding {
            transform: translateX(50px); }
    .has-sticky-header .header-branding {
      transition: transform 0.3s ease;
      left: 40px;
      top: 0;
      height: 67px; }
      .has-sticky-header .header-branding-text {
        margin-left: 27px;
        border-left: 0;
        padding-left: 0;
        font-size: 19px; } }
      @media (min-width: 1001px) and (max-width: 1200px) {
        .has-sticky-header .header-branding-text {
          max-width: 150px; } }
@media (min-width: 1001px) {
    .has-sticky-header .header-logo {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: 62px;
      height: 67px;
      background-color: #002d72;
      outline-offset: 8px; }
      .has-sticky-header .header-logo::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        top: -8px;
        bottom: -8px;
        background-color: #002d72; }
      .has-sticky-header .header-logo:hover, .has-sticky-header .header-logo:focus {
        transform: translateY(6px);
        opacity: 1; }
      .has-sticky-header .header-logo-large {
        display: none; }
      .has-sticky-header .header-logo-small {
        display: flex;
        width: 42px;
        fill: #fff; }
    .has-sticky-header .header-nav-top,
    .has-sticky-header .header-nav .search-trigger {
      display: none; }
    .has-sticky-header .header-nav-bottom {
      height: 67px;
      padding-right: 55px; }
    .has-sticky-header .header-nav-btns {
      top: 50%;
      right: 47px;
      transform: translateY(-50%); }
    .has-sticky-header .primary-navigation {
      height: 67px; }
      .has-sticky-header .primary-navigation > li {
        margin-left: 15px; }
        .has-sticky-header .primary-navigation > li a {
          color: #535353; }
      .has-sticky-header .primary-navigation .menu-item-top {
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.21; }
      .has-sticky-header .primary-navigation .dropdown-trigger .icon-chevron {
        stroke-width: 1px; }
    .has-sticky-header .header-jhu-link {
      display: none; } }
/*Header Animations*/
@keyframes slide-down {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
.breadcrumbs {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-left: 27px; }
  .breadcrumbs * {
    margin: 0;
    color: #727272; }
  .breadcrumbs a,
  .breadcrumbs p {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #727272; }

@media (min-width: 1001px) {
  .site-navigation-responsive {
    color: #757575; }
    .site-navigation-responsive .menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 27px;
      font-size: 20px;
      line-height: 1.333; } }
    @media (min-width: 1001px) and (max-width: 1200px) {
      .site-navigation-responsive .menu {
        font-size: 18px;
        gap: 10px; } }
@media (min-width: 1001px) {
      .site-navigation-responsive .menu > li {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        gap: 2px;
        margin-right: 26px;
        height: 95px; } }
      @media (min-width: 1001px) and (max-width: 1200px) {
        .site-navigation-responsive .menu > li {
          gap: 0;
          margin-right: 24px; } }
@media (min-width: 1001px) {
        .site-navigation-responsive .menu > li a.nav-link {
          text-decoration: none;
          color: #727272;
          font-weight: 300;
          font-size: 22px; }
        .site-navigation-responsive .menu > li.menu-item-has-children, .site-navigation-responsive .menu > li:last-child {
          margin-right: 0; }
        .site-navigation-responsive .menu > li > .sub-menu {
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s 0.3s, opacity 0.3s linear;
          visibility: hidden;
          display: block;
          width: 300px;
          position: absolute;
          z-index: -1;
          left: 50%;
          top: 99%;
          transform: translateX(-163px);
          background-color: #fff;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
          .site-navigation-responsive .menu > li > .sub-menu a {
            display: block;
            margin: 0 40px;
            text-transform: uppercase;
            text-decoration-color: transparent;
            font-size: 15px;
            line-height: 1.18;
            color: #002d72; }
            .site-navigation-responsive .menu > li > .sub-menu a:visited {
              color: #002d72; }
            .site-navigation-responsive .menu > li > .sub-menu a:focus {
              color: #002d72; }
            .site-navigation-responsive .menu > li > .sub-menu a:hover {
              color: #002d72; }
            .site-navigation-responsive .menu > li > .sub-menu a:active {
              color: #002d72; }
            .site-navigation-responsive .menu > li > .sub-menu a:hover, .site-navigation-responsive .menu > li > .sub-menu a:focus {
              text-decoration-color: inherit; }
          .site-navigation-responsive .menu > li > .sub-menu > li {
            margin-bottom: 25px; }
            .site-navigation-responsive .menu > li > .sub-menu > li:first-child a {
              display: block;
              font-size: 18px;
              line-height: 1.375;
              letter-spacing: 0.034em;
              text-transform: capitalize;
              color: #fff;
              background-color: #002D72;
              padding: 20px 40px;
              text-decoration: underline;
              text-decoration-color: transparent;
              margin: 0;
              position: relative; }
              .site-navigation-responsive .menu > li > .sub-menu > li:first-child a::before {
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                width: 28px;
                height: 18px;
                background-image: url("../svg/menu-cta-arrow.svg");
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat; }
              .site-navigation-responsive .menu > li > .sub-menu > li:first-child a:hover, .site-navigation-responsive .menu > li > .sub-menu > li:first-child a:focus {
                color: #fff;
                text-decoration-color: currentColor; }
        .site-navigation-responsive .menu > li:last-child > .sub-menu {
          left: 0; }
        .site-navigation-responsive .menu > li .sub-menu .sub-menu {
          margin: 10px 0 0 10px;
          font-size: 16px;
          line-height: 1.18; }
          .site-navigation-responsive .menu > li .sub-menu .sub-menu li {
            margin-bottom: 10px; }
            .site-navigation-responsive .menu > li .sub-menu .sub-menu li:last-child {
              margin-bottom: 0; }
            .site-navigation-responsive .menu > li .sub-menu .sub-menu li a {
              display: inline-block;
              position: relative;
              padding-left: 20px;
              text-transform: none;
              font-weight: normal;
              color: inherit; }
              .site-navigation-responsive .menu > li .sub-menu .sub-menu li a::before {
                content: "";
                display: block;
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0.3em;
                transition: transform 0.2s ease;
                width: 10px;
                height: 10px;
                background: transparent url("../svg/arrow-short.svg") no-repeat center center;
                background-size: 100%; }
    .site-navigation-responsive .menu-item-top, .site-navigation-responsive .menu-item-top-link-wrapper {
      display: flex;
      align-self: stretch;
      align-items: center; }
    .site-navigation-responsive .menu-item-top-link-wrapper {
      padding-top: 5px;
      border-bottom: 5px transparent solid;
      transition: border-color 0.2s ease; }
    .site-navigation-responsive .dropdown-trigger {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border: 0;
      background: transparent;
      color: inherit; }
      .site-navigation-responsive .dropdown-trigger .icon-chevron {
        margin-top: 2px;
        width: 10px;
        height: auto;
        fill: none;
        stroke: currentColor;
        transform-origin: center; }
    .site-navigation-responsive .menu > .menu-item-has-children.active > .sub-menu {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s linear;
      visibility: visible; }
    .site-navigation-responsive .menu > .menu-item-has-children.active .menu-item-top-link-wrapper {
      border-bottom-color: #002D72; }
    .site-navigation-responsive .menu > .menu-item-has-children.active .dropdown-trigger .icon-chevron {
      transform: rotate(180deg); } }
.desktop-hidden {
  display: none; }

.mobile-hidden {
  display: block; }

@media (max-width: 1000px) {
  .header-mobile-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 20px;
    right: 25px;
    width: 70px; }
    .header-mobile-btns button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: 0px; }

  .desktop-hidden {
    display: block; }

  .mobile-hidden {
    display: none; }

  #masthead {
    display: flex;
    flex-direction: row-reverse;
    top: 10px; }

  .header-nav-top .utility-menu {
    display: none; }

  .header-branding {
    height: unset;
    top: 10px; }

  #site-navigation a {
    font-family: "factoria", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize; }

  #site-navigation .utility-menu {
    font-family: "factoria", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize; }

  .site-navigation-responsive {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin-top: 94px;
    overflow: auto; }
    .admin-bar .site-navigation-responsive {
      top: 32px; } }
    @media (max-width: 1000px) and (max-width: 782px) {
      .admin-bar .site-navigation-responsive {
        top: 46px; } }
@media (max-width: 1000px) {
    .mobile-nav-active .site-navigation-responsive {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s linear;
      visibility: visible; }
    .site-navigation-responsive .menu {
      padding: 30px; }
      .site-navigation-responsive .menu > li {
        margin-bottom: 19px; }
        .site-navigation-responsive .menu > li > .sub-menu {
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s 0.3s, opacity 0.3s linear;
          height: 0;
          overflow: hidden;
          transition: visibility 0s 0.3s, opacity 0.3s, height 0.3s; }
          .site-navigation-responsive .menu > li > .sub-menu > li:first-child {
            display: none; }
      .site-navigation-responsive .menu .sub-menu {
        font-size: 18px;
        line-height: 1.18; }
        .site-navigation-responsive .menu .sub-menu li {
          margin-top: 12px; }
      .site-navigation-responsive .menu .sub-menu .sub-menu {
        margin: 10px 0 0 10px;
        font-size: 16px;
        line-height: 1.18; }
        .site-navigation-responsive .menu .sub-menu .sub-menu li {
          margin-top: 10px; }
          .site-navigation-responsive .menu .sub-menu .sub-menu li a {
            display: inline-block;
            position: relative;
            padding-left: 20px;
            color: inherit; }
            .site-navigation-responsive .menu .sub-menu .sub-menu li a::before {
              content: "";
              display: block;
              position: absolute;
              z-index: 1;
              left: 0;
              top: 0.3em;
              transition: transform 0.2s ease;
              width: 10px;
              height: 10px;
              background: transparent url("../svg/arrow-short.svg") no-repeat center center;
              background-size: 100%; }
      .site-navigation-responsive .menu > .menu-item-has-children.active > .sub-menu {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s linear;
        height: auto;
        transition: opacity 0.3s, height 0.3s; }
      .site-navigation-responsive .menu > .menu-item-has-children.active .menu-item-top .dropdown-trigger::after {
        transform: translate(-50%, -50%); }
    .site-navigation-responsive .menu-item-top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .site-navigation-responsive .menu-item-top a {
        font-size: 24px;
        line-height: 1.5;
        color: #002d72; }
        .site-navigation-responsive .menu-item-top a:visited {
          color: #002d72; }
        .site-navigation-responsive .menu-item-top a:focus {
          color: #002d72; }
        .site-navigation-responsive .menu-item-top a:hover {
          color: #002d72; }
        .site-navigation-responsive .menu-item-top a:active {
          color: #002d72; }
    .site-navigation-responsive .dropdown-trigger {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #002D72;
      border: 2px transparent solid;
      position: relative;
      z-index: 1;
      cursor: pointer;
      transition: border-color 0.2s ease, background-color 0.2s ease; }
      .site-navigation-responsive .dropdown-trigger::before, .site-navigation-responsive .dropdown-trigger::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        height: 2px;
        width: 12px;
        background-color: #fff;
        top: 50%;
        left: 50%;
        transition: transform 0.2s ease, background-color 0.2s ease; }
      .site-navigation-responsive .dropdown-trigger::before {
        transform: translate(-50%, -50%); }
      .site-navigation-responsive .dropdown-trigger::after {
        transform-origin: center;
        transform: translate(-50%, -50%) rotate(90deg); }
      .site-navigation-responsive .dropdown-trigger .icon-chevron {
        display: none; }

  .site-header-mobile-btn--menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    overflow: hidden; }

  .hamburger-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 21px;
    width: 28px;
    color: #002D72;
    transition: transform 0.4s ease-in-out; }
    button:hover .hamburger-button {
      color: #002d72; }
    .mobile-nav-active .hamburger-button {
      transform: translateX(5px); }
    .hamburger-button-line {
      display: block;
      height: 3px;
      width: 100%;
      background-color: currentColor;
      border-radius: 3px; }
      .hamburger-button-line--1 {
        transform-origin: 0 0;
        transition: transform 0.4s ease-in-out, background-color 0.4s ease; }
        .mobile-nav-active .hamburger-button-line--1 {
          transform: rotate(45deg); }
      .hamburger-button-line--2 {
        transition: transform 0.2s ease-in-out; }
        .mobile-nav-active .hamburger-button-line--2 {
          transform: scaleY(0); }
      .hamburger-button-line--3 {
        transform-origin: 0 100%;
        transition: transform 0.4s ease-in-out, background-color 0.4s ease; }
        .mobile-nav-active .hamburger-button-line--3 {
          transform: rotate(-45deg); } }
.site-footer {
  background-color: #002d72;
  color: #fff;
  padding: 60px 70px 50px 60px; }
  .site-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: auto; }
  .site-footer-left {
    display: flex;
    align-items: flex-start; }
  .site-footer-right {
    /*text-align: right;*/
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
  .site-footer-title {
    margin-bottom: 27px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1666;
    color: inherit; }
  .site-footer .wp-block-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px; }
  .site-footer .wp-block-button {
    margin-bottom: 44px; }
    .site-footer .wp-block-button__link {
      font-size: 14px;
      padding: 0.8125em 1.6em;
      border: 2px #008566 solid; }
      .site-footer .wp-block-button__link:hover, .site-footer .wp-block-button__link:focus {
        border-color: #002d72; }
    .site-footer .wp-block-button.has-style-outline .wp-block-button__link {
      border-color: #707070; }
      .site-footer .wp-block-button.has-style-outline .wp-block-button__link:hover, .site-footer .wp-block-button.has-style-outline .wp-block-button__link:focus {
        color: #212121;
        border-color: #fff;
        background-color: #fff; }
  @media (max-width: 1350px) {
    .site-footer {
      padding-left: 70px; } }
  @media (max-width: 1000px) {
    .site-footer {
      padding: 0; }
      .site-footer .container {
        flex-direction: column;
        align-items: center; }
      .site-footer-left {
        margin-bottom: 50px;
        padding: 70px 30px 0; }
      .site-footer-right {
        width: 100%;
        text-align: left; }
      .site-footer .wp-block-buttons {
        display: block; }
      .site-footer .wp-block-button {
        text-align: center; } }
  @media (max-width: 782px) {
    .site-footer-left {
      flex-direction: column;
      align-items: center;
      width: 100%; }
    .site-footer-title {
      margin-bottom: 40px;
      font-family: "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.21; }
    .site-footer .wp-block-button {
      margin: 30px 0 0; } }

.footer-column {
  max-width: 380px;
  margin-right: 90px; }
  .footer-column.footer-column--centered {
    max-width: 330px; }
    .footer-column.footer-column--centered p {
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0%;
      text-align: center; }
  .footer-column:not(.footer-column--centered):last-child {
    margin-right: 0;
    border-left: 1px solid rgba(0, 119, 216, 0.4);
    padding-left: 50px;
    text-align: right; }
    .footer-column:not(.footer-column--centered):last-child p {
      margin-top: 0px;
      font-weight: 700;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0%;
      text-align: right; }
  .footer-column--centered {
    text-align: center; }
.footer-logo {
  max-width: 298px;
  margin: 0 auto; }
  .footer-logo-large {
    display: block;
    width: 100%;
    fill: currentColor; }
.footer-social, .footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center; }
.footer-social-icon {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  margin: 0 4px;
  background-color: #009B77;
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff; }
  .footer-social-icon:visited {
    color: #fff; }
  .footer-social-icon:focus {
    color: #212121; }
  .footer-social-icon:hover {
    color: #212121; }
  .footer-social-icon:active {
    color: #fff; }
  .footer-social-icon:hover, .footer-social-icon:focus {
    background-color: #fff;
    color: #212121; }
  .footer-social-icon svg {
    height: auto;
    margin: 0; }
  .footer-social-icon .icon-instagram {
    width: 16px; }
  .footer-social-icon .icon-youtube {
    width: 18px; }
  .footer-social-icon .icon-facebook {
    width: 9px; }
.footer-address {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.714;
  margin-bottom: 60px; }
  .footer-address:last-child {
    margin-bottom: 0; }
  .footer-address h5 {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #68ACE5;
    margin: 0.57em 0 0.75em; }
    .footer-address h5 em {
      font-size: 13px;
      text-transform: lowercase; }
  .footer-address p {
    margin: 0;
    max-width: 146px; }
  .footer-address a {
    color: inherit;
    text-decoration-color: transparent; }
    .footer-address a:visited {
      color: inherit; }
    .footer-address a:active {
      color: inherit; }
    .footer-address a:hover {
      text-decoration-color: currentColor; }
.footer-menu {
  list-style: none;
  text-align: inherit;
  margin: 0;
  /*columns: 2;*/
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.166;
  text-transform: uppercase; }
  .footer-menu li {
    margin-bottom: 8px; }
  .footer-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: none; }
    .footer-menu a:hover, .footer-menu a:focus {
      color: #fff; }
  .footer-menu li:last-child a {
    text-decoration: underline; }
.footer-copyright {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.166;
  color: #ffff;
  max-width: 196px;
  margin-right: 60px; }
  .footer-copyright a {
    color: white;
    display: block; }
  .footer-copyright h5 {
    color: white;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0px;
    text-transform: none; }
@media (max-width: 1350px) {
  .footer-menu li {
    margin-left: 20px; } }
@media (max-width: 1200px) {
  .footer-column {
    margin-right: 50px; } }
@media (max-width: 1000px) {
  .footer-logo {
    max-width: 244px; }
  .footer-menu {
    max-width: 500px;
    padding: 0; }
    .footer-menu li {
      margin-left: 0; }
  .footer-copyright {
    background-color: transparent;
    text-align: left; } }
@media (max-width: 782px) {
  .footer-column:last-child {
    margin-bottom: 0; }
  .footer-social-icon {
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0 14px;
    background-color: transparent; }
    .footer-social-icon:hover, .footer-social-icon:focus {
      background-color: transparent;
      color: #009B77; }
    .footer-social-icon .icon-instagram {
      width: 23px; }
    .footer-social-icon .icon-youtube {
      width: 29px; }
  .footer-menu {
    border: 0;
    margin: 0 30px;
    max-width: none; } }

@media (max-width: 1150px) {
  .footer-copyright,
  .footer-column {
    margin-right: 20px; }

  .footer-logo-large {
    width: 200px; } }
@media (max-width: 1100px) {
  .footer-column {
    max-width: 180px; }

  .footer-column:not(.footer-column--centered):last-child {
    max-width: 230px;
    padding-left: 10px; } }
@media (max-width: 1000px) {
  .footer-logo-large {
    width: 100%; }

  .site-footer-right {
    justify-content: space-evenly;
    padding-bottom: 35px; }

  .site-footer-right {
    max-width: 500px; }

  .footer-column:not(.footer-column--centered):last-child {
    max-width: 100%;
    text-align: center;
    border: 0px;
    margin-bottom: 50px; }

  .footer-address p {
    max-width: -moz-fit-content;
    max-width: fit-content; } }
@media (max-width: 750px) {
  .site-footer-right {
    flex-direction: column;
    align-items: center; }

  .footer-copyright {
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
    max-width: 100%; }

  .footer-copyright p {
    margin-bottom: 0px; }

  .footer-column {
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
    max-width: 100%; }

  .footer-menu {
    text-align: center; } }
@media (max-width: 600px) {
  .footer-column:not(.footer-column--centered):last-child {
    order: -1;
    text-align: center;
    width: 100%;
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%; }
    .footer-column:not(.footer-column--centered):last-child p {
      text-align: center;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0%;
      text-align: center; } }
.entry-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1154px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7; }
  @media (max-width: 782px) {
    .entry-content {
      font-size: 16px;
      line-height: 1.8; } }
  .entry-content > * {
    width: 100%;
    max-width: 918px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .entry-content > section, .entry-content > blockquote:last-child {
    margin-bottom: 70px; }
    @media (max-width: 1000px) {
      .entry-content > section, .entry-content > blockquote:last-child {
        margin-bottom: 90px; } }
  .entry-content > p {
    margin-bottom: 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%; }
    .entry-content > p.p-intro {
      font-size: 20px;
      line-height: 1.9;
      margin-bottom: 66px; }
    .entry-content > p:empty:last-child {
      margin: 0; }
    .entry-content > p + ul {
      margin-top: 30px; }
  .entry-content > ul, .entry-content > ol {
    margin: 0 auto 35px;
    padding-left: 18px; }
    .entry-content > ul li, .entry-content > ol li {
      line-height: 1.4;
      margin-bottom: 16px; }
  .entry-content > h2, .entry-content > .h2-like {
    margin-bottom: 15px; }
  .entry-content > h3, .entry-content > .h3-like {
    margin-bottom: 10px; }
  .entry-content > h4, .entry-content > .h4-like {
    margin-bottom: 10px; }
  .entry-content > h5, .entry-content > .h5-like {
    margin-top: 0px;
    margin-bottom: 5px; }
  .entry-content > ul {
    margin-top: 30px; }
  .entry-content > ul,
  .entry-content .columns-repeater-item-content ul,
  .entry-content .hi-single-article-content ul {
    list-style: none; }
    .entry-content > ul li,
    .entry-content .columns-repeater-item-content ul li,
    .entry-content .hi-single-article-content ul li {
      position: relative;
      z-index: 1;
      padding-left: 28px;
      list-style: none; }
      .entry-content > ul li::before,
      .entry-content .columns-repeater-item-content ul li::before,
      .entry-content .hi-single-article-content ul li::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 8px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 0%;
        background-color: #F1C400; }
      .entry-content > ul li ul,
      .entry-content .columns-repeater-item-content ul li ul,
      .entry-content .hi-single-article-content ul li ul {
        margin-top: 0.75em;
        margin-bottom: 1em; }
      .entry-content > ul li li::before,
      .entry-content .columns-repeater-item-content ul li li::before,
      .entry-content .hi-single-article-content ul li li::before {
        background-color: #D0D0D0; }
  .entry-content .hi-single-article-content ul li {
    margin-bottom: 0.25em; }
    .entry-content .hi-single-article-content ul li::before {
      top: 0.8125em; }
  .entry-content.error-404 {
    padding-bottom: 100px; }
  .entry-content img {
    border: 1px solid #D0D0D0; }
  .entry-content .wp-block-image {
    margin-top: 60px;
    margin-bottom: 60px; }
  .entry-content .block-core-columns .wp-block-image, .entry-content .wp-block-column .wp-block-image {
    margin: 0px;
    margin-top: 14px; }
  .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    max-width: 918px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px; }
  @media (min-width: 1001px) {
    .entry-content > p, .entry-content .drop_down_content * {
      max-width: 918px; }
    .entry-content > ul, .entry-content > ol {
      max-width: 918px; }
    .entry-content > h5, .entry-content > .h5-like {
      max-width: 918px; } }
  @media (max-width: 1000px) {
    .entry-content > p, .entry-content > p.p-intro, .entry-content > ul, .entry-content > ol {
      padding-right: 0;
      margin-left: 5%;
      margin-right: 5%; }
    .entry-content > p {
      max-width: 711px; }
      .entry-content > p.p-intro {
        max-width: 814px; }
    .entry-content > ul, .entry-content > ol {
      max-width: 680px; }
    .entry-content > h5, .entry-content > .h5-like {
      max-width: 813px; } }

/* =WordPress Core
-------------------------------------------------------------- */
#wpadminbar {
  position: fixed !important; }

.alignnone {
  margin: 0 0 40px 0; }

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

.alignright {
  float: right;
  margin: 0 0 40px 40px; }

.alignleft {
  float: left;
  margin: 0 40px 40px 0; }

@media (max-width: 782px) {
  .alignright,
  .alignleft {
    display: block;
    float: none;
    margin: 0 auto 40px auto; } }
.aligncenter,
.wp-block-spacer {
  clear: both; }

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

.has-text-align-left {
  text-align: left; }

.has-text-align-right {
  text-align: right; }

.items-justified-left {
  justify-content: flex-start; }

.items-justified-center {
  text-align: center;
  justify-content: center; }

.items-justified-right {
  justify-content: flex-end; }

.items-justified-space-between {
  justify-content: space-between; }

.wp-block-embed {
  overflow-wrap: break-word; }
  .wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em; }
  .wp-block-embed iframe {
    max-width: 100%; }
  .wp-block-embed__wrapper {
    position: relative; }
  .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%; }
  .wp-block-embed.wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%; }

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%; }

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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; }

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

.slick-pause {
  display: none; }

.slider-controls {
  display: flex;
  align-items: center; }
  .slider-controls .play-pause-button {
    transform: scale(0.583); }
.slider-prev, .slider-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #002D72;
  margin-right: 20px; }
  .slider-prev .icon-arrow-short, .slider-next .icon-arrow-short {
    width: 22px;
    height: auto;
    transform-origin: center;
    transition: all 0.2s ease; }
    .slider-prev .icon-arrow-short path, .slider-next .icon-arrow-short path {
      fill: currentColor; }
  .slider-prev:hover, .slider-prev:focus, .slider-next:hover, .slider-next:focus {
    color: #008566; }
.slider-prev .icon-arrow-short {
  transform: rotate(180deg); }
.slider-prev:hover .icon-arrow-short, .slider-prev:focus .icon-arrow-short {
  transform: translateX(-3px) rotate(180deg); }
.slider-next:hover .icon-arrow-short, .slider-next:focus .icon-arrow-short {
  transform: translateX(3px); }

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0; }

.slick-dot button {
  display: block;
  cursor: pointer; }
.slick-dot-content {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  .video-background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #9CC9EF; }

body.home .video-background {
  left: auto;
  width: 80%; }

body.home .video-background.blue {
  right: auto;
  left: -54%;
  z-index: 0;
  filter: url(#duotone); }

_::-webkit-full-page-media, _:future, :root body.home .video-background.blue {
  filter: grayscale(100%) sepia(40%) brightness(73%) hue-rotate(161deg) saturate(493%) contrast(228%) invert(14%);
  opacity: .6; }

.play-pause-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer; }
  .play-pause-button::before {
    display: block;
    content: '';
    box-sizing: inherit;
    width: 0;
    height: 24px;
    border-color: transparent transparent transparent #fff;
    transition: 0.2s all ease;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    opacity: 0.77; }
  .play-pause-button--grey::before {
    opacity: 0.32;
    border-left-color: #757575; }
  .play-pause-button.playing::before {
    border-style: double;
    border-width: 0px 0 0px 20px; }
  .play-pause-button:hover::before, .play-pause-button:focus::before {
    opacity: 1; }

.popup-modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.88);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px); }
  .popup-modal-inner {
    position: relative; }
  .popup-modal-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 0;
    background-color: #008566;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease; }
    .popup-modal-close .icon-x {
      width: 25px;
      height: 25px;
      margin: 0; }
    .popup-modal-close:hover, .popup-modal-close:focus {
      background-color: #fff;
      color: #002d72; }
    @media (max-width: 1000px) {
      .popup-modal-close {
        width: 24px;
        height: 24px;
        border-radius: 24px; }
        .popup-modal-close .icon-x {
          width: 19px;
          height: 19px; } }

.video-modal-inner {
  width: 90%;
  background: #000; }
  .video-modal-inner .popup-modal-close {
    position: absolute;
    top: -40px;
    right: -40px; }
    @media (max-width: 1000px) {
      .video-modal-inner .popup-modal-close {
        top: -30px;
        right: 0; } }
.video-modal .wp-block-embed.wp-embed-aspect-1-2, .video-modal .wp-block-embed.wp-embed-aspect-9-16, .video-modal .wp-block-embed.wp-embed-aspect-1-1 {
  max-width: 40vh; }

.entry-content > .accordion-section {
  margin-bottom: 133px; }
  @media (max-width: 640px) {
    .entry-content > .accordion-section {
      margin-bottom: 73px; } }
.accordion-section-title {
  margin-bottom: 25px; }
.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }
  .accordion-trigger--empty {
    cursor: default;
    pointer-events: none;
    background: #fff; }
  .accordion-trigger-title h4 {
    color: inherit;
    margin: 0; }
    @media (max-width: 782px) {
      .accordion-trigger-title h4 {
        line-height: 26px; } }
  .accordion-trigger-icon {
    position: relative;
    z-index: 1;
    display: block;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 2px #0077D8 solid;
    background-color: #0077D8;
    transition: background-color 0.2s ease, border-color 0.2s ease; }
    .accordion-trigger-icon::before, .accordion-trigger-icon::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 18px;
      height: 2px;
      background-color: #fff;
      top: 50%;
      left: 50%;
      margin: -1px 0 0 -9px;
      transform-origin: center;
      transition: transform 0.2s ease, background-color 0.2s ease; }
    .accordion-trigger-icon::after {
      transform: rotate(90deg); }
    @media (max-width: 782px) {
      .accordion-trigger-icon {
        width: 22px;
        height: 22px;
        border-radius: 22px; }
        .accordion-trigger-icon::before, .accordion-trigger-icon::after {
          width: 12px;
          margin: -1px 0 0 -6px; } }
    .accordion-trigger-icon-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(50%);
              clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      word-wrap: normal !important; }
      .accordion-trigger-icon-label--open {
        display: block; }
      .accordion-trigger-icon-label--close {
        display: none; }
    .accordion.is-open .accordion-trigger-icon {
      background-color: transparent; }
      .accordion.is-open .accordion-trigger-icon::after {
        transform: rotate(0deg);
        background-color: #0077D8; }
      .accordion.is-open .accordion-trigger-icon-label--open {
        display: none; }
      .accordion.is-open .accordion-trigger-icon-label--close {
        display: block; }

.accordion-block {
  position: relative;
  z-index: 1;
  border-top: 1px rgba(83, 83, 83, 0.1) solid; }
  .accordion-block::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    right: 13px;
    bottom: 100%;
    width: 221px;
    height: 34px;
    margin-bottom: 1px;
    background-color: transparent;
    background-image: url("../images/lines/lines_gray.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 1100px auto;
    -webkit-clip-path: url("#cp-accordion-block");
            clip-path: url("#cp-accordion-block"); }
  .accordion-block .accordion {
    transition: background-color 0.2s ease;
    border-bottom: 1px rgba(83, 83, 83, 0.1) solid; }
    .accordion-block .accordion:hover {
      background-color: #F7F7F7; }
    .accordion-block .accordion-trigger {
      color: #008566;
      padding: 37px 33px 37px 0;
      transition: color 0.2s ease, padding-left 0.3s ease; }
      .accordion-block .accordion-trigger:hover, .accordion-block .accordion-trigger:focus {
        padding-left: 29px; }
        .accordion-block .accordion-trigger:hover .accordion-trigger-icon, .accordion-block .accordion-trigger:focus .accordion-trigger-icon {
          background-color: #002D72;
          border-color: #002D72; }
      .accordion-block .accordion-trigger-icon {
        width: 20px;
        height: 20px;
        border-radius: 20px; }
        .accordion-block .accordion-trigger-icon::before, .accordion-block .accordion-trigger-icon::after {
          width: 10px;
          margin: -1px 0 0 -5px; }
    .accordion-block .accordion-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s 0.3s, opacity 0.3s linear;
      max-width: 637px;
      height: 0;
      overflow: hidden;
      transition: visibility 0s 0.3s, opacity 0.3s, height 0.3s;
      padding-left: 29px; }
      .accordion-block .accordion-content.is-open {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s linear;
        height: auto;
        transition: opacity 0.3s, height 0.3s; }
      .accordion-block .accordion-content p:last-child {
        margin-bottom: 0; }
    .accordion-block .accordion.is-open {
      background-color: transparent;
      padding: 37px 33px 60px 0; }
      .accordion-block .accordion.is-open .accordion-trigger {
        color: #002d72;
        padding: 0 0 0 29px; }
        .accordion-block .accordion.is-open .accordion-trigger:hover,
        .accordion-block .accordion.is-open .accordion-trigger:hover .accordion-trigger-icon, .accordion-block .accordion.is-open .accordion-trigger:focus,
        .accordion-block .accordion.is-open .accordion-trigger:focus .accordion-trigger-icon {
          background-color: transparent;
          border-color: #008566; }
    @media (max-width: 782px) {
      .accordion-block .accordion-trigger {
        padding-top: 20px;
        padding-bottom: 20px; }
      .accordion-block .accordion.is-open {
        padding-top: 20px;
        padding-bottom: 40px; }
        .accordion-block .accordion.is-open .accordion-trigger {
          padding-top: 0;
          padding-bottom: 0; } }
  .accordion-block-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1em; }

.accordion-block ol,
.accordion-block ul,
.accordion-section-bottom ol,
.accordion-section-bottom ul {
  list-style: none;
  margin-left: 60px; }
  .accordion-block ol li,
  .accordion-block ul li,
  .accordion-section-bottom ol li,
  .accordion-section-bottom ul li {
    position: relative;
    z-index: 1;
    margin-bottom: 24px; }
    .accordion-block ol li::before,
    .accordion-block ul li::before,
    .accordion-section-bottom ol li::before,
    .accordion-section-bottom ul li::before {
      position: absolute;
      z-index: 1;
      left: -34px;
      top: 0.25em;
      font-family: "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 1;
      color: #D0D0D0; }
.accordion-block ol,
.accordion-section-bottom ol {
  counter-reset: ol-counter; }
  .accordion-block ol li,
  .accordion-section-bottom ol li {
    counter-increment: ol-counter; }
    .accordion-block ol li::before,
    .accordion-section-bottom ol li::before {
      content: counter(ol-counter) ". ";
      font-size: 20px; }
.accordion-block ul,
.accordion-section-bottom ul {
  counter-reset: alpha-counter; }
  .accordion-block ul li,
  .accordion-section-bottom ul li {
    counter-increment: alpha-counter; }
    .accordion-block ul li::before,
    .accordion-section-bottom ul li::before {
      content: counter(alpha-counter,upper-alpha) ". "; }

.accordion-section--checklist .accordion-block {
  border-top: 5px #F0F0F0 solid; }
  .accordion-section--checklist .accordion-block::after {
    display: none; }
.accordion-section--checklist .accordion-trigger, .accordion-section--checklist .accordion-trigger:hover, .accordion-section--checklist .accordion-trigger:focus, .accordion-section--checklist .accordion-content, .accordion-section--checklist .accordion-block .accordion.is-open .accordion-trigger {
  padding-left: 53px; }
  @media (max-width: 640px) {
    .accordion-section--checklist .accordion-trigger, .accordion-section--checklist .accordion-trigger:hover, .accordion-section--checklist .accordion-trigger:focus, .accordion-section--checklist .accordion-content, .accordion-section--checklist .accordion-block .accordion.is-open .accordion-trigger {
      padding-left: 45px; } }
.accordion-section--checklist .accordion-trigger {
  background-image: url("../svg/check-mark.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
  color: #002d72; }
.accordion-section--checklist .accordion-trigger-title h5,
.accordion-section--checklist .accordion-trigger-title h4-like {
  margin: 0;
  text-transform: none; }
  @media (max-width: 640px) {
    .accordion-section--checklist .accordion-trigger-title h5,
    .accordion-section--checklist .accordion-trigger-title h4-like {
      font-size: 18px; } }
.accordion-section--checklist .accordion-trigger-title small {
  display: block;
  font-size: 13px;
  line-height: 2;
  text-transform: uppercase;
  color: #A45A96;
  padding-left: 32px;
  background: transparent url("../svg/arrow-pink.svg") no-repeat left center;
  background-size: 19px auto; }
.accordion-section--checklist .accordion-trigger-icon {
  margin-left: 100px; }
  .accordion-section--checklist .accordion-trigger-icon-readmore {
    position: absolute;
    z-index: 1;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    min-width: 90px;
    margin-right: 8px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #008566; }
  @media (max-width: 640px) {
    .accordion-section--checklist .accordion-trigger-icon {
      margin-left: 20px; }
      .accordion-section--checklist .accordion-trigger-icon-readmore {
        display: none; } }
.accordion-section--checklist .accordion-trigger:hover .accordion-trigger-icon-readmore, .accordion-section--checklist .accordion-trigger:focus .accordion-trigger-icon-readmore {
  color: #002D72; }
.accordion-section--checklist .accordion-content {
  max-width: 657px; }
  .accordion-section--checklist .accordion-content .h5-like {
    margin-bottom: 0; }
  .accordion-section--checklist .accordion-content p {
    font-size: 16px;
    line-height: 1.75; }
  .accordion-section--checklist .accordion-content > *:first-child {
    margin-top: 25px; }
.accordion-section--checklist .accordion-block {
  margin-bottom: 110px; }
  @media (max-width: 640px) {
    .accordion-section--checklist .accordion-block {
      margin-bottom: 70px; } }
  .accordion-section--checklist .accordion-block:last-child {
    margin-bottom: 0; }
  .accordion-section--checklist .accordion-block .accordion.is-open {
    padding-bottom: 43px; }
    .accordion-section--checklist .accordion-block .accordion.is-open .accordion-trigger-icon-readmore {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s 0.3s, opacity 0.3s linear; }

.filter-box {
  position: relative;
  z-index: 1;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 2;
  border: 2px #D0D0D0 solid;
  transition: border-color 0.2s ease;
  background-color: #fff; }
  .filter-box:focus-within {
    border-color: #002D72; }
  .filter-box label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }
  .filter-box::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 15px;
    top: 13px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .filter-box--select label {
    left: 0;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    color: #535353; }
  .filter-box--select.has-option-selected label {
    clip: unset;
    -webkit-clip-path: none;
            clip-path: none;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1; }
  .filter-box--select::after {
    background-image: url("../svg/chevron-circle-green.svg"); }
  .filter-box--date::after {
    background-image: url("../svg/calendar.svg"); }
  .filter-box select,
  .filter-box input {
    position: relative;
    z-index: 1; }
  .filter-box select,
  .filter-box input[type="date"],
  .filter-box input[type="text"],
  .filter-box .ui-datepicker-trigger {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    padding: 4px 16px 7px;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none; }
  .filter-box select,
  .filter-box input[type="text"],
  .filter-box .ui-datepicker-trigger {
    padding-right: 52px;
    cursor: pointer; }
  .filter-box .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    text-align: left;
    color: #757575; }
  .filter-box input:not(:-moz-placeholder) + .ui-datepicker-trigger {
    opacity: 0; }
  .filter-box input:not(:placeholder-shown) + .ui-datepicker-trigger {
    opacity: 0; }
  .filter-box select::-ms-expand {
    display: none; }
  .filter-box ::-webkit-calendar-picker-indicator {
    background: transparent;
    cursor: pointer; }

.mobile-filters-trigger {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #535353;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px #D0D0D0 solid;
  border-radius: 0;
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 25px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer; }
  .mobile-filters-trigger .icon-filter {
    fill: rgba(0, 0, 0, 0.2);
    width: 1em;
    height: 1em;
    margin-right: 0.5em; }
  .mobile-filters-trigger:hover, .mobile-filters-trigger:focus, .mobile-filters-wrapper.is-open .mobile-filters-trigger {
    border-color: #f0f0f0;
    background-color: #f0f0f0; }
  .mobile-filters-trigger:hover .accordion-trigger-icon, .mobile-filters-trigger:focus .accordion-trigger-icon {
    border-color: #002D72;
    background-color: #002D72; }
    .mobile-filters-trigger:hover .accordion-trigger-icon::after, .mobile-filters-trigger:focus .accordion-trigger-icon::after {
      background-color: #fff; }
@media (max-width: 782px) {
  .mobile-filters-trigger {
    display: flex; }
  .mobile-filters-wrapper {
    margin-bottom: 25px;
    transition: background-color 0.3s ease; }
    .mobile-filters-wrapper .filter-list {
      padding: 0 25px;
      height: 0;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s 0.3s, opacity 0.3s linear;
      transition: visibility 0s 0.3s, opacity 0.3s, height 0.3s; }
      .mobile-filters-wrapper .filter-list.is-open {
        height: auto;
        overflow: visible;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s linear;
        transition: opacity 0.3s, height 0.3s; }
    .mobile-filters-wrapper .filter-box {
      width: 100%; }
    .mobile-filters-wrapper.is-open {
      background-color: #f0f0f0; } }

#dlfilter_category {
  border-radius: 0px;
  background-color: transparent;
  background-image: url(../images/select_arrow.svg);
  background-position: 90% center;
  background-repeat: no-repeat;
  border: 1px solid #D3D3D3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 300px;
  height: 45px;
  padding-left: 18px;
  font-size: 15px; }
  @media only screen and (max-width: 550px) {
    #dlfilter_category {
      max-width: 100%;
      margin-bottom: 20px; } }

#dlfilter_search {
  border-radius: 0px;
  background-color: transparent;
  background-image: url(../svg/search_gold_bg.svg);
  background-size: 17px auto;
  background-position: 90% center;
  background-repeat: no-repeat;
  border: 1px solid #D3D3D3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 300px;
  height: 45px;
  padding-left: 18px;
  font-size: 15px; }
  #dlfilter_search::-moz-placeholder {
    color: #000; }
  #dlfilter_search::placeholder {
    color: #000; }
  @media only screen and (max-width: 550px) {
    #dlfilter_search {
      max-width: 100%; } }

#dlfilter_form .row {
  display: flex; }
  @media only screen and (max-width: 550px) {
    #dlfilter_form .row {
      flex-direction: column; } }
  #dlfilter_form .row .col {
    width: 50%; }
    @media only screen and (max-width: 550px) {
      #dlfilter_form .row .col {
        width: 100%; } }
    #dlfilter_form .row .col:first-child {
      padding-right: 20px; }
      @media only screen and (max-width: 550px) {
        #dlfilter_form .row .col:first-child {
          padding-right: 0px; } }
    #dlfilter_form .row .col:last-child {
      padding-left: 20px;
      text-align: right; }
      @media only screen and (max-width: 550px) {
        #dlfilter_form .row .col:last-child {
          padding-left: 0px;
          text-align: left; } }

.page-id-15148 .brand-showcase {
  padding-bottom: 30px; }

.entry-content .wpforms-title {
  text-transform: uppercase;
  letter-spacing: 0.03em; }
.entry-content .wpforms-field-label {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.034em;
  color: #002d72;
  margin-bottom: 5px; }
.entry-content .wpforms-field-checkbox {
  font-size: 16px; }
  .entry-content .wpforms-field-checkbox .wpforms-field-label-inline {
    position: relative;
    z-index: 1;
    padding-left: 26px;
    cursor: pointer; }
    .entry-content .wpforms-field-checkbox .wpforms-field-label-inline::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 1px #D9D9D9 solid;
      transition: background-color 0.2s ease, border-color 0.2s ease; }
    .entry-content .wpforms-field-checkbox .wpforms-field-label-inline::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      left: 5px;
      top: 4px;
      width: 5px;
      height: 10px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      opacity: 0; }
    .entry-content .wpforms-field-checkbox .wpforms-field-label-inline:hover::before {
      background-color: #f0f0f0; }
  .entry-content .wpforms-field-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .entry-content .wpforms-field-checkbox input:checked ~ .wpforms-field-label-inline::after {
      opacity: 1; }
    .entry-content .wpforms-field-checkbox input:checked ~ .wpforms-field-label-inline::before {
      background-color: #002d72;
      border-color: #002d72; }
.entry-content .wpforms-container {
  margin-bottom: 130px; }
  .entry-content .wpforms-container input.wpforms-field-medium,
  .entry-content .wpforms-container select.wpforms-field-medium,
  .entry-content .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%; }
  .entry-content .wpforms-container input[type="date"],
  .entry-content .wpforms-container input[type="datetime"],
  .entry-content .wpforms-container input[type="datetime-local"],
  .entry-content .wpforms-container input[type="email"],
  .entry-content .wpforms-container input[type="month"],
  .entry-content .wpforms-container input[type="number"],
  .entry-content .wpforms-container input[type="password"],
  .entry-content .wpforms-container input[type="range"],
  .entry-content .wpforms-container input[type="search"],
  .entry-content .wpforms-container input[type="tel"],
  .entry-content .wpforms-container input[type="text"],
  .entry-content .wpforms-container input[type="time"],
  .entry-content .wpforms-container input[type="url"],
  .entry-content .wpforms-container input[type="week"],
  .entry-content .wpforms-container select,
  .entry-content .wpforms-container textarea {
    border-radius: 0;
    border: 1px #D9D9D9 solid; }
    .entry-content .wpforms-container input[type="date"]::-moz-placeholder, .entry-content .wpforms-container input[type="datetime"]::-moz-placeholder, .entry-content .wpforms-container input[type="datetime-local"]::-moz-placeholder, .entry-content .wpforms-container input[type="email"]::-moz-placeholder, .entry-content .wpforms-container input[type="month"]::-moz-placeholder, .entry-content .wpforms-container input[type="number"]::-moz-placeholder, .entry-content .wpforms-container input[type="password"]::-moz-placeholder, .entry-content .wpforms-container input[type="range"]::-moz-placeholder, .entry-content .wpforms-container input[type="search"]::-moz-placeholder, .entry-content .wpforms-container input[type="tel"]::-moz-placeholder, .entry-content .wpforms-container input[type="text"]::-moz-placeholder, .entry-content .wpforms-container input[type="time"]::-moz-placeholder, .entry-content .wpforms-container input[type="url"]::-moz-placeholder, .entry-content .wpforms-container input[type="week"]::-moz-placeholder, .entry-content .wpforms-container select::-moz-placeholder, .entry-content .wpforms-container textarea::-moz-placeholder {
      font-weight: 300;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0%;
      text-transform: capitalize;
      color: #000;
      opacity: 1; }
    .entry-content .wpforms-container input[type="date"]::placeholder,
    .entry-content .wpforms-container input[type="datetime"]::placeholder,
    .entry-content .wpforms-container input[type="datetime-local"]::placeholder,
    .entry-content .wpforms-container input[type="email"]::placeholder,
    .entry-content .wpforms-container input[type="month"]::placeholder,
    .entry-content .wpforms-container input[type="number"]::placeholder,
    .entry-content .wpforms-container input[type="password"]::placeholder,
    .entry-content .wpforms-container input[type="range"]::placeholder,
    .entry-content .wpforms-container input[type="search"]::placeholder,
    .entry-content .wpforms-container input[type="tel"]::placeholder,
    .entry-content .wpforms-container input[type="text"]::placeholder,
    .entry-content .wpforms-container input[type="time"]::placeholder,
    .entry-content .wpforms-container input[type="url"]::placeholder,
    .entry-content .wpforms-container input[type="week"]::placeholder,
    .entry-content .wpforms-container select::placeholder,
    .entry-content .wpforms-container textarea::placeholder {
      font-weight: 300;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0%;
      text-transform: capitalize;
      color: #000;
      opacity: 1; }
  .entry-content .wpforms-container input[type="date"],
  .entry-content .wpforms-container input[type="datetime"],
  .entry-content .wpforms-container input[type="datetime-local"],
  .entry-content .wpforms-container input[type="email"],
  .entry-content .wpforms-container input[type="month"],
  .entry-content .wpforms-container input[type="number"],
  .entry-content .wpforms-container input[type="password"],
  .entry-content .wpforms-container input[type="search"],
  .entry-content .wpforms-container input[type="tel"],
  .entry-content .wpforms-container input[type="text"],
  .entry-content .wpforms-container input[type="time"],
  .entry-content .wpforms-container input[type="url"],
  .entry-content .wpforms-container input[type="week"],
  .entry-content .wpforms-container select {
    font-size: 18px;
    height: 40px;
    padding: 0 0.5em; }
  .entry-content .wpforms-container textarea {
    padding: 0.5em; }
  .entry-content .wpforms-container select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff url("../svg/chevron-green.svg") no-repeat right 20px center;
    background-size: 12px auto; }
    .entry-content .wpforms-container select::-ms-expand {
      display: none; }
  .entry-content .wpforms-container ul li {
    line-height: 1;
    margin-bottom: 10px; }
  .entry-content .wpforms-container .wpforms-submit-container {
    padding-top: 30px; }
  @media (max-width: 640px) {
    .entry-content .wpforms-container .wpforms-five-sixths,
    .entry-content .wpforms-container .wpforms-four-sixths,
    .entry-content .wpforms-container .wpforms-four-fifths,
    .entry-content .wpforms-container .wpforms-one-fifth,
    .entry-content .wpforms-container .wpforms-one-fourth,
    .entry-content .wpforms-container .wpforms-one-half,
    .entry-content .wpforms-container .wpforms-one-sixth,
    .entry-content .wpforms-container .wpforms-one-third,
    .entry-content .wpforms-container .wpforms-three-fourths,
    .entry-content .wpforms-container .wpforms-three-fifths,
    .entry-content .wpforms-container .wpforms-three-sixths,
    .entry-content .wpforms-container .wpforms-two-fourths,
    .entry-content .wpforms-container .wpforms-two-fifths,
    .entry-content .wpforms-container .wpforms-two-sixths,
    .entry-content .wpforms-container .wpforms-two-thirds {
      width: auto;
      float: none;
      margin-left: 0; } }
.entry-content .wpforms-first, .entry-content .wpforms-submit-container {
  clear: both; }

body.search .page-header .h4-like {
  text-transform: none; }

.searchform {
  font-size: 60px; }
  @media (max-width: 1000px) {
    .searchform {
      font-size: 48px; } }
  @media (max-width: 782px) {
    .searchform {
      font-size: 5vw; } }
  .searchform-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: box-shadow 0.3s ease; }
    .searchform-wrapper:focus-within {
      box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.2); }
  .searchform-input, .searchform-submit {
    font: inherit; }
  .searchform-input {
    height: 1.9375em;
    padding: 0 0.5em 0 0.25em;
    min-width: 1em;
    flex-grow: 1;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #535353;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .searchform-input:focus {
      outline-color: transparent; }
      @media (min-width: 641px) {
        .searchform-input:focus {
          outline-offset: -5px; } }
      .keyboard-in-use .searchform-input:focus {
        outline-color: #68ACE5; }
    .searchform-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999; }
    .searchform-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #999; }
    .searchform-input:-ms-input-placeholder {
      /* IE 10+ */
      color: #999; }
    .searchform-input:-moz-placeholder {
      /* Firefox 18- */
      color: #999; }
  .searchform-submit {
    flex-shrink: 0;
    border-radius: 0; }
    .searchform-submit:focus {
      outline-offset: -5px;
      outline-color: #fff; }

.search-modal {
  background-color: rgba(0, 45, 114, 0.95); }
  .search-modal-inner {
    width: 80%;
    max-width: 1030px; }
    .search-modal-inner .popup-modal-close {
      position: absolute;
      top: -150px;
      right: 0; }
      @media (max-width: 1000px) {
        .search-modal-inner .popup-modal-close {
          top: -100px; } }
      @media (max-width: 782px) {
        .search-modal-inner .popup-modal-close {
          position: fixed;
          top: 30px;
          right: 30px; } }
  .search-modal-links {
    padding-top: 50px;
    font-size: 20px; }
    .search-modal-links h3 {
      color: #fff;
      margin: 0 2em 0 0; }
    .search-modal-links,
    .search-modal-links ul {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .search-modal-links ul {
      flex-grow: 1;
      list-style: none;
      margin: 0; }
      .search-modal-links ul li {
        margin: 0 0 0 1em; }
    .search-modal-links .link-front-icon {
      font-size: 18px; }
    @media (max-width: 1000px) {
      .search-modal-links h3,
      .search-modal-links ul li {
        margin: 0 0 0.5em 0; }
      .search-modal-links,
      .search-modal-links ul {
        flex-direction: column;
        text-align: center; } }

.search-result {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px #f0f0f0 solid;
  margin-bottom: 60px; }
  .search-result-image {
    width: 300px;
    flex-shrink: 0;
    margin: 0 30px 30px 0; }
    .search-result-image .cover-image {
      padding-top: 66%; }
  .search-result-content {
    font-size: 16px;
    line-height: 1.5; }
    .search-result-content .h3-like {
      text-transform: none;
      margin-bottom: 1em; }
    .search-result-content .h5-like {
      margin: 0 0 0.5em; }
  @media (max-width: 1000px) {
    .search-result-image {
      width: 250px; } }
  @media (max-width: 782px) {
    .search-result-image {
      width: 200px;
      margin-right: 20px; } }
  @media (max-width: 640px) {
    .search-result {
      display: block; }
      .search-result-image {
        width: auto;
        max-width: 400px;
        margin-right: 0; }
        .search-result-image .cover-image {
          padding-top: 60%; } }

.search-results-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center; }
  .search-results-nav .nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.25em;
    margin: 0 0.25em;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
    .search-results-nav .nav-links .page-numbers.current {
      color: #535353; }
    .search-results-nav .nav-links .page-numbers.prev::before, .search-results-nav .nav-links .page-numbers.next::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("../images/../svg/arrow-circle--green.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 100%;
      transition: transform 0.2s ease;
      flex-shrink: 0; }
    .search-results-nav .nav-links .page-numbers.next {
      margin-left: 1.5em;
      flex-direction: row-reverse; }
      .search-results-nav .nav-links .page-numbers.next::before {
        margin-left: 0.5em; }
      .search-results-nav .nav-links .page-numbers.next:hover::before, .search-results-nav .nav-links .page-numbers.next:focus::before {
        transform: translateX(3px); }
    .search-results-nav .nav-links .page-numbers.prev {
      margin-right: 1.5em; }
      .search-results-nav .nav-links .page-numbers.prev::before {
        margin-right: 0.5em;
        transform: rotate(180deg); }
      .search-results-nav .nav-links .page-numbers.prev:hover::before, .search-results-nav .nav-links .page-numbers.prev:focus::before {
        transform: rotate(180deg) translateX(3px); }
  @media (max-width: 782px) {
    .search-results-nav .nav-links .page-numbers {
      font-size: 14px; } }
  @media (max-width: 550px) {
    .search-results-nav .nav-links {
      justify-content: space-between; }
      .search-results-nav .nav-links .page-numbers {
        display: none; }
        .search-results-nav .nav-links .page-numbers.prev, .search-results-nav .nav-links .page-numbers.next {
          display: flex;
          margin: 0; } }

.home-hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-left: 175px;
  padding-right: 180px;
  background-size: cover;
  /*min-height: calc(100vh - 215px);*/
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  @media screen and ( min-height: 750px ) {
    &-content::before {
      top: -52px;
    }
  }
  */ }
  .home-hero::before {
    content: "";
    display: block;
    position: absolute;
    left: 153px;
    top: 100%;
    transform: translateY(-66%);
    width: 93px;
    height: 40px;
    background-image: url("../svg/hero_bottom_boxes.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .home-hero .hero_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1274px;
    gap: 5%; }
  .home-hero .home-hero-content-inner h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1%;
    margin-bottom: 60px !important;
    color: white;
    text-transform: none; }
  .home-hero .home-hero-content-inner #searchform .searchform-input {
    height: 77px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #002d72;
    padding-left: 30px;
    padding-right: 130px; }
    .home-hero .home-hero-content-inner #searchform .searchform-input.mobile {
      display: none; }
    @media (max-width: 750px) {
      .home-hero .home-hero-content-inner #searchform .searchform-input.desktop {
        display: none; }
      .home-hero .home-hero-content-inner #searchform .searchform-input.mobile {
        display: block; } }
    .home-hero .home-hero-content-inner #searchform .searchform-input::-moz-placeholder {
      color: #002d72; }
    .home-hero .home-hero-content-inner #searchform .searchform-input::placeholder {
      color: #002d72; }
  .home-hero .home-hero-content-inner #searchform #searchsubmit {
    height: 47px;
    width: 101px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 0;
    position: absolute;
    right: 20px; }
  .home-hero-assets {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2; }
    .home-hero-assets::before, .home-hero-assets::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1; }
    .home-hero-assets::before {
      min-width: 619px;
      min-height: 642px;
      width: 57%;
      height: 100%;
      left: 0px;
      top: 0px;
      background-image: url("../images/lines/home-hero-white-lines.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 100% 100%; }
    .home-hero-assets::after {
      left: -1%;
      bottom: -15px;
      width: 56%;
      height: 49%;
      background-image: url("../images/lines/line-home-hero-content.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 100% 100%; }
  .home-hero-title {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 0; }
    .home-hero-title div {
      margin-bottom: 0.84em; }
      .home-hero-title div:last-child {
        margin: 0; }
    .home-hero-title span {
      color: #fff; }
    .home-hero-title div.tagline span.word {
      position: relative; }
    .home-hero-title div.tagline span.word:nth-child(2) {
      margin-left: 88px; }
      .home-hero-title div.tagline span.word:nth-child(2)::before {
        content: "";
        display: block;
        position: absolute;
        width: 68px;
        height: 3px;
        background-color: #68ACE5;
        top: 50%;
        left: -88px; }
      .home-hero-title div.tagline span.word:nth-child(2)::after {
        content: "";
        display: block;
        position: absolute;
        width: 78px;
        height: 3px;
        background-color: #68ACE5;
        top: 50%;
        right: -104px; }
    .home-hero-title div.tagline span.word:nth-child(3) {
      margin-left: 200px; }
      .home-hero-title div.tagline span.word:nth-child(3)::before {
        content: "";
        display: block;
        position: absolute;
        width: 180px;
        height: 3px;
        background-color: #68ACE5;
        top: 50%;
        left: -200px; }
    .home-hero-title div.tagline span.word:nth-child(4)::after {
      content: "";
      display: block;
      position: absolute;
      width: 60px;
      height: 3px;
      background-color: #68ACE5;
      top: 50%;
      right: -80px; }
  .home-hero .video-background-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    .home-hero .video-background-wrapper::before {
      content: "";
      display: block;
      position: absolute;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 3;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.3486806556) 0%, rgba(0, 0, 0, 0) 100%); }
    .home-hero .video-background-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      width: 146px;
      height: 403px;
      background-image: url("../images/lines/line-home-hero-corner.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .home-hero .video-controls {
    position: absolute;
    z-index: 5;
    left: 5px;
    bottom: 23px;
    transform: scale(0.6);
    transform-origin: right bottom; }
  @media (min-width: 1001px) {
    .home-hero-content {
      position: relative;
      z-index: 3;
      width: 512px; }
      .home-hero-content-inner {
        position: relative;
        z-index: 4;
        max-width: 701px;
        font-family: "proxima-nova", sans-serif;
        font-size: 40px;
        letter-spacing: 0.02em;
        line-height: 50px;
        font-weight: 600;
        /*
        padding:76px 45px 79px 54px;
        background-color: rgba($dark-blue, 0.7);
        */
        color: #fff;
        /*
        backdrop-filter: blur(10px);
        &::before,
        &::after{
          @include absolute-psudo(1);
        }
        &::before{
          top:0;
          left:54px;
          right:54px;
          height:16px;
          background-color: $light-blue;
        }
        &::after{
          left:-18px;
          bottom:-39px;
          width:158px;
          height:146px;
          @include background-cover('lines/line-home-hero-content-corner.png');
        }
        .btn-arrow--circle{
          position: absolute;
          z-index: 8;
          right: 22px;
          bottom: 24px;
        }
        */ } }
  @media screen and (max-height: 749px) {
    .home-hero-content::before {
      top: -1vh; } }
  @media screen and (max-height: 670px) {
    .home-hero-content::before {
      top: -8vh; } }
  @media screen and (max-height: 620px) {
    .home-hero-content::before {
      top: -10vh; } }
  @media (max-width: 1000px) {
    .home-hero {
      /*padding:0;*/
      min-height: 0;
      margin-bottom: 60px; }
      .home-hero::before, .home-hero::after {
        height: 25px;
        width: auto;
        left: 30px; }
      .home-hero-content {
        position: relative;
        z-index: 3;
        background: rgba(0, 0, 0, 0.5);
        padding: 72px 58px 76px;
        width: 100%; }
        .home-hero-content::before {
          content: "";
          display: block;
          position: absolute;
          z-index: 2;
          top: 0;
          right: 0;
          width: 96px;
          height: 239px;
          background-image: url("../images/lines/line-home-hero-corner.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
        .home-hero-content::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 284px;
          height: 315px;
          bottom: -42px;
          left: -105px;
          background-color: transparent;
          background-image: url("../images/lines/lines_gray.png");
          background-repeat: repeat;
          background-position: center;
          background-size: 900px auto;
          -webkit-clip-path: url("#cp-home-hero-mobile");
                  clip-path: url("#cp-home-hero-mobile"); }
        .home-hero-content-inner {
          position: relative;
          z-index: 3;
          color: #fff;
          position: relative;
          z-index: 4;
          font-family: "proxima-nova", sans-serif;
          font-size: 40px;
          letter-spacing: 0.02em;
          line-height: 50px;
          font-weight: 600;
          /*max-width: 350px;*/ }
          .home-hero-content-inner .btn-arrow--circle {
            display: none; }
      .home-hero-title {
        font-size: 60px; }
        .home-hero-title div.tagline span.word {
          position: relative; }
        .home-hero-title div.tagline span.word:nth-child(2) {
          margin-left: 68px; }
          .home-hero-title div.tagline span.word:nth-child(2)::before {
            content: "";
            display: block;
            position: absolute;
            width: 48px;
            height: 3px;
            background-color: #68ACE5;
            top: 50%;
            left: -68px; }
          .home-hero-title div.tagline span.word:nth-child(2)::after {
            content: "";
            display: block;
            position: absolute;
            width: 58px;
            height: 3px;
            background-color: #68ACE5;
            top: 50%;
            right: -84px; }
        .home-hero-title div.tagline span.word:nth-child(3) {
          margin-left: 160px; }
          .home-hero-title div.tagline span.word:nth-child(3)::before {
            content: "";
            display: block;
            position: absolute;
            width: 140px;
            height: 3px;
            background-color: #68ACE5;
            top: 50%;
            left: -160px; }
        .home-hero-title div.tagline span.word:nth-child(4)::after {
          content: "";
          display: block;
          position: absolute;
          width: 55px;
          height: 3px;
          background-color: #68ACE5;
          top: 50%;
          right: -70px; }
      .home-hero .video-background-wrapper::after {
        display: none; } }
  @media (max-width: 782px) {
    .home-hero-content-inner {
      /*max-width: 220px;*/ }
    .home-hero-title {
      font-size: 34px; }
      .home-hero-title div.tagline span.word {
        position: relative; }
      .home-hero-title div.tagline span.word {
        display: block; }
        .home-hero-title div.tagline span.word:nth-child(2) {
          margin-left: 48px; }
          .home-hero-title div.tagline span.word:nth-child(2)::before {
            content: "";
            display: block;
            position: absolute;
            width: 38px;
            height: 3px;
            background-color: #68ACE5;
            top: 50%;
            left: -48px; }
          .home-hero-title div.tagline span.word:nth-child(2)::after {
            content: "";
            display: block;
            position: absolute;
            width: 28px;
            height: 3px;
            background-color: #68ACE5;
            top: 50%;
            right: 35px; }
        .home-hero-title div.tagline span.word:nth-child(3) {
          margin-left: 88px; }
          .home-hero-title div.tagline span.word:nth-child(3)::before {
            content: "";
            display: block;
            position: absolute;
            width: 78px;
            height: 3px;
            background-color: #68ACE5;
            top: 50%;
            left: -88px; }
        .home-hero-title div.tagline span.word:nth-child(4)::after {
          content: "";
          display: block;
          position: absolute;
          width: 25px;
          height: 3px;
          background-color: #68ACE5;
          top: 50%;
          right: 38px; } }

.testimonial_boxes {
  position: relative; }
  .testimonial_boxes svg {
    position: absolute;
    right: 0px;
    top: -26px;
    z-index: -1; }

@media (max-width: 950px) {
  .testimonial_boxes {
    display: none; } }
.hero_flex_testimonials {
  background: white;
  width: 334px;
  padding: 30px 30px 30px 40px; }
  .hero_flex_testimonials .flex_testimonial_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .hero_flex_testimonials .flex_testimonial_head a {
      font-weight: 400;
      font-size: 14px;
      line-height: 15px;
      letter-spacing: 0%;
      text-align: right;
      text-decoration-style: solid; }
  .hero_flex_testimonials .testimonial_content p:not(.name) {
    font-family: "freight-text-pro", serif;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0%;
    margin-bottom: 9px; }
  .hero_flex_testimonials .testimonial_content .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #002d72;
    margin-bottom: 0px; }

@media (max-width: 1150px) {
  .home-hero {
    padding-left: 5%;
    padding-right: 5%; } }
@media (max-width: 950px) {
  .home-hero .hero_flex_testimonials {
    display: none; } }
@media (max-width: 800px) {
  .hero_flex_testimonials .testimonial_content p:not(.name) {
    font-family: "Factoria";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center; }

  #main.pathway .hero_flex_testimonials {
    width: 100%;
    max-width: 100%; }

  .hero_flex_testimonials .testimonial_content .name {
    text-align: center; }

  .hero_flex_testimonials .flex_testimonial_head .quotes {
    margin: auto; }

  .hero_flex_testimonials .flex_testimonial_head a {
    display: none; }

  .home-hero .home-hero-content-inner h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1%;
    text-align: center; }

  .home-hero .home-hero-content-inner #searchform .searchform-input {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    height: 63px; }

  .home-hero .home-hero-content-inner #searchform #searchsubmit {
    right: 10px; } }
.home-intro {
  margin-bottom: 87px; }
  .home-intro .container {
    max-width: 1234px;
    padding-left: 106px;
    display: flex; }
  .home-intro-copy {
    padding-top: 98px;
    max-width: 614px;
    margin-right: 98px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.9; }
    .home-intro-copy .text-blue {
      font-size: 22px;
      line-height: 1.39;
      color: #002d72;
      letter-spacing: 0.01em; }
  .home-intro-facts {
    width: 416px;
    flex-shrink: 0;
    margin-top: -35px; }
    .home-intro-facts-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px; }
      .home-intro-facts-grid::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 354px;
        height: 363px;
        background-color: transparent;
        background-image: url("../images/lines/lines_gray.png");
        background-repeat: repeat;
        background-position: center;
        background-size: 814px auto;
        -webkit-clip-path: url("#cp-home-facts-grid");
                clip-path: url("#cp-home-facts-grid");
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .home-intro-facts-grid .fact {
        position: relative;
        z-index: 2;
        padding-top: 100%;
        border: 1px #E0E0E0 solid;
        background-color: #fff; }
        .home-intro-facts-grid .fact-content {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 1;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0; }
        .home-intro-facts-grid .fact-figure, .home-intro-facts-grid .fact-desc {
          display: block;
          text-align: center;
          max-width: 152px; }
        .home-intro-facts-grid .fact-figure {
          font-size: 40px;
          line-height: 1.09;
          color: #002D72; }
        .home-intro-facts-grid .fact-desc {
          font-size: 14px;
          line-height: 1.42; }
    .home-intro-facts-cta {
      text-align: center;
      margin-top: 30px; }
  @media (max-width: 1000px) {
    .home-intro .container {
      display: block;
      padding: 0; }
    .home-intro-copy, .home-intro-facts {
      padding: 0;
      margin-right: auto;
      margin-left: auto;
      margin-top: auto; }
    .home-intro-facts {
      width: auto;
      max-width: 416px; } }
  @media (max-width: 782px) {
    .home-intro-copy {
      font-size: 15px;
      line-height: 1.73;
      max-width: 416px; }
      .home-intro-copy .text-blue {
        font-size: inherit;
        line-height: 1.6; } }

.home-profile-section {
  margin-bottom: 96px; }
  .home-profile-section .section-heading {
    margin-bottom: 63px; }
  .home-profile-section .container {
    max-width: 1080px; }
.home-profile-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px; }
  .home-profile-grid-item {
    display: block;
    width: 300px;
    margin: 0 30px;
    color: #002d72;
    text-decoration: none; }
    .home-profile-grid-item:visited {
      color: #002d72; }
    .home-profile-grid-item:active {
      color: #002d72; }
    .home-profile-grid-item-title {
      color: inherit;
      font-size: 24px;
      line-height: 1.16;
      margin-bottom: 20px; }
    .home-profile-grid-item .btn-arrow--circle {
      background-color: #fff;
      color: #008566; }
      .home-profile-grid-item .btn-arrow--circle .icon-arrow-long {
        stroke-width: 3px; }
      .home-profile-grid-item .btn-arrow--circle .line {
        stroke-dashoffset: 70;
        stroke-linecap: round; }
    .home-profile-grid-item:hover .btn-arrow--circle, .home-profile-grid-item:focus .btn-arrow--circle {
      background-color: #008566;
      color: #fff; }
      .home-profile-grid-item:hover .btn-arrow--circle .line, .home-profile-grid-item:focus .btn-arrow--circle .line {
        stroke-dashoffset: 84; }
@media (max-width: 1000px) {
  .home-profile-section {
    position: relative;
    z-index: 1;
    background: #68ACE5;
    background: linear-gradient(140deg, #86c8bc 0%, #68ace5 20%);
    margin-bottom: 0;
    padding: 98px 0 90px; }
    .home-profile-section::before, .home-profile-section::after {
      content: "";
      display: block;
      position: absolute; }
    .home-profile-section::before {
      z-index: 2;
      width: 275px;
      height: 82px;
      left: 0;
      top: -41px;
      background-image: url("../images/dots/dots-home-profile-mobile.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .home-profile-section::after {
      z-index: -1;
      width: 78px;
      height: 329px;
      right: 0;
      bottom: 500px;
      background-image: url("../images/lines/line-home-profile-mobile.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .home-profile-section .section-heading {
      margin-bottom: 44px; }
  .home-profile-grid {
    display: block;
    padding-top: 0; }
    .home-profile-grid-item {
      width: auto;
      max-width: 330px;
      margin: 0 auto 100px;
      clear: both; }
      .home-profile-grid-item:last-child {
        margin-bottom: 60px; }
      .home-profile-grid-item-title {
        text-decoration: underline;
        transition: text-decoration-color 0.2s ease;
        text-decoration-color: #008566; }
      .home-profile-grid-item .btn-arrow--circle {
        float: left; }
      .home-profile-grid-item:hover .home-profile-grid-item-title, .home-profile-grid-item:focus .home-profile-grid-item-title {
        text-decoration-color: #fff; } }
@media (max-width: 782px) {
  .home-profile-section .section-heading {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; } }

.profile-panel {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  @media (min-width: 1001px) {
    .profile-panel {
      /*
      .home-profile-grid-item:first-child &,
      .home-profile-grid-item:nth-child(3n) &{
        &::before,
        &::after{
          @include absolute-psudo();
          @include background-cover();
        }
        &::before{
          z-index: 1;
        }
        &::after{
          z-index: 6;
        }
      }
      .home-profile-grid-item:first-child &{
        &::before{
          top:91px;
          left:-19px;
          width:19px;
          height:175px;
          background-image: url("../images/lines/line-profile-panel-1-left.png");
        }
        &::after{
          top: -36px;
          right: -17px;
          width:149px;
          height:247px;
          background-image: url("../images/lines/line-profile-panel-1-right.png");
        }
      }
      .home-profile-grid-item:nth-child(3n) &{
        &::before{
          top:112px;
          left:-17px;
          width:17px;
          height:145px;
          background-image: url("../images/lines/line-profile-panel-2-left.png");
        }
        &::after{
          bottom: -21px;
          right: -41px;
          width:195.5px;
          height:280.5px;
          background-image: url("../images/lines/line-profile-panel-2-right.png");
        }
      }
      */ }
      .profile-panel-image .cover-image {
        padding-top: 126.42%;
        z-index: 1; }
        .profile-panel-image .cover-image::before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          background-image: inherit;
          background-position: center; }
        .profile-panel-image .cover-image::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 1;
          background: inherit;
          filter: url(#duotone);
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s 0.3s, opacity 0.3s linear; }
      .profile-panel-image .cover-image::before, .profile-panel-image-title {
        height: 38px;
        bottom: 100%;
        left: 0;
        right: 36px; }
      .profile-panel-image-title {
        position: absolute;
        z-index: 1;
        display: flex;
        align-items: center;
        padding-left: 11px;
        background-color: rgba(0, 45, 114, 0.2);
        -webkit-backdrop-filter: blur(20px);
                backdrop-filter: blur(20px); }
        .profile-panel-image-title h6,
        .profile-panel-image-title .h6-like {
          font-size: 14px;
          margin: 0;
          color: #fff; }
          .profile-panel-image-title h6::before,
          .profile-panel-image-title .h6-like::before {
            display: inline-block;
            content: '';
            width: 11px;
            height: 11px;
            margin-right: 10px;
            background: transparent url("../svg/plus-small.svg") no-repeat center; }
      .profile-panel-image-desc {
        overflow: hidden; }
        .profile-panel-image-desc, .profile-panel-image-desc-inner {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 2; }
        .profile-panel-image-desc-inner {
          display: flex;
          align-items: flex-end;
          padding: 20px 10px 20px 20px;
          color: #fff;
          font-size: 16px;
          line-height: 1.375;
          transform: translateY(100%);
          opacity: 0;
          transition: all 0.3s ease; }
          .profile-panel-image-desc-inner p {
            margin: 0; }
          .profile-panel-image-desc-inner::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: -1;
            top: auto;
            height: 170px;
            background: #0a306d;
            background: linear-gradient(0deg, rgba(10, 48, 109, 0.63) 0%, rgba(10, 48, 109, 0.55) 29%, rgba(10, 48, 109, 0) 100%); }
      .home-profile-grid-item:hover .profile-panel-image-desc-inner {
        opacity: 1;
        transform: translateY(0); }
      .home-profile-grid-item:hover .profile-panel-image .cover-image::after {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s linear; } }
  @media (max-width: 1000px) {
    .profile-panel {
      cursor: default; }
      .profile-panel-image {
        padding-top: 24px; }
        .profile-panel-image .cover-image {
          z-index: 1;
          padding-top: 100%; }
          .profile-panel-image .cover-image::before, .profile-panel-image .cover-image::after {
            content: "";
            display: block;
            position: absolute;
            left: 38px;
            top: -24px;
            right: 0;
            bottom: 100%; }
          .profile-panel-image .cover-image::before {
            z-index: 1;
            background: inherit;
            background-position: center top;
            opacity: 0.6; }
          .profile-panel-image .cover-image::after {
            z-index: 2;
            -webkit-backdrop-filter: blur(10px);
                    backdrop-filter: blur(10px); }
        .profile-panel-image-title h6,
        .profile-panel-image-title .h6-like {
          font-size: inherit;
          line-height: 1.21;
          color: #68ACE5;
          margin: 0 0 0.5em; }
        .profile-panel-image-desc p {
          margin: 0;
          line-height: 1.35; }
      .profile-panel-caption {
        position: relative;
        z-index: 3;
        background-color: rgba(0, 45, 114, 0.9);
        color: #fff;
        margin-right: 33px;
        margin-top: -27px;
        padding: 17px 10px 23px 21px;
        font-size: 14px; } }

.home-slider-section {
  margin-bottom: 128px; }
  .home-slider-section .section-heading {
    margin-bottom: 40px; }
  .home-slider-section .container {
    max-width: 100%;
    width: auto;
    margin: 0 50px; }
.home-slider .slick-pause {
  display: none; }
.home-slider .slide {
  vertical-align: bottom; }
  .home-slider .slide .cover-image {
    padding-top: 50.9%; }
.home-slider-wrapper {
  position: relative;
  z-index: 1; }
.home-slider-controls {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%); }
  .home-slider-controls,
  .home-slider-controls .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center; }
  .home-slider-controls .slick-dot {
    margin: 0 5.5px;
    transition: transform 0.2s ease; }
    .home-slider-controls .slick-dot button {
      display: block;
      border: 0;
      width: 9px;
      height: 9px;
      border-radius: 9px;
      background-color: #fff;
      cursor: pointer;
      transition: opacity 0.2s ease; }
      .home-slider-controls .slick-dot button:hover, .home-slider-controls .slick-dot button:focus {
        opacity: 0.7; }
    .home-slider-controls .slick-dot.slick-active {
      transform: translateY(-14px); }
  .home-slider-controls .play-pause-button {
    transform: scale(0.6);
    margin-left: 40px; }
    .home-slider-controls .play-pause-button::before {
      opacity: 1; }
    .home-slider-controls .play-pause-button:hover::before, .home-slider-controls .play-pause-button:focus::before {
      opacity: 0.7; }
@media (min-width: 1001px) {
  .home-slider-wrapper::before, .home-slider-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .home-slider-wrapper::before {
    top: 100%;
    left: -50px;
    width: 172px;
    height: 195px;
    background-image: url("../images/lines/line-home-slider-bottom-left.png"); }
  .home-slider-wrapper::after {
    top: -327px;
    right: -50px;
    width: 191px;
    height: 494px;
    background-image: url("../images/lines/line-home-slider-top-right.png"); }
  .home-slider::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    background-color: transparent;
    background-image: url("../images/lines/lines_white.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 1220px auto;
    -webkit-clip-path: url("#cp-home-slider");
            clip-path: url("#cp-home-slider");
    width: 553px;
    height: 544px;
    top: 225px;
    left: -430px; } }
@media (max-width: 1000px) {
  .home-slider-section {
    background-color: #68ACE5;
    margin-bottom: 0; }
    .home-slider-section .container {
      margin: auto;
      width: 90%;
      max-width: 90%; }
    .home-slider-section .section-heading {
      max-width: 330px;
      margin-left: auto;
      margin-right: auto; }
  .home-slider-controls {
    position: static;
    transform: none; }
    .home-slider-controls .slick-dots,
    .home-slider-controls .play-pause-button {
      position: absolute;
      z-index: 2; }
    .home-slider-controls .slick-dots {
      left: 50%;
      transform: translateX(-50%); }
    .home-slider-controls .play-pause-button {
      bottom: 30px;
      right: 10px; } }
@media (max-width: 782px) {
  .home-slider .slide .cover-image {
    padding-top: 100%; } }

.home-visit-section .section-heading {
  position: relative;
  z-index: 1;
  max-width: 845px;
  margin: auto;
  padding-top: 75px; }
  .home-visit-section .section-heading::before, .home-visit-section .section-heading::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 25px;
    background: #D0D0D0;
    transform-origin: center;
    left: 50%;
    top: 0; }
  .home-visit-section .section-heading::after {
    transform: rotate(90deg); }
  .home-visit-section .section-heading::before {
    background-color: #002d72;
    top: 44px;
    width: 41px;
    height: 16px;
    transform: translateX(-50%);
    -webkit-mask-image: url(../images/dots/dot-cluster4.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-image: url(../images/dots/dot-cluster4.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center; }
  .home-visit-section .section-heading::after {
    display: none; }

@media (min-width: 1001px) {
  .home-visit-section {
    position: relative;
    z-index: 1;
    overflow: hidden; }

  .hover-column {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .hover-column-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(var(--number-columns, 3), minmax(0, 1fr));
      margin: 74px 0 0;
      gap: 3px; }
      .hover-column-grid::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        top: -161px;
        left: 0;
        background-image: url("../images/lines/line-home-hover-cols-top.png");
        width: 434px;
        height: 289px; }
    .hover-column-image {
      z-index: 1;
      padding-top: 156.3%;
      background-image: var(--desktop-background-img); }
      .hover-column-image::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background-color: rgba(33, 33, 33, 0.4);
        transition: background-color 0.3s ease; }
    .hover-column-link {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 3; }
      .hover-column-link::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto; }
        .hover-column:first-child .hover-column-link::after {
          top: -161px;
          left: 0;
          background-image: url("../images/lines/line-home-hover-cols-top.png");
          width: 434px;
          height: 289px; }
        .hover-column:nth-child(2) .hover-column-link::after {
          bottom: 0;
          right: 0;
          background-image: url("../images/lines/line-home-hover-cols-bottom1.png");
          width: 77px;
          height: 42px; }
        .hover-column:nth-child(3) .hover-column-link::after {
          bottom: 0;
          left: 0;
          background-image: url("../images/lines/line-home-hover-cols-bottom2.png");
          width: 165px;
          height: 42px; }
        .hover-column:nth-child(4) .hover-column-link::after {
          bottom: 0;
          right: 0;
          background-image: url("../images/lines/line-home-hover-cols-bottom3.png");
          width: 186px;
          height: 104px; }
    .hover-column-top, .hover-column-bottom {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 50%;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 10px; }
    .hover-column-top {
      top: 0;
      justify-content: flex-end;
      transform: translateY(30%);
      transition: transform 0.3s ease; }
    .hover-column-bottom {
      bottom: 0;
      justify-content: flex-start;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s 0.3s, opacity 0.3s linear; }
    .hover-column-symbol {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 33px;
      transform: translateY(-15px); }
      .hover-column-symbol,
      .hover-column-symbol .dot {
        transition: all 0.3s ease; }
      .hover-column-symbol .dot {
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 9px;
        margin: 0 3px;
        background-color: #fff; }
        .hover-column-symbol .dot--raised {
          transform: translateY(-133%); }
        .hover-column-symbol .dot--sm {
          transform: scale(0.33);
          margin: 0 2px; }
          .hover-column-symbol .dot--sm.dot--raised {
            transform: scale(0.33) translateY(-400%); }
    .hover-column-title {
      max-width: 200px;
      min-height: 106px;
      display: flex;
      align-items: center; }
      .hover-column-title h3,
      .hover-column-title .h3-like {
        margin: 0;
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.173;
        color: #fff;
        text-transform: uppercase; }
    .hover-column-desc {
      max-width: 200px;
      font-size: 14px;
      line-height: 1.5;
      color: #fff; }
      .hover-column-desc p {
        margin-bottom: 37px; }
    .hover-column .btn-arrow--circle .line {
      stroke-dashoffset: 82; }
    .hover-column:hover .hover-column-image::after, .hover-column:focus-within .hover-column-image::after, .hover-column-link:hover .hover-column-image::after, .hover-column-link:focus .hover-column-image::after {
      background-color: rgba(0, 45, 114, 0.6); }
    .hover-column:hover .hover-column-top, .hover-column:focus-within .hover-column-top, .hover-column-link:hover .hover-column-top, .hover-column-link:focus .hover-column-top {
      transform: translateY(0); }
    .hover-column:hover .hover-column-bottom, .hover-column:focus-within .hover-column-bottom, .hover-column-link:hover .hover-column-bottom, .hover-column-link:focus .hover-column-bottom {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s linear; }
    .hover-column:hover .hover-column-symbol, .hover-column:focus-within .hover-column-symbol, .hover-column-link:hover .hover-column-symbol, .hover-column-link:focus .hover-column-symbol {
      transform: translateY(0); }
      .hover-column:hover .hover-column-symbol .dot--raised, .hover-column:focus-within .hover-column-symbol .dot--raised, .hover-column-link:hover .hover-column-symbol .dot--raised, .hover-column-link:focus .hover-column-symbol .dot--raised {
        transform: translateY(0); }
      .hover-column:hover .hover-column-symbol .dot--sm, .hover-column:focus-within .hover-column-symbol .dot--sm, .hover-column-link:hover .hover-column-symbol .dot--sm, .hover-column-link:focus .hover-column-symbol .dot--sm {
        transform: scale(0.33); }
        .hover-column:hover .hover-column-symbol .dot--sm.dot--raised, .hover-column:focus-within .hover-column-symbol .dot--sm.dot--raised, .hover-column-link:hover .hover-column-symbol .dot--sm.dot--raised, .hover-column-link:focus .hover-column-symbol .dot--sm.dot--raised {
          transform: scale(0.33) translateY(0); } }
@media (max-width: 1000px) {
  .hover-column {
    margin-bottom: 40px; }
    .hover-column-grid {
      width: 90%;
      max-width: 500px;
      margin: auto; }
    .hover-column-image {
      padding-top: 62.4%;
      margin-bottom: 15px;
      background-image: var(--mobile-background-img); }
    .hover-column h3,
    .hover-column .h3-like {
      color: inherit;
      margin: 0;
      font-weight: 700;
      font-size: 22px; }
    .hover-column-desc {
      font-size: 15px;
      line-height: 1.6; } }
@media (max-width: 782px) {
  .home-visit-section .section-heading {
    padding-top: 65px;
    max-width: 330px; }
    .home-visit-section .section-heading h2 {
      text-transform: none;
      font-size: 20px;
      line-height: 1.4; }
    .home-visit-section .section-heading .small-text {
      font-family: "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 1.6;
      padding: 0 40px; } }
@media (max-width: 640px) {
  .hover-column-grid {
    max-width: 330px; } }
.home-application-section {
  margin: 123px 0 150px; }
  .home-application-section .container {
    max-width: 1044px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between; }
.home-application-copy {
  max-width: 580px;
  margin-right: 95px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.555; }
  .home-application-copy h2 {
    font-size: 25px;
    line-height: 1.36;
    text-transform: none;
    color: #002D72;
    margin-bottom: 20px; }
  .home-application-copy p {
    margin: 0 15px 50px 0; }
.home-application-deadlines {
  position: relative;
  z-index: 1;
  width: 345px;
  flex-shrink: 0; }
  .home-application-deadlines::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: transparent;
    background-image: url("../images/lines/lines_gray.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 814px auto;
    -webkit-clip-path: url("#cp-home-application-deadlines");
            clip-path: url("#cp-home-application-deadlines");
    top: 0;
    left: -26px;
    width: 418px;
    height: 371px; }
  .home-application-deadlines-inner {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 25px 46px 45px;
    /*
    @include crosshair-psudo(#D0D0D0, false);
    */ }
    .home-application-deadlines-inner::before, .home-application-deadlines-inner::after {
      left: 0;
      bottom: -13px; }
  .home-application-deadlines-title {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
@media (max-width: 1000px) {
  .home-application-section {
    background: #EDEDED;
    padding-bottom: 35px;
    margin-bottom: 0; }
    .home-application-section .container {
      display: block;
      padding-top: 5px; }
  .home-application-copy, .home-application-deadlines {
    margin: 0 auto 50px; }
  .home-application-deadlines {
    margin-top: -45px;
    width: auto;
    max-width: 580px; }
    .home-application-deadlines-inner {
      padding: 29px 33px 40px; }
      .home-application-deadlines-inner::before, .home-application-deadlines-inner::after {
        display: none; }
    .home-application-deadlines-title {
      font-size: 16px; }
    .home-application-deadlines::after {
      background-color: transparent;
      background-image: url("../images/lines/lines_gray.png");
      background-repeat: repeat;
      background-position: center;
      background-size: 650px auto;
      -webkit-clip-path: url("#cp-home-application-deadlines-mobile");
              clip-path: url("#cp-home-application-deadlines-mobile");
      width: 408px;
      height: 375px;
      left: auto;
      right: -80px;
      top: -47px; } }

.dotted-list {
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  list-style: none;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.555; }
  .dotted-list li {
    margin-bottom: 1em; }
    .dotted-list li::before {
      float: left;
      width: 0;
      white-space: nowrap;
      color: #8D8D8D;
      font-size: 0.5em;
      margin-top: 1em;
      content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "; }
  .dotted-list span {
    background: #fff; }
    .dotted-list span:first-child {
      padding-right: 0.13em; }
    .dotted-list span + span, .dotted-list span + strong {
      float: right;
      padding-left: 0.13em;
      background: #fff;
      position: relative;
      z-index: 1; }
  .dotted-list strong {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em; }

.flex-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 67px;
  overflow: hidden; }
  .flex-header-title {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    max-width: 470px;
    margin-top: 51px;
    margin-bottom: 44px;
    /*background-color: $dark-blue;*/
    font-family: 'proxima-nova', sans-serif;
    color: #002d72;
    /*&::before,
    &::after{
      @include absolute-psudo();
    }
    &::before{
      z-index: 1;
      right:-290px;
      bottom:-124px;
      width:460px;
      height:746px;
      @include clipped-lines('cp-flex-header', 'white', 1671px);
    }
    &::after{
      z-index: 2;
      top:0;
      bottom:0;
      left:0;
      right:-60px;
      background-color:rgba($dark-blue, 0.8);
    }*/ }
    .flex-header-title h1 {
      position: relative;
      z-index: 4;
      margin: 0;
      color: inherit;
      font-size: 60px;
      text-transform: uppercase;
      font-family: 'proxima-nova', sans-serif; }
    .flex-header-title-inner {
      padding: 58px;
      padding-left: 0px;
      /*&::before,
      &::after{
        @include absolute-psudo(4);
      }
      &::before{
        top:0;
        left:60px;
        right:0;
        height:14px;
        background-color: $light-blue;
      }
      &::after{
        bottom:-19px;
        left:28px;
        width:100px;
        height:37px;
        @include background-cover('dots/dots1.png');
      }*/ }
  .flex-header-image {
    position: relative;
    z-index: 1;
    flex-grow: 1; }
    .flex-header-image .cover-image {
      z-index: 1;
      padding-top: 67%;
      min-height: 100%; }
      .flex-header-image .cover-image::after {
        /*@include absolute-psudo(2, true);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
        background-image: url("../images/lines/line-flex-header.png");*/ }
  @media (max-width: 1200px) {
    .flex-header-title {
      max-width: 380px;
      width: 100%; }
      .flex-header-title h1 {
        font-size: 38px; } }
  @media (max-width: 1000px) {
    .flex-header {
      flex-direction: column-reverse;
      margin-bottom: 15px; }
      .flex-header-title {
        width: auto;
        max-width: none;
        margin: -100px 20px 20px; }
        .flex-header-title::after {
          right: 0; }
        .flex-header-title-inner::before {
          right: 60px; }
      .flex-header-image .cover-image {
        min-height: 0;
        padding-top: 50%; } }
  @media (max-width: 782px) {
    .flex-header-title {
      margin: -50px 20px 20px; }
      .flex-header-title h1 {
        font-size: 30px; }
      .flex-header-title-inner {
        padding: 35px 30px; }
        .flex-header-title-inner::before {
          left: 30px;
          right: 30px;
          height: 8px; }
    .flex-header-image .cover-image {
      padding-top: 50%; }
      .flex-header-image .cover-image::after {
        display: none; } }

.page-header--basic, .flex-lead-paragraph {
  max-width: 1036px; }

.flex-mission-statement {
  padding-bottom: 39px;
  border-bottom: 0px rgba(112, 112, 112, 0.2) solid; }
  .flex-mission-statement p,
  .flex-mission-statement h3,
  .flex-mission-statement .h3-like {
    max-width: 1036px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%; }
    .flex-mission-statement p:last-child,
    .flex-mission-statement h3:last-child,
    .flex-mission-statement .h3-like:last-child {
      margin-bottom: 0; }

.blockquote-block {
  position: relative;
  z-index: 1;
  /*@include fonts('Factoria Regular', 26px, 1.73);*/
  font-family: 'proxima-nova', sans-serif;
  font-size: 28px;
  line-height: 45px;
  color: #002D72;
  padding-top: 0px;
  /*&::before{
    @include absolute-psudo(-1);
    @include clipped-lines('cp-blockquote', 'grey', 765px);
    width:285px;
    height:285px;
    left:-56px;
    top:0;
  }*/ }
  .blockquote-block p:last-child {
    margin-bottom: 0; }
  .blockquote-block.use-quotes p {
    position: relative;
    padding-top: 1.5em; }
    .blockquote-block.use-quotes p::before {
      content: "";
      display: block;
      position: absolute;
      top: -20px;
      left: 0px;
      width: 27px;
      height: 44px;
      background-image: url("/wp-content/themes/jhu-apply/assets/images/quote.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center bottom; }
    .blockquote-block.use-quotes p::after {
      content: "";
      display: block;
      position: absolute;
      top: -20px;
      left: 47px;
      width: 27px;
      height: 44px;
      background-image: url("/wp-content/themes/jhu-apply/assets/images/quote.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center top;
      transform: rotate(180deg); }
  .blockquote-block.has-image {
    display: flex;
    align-items: flex-start;
    flex-direction: row; }
    .blockquote-block.has-image.is-quote-long {
      flex-direction: row-reverse; }
    .blockquote-block.has-image .blockquote-inner {
      flex-grow: 1; }
  .blockquote-block strong {
    font-weight: bold; }
  .blockquote-block cite {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    color: #212121; }
.blockquote-source {
  text-transform: uppercase;
  font-weight: 600; }
.blockquote-inner {
  position: relative;
  z-index: 2;
  min-height: 200px;
  max-width: 917px;
  padding: 36px 43px;
  background-color: #fff; }
.blockquote-image {
  flex-shrink: 0;
  max-width: 252px;
  margin-top: 0;
  margin-left: 11px; }
  .blockquote-image img {
    display: block; }
.blockquote-block.is-quote-long {
  font-size: 18px;
  line-height: 1.77; }
  .blockquote-block.is-quote-long.has-image .blockquote-inner {
    padding: 0 17px; }
  .blockquote-block.is-quote-long.has-image .blockquote-image {
    margin-top: 0;
    margin-left: 0;
    margin-right: 69px; }
  .blockquote-block.is-quote-long.use-quotes p:first-child::before, .blockquote-block.is-quote-long.use-quotes p:first-child::after {
    scale: 0.7; }
  .blockquote-block.is-quote-long.use-quotes p:first-child::before {
    left: -3px; }
  .blockquote-block.is-quote-long.use-quotes p:first-child::after {
    left: 33px; }
@media (max-width: 782px) {
  .blockquote-block {
    font-size: 18px; }
    .blockquote-block cite {
      font-size: 14px; }
    .blockquote-block.has-image, .blockquote-block.has-image.is-quote-long {
      flex-direction: column-reverse; }
    .blockquote-block.has-image .blockquote-image {
      margin-bottom: 20px; }
  .blockquote-inner {
    padding: 30px; }
    .blockquote-inner::before, .blockquote-inner::after {
      display: none; } }

.tabbed-table-section {
  margin-bottom: 140px; }
.tabbed-table-title {
  font-size: 24px;
  line-height: 1.16;
  margin: 0; }
.tabbed-table-subtitle {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
  color: #757575; }

.tabs-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  .tabs-list li {
    margin: 0;
    padding: 0; }
    .tabs-list li::before {
      display: none; }
  @media (max-width: 782px) {
    .tabs-list {
      display: none; } }
@media (min-width: 783px) {
  .tabs-panel {
    display: none; }
    .tabs-panel.is-open {
      display: block; } }
.tabs-panel-intro-text {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  padding: 30px 36px;
  background-color: #f0f0f0; }
  .tabs-panel-intro-text *:last-child {
    margin-bottom: 0; }

.accordion-tabs .tabs-list li {
  margin: 0 40px 0 0; }
.accordion-tabs .tabs-trigger {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.034em;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 5px transparent solid;
  transition: border-color 0.2s ease, color 0.2s ease;
  background-color: #FF9E1B; }
  .accordion-tabs .tabs-trigger:hover, .accordion-tabs .tabs-trigger:focus {
    text-decoration: none; }
  .accordion-tabs .tabs-trigger.is-selected {
    color: #002d72;
    border-bottom-color: #002d72;
    text-decoration: none; }
.accordion-tabs .accordion-trigger, .accordion-tabs .accordion-content {
  border-bottom: 1px #E3E3E3 solid; }
.accordion-tabs .accordion-trigger {
  padding: 10px;
  background-color: #F8F8F8;
  color: #002D72; }
@media (max-width: 782px) {
  .accordion-tabs .accordion-content {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
    height: 0;
    overflow: hidden;
    transition: visibility 0s 0.3s, opacity 0.3s, height 0.3s; }
    .accordion-tabs .accordion-content.is-open {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s linear;
      height: auto;
      transition: opacity 0.3s, height 0.3s; } }
@media (min-width: 783px) {
  .accordion-tabs .accordion-trigger {
    display: none; }
  .accordion-tabs .accordion-content {
    border-bottom: 0;
    display: none; }
    .accordion-tabs .accordion-content.is-open {
      display: block; } }
.accordion-tabs .wp-block-table {
  max-width: 711px; }
  .accordion-tabs .wp-block-table tr td:last-child {
    text-align: right; }
  @media (min-width: 1001px) {
    .accordion-tabs .wp-block-table tbody th {
      padding-right: 130px; } }

.faq-section {
  margin-bottom: 140px;
  max-width: 1155px; }
  .faq-section-intro {
    max-width: 918px;
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 64px;
    margin-right: auto; }
    @media (max-width: 782px) {
      .faq-section-intro {
        margin-bottom: 15px; } }
  .faq-section-title {
    margin-bottom: 10px; }
  @media (min-width: 783px) {
    .faq-section .accordion-section-title {
      display: none; } }
  .faq-section .faq-section-title {
    max-width: 1150px;
    width: 100%; }

.faq-tabs {
  max-width: 1154px;
  margin-left: auto;
  margin-right: auto; }
  .faq-tabs .tabs-list li {
    margin: 0 5px 0 0; }
  .faq-tabs .tabs-trigger {
    display: block;
    background-color: #0077D8;
    color: #fff; }
    .faq-tabs .tabs-trigger:hover, .faq-tabs .tabs-trigger:focus {
      text-decoration: underline; }
    .faq-tabs .tabs-trigger.is-selected {
      color: #fff;
      background-color: #002d72;
      text-decoration: none;
      pointer-events: none; }
  .faq-tabs .accordion {
    position: relative;
    z-index: 1;
    border-bottom: 1px #E3E3E3 solid;
    background-color: #F8F8F8;
    padding: 32px 96px 32px 36px;
    border-top: 1px solid #E3E3E3; }
    .faq-tabs .accordion:first-child, .faq-tabs .accordion-section-title + .accordion {
      border-top: 2px #E3E3E3 solid; }
    .faq-tabs .accordion:last-child {
      border-bottom: 3px solid #E3E3E3; }
    .faq-tabs .accordion-trigger-title, .faq-tabs .accordion-content {
      max-width: 824px; }
    .faq-tabs .accordion-trigger {
      color: #002D72;
      cursor: pointer; }
      .faq-tabs .accordion-trigger-title h4 {
        /*@include fonts('Factoria Bold', 20px, 1.7);*/
        font-family: 'proxima-nova', sans-serif;
        font-size: 20px;
        letter-spacing: 0.01em;
        line-height: 34px;
        color: #002D72;
        color: inherit;
        margin: 0; }
      .faq-tabs .accordion-trigger-icon {
        position: absolute;
        top: 50%;
        right: 32px;
        margin-top: -16px; }
    .faq-tabs .accordion-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s 0.3s, opacity 0.3s linear;
      height: 0;
      overflow: hidden;
      transition: visibility 0s 0.3s, opacity 0.3s, height 0.3s;
      font-size: 16px;
      line-height: 1.75; }
      .faq-tabs .accordion-content.is-open {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s linear;
        height: auto;
        padding-top: 5px;
        transition: opacity 0.5s, height 0.3s, padding-top 0.3s; }
      .faq-tabs .accordion-content p {
        font-size: inherit;
        line-height: inherit; }
      .faq-tabs .accordion-content li {
        margin-bottom: 0.75em; }
      .faq-tabs .accordion-content li:last-child,
      .faq-tabs .accordion-content p:last-child {
        margin-bottom: 0; }
    @media (max-width: 782px) {
      .faq-tabs .accordion {
        padding: 15px 64px 15px 15px; }
        .faq-tabs .accordion-section {
          margin-bottom: 2em; }
          .faq-tabs .accordion-section-title {
            color: #002d72;
            font-size: 20px;
            margin-bottom: 1em; }
        .faq-tabs .accordion-trigger-title h4 {
          font-size: 18px;
          line-height: 26px; }
        .faq-tabs .accordion-trigger-icon {
          right: 15px; }
        .faq-tabs .accordion-content {
          font-size: 14px; } }

.carousel-50-50-section {
  margin-bottom: 140px; }
.carousel-50-50-intro {
  border-bottom: 1px rgba(112, 112, 112, 0.2) solid;
  margin-bottom: 54px; }
.carousel-50-50-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start; }
.carousel-50-50-image, .carousel-50-50-content {
  width: 50%; }
.carousel-50-50-image {
  position: relative;
  z-index: 1; }
  .carousel-50-50-image::before, .carousel-50-50-image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: -1px; }
  .carousel-50-50-image::before {
    background-color: transparent;
    background-image: url("../images/lines/lines_white.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 1885px auto;
    -webkit-clip-path: url("#cp-carousel-50-50");
            clip-path: url("#cp-carousel-50-50");
    width: 163px;
    height: 225px; }
  .carousel-50-50-image::after {
    background-image: url("../images//lines/line-carousel-50-50.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 181px;
    height: 479px; }
  .carousel-50-50-image .cover-image {
    padding-top: 100%;
    z-index: 2; }
  .carousel-50-50-image .doubled-image::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -53px;
    left: 0;
    bottom: 100%;
    right: 71px;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px); }
  .carousel-50-50-image .doubled-image-wrapper {
    margin: 53px 0; }
    .carousel-50-50-image .doubled-image-wrapper::before, .carousel-50-50-image .doubled-image-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      height: 53px;
      background: inherit;
      background-size: 130%; }
    .carousel-50-50-image .doubled-image-wrapper::before {
      top: -53px;
      left: 0;
      bottom: 100%;
      right: 71px;
      background-position: left center; }
    .carousel-50-50-image .doubled-image-wrapper::after {
      top: 100%;
      left: 151px;
      bottom: 100%;
      right: 0;
      background-position: left bottom; }
.carousel-50-50-slider {
  max-width: 450px;
  padding-right: 20px; }
  .carousel-50-50-slider .slide-top {
    margin-bottom: 40px; }
    .carousel-50-50-slider .slide-top-name {
      color: #002d72;
      margin: 0;
      font-size: 16px; }
    .carousel-50-50-slider .slide-top-position {
      font-family: "proxima-nova", sans-serif;
      font-style: italic;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.4; }
  .carousel-50-50-slider .slide-content {
    line-height: 1.55; }
    .carousel-50-50-slider .slide-content h6 {
      color: #002D72;
      font-size: 20px;
      line-height: inherit;
      margin-bottom: 1em; }
  .carousel-50-50-slider .slick-pause {
    display: none; }
.carousel-50-50-controls {
  margin-top: 93px; }
@media (min-width: 1001px) {
  .carousel-50-50-intro {
    padding-right: 52%; }
  .carousel-50-50-image {
    margin-top: -130px; }
  .carousel-50-50-wrapper {
    margin-top: 74px;
    border-top: 1px rgba(112, 112, 112, 0.2) solid;
    padding-top: 54px; }
    .carousel-50-50-intro + .carousel-50-50-wrapper {
      margin-top: 0;
      border-top: 0;
      padding-top: 0; } }
@media (max-width: 1000px) {
  .carousel-50-50-intro {
    margin: 30px 0;
    border-bottom: 0; }
    .carousel-50-50-intro h3 {
      margin-bottom: 0; }
  .carousel-50-50-wrapper {
    display: block;
    position: relative;
    z-index: 1; }
  .carousel-50-50-image, .carousel-50-50-content {
    width: auto;
    max-width: 600px;
    margin: auto; }
  .carousel-50-50-image {
    overflow: hidden; }
    .carousel-50-50-image .cover-image {
      padding-top: 50%; }
    .carousel-50-50-image .doubled-image::before, .carousel-50-50-image .doubled-image-wrapper::before {
      top: -23px; }
    .carousel-50-50-image .doubled-image-wrapper {
      margin-top: 23px; }
      .carousel-50-50-image .doubled-image-wrapper::before, .carousel-50-50-image .doubled-image-wrapper::after {
        height: 23px; }
  .carousel-50-50-slider .slide-top {
    margin-bottom: 20px; }
  .carousel-50-50-slider .slide .link-front-icon--arrow {
    margin-right: 130px; }
  .carousel-50-50-controls {
    position: absolute;
    z-index: 9;
    right: 20px;
    bottom: -5px;
    margin-top: 0; }
    .carousel-50-50-controls .slider-prev,
    .carousel-50-50-controls .slider-next {
      width: 25px;
      height: 25px;
      margin-right: 5px; }
      .carousel-50-50-controls .slider-prev .icon-arrow-short,
      .carousel-50-50-controls .slider-next .icon-arrow-short {
        width: 16px; } }

.slider-section.alignfull {
  margin-bottom: 70px; }
  @media (max-width: 782px) {
    .slider-section.alignfull {
      margin-bottom: 80px; } }
.slider-section .section-heading {
  max-width: 1020px;
  margin: auto;
  text-align: left; }

.full-width-slider .slide {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden; }
  .full-width-slider .slide::after {
    /*@include absolute-psudo(3);*/
    width: 49px;
    height: 108px;
    top: 0;
    right: -1px;
    background-image: url("../images//lines/line-fw-slider-right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .full-width-slider .slide-bkgd {
    position: relative;
    z-index: 1;
    width: 70.2%; }
    .full-width-slider .slide-bkgd::before, .full-width-slider .slide-bkgd::after {
      /*@include absolute-psudo(3);*/ }
    .full-width-slider .slide-bkgd::before {
      width: 20.322%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("../images//lines/line-fw-slider-left.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .full-width-slider .slide-bkgd::after {
      width: 290px;
      height: 50px;
      bottom: 0;
      right: -215px;
      background-color: transparent;
      background-image: url("../images/lines/lines_white.png");
      background-repeat: repeat;
      background-position: center;
      background-size: 772px auto;
      -webkit-clip-path: url("#cp-fw-slider");
              clip-path: url("#cp-fw-slider"); }
    .full-width-slider .slide-bkgd .cover-image {
      z-index: 2;
      padding-top: 65.8%; }
      .full-width-slider .slide-bkgd .cover-image::before {
        /*@include absolute-psudo(2);*/
        width: 800px;
        height: 800px;
        background: white;
        background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 50%);
        top: -400px;
        left: -400px; }
      .full-width-slider .slide-bkgd .cover-image::after {
        /*@include absolute-psudo(-1);*/
        background: inherit;
        height: 100%;
        width: 100%;
        top: 0;
        left: 100%;
        filter: url(#duotone); }
  .full-width-slider .slide-content {
    position: relative;
    z-index: 3;
    width: 29.8%;
    min-width: 396px;
    margin-left: -103px; }
    .full-width-slider .slide-content-inner {
      position: relative;
      z-index: 1;
      background: rgba(0, 45, 114, 0.9);
      color: #fff;
      padding: 56px 27px 122px 47px;
      line-height: 1.555; }
      .full-width-slider .slide-content-inner h4 {
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.388em;
        line-height: 1.24;
        color: inherit;
        margin-bottom: 20px; }
      .full-width-slider .slide-content-inner .link-front-icon {
        color: #fff; }
      .full-width-slider .slide-content-inner-tag {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 100%;
        margin: 0;
        letter-spacing: 0.014em;
        color: #002d72;
        background-color: #fff;
        padding: 0.45em 1em; }
.full-width-slider-controls {
  position: absolute;
  bottom: 42px;
  right: 47px;
  justify-content: flex-end; }
  .full-width-slider-controls .slider-prev,
  .full-width-slider-controls .slider-next {
    width: 25px;
    height: 25px;
    color: inherit;
    margin-right: 5px; }
    .full-width-slider-controls .slider-prev .icon-arrow-short,
    .full-width-slider-controls .slider-next .icon-arrow-short {
      width: 16px; }
  .full-width-slider-controls .play-pause-button::before {
    opacity: 0.32; }
  .full-width-slider-controls .play-pause-button:hover::before, .full-width-slider-controls .play-pause-button:focus::before {
    opacity: 1; }
@media (max-width: 1200px) {
  .full-width-slider .slide-content-inner {
    padding: 40px 27px;
    font-size: 16px; }
  .full-width-slider-controls {
    bottom: 35px;
    right: -70px; } }
@media (max-width: 1000px) {
  .full-width-slider .slide {
    flex-direction: column;
    align-items: flex-start; }
    .full-width-slider .slide-bkgd {
      width: 90%; }
    .full-width-slider .slide-content {
      margin: -1px 0 0;
      max-width: none;
      width: 100%;
      background: #002d72; }
      .full-width-slider .slide-content-inner {
        width: 80%;
        max-width: 500px;
        margin-top: -100px; }
        .full-width-slider .slide-content-inner-tag {
          right: auto;
          left: 0; }
  .full-width-slider-controls {
    justify-content: flex-start; } }
@media (max-width: 640px) {
  .full-width-slider .slide-content-inner {
    padding-top: 27px;
    margin-top: -50px; }
    .full-width-slider .slide-content-inner-tag {
      font-size: 12px; } }

.flex-columns {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .flex-columns-intro-content {
    position: relative;
    z-index: 2; }
    .flex-columns-intro-content-inner {
      max-width: 700px; }
  .flex-columns .column {
    position: relative;
    z-index: 1; }
    @media (max-width: 1000px) {
      .flex-columns .column {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 45px; } }
    .flex-columns .column-header {
      position: relative;
      z-index: 1;
      margin-bottom: 17px; }
      .flex-columns .column-header .cover-image {
        /*border: 1px solid #D0D0D0;*/
        z-index: 3;
        padding-top: 67%; }
        .flex-columns .column-header .cover-image::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 2;
          top: -7px;
          left: -7px;
          width: 100%;
          height: 100%;
          display: block;
          border: 1px solid #E0E0E0;
          /*background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);*/ }
      .flex-columns .column-header-title {
        position: absolute;
        z-index: 5;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 28px;
        margin: 0;
        font-size: 26px;
        line-height: 1.07;
        color: #fff; }
      .flex-columns .column-header-link {
        position: relative;
        z-index: 1;
        display: block; }
    .flex-columns .column .doubled-image-wrapper {
      /*margin-top: 35px;*/ }
      .flex-columns .column .doubled-image-wrapper::before, .flex-columns .column .doubled-image-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -35px;
        right: 156px;
        bottom: 100%; }
      .flex-columns .column .doubled-image-wrapper::before {
        z-index: -1;
        /*background: inherit;*/
        background-size: 130%;
        background-position: center; }
      .flex-columns .column .doubled-image-wrapper::after {
        z-index: 1;
        /*backdrop-filter: blur(5px);*/ }
    .flex-columns .column-content {
      line-height: 1.55; }
      .flex-columns .column-content h4 {
        margin: 0; }
      .flex-columns .column-content ul {
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.5;
        list-style: none;
        margin-left: 0; }
        .flex-columns .column-content ul li {
          position: relative;
          z-index: 1;
          padding-left: 28px;
          margin-bottom: 1em; }
          .flex-columns .column-content ul li::before {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            top: 0.7em;
            left: 0;
            width: 15px;
            height: 2px;
            background-color: #68ACE5; }
  .flex-columns.has-crosshairs .column {
    max-width: 479px;
    margin: 29px;
    flex: 1;
    /*@include crosshair-psudo($grey, false);*/ }
    .flex-columns.has-crosshairs .column::before, .flex-columns.has-crosshairs .column::after {
      top: -12px;
      right: 0; }
  .flex-columns.four-wide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px; }
    .flex-columns.four-wide .column .doubled-image-wrapper {
      margin-top: 32px; }
      .flex-columns.four-wide .column .doubled-image-wrapper::before, .flex-columns.four-wide .column .doubled-image-wrapper::after {
        top: -32px;
        right: 93px; }
      .flex-columns.four-wide .column .doubled-image-wrapper::before {
        background-position: center bottom; }
      .flex-columns.four-wide .column .doubled-image-wrapper::after {
        -webkit-backdrop-filter: blur(2px);
                backdrop-filter: blur(2px); }
    .columns-section .flex-columns.four-wide .column {
      /*&:first-child .doubled-image::before{
        background-image: url("../images/lines/line-column-3-wide-left.png");
      }
      &:nth-child(3) .doubled-image::before{
        background-image: url("../images/lines/line-column-3-wide-right.png");
      }*/ }
      .columns-section .flex-columns.four-wide .column-content {
        padding-right: 15px; }
      .columns-section .flex-columns.four-wide .column:first-child .doubled-image::before, .columns-section .flex-columns.four-wide .column:nth-child(3) .doubled-image::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%; }
      .columns-section .flex-columns.four-wide .column:nth-child(2) {
        z-index: 2; }
      @media (min-width: 1001px) {
        .columns-section .flex-columns.four-wide .column:nth-child(3)::before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 424px;
          height: 336px;
          top: -17px;
          right: 58px;
          /*background: radial-gradient(circle, rgba(209,209,209,1) 0%, rgba(255,255,255,1) 70%);*/
          opacity: 0.48; }
        .columns-section .flex-columns.four-wide .column:nth-child(3) .doubled-image::before {
          left: -38px; } }
    .flex-columns.four-wide .image-video-lightbox-link::before, .flex-columns.four-wide .image-video-lightbox-link::after {
      transform: translate(-50%, -50%) scale(0.81); }
    .flex-columns.four-wide .image-video-lightbox-link::before {
      border-width: 6px; }
    .flex-columns.four-wide .image-video-lightbox-link:hover::before, .flex-columns.four-wide .image-video-lightbox-link:focus::before {
      border-width: 0; }
  .flex-columns.three-wide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 38px;
    width: 918px;
    max-width: 100%;
    margin: auto; }
    .flex-columns.three-wide .column .doubled-image-wrapper {
      /*margin-top: 32px;*/ }
      .flex-columns.three-wide .column .doubled-image-wrapper::before, .flex-columns.three-wide .column .doubled-image-wrapper::after {
        top: -32px;
        right: 93px; }
      .flex-columns.three-wide .column .doubled-image-wrapper::before {
        content: unset;
        background-position: center bottom; }
      .flex-columns.three-wide .column .doubled-image-wrapper::after {
        content: unset;
        /*backdrop-filter: blur(2px);*/ }
    .columns-section .flex-columns.three-wide .column {
      /*&:first-child .doubled-image::before{
        background-image: url("../images/lines/line-column-3-wide-left.png");
      }
      &:nth-child(3) .doubled-image::before{
        background-image: url("../images/lines/line-column-3-wide-right.png");
      }*/ }
      .columns-section .flex-columns.three-wide .column-content {
        padding-right: 15px; }
      .columns-section .flex-columns.three-wide .column:first-child .doubled-image::before, .columns-section .flex-columns.three-wide .column:nth-child(3) .doubled-image::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%; }
      .columns-section .flex-columns.three-wide .column:nth-child(2) {
        z-index: 2; }
      @media (min-width: 1001px) {
        .columns-section .flex-columns.three-wide .column:nth-child(3)::before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 424px;
          height: 336px;
          top: -17px;
          right: 58px;
          /*background: radial-gradient(circle, rgba(209,209,209,1) 0%, rgba(255,255,255,1) 70%);*/
          opacity: 0.48; }
        .columns-section .flex-columns.three-wide .column:nth-child(3) .doubled-image::before {
          left: -38px; } }
    .flex-columns.three-wide .image-video-lightbox-link::before, .flex-columns.three-wide .image-video-lightbox-link::after {
      transform: translate(-50%, -50%) scale(0.81); }
    .flex-columns.three-wide .image-video-lightbox-link::before {
      border-width: 6px; }
    .flex-columns.three-wide .image-video-lightbox-link:hover::before, .flex-columns.three-wide .image-video-lightbox-link:focus::before {
      border-width: 0; }
  @media (max-width: 1000px) {
    .flex-columns, .flex-columns.two-wide, .flex-columns.three-wide {
      display: block;
      max-width: 500px;
      margin: 60px auto 0; }
      .flex-columns .column, .flex-columns.two-wide .column, .flex-columns.three-wide .column {
        margin-bottom: 45px; }
      .flex-columns .column:last-child, .flex-columns.two-wide .column:last-child, .flex-columns.three-wide .column:last-child {
        margin-bottom: 0px; }
    .flex-columns.two-wide .column::before, .flex-columns.two-wide .column::after {
      top: -47px; } }
  .flex-columns h4 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #002d72; }

.fifty-fifty-section {
  position: relative;
  z-index: 100;
  padding-top: 0px;
  padding-bottom: 70px; }
  .fifty-fifty-section.gray_bg {
    background: linear-gradient(0deg, white 0%, #f0f0f0 100%); }
  .fifty-fifty-section.alignfull {
    margin-bottom: 70px;
    padding-bottom: 0px; }
  .fifty-fifty-section.no-bg {
    background: none;
    padding-top: 0px;
    margin-bottom: 0px; }
  .fifty-fifty-section::after {
    /*@include absolute-psudo(1, true);
    @include clipped-lines(false, 'white', 1344px);
    opacity: 50%;*/ }
  .fifty-fifty-section .flex-columns {
    position: relative;
    z-index: unset; }
  @media (max-width: 1000px) {
    .fifty-fifty-section {
      padding: 50px 0; }
      .fifty-fifty-section.alignfull {
        margin-bottom: 0; }
      .fifty-fifty-section .flex-columns .column:last-child {
        margin-bottom: 50px; } }
  .fifty-fifty-section-title {
    text-transform: none;
    position: relative;
    z-index: 2; }

.entry-content .flex_intro {
  text-align: center;
  width: 100%;
  max-width: 919px;
  margin: auto;
  margin-bottom: 41px; }
  .entry-content .flex_intro h2, .entry-content .flex_intro p {
    text-align: center; }

.image-text-columns {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .image-text-columns-section, .image-text-columns-section.alignfull {
    margin-bottom: 150px; }
  .image-text-columns--75 {
    max-width: 88.6%; }
    .image-text-columns--75 .image-wrapper {
      width: 65%; }
      .image-text-columns--75 .image-wrapper .cover-image {
        padding-top: 57.6%; }
    .image-text-columns--75 .text-wrapper {
      max-width: 317px;
      margin-left: 100px;
      line-height: 1.555; }
      .image-text-columns--75 .text-wrapper h2,
      .image-text-columns--75 .text-wrapper h3 {
        margin-bottom: 30px; }
      .image-text-columns--75 .text-wrapper .h3-like {
        text-transform: none; }
      @media (max-width: 1200px) {
        .image-text-columns--75 .text-wrapper {
          margin-left: 50px; } }
    .image-text-columns--75 .doubled-image-wrapper {
      margin-bottom: 50px; }
      .image-text-columns--75 .doubled-image-wrapper::before, .image-text-columns--75 .doubled-image-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: -50px;
        left: 156px;
        top: 100%; }
      .image-text-columns--75 .doubled-image-wrapper::before {
        z-index: -1;
        background: inherit;
        background-size: 100%; }
      .image-text-columns--75 .doubled-image-wrapper::after {
        z-index: 1;
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px); }
    .page-template-l1-landing .image-text-columns--75 .image-wrapper {
      position: relative;
      z-index: 1; }
      @media (min-width: 1001px) {
        .page-template-l1-landing .image-text-columns--75 .image-wrapper::before {
          content: "";
          display: block;
          position: absolute;
          z-index: 2;
          background-image: url("../images/lines/line-l1-column-75-left.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          width: 142px;
          height: 495px;
          bottom: -1px;
          left: -1px; } }
      .page-template-l1-landing .image-text-columns--75 .image-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        background-image: url("../images/lines/line-l1-column-75-right.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 106px;
        height: 276px;
        top: 0;
        right: 0; }
    .page-template-l1-landing .image-text-columns--75 .doubled-image-wrapper::before, .page-template-l1-landing .image-text-columns--75 .doubled-image-wrapper::after {
      left: 53px; }
    @media (max-width: 1000px) {
      .image-text-columns--75 {
        display: block;
        max-width: none; }
        .image-text-columns--75 .image-wrapper {
          width: auto; }
        .image-text-columns--75 .text-wrapper {
          margin: auto;
          max-width: 500px;
          width: 90%; }
        .image-text-columns--75 .doubled-image-wrapper {
          margin-bottom: 75px; }
          .image-text-columns--75 .doubled-image-wrapper::before, .image-text-columns--75 .doubled-image-wrapper::after {
            bottom: -32px;
            left: 50%;
            margin-left: -250px; } }
    @media (max-width: 550px) {
      .image-text-columns--75 .doubled-image-wrapper::before, .image-text-columns--75 .doubled-image-wrapper::after {
        left: 5%;
        margin-left: 0; } }

.columns-repeater-section {
  max-width: 1154px; }
  .columns-repeater-section, .columns-repeater-section.alignwide {
    /*max-width: 1233px;*/ }
.columns-repeater-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 91px; }
  .columns-repeater-item-content {
    max-width: 515px;
    margin-left: 93px;
    line-height: 1.55; }
    .columns-repeater-item-content .h3-like,
    .columns-repeater-item-content h2.h3-like {
      text-transform: none; }
    .columns-repeater-item-content h4,
    .columns-repeater-item-content .h4-like {
      margin-bottom: 19px; }
    .columns-repeater-item-content h5,
    .columns-repeater-item-content .h5-like {
      margin-bottom: 16px;
      margin-top: 0px; }
    .columns-repeater-item-content p {
      margin-bottom: 1em; }
    .columns-repeater-item-content ul {
      margin-left: 1em; }
  .columns-repeater-item-image {
    width: 515px;
    flex-shrink: 0; }
  .columns-repeater-item .cover-image {
    padding-top: 73.45%; }
    .columns-repeater-item .cover-image::after {
      /*@include absolute-psudo(1, true);*/
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: left bottom;
      background-image: url("../images/lines/line-repeater-image-left.png"); }
  .columns-repeater-item .doubled-image {
    margin-left: -45px; }
    .columns-repeater-item .doubled-image-wrapper {
      padding-top: 0px;
      margin-left: 45px;
      background-position: center top -200px; }
      .columns-repeater-item .doubled-image-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px); }
  .columns-repeater-item:nth-child(even), .columns-repeater-item.is-reversed {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 0; }
    .columns-repeater-item:nth-child(even) .columns-repeater-item-content, .columns-repeater-item.is-reversed .columns-repeater-item-content {
      margin-left: 0;
      margin-right: 91px; }
    .columns-repeater-item:nth-child(even) .cover-image::after, .columns-repeater-item.is-reversed .cover-image::after {
      background-size: auto 100%;
      background-position: right bottom;
      background-image: url("../images/lines/line-repeater-image-right.png"); }
  @media (max-width: 1200px) {
    .columns-repeater-item {
      padding-right: 47px; }
      .columns-repeater-item-image {
        width: 400px; }
      .columns-repeater-item-content {
        margin-left: 47px; }
      .columns-repeater-item:nth-child(even), .columns-repeater-item.is-reversed {
        padding-left: 47px; }
        .columns-repeater-item:nth-child(even) .columns-repeater-item-content, .columns-repeater-item.is-reversed .columns-repeater-item-content {
          margin-right: 47px; } }
  @media (max-width: 1000px) {
    .columns-repeater-item, .columns-repeater-item:nth-child(even), .columns-repeater-item.is-reversed {
      flex-direction: column;
      padding: 0 29px;
      margin-bottom: 47px; }
      .columns-repeater-item .columns-repeater-item-content,
      .columns-repeater-item .columns-repeater-item-image, .columns-repeater-item:nth-child(even) .columns-repeater-item-content,
      .columns-repeater-item:nth-child(even) .columns-repeater-item-image, .columns-repeater-item.is-reversed .columns-repeater-item-content,
      .columns-repeater-item.is-reversed .columns-repeater-item-image {
        width: 100%;
        max-width: 515px;
        margin: 0 auto 20px; } }

.cta-block-section {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
  padding: 83px 93px 92px 104px;
  background: #68ACE5;
  background: linear-gradient(342deg, #64cebb 0%, #68ace5 33%);
  color: #002d72;
  /*&::before,
  &::after{
    @include absolute-psudo();
  }*/ }
  .cta-block-section::before {
    width: 20px;
    left: 0;
    top: 74px;
    bottom: 78px;
    background-image: url("../images/lines/lines_white.png");
    background-size: 486px auto;
    background-position: center; }
  .cta-block-section::after {
    height: 75px;
    width: 177px;
    right: -9px;
    bottom: -41px;
    background-image: url("../images/dots/dots-cta.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media (max-width: 782px) {
    .cta-block-section {
      padding: 40px 45px 50px; }
      .cta-block-section::before {
        left: 45px;
        right: 45px;
        top: 0;
        bottom: auto;
        width: auto;
        height: 10px; } }
  .cta-block-section.has-dark-blue-bkgd, .cta-block-section.has-green-bkgd {
    color: #fff; }
  .cta-block-section.has-dark-blue-bkgd {
    background: #002d72;
    background: linear-gradient(342deg, #68ace5 0%, #0a306d 33%);
    padding-left: 5%;
    padding-right: 5%; }
    .cta-block-section.has-dark-blue-bkgd .flex-cta-content p {
      margin-left: 0px; }
  .cta-block-section.has-green-bkgd {
    background: #008566;
    background: linear-gradient(342deg, #68ace5 0%, #009b77 33%); }

.flex-cta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1029px;
  margin: auto; }
  .flex-cta-content h2 {
    margin-bottom: 25px;
    color: inherit; }
  .flex-cta-content p {
    line-height: 2.111; }
  .flex-cta-content *:last-child {
    margin-bottom: 0; }
  .flex-cta-link {
    width: 236px;
    flex-shrink: 0;
    margin-left: 40px;
    text-align: right;
    display: flex;
    align-items: flex-start;
    /*@include fonts('Factoria Bold', 25px, 1.24);*/
    font-family: 'Factoria', sans-serif;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0.01em;
    transition: text-decoration-color 0.2s ease;
    margin-top: 30px;
    color: inherit; }
    .flex-cta-link:visited {
      color: inherit; }
    .flex-cta-link:active {
      color: inherit; }
    .flex-cta-link span {
      position: relative; }
    .flex-cta-link span::after {
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../svg/arrow-short-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: -26px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 250ms ease; }
    .flex-cta-link .btn-arrow--circle {
      flex-shrink: 0;
      margin-left: 20px;
      width: 31px;
      height: 31px;
      background-color: #fff; }
      .flex-cta-link .btn-arrow--circle .arrow,
      .flex-cta-link .btn-arrow--circle .line {
        stroke: #008566; }
    .flex-cta-link:hover, .flex-cta-link:focus {
      text-decoration-color: transparent; }
      .flex-cta-link:hover .btn-arrow--circle, .flex-cta-link:focus .btn-arrow--circle {
        background-color: #fff; }
      .flex-cta-link:hover span::after, .flex-cta-link:focus span::after {
        transform: translateY(-50%) translateX(10px); }
  @media (max-width: 1000px) {
    .flex-cta {
      display: block; }
      .flex-cta-content {
        margin-bottom: 30px; }
      .flex-cta-link {
        margin: 0;
        text-align: left;
        flex-direction: row-reverse; }
        .flex-cta-link .btn-arrow--circle {
          margin-left: 0;
          margin-right: 20px; } }
  @media (max-width: 782px) {
    .flex-cta-link {
      font-size: 20px; } }

.flex-side-heading-section, .flex-side-heading-section.alignfull {
  margin-bottom: 140px; }
.flex-side-heading-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  max-width: 1148px;
  padding-right: 34px;
  margin: auto; }
  .flex-side-heading-inner::before, .flex-side-heading-inner::after {
    content: "";
    display: block;
    position: absolute; }
  .flex-side-heading-inner::before {
    z-index: 2;
    height: 1px;
    right: 34px;
    left: 65px;
    background-color: rgba(112, 112, 112, 0.2); }
  .flex-side-heading-inner::after {
    z-index: -1;
    width: 376px;
    height: 302px;
    top: 16px;
    left: -50px;
    background-color: transparent;
    background-image: url("../images/lines/lines_gray.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 667px auto;
    -webkit-clip-path: url("#cp-flex-side-heading");
            clip-path: url("#cp-flex-side-heading"); }
.flex-side-heading-title {
  position: relative;
  z-index: 1;
  width: 411px;
  flex-shrink: 0;
  padding: 70px 48px 65px 65px;
  background-color: #fff; }
  .flex-side-heading-title h3,
  .flex-side-heading-title h3-like {
    margin: 0;
    font-size: 34px;
    line-height: 1.35; }
.flex-side-heading-content {
  position: relative;
  z-index: 1;
  max-width: 706px;
  padding: 77px 20px 20px;
  background-color: #fff;
  line-height: 1.55; }
  .flex-side-heading-content ul {
    list-style: none;
    margin: 0; }
    .flex-side-heading-content ul li {
      position: relative;
      z-index: 1;
      padding-left: 28px;
      margin: 0 0 20px; }
      .flex-side-heading-content ul li::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0.66em;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #D0D0D0; }
  .flex-side-heading-content::after {
    content: "";
    display: block;
    position: absolute;
    width: 254px;
    height: 45px;
    right: -15px;
    top: -25px;
    background-image: url("../images/../images/dots/dots-side-heading.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
@media (max-width: 1000px) {
  .flex-side-heading-inner {
    display: block;
    padding-right: 0;
    width: 90%; }
    .flex-side-heading-inner::before {
      left: 35px;
      right: 35px; }
  .flex-side-heading-title, .flex-side-heading-content {
    margin: auto; }
  .flex-side-heading-title {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px; }
  .flex-side-heading-content {
    padding-top: 0;
    padding-left: 65px; }
    .flex-side-heading-content::after {
      display: none; } }
@media (max-width: 782px) {
  .flex-side-heading-title {
    padding: 35px; }
    .flex-side-heading-title h3,
    .flex-side-heading-title .h3-like {
      font-size: 25px; }
  .flex-side-heading-content {
    padding: 0 35px; } }

.l1-header, .l1-header.alignfull {
  position: relative;
  z-index: 1;
  margin-bottom: 80px; }
.l1-header::before, .l1-header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2; }
.l1-header::before {
  bottom: 0;
  left: 0;
  width: 144px;
  height: 199px;
  background-color: transparent;
  background-image: url("../images/lines/lines_white.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 1805px auto;
  -webkit-clip-path: url("#cp-l1-header-left");
          clip-path: url("#cp-l1-header-left"); }
.l1-header::after {
  top: 0;
  right: 0;
  width: 170px;
  height: 331px;
  background-color: transparent;
  background-image: url("../images/lines/lines_white.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 1805px auto;
  -webkit-clip-path: url("#cp-l1-header-right");
          clip-path: url("#cp-l1-header-right"); }
.l1-header-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 50px;
  border-right: 17px #68ACE5 solid;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .l1-header-wrapper::before, .l1-header-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    top: 0;
    right: 100%;
    bottom: 55px; }
  .l1-header-wrapper::before {
    z-index: -1;
    background: inherit;
    background-size: auto 130%;
    background-position: center; }
  .l1-header-wrapper::after {
    z-index: 1;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px); }
.l1-header-title {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(33, 33, 33, 0.19);
  min-height: 530px;
  height: 40vw; }
  .l1-header-title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: -50px;
    bottom: 0;
    width: 160px;
    height: 435px;
    background-image: url("../images/lines/line-l1-header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .l1-header-title-inner {
    padding: 103px;
    color: #fff; }
    .l1-header-title-inner h1 {
      margin: 0; }
      @media (min-width: 1201px) {
        .l1-header-title-inner h1 {
          font-size: 70px; } }
.l1-header .video-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2; }
.l1-header .video-controls {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  right: 35px;
  transform-origin: right bottom;
  transform: scale(0.6); }
.l1-header .page-header-deadline {
  margin-top: 46px; }
  .l1-header .page-header-deadline-date::before {
    background-image: url("../svg/arrow-green-alt.svg"); }
@media (max-width: 782px) {
  .l1-header::before, .l1-header::after {
    background-size: 900px auto; }
  .l1-header::before {
    width: 72px;
    height: 100px; }
  .l1-header::after {
    width: 85px;
    height: 165px; }
  .l1-header-wrapper {
    margin-left: 20px;
    border-right-width: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .l1-header-wrapper::before, .l1-header-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      bottom: 25px; }
  .l1-header-title {
    background-color: rgba(33, 33, 33, 0.19);
    min-height: 0;
    height: auto; }
    .l1-header-title::after {
      left: -20px;
      width: 80px;
      height: 217px; }
    .l1-header-title-inner {
      padding: 100px 20px 100px 35px;
      color: #fff; }
  .l1-header--deadline .l1-header-title-inner {
    padding-top: 45px;
    padding-bottom: 65px; } }
@media (max-width: 640px) {
  .l1-header-title-inner h1 {
    font-size: 30px; } }

.l1-intro-section {
  overflow: auto; }
.l1-intro-wrapper {
  max-width: 1070px;
  margin: 0 auto 45px; }
.l1-intro-content h2 {
  max-width: 898px; }
.l1-intro-content p {
  max-width: 663px; }
  @media (max-width: 1200px) {
    .l1-intro-content p {
      max-width: none;
      padding-right: 420px; } }
.l1-intro-image {
  margin-top: 125px;
  width: 406px;
  float: right; }
  .l1-intro-image .doubled-image-wrapper {
    position: relative;
    margin-top: 53px; }
    .l1-intro-image .doubled-image-wrapper::before, .l1-intro-image .doubled-image-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      height: 53px;
      right: 0;
      left: 100px;
      top: -53px; }
    .l1-intro-image .doubled-image-wrapper::before {
      z-index: -1;
      background: inherit;
      background-size: cover; }
    .l1-intro-image .doubled-image-wrapper::after {
      z-index: 1;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px); }
  .l1-intro-image .doubled-image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: -53px;
    right: 0;
    width: 58px;
    height: 286px;
    background-image: url("../images/lines/line-l1-intro-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .l1-intro-image .cover-image {
    padding-top: 88%; }
@media (max-width: 1000px) {
  .l1-intro-section {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-bottom: 40px; }
  .l1-intro-wrapper {
    margin: auto; }
  .l1-intro-content, .l1-intro-image {
    float: none;
    width: 90%; }
  .l1-intro-image {
    margin: auto;
    max-width: 600px; }
  .l1-intro-content {
    margin: 0 auto 90px;
    max-width: 600px; }
    .l1-intro-content p {
      padding: 0; } }

.l1-columns-section {
  position: relative;
  z-index: 2;
  max-width: 1198px;
  margin-bottom: 154px; }
  .l1-intro-section--image + .l1-columns-section {
    margin-top: -125px; }
  .l1-columns-section-wrapper {
    position: relative;
    z-index: 2;
    margin-left: 64px;
    border-right: 1px rgba(112, 112, 112, 0.21) solid;
    border-bottom: 1px rgba(112, 112, 112, 0.21) solid;
    background: #fff; }
    .l1-columns-section-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      left: 30px;
      top: 100%;
      width: 219px;
      height: 38px;
      background-color: transparent;
      background-image: url("../images/lines/lines_gray.png");
      background-repeat: repeat;
      background-position: center;
      background-size: 576px auto;
      -webkit-clip-path: url("#cp-l1-columns-bottom");
              clip-path: url("#cp-l1-columns-bottom"); }
  .l1-columns-section-title {
    max-width: 666px; }
    .l1-columns-section-title h3 {
      font-weight: 700; }
  .l1-columns-section-cta {
    text-align: center;
    padding-bottom: 76px;
    padding-right: 59px; }
  @media (max-width: 1200px) {
    .l1-columns-section {
      width: auto;
      max-width: 1070px; }
      .l1-columns-section-wrapper {
        margin-left: 0; } }
  @media (max-width: 1000px) {
    .l1-columns-section {
      width: 90%; }
      .l1-columns-section-wrapper {
        border-right: 0; }
      .l1-intro-section + .l1-columns-section {
        margin-top: 0;
        max-width: 600px; } }
.l1-columns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
.l1-columns .column {
  width: 33.33%;
  padding: 55px 59px 0 4px;
  margin-bottom: 74px;
  line-height: 1.55;
  background-repeat: no-repeat;
  background-position: left top; }
  .l1-columns .column:first-child {
    background-image: url("../images/dots/dots-l1-column1.png");
    background-size: 73px auto; }
  .l1-columns .column:nth-child(2n) {
    background-image: url("../images/dots/dots-l1-column2.png");
    background-size: 84px auto; }
  .l1-columns .column:nth-child(3n) {
    background-image: url("../images/dots/dots-l1-column3.png");
    background-size: 97px auto; }
  .l1-columns .column h4 {
    line-height: 1.22;
    margin-bottom: 15px; }
  .l1-columns .column ul {
    list-style: none;
    margin-left: 0; }
    .l1-columns .column ul li {
      position: relative;
      z-index: 1;
      padding-left: 28px;
      margin-bottom: 1em; }
      .l1-columns .column ul li::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0.6em;
        left: 0;
        width: 15px;
        height: 2px;
        background-color: #68ACE5; }
@media (max-width: 1000px) {
  .l1-columns {
    display: block; }
    .l1-columns .column {
      width: auto;
      max-width: 360px;
      padding: 40px 0 0 0;
      margin: 0 auto 40px; }
    .l1-columns-section-cta {
      padding-right: 0; } }

.l1-quote-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }
.l1-quote-image {
  position: relative;
  z-index: 1;
  width: 243px;
  flex-shrink: 0; }
  .l1-quote-image::before, .l1-quote-image::after {
    content: "";
    display: block;
    position: absolute; }
  .l1-quote-image::before {
    z-index: 9;
    width: 231px;
    height: 35px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/quotes.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .l1-quote-image::after {
    z-index: -1;
    width: 216px;
    height: 206px;
    bottom: -27px;
    right: -35px;
    background-color: transparent;
    background-image: url("../images/lines/lines_gray.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 1000px auto;
    -webkit-clip-path: url("#cp-l1-quote");
            clip-path: url("#cp-l1-quote"); }
  .l1-quote-image .cover-image {
    padding-top: 100%;
    border-radius: 50%; }
.l1-quote-content {
  margin-right: 30px; }
  .l1-quote-content .h5-like {
    color: #002d72; }
  .l1-quote-content .blockquote {
    font-size: 26px;
    line-height: 1.73;
    color: #002D72; }
    .l1-quote-content .blockquote strong {
      font-weight: 700; }
    .l1-quote-content .blockquote p {
      position: relative; }
    .l1-quote-content .blockquote p::before {
      content: "";
      display: block;
      position: absolute;
      top: -63px;
      left: 0px;
      width: 27px;
      height: 44px;
      background-image: url("/wp-content/themes/jhu-apply/assets/images/quote.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center bottom; }
    .l1-quote-content .blockquote p::after {
      content: "";
      display: block;
      position: absolute;
      top: -63px;
      left: 47px;
      width: 27px;
      height: 44px;
      background-image: url("/wp-content/themes/jhu-apply/assets/images/quote.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center top;
      transform: rotate(180deg); }
    .l1-quote-content .blockquote-cite {
      display: flex;
      align-items: flex-start;
      font-family: "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.21;
      color: #212121;
      margin-top: -20px; }
      .l1-quote-content .blockquote-cite::before {
        display: block;
        content: '';
        margin-right: 7px;
        margin-top: 2px;
        width: 37.5px;
        height: 12.5px;
        background-image: url("../images/dots/dots-blockquote-cite.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
@media (max-width: 1000px) {
  .l1-columns-section + .l1-quote-section {
    margin-top: 140px; }
  .l1-quote-wrapper {
    display: block;
    max-width: 600px;
    margin: auto; }
  .l1-quote-image {
    margin: 0 auto 50px; }
  .l1-quote-content {
    margin: auto;
    text-align: center; }
    .l1-quote-content .blockquote-cite {
      justify-content: center; } }
@media (max-width: 1000px) {
  .l1-quote-content .blockquote {
    font-size: 20px; }
    .l1-quote-content .blockquote-cite {
      margin-top: -10px; } }

.l1-data-point-section, .l1-data-point-content-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
.l1-data-point-section, .l1-data-point-section.alignfull {
  margin-bottom: 100px; }
.l1-data-point-content {
  position: relative;
  z-index: 1;
  margin-right: 55px;
  max-width: 940px; }
  .l1-data-point-content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -41px;
    left: -36px;
    width: 272px;
    height: 257px;
    background-color: transparent;
    background-image: url("../images/lines/lines_gray.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 576px auto;
    -webkit-clip-path: url("#cp-l1-data-point");
            clip-path: url("#cp-l1-data-point"); }
  .l1-data-point-content-inner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 42px; }
.l1-data-point-image {
  width: 13.5%;
  flex-shrink: 0; }
  .l1-data-point-image .cover-image {
    padding-top: 387px; }
.l1-data-point-crosshair {
  position: absolute;
  z-index: 2;
  top: -25px;
  right: 0;
  width: 25px;
  height: 25px; }
  .l1-data-point-crosshair::before, .l1-data-point-crosshair::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 25px;
    background: #D0D0D0;
    transform-origin: center;
    left: 50%;
    top: 0; }
  .l1-data-point-crosshair::after {
    transform: rotate(90deg); }
  .l1-data-point-crosshair--bottom {
    top: auto;
    bottom: -25px; }
.l1-data-point-stat {
  width: 200px;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.42;
  margin-right: 53px;
  text-transform: capitalize; }
  .l1-data-point-stat .large-text {
    display: block;
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.029em;
    color: #002d72; }
.l1-data-point-desc {
  font-size: 25px;
  line-height: 1.56;
  color: #002D72; }
  .l1-data-point-desc p:last-child {
    margin-bottom: 0; }
@media (max-width: 1000px) {
  .l1-data-point-section {
    display: block; }
    .cta-block-section + .l1-data-point-section {
      margin-top: 140px; }
  .l1-data-point-image {
    display: none; }
  .l1-data-point-content {
    margin: 0 30px; }
    .l1-data-point-content-inner {
      display: block; }
  .l1-data-point-stat, .l1-data-point-desc {
    margin: auto;
    max-width: 500px;
    text-align: center; }
  .l1-data-point-desc {
    font-size: 20px; } }

.l1-60-40-block {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch; }
  .l1-60-40-block::after {
    /*@include absolute-psudo(3);*/
    width: 672px;
    height: 256px;
    bottom: 0;
    right: -1px;
    background-image: url("../images/lines/line-l1-60-40-right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .l1-60-40-block-content {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 44%;
    min-height: 553px;
    padding: 40px;
    padding-top: 0px; }
    .l1-60-40-block-content::before, .l1-60-40-block-content::after {
      /*@include absolute-psudo(1);*/
      top: 0; }
    .l1-60-40-block-content::before {
      left: 0;
      width: 132px;
      height: 137px;
      background-image: url("../images/lines/line-l1-60-40-left.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .l1-60-40-block-content::after {
      right: -88px;
      width: 288px;
      height: 46px;
      background-color: transparent;
      background-image: url("../images/lines/lines_white.png");
      background-repeat: repeat;
      background-position: center;
      background-size: 772px auto;
      -webkit-clip-path: url("#cp-l1-60-40");
              clip-path: url("#cp-l1-60-40"); }
    .l1-60-40-block-content-inner {
      position: relative;
      z-index: 2;
      max-width: 412px;
      line-height: 1.555; }
      .l1-60-40-block-content-inner h3,
      .l1-60-40-block-content-inner .h3-like {
        font-size: 34px;
        line-height: 1.23;
        margin-bottom: 27px;
        /*color: $light-blue;*/
        text-transform: none; }
      .l1-60-40-block-content-inner p {
        max-width: 285px; }
      .l1-60-40-block-content-inner .link-front-icon--arrow {
        color: inherit;
        text-decoration-color: #008566; }
        .l1-60-40-block-content-inner .link-front-icon--arrow:visited {
          color: inherit; }
        .l1-60-40-block-content-inner .link-front-icon--arrow:active {
          color: inherit; }
        .l1-60-40-block-content-inner .link-front-icon--arrow:hover, .l1-60-40-block-content-inner .link-front-icon--arrow:focus {
          text-decoration-color: transparent; }
        .l1-60-40-block-content-inner .link-front-icon--arrow::before {
          background-image: url("../svg/arrow-circle.svg"); }
  .l1-60-40-block-image {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    background-color: #fff; }
    .l1-60-40-block-image .cover-image {
      width: 100%; }
      .l1-60-40-block-image .cover-image::after {
        /*@include absolute-psudo(-1);*/
        top: 80px;
        bottom: 0;
        right: -92px;
        width: 92px;
        background-image: inherit;
        background-repeat: no-repeat;
        background-position: -150px bottom;
        background-size: auto 140%;
        filter: url(#duotone); }
  @media (max-width: 1000px) {
    .l1-60-40-block {
      flex-direction: column-reverse; }
      .l1-60-40-block-content {
        width: auto;
        min-height: 0;
        padding: 100px 40px 120px; }
        .l1-60-40-block-content::before {
          display: none; }
        .l1-60-40-block-content::after {
          right: -150px; }
      .l1-60-40-block-image {
        padding: 0; }
        .l1-60-40-block-image .cover-image {
          padding-top: 60%; }
          .l1-60-40-block-image .cover-image::after {
            top: 100%;
            bottom: auto;
            left: 0;
            right: auto;
            height: 36px;
            width: 50%;
            background-position: center;
            background-size: cover; } }
  @media (max-width: 782px) {
    .l1-60-40-block-content {
      padding: 80px 40px; }
      .l1-60-40-block-content-inner h3 {
        font-size: 24px; }
    .l1-60-40-block::after {
      bottom: -40px; } }

@media (max-width: 1000px) {
  .fact-percent-bar-section {
    margin-bottom: 150px !important; } }
.fact-percent-bar-section h6 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px; }
.fact-percent-bar-section .fact-percent-bar-container {
  height: 127px;
  width: 100%;
  position: relative; }
  @media (max-width: 782px) {
    .fact-percent-bar-section .fact-percent-bar-container {
      width: 90%;
      margin: 0 auto; } }
  .fact-percent-bar-section .fact-percent-bar-container .facts {
    position: relative;
    height: 100%;
    float: left; }
    .fact-percent-bar-section .fact-percent-bar-container .facts .stat {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: "Factoria", serif;
      font-style: normal;
      font-weight: 800;
      font-size: 40px;
      line-height: 1.2;
      color: #fff;
      opacity: 0;
      transition: opacity .5s;
      pointer-events: none; }
      @media (max-width: 1000px) {
        .fact-percent-bar-section .fact-percent-bar-container .facts .stat {
          font-size: 30px; } }
      @media (max-width: 782px) {
        .fact-percent-bar-section .fact-percent-bar-container .facts .stat {
          font-size: 20px; } }
    .fact-percent-bar-section .fact-percent-bar-container .facts:hover .stat {
      opacity: 1; }
    .fact-percent-bar-section .fact-percent-bar-container .facts .label {
      position: absolute;
      top: calc(100% - 15px);
      left: 10px;
      border-left: 1px solid #D5D5D5;
      display: flex;
      align-items: flex-end;
      padding-left: 10px;
      line-height: 1em;
      color: #002d72;
      text-shadow: white 3px 0px 0px, white 2.83487px 0.981584px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.705713px 2.91581px 0px, white -0.287171px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.571704px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.137119px -2.99686px 0px, white 0.850987px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.838247px 0px; }
    .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(1) {
      background-color: #486493; }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(1) .label {
        height: 60px; }
        @media (max-width: 1000px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(1) .label {
            height: 80px; } }
    .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(2) {
      background-color: #002D72; }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(2) .label {
        height: 50px; }
    .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(3) {
      background-color: #002d72; }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(3) .label {
        height: 50px; }
        @media (max-width: 1000px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(3) .label {
            white-space: nowrap;
            z-index: 99; } }
    .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(4) {
      background-color: #338767; }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(4) .label {
        height: 50px;
        z-index: 10; }
        @media (max-width: 1000px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(4) .label {
            height: 150px; } }
        @media (max-width: 782px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(4) .label {
            z-index: 0; } }
    .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(5) {
      background-color: #8497B5; }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(5) .stat {
        transform: translate(0%, -50%);
        left: -75px;
        z-index: 1; }
        @media (max-width: 1000px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(5) .stat {
            left: -65px; } }
        @media (max-width: 782px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(5) .stat {
            left: -40px; } }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(5) .label {
        height: 100px;
        width: 140px;
        left: auto;
        right: 10px;
        border-left: none;
        border-right: 1px solid #D5D5D5;
        padding-left: 0;
        padding-right: 10px;
        text-align: right; }
        @media (max-width: 782px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(5) .label {
            right: 3px;
            padding-right: 0px;
            width: 125px; } }
    .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(6) {
      background-color: #80D3BF; }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(6) .stat {
        transform: translate(0%, -50%);
        left: auto;
        right: -75px;
        z-index: 1; }
        @media (max-width: 1000px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(6) .stat {
            right: -65px; } }
        @media (max-width: 782px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(6) .stat {
            right: -55px; } }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(6) .label {
        height: 100px;
        width: 300px;
        left: 5px; }
        @media (max-width: 782px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(6) .label {
            left: 2px;
            width: 80px;
            height: 120px; } }
    .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(7) {
      background-color: #4e7493; }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(7) .stat {
        left: -35px; }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(7) .label {
        height: 75px;
        width: 300px; }
        @media (max-width: 782px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(7) .label {
            left: 2px; } }
    .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(8) {
      background-color: #3B9D78; }
      .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(8) .label {
        height: 50px;
        width: 300px; }
        .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(8) .label.desktop {
          display: flex; }
        .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(8) .label.mobile {
          display: none; }
        @media (max-width: 782px) {
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(8) .label.desktop {
            display: none; }
          .fact-percent-bar-section .fact-percent-bar-container .facts:nth-child(8) .label.mobile {
            display: flex; } }

.fact-full-width-section {
  margin-bottom: 80px !important;
  max-width: 1245px; }
  .fact-full-width-section .fact-full-width-container {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: left; }
    .fact-full-width-section .fact-full-width-container::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      bottom: -15px;
      right: -15px;
      height: 136px;
      width: 77%;
      background-image: url(../svg/fact-full-with-line.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom right; }
    .fact-full-width-section .fact-full-width-container .fact-full-width-inner {
      position: relative;
      left: 0;
      top: 0;
      bottom: 0;
      min-height: 540px;
      width: 46.6%;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 94px;
      z-index: 1; }
      @media (max-width: 1000px) {
        .fact-full-width-section .fact-full-width-container .fact-full-width-inner {
          width: 60%; } }
      @media (max-width: 782px) {
        .fact-full-width-section .fact-full-width-container .fact-full-width-inner {
          width: 100%;
          padding: 94px 60px; } }
      .fact-full-width-section .fact-full-width-container .fact-full-width-inner h3 {
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 30px;
        line-height: 1.2;
        color: #fff;
        margin-bottom: 10px;
        position: relative;
        text-transform: uppercase; }
        .fact-full-width-section .fact-full-width-container .fact-full-width-inner h3::before {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 10px;
          left: -28px;
          width: 18px;
          height: 18px;
          background-image: url(../images/dots/fact-full-width-dots.svg);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .fact-full-width-section .fact-full-width-container .fact-full-width-inner h3 + a {
          text-transform: uppercase;
          position: relative; }
          .fact-full-width-section .fact-full-width-container .fact-full-width-inner h3 + a::after {
            content: "";
            display: block;
            width: 20px;
            height: 16px;
            position: absolute;
            right: -25px;
            bottom: 0px;
            background-image: url(../images/learn_more_arrow_white.png);
            background-size: 100% 100%;
            background-position: center center;
            background-repeat: no-repeat;
            transition: all .5s; }
          .fact-full-width-section .fact-full-width-container .fact-full-width-inner h3 + a:hover::after {
            right: -30px; }
      .fact-full-width-section .fact-full-width-container .fact-full-width-inner h4 {
        font-size: 40px;
        line-height: 1.2;
        font-size: 40px;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 0; }
      .fact-full-width-section .fact-full-width-container .fact-full-width-inner p {
        margin-bottom: 0;
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 1;
        color: #fff; }
      .fact-full-width-section .fact-full-width-container .fact-full-width-inner a {
        color: #fff; }
  .fact-full-width-section.align-right .fact-full-width-container {
    justify-content: right; }
    .fact-full-width-section.align-right .fact-full-width-container::after {
      transform: scaleX(-1);
      right: auto;
      left: -15px; }

.fact-60-40-section {
  margin-bottom: 60px !important; }
  .fact-60-40-section .columns-repeater-item-image {
    width: 42%;
    margin-left: -60px;
    margin-top: 10px; }
    @media (max-width: 1000px) {
      .fact-60-40-section .columns-repeater-item-image {
        margin-bottom: 90px;
        width: 80%;
        margin: 0 auto 90px auto; } }
    .fact-60-40-section .columns-repeater-item-image .doubled-image-wrapper {
      padding-top: 0px;
      background-blend-mode: darken;
      transition: background-image .5s; }
      .fact-60-40-section .columns-repeater-item-image .doubled-image-wrapper::after {
        background-image: inherit;
        height: 100%;
        top: 40px;
        background-size: 100% auto;
        background-position: top;
        background-blend-mode: darken;
        transition: background-image .5s; }
      .fact-60-40-section .columns-repeater-item-image .doubled-image-wrapper .doubled-image {
        padding-top: 110%;
        background-blend-mode: darken;
        transition: background-image .5s; }
  .fact-60-40-section .columns-repeater-item-content {
    max-width: 100%;
    margin-left: 68px; }
    @media (max-width: 782px) {
      .fact-60-40-section .columns-repeater-item-content {
        width: 100%;
        margin: 0; } }
    .fact-60-40-section .columns-repeater-item-content h3 {
      position: relative;
      font-family: "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 30px;
      line-height: 1;
      color: #002d72;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .fact-60-40-section .columns-repeater-item-content h3 span {
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        color: #008566;
        margin-left: 30px;
        text-transform: uppercase; }
        .fact-60-40-section .columns-repeater-item-content h3 span a {
          position: relative; }
          .fact-60-40-section .columns-repeater-item-content h3 span a::after {
            content: "";
            display: block;
            width: 20px;
            height: 16px;
            position: absolute;
            right: -25px;
            bottom: 0px;
            background-image: url(../images/learn_more_arrow.png);
            background-size: 100% 100%;
            background-position: center center;
            background-repeat: no-repeat;
            transition: all .5s; }
          .fact-60-40-section .columns-repeater-item-content h3 span a:hover::after {
            right: -30px; }
      .fact-60-40-section .columns-repeater-item-content h3::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 8px;
        left: -28px;
        width: 18px;
        height: 18px;
        background-image: url(../images/dots/fact-full-width-dots.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
    .fact-60-40-section .columns-repeater-item-content .fact-40-60-stat-container {
      display: grid;
      grid-template-columns: 50% 50%; }
      .fact-60-40-section .columns-repeater-item-content .fact-40-60-stat-container .item {
        padding-right: 10px; }
        @media (max-width: 1000px) {
          .fact-60-40-section .columns-repeater-item-content .fact-40-60-stat-container .item {
            padding-right: 40px; } }
        .fact-60-40-section .columns-repeater-item-content .fact-40-60-stat-container .item h4 {
          font-size: 40px;
          line-height: 1;
          color: #002D72;
          margin-bottom: 0;
          margin-top: 30px; }
          .fact-60-40-section .columns-repeater-item-content .fact-40-60-stat-container .item h4:hover {
            color: #002d72; }
        .fact-60-40-section .columns-repeater-item-content .fact-40-60-stat-container .item p {
          font-family: "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 1; }
  @media (min-width: 1001px) {
    .fact-60-40-section.align-right .columns-repeater-item {
      flex-direction: row-reverse;
      padding-left: 17px; }
      .fact-60-40-section.align-right .columns-repeater-item-image {
        margin-right: -114px; }
        .fact-60-40-section.align-right .columns-repeater-item-image .doubled-image-wrapper::after {
          background-image: inherit;
          height: 100%;
          top: 40px;
          right: 45px;
          left: -45px; }
      .fact-60-40-section.align-right .columns-repeater-item-content {
        padding-right: 120px; } }

.fact-grid-section {
  margin-bottom: 60px !important;
  max-width: 1074px; }
  .fact-grid-section h3 {
    position: relative;
    font-size: 30px;
    line-height: 1;
    color: #002D72; }
    .fact-grid-section h3 span {
      font-family: "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 1;
      color: #008566;
      margin-left: 30px; }
      .fact-grid-section h3 span a {
        position: relative; }
        .fact-grid-section h3 span a::after {
          content: "";
          display: block;
          width: 20px;
          height: 16px;
          position: absolute;
          right: -25px;
          bottom: 0px;
          background-image: url(../images/learn_more_arrow.png);
          background-size: 100% 100%;
          background-position: center center;
          background-repeat: no-repeat;
          transition: all .5s; }
        .fact-grid-section h3 span a:hover::after {
          right: -30px; }
    .fact-grid-section h3::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 8px;
      left: -28px;
      width: 18px;
      height: 18px;
      background-image: url(../images/dots/fact-full-width-dots.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .fact-grid-section .fact-grid-item-container {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%; }
    @media (max-width: 1000px) {
      .fact-grid-section .fact-grid-item-container {
        grid-template-columns: 25% 25% 25% 25%; } }
    @media (max-width: 782px) {
      .fact-grid-section .fact-grid-item-container {
        grid-template-columns: 33% 33% 33%; } }
    @media (max-width: 640px) {
      .fact-grid-section .fact-grid-item-container {
        grid-template-columns: 50% 50%; } }
    .fact-grid-section .fact-grid-item-container .item {
      position: relative;
      padding: 20px; }
      .fact-grid-section .fact-grid-item-container .item img {
        border-radius: 50%;
        width: 90px;
        height: 90px;
        left: 20px;
        top: 20px;
        position: absolute; }
        .fact-grid-section .fact-grid-item-container .item img:hover {
          width: 120px;
          height: 120px;
          left: 0x;
          top: 10px;
          transition: all .3s; }
      .fact-grid-section .fact-grid-item-container .item h4 {
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 40px;
        line-height: 1;
        color: #002d72;
        margin-bottom: 0;
        margin-top: 120px; }
      .fact-grid-section .fact-grid-item-container .item p {
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 1;
        line-height: 22px; }
      .fact-grid-section .fact-grid-item-container .item::after {
        display: block;
        content: "";
        background-color: #68ACE5;
        width: 30px;
        height: 3px; }

.fact-cta-section {
  background-image: url(../images/fact-cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .fact-cta-section .fact-cta-container {
    height: 100%;
    display: flex; }
    @media (max-width: 1000px) {
      .fact-cta-section .fact-cta-container {
        display: block; } }
    .fact-cta-section .fact-cta-container::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 100%;
      background-image: url(../images/fact-cta-lines.png);
      background-size: cover;
      background-repeat: no-repeat;
      left: 0;
      top: 0;
      bottom: 0; }
    .fact-cta-section .fact-cta-container::after {
      content: "";
      position: absolute;
      width: 30px;
      height: 100%;
      background-image: url(../images/fact-cta-lines.png);
      background-size: cover;
      background-repeat: no-repeat;
      right: 0;
      top: 0;
      bottom: 0; }
    .fact-cta-section .fact-cta-container .fact-cta-image {
      width: 37%;
      height: 100%;
      position: relative;
      padding: 60px 0px 60px 120px; }
      .fact-cta-section .fact-cta-container .fact-cta-image img {
        width: 247px; }
      @media (max-width: 1000px) {
        .fact-cta-section .fact-cta-container .fact-cta-image {
          width: 100%;
          text-align: center;
          padding: 60px; } }
    .fact-cta-section .fact-cta-container .fact-cta-content {
      width: 63%;
      padding: 60px 120px 60px 30px;
      position: relative; }
      @media (max-width: 1000px) {
        .fact-cta-section .fact-cta-container .fact-cta-content {
          width: 100%;
          padding: 0 120px 60px 120px; } }
      @media (max-width: 782px) {
        .fact-cta-section .fact-cta-container .fact-cta-content {
          padding: 0 80px 60px 80px; } }
      .fact-cta-section .fact-cta-container .fact-cta-content::before {
        content: "";
        position: absolute;
        width: 85px;
        height: 39px;
        background-image: url(../images/dots/facts-cta-dots.png);
        background-size: cover;
        background-repeat: no-repeat;
        left: 20px;
        top: -9px; }
        @media (max-width: 1000px) {
          .fact-cta-section .fact-cta-container .fact-cta-content::before {
            display: none; } }
      .fact-cta-section .fact-cta-container .fact-cta-content h3 {
        font-size: 55px;
        line-height: 1;
        color: #68ACE5;
        line-height: 66px;
        margin-bottom: 0; }
      .fact-cta-section .fact-cta-container .fact-cta-content h4 {
        font-size: 24px;
        line-height: 1;
        color: #fff;
        line-height: 28px; }
      .fact-cta-section .fact-cta-container .fact-cta-content p {
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        line-height: 24px; }

#alert-container {
  position: absolute;
  padding: 0px 10px;
  top: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: #002d72;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  z-index: 999999;
  /* Remove once adjusted for admin bar */ }
  #alert-container::before {
    content: '';
    display: block;
    width: 18px;
    height: 30px;
    background-image: url(/wp-content/themes/jhu-apply/assets/svg/alert-icon-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
    position: relative;
    float: left; }
  #alert-container.red {
    background-color: #C34747; }
    #alert-container.red::before {
      background-image: url(/wp-content/themes/jhu-apply/assets/svg/alert-icon-red.svg); }
  #alert-container span {
    width: calc(100% - 30px);
    float: right; }
  #alert-container a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 15px; }
    #alert-container a:hover, #alert-container a:focus {
      text-decoration: none; }

.counselor .entry-content {
  margin-bottom: 80px; }
  .counselor .entry-content > p {
    margin-bottom: 5px; }
  .counselor .entry-content > p:first-child {
    margin-bottom: 20px; }
  .counselor .entry-content > header {
    margin-bottom: 0px; }

.pathway {
  padding-top: 152px; }
  .pathway .intro_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px; }
    .pathway .intro_flex .intro_content {
      max-width: 663px;
      width: 90%; }
      .pathway .intro_flex .intro_content p {
        line-height: 28px; }
  .pathway .hero_flex_testimonials {
    border: 1px solid #e0e0e0;
    width: 90%;
    max-width: 471px;
    padding-left: 40px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px; }
  .pathway .featured_events_sec .container {
    max-width: 1392px; }
    .pathway .featured_events_sec .container .intro_flex h1 {
      margin-bottom: 30px !important; }
    .pathway .featured_events_sec .container .event_flex {
      justify-content: flex-start;
      gap: 21px; }
    .pathway .featured_events_sec .container .event {
      padding-top: 33px;
      margin-bottom: 33px;
      background-image: url("../images/lad_squre2.png");
      border-top: 1px solid #e0e0e0;
      background-size: 14px;
      background-position: right -1px;
      background-repeat: no-repeat;
      max-height: 600px; }
    .pathway .featured_events_sec .container .event,
    .pathway .featured_events_sec .container .event * {
      transition: all 500ms ease-out; }
    .pathway .featured_events_sec .container .event {
      overflow: hidden; }
  .pathway .featured_events_sec.upcoming_events .container .intro_flex h1 {
    margin-bottom: 0px !important; }
  .pathway .grid_section {
    width: 90%;
    max-width: 1392px;
    margin: auto;
    margin-bottom: 100px;
    left: 0px; }
    .pathway .grid_section h2 {
      margin: auto;
      margin-bottom: 50px;
      text-align: center; }
    .pathway .grid_section .flex {
      justify-content: space-evenly;
      align-items: flex-start;
      gap: 80px;
      flex-wrap: wrap; }
    .pathway .grid_section .advisor {
      text-decoration: none;
      color: inherit;
      max-width: 227px;
      width: 100%; }
      .pathway .grid_section .advisor .advisor_portrait:hover::before {
        top: 7px;
        left: 7px; }
    .pathway .grid_section .advisor_name {
      font-family: "factoria";
      font-weight: 700;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: 0%;
      text-transform: capitalize;
      text-decoration: none;
      color: #002d72;
      margin-bottom: 0px; }
    .pathway .grid_section .advisor_position {
      font-weight: 400;
      font-style: italic;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0%;
      color: #1e1e1e;
      margin-top: 0px; }
    .pathway .grid_section .text_link_like {
      color: #0075ff;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0%;
      text-transform: capitalize;
      text-decoration: underline; }

.events_list .intro_flex {
  align-items: flex-end; }
  .events_list .intro_flex a h5 {
    color: #0077d8; }

@media (min-width: 1516px) {
  .pathway:not(.events_list) .event:nth-of-type(1),
  .pathway:not(.events_list) .event:nth-of-type(2),
  .pathway:not(.events_list) .event:nth-of-type(3),
  .pathway:not(.events_list) .event:nth-of-type(4) {
    border-top: 0px;
    background: transparent; } }
@media (min-width: 1201px) {
  .pathway:not(.events_list) .event:nth-of-type(1),
  .pathway:not(.events_list) .event:nth-of-type(2),
  .pathway:not(.events_list) .event:nth-of-type(3) {
    border-top: 0px;
    background: transparent; } }
@media (min-width: 822px) {
  .pathway:not(.events_list) .event:nth-of-type(1),
  .pathway:not(.events_list) .event:nth-of-type(2) {
    border-top: 0px;
    background: transparent; } }

.advisor_portrait {
  width: 228px;
  height: 228px;
  background-size: cover;
  background-position: center;
  position: relative;
  line-height: 0px;
  transition: all 250ms ease-out; }
  .advisor_portrait::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #0077d8;
    left: -7px;
    top: -7px;
    transition: all 250ms ease-out; }
  .advisor_portrait:hover::before {
    top: 7px;
    left: 7px; }

.filters {
  background-color: #002d72;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  color: white;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1392px;
  margin-bottom: 47px; }
  .filters h5 {
    color: white; }
  .filters select,
  .filters input {
    background-color: #ffffff;
    border: 0px;
    padding-left: 16px;
    height: 40px;
    width: 183px;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("../svg/next.svg");
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: center; }
    .filters select#duration,
    .filters input#duration {
      padding-left: 38px;
      position: relative;
      background-image: url("../svg/clock_inverted.svg"), url("../svg/next.svg");
      background-size: 14px, auto;
      background-repeat: no-repeat;
      background-position: 16px center, 90% center; }
    .filters select#search,
    .filters input#search {
      background-image: url("../svg/search_blue.svg");
      background-position: calc(100% - 16px) center;
      background-repeat: no-repeat;
      background-size: 18px;
      transition: all 250ms ease-out; }
      .filters select#search::-moz-placeholder, .filters input#search::-moz-placeholder {
        color: #000; }
      .filters select#search::placeholder,
      .filters input#search::placeholder {
        color: #000; }
      .filters select#search:focus,
      .filters input#search:focus {
        background-size: 14px; }

@media (max-width: 1585px) {
  .filters {
    flex-wrap: wrap; }
    .filters h5 {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }
@media (max-width: 1240px) {
  .filters {
    gap: 20px; }
    .filters div {
      width: 100%;
      text-align: center; }
    .filters input {
      width: 100%; }

  .filters select {
    width: calc(50% - 20px); } }
@media (max-width: 800px) {
  .filters {
    background-color: #0077d8;
    max-height: 52px;
    padding-top: 16px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    overflow: hidden;
    transition: all 500ms ease-out; }
    .filters h5 {
      margin: 0px;
      text-align: left;
      cursor: pointer;
      position: relative; }
      .filters h5::after {
        content: "";
        width: 7px;
        height: 12px;
        background-image: url("../svg/more_arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        filter: brightness(0) invert(1);
        transform: rotateZ(-90deg) translateX(75%);
        display: block;
        position: absolute;
        right: 20px;
        top: 50%; }
    .filters select {
      width: 100%;
      flex-shrink: 0; }
    .filters div,
    .filters input {
      display: none; }

  .pathway .featured_events_sec .container .event_flex .event {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse; } }
h2.center {
  text-align: center; }

.pathway_list {
  margin-top: 100px;
  margin-bottom: 100px; }
  .pathway_list .flex {
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 44px; }
  .pathway_list h2.center {
    margin-bottom: 33px; }

.pathway_block {
  background-color: #0077d8;
  width: 90%;
  max-width: 556px;
  display: block;
  color: white;
  padding: 32px;
  text-decoration: none;
  position: relative;
  transition: all 250ms ease-out;
  margin: auto; }
  .pathway_block:hover {
    background: #002d72; }
    .pathway_block:hover::after {
      left: 64px; }
  .pathway_block:visited {
    color: white; }
  .pathway_block::after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../svg/yellow_arrow.svg");
    position: absolute;
    bottom: 32px;
    left: 32px;
    transition: all 250ms ease-out; }
  .pathway_block .pathway_title {
    font-family: "factoria", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 5px; }
  .pathway_block .pathway_desc {
    padding-bottom: 32px; }

.event_link {
  text-decoration-color: transparent;
  transition: all 250ms ease-out; }
  .event_link:hover {
    text-decoration-color: #002d72; }

.faq_intro {
  margin-bottom: 35px; }

/* Listing page styles */
.loadmore {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 250ms ease-out; }
  .loadmore:hover {
    background-color: #002d72; }
  .loadmore.tax_loadmore {
    display: none; }

/* Detail page styles */
.resource .container.flex {
  justify-content: space-between;
  max-width: 1392px; }
.resource .resource_main {
  max-width: 803px;
  width: 90%; }
  .resource .resource_main .share_resource,
  .resource .resource_main .resource_links {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .resource .resource_main .more_link {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px; }
    .resource .resource_main .more_link::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 10px;
      left: 0px;
      transform: translateY(1px);
      display: block;
      background-image: url("../svg/more_arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 250ms ease-out; }
    .resource .resource_main .more_link:hover::before {
      left: -5px; }
  .resource .resource_main .share_resource {
    gap: 13px; }
    .resource .resource_main .share_resource p {
      margin: 0px; }
    .resource .resource_main .share_resource a {
      line-height: 0;
      text-decoration: none; }
  .resource .resource_main .resource_details .btn {
    margin-bottom: 20px;
    margin-top: 5px;
    margin-right: 20px; }
  .resource .resource_main .resource_links {
    margin-bottom: 54px; }
.resource .duration {
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 54px; }
.resource .info {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-top: 0px;
  margin-bottom: 0px; }
  .resource .info span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #002d72; }
  .resource .info a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-decoration: underline;
    margin-left: 20px;
    display: inline-block;
    font-style: normal;
    transition: all 250ms ease-out; }
    .resource .info a:hover {
      text-decoration-color: transparent; }
  .resource .info:last-child {
    margin-bottom: 54px; }
  .resource .info.cost {
    margin-bottom: 30px; }
.resource .info_wrap .info:last-child {
  margin-bottom: 25px; }
.resource .resource_info {
  box-shadow: 0px 0px 20px 0px #0000001a;
  background-image: url("../images/questions_border.png");
  background-size: 757px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-left: 44px;
  padding-right: 44px;
  padding-bottom: 44px;
  margin-bottom: 100px;
  margin-top: 50px; }
  .resource .resource_info .topics {
    gap: 15px; }
  .resource .resource_info .image_wrap {
    margin-bottom: 29px; }
  .resource .resource_info .information.entry-content {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px; }
    .resource .resource_info .information.entry-content .btn {
      width: -moz-fit-content;
      width: fit-content;
      max-width: 100%; }
    .resource .resource_info .information.entry-content .wpforms-container {
      margin-bottom: 20px; }
      .resource .resource_info .information.entry-content .wpforms-container .wpforms-field input {
        height: 61px;
        padding-left: 23px; }
      .resource .resource_info .information.entry-content .wpforms-container .wpforms-field textarea {
        padding-left: 23px;
        padding-top: 15px; }
  .resource .resource_info .information p,
  .resource .resource_info .information h2,
  .resource .resource_info .information h3,
  .resource .resource_info .information h4 {
    margin-bottom: 29px;
    margin-top: 0px; }
  .resource .resource_info .information h5,
  .resource .resource_info .information h6 {
    margin-bottom: 0px; }
.resource .resource_side {
  max-width: 332px;
  width: 90%; }
  .resource .resource_side .event_flex {
    margin-top: 33px;
    padding-top: 33px;
    border-top: 1px solid #e0e0e0;
    background-image: url("../images/lad_squre2.png");
    border-top: 1px solid #e0e0e0;
    background-size: 14px;
    background-position: right -1px;
    background-repeat: no-repeat;
    transition: all 500ms ease-out; }
  .resource .resource_side .event .duration {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 0px; }
  .resource .resource_side .event_link {
    text-decoration-color: #0077d8; }
    .resource .resource_side .event_link:hover {
      text-decoration-color: transparent; }
    .resource .resource_side .event_link h3 {
      color: #0077d8; }
  .resource .resource_side .italic {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-top: 13px;
    margin-bottom: 0px; }
.resource .testimonials {
  border-bottom: 0px; }

.description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-top: 25px;
  margin-bottom: 25px; }

.event_header {
  display: flex;
  gap: 11px;
  margin-bottom: 13px;
  align-items: center; }

.event_header .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  margin: 0px; }

.loadedMSG {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.all_loaded {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  /*letter-spacing: 0.03em;*/
  padding: 0.8125em 2.1875em;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  cursor: default;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: break-word;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.glow_box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
  .glow_box h3 {
    font-family: "factoria", serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 0px; }
  .glow_box .description {
    line-height: 20px;
    margin-top: 0px; }

.hero_flex_testimonials.glow_box {
  border: 0px;
  max-width: 333px;
  padding: 35px; }

.page-template-resources-listing .footer_contact {
  display: none; }

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  margin-top: 10px;
  margin-bottom: 15px; }

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #e0e0e0;
  animation: prixClipFix 2s linear infinite; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); } }
.featured_events_sec.upcoming_events .container {
  max-width: 921px; }
  .featured_events_sec.upcoming_events .container .filters {
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center; }
    .featured_events_sec.upcoming_events .container .filters h5 {
      width: -moz-fit-content;
      width: fit-content;
      margin: 0; }
  .featured_events_sec.upcoming_events .container .event {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center; }
    .featured_events_sec.upcoming_events .container .event h3 {
      color: #0077d8; }
    .featured_events_sec.upcoming_events .container .event .pathways {
      display: flex;
      gap: 20px;
      align-items: center;
      margin-bottom: 10px;
      flex-wrap: wrap; }
      .featured_events_sec.upcoming_events .container .event .pathways a {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        text-decoration: underline;
        color: #000000;
        flex-shrink: 0; }
        .featured_events_sec.upcoming_events .container .event .pathways a:hover {
          text-decoration-color: transparent; }
      .featured_events_sec.upcoming_events .container .event .pathways p {
        margin: 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        color: #002d72; }
    .featured_events_sec.upcoming_events .container .event a.event_image {
      width: 260px;
      flex-shrink: 0;
      line-height: 0px; }
      .featured_events_sec.upcoming_events .container .event a.event_image img {
        height: auto;
        max-width: 100%; }
    .featured_events_sec.upcoming_events .container .event .cost {
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0%;
      color: #002d72;
      margin-top: 13px; }
  .featured_events_sec.upcoming_events .container #loadmore {
    margin: 0px; }

@media (max-width: 800px) {
  .featured_events_sec.upcoming_events .container .event a.event_image {
    width: 500px;
    max-width: 100%; }

  .featured_events_sec.upcoming_events .container .event {
    gap: 20px; }

  .featured_events_sec.upcoming_events .container .filters {
    flex-direction: column;
    align-items: flex-start; }

  .featured_events_sec.upcoming_events .container .filters h5 {
    width: 100%; } }
.flex.tags {
  align-items: center;
  gap: 12px;
  margin-bottom: 10px; }
  .flex.tags .description {
    margin: 0px; }

@media (max-width: 600px) {
  .resource .resource_main {
    width: 100%;
    max-width: 100%; }

  h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0%;
    text-transform: capitalize; }

  .single-jhu_resource .testimonials .container .slider_nav {
    top: 230px; }
    .single-jhu_resource .testimonials .container .slider_nav svg {
      margin: auto; } }
.advisor .advisor_description p {
  line-height: 28px; }
.advisor .container.flex {
  gap: 40px;
  align-items: flex-start; }
.advisor .advisor_intro {
  justify-content: space-between; }
  .advisor .advisor_intro h1 {
    margin-bottom: 0px !important; }
  .advisor .advisor_intro p {
    margin-top: 0px; }
.advisor .info {
  color: white;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  margin-bottom: 27px; }
  .advisor .info span {
    color: white; }
  .advisor .info p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 6px; }
  .advisor .info a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-decoration: underline;
    color: white;
    margin-left: 0px; }
    .advisor .info a:hover {
      text-decoration-color: transparent; }
  .advisor .info:last-child {
    margin-bottom: 0px;
    flex-wrap: wrap; }
.advisor .resource_side {
  width: 260px;
  flex-shrink: 0; }
.advisor .outlined_photo {
  position: relative;
  flex-shrink: 0;
  line-height: 0; }
  .advisor .outlined_photo::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -7px;
    top: -7px;
    border: 2px solid #D9D9D9;
    transition: all 250ms ease-out; }
  .advisor .outlined_photo:hover::before {
    /*top:7px;
    left:7px;*/ }
.advisor .schedule_time {
  margin-top: 70px;
  margin-bottom: 20px; }

.blue_grad {
  background: linear-gradient(118.03deg, #002D72 59.94%, #0077D8 105.75%);
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 40px; }

.info {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%; }
  .info span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #002D72; }
  .info a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-decoration: underline;
    margin-left: 20px;
    display: inline-block;
    font-style: normal;
    transition: all 250ms ease-out; }
    .info a:hover {
      text-decoration-color: transparent; }

.info_wrap .info:last-child {
  margin-bottom: 25px; }

.more_link {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px; }
  .more_link::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0px;
    transform: translateY(1px);
    display: block;
    background-image: url("../svg/more_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 250ms ease-out; }
  .more_link:hover::before {
    left: -5px; }

.link_container {
  margin-bottom: 40px; }

.testimonial_section {
  margin-top: 100px;
  margin-bottom: 100px;
  border-top: 1px solid #E0E0E0; }
  .testimonial_section .container {
    position: relative;
    padding-top: 100px; }
  .testimonial_section .container::before {
    content: "";
    display: block;
    position: absolute;
    width: 92px;
    height: 40px;
    top: 0px;
    left: 0px;
    transform: translateY(-27px);
    background-image: url("../svg/testimonial_box.svg"); }

.resource_main {
  width: 100%;
  max-width: 100%; }

@media (max-width: 800px) {
  .advisor .info:first-child {
    flex-direction: column; } }
