@font-face {
  font-family: Frutiger;
  src: url("/Portals/_default/Skins/Cantarus/assets/fonts/Frutiger.ttf"); }

@font-face {
  font-family: Frutiger;
  src: url("/Portals/_default/Skins/Cantarus/assets/fonts/Frutiger_bold.ttf");
  font-weight: 700; }

@font-face {
    font-family: Arial;
    src: url("/Portals/_default/Skins/Cantarus/assets/fonts/Arial.ttf");
}

@font-face {
    font-family: Arial;
    src: url("/Portals/_default/Skins/Cantarus/assets/fonts/ArialBd.ttf");
    font-weight: 700;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=email], input[type=month],
input[type=number], input[type=password], input[type=range],
input[type=search], input[type=tel], input[type=text],
input[type=time], input[type=url], input[type=week],
select, textarea {
    box-sizing: border-box;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: Arial, sans-serif;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 700;
  color: #0072CE; }
  h1.white {
    color: #ffffff; }
  h1.black {
    color: #231F20; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 1.875rem;
      line-height: 1.5;
      letter-spacing: normal; } }

h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0072CE;
  font-weight: 700; }

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 19px; }
  h3.white {
    color: #ffffff; }
  h3.blue {
    color: #0072CE; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 1.25rem;
      line-height: 1.5;
      letter-spacing: normal; } }

h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  font-weight: 700; }
  h4.blue {
    color: #0072CE; }
  h4.black {
    color: #231F20; }

@keyframes back-and-forth {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

button {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal; }
  button.bold {
    font-weight: 700; }

label {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 700; }

.primary-cta {
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  background-color: #0072CE;
  color: #ffffff;
  padding: 13px 26px;
  border-radius: 25px;
  border: 2px solid #0072CE;
  text-align: center;
  display: inline-block;
  min-width: 172px; }
  .primary-cta:hover {
    color: #ffffff;
    background-color: #003087; }

.secondary-cta {
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  background-color: #ffffff;
  color: #003087;
  padding: 13px 26px;
  border-radius: 25px;
  border: 2px solid #003087;
  text-align: center;
  display: inline-block;
  min-width: 172px; }
  .secondary-cta:hover {
    color: #ffffff;
    background-color: #003087;
    border: 2px solid #ffffff; }

.tertiary-cta {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 700;
  color: #AE2573;
  text-decoration: underline; }
  .tertiary-cta:visited {
    color: #AE2573; }
  .tertiary-cta:hover {
    color: #AE2573;
    text-decoration: none; }

.social-links-container {
  display: flex;
  margin-left: calc(85px + 13%); }
  @media only screen and (max-width: 768px) {
    .social-links-container {
      padding: 0 18px 102px;
      margin-left: 0; } }

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #AE2573;
  margin-right: 10px; }
  .social-link:hover, .social-link:visited {
    color: #ffffff; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

/*
#ControlBar {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;   

    ul, li, a, p {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;   
    }

    #ControlNav > li > a {
        text-decoration: none;
    }

    .subNav.advanced dl {
        width: 610px;
        min-height: 180px;
    }

    .subNav.advanced dl ul li {
        width: 100px;
        min-width: 100px;
    }

    div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
        padding: 5px 0 5px 10px; 
        line-height: 10px;  
    }

    span.controlBar_editPageTxt {
        font-family: Arial;
        line-height: 1rem;
        font-size: 14px;
    }

    #ControlEditPageMenu .dnnCheckbox + label {
        font-family: Arial;
        font-size: 14px;
    }
}

*/
.header-container {
  height: 110px;
  display: flex;
  border-bottom: 2px solid #00A499;
  align-items: flex-end;
  padding: 15px 85px 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .header-container {
      height: 130px;
      padding: 15px;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; } }
  .header-container .site-logo-wrapper, .header-container .site-mobile-logo-wrapper {
    flex: 0 0 11.7%;
    height: 100%;
    padding-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .header-container .site-logo-wrapper, .header-container .site-mobile-logo-wrapper {
        flex: 0 0 128px;
        height: 51px; } }
    .header-container .site-logo-wrapper a, .header-container .site-mobile-logo-wrapper a {
      display: block;
      background-size: contain;
      background-position: left;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
  .header-container .site-logo-wrapper {
    display: block; }
    @media only screen and (max-width: 768px) {
      .header-container .site-logo-wrapper {
        display: none; } }
  .header-container .site-mobile-logo-wrapper {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header-container .site-mobile-logo-wrapper {
        display: block; } }
  .header-container .mobile-toggle {
    display: none;
    color: #ffffff;
    background-color: #0072CE;
    padding: 0px 12px;
    height: 44px;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .header-container .mobile-toggle {
        display: flex; } }
  .header-container .menu-wrapper {
    display: block; }
    @media only screen and (max-width: 768px) {
      .header-container .menu-wrapper {
        display: none; } }
  .header-container .mobile-menu-wrapper {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header-container .mobile-menu-wrapper.active {
        display: block; } }
  .header-container .menu-wrapper, .header-container .mobile-menu-wrapper {
    flex: 1;
    position: relative;
    z-index: 200; }
    @media only screen and (max-width: 768px) {
      .header-container .menu-wrapper, .header-container .mobile-menu-wrapper {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: #ffffff; } }
    .header-container .menu-wrapper .mobile-close-toggle, .header-container .mobile-menu-wrapper .mobile-close-toggle {
      display: none; }
      @media only screen and (max-width: 768px) {
        .header-container .menu-wrapper .mobile-close-toggle, .header-container .mobile-menu-wrapper .mobile-close-toggle {
          display: block;
          padding: 23px 28px;
          border-bottom: 1px solid #E8EDEE;
          text-align: right; }
          .header-container .menu-wrapper .mobile-close-toggle i, .header-container .mobile-menu-wrapper .mobile-close-toggle i {
            margin-right: 10px;
            color: #0072CE; } }
    .header-container .menu-wrapper .menu-container, .header-container .mobile-menu-wrapper .menu-container {
      margin: 0;
      display: flex;
      padding: 0 50px; }
      @media only screen and (max-width: 768px) {
        .header-container .menu-wrapper .menu-container, .header-container .mobile-menu-wrapper .menu-container {
          flex-direction: column;
          padding: 0; } }
      .header-container .menu-wrapper .menu-container .menu-item, .header-container .mobile-menu-wrapper .menu-container .menu-item {
        flex: 1;
        text-align: center;
        list-style: none;
        padding: 17px 18px; }
        .header-container .menu-wrapper .menu-container .menu-item > i, .header-container .mobile-menu-wrapper .menu-container .menu-item > i {
          display: none; }
        @media only screen and (max-width: 768px) {
          .header-container .menu-wrapper .menu-container .menu-item, .header-container .mobile-menu-wrapper .menu-container .menu-item {
            padding: 25px 28px;
            text-align: left;
            border-bottom: 1px solid #E8EDEE;
            justify-content: space-between;
            align-items: center;
            display: flex; }
            .header-container .menu-wrapper .menu-container .menu-item.has-child i, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child i {
              color: #0072CE;
              display: block; } }
        .header-container .menu-wrapper .menu-container .menu-item.active, .header-container .mobile-menu-wrapper .menu-container .menu-item.active {
          color: #ffffff;
          background-color: #0072CE; }
          @media only screen and (max-width: 768px) {
            .header-container .menu-wrapper .menu-container .menu-item.active, .header-container .mobile-menu-wrapper .menu-container .menu-item.active {
              color: #231F20;
              background-color: #ffffff; } }
          .header-container .menu-wrapper .menu-container .menu-item.active .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.active .menu-item-link {
            color: #ffffff; }
            @media only screen and (max-width: 768px) {
              .header-container .menu-wrapper .menu-container .menu-item.active .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.active .menu-item-link {
                color: #231F20; } }
        .header-container .menu-wrapper .menu-container .menu-item .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item .menu-item-link {
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.5;
          letter-spacing: normal;
          color: #231F20;
          display: block; }
          @media only screen and (max-width: 768px) {
            .header-container .menu-wrapper .menu-container .menu-item .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item .menu-item-link {
              font-size: 1.5rem;
              line-height: 1.5;
              letter-spacing: normal; } }
          .header-container .menu-wrapper .menu-container .menu-item .menu-item-link:hover, .header-container .mobile-menu-wrapper .menu-container .menu-item .menu-item-link:hover {
            background-color: #0072CE; }
            @media only screen and (max-width: 768px) {
              .header-container .menu-wrapper .menu-container .menu-item .menu-item-link:hover, .header-container .mobile-menu-wrapper .menu-container .menu-item .menu-item-link:hover {
                background-color: #ffffff; } }
          .header-container .menu-wrapper .menu-container .menu-item .menu-item-link span, .header-container .mobile-menu-wrapper .menu-container .menu-item .menu-item-link span {
            white-space: nowrap; }
        .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown {
          display: none;
          position: absolute;
          background-color: #ffffff;
          z-index: 10;
          width: 23.3vw;
          list-style: none;
          margin-left: -18px;
          box-shadow: 0px 10px 20px #00000029;
          top: 65px; }
          .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown.active, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown.active {
            display: block;
            pointer-events: auto; }
          @media only screen and (max-width: 768px) {
            .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown {
              position: fixed;
              width: 100%;
              top: 76px;
              left: 0;
              height: 100vh;
              background-color: #ffffff;
              margin-left: 0;
              pointer-events: none; } }
          .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row {
              display: none;
              align-items: center;
              justify-content: space-between;
              padding: 0 49px 0 18px; }
              @media only screen and (max-width: 768px) {
                .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row {
                  display: flex; }
                  .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row .menu-item-link {
                    font-weight: 600;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    flex: 1;
                    padding-right: 0;
                    padding-left: 18px; } }
              .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row i, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row i {
                color: #0072CE; }
                @media only screen and (max-width: 768px) {
                  .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row i, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row i {
                    padding-right: 0 !important; } }
                .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row i.fa-long-arrow-left, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.mobile-header-row i.fa-long-arrow-left {
                  border-right: 1px solid #E8EDEE;
                  flex: 0 0 40px;
                  padding: 18px 22px 18px 0; }
          .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown.level-2, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown.level-2 {
            right: -23.3vw; }
          .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item {
            text-align: left;
            border-bottom: 1px solid #E8EDEE;
            position: relative;
            color: #231F20;
            background-color: #ffffff; }
            .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item i:not(.fa-long-arrow-left), .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item i:not(.fa-long-arrow-left) {
              position: absolute;
              right: 18px;
              color: #0072CE;
              pointer-events: none; }
              @media only screen and (max-width: 768px) {
                .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item i:not(.fa-long-arrow-left), .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item i:not(.fa-long-arrow-left) {
                  position: static;
                  pointer-events: auto;
                  padding-right: 49px; } }
            .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover {
              background-color: #0072CE;
              color: #ffffff; }
              @media only screen and (max-width: 768px) {
                .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover {
                  color: #231F20;
                  background-color: #ffffff; } }
              .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover i, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover i {
                color: #ffffff; }
                @media only screen and (max-width: 768px) {
                  .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover i, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover i {
                    color: #0072CE; } }
              .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .menu-item-link {
                color: #ffffff; }
                @media only screen and (max-width: 768px) {
                  .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .menu-item-link {
                    color: #231F20; } }
              .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 {
                top: 0; }
                @media only screen and (max-width: 768px) {
                  .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 {
                    top: 76px; } }
                .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item {
                  background-color: #ffffff;
                  color: #231F20; }
                  .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item .menu-item-link {
                    color: #231F20; }
                  .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover {
                    background-color: #0072CE;
                    color: #ffffff; }
                    @media only screen and (max-width: 768px) {
                      .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover {
                        background-color: #ffffff;
                        color: #231F20; } }
                    .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover .menu-item-link {
                      color: #ffffff; }
                      @media only screen and (max-width: 768px) {
                        .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover .menu-item-link {
                          color: #231F20; } }
                    @media only screen and (max-width: 768px) {
                      .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover {
                        color: #231F20;
                        background-color: #ffffff; }
                        .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item:hover .desktop-dropdown.level-2 .desktop-dropdown-item:hover .menu-item-link {
                          color: #231F20; } }
            .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.has-child .menu-item-link i, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item.has-child .menu-item-link i {
              color: #0072CE; }
            .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item .menu-item-link {
              color: #231F20;
              padding: 18px 49px 18px 18px;
              font-weight: 400;
              flex: 0 0 100%;
              display: flex;
              justify-content: space-between; }
              @media only screen and (max-width: 768px) {
                .header-container .menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item .menu-item-link, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child .desktop-dropdown .desktop-dropdown-item .menu-item-link {
                  flex: auto;
                  padding-right: 0px; } }
        .header-container .menu-wrapper .menu-container .menu-item.has-child.active, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child.active {
          display: block; }
          @media only screen and (max-width: 768px) {
            .header-container .menu-wrapper .menu-container .menu-item.has-child.active, .header-container .mobile-menu-wrapper .menu-container .menu-item.has-child.active {
              display: flex; } }
  .header-container .login-search-wrapper {
    flex: 0 0 11.7%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .header-container .login-search-wrapper {
        flex: 0 0 50%;
        height: 51px; } }
    .header-container .login-search-wrapper .link-wrapper {
      display: flex; }
      @media only screen and (max-width: 768px) {
        .header-container .login-search-wrapper .link-wrapper {
          display: none; } }
      .header-container .login-search-wrapper .link-wrapper .header-link {
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: normal;
        color: #231F20;
        cursor: pointer; }
        .header-container .login-search-wrapper .link-wrapper .header-link i {
          color: #00A9CE;
          margin-right: 10px;
          font-size: 1rem;
          line-height: 1.875;
          letter-spacing: normal; }
        .header-container .login-search-wrapper .link-wrapper .header-link .login-link {
          margin-right: 10px;
          display: flex;
          width: 100px; }
        .header-container .login-search-wrapper .link-wrapper .header-link .search-link {
          display: flex; }
    .header-container .login-search-wrapper .logo-wrapper {
      background-size: contain;
      background-position: right;
      background-repeat: no-repeat;
      width: 100%;
      height: 52px; }
  .header-container__searchbar-wrapper {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 48, 135, 0.8);
    position: absolute;
    top: 112px;
    left: 0;
    display: none;
    z-index: 200; }
    .header-container__searchbar-wrapper.hidden {
      z-index: 0; }
    @media only screen and (max-width: 768px) {
      .header-container__searchbar-wrapper {
        display: block;
        height: 44px;
        background-color: #ffffff;
        width: 67.2%;
        flex: 0 0 67.2%;
        top: 0;
        position: relative; } }
    .header-container__searchbar-wrapper.active {
      display: block; }
  .header-container__searchbar {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    height: 110px;
    align-items: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    z-index: 100;
    left: 0;
    box-shadow: 0px 0px 10px #231F2029;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .header-container__searchbar {
        height: 44px;
        box-shadow: none; } }
    .header-container__searchbar > div:not(.header-searchbar-close) {
      flex: 0 0 44.4%;
      min-width: 606px; }
      @media only screen and (max-width: 768px) {
        .header-container__searchbar > div:not(.header-searchbar-close) {
          min-width: 50px;
          flex: 0 0 100%; } }
    .header-container__searchbar > div .gsc-control-cse {
      padding: 0; }
    .header-container__searchbar > div .gsc-input-box {
      border-radius: 25px;
      height: 50px;
      background: #E8EDEE;
      padding-top: 0px; }
      @media only screen and (max-width: 768px) {
        .header-container__searchbar > div .gsc-input-box {
          border-radius: 22px;
          height: 44px; } }
    .header-container__searchbar > div .gsc-input {
      height: 50px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .header-container__searchbar > div .gsc-input {
          height: 44px; } }
    .header-container__searchbar > div .gsc-search-button {
      position: absolute;
      height: 50px;
      width: 50px;
      border-radius: 25px;
      right: 0;
      cursor: pointer;
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .header-container__searchbar > div .gsc-search-button {
          border-radius: 22px;
          height: 44px;
          width: 44px; } }
    .header-container__searchbar > div tr {
      position: relative; }
    .header-container__searchbar .header-searchbar-close {
      cursor: pointer;
      margin-left: 32px;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: normal; }
      @media only screen and (max-width: 768px) {
        .header-container__searchbar .header-searchbar-close {
          display: none; } }
      .header-container__searchbar .header-searchbar-close i {
        color: #0072CE;
        margin-right: 10px; }
    .header-container__searchbar input {
      color: #231F20;
      background: #E8EDEE;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 500;
      border-style: none;
      padding-left: 14px !important; }
      .header-container__searchbar input:focus {
        outline: none;
        background: #E8EDEE;
        box-shadow: none;
        border: none; }
      .header-container__searchbar input::placeholder {
        color: #231F20;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: normal; }
      .header-container__searchbar input:-ms-input-placeholder {
        color: #231F20;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: normal; }
      .header-container__searchbar input::-ms-input-placeholder {
        color: #231F20;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: normal; }
    .header-container__searchbar .dnnSearchBoxClearText {
      display: none; }
    .header-container__searchbar .mainSearch {
      display: none; }
    .header-container__searchbar .searchSkinObjectPreview {
      display: none; }

.footer-strip {
  height: 21px;
  background-color: #0072CE; }
  .footer-strip.footer-60 {
    opacity: 0.6;
    margin-top: 20px; }
  .footer-strip.footer-70 {
    opacity: 0.7; }
  .footer-strip.footer-80 {
    opacity: 0.8; }

.footer-container {
  background-color: #0072CE;
  padding: 60px 85px;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .footer-container {
      padding: 60px 18px;
      flex-direction: column; } }
  .footer-container .footer-left-wrapper {
    flex: 1; }
    .footer-container .footer-left-wrapper .menu-container {
      margin: 0 0 50px 0; }
      @media only screen and (max-width: 768px) {
        .footer-container .footer-left-wrapper .menu-container {
          display: flex;
          flex-direction: column; } }
      .footer-container .footer-left-wrapper .menu-container .menu-item {
        margin-right: 20px;
        display: inline; }
        @media only screen and (max-width: 768px) {
          .footer-container .footer-left-wrapper .menu-container .menu-item {
            margin-bottom: 18px; } }
        .footer-container .footer-left-wrapper .menu-container .menu-item .menu-item-link {
          font-weight: 600;
          font-size: 18px;
          color: #ffffff; }
          @media only screen and (max-width: 768px) {
            .footer-container .footer-left-wrapper .menu-container .menu-item .menu-item-link {
              text-decoration: underline; } }
    .footer-container .footer-left-wrapper .footer-contact-wrapper {
      margin-bottom: 40px; }
      .footer-container .footer-left-wrapper .footer-contact-wrapper .footer-contact-icon {
        background-color: #ffffff;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        margin-right: 20px;
        display: inline-block;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .footer-container .footer-left-wrapper .footer-contact-wrapper .footer-contact-icon {
            flex: 0 0 45px;
            width: 45px;
            height: 45px;
            margin-right: 12px; } }
        .footer-container .footer-left-wrapper .footer-contact-wrapper .footer-contact-icon i {
          font-size: 16px;
          color: #0072CE;
          text-align: center;
          line-height: 32px; }
          @media only screen and (max-width: 768px) {
            .footer-container .footer-left-wrapper .footer-contact-wrapper .footer-contact-icon i {
              font-size: 1.5rem;
              line-height: 1.875;
              letter-spacing: normal; } }
      .footer-container .footer-left-wrapper .footer-contact-wrapper .footer-contact-link {
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-right: 20px; }
        @media only screen and (max-width: 768px) {
          .footer-container .footer-left-wrapper .footer-contact-wrapper .footer-contact-link {
            display: flex;
            font-size: 1.25rem;
            line-height: 1.5;
            letter-spacing: normal;
            margin-bottom: 20px;
            align-items: center; } }
    .footer-container .footer-left-wrapper .footer-location {
      font-size: 18px;
      margin-bottom: 10px;
      color: #ffffff;
      display: block; }
    .footer-container .footer-left-wrapper .footer-copyright {
      color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      display: block; }
      @media only screen and (max-width: 768px) {
        .footer-container .footer-left-wrapper .footer-copyright {
          width: 60%; } }
      .footer-container .footer-left-wrapper .footer-copyright a {
        color: #ffffff; }
  .footer-container .footer-right-wrapper {
    flex: 0 0 180px;
    align-content: center; }

.hero-banner {
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 80%); }
  @media only screen and (max-width: 768px) {
    .hero-banner {
      height: 183px;
      text-align: center;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%); } }
  .hero-banner__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #003087; }
  .hero-banner h1 {
    position: absolute; }

.copy-with-social-links {
  display: flex;
  padding: 0 85px; }
  @media only screen and (max-width: 768px) {
    .copy-with-social-links {
      padding: 0 18px;
      flex-direction: column;
      margin-top: 21px; } }
  .copy-with-social-links__social-links {
    display: flex;
    flex: 0 0 15%; }
    @media only screen and (max-width: 768px) {
      .copy-with-social-links__social-links {
        margin-bottom: 45px; } }
  .copy-with-social-links__copy-section {
    flex: 0 0 55%; }
    .copy-with-social-links__copy-section a {
      font-size: 1.125rem;
      line-height: 1.5;
      letter-spacing: normal;
      font-weight: 700;
      color: #AE2573;
      text-decoration: underline; }
      .copy-with-social-links__copy-section a:visited {
        color: #AE2573; }
      .copy-with-social-links__copy-section a:hover {
        color: #AE2573;
        text-decoration: none; }

.image-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0 137px;
  justify-content: space-between;
  margin-top: 122px; }
  @media only screen and (max-width: 768px) {
    .image-cards {
      padding: 0 18px;
      margin-top: 74px; } }

.department-cards {
  display: flex;
  padding: 0 85px;
  justify-content: space-between;
  margin-top: 160px; }
  @media only screen and (max-width: 768px) {
    .department-cards {
      padding: 0 18px;
      flex-wrap: wrap;
      margin-top: 74px; } }
  .department-cards__highlight-section {
    flex: 0 0 41%;
    background-color: #003087;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .department-cards__highlight-section {
        flex: 0 0 100%;
        margin-bottom: 21px;
        padding: 46px 5%; } }
    .department-cards__highlight-section h1 {
      margin-bottom: 40px; }
    .department-cards__highlight-section--subtext {
      color: #ffffff;
      display: block;
      margin-bottom: 44px; }
  .department-cards__cards-section {
    flex: 1;
    padding-left: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -16px; }
    @media only screen and (max-width: 768px) {
      .department-cards__cards-section {
        flex: 0 0 100%;
        padding: 0; } }
    .department-cards__cards-section .image-card {
      flex: 0 0 48.9%;
      margin-bottom: 16px;
      aspect-ratio: unset; }
      @media only screen and (max-width: 768px) {
        .department-cards__cards-section .image-card {
          flex: 0 0 100%;
          margin-bottom: 14px;
          height: 165px; } }

.image-card {
  flex: 0 0 30.8%;
  margin-bottom: 40px;
  background-size: cover;
  position: relative;
  min-height: 182px;
  aspect-ratio: 337/182; }
  @media only screen and (max-width: 768px) {
    .image-card {
      flex: 0 0 100%;
      min-height: 165px;
      margin-bottom: 14px; } }
  .image-card:hover .image-card__hover-summary {
    height: 100%;
    visibility: visible; }
  .image-card:hover h4 {
    display: none; }
  .image-card:hover i {
    animation: back-and-forth 0.4s linear; }
  .image-card__hover-summary {
    width: 100%;
    display: block;
    height: 0;
    color: #ffffff;
    padding: 17px 21px;
    transition: height 0.4s linear;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    bottom: 0; }
  .image-card h4 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 12px 16px; }
  .image-card i {
    position: absolute;
    right: 21px;
    bottom: 0px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 0; }

.resource-cards {
  margin-top: 116px; }
  .resource-cards__title-section {
    padding: 0 128px;
    margin-bottom: 54px; }
    @media only screen and (max-width: 768px) {
      .resource-cards__title-section {
        padding: 0 18px;
        margin-bottom: 30px; } }
  .resource-cards__cards-section {
    padding: 0 85px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .resource-cards__cards-section {
        padding: 0 18px; } }

.booking-cards {
  margin-top: 122px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .booking-cards {
      margin-top: 74px; } }
  .booking-cards__wrapper {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding: 0 85px 200px; }
    @media only screen and (max-width: 768px) {
      .booking-cards__wrapper {
        padding: 0 18px 200px; } }
  .booking-cards__swiper-container {
    padding-left: 85px; }
    @media only screen and (max-width: 768px) {
      .booking-cards__swiper-container {
        padding: 0 18px; } }
    .booking-cards__swiper-container--top-section {
      padding-left: 43px;
      height: 377px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .booking-cards__swiper-container--top-section {
          padding: 0;
          margin-bottom: 50px; } }
      .booking-cards__swiper-container--top-section .booking-cards-top-section__gradient {
        position: absolute;
        background-size: cover;
        width: calc(100% + 128px);
        height: 55%;
        left: -128px; }
      .booking-cards__swiper-container--top-section a {
        position: relative;
        top: 60%; }
      .booking-cards__swiper-container--top-section .booking-cards-swiper-container_title-section {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        top: 65%; }
        @media only screen and (max-width: 768px) {
          .booking-cards__swiper-container--top-section .booking-cards-swiper-container_title-section {
            flex-wrap: wrap; } }
        .booking-cards__swiper-container--top-section .booking-cards-swiper-container_title-section h1 {
          margin-right: 12%; }
          @media only screen and (max-width: 768px) {
            .booking-cards__swiper-container--top-section .booking-cards-swiper-container_title-section h1 {
              flex: 0 0 100%;
              margin-right: 0; } }
        .booking-cards__swiper-container--top-section .booking-cards-swiper-container_title-section .booking-cards__swiper-button {
          width: 50px;
          height: 50px;
          border-radius: 25px;
          color: #ffffff;
          background-color: #0072CE;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 10;
          cursor: pointer;
          font-size: 1.625rem;
          line-height: 1.92308;
          letter-spacing: normal;
          margin-right: 21px; }
          .booking-cards__swiper-container--top-section .booking-cards-swiper-container_title-section .booking-cards__swiper-button:hover {
            color: #ffffff;
            background-color: #003087; }
          @media only screen and (max-width: 768px) {
            .booking-cards__swiper-container--top-section .booking-cards-swiper-container_title-section .booking-cards__swiper-button {
              display: none; } }
        .booking-cards__swiper-container--top-section .booking-cards-swiper-container_title-section .booking-cards-swiper__pagination {
          position: relative;
          width: auto;
          margin-right: 41px;
          bottom: 0; }
          @media only screen and (max-width: 768px) {
            .booking-cards__swiper-container--top-section .booking-cards-swiper-container_title-section .booking-cards-swiper__pagination {
              bottom: -670px;
              flex: 0 0 100%; } }

.resource-card {
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px #231F2029;
  border-bottom: 4px solid #0072CE;
  flex: 0 0 31.1%;
  padding: 18px 20px;
  min-height: 149px;
  aspect-ratio: 372/149;
  position: relative;
  transition: all 0.4s linear; }
  .resource-card:hover {
    transform: scale(1.05); }
    .resource-card:hover .fa-long-arrow-right {
      animation: back-and-forth 0.4s linear; }
    .resource-card:hover h4 {
      text-decoration: underline;
      text-decoration-color: #00A9CE; }
  @media only screen and (max-width: 768px) {
    .resource-card {
      aspect-ratio: unset;
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 16px; } }
  .resource-card.booking {
    aspect-ratio: unset;
    margin-bottom: 60px;
    padding: 0;
    height: 618px; }
    @media only screen and (max-width: 768px) {
      .resource-card.booking {
        margin-bottom: 40px;
        height: auto; } }
    .resource-card.booking .resource-card__image {
      min-height: 192px;
      aspect-ratio: 372/192;
      width: 100%;
      background-size: cover; }
      @media only screen and (max-width: 768px) {
        .resource-card.booking .resource-card__image {
          aspect-ratio: 339/192; } }
    .resource-card.booking .resource-card__details-wrapper {
      padding: 18px 20px 26px; }
    .resource-card.booking .resource-card__subtext {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 43px; }
    .resource-card.booking .resource-card__location, .resource-card.booking .resource-card__event-date {
      color: #003087;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: normal;
      display: block;
      font-weight: 700; }
      .resource-card.booking .resource-card__location i, .resource-card.booking .resource-card__event-date i {
        color: #00A9CE;
        font-size: 1.125rem;
        line-height: 1.33333;
        letter-spacing: normal;
        margin-right: 10px; }
    .resource-card.booking .resource-card__location {
      margin-bottom: 10px; }
    .resource-card.booking .resource-card__event-date {
      margin-bottom: 25px; }
    .resource-card.booking .resource-card__booking-section {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .resource-card.booking .resource-card__booking-section--price {
        color: #ffffff;
        padding: 12px 22px;
        background-color: #0072CE;
        font-weight: 700;
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
        position: relative;
        right: -20px; }
  .resource-card__content-type {
    color: #003087;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex; }
    .resource-card__content-type i {
      font-size: 0.625rem;
      line-height: 2.4;
      letter-spacing: normal;
      margin-right: 10px; }
  .resource-card h4 {
    margin-bottom: 14px; }
    @media only screen and (max-width: 768px) {
      .resource-card h4 {
        padding-bottom: 20px; } }
  .resource-card__date {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    left: 0;
    padding-left: 20px;
    padding-bottom: 8px; }
    .resource-card__date--date {
      color: #003087;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: normal; }
      .resource-card__date--date i {
        color: #00A9CE;
        font-size: 1.125rem;
        line-height: 1.33333;
        letter-spacing: normal;
        margin-right: 10px; }
    .resource-card__date .fa-long-arrow-right {
      position: absolute;
      color: #0072CE;
      font-size: 1.625rem;
      line-height: 1.73077;
      letter-spacing: normal;
      right: 16px; }

.hero-swiper {
  position: relative;
  height: 566px; }
  @media only screen and (max-width: 768px) {
    .hero-swiper {
      height: auto; } }
  .hero-swiper__gradient {
    width: 160px;
    height: 100%;
    background-color: #0072CE;
    opacity: 0.8;
    position: absolute;
    left: 47.2%;
    z-index: 10;
    clip-path: polygon(120px 0, 160px 0, 40px 100%, 100% 100%, 0 100%); }
    @media only screen and (max-width: 768px) {
      .hero-swiper__gradient {
        display: none; } }
    .hero-swiper__gradient.mid-opacity {
      opacity: 0.7;
      left: calc(47.2% + 40px); }
    .hero-swiper__gradient.low-opacity {
      opacity: 0.6;
      left: calc(47.2% + 80px); }
  .hero-swiper__slide {
    display: flex; }
    @media only screen and (max-width: 768px) {
      .hero-swiper__slide {
        flex-direction: column-reverse; } }
    .hero-swiper__slide--details-section {
      flex: 0 0 47.2%;
      padding-top: 100px;
      padding-left: 8.8%; }
      @media only screen and (max-width: 768px) {
        .hero-swiper__slide--details-section {
          flex: auto;
          padding: 40px 18px; } }
      .hero-swiper__slide--details-section h1 {
        font-size: 3.125rem;
        line-height: 1.4;
        letter-spacing: normal;
        margin-bottom: 31px; }
        @media only screen and (max-width: 768px) {
          .hero-swiper__slide--details-section h1 {
            font-size: 2.5rem;
            line-height: 1.5;
            letter-spacing: normal; } }
      .hero-swiper__slide--details-section span {
        display: block;
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: normal;
        margin-bottom: 44px;
        width: 80%; }
        @media only screen and (max-width: 768px) {
          .hero-swiper__slide--details-section span {
            width: 100%; } }
    .hero-swiper__slide--image {
      flex: 1;
      background-size: cover;
      height: 566px;
      clip-path: polygon(120px 0, 100% 0, 100% 100%, 100% 100%, 0 100%); }
      @media only screen and (max-width: 768px) {
        .hero-swiper__slide--image {
          flex: auto;
          clip-path: none;
          height: 260px; } }
  .hero-swiper__button {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: #ffffff;
    background-color: #0072CE;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    font-size: 1.625rem;
    line-height: 1.92308;
    letter-spacing: normal; }
    .hero-swiper__button:hover {
      color: #ffffff;
      background-color: #003087; }
    @media only screen and (max-width: 768px) {
      .hero-swiper__button {
        display: none; } }
    .hero-swiper__button.prev {
      left: 50px; }
    .hero-swiper__button.next {
      right: 68px; }
  .hero-swiper__pagination {
    text-align: left;
    padding-left: 8.8%;
    transform: translateY(-20px); }
    @media only screen and (max-width: 768px) {
      .hero-swiper__pagination {
        padding-left: 18px;
        position: relative; } }
    .hero-swiper__pagination .swiper-pagination-bullet {
      width: 47px;
      height: 6px;
      border-radius: 3px; }
    .hero-swiper__pagination .swiper-pagination-bullet-active {
      background: #00A9CE; }

.cards-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 85px;
  margin-top: 32px; }
  @media only screen and (max-width: 768px) {
    .cards-row {
      padding: 0 18px; } }
  .cards-row__card {
    flex: 0 0 31.1%;
    background-size: cover;
    transition: all 0.3s linear;
    position: relative;
    aspect-ratio: 372/318; }
    @media only screen and (max-width: 768px) {
      .cards-row__card {
        flex: 0 0 100%;
        aspect-ratio: unset;
        margin-bottom: 10px; } }
    .cards-row__card--overlay {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 42px 31px; }
      @media only screen and (max-width: 768px) {
        .cards-row__card--overlay {
          position: relative; } }
    .cards-row__card:hover {
      transform: scale(1.05); }
      .cards-row__card:hover .fa-long-arrow-right {
        animation: back-and-forth 0.4s linear; }
    .cards-row__card h3 {
      margin-bottom: 15px; }
    .cards-row__card--subtext {
      display: block;
      color: #ffffff; }
    .cards-row__card--icons {
      display: flex;
      justify-content: space-between;
      position: absolute;
      bottom: 35px;
      width: calc(100% - 73px);
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .cards-row__card--icons {
          position: relative;
          bottom: 0;
          margin-top: 57px; } }
      .cards-row__card--icons i {
        color: #ffffff;
        font-size: 1.625rem;
        line-height: 1.73077;
        letter-spacing: normal; }
        .cards-row__card--icons i:first-child {
          font-size: 2.5rem;
          line-height: 1.125;
          letter-spacing: normal; }

.image-and-copy {
  display: flex;
  width: 76.9%;
  margin: 140px auto 0;
  min-height: 640px;
  padding-bottom: 73px; }
  @media only screen and (max-width: 768px) {
    .image-and-copy {
      width: 100%;
      flex-wrap: wrap;
      padding: 0 18px; } }
  .image-and-copy__image-section {
    flex: 0 0 47%;
    position: relative;
    aspect-ratio: 339/439;
    min-height: 439px; }
    @media only screen and (max-width: 768px) {
      .image-and-copy__image-section {
        flex: 0 0 100%; } }
    .image-and-copy__image-section--image {
      background-size: cover;
      width: 100%;
      background-position: center;
      height: 100%; }
    .image-and-copy__image-section--overlay {
      opacity: 0.8;
      background-color: #41B6E6;
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: 50%;
      height: 50%;
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 50% 100%, 0 100%); }
  .image-and-copy__copy-section {
    flex: 1;
    padding: 117px 0 117px 96px; }
    @media only screen and (max-width: 768px) {
      .image-and-copy__copy-section {
        flex: 0 0 100%;
        padding: 44px 0 0;
        text-align: center; } }
    .image-and-copy__copy-section h1 {
      margin-bottom: 40px; }
    .image-and-copy__copy-section--copy {
      margin-bottom: 44px; }

.flexible-banner {
  background-size: cover;
  position: relative;
  height: 400px;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 100% 100%, 0 90%);
  margin-top: 118px;
  padding-left: 13.6%; }
  @media only screen and (max-width: 768px) {
    .flexible-banner {
      clip-path: none;
      height: auto;
      padding: 85px 26px; } }
  .flexible-banner__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #003087; }
  .flexible-banner h1 {
    position: absolute;
    top: 21.5%;
    width: 70%; }
    @media only screen and (max-width: 768px) {
      .flexible-banner h1 {
        position: relative;
        top: 0;
        margin-bottom: 41px; } }
  .flexible-banner__subtext {
    color: #ffffff;
    position: absolute;
    top: 63.75%; }
    @media only screen and (max-width: 768px) {
      .flexible-banner__subtext {
        position: relative;
        top: 0; } }
    .flexible-banner__subtext a {
      color: #ffffff;
      text-decoration: underline; }

.social-banner {
  background-size: cover;
  background-position: center;
  width: 87.6%;
  margin: 0 auto;
  position: relative;
  height: 290px;
  margin-bottom: 79px; }
  @media only screen and (max-width: 768px) {
    .social-banner {
      height: auto;
      width: calc(100% - 36px);
      margin-top: 80px; } }
  .social-banner__rectangle-overlay {
    width: 55.7%;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 4.18%;
    background-color: #41B6E6;
    opacity: 0.8;
    transform: translateY(-50%); }
    @media only screen and (max-width: 768px) {
      .social-banner__rectangle-overlay {
        width: 88.7%;
        left: 5.65%;
        height: 76.3%; } }
  .social-banner__details {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4.18%;
    width: 55.7%;
    align-items: center;
    padding-left: 39px;
    padding-right: 46px;
    flex: 0 0 75%; }
    @media only screen and (max-width: 768px) {
      .social-banner__details {
        flex-wrap: wrap;
        position: relative;
        top: 0;
        width: 83.2%;
        left: 0;
        transform: none;
        padding: 121px 0 90px;
        margin: 0 auto;
        justify-content: center; } }
    .social-banner__details h1 {
      flex: 0 0 73%; }
      @media only screen and (max-width: 768px) {
        .social-banner__details h1 {
          flex: 0 0 100%;
          text-align: center;
          margin-bottom: 42px;
          font-size: 2.5rem;
          line-height: 1.25;
          letter-spacing: normal; } }
    .social-banner__details .social-link {
      background-color: #ffffff;
      color: #0072CE;
      width: 66px;
      height: 66px;
      border-radius: 33px; }
      @media only screen and (max-width: 768px) {
        .social-banner__details .social-link {
          margin-right: 0; }
          .social-banner__details .social-link:first-of-type {
            margin-right: 20px; } }
      .social-banner__details .social-link i {
        font-size: 2rem;
        line-height: 1.875;
        letter-spacing: normal;
        transform: translateY(2px); }
  .social-banner__triangle-overlay {
    opacity: 0.8;
    background-color: #00A9CE;
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 12.1%;
    height: 72.1%;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 50% 100%, 0 100%); }
    @media only screen and (max-width: 768px) {
      .social-banner__triangle-overlay {
        display: none; } }

.logos-row {
  display: flex;
  justify-content: space-between;
  margin-left: calc(85px + 13%);
  width: 51%;
  margin-top: 100px; }
  @media only screen and (max-width: 768px) {
    .logos-row {
      width: 100%;
      padding: 0 18px;
      flex-wrap: wrap;
      margin-left: 0; } }
  .logos-row img {
    flex: 0 0 29.3%;
    min-height: 96px;
    aspect-ratio: 220/96;
    width: 29.3%; }
    @media only screen and (max-width: 768px) {
      .logos-row img {
        flex: 0 0 45.7%;
        width: 45.7%;
        aspect-ratio: 166/71;
        min-height: 71px;
        margin-bottom: 37px; } }

.accordion-container {
  margin-left: calc(85px + 13%);
  width: 51%;
  margin-top: 100px; }
  @media only screen and (max-width: 768px) {
    .accordion-container {
      width: 100%;
      padding: 0 18px;
      margin-left: 0; } }
  .accordion-container__section--title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #231F20;
    cursor: pointer;
    padding: 25px 30px; }
    @media only screen and (max-width: 768px) {
      .accordion-container__section--title-row {
        padding: 25px 0; } }
    .accordion-container__section--title-row .fa-plus {
      display: block; }
    .accordion-container__section--title-row .fa-minus {
      display: none; }
    .accordion-container__section--title-row i {
      color: #0072CE; }
  .accordion-container__section--text {
    max-height: 0;
    display: block;
    overflow: hidden;
    padding: 0 30px; }
    @media only screen and (max-width: 768px) {
      .accordion-container__section--text {
        padding: 0; } }
    .accordion-container__section--text.active {
      max-height: 2000px;
      padding: 25px 30px; }
      @media only screen and (max-width: 768px) {
        .accordion-container__section--text.active {
          padding: 25px 0; } }
  .accordion-container__section.active .accordion-container__section--title-row {
    color: #0072CE;
    border-bottom: 1px solid #00A9CE; }
    .accordion-container__section.active .accordion-container__section--title-row .fa-plus {
      display: none; }
    .accordion-container__section.active .accordion-container__section--title-row .fa-minus {
      display: block; }

.image-with-text-below {
  margin-left: calc(85px + 13%);
  width: 51%;
  margin-top: 100px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .image-with-text-below {
      width: 100%;
      padding: 0 18px;
      margin-left: 0; } }
  .image-with-text-below__image {
    background-size: cover;
    width: 100%;
    min-height: 372px;
    aspect-ratio: 691/372;
    margin-bottom: 53px; }
    @media only screen and (max-width: 768px) {
      .image-with-text-below__image {
        min-height: 260px;
        aspect-ratio: 339/260;
        margin-bottom: 30px; } }
  .image-with-text-below__text-section a {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
    color: #AE2573;
    text-decoration: underline; }
    .image-with-text-below__text-section a:visited {
      color: #AE2573; }

.booking-popup {
  background-color: rgba(24, 109, 190, 0.9);
  padding: 25px 21px;
  position: fixed;
  bottom: 12px;
  right: 12px;
  border-radius: 5px;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    .booking-popup {
      right: 0;
      width: 100%;
      padding: 20px; } }
  .booking-popup__location, .booking-popup__event-date {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    display: block;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .booking-popup__location, .booking-popup__event-date {
        display: none; } }
    .booking-popup__location i, .booking-popup__event-date i {
      color: #ffffff;
      font-size: 1.125rem;
      line-height: 1.33333;
      letter-spacing: normal;
      margin-right: 10px; }
  .booking-popup__location {
    margin-bottom: 10px; }
  .booking-popup__event-date {
    margin-bottom: 25px; }
  .booking-popup__button-container {
    display: flex;
    justify-content: center; }
    .booking-popup__button-container div {
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .booking-popup__button-container div {
          width: 339px; } }
  .booking-popup__modal {
    display: none;
    color: #ffffff;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(35, 31, 32, 0.8);
    top: 0;
    justify-content: center;
    align-items: center;
    left: 0;
    text-align: center;
    z-index: 100; }
    @media only screen and (max-width: 768px) {
      .booking-popup__modal {
        background-color: #231f20; } }
    .booking-popup__modal.active {
      display: flex; }
    .booking-popup__modal--wrapper {
      width: 57.9%;
      background-color: #003087;
      position: relative;
      padding: 75px 0; }
      @media only screen and (max-width: 768px) {
        .booking-popup__modal--wrapper {
          width: 100%;
          top: 50px;
          padding: 60px 0; } }
    .booking-popup__modal--close-button {
      cursor: pointer;
      position: absolute;
      top: 29px;
      right: 28px; }
    .booking-popup__modal--date {
      margin-bottom: 27px; }
      @media only screen and (max-width: 768px) {
        .booking-popup__modal--date {
          font-size: 1.5rem;
          line-height: 1.5;
          letter-spacing: normal; } }
    .booking-popup__modal--location {
      display: block;
      width: 40%;
      margin: 0 auto 27px; }
      @media only screen and (max-width: 768px) {
        .booking-popup__modal--location {
          width: 75%; } }
    .booking-popup__modal--short-description {
      display: block;
      margin: 0 auto 49px;
      width: 40%; }
      @media only screen and (max-width: 768px) {
        .booking-popup__modal--short-description {
          width: 75%; } }
    .booking-popup__modal--price {
      width: 100%;
      background-color: #0072CE;
      margin-bottom: 46px; }
      @media only screen and (max-width: 768px) {
        .booking-popup__modal--price {
          padding: 10px 0; } }
    .booking-popup__modal--sessions {
      display: flex;
      flex-direction: column;
      width: 30%;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .booking-popup__modal--sessions {
          width: 339px; } }
      .booking-popup__modal--sessions a {
        margin-bottom: 20px; }

.people-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0 137px;
  margin-top: 122px;
  margin-left: -10px;
  margin-right: -10px; }
  .people-cards .people-card {
    flex: 0 0 23%;
    margin-bottom: 40px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px; }
    .people-cards .people-card .people-card__image {
      margin-bottom: 20px; }
    .people-cards .people-card > h4 {
      margin-bottom: 5px; }
    .people-cards .people-card:hover .people-card__hover-summary {
      height: 100%;
      visibility: visible; }
    .people-cards .people-card::before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      display: block;
      border: 50px solid transparent;
      border-top-color: #0072CE;
      border-right-color: #0072CE;
      right: 0; }
    .people-cards .people-card::after {
      right: 14px;
      font-family: 'Font Awesome 6 Pro';
      color: #ffffff;
      content: '\f06e';
      position: absolute;
      top: 10px;
      font-size: 30px; }
  .people-cards .people-card__hover-summary {
    width: 100%;
    display: flex;
    height: 0;
    color: #ffffff;
    padding: 17px 21px;
    transition: height 0.4s linear;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    background: #0072CE;
    flex-direction: column; }
    .people-cards .people-card__hover-summary .people-card__hover-summary-text {
      flex: 1 1 auto; }
    .people-cards .people-card__hover-summary .people-card__email {
      flex: 0 0 auto;
      padding-left: 28px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .people-cards .people-card__hover-summary .people-card__email a {
        color: #ffffff !important; }
      .people-cards .people-card__hover-summary .people-card__email::before {
        content: '\f0e0';
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        left: 21px; }
    .people-cards .people-card__hover-summary .people-card__phone {
      flex: 0 0 auto;
      padding-left: 28px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .people-cards .people-card__hover-summary .people-card__phone a {
        color: #ffffff !important; }
      .people-cards .people-card__hover-summary .people-card__phone::before {
        content: '\f095';
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        left: 21px; }
    .people-cards .people-card__hover-summary .people-card__profile {
      flex: 0 0 auto;
      padding-left: 28px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .people-cards .people-card__hover-summary .people-card__profile a {
        color: #ffffff !important; }
      .people-cards .people-card__hover-summary .people-card__profile::before {
        content: '\f007';
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        left: 21px; }

@media only screen and (max-width: 768px) {
  .people-cards {
    padding: 0 18px;
    margin-top: 74px; } }

@media only screen and (max-width: 1350px) {
  .people-cards .people-card {
    flex: 0 0 30%; } }

@media only screen and (max-width: 1050px) {
  .people-cards .people-card {
    flex: 0 0 44%; } }

@media only screen and (max-width: 560px) {
  .people-cards .people-card {
    flex: 0 1 100%; } }

.fifty-fifty-text-image {
  display: flex;
  align-items: center;
  margin: 1% 0; }
  .fifty-fifty-text-image .fifty-fifty-text {
    padding: 5%; }
  .fifty-fifty-text-image .fifty-fifty-left, .fifty-fifty-text-image .fifty-fifty-right {
    flex-basis: 50%;
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .fifty-fifty-text-image {
      flex-direction: column; }
      .fifty-fifty-text-image .fifty-fifty-text {
        padding: 5% 10%; }
      .fifty-fifty-text-image img {
        padding: 0 10%; } }

.title-banner {
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  position: relative;
  height: 200px; }
  @media only screen and (max-width: 768px) {
    .title-banner {
      height: auto; } }
  .title-banner__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #003087; }
  .title-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

body.prevent-scroll {
  overflow: hidden; }
