@import url("https://use.typekit.net/cui6ioz.css");

@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Book.woff2") format("woff2"), url("../fonts/Gentona-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Medium.woff2") format("woff2"), url("../fonts/Gentona-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-SemiBold.woff2") format("woff2"), url("../fonts/Gentona-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-Regular.woff2") format("woff2"), url("../fonts/Quadon-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-RegularItalic.woff2") format("woff2"), url("../fonts/Quadon-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-Medium.woff2") format("woff2"), url("../fonts/Quadon-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-MediumItalic.woff2") format("woff2"), url("../fonts/Quadon-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-Bold.woff2") format("woff2"), url("../fonts/Quadon-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-BoldItalic.woff2") format("woff2"), url("../fonts/Quadon-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-ExtraBold.woff2") format("woff2"), url("../fonts/Quadon-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-Black.woff2") format("woff2"), url("../fonts/Quadon-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*
 *  General styles
 */

 html,
 body {
  overflow-x: hidden;
 }

body {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}

h1 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
}

h1.legacy {
  font-family: "Quadon", Helvetica, Arial, sans-serif;
  font-size: 68px;
  color: #fff;
}

h2 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #002D72;
}

h2.legacy {
  font-family: "Quadon", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #31261D;
  position: relative;
}

h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #002D72;
}

h3.legacy {
  font-family: "Quadon", Helvetica, Arial, sans-serif;
  font-size: 42px;
  color: #31261D;
}

h4 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #002D72;
}

h4.legacy {
  font-family: 'Gentona';
  font-size: 20px;
  color: #31261D;
}

h5 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002D72;
}

h5.legacy {
  font-family: 'Gentona';
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
}

a {
  color:#0077D8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: .3s all ease;
}

a:hover {
  text-decoration:none;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.hidden {
  display:none;
}

#breadcrumbs span span.sep:last-child {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  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. */
}

/* Header */

.site-header {
  position: absolute;
  z-index: 500; /* Prevents covering admin toolbar */
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px #E3E3E3 solid;
  background-color: #fff;
}
.adminimal-admin-toolbar .site-header{
  top: 39px !important; /* Prevents covering admin toolbar */
}
@media (max-width: 900px) {
  .site-header {
    border-bottom: 0;
  }
}
.site-header-content {
  position: relative;
  z-index: 1;
}

.header-highlights p{
  padding: 10px;
  text-align: center;
  background-color: #002D72;
  color: #fff;
}

.site-header .site-breadcrumbs {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 2;
  color: #757575;
  text-transform: none;
  padding: 1em 70px;
  border-top: 1px solid #E3E3E3;
  z-index: -2;
}

.site-header .site-breadcrumbs span a {
  color: #757575;
}


@media only screen and (max-width: 900px) {
  .site-header .site-breadcrumbs {
    /*position: fixed;
    top: 75px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25px;
    max-width: none;
    margin: 0;
    padding: 0;
    border-left: 0;
    background-color: #68ACE5;
    border-top: none;*/
    display: none;
  }
}
.site-header .site-breadcrumbs p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #0A306D;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .site-header .site-breadcrumbs p {
    text-align: center;
    font-size: 12px;
  }
}
.home .site-header {
  border-bottom-color: transparent;
}
.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-branding {
  position: absolute;
  left: 47px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 106px;
}
.header-branding-text {
  display: none;
  margin-left: 22px;
  border-left: 2px rgba(112, 112, 112, 0.3) solid;
  padding-left: 22px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
  color: #0A306D;
  transition: color 0.3s ease;
}
.header-branding-text a {
  color: inherit;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: opacity 0.2s ease;
}
.header-branding-text a:visited {
  color: inherit;
}
.header-branding-text a:focus {
  color: inherit;
}
.header-branding-text a:active {
  color: inherit;
}
@media (min-width: 901px) {
  .header-branding-text a:hover, .header-branding-text a:focus, .header-branding--hovered .header-branding-text a {
    opacity: 0.7;
  }
}
@media (max-width: 900px) {
  .header-branding-text a {
    pointer-events: none;
  }
}
@media (max-width: 1250px) {
  .header-branding {
    left: 30px;
  }
  .header-branding-text {
    font-size: 15px;
    line-height: 1.2;
    margin-left: 20px;
    padding-left: 18px;
  }
}

.header-logo {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 260px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 1250px) {
  .header-logo {
    max-width: 200px;
  }
}
.header-logo-large {
  display: block;
  width: 100%;
  fill: #0A306D;
  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-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;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-transform: uppercase;
  padding: 0.54em 1em;
  transition: background-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
  transition: background-color 0.3s ease, text-decoration-color 0.3s ease;
  transition: background-color 0.3s ease, text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
  color: #fff;
}
.header-btn:visited {
  color: #fff;
}
.header-btn:focus {
  color: #fff;
}
.header-btn:active {
  color: #fff;
}
.header-btn--light {
  background-color:#0077D8;
}
.header-btn--dark {
  background-color: #0A306D;
}
.header-btn--green {
  background-color: #002D72;
}
.header-btn:hover, .header-btn:focus {
  color: #fff;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  background-color: #002D72;
}
.header-btn--green:hover, .header-btn--green:focus {
  background-color:#0077D8;
}
.header-btn .icon-search {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav-btns.desktop {
  display: none;
}
.header-nav-btns.mobile {
  display: flex;
}

.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:focus {
  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: 900px) {
  .header-jhu-link {
    display: none;
  }
}

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

  .header-nav-top, .header-nav-bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
  }
  .header-nav-top {
    background-color: #F0F0F0;
    color: #343434;
    min-height: 30px;
    padding-right: 30px;
    padding-right: 100px;
  }
  .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.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;
    pointer-events: none;
  }
  .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);
    pointer-events: all;
  }
  .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:#0077D8;
  }
  .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;
  }

  /*
  .desktop-nav-active{
    .header-nav-bottom{
      background-color: $apply-dark-blue;
    }
    .header-branding-text,
    .primary-navigation .menu-item-top a,
    .primary-navigation .dropdown-trigger{
      color:$apply-white;
    }
    .header-logo-large--white{
      @include visible();
    }
  }
  */
}
@media (min-width: 901px) and (max-width: 1250px) {
  .header-nav-bottom {
    padding-right: 30px;
  }
}
@media (min-width: 901px) {
  .header-nav-btns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .header-nav-btns.desktop {
    display: flex;
  }
  .header-nav-btns.mobile {
    display: none;
  }
  .header-nav-btns .header-btn {
    margin-left: 2px;
  }
}
@media (min-width: 901px) {
  .has-sticky-header {
    /*
    &.desktop-nav-active{
      .primary-navigation{
        & > li{
          margin-left:0;
          padding-left: 15px;
          .menu-item-top a{
            color: $apply-white;
          }
          &:hover,
          &:focus-within{
            .menu-item-top a{
              color:$apply-light-blue;
            }
          }
        }
      }
      .header-btn--dark{
        background-color: $apply-green;
      }
    }
    */
  }
  .has-sticky-header .site-header {
    position: fixed;
    -webkit-animation-name: slide-down;
            animation-name: slide-down;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            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 .site-header .header-branding-text {
    display: block;
  }
  .has-sticky-header .site-breadcrumbs {
    display: none;
  }
  .has-sticky-header.admin-bar .site-header {
    top: 32px;
  }
}
@media (min-width: 901px) and (max-width: 782px) {
  .has-sticky-header.admin-bar .site-header {
    top: 46px;
  }
}
@media (min-width: 901px) {
  .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: 13px;
    max-width: 200px;
    display: none;
  }
}
@media (min-width: 901px) and (max-width: 1250px) {
  .has-sticky-header .header-branding-text {
    max-width: 150px;
  }
}
@media (min-width: 901px) {
  .has-sticky-header .header-logo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 62px;
    height: 67px;
    background-color: #0A306D;
    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: #0A306D;
  }
  .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;
  }
}
@media (min-width: 901px) {
  .has-sticky-header .header-nav-top {
    display: none;
  }
  .has-sticky-header .header-nav-bottom {
    height: 67px;
    /*padding-right: 300px;*/
  }
  .has-sticky-header .header-nav-btns {
    top: 50%;
    right: 47px;
    transform: translateY(-50%);
  }
  .has-sticky-header .header-nav-btns.mobile {
    display: flex;
  }
}
@media (min-width: 901px) {
  .has-sticky-header .primary-navigation {
    height: 67px;
  }
  .has-sticky-header .primary-navigation > li {
    margin-left: 15px;
  }
  .has-sticky-header .primary-navigation > li .menu-item-top a {
    color: #535353;
  }
  .has-sticky-header .primary-navigation > li .menu-item-top a:hover {
    color: #c9c9c9;
  }
  .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;
  }
}
@media (min-width: 901px) {
  .has-sticky-header .header-jhu-link {
    display: none;
  }
}
/*Header Animations*/
@-webkit-keyframes slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 901px) {
  .primary-navigation {
    display: flex;
    align-items: center;
    height: 106px;
    position: relative;
  }
  .primary-navigation > li {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.18;
    margin-left: 6px;
    margin-right: 23px;
  }
  .has-sticky-header .primary-navigation > li {
    margin-right: 18px;
  }
  .primary-navigation > li.menu-item-has-children {
    margin-right: 0;
  }
}
@media (min-width: 901px) and (max-width: 1366px) {
  .primary-navigation > li {
    font-size: 18px;
  }
}
@media (min-width: 901px) {
  .primary-navigation .menu-item-top {
    display: flex;
    align-items: center;
  }
  .primary-navigation .menu-item-top a {
    text-decoration: none;
    color: #727272;
    position: relative;
  }
  .primary-navigation .menu-item-top a:hover {
    color: #c9c9c9;
  }
  .primary-navigation .menu-item-top a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background-color:#0077D8;
    left: auto;
    bottom: -45px;
    display: none;
  }
}
@media (min-width: 901px) and (min-width: 1367px) {
  .primary-navigation .menu-item-top a::before {
    bottom: -42px;
  }
}
@media (min-width: 901px) {
  .primary-navigation li .menu-item-top a:hover::before, .primary-navigation li.active .menu-item-top a::before {
    display: block;
  }
}
@media (min-width: 901px) {
  .primary-navigation .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;
  }
  .primary-navigation .dropdown-trigger:focus, .primary-navigation .dropdown-trigger:hover {
    color:#0077D8;
  }
  .primary-navigation .dropdown-trigger .icon-chevron {
    width: 0.875em;
    height: auto;
    stroke: currentColor;
    stroke-width: 0.5px;
    transition: all 0.2s ease;
  }
  .keyboard-control .primary-navigation .dropdown-trigger {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
    display: flex;
  }
  .has-sticky-header .primary-navigation .dropdown-trigger {
    width: 15px;
  }
  .has-sticky-header .primary-navigation .dropdown-trigger .icon-chevron {
    width: 9px;
  }
  .primary-navigation .dropdown-panel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 99%;
    background-color: #fff;
    color: #0A306D;
    transform: translateX(-33%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding-top: 40px;
    padding-left: 0px;
  }
}
@media (min-width: 901px) and (min-width: 1367px) {
  .primary-navigation .dropdown-panel {
    transform: translateX(-29%);
  }
}
@media (min-width: 901px) {
  .primary-navigation .dropdown-panel a {
    color: inherit;
  }
}
@media (min-width: 901px) {
  .primary-navigation .dropdown-menu {
    flex-shrink: 0;
    width: 300px;
    padding-left: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: 0px;
    overflow: auto;
  }
  .primary-navigation .dropdown-menu a {
    display: block;
    margin: 0 40px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
  }
  .primary-navigation .dropdown-menu a:hover, .primary-navigation .dropdown-menu a:focus {
    color: #535353;
  }
  .primary-navigation .dropdown-menu > li {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 20px;
  }
  .primary-navigation .dropdown-menu .sub-menu {
    margin: 10px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.18;
  }
  .primary-navigation .dropdown-menu .sub-menu li {
    margin-bottom: 10px;
  }
  .primary-navigation .dropdown-menu .sub-menu li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    text-transform: none;
    font-weight: normal;
    color: #535353;
  }
  .primary-navigation .dropdown-menu .sub-menu li a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: transform 0.2s ease;
    width: 10px;
    height: 10px;
    background: transparent url("../svg/arrow-short.svg") no-repeat center center;
    background-size: 100%;
  }
  .primary-navigation .dropdown-menu .sub-menu li a:hover::before, .primary-navigation .dropdown-menu .sub-menu li a:focus::before {
    transform: translate(3px, -50%);
  }
}
@media (min-width: 901px) {
  .primary-navigation .dropdown-content {
    max-width: 69%;
    flex-grow: 1;
    padding: 0 70px 60px 0;
    overflow: hidden;
    display: flex;
  }
  .primary-navigation .dropdown-content--mobile {
    display: none;
  }
  .primary-navigation .dropdown-content-inner {
    position: relative;
    z-index: 1;
    flex-grow: 1;
  }
  .primary-navigation .dropdown-content-bkgd {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .primary-navigation .dropdown-content-bkgd::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 14%, rgba(0, 0, 0, 0) 43%);
  }
  .primary-navigation .dropdown-content-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    left: auto;
    max-width: 785px;
    padding: 44px 70px;
    text-align: right;
  }
  .primary-navigation .dropdown-content-text .h3-like {
    font-family: factoria, serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: inherit;
  }
  .primary-navigation .dropdown-content-underlay {
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 54px;
    bottom: 0;
    width: 70px;
    background-color: #68ACE5;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }
  .primary-navigation .dropdown-content-underlay::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    transform: translate(40%, -20%);
    width: 47vw;
    height: 69vw;
    background: transparent url("../images/lines/lines_white.png") repeat center center;
    -webkit-clip-path: url(#cp-primary-navigation);
            clip-path: url(#cp-primary-navigation);
  }
}
@media (min-width: 901px) {
  .primary-navigation .dropdown-close {
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 23px;
    border: 0;
    background-color: #008566;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .primary-navigation .dropdown-close, .primary-navigation .dropdown-close-wrap {
    display: flex;
    justify-content: center;
  }
  .primary-navigation .dropdown-close-wrap {
    position: absolute;
    z-index: 2;
    top: -54px;
    left: 0;
    align-items: flex-start;
    width: 100%;
    height: 54px;
    background: #0A306D;
  }
  .primary-navigation .dropdown-close .icon-x {
    width: 19px;
    height: 19px;
    margin: 0;
  }
  .primary-navigation .dropdown-close:hover, .primary-navigation .dropdown-close:focus {
    background-color: #fff;
    color: #0A306D;
  }
}
@media (min-width: 901px) {
  .primary-navigation .menu-item-has-children.active .menu-item-top a,
.primary-navigation .menu-item-has-children:hover .menu-item-top a {
    color: #c9c9c9;
  }
  .primary-navigation .menu-item-has-children.active .dropdown-trigger,
.primary-navigation .menu-item-has-children:hover .dropdown-trigger {
    color: #68ACE5;
  }
  .primary-navigation .menu-item-has-children.active .dropdown-trigger .icon-chevron,
.primary-navigation .menu-item-has-children:hover .dropdown-trigger .icon-chevron {
    transform: rotate(180deg);
  }
  .primary-navigation .menu-item-has-children.active .dropdown-panel,
.primary-navigation .menu-item-has-children:hover .dropdown-panel {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
  }
}
@media (min-width: 901px) {
  .desktop-nav-active .primary-navigation {
    align-items: stretch;
    /*.menu-item-top{
      align-items: stretch;
      a{
        display: flex;
        align-items: center;
      }
    }*/
  }
  .desktop-nav-active .primary-navigation > li {
    display: flex;
    align-items: stretch;
  }
  .desktop-nav-active .primary-navigation .dropdown-trigger {
    align-self: center;
  }
}
@media (min-width: 901px) {
  .has-sticky-header .primary-navigation > li a::after {
    display: none;
  }
  .has-sticky-header .primary-navigation li .menu-item-top a:hover::before,
.has-sticky-header .primary-navigation li.active .menu-item-top a::before {
    display: none;
  }
}
.hasAlert .site-header {
  top: 30px;
}
@media (max-width: 900px) {
  .hasAlert .site-header {
    top: 0px;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: margin-top 0.4s ease;
  }
  .admin-bar .site-header {
    top: 32px;
  }
  .has-sticky-header .site-header {
    margin-top: var(--alert-offset);
  }
  .site-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 97px;
    padding: 0 27px 25px;
  }
  .site-header .country-selector.weglot-dropdown {
    position: absolute;
    left: auto;
    top: 87px;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
  }
  .site-header .country-selector.weglot-dropdown .wgcurrent:after {
    top: 26px;
    right: 50%;
    margin-right: -3px;
    width: 7px;
    background-position: center bottom;
  }
  .site-header .country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 10px;
    height: 36px;
  }
  .site-header .country-selector.weglot-dropdown .wgcurrent span:before {
    width: 14px !important;
    margin-right: 5px;
  }
  .mobile-nav-active .site-header .country-selector.weglot-dropdown {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
  }

  .header-branding {
    position: static;
    left: 0;
    top: 0;
    height: auto;
  }
  .header-branding-text {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25px;
    max-width: none;
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
    font-size: 12px;
    text-align: center;
    background-color: #68ACE5;
  }

  .header-mobile-btns {
    display: flex;
  }

  .header-nav {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: transparent;
    transition: height 0s 0.3s linear, background-color 0.3s linear;
    border-top: 97px #fff solid;
    overflow: hidden;
  }
  .header-nav-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 49px 42px 61px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
  }
  .header-nav-top {
    padding-bottom: 42px;
  }
  .header-nav-btns {
    position: fixed;
    z-index: 8;
    bottom: 0;
    bottom: env(safe-area-inset-bottom);
    /*Safari iOS 15*/
    left: 0;
    width: 100%;
    display: flex;
    justify-content: stretch;
  }
  .header-nav-btns .search-trigger {
    display: none;
  }
  .mobile-nav-active .header-nav {
    height: 100vh;
    overflow: auto;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
  }
  .mobile-nav-active .header-nav-wrapper {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
  }

  .header-btn {
    height: 61px;
    justify-content: center;
    flex-grow: 1;
  }

  .primary-navigation a,
.utility-menu a {
    text-decoration: none;
    color: #0A306D;
  }
  .primary-navigation a:visited,
.utility-menu a:visited {
    color: #0A306D;
  }
  .primary-navigation a:focus,
.utility-menu a:focus {
    color: #0A306D;
  }
  .primary-navigation a:active,
.utility-menu a:active {
    color: #0A306D;
  }

  .primary-navigation .menu-item-top,
.utility-menu li {
    font-family: factoria, serif;
    font-size: 30px;
    line-height: 1.333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .primary-navigation .dropdown-trigger, .utility-menu .dropdown-trigger {
    padding:0;
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #0A306D;
    border: 2px transparent solid;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }
  .primary-navigation .dropdown-trigger::before, .primary-navigation .dropdown-trigger::after, .utility-menu .dropdown-trigger::before, .utility-menu .dropdown-trigger::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 15px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transition: transform 0.2s ease, background-color 0.2s ease;
  }
  .primary-navigation .dropdown-trigger::before, .utility-menu .dropdown-trigger::before {
    transform: translate(-50%, -50%);
  }
  .primary-navigation .dropdown-trigger::after, .utility-menu .dropdown-trigger::after {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .primary-navigation .dropdown-trigger .icon-chevron, .utility-menu .dropdown-trigger .icon-chevron {
    display: none;
  }
  .primary-navigation .menu-item-has-children.active .dropdown-trigger, .utility-menu .menu-item-has-children.active .dropdown-trigger {
    background-color: #0A306D;
  }
  .primary-navigation .menu-item-has-children.active .dropdown-trigger::after, .utility-menu .menu-item-has-children.active .dropdown-trigger::after {
    transform: translate(-50%, -50%);
  }
  .primary-navigation .nav-item:not(.menu-item-has-children) .dropdown-trigger, .utility-menu .nav-item:not(.menu-item-has-children) .dropdown-trigger {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
  }

  .primary-navigation .menu-item-top {
    font-weight: bold;
  }
  .primary-navigation .dropdown-panel {
    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;
  }
  .primary-navigation .dropdown-content--desktop {
    display: none;
  }
  .primary-navigation .dropdown-content--mobile {
    margin-bottom: 35px;
  }
  .primary-navigation .dropdown-menu {
    margin-bottom: 38px;
    padding-left: 0;
  }
  .primary-navigation .dropdown-menu > li {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    /*&:first-child{
      display: none;
    }*/
  }
  .primary-navigation .dropdown-menu .sub-menu {
    margin: 10px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
  }
  .primary-navigation .dropdown-menu .sub-menu li {
    margin-bottom: 12px;
  }
  .primary-navigation .dropdown-menu .sub-menu li a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  .primary-navigation .dropdown-menu .sub-menu li a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 6px;
    transition: transform 0.2s ease;
    width: 10px;
    height: 10px;
    background-image: url("../svg/arrow-short-white.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .primary-navigation .dropdown-menu .sub-menu li a:hover::before, .primary-navigation .dropdown-menu .sub-menu li a:focus::before {
    transform: translateX(3px);
  }
  .primary-navigation .mobile-dropdown-btn {
    display: block;
    font-family: factoria, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.41;
    padding: 16px 21px 20px;
    background-color: #008566;
    transition: background-color 0.2s ease;
    color: #fff;
  }
  .primary-navigation .mobile-dropdown-btn:visited {
    color: #fff;
  }
  .primary-navigation .mobile-dropdown-btn:focus {
    color: #fff;
  }
  .primary-navigation .mobile-dropdown-btn:active {
    color: #fff;
  }
  .primary-navigation .mobile-dropdown-btn .icon-arrow-circle {
    width: 16px;
    height: auto;
    margin-left: 5px;
    transition: all 0.2s ease;
  }
  .primary-navigation .mobile-dropdown-btn:hover, .primary-navigation .mobile-dropdown-btn:focus {
    background-color: #0A306D;
  }
  .primary-navigation .mobile-dropdown-btn:hover .icon-arrow-circle, .primary-navigation .mobile-dropdown-btn:focus .icon-arrow-circle {
    transform: translateX(3px);
  }
  .primary-navigation .mobile-dropdown-btn:hover .icon-arrow-circle .arrow, .primary-navigation .mobile-dropdown-btn:focus .icon-arrow-circle .arrow {
    fill: #0A306D;
    stroke: #0A306D;
  }
  .primary-navigation .menu-item-has-children.active .dropdown-panel {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
    height: auto;
    transition: opacity 0.3s, height 0.3s;
  }

  .utility-menu .nav-item {
    flex-wrap: wrap;
  }
  .utility-menu .nav-item.menu-item-has-children {
    margin-bottom: 0;
  }
  .utility-menu .sub-menu--utility {
    flex-basis: 100%;
    margin-top: 28px;
    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;
  }
  .utility-menu .sub-menu--utility .submenu-item {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .utility-menu .nav-item.active .sub-menu--utility {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
    height: auto;
    transition: opacity 0.3s, height 0.3s;
  }
}
.mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  border: 0;
  background-color: transparent;
  margin-left: 14px;
  padding:0;
  cursor: pointer;
  color: #008566;
  outline-offset: 3px;
}
.mobile-btn:hover, .mobile-btn:focus {
  color:#0077D8;
}
.mobile-btn--search .icon-search {
  width: 25px;
  height: 25px;
}
.mobile-btn--search .icon-search path {
  fill:#0077D8;
}

.hamburger-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 23px;
  width: 29px;
  color:#0077D8;
}
.hamburger-button-line {
  display: block;
  height: 3px;
  width: 100%;
  background-color: currentColor;
}
.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);
}

@media (max-width: 782px) {
  .admin-bar .site-header,
.admin-bar .header-nav {
    top: 46px;
  }
}








/* Heading Hero */
section#heading {
  color:#fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

section#heading h1 {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  font-weight: 400;
  color:#fff;
  margin-bottom:20px;
}

section#heading h1 span.underline {
  border-bottom: 10px solid #009B77;
}

@media only screen and (max-width: 600px) {
  section#heading h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

/* Homepage Heading */
section#heading.home {
  min-height:798px;
  background-size: cover;
  background-position: center center;
  position:relative;
}

section#heading.home::after {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 45%;
    height: 15px;
}

section#heading.home div.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 798px;
}

section#heading.home div.container div.content {
  padding-right:35%;
  margin-left:30px;
}

section#heading.home div.container div.content p {
  font-size: 17px;
}

section#heading.home div.container div.controls {
  position:absolute;
  right: 40px;
  bottom: 40px;
}

/* Interior Page Heading */
section#heading.internal {
  min-height:550px;
  background-size:cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
section#heading.internal::before {
  content: "";
  position: absolute;
  width : 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

section#heading.internal h1 {
  position:relative;
  text-align: center;
}

section#heading.internal h1::after {
  content: "";
  display:block;
  background-color: rgba(255,255,255,.32);
  width:69px;
  height:2px;
  position:absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

section#heading_content {
  background-color: #002D72;
  z-index: 0;
}

section#heading_content div.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 105px 0;
  color: #fff;
  background-image: url(../images/intro_bg.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

section#heading_content div.container div.content {
  width:68%;
  margin: 0 auto;
}

section#heading_content div.container div.content h2 {
  color:#fff;
  font-size: 30px;
  line-height: 42px;
  border-left: 4px solid #68ACE5;
  padding-left: 20px;
  margin-bottom: 20px;
}

section#heading_content div.container div.content p {
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

/* Hompeage */
body.home h2 {
  position:relative;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 30px;
}
body.home h2::after {
  content:"";
  width: 67px;
  height: 2px;
  background-color:#E7E7E7;
  display:block;
  position:absolute;
  bottom: -10px;
  left: 0;
}
section#alumni_benefits {
  padding: 20px 20px 80px 20px;
}
section#alumni_benefits h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 42px;
  position: relative;
}
section#alumni_benefits h2::after {
  content: "";
  width: 67px;
  height: 2px;
  background-color: #E7E7E7;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
section#alumni_benefits div.content {
  display: flex;
  flex-direction: row;
}
section#alumni_benefits div.content div.col {
  display:flex;
  flex-direction: column;
  flex: 1 1 60%;
  padding: 30px 60px 30px 30px;
  position:relative;
}
section#alumni_benefits div.content div.col>p{
  padding-right: 30px;
}
section#alumni_benefits div.content div.col.image {
  display:flex;
  flex-direction: column;
  flex: 1 1 40%;
  padding: 0px;
  position:relative;
}
section#alumni_benefits div.content div.col.image div.featured_image {
  width: 567px;
  height: 713px;
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  box-shadow: 0px 20px 40px rgba(0,0,0,.3);
}
section#alumni_benefits div.content div.col.image div.featured_image.blue {
  position: absolute;
  top: -45px;
  right: -45px;
  filter: grayscale(100%) sepia(64%) blur(1px) brightness(55%) hue-rotate(161deg) saturate(556%) contrast(132%);
  z-index: 5;
}
section#alumni_benefits div.content div.col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E9E9E9;
  margin: 30px 0 50px 0;
}
section#alumni_benefits div.content div.col ul li {
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
}
section#alumni_benefits div.content div.col div.benefit {
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: space-between;
}
section#alumni_benefits div.content div.col div.benefit div.col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
section#alumni_benefits div.content div.col div.benefit div.col.icon {
  flex: 0 0 100px;
}

@media only screen and (max-width: 650px) {
  section#alumni_benefits div.content div.col div.benefit div.col.icon {
    flex: 0 0 50px;
  }
}
section#alumni_benefits div.content div.col div.benefit div.col.link {
  padding: 5px 20px;
  flex: 1 1 auto;
}
section#alumni_benefits div.content div.col div.benefit div.col.link a {
  text-decoration: none;
  color:#0077D8;
  transition: .3s all ease;
}
section#alumni_benefits div.content div.col div.benefit div.col.link a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
section#alumni_benefits div.content div.col div.benefit div.col.link h4 {
  color:#0077D8;
  font-weight: 400;
}
section#alumni_benefits div.content div.col div.benefit div.col.arrow {
  flex: 0 0 22px;
  align-items:center;
  justify-content: center;
  padding: 0px !important;
}
section#alumni_benefits .actions {
  display: flex;
}

section#alumni_benefits a.primary {
  border: 2px solid #0077D8;
  color: #fff;
  padding: 10px 20px;
  background-color: #0077D8;
  transition: all 0.3s;
  margin-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  text-align: center;
  font-weight:600;
}
section#alumni_benefits a.primary:hover {
  border: 2px solid #0077D8;
  background-color: transparent;
  color: #0077D8;
}
section#alumni_benefits a.secondary {
  border: 2px solid #0077D8;
  color: #0077D8;
  padding: 10px 20px;
  background-color: transparent;
  transition: all 0.3s;
  text-decoration: none;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight:600;
}
section#alumni_benefits a.secondary:hover {
  border: 2px solid #0077D8;
  background-color: #0077D8;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  section#alumni_benefits .actions {
    flex-direction: column;
    row-gap: 20px;
  }
}

/* Homepage Dual Callouts */
section#dual_callouts {
  background-color: #31261D;
  background-image: url(../images/dual_callouts_background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section#dual_callouts h2 {
  font-size: 30px;
  line-height: 42px;
  position:relative;
  margin-bottom: 30px;
}
section#dual_callouts h2::after {
  content: "";
  width: 67px;
  height: 2px;
  background-color: #E7E7E7;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
}
section#dual_callouts div.container {
  padding: 80px 40px 40px 40px;
  display: flex;
  flex-direction: row;
}
section#dual_callouts div.container div.callout {
  background-color:#fff;
  /*background-image: url(../images/dual_callout_image_bg.png);
  background-position: 0px 12%;
  background-size: 70%;
  background-repeat: no-repeat;*/
  position: relative;
  padding: 245px 60px 30px 60px;
  align-self: flex-start;
}
section#dual_callouts div.container div.callout div.image {
  position:absolute;
  top: -40px;
  left: 10px;
  width: 85%;
  height: 250px;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section#dual_callouts div.container div.callout.left {
  margin-right: 10px;
  max-width: 50%;
}
section#dual_callouts div.container div.callout.right {
  margin-left: 10px;
  margin-top: 40px;
  max-width: 50%;
}
section#dual_callouts div.container div.callout p {
  margin-bottom: 20px;
}
section#dual_callouts div.container div.callout a {
  display: inline-block;
  font-weight:600;
  border: 2px solid #0077D8;
  color: #fff;
  padding: 10px 20px;
  background-color: #0077D8;
  transition: all 0.3s;
  margin-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
section#dual_callouts div.container div.callout a:hover {
  border: 2px solid #0077D8;
  background-color: transparent;
  color: #0077D8;
}

/* Homepage - Events Section */
section#events div.container {
  padding: 80px 40px;
}
section#events h2 {
  font-size: 30px;
  line-height: 42px;
}
section#events h2::after {
  display: none;
}

section#events h2 a {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  float:right;
  border: 2px solid #0077D8;
  color: #fff;
  padding: 5px 20px;
  background-color: #0077D8;
  transition: all 0.3s;
  margin-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
section#events h2 a:hover {
  border: 2px solid #0077D8;
  background-color: transparent;
  color: #0077D8;
}
section#events div.event_container {
  margin-top: 30px;
}
section#events div.event_container div.event {
  width: 33%;
  margin-right: 15px;
  padding-bottom: 30px;
  border-bottom: 2px solid #F0F0F0;
}
section#events div.event_container div.event div.image {
  height: 241px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section#events div.event_container div.event div.date {
  font-size: 14px;
  font-weight: 600;
  color: #002D72;
  padding: 0 15px 5px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
section#events div.event_container div.event div.title {
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 20px;
}
section#events div.event_container div.event a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size:14px;
  font-weight: 600;
  transition: .3s all ease;
}
section#events div.event_container div.event a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
section#events div.buttons {
  margin-top: 40px;
  flex-direction: row;
  display:none;
}
section#events div.buttons .next {
  display:flex;
  flex-direction: column;
  flex: 1 1 10%;
  width: 34px;
  height: 34px;
}
section#events div.buttons .prev {
  display:flex;
  flex-direction: column;
  flex: 1 1 10%;
  width: 34px;
  height: 34px;
  transform: rotate(180deg);
}
section#events div.buttons .next path,
section#events div.buttons .prev path {
  transition: .3s all ease;
}

section#events div.buttons .next path:nth-child(1),
section#events div.buttons .prev path:nth-child(1) {
  opacity: 0;
}

section#events div.buttons .next:hover path:nth-child(1),
section#events div.buttons .prev:hover path:nth-child(1) {
  opacity: 1;
}

section#events div.buttons .next:hover path:nth-child(3),
section#events div.buttons .prev:hover path:nth-child(3) {
  fill: #fff;
}

section#events div.buttons a.view_all {
  display:flex;
  flex-direction: column;
  width: 60%;
  font-size: 16px;
  border: 2px solid#0077D8;
  color: #fff;
  padding: 10px 20px;
  background-color:#0077D8;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight:600;
}

section#events div.buttons a.view_all:hover {
  border: 2px solid #0077D8;
  background-color: transparent;
  color: #0077D8;
}

/* Homepage - Next Steps */
section#next_steps {
  margin: 80px 0px 100px 0px;
}
section#next_steps div.container {
  max-width: none;
  margin: 0 0 0 calc(((100% - 1160px) / 2) - 60px);
  padding: 0;
  background-color: #F7F7F7;
}
section#next_steps div.content {
  max-width: 1160px;
  padding: 80px 600px 80px 80px;
  position: relative;
}
section#next_steps div.content h2 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 30px;
  position: relative;
}
section#next_steps div.content h2::after {
  content: "";
  width: 67px;
  height: 2px;
  background-color: #E7E7E7;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
section#next_steps div.content h2 span {
  display: block;
}
section#next_steps div.content ul {
  border-top: 1px solid #E9E9E9;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
section#next_steps div.content ul li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
section#next_steps div.content ul li div.column {
  display:flex;
  flex-direction: column;
}
section#next_steps div.content ul li div.column.text {
  flex: 1 1 auto;
  padding: 5px 20px 5px 0px;
}
section#next_steps div.content ul li div.column.text a.mobile-only {
  display:none;
}
section#next_steps div.content ul li div.column.text a {
  text-decoration: none;
  color:#0077D8;
  transition: .3s all ease;
}
section#next_steps div.content ul li div.column.text a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
section#next_steps div.content ul li div.column.text a h4 {
  color:#0077D8;
  font-weight:400;
}
section#next_steps div.content ul li div.column.arrow {
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  padding:0px !important;
}
section#next_steps div.content div.image {
  position: absolute;
  top: -40px;
  right: -100px;
  max-height: 730px;
  max-width: 563px;
  box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.20);
}

/* Homepage - Alumni Stories */
section#alumni_stories div.container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 42px;
  position:relative;
  font-weight: 400;
}
section#alumni_stories div.container h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  background: #E7E7E7;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
section#alumni_stories div.container p {
  text-align: center;
  width: 50%;
  margin: 0 auto 100px auto;
}
section#alumni_stories div.alumni_container {
  background-color: #F7F7F7;
  background-image: url(../images/marble-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  display:flex;
}
section#alumni_stories div.alumni_container div.alumni_slider {
  position:relative;
  margin-top: -60px;
  padding-bottom: 60px;
}
section#alumni_stories div.alumni_container div.alumni_slider div.slick-list {
  padding: 0 0 20px 0;
}
section#alumni_stories div.alumni_container div.alumni {
  width: calc(33% - 20px);
  max-width:376px;
  aspect-ratio: 376 / 623;
  /* padding-top: 535px; */
  margin-right: 10px;
  margin-left: 10px;
  background-size: cover;
  background-position:center center;
  background-repeat: no-repeat;
  box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.34);
  display:flex;
  flex-direction: row;
  align-items: flex-end;
}

@media only screen and (max-width: 1000px) {
  section#alumni_stories div.alumni_container div.alumni {
    width: calc(50% - 20px);
    max-width: unset;
  }
}

@media only screen and (max-width: 750px) {
  section#alumni_stories div.alumni_container div.alumni {
    width: calc(100% - 20px);
    max-width: unset;
    max-height: 70vh;
  }
}

section#alumni_stories div.alumni_container div.alumni div.info {
  flex: 1 1 75%;
  padding: 0 20px 40px 40px;
}
section#alumni_stories div.alumni_container div.alumni div.info h4 {
  color:#fff;
  display:block;
  font-size: 24px;
  font-weight: 400;
}
section#alumni_stories div.alumni_container div.alumni div.info h5 {
  display:block;
  margin: 0;
  text-transform:uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #e7e7e7;
}
section#alumni_stories div.alumni_container div.alumni div.button {
  display:flex;
  flex: 1 1 17%;
  margin-bottom: 40px;
}

section#alumni_stories div.alumni_container div.alumni div.button a svg {
  transition: .3s all ease;
}

section#alumni_stories div.alumni_container div.alumni div.button a svg path,
section#alumni_stories div.alumni_container div.alumni div.button a svg circle {
  transition: .3s all ease;
}

section#alumni_stories div.alumni_container div.alumni div.button a:hover svg path {
  fill: #fff;
}

section#alumni_stories div.alumni_container div.alumni div.button a:hover svg circle {
  fill: #0077D8;
}

section#alumni_stories div.buttons {
  clear:both;
  cursor:pointer;
}
section#alumni_stories div.buttons .next {
  position: absolute;
  left: -50px;
  top: -350px;
}
section#alumni_stories div.buttons .prev {
  position:absolute;
  right: -50px;
  top: -350px;
  transform:rotate(180deg);
}

section#alumni_stories div.buttons .next path,
section#alumni_stories div.buttons .prev path {
  transition: .3s all ease;
}

section#alumni_stories div.buttons .next path:nth-child(1),
section#alumni_stories div.buttons .prev path:nth-child(1) {
  opacity: 0;
}

section#alumni_stories div.buttons .next:hover path:nth-child(1),
section#alumni_stories div.buttons .prev:hover path:nth-child(1) {
  opacity: 1;
}

section#alumni_stories div.buttons .next:hover path:nth-child(3),
section#alumni_stories div.buttons .prev:hover path:nth-child(3) {
  fill: #fff;
}


/* Main Content - Interior */
section#main_content {
  display:flex;
  flex-direction: row;
}

section#main_content h2 {
  position:relative;
  font-weight: 400;
  margin-bottom: 30px;
}

section#main_content p {
  margin-top: 20px;
}

section#main_content h2::after {
  content:"";
  width: 67px;
  height: 2px;
  background-color:#E7E7E7;
  display:block;
  position:absolute;
  bottom: -10px;
  left: 0;
}

section#main_content div.column {
  display:flex;
  flex-direction: column;
}

section#main_content div.column:first-child {
  justify-content: right;
  flex: 1 1 71%;
  background-color:#fff;
  margin-top: -26px;
}

section#main_content div.column:last-child {
  justify-content: left;
  flex: 1 1 29%;
  background-color:#F7F7F7;
  background-image: url(../images/marble-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

section#main_content div.column:first-child div.container {
  width:100%;
  max-width: 1033px;
  margin:0 0 0 auto;
  padding:90px 22% 60px 14%;
}

section#main_content div.column:last-child div.container {
  width:100%;
  max-width: 407px;
  margin:0 auto 0 0px;
  padding:0;
}

/* Main Content Call Out */
section#main_content section.callout {
  display:flex;
  flex-direction: row;
  margin: 80px 0 80px -60px;
  box-shadow: 0px 5px 20px rgba(0,0,0,.1);
}

section#main_content section.callout div.image {
  display:flex;
  flex-direction: column;
  flex: 1 1 40%;
  margin:5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

section#main_content section.callout div.content {
  display:flex;
  flex-direction: column;
  flex: 1 1 60%;
  padding: 30px;
}

section#main_content section.callout div.content h3 {
  font-family: Gentona;
  font-size: 24px;
  font-weight: 400;
}

section#main_content section.callout a {
  border: 2px solid #0077D8;
  background-color:#0077D8;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  text-align: center;
  width: 60%;
  text-transform: uppercase;
  font-weight:600;
  transition: all 0.3s;
}

section#main_content section.callout a:hover {
  border: 2px solid #0077D8;
  background-color: transparent;
  color: #0077D8;
}

/* Main Content - Accordions */
section#main_content section.accordions h2 + p {
  margin-bottom: 30px;
}

section#main_content section.accordions:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 60px;
}

section#main_content section.accordions a.accordion_trigger {
  border-bottom: 1px solid #C9C9C9;
  padding: 10px 40px 10px 0;
  position:relative;
  display:block;
  text-decoration: none;
  margin-bottom: 10px;
  color:#4B4B4B;
  font-weight: 600;
  font-size: 18px;
}
section#main_content section.accordions a.accordion_trigger.open,
section#main_content section.accordions a.accordion_trigger:hover {
  color:#0077D8;
}
section#main_content section.accordions a.accordion_trigger::after {
  content: "";
  position:absolute;
  width: 8px;
  height:10px;
  right: 20px;
  bottom:15px;
  transform: rotate(90deg);
  background-image:url(../images/chevron.svg);
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
  transition: 0.1s ease all;
  transform-origin: center;
}
section#main_content section.accordions a.accordion_trigger.open::after {
  transform: rotate(-90deg);
}

section#main_content section.accordions div.accordion_content {
  display:none;
  padding-bottom: 20px;
}

/* Main Content - Upcoming Journeys */
section#main_content section.upcoming_journeys {

}

section#main_content section.upcoming_journeys div.trip_container {
  padding-top: 30px;
}
section#main_content section.upcoming_journeys div.trip_container div.trip {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
section#main_content section.upcoming_journeys div.trip_container div.trip div.image {
  flex: 1 1 42%;
  height: 168px;
  max-height: 100%;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section#main_content section.upcoming_journeys div.trip_container div.trip div.content {
  flex: 1 1 58%;
  padding-left: 20px;
}
section#main_content section.upcoming_journeys div.trip_container div.trip div.content h3 {
  font-family: Gentona;
  font-size: 24px;
  font-weight: 400;
}
section#main_content section.upcoming_journeys div.trip_container div.trip div.content div.location {}
section#main_content section.upcoming_journeys div.trip_container div.trip div.content div.date {}
section#main_content section.upcoming_journeys div.trip_container div.trip div.content a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

a.trips_load_more {
  background-color:#0077D8;
  padding: 10px 25px;
  font-family: Gentona;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  display: block;
}

/* Main Content - Meet Our Alumni */
section#main_content section.our_alumni {

}
section#main_content section.our_alumni div.alumni_container div.profile {
  display: flex;
  flex-direction: row;
}
section#main_content section.our_alumni div.alumni_container div.profile div.photo {
  display:flex;
  flex-direction: column;
  flex: 1 1 15%;
}
section#main_content section.our_alumni div.alumni_container div.profile div.info {
  display:flex;
  flex-direction: column;
  flex: 1 1 65%;
  justify-content: center;
  padding: 20px;
  font-size: 16px;
}
section#main_content section.our_alumni div.alumni_container div.profile div.info h4 {
  font-size: 24px;
}
section#main_content section.our_alumni div.alumni_container div.content {
    margin-top: 20px;
    margin-bottom: 20px;
}
section#main_content section.our_alumni div.alumni_container div.social {

}
section#main_content section.our_alumni div.alumni_container div.social span {
  display: inline-block;
  line-height: 22px;
  border-right: 2px solid #E9E9E9;
  padding-right: 10px;
  font-weight: 600;
}
section#main_content section.our_alumni div.alumni_container div.social ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
section#main_content section.our_alumni div.alumni_container div.social ul li {
  display: inline-block;
  margin: 0;
  padding: 0px 5px;
  list-style: none;
}
section#main_content section.our_alumni div.alumni_container div.social ul li a {
  display: block;
  width: 22px;
  height: 22px;
}
section#main_content section.our_alumni div.alumni_container div.social ul li a img {
  padding-top: 5px;
}


/* Main Content - Right Column */
section#main_content div.right_column div.section {
  margin-left: -50px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 10px 40px rgba(0,0,0,.2);
  background-color:#fff;
  width:100%;
  max-width: 400px;
  padding:40px;
}

section#main_content div.right_column div.section h4 {
  font-weight: 400;
  font-size:20px;
  padding:0 0 10px 0;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 10px;
}

section#main_content div.right_column div.section ul {
  margin: 0;
  padding: 0 0 0 15px;
}

section#main_content div.right_column div.section ul li {
    list-style-image: url(../images/chevron.svg);
    padding:5px 5px;
}

/* FAQ Page */
section#main_content.faq div.container {
  width:100%;
  max-width: 1033px;
  margin:-26px auto 60px auto;
  padding: 60px 90px;
  background-color:#fff;
}

/* Connect Page */
section#heading_content.connect div.container {
  background-image: none;
}
section#filters div.mobile {
  display: none;
}
section#filters {
  background-color:#F7F7F7;
  background-image: url(../images/filters-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 100px;
}
section#filters div.container {
  height: 100%;
  position: relative;
}
section#filters div.filter-row,
section#filters div.desktop {
  display: flex;
  height: 86px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 7px 22px rgba(0,0,0,.13);
  position:absolute;
  padding: 0 15px;
  top:-16px;
}
section#filters div.col {
  flex-grow: 1;
  padding: 20px 10px;
  position:relative;
}

section#filters div.col.actions {
  max-width: 200px;
}
section#filters div.col input[type="text"] {
  border: 1px solid #C9C9C9;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
}
section#filters div.col select:focus,
section#filters div.col select {
 border: 1px solid #C9C9C9;
 background-color: #fff;
 width: 100%;
 border-radius: 0px;
 padding: 10px 15px;
 appearance: none;
 font-size: 16px;
 font-weight: 400;
 cursor:pointer;
}
section#filters div.col:not(:last-child):not(.filters)::after {
  content: "";
  position:absolute;
  width: 8px;
  height:10px;
  right: 25px;
  top: 39px;
  transform: rotate(90deg);
  background-image:url(../images/chevron.svg);
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
  transform-origin: center;
  pointer-events: none;
}
section#filters div.col button.submit {
  border: 2px solid#0077D8;
  color: #fff;
  padding: 10px 20px;
  background-color:#0077D8;
  transition: all 0.3s;
  display: inline-block;
  width: 45%;
  margin-right: 5%;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight:600;
  cursor:pointer;
}
section#filters div.col button.submit:hover {
  border: 2px solid#0077D8;
  background-color: transparent;
  color:#0077D8;
}
section#filters div.col.actions button.submit {
  border: 2px solid#0077D8;
  color: #fff;
  padding: 10px 20px;
  background-color:#0077D8;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
  margin-right: 0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight:600;
  cursor: pointer;
}
section#filters div.col button.reset {
  border: 2px solid#0077D8;
  color:#0077D8;
  padding: 10px 20px;
  background-color: transparent;
  transition: all 0.3s;
  display: inline-block;
  width: 45%;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight:600;
}
section#filters div.col button.reset:hover {
  border: 2px solid#0077D8;
  background-color:#0077D8;
  color: #fff;
}
section#main_content.connect div.container {
  width:100%;
  max-width: 1033px;
  margin:0px auto 60px auto;
  padding: 60px 30px;
  background-color:#fff;
}

div#connection_container div.connection {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 7px 22px rgba(0,0,0,.13);
  margin-bottom: 40px;
}
div#connection_container div.connection div.image {
  display:flex;
  flex-direction: column;
  flex: 1 1 35%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div#connection_container div.connection div.content {
  padding: 60px;
  display:flex;
  flex-direction: column;
  flex: 1 1 65%;
}
div#connection_container div.connection div.content div.tags {}
div#connection_container div.connection div.content div.tags span.tag {
  background-color: #68ACE5;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  color:#002D72;
  margin-right: 10px;
  margin-bottom: 10px;
  display:inline-block;
}
div#connection_container div.connection div.content h4 {
  font-size: 26px;
  font-weight: 400;
  color:#002D72;
  margin: 15px 0 5px 0;
}
div#connection_container div.connection.search div.content h4 a {
  font-size: 18px;
}
div#connection_container div.connection div.content p {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5em;
}
div#connection_container div.connection div.content a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

div.no-results {
  text-align: center;
  display: none;
}

div.no-results h2::after {
  display: none !important;
}

.hasSearched div.no-results {
  display: block;
}

/* Event Listing - PAGINATION */
#pagination {
  position:relative;
  margin-top:60px;
}
#pagination ul {
  list-style:none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pagination ul li {
  list-style:none;
  display:inline-block;
}
#pagination ul li.disabled {
  display:none;
}
#pagination ul li::before {
  display:none;
}
#pagination ul li.prev-btn {
  position:absolute;
  left:0;
}
#pagination ul li.next-btn {
  position:absolute;
  right:0;
}
#pagination ul li a {
  display:block;
  width:33px;
  height:33px;
  line-height:34px;
  text-align:center;
  background-color:#0077D8;
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
  font-weight:500;
  font-size:16px;
}
#pagination ul li.active a {
  background:none;
  border: 3px solid#0077D8;
  width:33px;
  height:33px;
  color:#000;
  line-height:27px;
}
#pagination ul li.prev-btn a {
  background-color: transparent;
  background-image:url(/wp-content/themes/mission/assets/images/arrow-right-blue.png);
  background-position: center center;
  background-size: 50%;
  background-repeat:no-repeat;
  transform:rotate(180deg);
}
#pagination ul li.next-btn a {
  background-color: transparent;
  background-image:url(/wp-content/themes/mission/assets/images/arrow-right-blue.png);
  background-position: center center;
  background-size: 50%;
  background-repeat:no-repeat;
}

/* Landing Page */
section#main_content.landing div.container {
  width:100%;
  max-width: 1160px;
  margin: 0px auto;
  padding: 60px 0;
  background-color:#fff;
  position:relative;
}

section#main_content.landing div.container div.content {
  padding-right: 60%;
  margin-bottom: 120px;
  padding-left: 30px;
}

section#main_content.landing div.container div.feature_image {
  position:absolute;
  right:0px;
  top: -55px;
}
section#main_content.landing div.container div.feature_image img {
  box-shadow: 4px 4px 15px -2px rgba(0,0,0,0.3);
}

section#sub_pages {
  position:relative;
}

section#sub_pages::before {
  content: "";
  position:absolute;
  top:100px;
  left:0;
  right:0;
  bottom:0;
  background-color: #F7F7F7;
}
section#sub_pages::after {
  content: "";
  position:absolute;
  width: 100%;
  height:402px;
  background-image: url(/themes/custom/jhu/assets/images/sub_page_bg.png);
  background-position:top left;
  background-size: auto;
  background-repeat: no-repeat;
  top: -10px;
  left: 0px;
  z-index: 10;
}

section#sub_pages div.container {
  display:flex;
  flex-wrap: wrap;
  flex-direction:row;
  justify-content: flex-start;
  padding-bottom: 60px;
  position:relative;
}

section#sub_pages div.container div.section {
  flex-grow: 0;
  width: 33%;
  padding:10px;
  z-index: 100;
}

section#sub_pages div.container div.section div.content {
  background:#fff;
  box-shadow: 4px 4px 15px -2px rgba(0,0,0,0.3);
  padding-bottom: 30px;
  height: 100%;
}

section#sub_pages div.container div.section div.content h4 {
  color: #002D72;
  margin-top: 30px;
  padding: 0 30px;
  position: relative;
}

section#sub_pages div.container div.section div.content h4::after {
    content: "";
    width: 67px;
    height: 2px;
    background-color: #E7E7E7;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 30px;
}

section#sub_pages div.container div.section div.content p {
  margin: 20px 0;
  padding: 0 30px;
}

section#sub_pages div.container div.section div.content a {
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 15px;
  transition: .3s all ease;
}

section#sub_pages div.container div.section div.content a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

section#sub_pages div.container div.section div.featured_image {
  height: 212px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Pager Styles */
.pager {}
.pager ul {display: flex; margin: 0; padding: 0; list-style: none; justify-content: center;}
.pager ul li {margin: 0; padding: 10px; list-style: none;}

/* General Form Styles */
.page-node-type-page form {

}
.page-node-type-page form .form-item {
	margin: 15px 0;
}
.page-node-type-page form span.fieldset-legend{
  margin-top: 10px;
  font-weight: 700;
}
.page-node-type-page form fieldset {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-node-type-page form label {
  display: block;
  padding: 5px 0;
  font-weight: 700;
  position: relative;
}

.page-node-type-page form fieldset.required legend span:not(.visually-hidden):after,
.page-node-type-page form label.form-required::after {
  display: inline-block;
  position: relative;
  top: -4px;
  padding-left: 5px;
  font-size: 14px;
  content: " *";
  color: red;
}

.page-node-type-page form input[type="radio"] + label,
.page-node-type-page form input[type="checkbox"] + label {
  display: inline-block;
  padding: 5px 0;
}
.page-node-type-page form input {
  padding: 5px 10px;
}

.page-node-type-page form input.button,
.page-node-type-page form button {
  border: 2px solid#0077D8;
  display: inline-block;
  background-color:#0077D8;
  font-family: Gentona;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
  padding: 10px 25px;
}
.page-node-type-page form input.button:hover,
.page-node-type-page form button:hover {
  background-color: transparent;
  color:#0077D8;
}
/* User Login */
form.user-login-form div.form-item {
  margin-bottom: 20px;
}

form.user-login-form div.description {
  display: none;
}

form.user-login-form label {
  font-size: 20px;
}

form.user-login-form input[type=password],
form.user-login-form input[type=text] {
  border: 1px solid #C9C9C9;
  padding: 10px;
  display: block;
}

form.user-login-form input[type=submit] {
  border: 2px solid#0077D8;
  color: #fff;
  padding: 10px 20px;
  background-color:#0077D8;
  transition: all 0.3s;
  cursor: pointer;
}
form.user-login-form input[type=submit]:hover {
  border: 2px solid#0077D8;
  background-color: transparent;
  color:#0077D8;
}

section#login_form {
  background-color:#F7F7F7;
  background-image: url(../images/filters-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 60px 0 60px 0;
}
section#login_form div.container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}

section#login_form div.container div.col {
  display:flex;
  flex-direction: column;
  flex: 1 1 60%;
  padding: 30px;
  position:relative;
}
section#login_form h2 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 500;
}
section#login_form h2::after {
  content: "";
  width: 67px;
  height: 2px;
  background-color: #E7E7E7;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
section#login_form ul {margin: 20px 0 0 0; padding:0; list-style: none;}
section#login_form ul li {margin: 0; padding:0 20px 0 0; list-style: none; float: left;}
section#login_form ul li a {text-transform: uppercase; text-decoration: none;}
section#login_form ul li a:hover {text-decoration: underline;}

section#main_content.login {

}
section#main_content.login h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  position:relative;
  font-weight: 500;
}
section#main_content.login h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  background: #E7E7E7;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
section#main_content.login div#services_container {
  display:flex;
  flex-wrap: wrap;
  flex-direction:row;
  justify-content: left;
  padding-top: 60px;
  padding-bottom: 60px;
  position:relative;
}
section#main_content.login div#services_container div.service {
  flex: 0 1 calc(33% - 30px);
  padding:30px;
  margin-right: 30px;
  background:#fff;
  box-shadow: 4px 4px 15px -2px rgba(0,0,0,0.3);
  margin-bottom: 30px;
}
section#main_content.login div#services_container div.service:nth-child(3n+1) {
  margin-left: 0;
}
section#main_content.login div#services_container div.service:nth-child(3n) {
  margin-right: 0;
}
section#main_content.login div#services_container div.service h4 {
  margin-bottom: 20px;
  position:relative;
}
section#main_content.login div#services_container div.service h4::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  background: #E7E7E7;
  position: absolute;
  left: 0;
  bottom: -10px;
}
section#main_content.login div#services_container div.service p {margin-bottom: 20px;}
section#main_content.login div#services_container div.service a {text-decoration: none;}
section#main_content.login div#services_container div.service a:hover {text-decoration: underline;}

/* Footer Callout */
footer section.callout {
  background-size:cover;
  background-position:center center;
  min-height:444px;
  background-color:#000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

footer section.callout div.container {
  width:30%;
  text-align:center;
}

footer section.callout div.container h2 {
  color:#fff;
  margin-bottom: 20px;
}

footer section.callout div.container p {
  font-size: 17px;
  color: #fff;
}

footer section.callout div.container a {
  display:inline-block;
  background-color:#0077D8;
  padding:10px 25px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-top:30px;
  transition: all 0.3s;
  border: 2px solid #0077D8;
  text-transform: uppercase;
}

footer section.callout div.container a:hover {
  background-color: transparent;
  border: 2px solid #FFF;
}

/* Social Links */
footer .footer_social {
  background-color:#0077D8;
  color: #fff;
}

footer .footer_social .container {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
}

footer .footer_social .container p {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 1px;
}

footer .footer_social .container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  column-gap: 20px;
}

footer .footer_social .container ul li a svg path {
  transition: .3s all ease; 
}

footer .footer_social .container ul li a:hover svg path { 
  fill: #002D72;
}

@media only screen and (max-width: 750px) {
  footer .footer_social .container {
    flex-direction: column;
  }

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

/* Footer */
footer section.footer_nav {
  background-color:#002D72;
  color:#fff;
}

footer section.footer_nav div.container {
  padding: 100px 0px 80px 0px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer section.footer_nav div.container div.col {
  flex: 0 0 25%;
  box-sizing: border-box;
}

footer section.footer_nav div.container div.col:nth-child(1) {
  flex: 0 1 25%;
  padding-right: 20px;
}

footer section.footer_nav div.container div.col:nth-child(2) {
  flex: 0 0 25%;
  padding-left: 20px;
  padding-right: 40px;
}

footer section.footer_nav div.container div.col:last-child {
  flex: 0 0 50%;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

footer section.footer_nav .show_mobile,
footer section.footer_nav .show_tablet {
  display: none;
}
footer section.footer_nav .show_desktop {
  display: block;
}

footer section.footer_nav div.container svg {
  max-width: 100%;
}

footer section.footer_nav div.container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer section.footer_nav div.container ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-underline-offset: 3px;
  transition: .3s all ease;
}

footer section.footer_nav div.container ul li a:hover {
  text-decoration: underline;
}

footer section.footer_nav div.container div.col:last-child ul {
  display: grid;
  column-gap: 20px;
  row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

footer section.footer_nav div.container h2 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

footer section.footer_nav div.container div.col:last-child h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
}

footer section.footer_nav div.container div.col:first-child h2 {
  margin-bottom: 30px;
}

footer section.footer_nav div.container div.col:first-child p {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

footer section.footer_nav div.container div.col:first-child .logo {
  margin-bottom: 30px;
}

footer section.footer_nav div.container div.col:first-child ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  text-align: center;
}

footer section.footer_nav div.container div.col:first-child ul li {
  display: inline;
  margin-right: 10px;
}

footer section.footer_nav div.container div.col:first-child ul li a {
  font-size: 12px;
}

footer section.footer_nav div.container div.col:nth-child(2) ul {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  footer section.footer_nav .show_tablet {
    display: block;
  }

  footer section.footer_nav .show_desktop {
    display: none;
  }

  footer section.footer_nav div.container {
    padding: 30px 0px 80px 0px;
  }

  footer section.footer_nav .mobile_logo div.container {
    padding: 100px 0px 0px 0px;
    display: block !important;
    text-align: center;
  }

  footer section.footer_nav div.container div.col:nth-child(1) {
    display: none;
  }

  footer section.footer_nav div.container div.col:nth-child(2) {
    flex: 0 0 50%;
    display: flex;
    column-gap: 60px;
    flex-wrap: wrap;
  }

  footer section.footer_nav div.container div.col:nth-child(2) ul {
    margin-top: 0;
  }

  footer section.footer_nav div.container div.col:nth-child(2) .copyright p {
    margin-top: 30px;
    font-size: 12px;
  }

  footer section.footer_nav div.container div.col:nth-child(2) .copyright ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: center;
  }
  
  footer section.footer_nav div.container div.col:nth-child(2) .copyright ul li {
    display: inline;
    margin-right: 10px;
  }
  
  footer section.footer_nav div.container div.col:nth-child(2) .copyright ul a {
    font-size: 12px;
  }
}

@media screen and (max-width: 950px) {
  footer section.footer_nav .show_tablet {
    display: none;
  }

  footer section.footer_nav .show_mobile {
    display: block;
  }

  footer section.footer_nav div.container div.col:nth-child(1) {
    display: none;
  }
  footer section.footer_nav div.container:not(footer section.footer_nav .mobile_logo div.container) {
    flex-direction: column;
  }
  footer section.footer_nav div.container div.col:nth-child(2) {
    display:block;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  footer section.footer_nav div.container div.col:nth-child(2) ul {
    margin-top: 30px;
  }

  footer section.footer_nav div.container div.col:nth-child(3) {
    flex: 0 0 100%;
    display: block;
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-top: 60px;
    text-align: center;
  }

  footer section.footer_nav div.container div.col:nth-child(3) h2 {
    text-align: center;
  }

  footer section.footer_nav div.container div.col:last-child ul {
    grid-template-columns: 1fr;
  }

  footer section.footer_nav div.mobile_copyright {
    width: 100%;
    padding-bottom: 80px;
  }

  footer section.footer_nav div.mobile_copyright .container {
    text-align: center;
    display: block;
    width:100%;
  }

  footer section.footer_nav div.mobile_copyright p {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
  }

  footer section.footer_nav div.mobile_copyright ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: center;
  }
  
  footer section.footer_nav div.mobile_copyright ul li {
    display: inline;
    margin-right: 10px;
  }
  
  footer section.footer_nav div.mobile_copyright ul li a {
    font-size: 14px;
  }

  footer section.footer_nav div.container {
    padding: 0px 0px 0px 0px;
  }
}

footer .desktop_only {
  display: block;
}

footer .mobile_only {
  display: none;
}

/* START MEDIA QUERIES */
@media only screen and (max-width: 1200px) {
  header section#top_bar div.container ul.social_icons,
	header section#main_nav div.container div.logo {
    left: 20px;
  }
  section#alumni_benefits div.content div.col.image div.featured_image {
    width: 467px;
    height: 587px;
  }
  section#alumni_benefits div.content div.col div.benefit div.col.arrow {
    padding: 48px;
  }
  footer section.callout div.container {
    width: 60%;
  }
  section#main_content section.callout a {
    width: 90%;
  }
}
@media only screen and (max-width: 1250px) {
  section#next_steps div.container {
    margin:0;
  }
  section#next_steps div.content div.image {
    top: -10px;
    right: 0px;
    max-height: 530px;
    max-width: 408px;
  }
  section#next_steps div.content {
      padding: 40px 445px 40px 40px;
  }
  section#next_steps div.content ul li {
    padding: 15px 0;
  }
  section#next_steps div.content ul li div.column.text {
    padding: 5px 20px 5px 0px;
  }
}

@media only screen and (max-width: 1100px) {
  header section#main_nav div.container ul.nav>li {
    padding-left: 0px;
  }
  section#alumni_benefits div.content {
    display: block;
  }
  section#alumni_benefits div.content div.col {
    padding: 30px 30px 30px 30px;
  }
  section#alumni_benefits div.content div.col.image div.featured_image {
    display: none;
  }
  footer section.callout div.container {
    width: 80%;
  }

  section#main_content.landing div.container div.feature_image {
    position:relative;
    text-align: right;
  }
  section#main_content.landing div.container div.feature_image img {
    display: inline;
  }
  section#main_content.landing div.container div.content {
    padding:0px 10%;
  }
}
@media only screen and (max-width: 950px) {
  header section#main_nav,
  header section#top_bar {
    display:none;
  }
  header section#mobile_nav {
    display:block;
  }
  section#heading_content div.container {
    padding: 60px 0;
  }
  section#heading_content div.container div.content {
    width:80%;
  }
  section#heading_content div.container div.content h2 {
    border-left: 0px;
    padding-left: 0px;
  }
  section#heading_content div.container div.content p {
    padding-left: 0px;
  }
  section#heading.home div.container div.content {
    padding-right:20%;
    margin-left: 60px;
  }
  footer section.callout div.container {
    width: 90%;
  }
  section#dual_callouts h2 {
    font-size: 26px;
  }
  section#main_content {
    display:block;
  }
  section#main_content div.column:first-child div.container {
    padding: 90px 14% 60px 14%;
  }
  section#main_content section.callout {
    margin-left: 0px;
  }
  section#main_content div.right_column div.section {
    margin:0 auto;
    max-width: 100%;
    margin-bottom: 50px;
    margin-top: -20px;
  }
  section#main_content div.column:last-child div.container {
    max-width: 80%;
    margin: 0 auto;
  }
  section#main_content section.callout {
    display:block;
  }
  section#main_content section.callout div.image {
    height: 200px;
  }
  section#main_content section.callout a {
    width: 100%;
  }
  section#next_steps div.content {
    padding: 40px;
  }
  section#next_steps div.content ul li div.column.text {
    padding: 15px 20px 15px 0px;
  }
  section#next_steps div.content ul li div.column.text a.mobile-only {
    display:block;
    margin-top: 10px;
  }
  section#next_steps div.content ul li div.column.arrow {
    display: none;
  }
  section#next_steps div.content div.image {
    display: none;
  }
  section#main_content.faq div.container {
    padding: 60px 30px;
  }
  section#main_content section.accordions a.accordion_trigger {
    padding-right: 60px;
  }
  section#main_content section.accordions a.accordion_trigger::after {
    bottom: auto;
  }
  section#sub_pages div.container {
    display:block;
    z-index:99;
  }
  section#sub_pages div.container div.section {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 780px) {
  section#dual_callouts div.container {
    display: block;
    padding: 80px 20px 20px 20px;
  }
  section#dual_callouts div.container div.callout {
    padding: 245px 30px 30px 30px;
  }
  section#dual_callouts div.container div.callout.left {
    margin: 0px auto 60px auto;
    max-width: 90%;
  }
  section#dual_callouts div.container div.callout.right {
    margin: 0px auto;
    max-width: 90%;
  }
  section#dual_callouts div.container div.callout div.image {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 100%;
  }
  section#filters div.mobile {
    display:block;
    width: 95%;
    margin: 0 auto;
    background: #fff;
    z-index: 9999;
    position: absolute;
    padding: 20px;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 7px 22px rgba(0,0,0,.13);
  }
  section#filters div.mobile h5 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  section#filters div.mobile h5::after {
    content: "";
    position:absolute;
    width: 8px;
    height:10px;
    right: 25px;
    top: 29px;
    transform: rotate(90deg);
    background-image:url(../images/chevron.svg);
    background-size:cover;
    background-position:center center;
    background-repeat: no-repeat;
    transform-origin: center;
    pointer-events: none;
  }
  section#filters div.mobile h5.open::after {
    transform: rotate(-90deg);
  }
  section#filters div.mobile div.content{
    margin-top: 20px;
    display:none;
  }
  section#filters div.col:not(.actions):not(.filters) {
    padding: 0 0 10px 0;
  }
  section#filters div.col:not(:last-child)::after {
    top: 19px;
  }
  section#filters div.col:not(.actions) button.reset {
    width: 100%;
    margin-right:0;
  }
  section#filters div.col:not(.actions) button.submit {
    width: 100%;
    margin-right:0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  section#filters div.desktop {
    display: none;
  }
  div#connection_container div.connection {
    display:block;
  }
  section#events h2 a {display: none;}
  section#events div.buttons  {display: flex;}
}

@media only screen and (max-width: 600px) {
  section#heading.home div.container div.content {
    padding: 0;
    margin: 0 60px;
  }
  section#heading.home div.container div.content h1 {
    font-size: 48px;
  }
  section#heading.home div.container div.content h1 span.underline {
    border:none;
  }
  section#heading.home div.container div.content p {
    margin-top: 60px;
    position: relative;
  }
  section#heading.home div.container div.content p::before {
      content: "";
      width: 199px;
      height: 10px;
      background: #68ACE5;
      display: block;
      position: absolute;
      top: -30px;
      left: 0;
  }
  section#dual_callouts div.container div.callout.left {
    max-width: 90%;
  }
  section#dual_callouts div.container div.callout.right {
    max-width: 90%;
  }

  section#main_content section.upcoming_journeys div.trip_container div.trip div.image {
    flex: 1 1 32%;
  }

  section#main_content section.upcoming_journeys div.trip_container div.trip div.content {
    flex: 1 1 68%;
  }

  section#filters {
    height: 200px;
  }

  section#filters div.filter-row {
    flex-direction: column;
    height: auto;
  }

  section#filters div.col.actions {
    max-width: unset;
    padding-top: 10px;
  }

  section#filters div.col.filters {
    padding-bottom: 10px;
  }
}

/* Loading Animation */
.lds-ellipsis {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin:30px auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background:#0077D8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/* Layout Blocks */
#main_content.builder {
  display: block;
}

section#main_content.faq.builder div.container {
  margin: 0px auto !important;
  padding: 0 !important;
}

#main_content.builder .container:first-child {
  margin: -26px auto 60px auto !important;
  padding: 60px 90px !important;
}

@media only screen and (max-width: 1133px) {
  section#main_content.faq.builder div.container {
      padding: 60px 30px !important;
  }
}

section#main_content.faq.builder h2 {
  font-size: 26px;
  font-weight: 700;
}

/* General Styles */
section#main_content.faq.builder .wysiwyg {
  max-width: 75%;
  margin: 60px auto;
}
section#main_content.faq.builder .wysiwyg h1 {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 40px;
  color: #002D72;
}
section#main_content.faq.builder .wysiwyg h3 {
  margin-bottom: 30px;  
}

section#main_content.faq.builder .wysiwyg h2 {
  font-weight: 700;
  margin-top: 30px;
}
section#main_content.faq.builder .wysiwyg ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
section#main_content.faq.builder .wysiwyg ul li {
  position: relative;
  padding-left: 30px;
}

section#main_content.faq.builder .wysiwyg ul li::before {
  content: "\002022";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  text-align: center;
  font-size: 18px;
  flex-grow: 0;
  color: #0077D8;
}

section#main_content.faq.builder .wysiwyg h2::after {
  display: none;
}

section#main_content.faq.builder .wysiwyg.wide {
  max-width: 100%;
  margin: 60px auto;
}

/* Two Column (w/ Image) */
section#main_content.faq.builder section.block-two-column-w-image {
  margin: 80px 0;
}

section#main_content.faq.builder section.block-two-column-w-image div.container {
  display: flex;
  justify-content: space-between;
}

section#main_content.faq.builder section.block-two-column-w-image div.container .col {
  width: calc(50% - 30px);
}

section#main_content.faq.builder section.block-two-column-w-image div.container .col img {
  width: 100%;
  aspect-ratio: 642 / 433;
  object-fit: cover;
  object-position: center center;
  box-shadow: 4px 4px 15px -2px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 950px) {
  section#main_content.faq.builder section.block-two-column-w-image {
    margin: 0px 0;
  }

  section#main_content.faq.builder section.block-two-column-w-image div.container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  section#main_content.faq.builder section.block-two-column-w-image div.container .col {
    margin-bottom: 60px;
    width: 100%;
  }
}

/* Alumni Stories */
section#main_content.faq.builder section.alumni_stories div.container {
  background-color: transparent !important;
  margin: -26px auto 60px auto !important;
  padding: 0 !important;
}
section#main_content.faq.builder section.alumni_stories div.container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  position:relative;
  font-weight: 700;
}
section#main_content section.alumni_stories div.container h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  background: #E7E7E7;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
section#main_content section.alumni_stories div.container p {
  text-align: center;
  width: 75%;
  margin: 0 auto 100px auto;
}
section#main_content section.alumni_stories div.alumni_container {
  background-color: #F7F7F7;
  background-image: url(../images/marble-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  display:flex;
}
section#main_content section.alumni_stories div.alumni_container div.alumni_slider {
  position:relative;
  margin-top: -60px;
  padding-bottom: 60px;
}
section#main_content section.alumni_stories div.alumni_container div.alumni_slider div.slick-list {
  padding: 0 0 20px 0;
}
section#main_content section.alumni_stories div.alumni_container div.alumni {
  width: calc(33% - 20px);
  max-width:376px;
  aspect-ratio: 376 / 623;
  /* padding-top: 535px; */
  margin-right: 10px;
  margin-left: 10px;
  background-size: cover;
  background-position:center center;
  background-repeat: no-repeat;
  box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.34);
  display:flex;
  flex-direction: row;
  align-items: flex-end;
}

@media only screen and (max-width: 1000px) {
  section#main_content section.alumni_stories div.alumni_container div.alumni {
    width: calc(50% - 20px);
    max-width: unset;
  }
}

@media only screen and (max-width: 750px) {
  section#main_content section.alumni_stories div.alumni_container div.alumni {
    width: calc(100% - 20px);
    max-width: unset;
    max-height: 70vh;
  }
}

section#main_content section.alumni_stories div.alumni_container div.alumni div.info {
  flex: 1 1 75%;
  padding: 0 20px 40px 40px;
}
section#main_content section.alumni_stories div.alumni_container div.alumni div.info h4 {
  color:#fff;
  display:block;
  font-size: 24px;
  font-weight: 400;
}
section#main_content section.alumni_stories div.alumni_container div.alumni div.info h5 {
  display:block;
  margin: 0;
  text-transform:uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #e7e7e7;
}
section#main_content section.alumni_stories div.alumni_container div.alumni div.button {
  display:flex;
  flex: 1 1 17%;
  margin-bottom: 40px;
}

section#main_content section.alumni_stories div.alumni_container div.alumni div.button a svg {
  transition: .3s all ease;
}

section#main_content section.alumni_stories div.alumni_container div.alumni div.button a svg path,
section#main_content section.alumni_stories div.alumni_container div.alumni div.button a svg circle {
  transition: .3s all ease;
}

section#main_content section.alumni_stories div.alumni_container div.alumni div.button a:hover svg path {
  fill: #fff;
}

section#main_content section.alumni_stories div.alumni_container div.alumni div.button a:hover svg circle {
  fill: #0077D8;
}

section#main_content section.alumni_stories div.buttons {
  clear:both;
  cursor:pointer;
}
section#main_content section.alumni_stories div.buttons .next {
  position: absolute;
  left: -50px;
  top: -350px;
}
section#main_content section.alumni_stories div.buttons .prev {
  position:absolute;
  right: -50px;
  top: -350px;
  transform:rotate(180deg);
}

section#main_content section.alumni_stories div.buttons .next path,
section#main_content section.alumni_stories div.buttons .prev path {
  transition: .3s all ease;
}

section#main_content section.alumni_stories div.buttons .next path:nth-child(1),
section#main_content section.alumni_stories div.buttons .prev path:nth-child(1) {
  opacity: 0;
}

section#main_content section.alumni_stories div.buttons .next:hover path:nth-child(1),
section#main_content section.alumni_stories div.buttons .prev:hover path:nth-child(1) {
  opacity: 1;
}

section#main_content section.alumni_stories div.buttons .next:hover path:nth-child(3),
section#main_content section.alumni_stories div.buttons .prev:hover path:nth-child(3) {
  fill: #fff;
}

/* Dual Callouts */
section#main_content section.dual_callouts {
  margin-top: 60px;
  background-color: #31261D;
  background-image: url(../images/dual_callouts_background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section#main_content section.dual_callouts h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  position:relative;
  margin-bottom: 30px;
}
section#main_content section.dual_callouts h2::after {
  content: "";
  width: 67px;
  height: 2px;
  background-color: #E7E7E7;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;

}

section#main_content.faq.builder section.dual_callouts div.container {
  padding: 80px 40px 40px 40px !important;
  margin: 0 auto !important;
  display: flex;
  flex-direction: row;
  background-color: transparent !important;
}
section#main_content.faq.builder section.dual_callouts div.container div.callout {
  background-color:#fff;
  position: relative;
  padding: 245px 60px 30px 60px;
  align-self: flex-start;
}
section#main_content.faq.builder section.dual_callouts div.container div.callout div.image {
  position:absolute;
  top: -40px;
  left: 10px;
  width: 85%;
  height: 250px;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section#main_content.faq.builder section.dual_callouts div.container div.callout.left {
  margin-right: 10px;
  max-width: 50%;
}
section#main_content.faq.builder section.dual_callouts div.container div.callout.right {
  margin-left: 10px;
  margin-top: 40px;
  max-width: 50%;
}
section#main_content.faq.builder section.dual_callouts div.container div.callout p {
  margin-bottom: 20px;
}
section#main_content.faq.builder section.dual_callouts div.container div.callout a {
  display: inline-block;
  font-weight:600;
  border: 2px solid #0077D8;
  color: #fff;
  padding: 10px 20px;
  background-color: #0077D8;
  transition: all 0.3s;
  margin-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
section#main_content.faq.builder section.dual_callouts div.container div.callout a:hover {
  border: 2px solid #0077D8;
  background-color: transparent;
  color: #0077D8;
}
@media only screen and (max-width: 950px) {
  section#main_content section.dual_callouts {
    margin-top: 0;
  }
  section#main_content.faq.builder section.dual_callouts h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 780px) {
  section#main_content.faq.builder section.dual_callouts div.container {
    display: block;
    padding: 80px 20px 20px 20px;
  }
  section#main_content.faq.builder section.dual_callouts div.container div.callout {
    padding: 245px 30px 30px 30px;
  }
  section#main_content.faq.builder section.dual_callouts div.container div.callout.left {
    margin: 0px auto 60px auto;
    max-width: 90%;
  }
  section#main_content.faq.builder section.dual_callouts div.container div.callout.right {
    margin: 0px auto;
    max-width: 90%;
  }
  section#main_content.faq.builder section.dual_callouts div.container div.callout div.image {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section#main_content.faq.builder section.dual_callouts div.container div.callout.left {
    max-width: 90%;
  }
  section#main_content.faq.builder section.dual_callouts div.container div.callout.right {
    max-width: 90%;
  }
}

/* Events Section */
section#main_content.faq.builder section.events div.container {
  padding: 80px 0px !important;
}
section#main_content.faq.builder section.events h2 {
  font-size: 26px;
  line-height: 42px;
}
section#main_content.faq.builder section.events h2::after {
  display: none;
}

section#main_content.faq.builder section.events h2 a {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  float:right;
  border: 2px solid #0077D8;
  color: #fff;
  padding: 5px 20px;
  background-color: #0077D8;
  transition: all 0.3s;
  margin-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
section#main_content.faq.builder section.events h2 a:hover {
  border: 2px solid #0077D8;
  background-color: transparent;
  color: #0077D8;
}
section#main_content.faq.builder section.events div.event_container {
  margin-top: 30px;
}
section#main_content.faq.builder section.events div.event_container div.event {
  width: 33%;
  margin-right: 15px;
  padding-bottom: 30px;
  /*border-bottom: 2px solid #F0F0F0;*/
}
section#main_content.faq.builder section.events div.event_container div.event div.image {
  height: 241px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section#main_content.faq.builder section.events div.event_container div.event div.date {
  font-size: 14px;
  font-weight: 600;
  color: #002D72;
  padding: 0 15px 5px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
section#main_content.faq.builder section.events div.event_container div.event div.title {
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 20px;
}
section#main_content.faq.builder section.events div.event_container div.event a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size:14px;
  font-weight: 600;
  transition: .3s all ease;
}
section#main_content.faq.builder section.events div.event_container div.event a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
section#main_content.faq.builder section.events div.buttons {
  margin-top: 40px;
  flex-direction: row;
  display:none;
}
section#main_content.faq.builder section.events div.buttons .next {
  display:flex;
  flex-direction: column;
  flex: 1 1 10%;
  width: 34px;
  height: 34px;
}
section#main_content.faq.builder section.events div.buttons .prev {
  display:flex;
  flex-direction: column;
  flex: 1 1 10%;
  width: 34px;
  height: 34px;
  transform: rotate(180deg);
}
section#main_content.faq.builder section.events div.buttons .next path,
section#main_content.faq.builder section.events div.buttons .prev path {
  transition: .3s all ease;
}

section#main_content.faq.builder section.events div.buttons .next path:nth-child(1),
section#main_content.faq.builder section.events div.buttons .prev path:nth-child(1) {
  opacity: 0;
}

section#main_content.faq.builder section.events div.buttons .next:hover path:nth-child(1),
section#main_content.faq.builder section.events div.buttons .prev:hover path:nth-child(1) {
  opacity: 1;
}

section#main_content.faq.builder section.events div.buttons .next:hover path:nth-child(3),
section#main_content.faq.builder section.events div.buttons .prev:hover path:nth-child(3) {
  fill: #fff;
}

section#main_content.faq.builder section.events div.buttons a.view_all {
  display:flex;
  flex-direction: column;
  width: 60%;
  font-size: 16px;
  border: 2px solid#0077D8;
  color: #fff;
  padding: 10px 20px;
  background-color:#0077D8;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight:600;
}

section#main_content.faq.builder section.events div.buttons a.view_all:hover {
  border: 2px solid #0077D8;
  background-color: transparent;
  color: #0077D8;
}

@media only screen and (max-width: 780px) {
  section#main_content.faq.builder section.events h2 a {display: none;}
  section#main_content.faq.builder section.events div.buttons  {display: flex;}
}

/* Two Columns (w/ List and Image) */
section#main_content.faq.builder section.next_steps {
  margin: 120px 0px 0px 0px;
}
section#main_content.faq.builder section.next_steps div.container {
  max-width: none !important;
  margin: 0 0 0 calc(((100% - 1160px) / 2) - 60px) !important;
  padding: 0 !important;
  background-color: #F7F7F7 !important;
}
section#main_content.faq.builder section.next_steps div.content {
  max-width: 1160px;
  padding: 80px 600px 80px 80px;
  position: relative;
}
section#main_content.faq.builder section.next_steps div.content h2 {
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 30px;
  position: relative;
}
section#main_content.faq.builder section.next_steps div.content h2::after {
  content: "";
  width: 67px;
  height: 2px;
  background-color: #E7E7E7;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
section#main_content.faq.builder section.next_steps div.content h2 span {
  display: block;
}
section#main_content.faq.builder section.next_steps div.content ul {
  border-top: 1px solid #E9E9E9;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
section#main_content.faq.builder section.next_steps div.content ul li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
section#main_content.faq.builder section.next_steps div.content ul li div.column {
  display:flex;
  flex-direction: column;
  background-color: transparent !important;
  margin-top: 0 !important;
}
section#main_content.faq.builder section.next_steps div.content ul li div.column.text {
  flex: 1 1 auto;
  padding: 5px 20px 5px 0px;
}
section#main_content.faq.builder section.next_steps div.content ul li div.column.text a.mobile-only {
  display:none;
}
section#main_content.faq.builder section.next_steps div.content ul li div.column.text a {
  text-decoration: underline;
  color:#0077D8;
  transition: .3s all ease;
}
section#main_content.faq.builder section.next_steps div.content ul li div.column.text a:hover {
  text-decoration: none;
  text-underline-offset: 3px;
}
section#main_content.faq.builder section.next_steps div.content ul li div.column.text a h4 {
  color:#0077D8;
  font-weight:700;
}
section#main_content.faq.builder section.next_steps div.content ul li div.column.text a:hover h4,
section#main_content.faq.builder section.next_steps div.content ul li div.column.text a:hover h4:hover,
section#main_content.faq.builder section.next_steps div.content ul li div.column.text a h4:hover {
  text-decoration: none !important;
}

section#main_content.faq.builder section.next_steps div.content ul li div.column.text a:hover h4:hover {
  text-decoration: none !important;
}

section#main_content.faq.builder section.next_steps div.content ul li div.column.arrow {
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  padding:0px !important;
}
section#main_content.faq.builder section.next_steps div.content div.image {
  position: absolute;
  top: -40px;
  right: -100px;
  max-height: 730px;
  max-width: 563px;
  box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.20);
}

@media only screen and (max-width: 1250px) {
  section#main_content.faq.builder section.next_steps div.container {
    margin:0 !important;
  }
  section#main_content.faq.builder section.next_steps div.content div.image {
    top: -10px;
    right: 0px;
    max-height: 530px;
    max-width: 408px;
  }
  section#main_content.faq.builder section.next_steps div.content {
      padding: 40px 445px 40px 40px;
  }
  section#main_content.faq.builder section.next_steps div.content ul li {
    padding: 15px 0;
  }
  section#main_content.faq.builder section.next_steps div.content ul li div.column.text {
    padding: 5px 20px 5px 0px;
  }
}

@media only screen and (max-width: 950px) {
  section#main_content.faq.builder section.next_steps div.content {
    padding: 40px;
  }
  section#main_content.faq.builder section.next_steps div.content ul li div.column.text {
    padding: 15px 20px 15px 0px;
  }
  section#main_content.faq.builder section.next_steps div.content ul li div.column.text a.mobile-only {
    display:block;
    margin-top: 10px;
  }
  section#main_content.faq.builder section.next_steps div.content ul li div.column.arrow {
    display: none;
  }
  section#main_content.faq.builder section.next_steps div.content div.image {
    display: none;
  }
}


/* Grid Links */
section#main_content.faq.builder section.sub_pages {
  position:relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

section#main_content.faq.builder section.sub_pages::before {
  content: "";
  position:absolute;
  top:100px;
  left:0;
  right:0;
  bottom:0;
  background-color: #F7F7F7;
}
section#main_content.faq.builder section.sub_pages::after {
  content: "";
  position:absolute;
  width: 100%;
  height:402px;
  background-image: url(/themes/custom/jhu/assets/images/sub_page_bg.png);
  background-position:top left;
  background-size: auto;
  background-repeat: no-repeat;
  top: -10px;
  left: 0px;
  z-index: 10;
}

section#main_content.faq.builder section.sub_pages div.container {
  display:flex;
  flex-wrap: wrap;
  flex-direction:row;
  justify-content: flex-start;
  padding-bottom: 60px !important;
  position:relative;
  background-color: transparent !important;
}

section#main_content.faq.builder section.sub_pages div.container div.section {
  flex-grow: 0;
  width: 33%;
  padding:10px;
  z-index: 100;
}

section#main_content.faq.builder section.sub_pages div.container div.section div.content {
  background:#fff;
  box-shadow: 4px 4px 15px -2px rgba(0,0,0,0.3);
  padding-bottom: 30px;
  height: 100%;
}

section#main_content.faq.builder section.sub_pages div.container div.section div.content h4 {
  color: #002D72;
  margin-top: 30px;
  padding: 0 30px;
  position: relative;
}

section#main_content.faq.builder section.sub_pages div.container div.section div.content h4::after {
    content: "";
    width: 67px;
    height: 2px;
    background-color: #E7E7E7;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 30px;
}

section#main_content.faq.builder section.sub_pages div.container div.section div.content p {
  margin: 20px 0;
  padding: 0 30px;
}

section#main_content.faq.builder section.sub_pages div.container div.section div.content a {
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 15px;
  transition: .3s all ease;
}

section#main_content.faq.builder section.sub_pages div.container div.section div.content a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

section#main_content.faq.builder section.sub_pages div.container div.section div.featured_image {
  height: 212px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#main_content.faq.builder section.sub_pages div.container div.section .noImage div.featured_image {
  height: 1px;
}

@media only screen and (max-width: 950px) {
  section#main_content.faq.builder section.sub_pages {
    margin-top: 0;
    margin-bottom: 0;
  }
  section#main_content.faq.builder section.sub_pages div.container {
    display:block;
    z-index:99;
  }
  section#main_content.faq.builder section.sub_pages div.container div.section {
    width: 90%;
    margin: 0 auto;
  }
}

/* Upcoming Journeys */
section#main_content.faq.builder section.upcoming_journeys {
  max-width: 75%;
  margin: 80px auto;
}

section#main_content section.upcoming_journeys div.trip_container {
  padding-top: 30px;
}
section#main_content section.upcoming_journeys div.trip_container div.trip {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
section#main_content.faq.builder section.upcoming_journeys div.trip_container div.trip div.image {
  flex: 1 1 42%;
  height: 178px;
  max-height: 100%;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section#main_content section.upcoming_journeys div.trip_container div.trip div.content {
  flex: 1 1 58%;
  padding-left: 20px;
  font-size: 14px;
}
section#main_content section.upcoming_journeys div.trip_container div.trip div.content div.content {
  padding-left: 0;
}
section#main_content section.upcoming_journeys div.trip_container div.trip div.content a {
  margin-bottom: 0;
}
section#main_content section.upcoming_journeys div.trip_container div.trip div.content a h3 {
  font-family: Gentona;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  color: #0077D8;
}
section#main_content section.upcoming_journeys div.trip_container div.trip div.content a:hover {
  text-decoration: none !important;
}
section#main_content.faq.builder section.upcoming_journeys div.trip_container div.trip div.content div.date {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
}
section#main_content.faq.builder section.upcoming_journeys div.trip_container div.trip div.content a {
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0px;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

section#main_content.faq.builder a.trips_load_more {
  background-color:#0077D8;
  padding: 10px 25px;
  font-family: Gentona;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

@media only screen and (max-width: 950px) {
  section#main_content.faq.builder section.upcoming_journeys {
    max-width: 100%;
  }
}

/* Meet Our Alumni */
section#main_content.faq.builder section.our_alumni {
  max-width: 75%;
  margin: 80px auto;
}
section#main_content.faq.builder section.our_alumni div.alumni_container div.profile {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
}

section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.photo {
  width: 25%;
  height: calc((241 / 368) * 100%);
  aspect-ratio: 241 / 368;
  max-height: 368px;
}
@media only screen and (max-width: 1100px) {
  section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.photo {
    width: 15%;
    min-width: unset;
  }
}

section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.photo img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}
section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.info {
  display:flex;
  flex-direction: column;
  flex: 1 1 65%;
  justify-content: flex-start;
  padding: 0 20px;
  font-size: 16px;
}
section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.info h4 {
  font-size: 22px;
}

section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.info .title {
  font-weight: 700;
}
section#main_content.faq.builder section.our_alumni div.alumni_container div.content {
    margin-top: 20px;
    margin-bottom: 20px;
}

section#main_content.faq.builder section.our_alumni div.alumni_container div.content div.content {
  margin-top: 0px;
  margin-bottom: 0px;
}
section#main_content.faq.builder section.our_alumni div.alumni_container div.social {

}
section#main_content.faq.builder section.our_alumni div.alumni_container div.social span {
  display: inline-block;
  line-height: 22px;
  border-right: 2px solid #E9E9E9;
  padding-right: 10px;
  font-weight: 600;
}
section#main_content.faq.builder section.our_alumni div.alumni_container div.social ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
section#main_content.faq.builder section.our_alumni div.alumni_container div.social ul li {
  display: inline-block;
  margin: 0;
  padding: 0px 5px;
  list-style: none;
}
section#main_content.faq.builder section.our_alumni div.alumni_container div.social ul li a {
  display: block;
  width: 22px;
  height: 22px;
}
section#main_content.faq.builder section.our_alumni div.alumni_container div.social ul li a img {
  padding-top: 5px;
}

@media only screen and (max-width: 950px) {
  section#main_content.faq.builder section.our_alumni {
    max-width: 100%;
  }

  section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.photo {
    display:flex;
    flex-direction: column;
    flex: 1 1 25%;
    aspect-ratio: 202 / 304;
  }
}

@media only screen and (max-width: 600px) {
  section#main_content.faq.builder section.our_alumni div.alumni_container div.profile {
    flex-direction: column;
  }

  section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.photo {
    width: 100%;
    aspect-ratio: 241 / 368;
    max-height: 568px;
  }

  section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.photo img {
    object-position: top center;
  }

  section#main_content.faq.builder section.our_alumni div.alumni_container div.profile div.info {
    flex:unset;
    display:flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    padding: 20px 0;
    font-size: 16px;
  }
}

/* Media Gallery */
section#main_content section.gallery div.container {
  max-width: 75%;
  margin: 60px auto;
}
section#main_content section.gallery div.container h2 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #002D72;
  margin-bottom: 10px;
}
section#main_content section.gallery div.container h2:after {
  display: none;
}
section#main_content section.gallery div.container div.slider div.slide {
  position: relative; 
  aspect-ratio: 775 / 641;
}
section#main_content section.gallery div.container div.slider div.slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  object-fit: cover;
  object-position: center center;  
}
section#main_content section.gallery div.container div.slider div.slide div.caption {
  position: absolute;
  top: calc(100% - 55px);
  max-width: 100%;
  font-size: 12px;
}
section#main_content section.gallery div.buttons {
  clear:both;
  cursor:pointer;
  position: relative;
}
section#main_content section.gallery div.buttons .next {
  position: absolute;
  left: -60px;
  top: -350px;
}
section#main_content section.gallery div.buttons .prev {
  position:absolute;
  right: -60px;
  top: -350px;
  transform:rotate(180deg);
}

section#main_content section.gallery div.buttons .next path,
section#main_content section.gallery div.buttons .prev path {
  transition: .3s all ease;
}

section#main_content section.gallery div.buttons .next path:nth-child(1),
section#main_content section.gallery div.buttons .prev path:nth-child(1) {
  opacity: 0;
}

section#main_content section.gallery div.buttons .next:hover path:nth-child(1),
section#main_content section.gallery div.buttons .prev:hover path:nth-child(1) {
  opacity: 1;
}

section#main_content section.gallery div.buttons .next:hover path:nth-child(3),
section#main_content section.gallery div.buttons .prev:hover path:nth-child(3) {
  fill: #fff;
}

@media only screen and (max-width: 1133px) {
  section#main_content section.gallery div.buttons .next {
    top: -330px;
  }
  section#main_content section.gallery div.buttons .prev {
    top: -330px;
  }
}

@media only screen and (max-width: 950px) {
  section#main_content section.gallery {
    margin-bottom: 60px;
  }
  section#main_content section.gallery div.container {
    max-width: 100%;
  }
  section#main_content section.gallery div.buttons {
    display: flex;
    justify-content: space-between;
  }

  section#main_content section.gallery div.buttons .next {
    position:relative;
    left: unset;
    top: unset;
  }
  section#main_content section.gallery div.buttons .prev {
    position:relative;
    right: unset;
    top: unset;
  }
}

/* CTA */
section#main_content.faq.builder section.cta {
  padding: 60px 0;
  box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.35);
}

section#main_content.faq.builder section.cta div.container {
  max-width: 75%;
  font-size: 16px;
}
section#main_content.faq.builder section.cta div.container p {
  padding-bottom: 30px;
}
section#main_content.faq.builder section.cta div.container h2:after {
  width: 100%;
  height: 1px;
}

section#main_content.faq.builder section.cta div.container .columns {
  display: flex;
}

section#main_content.faq.builder section.cta div.container .columns .col {
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 5px;
}

section#main_content.faq.builder section.cta div.container .columns .col p {
  padding-bottom: 0;
  margin-top: 5px;
}

section#main_content.faq.builder section.cta div.container .columns .col h3 {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1133px) {
  section#main_content.faq.builder section.cta div.container {
    max-width: 100%;
    padding: 60px !important;
  }
}

@media only screen and (max-width: 750px) {
  section#main_content.faq.builder section.cta div.container {
    padding: 40px !important;
  }

  section#main_content.faq.builder section.cta div.container .columns {
    flex-wrap: wrap;
  }

  section#main_content.faq.builder section.cta div.container .columns .col {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  section#main_content.faq.builder section.cta div.container .columns {
    flex-wrap: wrap;
  }

  section#main_content.faq.builder section.cta div.container .columns .col {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*  Flex Pages w/ Right Column */
section#main_content.faq.builder.right_column {
  display: flex;
  flex-direction: row;
}
section#main_content.faq.builder.right_column div.column:first-child {
  justify-content: right;
  flex: 1 1 71%;
  background-color: #fff;
  margin-top: -26px;
}
section#main_content.faq.builder.right_column div.column:first-child div.container {
  width: 100%;
  max-width: 1033px;
  margin: 0 0 0 auto !important;
  padding: 90px min(22%, 150px) 60px min(14%, 80px) !important;
}

section#main_content.faq.builder.right_column div.column:last-child div.container {
  width: 100%;
  max-width: 407px;
  margin: 0 auto 0 0px !important;
  padding: 0 !important;
  background-color: transparent;
}

section#main_content.faq.builder.right_column .wysiwyg {
  max-width: 100%;
}

section#main_content.faq.builder.right_column div.column:first-child {
  flex-shrink: 1;
  max-width: 71%;
}

section#main_content.faq.builder.right_column div.column:last-child {
  flex-shrink: 0;
}

section#main_content.faq.builder.right_column div.column:first-child .cta div.container,
section#main_content.faq.builder.right_column div.column:first-child .events div.container,
section#main_content.faq.builder.right_column div.column:first-child .block-two-column-w-image div.container,
section#main_content.faq.builder.right_column div.column:first-child .gallery div.container {
  margin: 0px auto !important;
  padding: 0 !important;
}

section#main_content.faq.builder.right_column div.column:first-child .cta div.container {
  width: 75%;
}

section#main_content.faq.builder.right_column div.column:first-child div.container:has(+ section.sub_pages) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

section#main_content.faq.builder.right_column div.column:first-child div.container + section.sub_pages {
  padding-bottom: 60px !important;
}

section#main_content.faq.builder.right_column section.sub_pages div.container div.section {
  width: 50%;
}

section#main_content.faq.builder.right_column div.column:first-child section.sub_pages div.container {
  padding: 0 min(22%, 150px) 0 min(14%, 80px) !important;
}

section#main_content.faq.builder.right_column section.our_alumni,
section#main_content.faq.builder.right_column section.upcoming_journeys {
  width: 100%;
  max-width: 100%;
}

section#main_content.faq.builder.right_column div.column:first-child div.container:has(+ section.alumni_stories) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

section#main_content.faq.builder.right_column div.column:first-child div.container + section.alumni_stories {
  padding-bottom: 0px !important;
}

section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.container {
  width: 100%;
  max-width: 1033px;
  padding: 60px min(22%, 150px) 50px min(14%, 80px) !important;
}

section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.container div.container {
  padding: 0 !important;
}

section#main_content.faq.builder.right_column div.column:first-child div.container:empty {
  display: none !important;
}

section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.buttons .next {
  position: absolute;
  left: 0px;
  top: -290px;
}

section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.buttons .prev {
  position: absolute;
  right: 70px;
  top: -290px;
  transform: rotate(180deg);
}

section#main_content.faq.builder.right_column div.column:first-child section.next_steps div.content div.image {
  display: none;
}
section#main_content.faq.builder.right_column div.column:first-child section.next_steps div.container {
  padding: 0 !important;
  width: 100%;
  max-width: 1033px !important;
  margin: 0 auto;
}
section#main_content.faq.builder.right_column div.column:first-child section.next_steps div.container div.content {
  padding: 90px min(22%, 150px) 90px min(14%, 80px) !important;
}
section#main_content.faq.builder.right_column div.column:first-child section.next_steps {
  position: relative;
}
section#main_content.faq.builder.right_column div.column:first-child section.next_steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F7F7F7;
}

section#main_content.faq.builder.right_column div.column:first-child section.dual_callouts {
  margin-top: 0;
}

section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.buttons div.container {
  padding: 0 !important;
}

section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.alumni_container {
  background-image: none;
}

section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.container.intro {
  padding: 60px min(22%, 150px) 0px min(14%, 80px) !important;
}

section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.container.intro p {
  margin: 0 auto 50px auto; 
}

@media only screen and (max-width: 950px) {
  section#main_content.faq.builder.right_column div.column:first-child {
    max-width: 100%;
  }

  section#main_content div.column:first-child div.container {
    /*padding: 90px 5% 60px 5% !important; */
    padding: 0px !important;
    max-width: 90%;
    width: 100%;
  }

  section#main_content.faq.builder.right_column {
    display: block;
  }

  section#main_content.faq.builder.right_column div.column:first-child div.container {
      max-width: 90%;
      width: 100%;
      margin: 0 auto !important;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.sub_pages::before {
    top: 160px;
  }

  section#main_content.faq.builder.right_column div.column:first-child div.container {
    padding: 0px !important;
    padding-top: 60px !important;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.dual_callouts div.container {
    padding: 90px 0 60px 0 !important;
    max-width: 90%;
    width: 100%;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.sub_pages div.container {
    padding: 0px !important;
    padding-top: 60px !important;
    display: flex;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.sub_pages div.container div.section {
    width: 50%;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.sub_pages div.container div.section div.content {
    width: 100%;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.events {
    margin-bottom: 60px;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.cta {
    padding: 60px 0 !important;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.next_steps {
    margin: 60px 0px 60px 0px !important;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.container {
    padding-top: 0 !important;
  }
  section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.alumni_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#main_content.faq.builder.right_column div.column:last-child {
    padding-top: 60px;
  }
  section#main_content.faq.builder.right_column div.column:last-child div.container {
    max-width: 80%;
    margin: 0 auto !important;
  }

  section#main_content.faq.builder.right_column div.right_column {
    background-image: none;
  }
  section#main_content.faq.builder.right_column div.right_column div.section {
    margin-top: 0 !important;
  }

  section#main_content.faq.builder.right_column div.column:first-child section.next_steps div.container div.content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 90% !important;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 700px) {
  section#main_content.faq.builder.right_column div.column:first-child section.alumni_stories div.container.intro {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 700px) {
  section#main_content.faq.builder.right_column div.column:first-child section.sub_pages div.container div.section {
    width: 100%;
  }
}