html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gray-10: #F1F1F1;
  --color-gray-20: #f8f8f8;
  --color-gray-50: #FFFCFA;
  --color-gray-100: #EEEDEC;
  --color-gray-200: #BEBEBE;
  --color-gray-300: #D9D9D9;
  --color-gray-400: #CDC6C0;
  --color-gray-500: #9B9B9B;
  --color-gray-600: #777777;
  --color-gray-700: #9C9C9C;
  --color-pink: #CD0B59;
  --color-green: #004C45;
  --font-family-fontawesome_5_pro: "Font Awesome 5 Pro";
  --font-family-avenir-lt-pro: "avenir-lt-pro";
  --font-family-freightbigcmp-pro: "freightbigcmp-pro";
  --font-family-freight-big-pro: "freight-big-pro";
}
/* Colours */
.bg-black {
  background: var(--color-black);
}
.bg-gray-10 {
  background: var(--color-gray-10);
}
.bg-gray-50 {
  background: var(--color-gray-50);
}
.bg-gray-100 {
  background: var(--color-gray-100);
}
.bg-color-gray-200 {
  background: var(--color-gray-200);
}
.bg-green {
  background: var(--color-green);
}
.bg-white {
  background: var(--color-white);
}
.color-black {
  color: var(--color-black);
}
.color-gray-50 {
  color: var(--color-gray-50);
}
.color-gray-100 {
  color: var(--color-gray-100);
}
.color-green {
  color: var(--color-green);
}
.color-pink {
  color: var(--color-pink);
}
.color-white {
  color: var(--color-white);
}
.grey-bg {
  background: var(--color-gray-20);
}
/* Colours */
body {
  font-size: .875rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 300;
  color: var(--color-black);
}
.padding-top-1 {
  padding-top: 1rem !important;
}
.padding-top-2 {
  padding-top: 2rem !important;
}
.padding-top-3 {
  padding-top: 3rem !important;
}
.padding-top-4 {
  padding-top: 4rem !important;
}
.padding-top-5 {
  padding-top: 5rem !important;
}
.padding-top-6 {
  padding-top: 6rem !important;
}
.padding-bottom-1 {
  padding-bottom: 1rem !important;
}
.padding-bottom-2 {
  padding-bottom: 2rem !important;
}
.padding-bottom-3 {
  padding-bottom: 3rem !important;
}
.padding-bottom-4 {
  padding-bottom: 4rem !important;
}
.padding-bottom-5 {
  padding-bottom: 5rem !important;
}
.padding-bottom-6 {
  padding-bottom: 6rem !important;
}
img,
object {
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 8rem;
  line-height: 8.25rem;
}
h2 {
  font-size: 4.375rem;
  line-height: 4.5rem;
}
h3 {
  font-size: 3.125rem;
  line-height: 3.25rem;
}
h4 {
  font-size: 1.875rem;
  line-height: 2rem;
}
h5 {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h6 {
  font-size: .875rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
}
p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
p strong {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
}
.p-15 {
  font-size: 0.9375rem;
  line-height: 1.625rem;
}
input:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}
a {
  text-decoration: none;
  color: var(--color-gray-700);
}
a:hover,
a:focus {
  color: var(--color-green);
  text-decoration: none;
}
object {
  pointer-events: none;
}
/* Buttons */
.btn {
  font-size: .875rem;
  line-height: 1.375rem;
  padding: .5rem 1.5rem;
  border-radius: 0;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  letter-spacing: 1px;
}
.btn i {
  margin: 0 0.625rem;
}
.btn.btn-small {
  font-size: 0.6875rem;
  line-height: 1.625rem;
  min-height: 1.75rem;
  padding: 0 1rem;
}
.btn.btn-large {
  font-size: 1rem;
  line-height: 1.5625rem;
  min-height: 3.25rem;
  padding: 0 1rem;
}
.btn.btn-x-large {
  font-size: 1.375rem;
  line-height: 2.25rem;
  min-height: 4.75rem;
  padding: 0 1rem;
  letter-spacing: 0;
}
.btn:hover,
.btn:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  box-shadow: none;
}
.btn {
  margin-right: 0.75rem;
}
.btn:last-child {
  margin-right: 0;
}
.btn-gray {
  background: var(--color-gray-300);
  color: var(--color-black);
}
.btn-gray:hover,
.btn-gray:focus {
  background: none;
  color: var(--color-black);
  border: solid 1px var(--color-gray-300);
}
.btn-outline-gray {
  background: none;
  color: var(--color-gray-300);
  border: solid 1px var(--color-gray-300);
}
.btn-outline-gray:hover,
.btn-outline-gray:focus {
  background: var(--color-gray-300);
  color: var(--color-black);
  border: solid 1px var(--color-gray-300);
}
.btn-dark-gray {
  background: var(--color-gray-700);
  color: var(--color-white);
}
.btn-dark-gray:hover,
.btn-dark-gray:focus {
  background: none;
  color: var(--color-white);
  border: solid 1px var(--color-gray-700);
}
.btn-outline-dark-gray {
  background: none;
  color: var(--color-gray-700);
  border: solid 1px var(--color-gray-700);
}
.btn-outline-dark-gray:hover,
.btn-outline-dark-gray:focus {
  background: var(--color-gray-700);
  color: var(--color-white);
  border: solid 1px var(--color-gray-700);
}
.btn-pink {
  background: var(--color-pink);
  color: var(--color-white);
}
.btn-pink:hover,
.btn-pink:focus {
  background: none;
  color: var(--color-pink);
  border: solid 1px var(--color-pink);
}
.btn-outline-pink {
  background: none;
  color: var(--color-pink);
  border: solid 1px var(--color-pink);
}
.btn-outline-pink:hover,
.btn-outline-pink:focus {
  background: var(--color-pink);
  color: var(--color-white);
  border: solid 1px var(--color-pink);
}
.btn-green {
  background: var(--color-green);
  color: var(--color-white);
}
.btn-green:hover,
.btn-green:focus {
  background: var(--color-white);
  color: var(--color-green);
  border: solid 1px var(--color-green);
}
.btn-outline-green {
  background: none;
  color: var(--color-green);
  border: solid 1px var(--color-green);
}
.btn-outline-green:hover,
.btn-outline-green:focus {
  background: var(--color-green);
  color: var(--color-white);
  border: solid 1px var(--color-green);
}
.btn-white {
  background: var(--color-white);
  color: var(--color-black);
}
.btn-white:hover,
.btn-white:focus {
  background: none;
  color: var(--color-white);
  border: solid 1px var(--color-white);
}
.btn-outline-white {
  background: none;
  color: var(--color-white);
  border: solid 1px var(--color-white);
}
.btn-outline-white:hover,
.btn-outline-white:focus {
  background: var(--color-white);
  color: var(--color-black);
  border: solid 1px var(--color-white);
}
.btn-black {
  background: var(--color-black);
  color: var(--color-white);
}
.btn-black:hover,
.btn-black:focus {
  background: none;
  color: var(--color-black);
  border: solid 1px var(--color-black);
}
.btn-outline-black {
  background: none;
  color: var(--color-black);
  border: solid 1px var(--color-black);
}
.btn-outline-black:hover,
.btn-outline-black:focus {
  background: var(--color-green);
  color: var(--color-white);
  border: solid 1px var(--color-green);
}
p a {
  color: var(--color-pink);
}
p a:hover {
  color: var(--color-green);
}
.lead,
.lead > *,
.lead p {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: var(--color-black);
  margin-bottom: 1rem;
}
/* Buttons */
/* Text Links */
.link-with-arrow {
  font-size: 0.875rem;
  line-height: 1rem;
}
.link-with-arrow.small-text {
  font-size: 0.75rem;
}
.link-with-arrow.large-text {
  font-size: 1rem;
  line-height: 1.25rem;
}
/* Step 1: Common Properties: All required to make icons render reliably */
.link-with-arrow:after {
  display: inline-block;
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f061";
  margin-left: 0.5rem;
  font-weight: 400;
}
.wrapper {
  overflow: hidden;
}
.full {
  width: 100%;
}
.section {
  padding: 5rem 0;
  position: relative;
  z-index: 11;
}
.image-wrap {
  position: relative;
}
.nowrap-row {
  flex-wrap: nowrap;
}
.small {
  font-size: 0.75rem;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  z-index: 1;
}
.text-link-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-link-group li {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--color-gray-700);
}
.text-link-group li a {
  color: var(--color-gray-700);
}
.text-link-group li::before {
  content: "\f054";
  font-family: var(--font-family-fontawesome_5_pro);
  font-weight: 900;
  color: var(--color-gray-700);
  margin-right: 1rem;
}
.bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.bullet-list li {
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-gray-700);
  padding-left: 2rem;
}
.bullet-list li::before {
  content: "\f0c8";
  font-family: var(--font-family-fontawesome_5_pro);
  font-weight: 900;
  color: var(--color-gray-700);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
}
.check-list ul {
  padding: 0;
}
.check-list ul li {
  list-style: none;
  padding-left: 1.75rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.check-list ul li:before {
  position: absolute;
  top: -0.25rem;
  left: 0;
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f14a";
  color: var(--color-pink);
  font-weight: 700;
  font-size: 1rem;
}
hr {
  background: var(--color-black);
}
.mfp-bg {
  background: var(--color-black);
  opacity: 0.9;
}
@media (max-width: 992px) {
  h2 {
    font-size: 3.75rem;
    line-height: 4rem;
  }
  h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .wrapper .footer .list-unstyled li a,
  .wrapper .section ul li,
  .wrapper .bg-black .lead,
  .wrapper .timeline .timeline-container .content p,
  .wrapper footer .address p,
  p {
    font-size: 14px;
    line-height: 22px;
  }
  .btn {
    font-size: 0.91667rem;
    line-height: 1.5rem;
    min-height: 36px;
  }
}
* {
  box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  margin: 0 auto;
  list-style-type: none;
  counter-reset: css-counters 0;
  padding-bottom: 6rem;
  margin-top: 2rem;
  /* The actual timeline (the vertical ruler) */
  /* Container around content */
  /* Fix the circle for containers on the right side */
}
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #DBDBDB;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 10px;
}
.timeline .timeline-container {
  padding: 40px 0;
  position: relative;
  background-color: inherit;
  width: 43%;
  /* The circles on the timeline */
  /* Place the container to the left */
  /* Place the container to the right */
}
.timeline .timeline-container::after {
  content: '';
  position: absolute;
  right: -26%;
  font-size: 6.25rem;
  line-height: 7rem;
  width: 3.5rem;
  height: 9rem;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  top: 0;
  border-radius: 50%;
  z-index: 1;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  text-align: center;
  background: #fff;
}
.timeline .timeline-container.left {
  left: 0;
  text-align: right;
}
.timeline .timeline-container.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.timeline .timeline-container.right {
  left: 58%;
}
.timeline .timeline-container.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: none;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
.timeline .timeline-container.right::after {
  left: -25%;
}
.timeline .timeline-container .content {
  padding: 0;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.timeline .timeline-container .content h4 {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 2px;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: var(--color-pink);
  white-space: nowrap;
  margin-bottom: 1rem;
}
.timeline .timeline-container .content h4 span {
  color: #000;
}
.timeline .timeline-container .content p {
  font-size: .875rem;
  line-height: 1.375rem;
}
/* The actual content */
.timeline-end-image {
  text-align: center;
}
.timeline-end-image object {
  position: relative;
  left: 0.5rem;
  padding: 1rem 0;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 768px) {
  .wrapper {
    /* Place the timelime to the left */
    /* Make sure all circles are at the same spot */
    /* Make all right containers behave like the left ones */
  }
  .wrapper .timeline {
    /* Full-width containers */
  }
  .wrapper .timeline::after {
    left: 31px;
  }
  .wrapper .timeline .timeline-container {
    padding: 2.5rem 1.5rem;
    margin-bottom: 2rem;
    min-height: 16rem;
    width: 80%;
    left: 20%;
    /* Make sure that all arrows are pointing leftwards */
  }
  .wrapper .timeline .timeline-container::before {
    border: none;
  }
  .wrapper .timeline .timeline-container.left {
    text-align: left;
    left: 20%;
  }
  .wrapper .timeline .timeline-container.left:after {
    right: initial;
    left: -18%;
  }
  .wrapper .timeline .timeline-container.right {
    left: 20%;
    width: 80%;
  }
  .wrapper .timeline .timeline-container.right:after {
    left: -18%;
  }
  .wrapper .timeline .timeline-container:after {
    height: 9rem;
    line-height: 7rem;
  }
  .wrapper .timeline-end-image {
    text-align: left;
  }
  .main-sidebar .timeline {
    padding-top: 9rem;
    padding-bottom: 0;
  }
  .main-sidebar .timeline .start {
    position: absolute;
    top: 0.5rem;
    left: 5rem;
  }
  .main-sidebar .timeline .timeline-container .content h4,
  .main-sidebar .timeline h4 {
    text-transform: uppercase;
    font-family: var(--font-family-avenir-lt-pro);
    font-weight: 400;
    font-size: 0.8333rem;
    color: var(--color-green);
    white-space: normal;
    margin-bottom: 1.6666rem;
  }
  .main-sidebar .timeline .content {
    padding-right: 0;
  }
  .main-sidebar .timeline ul {
    padding: 0 !important;
    font-size: 0.87rem;
    line-height: 1.375rem;
    margin-bottom: 0;
  }
  .main-sidebar .timeline ul li {
    padding-bottom: 1rem;
    color: var(--color-green);
    list-style: none;
    font-size: .875rem;
    line-height: 1.375rem;
  }
  .main-sidebar .timeline::before {
    left: 0;
    height: 56px;
    width: 56px;
    border: 1px solid var(--color-green);
    border-radius: 6px;
    right: inherit;
    font-family: var(--font-family-fontawesome_5_pro);
    content: "\f80c";
    display: block;
    position: absolute;
    top: 0;
    background: var(--color-green);
    z-index: 1;
    font-size: 1.5rem;
    color: var(--color-white);
    font-weight: 100;
    text-align: center;
    line-height: 3rem;
  }
  .main-sidebar .timeline .timeline-container {
    width: 100%;
    padding: 15px 0 15px 50px;
    min-height: 10rem;
  }
  .main-sidebar .timeline .timeline-container:after {
    left: 0;
    height: 56px;
    width: 56px;
    border: 1px solid var(--color-green);
    border-radius: 6px;
    right: inherit;
    font-family: var(--font-family-freight-big-pro);
    font-weight: 300;
    font-size: 3.125rem;
    line-height: 2.75rem;
  }
  .main-sidebar .timeline .timeline-container.timeline-finish {
    margin-top: 1rem;
    padding-bottom: 0;
    min-height: inherit;
  }
  .main-sidebar .timeline .timeline-container.timeline-finish:after {
    content: "";
    display: block;
    background: url(/static/images/flag.svg?05fb3e70e46d) no-repeat center 8px #fff;
  }
  .main-sidebar .timeline:after {
    left: 5%;
    background: var(--color-green);
  }
}
body {
  transition: all ease .25s;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  transition: all ease 0.5s;
  flex-wrap: nowrap;
}
.main-header .desktop-header {
  height: 8.875rem;
  padding-top: .5rem;
}
.main-header .desktop-header .logo {
  line-height: 0;
}
.main-header .desktop-header .logo a {
  display: inline-block;
}
.main-header .desktop-header .logo a object {
  pointer-events: none;
  vertical-align: bottom;
}
.main-header .desktop-header .navbar-expand-lg {
  padding: 0;
  align-items: center;
  margin-top: 1.75rem;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
  margin-left: 2.0475rem;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 300;
  color: var(--color-white);
  font-size: 0.875rem;
  line-height: 1.9375rem;
  padding: 0.25rem 0.375rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.icon {
  padding: 0 .5rem;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.icon:after {
  display: none;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  position: absolute;
  background: var(--color-white);
  opacity: 0;
  transition: all ease .25s;
  bottom: .25rem;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.search-menu-item .close-menu,
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.main-menu-item .close-menu {
  opacity: 0;
  position: absolute;
  font-size: 2rem;
  color: var(--color-white);
  top: 0;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active:after,
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover:after {
  opacity: 1;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link img {
  max-height: 1.5rem;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link.main-menu-item img,
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link.search-menu-item img {
  opacity: 0;
}
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link.main-menu-item .close-menu,
.main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link.search-menu-item .close-menu {
  opacity: 1;
}
.main-header .menu-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: var(--color-black);
  padding: 8rem 2rem 2.5rem 2rem;
  transition: all ease 0.5s;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  display: flex;
  align-items: center;
}
.main-header .menu-content.active {
  opacity: 1;
  pointer-events: all;
}
.main-header .menu-content .main-menu-items {
  padding-left: 0rem;
  position: relative;
}
.main-header .menu-content .main-menu-items li {
  list-style: none;
}
.main-header .menu-content .main-menu-items li a {
  display: block;
  position: relative;
  padding: 0.5rem 0 0.5rem 3.25rem;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  font-size: 3.375rem;
  line-height: 3.5rem;
  color: var(--color-white);
  transition: all ease .25s;
}
.main-header .menu-content .main-menu-items li a:hover,
.main-header .menu-content .main-menu-items li a.active {
  color: var(--color-pink);
}
.main-header .menu-content .main-menu-items li a:hover:before,
.main-header .menu-content .main-menu-items li a.active:before {
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 1.25rem;
  display: block;
  background: url(/static/images/Flame.svg?05fb3e70e46d) no-repeat center;
  background-size: cover;
  content: "";
}
.main-header .menu-content .main-menu-items li.has-submenu > a::after {
  float: right;
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f105";
  font-weight: 400;
  color: var(--color-gray-600);
  font-size: 1.5rem;
}
.main-header .menu-content .main-menu-items li.has-submenu.active > a::after {
  display: none;
}
.main-header .menu-content .main-menu-items .submenu-items {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: -100vw;
  transition: all ease 0.5s;
  max-width: 100vw;
  z-index: 99;
}
.main-header .menu-content .main-menu-items .submenu-items a {
  font-size: 1.5rem;
  line-height: 2rem;
}
.main-header .menu-content .main-menu-items > li.active .submenu-items {
  margin: 0;
  position: relative;
}
.main-header .menu-content.search-menu-content {
  top: 0rem;
  align-items: flex-start;
}
.main-header .menu-content.search-menu-content .close-menu {
  text-align: right;
  display: block;
  padding-bottom: 1rem;
}
.main-header .menu-content.search-menu-content .close-menu a {
  color: var(--color-white);
  font-size: 2rem;
}
.main-header .menu-content.search-menu-content .search-form h1 {
  font-size: 4rem;
  line-height: 3.5rem;
  color: var(--color-white);
  margin: 3.5rem 0 2rem;
}
.main-header .menu-content.search-menu-content .search-form .input-group {
  background: var(--color-white);
  border-radius: 8px;
  height: 3.25rem;
  overflow: hidden;
}
.main-header .menu-content.search-menu-content .search-form .input-group .form-control {
  border: none;
  padding: 0.75rem 1rem;
  line-height: 1.875rem;
  color: var(--color-black);
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  font-size: 1.75em;
}
.main-header .menu-content.search-menu-content .search-form .input-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-black);
  opacity: 1;
  /* Firefox */
}
.main-header .menu-content.search-menu-content .search-form .input-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-black);
}
.main-header .menu-content.search-menu-content .search-form .input-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-black);
}
.main-header .menu-content.search-menu-content .search-form .input-group .input-group-text {
  background-color: transparent;
  border: none;
  color: var(--color-black);
  border-radius: 0;
  border-right: 0;
  padding: 0;
  font-size: 1.5rem;
}
.main-header .menu-content.search-menu-content .search-form .input-group .input-group-text a {
  border: none;
  background: none;
  height: 3.25rem;
  width: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-header .menu-content.search-menu-content .search-form .input-group .input-group-text .clear-search-input {
  padding: 0.5rem 1rem;
  border: none;
  display: inline-flex;
  align-items: center;
  height: 52px;
}
.main-header .menu-content.search-menu-content .popular-searches {
  margin: 3.5rem 0 2rem;
}
.main-header .menu-content.search-menu-content .popular-searches h6 {
  font-size: 1rem;
  color: var(--color-white);
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.main-header .menu-content.search-menu-content .popular-searches ul li {
  text-transform: uppercase;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
  font-size: .9375rem;
  line-height: 1.625rem;
}
.main-header .menu-content.search-menu-content .popular-searches ul li a {
  color: var(--color-white);
  padding: 0.625rem 0;
  display: block;
}
.main-header .menu-content.active {
  pointer-events: auto;
  visibility: visible;
  transform: translateZ(0);
  opacity: 1;
}
.main-header .menu-content.submenu-active .main-menu-items > li {
  display: none;
}
.main-header .menu-content.submenu-active .main-menu-items > li.active {
  display: block;
}
.main-header .menu-content.submenu-active .menu-footer {
  display: none;
}
.main-header .dropdown-menu {
  padding: .5rem;
  min-width: 296px;
  box-shadow: 0 16px 24px rgba(9, 32, 63, 0.1);
}
.main-header .dropdown-menu.dropdown-menu-right {
  right: .75rem;
}
.main-header .dropdown-menu .dropdown-item {
  padding: .8rem;
  border-radius: 0.375rem;
  font-size: .875rem;
  color: var(--color-pink);
}
.main-header .dropdown-menu .dropdown-item .main-header i {
  color: var(--color-pink);
}
.main-header .dropdown-menu .dropdown-item:hover,
.main-header .dropdown-menu .dropdown-item:focus {
  background-color: rgba(230, 241, 250, 0.5);
}
.scroll-up .main-header {
  position: fixed;
  background: var(--color-black);
  z-index: 999;
  /*  padding: 0.5rem 0;*/
}
body.mmenu-open {
  overflow: hidden !important;
}
body.mmenu-open .main-header {
  position: fixed;
  z-index: 999;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-pink);
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}
#preloader img,
#preloader object {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: unset;
}
.no-padd {
  padding: 0;
}
.full {
  width: 100%;
}
.hide-in-desktop {
  display: none;
}
.lead-b,
.lead-b p {
  font-size: 3.75rem;
  margin: 2.5rem 0;
  line-height: 3.9rem;
  text-align: center;
  color: var(--color-gray-200);
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
}
.activities-block .title-wrap {
  font-size: 3.75rem;
  margin: 2.5rem 0;
  line-height: 3.9rem;
  text-align: center;
  color: var(--color-gray-200);
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
}
.activities-block .title-wrap a {
  color: var(--color-black);
}
.activities-block .title-wrap a:hover,
.activities-block .title-wrap a:focus,
.activities-block .title-wrap a:focus-visible {
  color: var(--color-pink);
  outline: none;
}
.activities-block .title-wrap a.active {
  color: var(--color-pink);
}
.activities-block .activity-content {
  display: none;
}
.activities-block .activity-content:first-child {
  display: block;
}
.opportunities-block .filter-button-group {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 2rem;
}
.opportunities-block .filter-button-group li {
  display: inline-block;
  padding-right: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.145em;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
}
.opportunities-block .filter-button-group li a {
  font-size: 0.625rem;
  line-height: 2rem;
  color: var(--color-black);
}
.opportunities-block .filter-button-group li a.active,
.opportunities-block .filter-button-group li a:focus-visible,
.opportunities-block .filter-button-group li a:focus,
.opportunities-block .filter-button-group li a:hover {
  color: var(--color-pink);
}
.opportunities-block .opportunities-list-wrap .list-item {
  background: var(--color-gray-10);
  margin-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .opportunities-block .opportunities-list-wrap .list-item .image-wrap {
    margin: 0 -12px;
  }
}
.opportunities-block .opportunities-list-wrap .list-item .content-wrap {
  padding: 2rem 3.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.opportunities-block .opportunities-list-wrap .list-item .content-wrap h4 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  margin-bottom: 2rem;
}
.opportunities-block .opportunities-list-wrap .list-item .content-wrap .read-more-text {
  display: none;
}
.opportunities-block .opportunities-list-wrap .list-item .content-wrap .read-more-link {
  font-size: 0.875rem;
  color: var(--color-black);
  font-weight: 700;
  position: relative;
}
.opportunities-block .opportunities-list-wrap .list-item .content-wrap .read-more-link:after {
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f107";
  padding-left: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
.opportunities-block .opportunities-list-wrap .list-item .content-wrap .read-more-link.open:after {
  content: "\f106";
}
.leaders-section .leaders-mobile-owlcarousel .owl-dots {
  text-align: center;
}
.leaders-section .leaders-mobile-owlcarousel .owl-dots button {
  background: var(--color-gray-300);
  height: .625rem;
  width: .625rem;
  border-radius: 50%;
  margin: 0 .5rem;
}
.leaders-section .leaders-mobile-owlcarousel .owl-dots button.active {
  background: var(--color-pink);
}
.leaders-section .leaders-mobile-owlcarousel .owl-nav {
  position: absolute;
  height: 3rem;
  left: 0;
  top: 0;
  bottom: 0;
  right: -1.25rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.leaders-section .leaders-mobile-owlcarousel .owl-nav button {
  position: relative;
  font-size: 0;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  background: rgba(0, 0, 0, 0.4);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  margin: 0 -2rem;
}
.leaders-section .leaders-mobile-owlcarousel .owl-nav button:after {
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f105";
  font-weight: 300;
  font-size: 2rem;
  color: var(--color-white);
}
.leaders-section .leaders-mobile-owlcarousel .owl-nav button.owl-prev:after {
  content: "\f104";
}
.section-header {
  margin-bottom: 1.5rem;
}
.section-header h2 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
}
.section-header h3 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
}
.section-header h4 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
}
.section-header h5 {
  text-transform: uppercase;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 1.875px;
}
.mobile-header {
  display: none;
}
.rounded-img {
  border-radius: 1rem;
}
/* Hero Section */
.hero-section {
  height: 551px;
  width: 100%;
  background-size: cover;
  position: relative;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 400;
  overflow: hidden;
  background-color: var(--color-black);
}
.hero-section > img {
  width: 100%;
  object-fit: cover;
  height: 551px;
}
.hero-section .overlay {
  margin: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+20,0.4+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=1);
  /* IE6-9 */
}
.hero-section .overlay h1 {
  font-size: 8rem;
  line-height: 8rem;
  font-family: var(--font-family-freight-big-pro);
  margin-bottom: 2rem;
  font-weight: 300;
}
.hero-section .overlay h2 {
  color: var(--color-white);
  font-size: 4.375rem;
  line-height: 4.5rem;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  margin-bottom: 2rem;
}
.hero-section .overlay h2 em {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  font-style: italic;
}
.hero-section .overlay .inner-container {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 300;
  font-size: 1.25rem;
}
.hero-section .overlay p {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.375rem;
}
.hero-section .overlay p i {
  margin-right: 1rem;
}
.hero-section .overlay address p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
}
.hero-section .overlay address p a {
  color: var(--color-white);
  text-decoration: none;
}
.hero-section .overlay address p a:hover {
  color: var(--color-white);
  text-decoration: underline;
}
p a {
  color: #000;
  text-decoration: underline;
}
.home .hero-section,
.home .hero-section img.full {
  height: 700px;
  overflow: hidden;
}
.home .hero-section .overlay h1,
.home .hero-section img.full .overlay h1 {
  font-size: 6.625rem;
  line-height: 5.6875rem;
  margin-bottom: 0;
}
.home .hero-section .overlay h1 em,
.home .hero-section img.full .overlay h1 em {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  font-style: italic;
}
.general .hero-section {
  height: 676px;
}
.general .hero-section .overlay {
  padding-top: 6.25rem;
}
.general .hero-section img {
  height: 676px;
}
/* Hero Section */
.bg-black {
  color: var(--color-white);
  padding: 6rem 0;
}
.bg-black h2,
.bg-black h3 {
  font-family: var(--font-family-freight-big-pro);
  padding-bottom: 1rem;
  font-weight: 300;
}
.bg-black .lead {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  line-height: 1.5rem;
}
.bg-black .lead-b {
  color: var(--color-white);
  text-align: left;
  font-size: 3.125rem;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
}
.bg-black h5 {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}
.list-with-content .list-item-wrap {
  background: var(--color-gray-10);
  border-radius: 1rem;
  margin-top: 3.75rem;
  padding: 3.25rem 3rem;
}
.list-with-content .list-item-wrap .item hr {
  margin: 3rem 0;
  background: var(--color-black);
}
.list-with-content .list-item-wrap .item h4 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  color: var(--color-black);
}
.photo-gallery-grid.extra-wide {
  margin: 0 -7rem;
}
.photo-gallery-grid .photo-gallery-row {
  display: flex;
  flex-wrap: wrap;
}
.photo-gallery-grid .photo-gallery-row > .item {
  flex: 0 0 auto;
  overflow: hidden;
  width: 20%;
  position: relative;
}
.photo-gallery-grid .photo-gallery-row > .item .overlay {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1.25rem 1.25rem 1rem;
  background: var(--color-white);
  color: var(--color-black);
  margin-top: 15%;
  opacity: 0;
  transition: all ease-in-out 0.25s;
}
.photo-gallery-grid .photo-gallery-row > .item .overlay h2,
.photo-gallery-grid .photo-gallery-row > .item .overlay h4,
.photo-gallery-grid .photo-gallery-row > .item .overlay h3 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  color: var(--color-black);
}
.photo-gallery-grid .photo-gallery-row > .item .overlay h5 {
  color: var(--color-black);
  margin-top: 0.75rem;
}
.photo-gallery-grid .photo-gallery-row > .item .overlay p {
  font-size: 0.6875rem;
  line-height: 1rem;
}
.photo-gallery-grid .photo-gallery-row > .item .overlay h3 {
  font-size: 2rem;
  line-height: 2rem;
}
.photo-gallery-grid .photo-gallery-row > .item .overlay h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
}
.photo-gallery-grid .photo-gallery-row > .item > a:hover .overlay {
  opacity: 1;
  margin: 0;
}
.photo-gallery-grid .photo-gallery-row.column-3 > div {
  width: 33.33%;
}
.photo-gallery-grid .photo-gallery-row.column-2 > div {
  width: 50%;
}
.photo-gallery-grid .photo-gallery-row.column-1 > div {
  width: 100%;
}
.photo-gallery-grid .photo-gallery-row.column-4 > div {
  width: 25%;
}
.photo-gallery-grid .photo-gallery-row.column-5 > div {
  width: 20%;
}
.two-column-block .text-wrap {
  padding: 0 3rem;
}
.two-column-block .section-header.text-left {
  text-align: left;
}
.two-column-block .section-header h6 {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
  margin: 1rem 0 2rem;
}
.two-column-block .rounded-column {
  background: var(--color-gray-10);
  padding: 3rem;
  border-radius: 3.375rem;
}
.two-column-block .rounded-column h3 {
  margin-bottom: 1rem;
}
.accordion-section .btn-wrap {
  margin-bottom: 2.25rem;
}
.accordion-section .accordion .accordion-item {
  border-radius: 0;
  border: none;
  background: none;
  margin-bottom: 1rem;
}
.accordion-section .accordion .accordion-item .accordion-header {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none;
  color: var(--color-black);
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  border-bottom: 1px solid var(--color-black);
}
.accordion-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--color-black);
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  justify-content: flex-start;
  align-items: flex-start;
  border: none;
  background: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.accordion-section .accordion .accordion-item .accordion-header .accordion-button::after {
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\2b";
  background: none;
  transform: none;
  height: auto;
  width: auto;
  font-weight: 300;
}
.accordion-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\2212";
}
.accordion-section .accordion .accordion-item .accordion-body {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 2rem 0rem;
}
.accordion-section.version-2 {
  background: var(--color-white);
}
.accordion-section.version-2 .accordion .accordion-item {
  background: var(--color-gray-10);
  margin-bottom: 1.5rem;
  padding: 0;
}
.accordion-section.version-2 .accordion .accordion-item h4.accordion-header {
  border: none;
  font-size: 0.93751rem;
  line-height: 1.625rem;
}
.accordion-section.version-2 .accordion .accordion-item h4.accordion-header button {
  padding: 1.4rem 1.5rem;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.accordion-section.version-2 .accordion .accordion-item h4.accordion-header button .index {
  font-size: 3.125rem;
  margin-right: .5rem;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  min-width: 3.5rem;
  line-height: 1rem;
}
.accordion-section.version-2 .accordion .accordion-item h4.accordion-header button::after {
  font-size: 3rem;
}
.accordion-section.version-2 .accordion .accordion-item .accordion-body {
  padding: 2rem 2rem;
}
.accordion-section.version-2 .accordion .accordion-item .accordion-body h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.375rem;
}
.subscribe-form {
  background: var(--color-gray-10);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  margin: 3rem 0;
}
.subscribe-form label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.subscribe-form .form-control {
  border: none;
  border-radius: 3px;
}
.subscribe-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-black);
}
.subscribe-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-black);
}
.subscribe-form :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-black);
}
.subscribe-form :-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-black);
}
.subscribe-form .btn {
  margin-top: 2rem;
}
.events-block {
  padding: 1.25rem 0 1.875rem;
}
.events-block ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.events-block ul li {
  padding: 4.625rem 2.625rem 3.375rem;
  text-align: center;
}
.events-block ul li h4 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  margin-bottom: 2rem;
}
.events-block ul li h5 {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  padding-bottom: 2.75rem;
}
.events-block ul li + li {
  border-top: 1px solid var(--color-black);
}
.card-with-title-text .item {
  margin-bottom: 2rem;
  text-align: center;
}
.card-with-title-text .item .content-wrap {
  background: var(--color-gray-10);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.card-with-title-text .item .content-wrap .text-wrap .short-desc {
  padding: 2rem;
  position: relative;
  background: var(--color-gray-10);
  z-index: 11;
}
.card-with-title-text .item .content-wrap .text-wrap .block-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all ease .25s;
  padding: 3rem;
  z-index: 1;
  background: var(--color-gray-10);
  text-align: center;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.375rem;
  margin-top: 10%;
  opacity: 0;
}
@media (max-width: 600px) {
  .card-with-title-text .item .content-wrap .text-wrap .block-detail {
    display: none;
  }
}
.card-with-title-text .item .content-wrap .text-wrap h4 {
  font-size: 2.1875rem;
  line-height: 2.25rem;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  margin-bottom: 1rem;
}
.card-with-title-text .item .content-wrap .text-wrap h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .card-with-title-text .item .content-wrap .text-wrap .short-desc {
    padding: 1rem;
  }
  .card-with-title-text .item .content-wrap .text-wrap .short-desc h5 {
    font-size: .75rem;
    line-height: 1.25rem;
  }
}
.card-with-title-text .item .content-wrap:hover .text-wrap .block-detail {
  opacity: 1;
  margin-top: 0;
}
.card-with-title-text .item.text-item .content-wrap {
  padding: 2rem;
}
.card-with-title-text .item.text-item .content-wrap .text-wrap {
  padding: 0rem;
}
.news-section .news-item {
  border-bottom: 1px solid var(--color-gray-500);
  padding-top: 3.6rem;
  padding-bottom: 4.56rem;
}
.news-section .news-item .news-block-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem 1rem 1rem 0;
}
.news-section .news-item .news-block-content .date {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.625rem;
}
.news-section .news-item .news-block-content .block-content {
  padding: 2rem 0;
}
.news-section .news-item .news-block-content .block-content h3 {
  margin-bottom: 1.75rem;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
}
.news-section .news-item .news-block-content .block-content .btn {
  margin-top: 1rem;
}
.news-section .news-item .news-block-content .tags {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 300;
  color: var(--color-gray-700);
  font-size: .875rem;
  line-height: 1.375rem;
}
.news-section .news-item:first-child {
  padding-top: 0;
}
.news-section .news-item:last-child {
  padding-bottom: 0;
}
.news-section .load-more-wrap {
  margin: 3.5rem 0 0;
}
.news-section .load-more-wrap .load-more {
  display: inline-block;
  color: var(--color-green);
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.375rem;
}
.block-TwoColumnBlock .fullwidth-section {
  padding: 0;
}
.block-TwoColumnBlock .fullwidth-section img {
  height: auto;
}
.call-to-action .section-header p {
  text-transform: uppercase;
  font-size: 0.937rem;
  line-height: 1.625rem;
  color: var(--color-white);
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}
.call-to-action .blocks > div {
  position: relative;
}
.call-to-action .blocks > div a {
  display: block;
  padding: 4rem 0;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  color: var(--color-white);
}
.call-to-action .blocks > div + div:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--color-white);
  height: 3.75rem;
  margin: auto;
}
footer {
  background: var(--color-gray-10);
  padding: 1.875rem 0rem 3.43rem;
  color: var(--color-green);
}
footer .address {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
footer .address h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 700;
  letter-spacing: 1.75px;
}
footer .address p {
  line-height: 1.375rem;
}
footer .social-icons {
  display: block;
  width: 100%;
  padding: 0;
}
footer .social-icons li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  font-size: 1rem;
}
footer .social-icons li a {
  background: var(--color-green);
  color: var(--color-gray-300);
  border-radius: 50%;
  height: 26px;
  width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .list-unstyled li {
  margin-bottom: 1rem;
}
footer .list-unstyled li a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.5rem 0;
  color: var(--color-green);
  position: relative;
}
footer .list-unstyled li a:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--color-green);
  opacity: 0;
  transition: all ease .25s;
}
footer .list-unstyled li a:hover:after {
  opacity: 1;
}
footer .list-unstyled li:first-child a {
  padding-top: 0;
}
footer .footer-bottom hr {
  background: var(--color-green);
  margin: 2.75rem 0;
  height: 1px;
}
footer .footer-bottom p {
  font-size: 1.687rem;
  line-height: 2.12rem;
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  text-align: center;
  color: var(--color-green);
}
footer .footer-bottom .footer-links {
  padding: 4.5rem 0 0;
  margin: 0;
}
footer .footer-bottom .footer-links li {
  list-style: none;
  display: inline-block;
}
footer .footer-bottom .footer-links li a {
  color: var(--color-green);
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  display: block;
}
footer .footer-bottom .footer-links li a:hover {
  color: var(--color-black);
  text-decoration: none;
}
footer .footer-bottom .footer-links li + li {
  margin-left: 2rem;
}
.section ul {
  padding-left: 1.25rem;
}
.section ul li {
  line-height: 1.375rem;
  margin-bottom: .25rem;
}
.fixed-buttons {
  position: fixed;
  right: -5rem;
  flex-direction: column;
  display: flex;
  z-index: 11;
  bottom: 5rem;
  opacity: 0;
  transition: all ease 0.5s;
}
.fixed-buttons a {
  display: inline-flex;
  padding-right: 2rem;
  border-radius: 7px;
  margin-bottom: 0.5rem;
  width: 100%;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
  font-size: .75rem;
  line-height: .875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
}
.fixed-buttons a i {
  font-size: 1.25rem;
  margin-left: 0;
}
.fixed-buttons.active {
  opacity: 1;
  right: -1rem;
  z-index: 99;
}
.leaders-section .leaders-block {
  margin: 0 -1rem;
  padding: 1rem 0;
}
.leaders-section .leaders-block .leader-block {
  margin-bottom: 2.75rem;
}
.leaders-section .leaders-block .leader-block .block {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: var(--color-gray-10);
  padding: 1.25rem;
  margin: .5rem;
  text-align: center;
}
.leaders-section .leaders-block .leader-block .block h4 {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  letter-spacing: 1px;
  padding: .25rem 0;
}
.leaders-section .leaders-block .leader-block .block p {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: .875rem;
  letter-spacing: 1px;
  min-height: 2rem;
}
.leaders-section .leaders-block .leader-block .block .block-desc h3 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 1.625rem;
  margin: 2rem 0;
}
.leaders-section .leaders-block .leader-block .block .block-desc p {
  margin: 1.5rem 0;
  text-align: center;
  text-transform: none;
  font-size: .875rem;
  line-height: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* number of lines to show */
  line-clamp: 7;
  -webkit-box-orient: vertical;
  min-height: 11.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strong-link {
  font-weight: bold;
  text-decoration: underline;
  color: var(--color-black);
}
.readmore-text {
  display: none;
}
.section .normal-listing ul {
  padding-left: 0;
  margin: 1.5rem 0;
}
.section .normal-listing ul li {
  list-style: none;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 900;
  font-size: .875rem;
  line-height: 1.375rem;
  margin-bottom: 1.75rem;
}
.career-section .application-block {
  padding: 3.5rem 2.75rem 3rem;
  border-radius: 0.9375rem;
}
.career-section .application-block .section-header {
  margin-bottom: 4.75rem;
}
.career-section .application-block hr {
  margin-bottom: 2rem;
  background: var(--color-black);
}
.career-section .application-block .icon-with-desc {
  margin-bottom: 2rem;
}
.career-section .application-block .icon-with-desc .icon {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.career-section .application-block .btn-wrap {
  margin: 2rem 0 0;
}
.type-element .wrap {
  border-right: 0.25rem solid var(--color-pink);
}
a.readmore {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 900;
  color: var(--color-black);
}
a.readmore i {
  padding: 0 .5rem;
}
.enquiry-form-wrap {
  margin-bottom: 6rem;
}
.enquiry-form-wrap .enquiry-form-block {
  background: var(--color-green);
  padding: 3rem;
  border-radius: 1.25rem;
}
.enquiry-form-wrap .enquiry-form-block h3 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  color: var(--color-white);
}
.enquiry-form-wrap .enquiry-form-block form .form-control,
.enquiry-form-wrap .enquiry-form-block form .form-row {
  margin-bottom: .875rem;
}
.enquiry-form-wrap .enquiry-form-block form .form-control input,
.enquiry-form-wrap .enquiry-form-block form .form-row input,
.enquiry-form-wrap .enquiry-form-block form .form-control textarea,
.enquiry-form-wrap .enquiry-form-block form .form-row textarea {
  width: 100%;
  min-height: 2.125rem;
  border-radius: 3px;
  padding: 0.5rem 0.625rem;
  border: none;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.375rem;
}
.enquiry-form-wrap .enquiry-form-block form .form-control input:focus,
.enquiry-form-wrap .enquiry-form-block form .form-row input:focus,
.enquiry-form-wrap .enquiry-form-block form .form-control textarea:focus,
.enquiry-form-wrap .enquiry-form-block form .form-row textarea:focus {
  outline: none;
}
.enquiry-form-wrap .enquiry-form-block form .form-control textarea,
.enquiry-form-wrap .enquiry-form-block form .form-row textarea {
  height: 140px;
}
.enquiry-form-wrap .enquiry-form-block form .form-control ::-webkit-input-placeholder,
.enquiry-form-wrap .enquiry-form-block form .form-row ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-black);
}
.enquiry-form-wrap .enquiry-form-block form .form-control ::-moz-placeholder,
.enquiry-form-wrap .enquiry-form-block form .form-row ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-black);
}
.enquiry-form-wrap .enquiry-form-block form .form-control :-ms-input-placeholder,
.enquiry-form-wrap .enquiry-form-block form .form-row :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-black);
}
.enquiry-form-wrap .enquiry-form-block form .form-control :-moz-placeholder,
.enquiry-form-wrap .enquiry-form-block form .form-row :-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-black);
}
.introduction-block .image-wrap {
  margin-bottom: 0.75rem;
}
.green-bg-block {
  background: var(--color-green);
  padding: 2rem;
  margin: 1.5rem 0;
  border-radius: 1.875rem;
  color: var(--color-white);
}
.green-bg-block ul {
  margin: 1.5rem 0 0;
}
.grey-bg .timeline {
  padding-bottom: 0;
}
.grey-bg .timeline .timeline-container.right::before,
.grey-bg .timeline .timeline-container::after,
.grey-bg .timeline .timeline-container .content,
.grey-bg .timeline .timeline-container.left::before {
  background: var(--color-gray-20);
  border-color: var(--color-gray-20);
}
.grey-bg .timeline .timeline-container:last-child::after {
  font-size: 0;
  background: url(/static/images/Flame.svg?05fb3e70e46d) var(--color-gray-20) center no-repeat;
  height: 6rem;
}
.grey-bg .timeline-end-image {
  background: var(--color-gray-20);
  margin-top: -2rem;
  position: relative;
}
.grey-bg .timeline-end-image object {
  opacity: 0;
}
.thumbnail-with-title {
  padding: 1.5rem 0;
}
.thumbnail-with-title .image-wrap img {
  border-radius: 10px;
}
.thumbnail-with-title h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  font-size: .75rem;
  line-height: 1rem;
  min-height: 3.5rem;
}
.call-to-actions-block {
  background: var(--color-green);
}
.call-to-actions-block .btn-wrap {
  margin-bottom: 3.5rem;
}
.call-to-actions-block ul {
  padding: 0;
}
.call-to-actions-block ul li {
  list-style: none;
}
.call-to-actions-block ul li a {
  color: var(--color-white);
  text-decoration: underline;
}
.term-dates-section {
  background: var(--color-black);
  color: var(--color-white);
}
.term-dates-section .term-dates-table {
  border-bottom: 1px solid var(--color-white);
}
.term-dates-section .term-dates-table .table-row {
  border-top: 1px solid var(--color-white);
  padding: 2rem 0 0;
}
.term-dates-section .term-dates-table .table-row .row > div ul {
  padding: 2rem 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.term-dates-section .term-dates-table .table-row .row > div ul li {
  list-style: none;
  text-align: right;
  flex: 50% 0 0;
}
.term-dates-section .term-dates-table .table-row .row > div ul li:nth-child(odd) {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 900;
  text-align: left;
}
.horizontal-timeline-setion .horizontal-timeline {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0;
}
.horizontal-timeline-setion .horizontal-timeline .timeline-block {
  flex: 1;
  position: relative;
}
.horizontal-timeline-setion .horizontal-timeline .timeline-block + .timeline-block {
  padding-left: 2.5rem;
}
.horizontal-timeline-setion .horizontal-timeline .timeline-block + .timeline-block .circle-shape {
  left: 2.5rem;
}
.horizontal-timeline-setion .horizontal-timeline .timeline-block h6 {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 900;
  font-size: .875rem;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
.horizontal-timeline-setion .horizontal-timeline .timeline-block .circle-shape {
  position: absolute;
  left: 0;
  bottom: -1.625rem;
  background: var(--color-white);
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-black);
  border-radius: 50%;
}
.horizontal-timeline-setion .horizontal-timeline .timeline-block.active .circle-shape {
  background: var(--color-pink);
}
.horizontal-timeline-setion .horizontal-line {
  height: 1px;
  width: 100%;
  background: var(--color-black);
  margin-top: 1rem;
}
.section-header p {
  margin-top: 0.875rem;
}
/*---- article-detail-page css */
.search-results .wrapper .main-header,
.article-detail-page .wrapper .main-header {
  position: relative;
  background: var(--color-white);
}
.search-results .wrapper .main-header .menu-content,
.article-detail-page .wrapper .main-header .menu-content {
  background: var(--color-white);
}
.search-results .wrapper .main-header .menu-content .main-menu-items li a,
.article-detail-page .wrapper .main-header .menu-content .main-menu-items li a {
  color: var(--color-green);
}
.search-results .wrapper .main-header .menu-content.menu-content .search-form .input-group,
.article-detail-page .wrapper .main-header .menu-content.menu-content .search-form .input-group {
  background: var(--color-green);
}
.search-results .wrapper .main-header .menu-content.menu-content .search-form .input-group input,
.article-detail-page .wrapper .main-header .menu-content.menu-content .search-form .input-group input,
.search-results .wrapper .main-header .menu-content.menu-content .search-form .input-group button,
.article-detail-page .wrapper .main-header .menu-content.menu-content .search-form .input-group button {
  background: none;
  color: var(--color-white);
}
.search-results .wrapper .main-header .menu-content.menu-content .search-form .input-group ::-webkit-input-placeholder,
.article-detail-page .wrapper .main-header .menu-content.menu-content .search-form .input-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-white);
}
.search-results .wrapper .main-header .menu-content.menu-content .search-form .input-group ::-moz-placeholder,
.article-detail-page .wrapper .main-header .menu-content.menu-content .search-form .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-white);
}
.search-results .wrapper .main-header .menu-content.menu-content .search-form .input-group :-ms-input-placeholder,
.article-detail-page .wrapper .main-header .menu-content.menu-content .search-form .input-group :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-white);
}
.search-results .wrapper .main-header .menu-content.menu-content .search-form .input-group :-moz-placeholder,
.article-detail-page .wrapper .main-header .menu-content.menu-content .search-form .input-group :-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-white);
}
.search-results .wrapper .main-header .menu-content.menu-content .popular-searches ul li a,
.article-detail-page .wrapper .main-header .menu-content.menu-content .popular-searches ul li a {
  color: var(--color-green);
}
.search-results .wrapper .main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link,
.article-detail-page .wrapper .main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: var(--color-green);
}
.search-results .wrapper .main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:after,
.article-detail-page .wrapper .main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
  background: var(--color-green);
}
.search-results .wrapper .main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.main-menu-item .close-menu,
.article-detail-page .wrapper .main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.main-menu-item .close-menu,
.search-results .wrapper .main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.search-menu-item .close-menu,
.article-detail-page .wrapper .main-header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.search-menu-item .close-menu {
  color: var(--color-green);
}
.search-results .wrapper .banner,
.article-detail-page .wrapper .banner {
  background: var(--color-black);
  color: var(--color-white);
  height: 26.25rem;
  position: relative;
  display: flex;
  align-items: center;
}
.search-results .wrapper .banner h3,
.article-detail-page .wrapper .banner h3 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  margin-bottom: 1.75rem;
}
.search-results .wrapper .banner img.banner-img,
.article-detail-page .wrapper .banner img.banner-img {
  position: absolute;
  height: 26.25rem;
  right: 0;
  top: 0;
}
.search-results .wrapper .article-block .section-header h3,
.article-detail-page .wrapper .article-block .section-header h3 {
  font-size: 1.875rem;
  line-height: 1.9375rem;
}
.search-results .wrapper .article-block ol,
.article-detail-page .wrapper .article-block ol {
  padding: 1rem;
}
.search-results .wrapper .article-block ol > li,
.article-detail-page .wrapper .article-block ol > li {
  padding-left: 1.5rem;
}
.search-results .wrapper .article-block ol > li + li,
.article-detail-page .wrapper .article-block ol > li + li {
  margin-top: 4.5rem;
}
.search-results .wrapper .article-block ol > li h5,
.article-detail-page .wrapper .article-block ol > li h5 {
  margin-bottom: 1.5rem;
}
.search-results .wrapper .article-block ol > li ul,
.article-detail-page .wrapper .article-block ol > li ul {
  padding-left: 1.5rem;
}
.search-results .wrapper .article-block ol > li ul li,
.article-detail-page .wrapper .article-block ol > li ul li {
  list-style: disc;
  padding-left: 0;
}
.search-results .wrapper .article-block .grey-bg-box,
.article-detail-page .wrapper .article-block .grey-bg-box {
  padding: 3rem;
  background: var(--color-gray-10);
  border-radius: 54px;
}
.search-results .wrapper .article-block .grey-bg-box h5,
.article-detail-page .wrapper .article-block .grey-bg-box h5 {
  margin-bottom: 1.5rem;
}
.search-results .wrapper .article-block .grey-bg-box ul li a,
.article-detail-page .wrapper .article-block .grey-bg-box ul li a {
  color: var(--color-black);
  text-decoration: underline;
}
.career-section hr {
  background: var(--color-gray-700);
}
/*---- article-detail-page css */
.photo-gallery-popup {
  position: relative;
  background: var(--color-white);
  padding: 1.5rem 1rem;
  width: auto;
  max-width: 23rem;
  margin: 0 auto;
  text-align: center;
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.photo-gallery-popup h5 {
  margin-bottom: 0.875rem;
}
.team-popup-item {
  position: relative;
  background: var(--color-white);
  padding: 2.5rem;
  width: auto;
  max-width: 65.1875rem;
  margin: 0 auto;
}
.team-popup-item .popup-content {
  padding: 2.5rem 3.75rem 2.5rem 1.25rem;
}
.team-popup-item .popup-content h6 {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: .875rem;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0.25rem 0 .75rem;
}
.type-element .wrap {
  border-right: 0.25rem solid var(--color-pink);
}
.search-results-wrap .search-header .input-group {
  border: 1px solid var(--color-gray-200);
  justify-content: space-between;
}
.search-results-wrap .search-header .input-group input {
  border: none;
  padding: .75rem 1.5rem;
  min-height: 3.5rem;
  font-size: 1rem;
}
.search-results-wrap .search-header .input-group .input-group-text {
  padding: 0;
  border-radius: 0;
  border: none;
}
.search-results-wrap .search-header .input-group .input-group-text input {
  border-radius: 0;
  border: none;
  width: 100px;
  max-width: inherit;
  font-size: 1rem;
}
.search-results-wrap .search-result-block {
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-gray-200);
}
.search-results-wrap .search-result-block h4 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  margin-bottom: 1rem;
}
.search-results-wrap .search-result-block h4 a {
  color: var(--color-green);
}
.enrolment-timeline .timeline-container:last-child {
  padding-bottom: 0;
}
.enrolment-timeline .timeline-end-image {
  display: none;
}
.news-list .list-block {
  margin-bottom: 34px;
}
.news-list .list-block .image-wrap .overlay {
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+30,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.news-list .list-block .image-wrap .overlay h3 {
  font-family: var(--font-family-freight-big-pro);
  font-weight: 300;
  font-size: 1.875rem;
  color: var(--color-white);
  line-height: 103.5%;
}
.news-list .list-block .readmore-text {
  display: block;
}
.news-list .list-block .readmore-text a {
  display: block;
  position: relative;
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.375rem;
  color: var(--color-black);
  border: 1px solid var(--color-black);
  padding: 1rem;
}
.news-list .list-block .readmore-text a:after {
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f105";
  position: absolute;
  right: 1rem;
}
.news-popup-item {
  position: relative;
  background: var(--color-gray-10);
  padding: 2.5rem;
  width: auto;
  max-width: 62.1875rem;
  margin: 0 auto;
}
.news-popup-item .section-header {
  margin-bottom: 4.3125rem;
  text-align: center;
}
.news-popup-item .popup-content {
  padding: 0rem 0rem 0rem 1.25rem;
}
.grid-blocks-bg .grid-block {
  background: var(--color-gray-100);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.grid-blocks-bg .grid-block .text-wrap {
  padding: 2.75rem 1.75rem;
}
.grid-blocks-bg .grid-block .text-wrap h4 {
  font-family: var(--font-family-avenir-lt-pro);
  font-weight: 900;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.policies-list .btn {
  margin-bottom: 1.5rem;
}
.block-NewsBlock .news-list .list-block .image-wrap {
  margin-bottom: 0;
}
.current-openings .section-header h3 {
  font-size: 2.125rem;
  line-height: 3.25rem;
}
.current-openings .text-content {
  padding: 0 1.5rem 2rem;
}
.current-openings hr {
  opacity: 1;
  height: 1px;
  background: var(--color-black);
  margin: 5rem 0 4rem;
}
.footer .logo-wrap object {
  background-color: var(--color-gray-10);
}
@media (min-width: 1900px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1043px;
  }
}
@media (max-width: 1400px) {
  .hero-section .overlay h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .desktop-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 12px;
  }
  .wrapper .section {
    padding: 3.5rem 0;
  }
  .wrapper .btn {
    margin-bottom: 0.75rem;
  }
  .wrapper .inner-container,
  .wrapper .container {
    padding: 0 1.5rem;
  }
  .wrapper .hide-in-desktop {
    display: block !important;
  }
  .wrapper .hide-in-mobile {
    display: none !important;
  }
  .wrapper .mobile-60 {
    max-width: 45%;
  }
  .wrapper .main-header {
    padding: 0.625rem 0;
  }
  .wrapper .main-header .desktop-header {
    display: none;
  }
  .wrapper .main-header .mobile-header {
    padding: 0rem 1rem;
    display: block;
  }
  .wrapper .main-header .mobile-header .top-header ul li {
    font-size: 0.8333rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.6666rem;
    font-family: var(--font-family-avenir-lt-pro);
    font-weight: 400;
    font-weight: 500;
  }
  .wrapper .main-header .mobile-header .top-header ul li a {
    color: var(--color-white);
    display: block;
    padding: 0.5rem 1rem;
  }
  .wrapper .main-header .mobile-header .logo {
    margin: 0rem;
  }
  .wrapper .main-header .mobile-header .logo a {
    display: block;
  }
  .wrapper .main-header .mobile-header .logo a object,
  .wrapper .main-header .mobile-header .logo a img {
    max-height: 60px;
    vertical-align: bottom;
  }
  .wrapper .main-header .mobile-header ul {
    padding: 0;
    list-style: none;
  }
  .wrapper .main-header .mobile-header .top-menu-icons {
    margin: 0;
    text-align: right;
  }
  .wrapper .main-header .mobile-header .top-menu-icons > li {
    display: inline-flex;
    vertical-align: middle;
    line-height: 0;
  }
  .wrapper .main-header .mobile-header .top-menu-icons > li > a {
    display: flex;
    font-size: 1rem;
    line-height: 1.375rem;
    min-width: 3.5rem;
    height: 4rem;
    justify-content: center;
    position: relative;
    align-items: center;
  }
  .wrapper .main-header .mobile-header .top-menu-icons > li > a.search-menu-item .close-menu,
  .wrapper .main-header .mobile-header .top-menu-icons > li > a.main-menu-item .close-menu {
    opacity: 0;
    position: absolute;
    font-size: 2rem;
    color: var(--color-white);
  }
  .wrapper .main-header .mobile-header .top-menu-icons > li > a img {
    max-width: 1.5rem;
    max-height: 20px;
  }
  .wrapper .main-header .mobile-header .top-menu-icons > li.active > a.search-menu-item .close-menu,
  .wrapper .main-header .mobile-header .top-menu-icons > li.active > a.main-menu-item .close-menu {
    opacity: 1;
  }
  .wrapper .main-header .mobile-header .top-menu-icons > li.active > a img {
    opacity: 0;
  }
  .wrapper .main-header .mobile-header .menu-content {
    padding-top: 10rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .wrapper .main-header .mobile-header .menu-content .main-menu-items li {
    list-style: none;
  }
  .wrapper .main-header .mobile-header .menu-content .main-menu-items li a {
    padding-left: 0;
    font-size: 3.75rem;
    line-height: 4rem;
  }
  .wrapper .main-header .mobile-header .menu-content .main-menu-items li a:before {
    display: none;
  }
  .wrapper .main-header .mobile-header .menu-content .search-form {
    width: 100%;
  }
  .wrapper .main-header .mobile-header .menu-content .search-form h1 {
    font-size: 4rem;
    line-height: 3.5rem;
    color: var(--color-white);
    margin: 3.5rem 0 2rem;
  }
  .wrapper .main-header .mobile-header .menu-content .search-form .input-group {
    background: var(--color-white);
    border-radius: 8px;
    height: 3.25rem;
    overflow: hidden;
  }
  .wrapper .main-header .mobile-header .menu-content .search-form .input-group .form-control {
    border: none;
    padding: 0.75rem 1rem;
    line-height: 1.875rem;
    color: var(--color-black);
    font-family: var(--font-family-freight-big-pro);
    font-weight: 300;
    font-size: 1.75em;
  }
  .wrapper .main-header .mobile-header .menu-content .search-form .input-group .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-black);
    opacity: 1;
    /* Firefox */
  }
  .wrapper .main-header .mobile-header .menu-content .search-form .input-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-black);
  }
  .wrapper .main-header .mobile-header .menu-content .search-form .input-group .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-black);
  }
  .wrapper .main-header .mobile-header .menu-content .search-form .input-group .input-group-text {
    background-color: transparent;
    border: none;
    color: var(--color-black);
    border-radius: 0;
    border-right: 0;
    padding: 0;
    font-size: 1.5rem;
  }
  .wrapper .main-header .mobile-header .menu-content .search-form .input-group .input-group-text a.clear-search-input {
    padding: 0.5rem 1.25rem;
  }
  .wrapper .main-header .mobile-header .menu-content .search-form .input-group .input-group-text button {
    border: none;
    background: none;
    height: 3.25rem;
    width: 3.25rem;
  }
  .wrapper .main-header .mobile-header .menu-content .popular-searches ul li {
    text-transform: uppercase;
    padding: 5px 0;
  }
  .wrapper .main-header .mobile-header .menu-content .popular-searches ul li a {
    color: var(--color-white);
  }
  .wrapper .hero-section {
    text-align: left;
    height: 39rem;
  }
  .wrapper .hero-section img.full {
    height: 100%;
    height: 39rem;
  }
  .wrapper .hero-section .overlay .container {
    padding: 0 2rem;
  }
  .wrapper .hero-section .overlay .container h1 {
    font-size: 6rem;
    line-height: 5.25rem;
  }
  .wrapper .hero-section .overlay .container h2 {
    font-size: 3.167rem;
    line-height: 3.25rem;
  }
  .wrapper .hero-section .overlay .container p {
    font-size: 0.91667rem;
    line-height: 1.667rem;
    margin-bottom: 0.5rem;
  }
  .wrapper .hero-section .overlay .container address p {
    font-size: 12px;
    line-height: 19px;
  }
  .wrapper .section-header h4 {
    font-size: 1.3333rem;
    line-height: 1.5rem;
  }
  .wrapper .activities-block .title-wrap {
    font-size: 2.1rem;
    line-height: 2.5rem;
    padding: 0rem 1.5rem;
  }
  .wrapper .list-with-content .list-item-wrap {
    padding: 3rem 1.75rem;
  }
  .wrapper .list-with-content .list-item-wrap .item hr {
    margin: 2rem 0;
  }
  .wrapper .list-with-content .list-item-wrap .item h4 {
    margin-bottom: 2rem;
  }
  .wrapper .introduction-block .container > .row {
    flex-direction: column-reverse;
  }
  .wrapper .introduction-block .container > .row > div.left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrapper .introduction-block .container > .row > div.left .image-wrap {
    flex: 49% 0 0;
    max-width: 49%;
  }
  .wrapper .section-header h5 {
    font-size: 10px;
    line-height: 20px;
  }
  .wrapper .photo-gallery-grid .photo-gallery-row > .item {
    flex: 0 0 auto;
    width: 33.33%;
    margin: 0px;
  }
  .wrapper .photo-gallery-grid .photo-gallery-row > .item .overlay {
    padding: 1rem;
    display: none !important;
  }
  .wrapper .photo-gallery-grid .photo-gallery-row > .item .overlay h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .wrapper .photo-gallery-grid .photo-gallery-row.column-2 .item {
    width: 50%;
  }
  .wrapper .subscribe-form label {
    font-size: 0.83rem;
    line-height: 1.25rem;
  }
  .wrapper h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .wrapper h1 span {
    font-size: 4rem;
    line-height: 5rem;
  }
  .wrapper h5 {
    font-size: 0.8334rem;
    line-height: 1.6667rem;
  }
  .wrapper .section-header h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .wrapper .section-header h6 {
    font-size: .8334rem;
    line-height: 1.6667rem;
  }
  .wrapper .call-to-actions-block ul li {
    font-size: 0.9167rem;
    line-height: 1.4167rem;
  }
  .wrapper .events-block ul li h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .wrapper .news-section .news-item .news-block-content .tags {
    font-size: .91667rem;
    line-height: 1.5rem;
  }
  .wrapper .publication-blocks {
    display: block;
  }
  .wrapper .publication-blocks .block {
    max-width: 50%;
    float: left;
  }
  .wrapper .timeline .timeline-container .content h4 {
    margin-bottom: 1rem;
    white-space: normal;
  }
  .wrapper .two-column-block {
    padding-top: 0;
  }
  .wrapper .two-column-block .order-lg-2 {
    padding: 2rem 3rem;
  }
  .wrapper .two-column-block .rounded-column img {
    margin-top: 2.875rem;
  }
  .wrapper .btn-wrap {
    clear: both;
  }
  .wrapper .lead-b {
    font-size: 2.333rem;
    line-height: 2.5rem;
  }
  .wrapper .bg-black .lead {
    font-size: 1.1667rem;
    line-height: 1.4167rem;
  }
  .wrapper .bg-black .lead-b {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
  .wrapper .accordion-section .accordion .accordion-item .accordion-header {
    font-size: 3.5rem;
    line-height: 4.3334rem;
  }
  .wrapper .accordion-section .accordion .accordion-item .accordion-body {
    font-size: 0.916rem;
  }
  .wrapper .accordion-section.version-2 .accordion .accordion-item h4.accordion-header {
    font-size: 0.8334rem;
    line-height: 1.667rem;
  }
  .wrapper .accordion-section.version-2 .accordion .accordion-item h4.accordion-header button {
    padding: .667rem .837rem;
  }
  .wrapper .accordion-section.version-2 .accordion .accordion-item h4.accordion-header button:after {
    font-size: 2.5rem;
  }
  .wrapper .accordion-section.version-2 .accordion .accordion-item h4.accordion-header index {
    font-size: 2rem;
    line-height: 2.166rem;
  }
  .wrapper .call-to-action .blocks > div a {
    padding: 1.5rem 0;
    font-size: 1.75rem;
  }
  .wrapper .call-to-action .section-header p {
    margin: 0;
    font-size: 0.834rem;
  }
  .wrapper .events-block ul li {
    padding: 3.75rem 4rem;
  }
  .wrapper .leaders-section .leaders-block .leader-block .block .block-desc {
    padding: 0rem;
  }
  .wrapper .leaders-section .leaders-block .leader-block .block .block-desc h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .wrapper .leaders-section .leaders-block .leader-block .block .block-desc h6 {
    margin-bottom: 0.75rem;
  }
  .wrapper .horizontal-timeline-setion .horizontal-timeline {
    display: block;
    position: relative;
  }
  .wrapper .horizontal-timeline-setion .horizontal-timeline:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    top: 0;
    bottom: 3rem;
    left: .8334rem;
    background: var(--color-black);
  }
  .wrapper .horizontal-timeline-setion .horizontal-timeline .timeline-block {
    max-width: 80%;
    padding-left: 3.5rem;
    margin-bottom: 3rem;
  }
  .wrapper .horizontal-timeline-setion .horizontal-timeline .timeline-block h6,
  .wrapper .horizontal-timeline-setion .horizontal-timeline .timeline-block p {
    font-size: 1.1667rem;
    line-height: 1.8334rem;
  }
  .wrapper .horizontal-timeline-setion .horizontal-timeline .timeline-block + .timeline-block .circle-shape {
    left: 0;
  }
  .wrapper .horizontal-timeline-setion .horizontal-timeline .timeline-block .circle-shape {
    top: -0.3334rem;
  }
  .wrapper .horizontal-timeline-setion .horizontal-line {
    display: none;
  }
  .wrapper .term-dates-section .term-dates-table .table-row {
    margin-bottom: 0;
  }
  .wrapper .term-dates-section .term-dates-table .table-row h5 {
    font-size: 1.25rem;
    line-height: 2.1667rem;
    margin-bottom: 1.25rem;
  }
  .wrapper .term-dates-section .term-dates-table .table-row .row > div ul {
    padding: 0;
  }
  .wrapper .term-dates-section .term-dates-table .table-row .row > div ul li {
    text-align: left;
  }
  .wrapper .events-block ul li h5 {
    font-size: 0.8334rem;
    line-height: 1.6667rem;
  }
  .wrapper .leaders-section .leaders-block .leader-block .block {
    padding: 1.25rem 0.5rem;
  }
  .wrapper .section .normal-listing ul li {
    font-size: .8334rem;
    line-height: 1.6667rem;
    margin-bottom: 0.5rem;
  }
  .wrapper .career-section .application-block {
    margin: 3.5rem 0;
  }
  .wrapper .accordion-section.version-2 .accordion .accordion-item h4.accordion-header button .index {
    font-size: 2rem;
  }
  .wrapper .enquiry-form-wrap .enquiry-form-block h3 {
    margin-bottom: 1.5rem;
  }
  .wrapper .card-with-title-text .item .content-wrap .text-wrap h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .wrapper .news-section .news-item {
    padding: 3.3334rem 0;
  }
  .wrapper .news-section .news-item .news-block-content .date {
    font-size: 0.8334rem;
    line-height: 1.6667rem;
  }
  .wrapper .news-section .news-item:first-child {
    padding-top: 0;
  }
  .wrapper .footer {
    padding: 2rem 0rem;
    background: var(--color-gray-10);
    text-align: center;
  }
  .wrapper .footer .address {
    margin: 2.5rem 0 2rem;
  }
  .wrapper .footer .address span {
    display: block;
  }
  .wrapper .footer .logo-wrap {
    text-align: left;
  }
  .wrapper .footer .social-icons {
    text-align: right;
    padding-top: 0.5rem;
  }
  .wrapper .footer .social-icons ul {
    padding: 2rem 0;
  }
  .wrapper .footer .list-unstyled li a {
    display: inline;
  }
  .wrapper .footer .footer-bottom .footer-links {
    margin: 0;
  }
  .wrapper .footer .footer-bottom .footer-links li {
    display: block;
    padding: 0.5rem 0;
    margin: 0;
  }
  .search-results .wrapper .main-header .mobile-header .top-menu-icons li > a,
  .article-detail-page .wrapper .main-header .mobile-header .top-menu-icons li > a {
    color: var(--color-green);
  }
  .search-results .wrapper .main-header .mobile-header .top-menu-icons li > a.search-menu-item .close-menu,
  .article-detail-page .wrapper .main-header .mobile-header .top-menu-icons li > a.search-menu-item .close-menu,
  .search-results .wrapper .main-header .mobile-header .top-menu-icons li > a.main-menu-item .close-menu,
  .article-detail-page .wrapper .main-header .mobile-header .top-menu-icons li > a.main-menu-item .close-menu {
    color: var(--color-green);
  }
  .search-results .wrapper .main-header .mobile-header .top-menu-icons li > a img,
  .article-detail-page .wrapper .main-header .mobile-header .top-menu-icons li > a img {
    max-width: 1.5rem;
  }
  .search-results .wrapper .main-header .mobile-header .menu-content .search-form .input-group,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .search-form .input-group {
    background: var(--color-green);
  }
  .search-results .wrapper .main-header .mobile-header .menu-content .search-form .input-group input,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .search-form .input-group input,
  .search-results .wrapper .main-header .mobile-header .menu-content .search-form .input-group .input-group-text,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .search-form .input-group .input-group-text {
    background: none;
    color: var(--color-white);
  }
  .search-results .wrapper .main-header .mobile-header .menu-content .search-form .input-group input button,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .search-form .input-group input button,
  .search-results .wrapper .main-header .mobile-header .menu-content .search-form .input-group .input-group-text button,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .search-form .input-group .input-group-text button {
    color: var(--color-white);
  }
  .search-results .wrapper .main-header .mobile-header .menu-content .search-form .input-group ::-webkit-input-placeholder,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .search-form .input-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-white);
  }
  .search-results .wrapper .main-header .mobile-header .menu-content .search-form .input-group ::-moz-placeholder,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .search-form .input-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-white);
  }
  .search-results .wrapper .main-header .mobile-header .menu-content .search-form .input-group :-ms-input-placeholder,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .search-form .input-group :-ms-input-placeholder {
    /* IE 10+ */
    color: var(--color-white);
  }
  .search-results .wrapper .main-header .mobile-header .menu-content .search-form .input-group :-moz-placeholder,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .search-form .input-group :-moz-placeholder {
    /* Firefox 18- */
    color: var(--color-white);
  }
  .search-results .wrapper .main-header .mobile-header .menu-content .main-menu-items li a,
  .article-detail-page .wrapper .main-header .mobile-header .menu-content .main-menu-items li a {
    color: var(--color-green);
  }
  .search-results.mmenu-open .wrapper .main-header .mobile-header .top-menu-icons li > a,
  .article-detail-page.mmenu-open .wrapper .main-header .mobile-header .top-menu-icons li > a {
    color: var(--color-white);
  }
  .home .wrapper .hero-section {
    max-height: 39rem;
  }
  .home .wrapper .hero-section img.full {
    max-height: 39rem;
  }
  .home .wrapper .hero-section .overlay {
    padding: 0 3rem;
  }
  .home .wrapper .hero-section .overlay h1 {
    text-align: center;
    font-size: 4.25rem;
    line-height: 3.67rem;
  }
  .article-detail-page .wrapper .main-header .mobile-header .top-header ul li a {
    color: var(--color-green);
  }
  .mfp-iframe-scaler,
  .mfp-iframe-scaler iframe {
    min-height: 80vh;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .image-wrap {
    margin-bottom: 1rem;
  }
  .mfp-content .mfp-close {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.75rem;
    padding: 0;
    margin: 0.5rem;
    color: var(--color-black);
    opacity: 1;
    top: 1rem;
    right: 1rem;
  }
  .mfp-content .popup-header h3 {
    font-size: 4.1667rem;
    line-height: 4.3334rem;
    font-family: var(--font-family-freight-big-pro);
    font-weight: 300;
  }
  .mfp-content .popup-header h5 {
    font-size: 1.25rem;
    font-family: var(--font-family-avenir-lt-pro);
    font-weight: 400;
    line-height: 2.1667rem;
  }
  .mfp-content .team-popup-item {
    padding: 1.5rem;
  }
  .mfp-content .team-popup-item .popup-content {
    padding: 0;
  }
  .mobile-60 {
    width: 55%;
    margin: 0 auto;
    display: block;
  }
  .policies-list {
    position: relative;
  }
  .policies-list:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: var(--color-black);
    left: -18px;
    right: -18px;
    bottom: 0;
    margin-bottom: auto;
  }
  .policies-list .section-header {
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 1.25rem 4rem 1.25rem 0;
    position: relative;
    margin-bottom: 0;
  }
  .policies-list .section-header:after {
    font-family: var(--font-family-fontawesome_5_pro);
    content: "\2b";
    background: none;
    transform: none;
    height: auto;
    width: auto;
    font-weight: 300;
    position: absolute;
    right: 1rem;
    font-size: 3.25rem;
  }
  .policies-list.open .section-header:after {
    content: "\2212";
  }
  .policies-list.open .items {
    padding-bottom: 1rem;
  }
  .policies-list:not(.open) .items {
    display: none;
  }
  .wrapper .bg-black .lead-b {
    font-size: 1.825rem;
    line-height: 2.125rem;
  }
  .wrapper .activities-block .title-wrap {
    font-size: 1.8334rem;
    line-height: 2.125rem;
  }
  .general .hero-section .overlay {
    padding-top: 6.25rem;
  }
  .search-results .wrapper .banner,
  .article-detail-page .wrapper .banner {
    height: inherit;
  }
  .search-results .wrapper .banner .container > .row > div:first-child,
  .article-detail-page .wrapper .banner .container > .row > div:first-child {
    padding: 2rem;
  }
  .search-results .wrapper .banner .container > .row > div:first-child h3,
  .article-detail-page .wrapper .banner .container > .row > div:first-child h3 {
    margin-bottom: 2rem;
  }
  .search-results .wrapper .banner img.banner-img,
  .article-detail-page .wrapper .banner img.banner-img {
    position: relative;
    max-height: inherit;
    margin: 0 -2rem;
    width: 105vw;
    left: 0;
    right: 0;
    max-width: 105vw;
  }
  .black-bg-module {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enrolment-timeline .timeline-container:last-child {
    min-height: auto;
  }
  .wrapper .horizontal-timeline-setion .horizontal-timeline:before {
    bottom: 4rem;
  }
  .term-dates-section .term-dates-table .table-row .row > div ul {
    display: block;
  }
  .term-dates-section .term-dates-table .table-row .row > div ul li {
    width: 100%;
  }
  .term-dates-section .term-dates-table .table-row .row > div ul li:nth-child(even) {
    margin-bottom: 3rem;
  }
  .block-TwoColumnBlock .fullwidth-section {
    padding: 1.5rem;
  }
  .block-TwoColumnBlock .fullwidth-section img {
    height: auto;
    margin-bottom: 1rem;
  }
  .block-TwoColumnBlock .reverse-column .container .row {
    flex-direction: column-reverse;
  }
  .block-TwoColumnBlock .reverse-column .container .row > div {
    margin: .5rem 0;
  }
  .opportunities-block .filter-button-group {
    padding: 0 1rem;
    text-align: center;
  }
  .block-ContentWithImageAlignmentBlock .two-column-block > div {
    text-align: center;
  }
  .block-ContentWithImageAlignmentBlock .two-column-block > div img.mobile-60 {
    margin: 4rem auto 0rem;
  }
  .grid-blocks-bg .grid-block .img-wrap {
    padding-top: 3rem;
  }
  .photo-gallery-grid.extra .photo-gallery-row .item {
    width: 50%;
  }
  .leaders-section .leaders-block .leader-block .block {
    padding: 1.25rem;
  }
  .current-openings .row > div:nth-child(1) {
    order: 2;
  }
  .current-openings .row > div:nth-child(2) {
    order: 3;
  }
  .current-openings .row > div:nth-child(3) {
    order: 1;
    margin-bottom: 1.5rem;
  }
  .current-openings .row > div .text-content {
    padding: 0;
  }
  .block-ContentWithImageAlignmentBlock .two-column-block > div img.mobile-60 {
    margin: 2rem auto 0rem;
    max-width: 85%;
  }
  .wrapper .photo-gallery-grid.extra-wide .photo-gallery-row > .item {
    width: 100%;
  }
  .leaders-section .owl-carousel .owl-nav {
    display: none;
  }
}
.mfp-iframe-holder .mfp-content {
  max-width: 90vw !important;
}
