@import url(../Toolkit/styles/bootstrap-5-3-3.min.css);
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(plugins.css);
/*======================
Breakpoints
======================*/
@import url(../Toolkit/styles/bootstrap-5-3-3.min.css);
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(plugins.css);
body {
  font-family: "DM Sans", helvetica, sans-serif;
  font-weight: 300; }
  body {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      body {
        font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      body {
        font-size: 18px; } }

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: inherit;
  display: inline-block;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

img {
  display: block; }

ul {
  padding: 0;
  list-style-type: none; }

.primBtn {
  display: inline-block;
  border: 1px solid #0050a0;
  border-radius: 10px;
  padding: 7px 10px;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  background-color: #0050a0;
  color: #FFF; }
  .primBtn:hover {
    background-color: #FFF;
    color: #ffffff; }

.secBtn {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  text-align: center;
  background-color: #0050a0;
  color: #ffffff; }
  .secBtn:hover {
    background-color: #ffffff;
    color: #0050a0; }

.transparentBtn {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 7px 10px;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  line-height: 20px; }
  .transparentBtn:hover {
    background-color: #ffffff;
    color: #0050a0; }

.primLink {
  color: #0050a0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 30px; }
  .primLink:hover::before {
    left: 10px; }
  .primLink::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/linkarrow.svg);
    filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(4298%) hue-rotate(348deg) brightness(85%) contrast(98%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out; }

section {
  border-bottom: 1px solid #dddddd;
  padding: calc($spaceUnderSections / 2) 0; }

.infoBox a {
  text-decoration: underline; }

body {
  direction: ltr;
  overflow-x: hidden;
  scroll-padding-top: 100px; }
  body.fix {
    overflow: hidden; }

ol {
  padding-inline-start: 1rem; }
  ol li {
    font-weight: 300;
    margin-top: 10px; }
    ol li {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        ol li {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        ol li {
          font-size: 18px; } }

ul li {
  text-indent: 0px;
  margin-bottom: 15px; }
  ul li:last-of-type {
    margin-bottom: 0; }

b,
strong {
  font-weight: bold; }

.description ul li,
.listingDescription ul li,
.rightSection ul li,
.noteSection ul li {
  padding-inline-start: 30px;
  position: relative;
  font-weight: 300; }
  .description ul li,
  .listingDescription ul li,
  .rightSection ul li,
  .noteSection ul li {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .description ul li,
      .listingDescription ul li,
      .rightSection ul li,
      .noteSection ul li {
        font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .description ul li,
      .listingDescription ul li,
      .rightSection ul li,
      .noteSection ul li {
        font-size: 18px; } }
  .description ul li::before,
  .listingDescription ul li::before,
  .rightSection ul li::before,
  .noteSection ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 15px;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0050a0; }

.intro.whiteBg {
  background-color: #fff;
  padding-bottom: 0; }

.expandCollapse {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .expandCollapse .header {
    cursor: pointer;
    position: relative;
    z-index: 12; }
    .expandCollapse .header::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 25px;
      width: 21px;
      height: 21px;
      background-image: url(../images/icons/plusBlue.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      transition: all 0.3s ease-in-out; }
    .expandCollapse .header h5 {
      margin-inline-end: 50px; }
      .expandCollapse .header h5 {
        font-size: 18px; }
        @media screen and (min-width: 320px) {
          .expandCollapse .header h5 {
            font-size: calc( 18px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .expandCollapse .header h5 {
            font-size: 20px; } }
    .expandCollapse .header p {
      color: #7f91a4;
      font-weight: 700;
      margin-bottom: 0; }
      .expandCollapse .header p {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .expandCollapse .header p {
            font-size: calc( 14px + 1 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .expandCollapse .header p {
            font-size: 15px; } }
  .expandCollapse .text {
    display: none;
    margin-top: 30px; }
    .expandCollapse .text {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .expandCollapse .text {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .expandCollapse .text {
          font-size: 18px; } }
  .expandCollapse.active .header:after {
    background-image: url(../images/icons/minusBlue.svg); }
  .expandCollapse:last-of-type {
    margin-bottom: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px; }
  table thead {
    background-color: #9eb9d8;
    color: white;
    text-align: left;
    font-weight: bold; }
    table thead th {
      padding: 5px 0;
      min-width: fit-content;
      font-weight: 600; }
      table thead th {
        font-size: 18px; }
        @media screen and (min-width: 320px) {
          table thead th {
            font-size: calc( 18px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          table thead th {
            font-size: 20px; } }
      table thead th:first-of-type {
        border-radius: 10px 0 0 0;
        width: 300px; }
      table thead th:nth-of-type(2) {
        width: 300px; }
      table thead th:last-of-type {
        border-radius: 0 10px 0 0; }
  table tbody tr {
    border-bottom: 1px solid #ddd; }
    table tbody tr:last-of-type {
      border-bottom: 0; }
    table tbody tr td {
      padding: 25px 0;
      vertical-align: top;
      font-weight: 400;
      line-height: 28px; }
      table tbody tr td {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          table tbody tr td {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          table tbody tr td {
            font-size: 18px; } }

.toolkitMainBanner .banner {
  position: relative; }
  .toolkitMainBanner .banner.video-banner {
    padding-bottom: 56.25%; }
    .toolkitMainBanner .banner.video-banner .youtube-video {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: relative; }
      .toolkitMainBanner .banner.video-banner .youtube-video .scrollDown {
        display: none; }
      .toolkitMainBanner .banner.video-banner .youtube-video iframe {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .toolkitMainBanner .banner::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 1; }
  .toolkitMainBanner .banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 65%; }
    .toolkitMainBanner .banner .content .sliderTitle {
      color: #fff;
      text-align: center;
      font-style: normal;
      font-weight: 700 !important;
      max-width: 700px;
      margin: 0 auto;
      text-wrap: balance; }
      .toolkitMainBanner .banner .content .sliderTitle {
        font-size: 40px; }
        @media screen and (min-width: 320px) {
          .toolkitMainBanner .banner .content .sliderTitle {
            font-size: calc( 40px + 45 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .toolkitMainBanner .banner .content .sliderTitle {
            font-size: 85px; } }
      .toolkitMainBanner .banner .content .sliderTitle {
        line-height: 45px; }
        @media screen and (min-width: 320px) {
          .toolkitMainBanner .banner .content .sliderTitle {
            line-height: calc( 45px + 45 * ((100vw - 320px) / 1601) ); } }
        @media screen and (min-width: 1921px) {
          .toolkitMainBanner .banner .content .sliderTitle {
            line-height: 90px; } }
    .toolkitMainBanner .banner .content .sliderSubTitle {
      font-weight: 200;
      line-height: 72px;
      text-align: center;
      color: white; }
      .toolkitMainBanner .banner .content .sliderSubTitle {
        font-size: 20px; }
        @media screen and (min-width: 320px) {
          .toolkitMainBanner .banner .content .sliderSubTitle {
            font-size: calc( 20px + 4 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .toolkitMainBanner .banner .content .sliderSubTitle {
            font-size: 24px; } }
  .toolkitMainBanner .banner .scrollDown {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 45px;
    width: 45px;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
    background-image: url(../images/scrolldown.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9; }

.blockHead h2 {
  font-size: 28px; }
  @media screen and (min-width: 320px) {
    .blockHead h2 {
      font-size: calc( 28px + 6 * ((100vw - 320px) / 1280) ); } }
  @media screen and (min-width: 1600px) {
    .blockHead h2 {
      font-size: 34px; } }
.blockHead h2 {
  line-height: 30px; }
  @media screen and (min-width: 320px) {
    .blockHead h2 {
      line-height: calc( 30px + 6 * ((100vw - 320px) / 1601) ); } }
  @media screen and (min-width: 1921px) {
    .blockHead h2 {
      line-height: 36px; } }
.blockHead h2 span {
  color: #0c509e;
  padding-left: 10px; }
  .blockHead h2 span {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .blockHead h2 span {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .blockHead h2 span {
        font-size: 16px; } }
  .blockHead h2 span {
    line-height: 16px; }
    @media screen and (min-width: 320px) {
      .blockHead h2 span {
        line-height: calc( 16px + 4 * ((100vw - 320px) / 1601) ); } }
    @media screen and (min-width: 1921px) {
      .blockHead h2 span {
        line-height: 20px; } }
.blockHead .sideLinks a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 30px;
  border-color: #0050a0 !important;
  background-color: #0050a0; }
  .blockHead .sideLinks a:hover {
    background-color: white;
    color: #0050a0; }

.listing-intro {
  line-height: 50px;
  margin-bottom: 50px; }
  .listing-intro {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .listing-intro {
        font-size: calc( 16px + 8 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .listing-intro {
        font-size: 24px; } }

.viewAllBottom a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 30px;
  border-color: #0050a0 !important;
  background-color: #0050a0; }
  .viewAllBottom a:hover {
    background-color: white;
    color: #0050a0; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 35px 0;
  border: none;
  z-index: 12; }
  header.dark .container .left .logo a img {
    display: none; }
    header.dark .container .left .logo a img.blueLogo {
      display: block; }
  header.dark .container .right .dropdown {
    background-color: transparent; }
    @media (min-width: 993px) {
      header.dark .container .right .dropdown:hover {
        background-color: #0050a0; }
        header.dark .container .right .dropdown:hover .selected {
          color: #FFF; }
          header.dark .container .right .dropdown:hover .selected::after {
            background-color: #FFF; } }
    header.dark .container .right .dropdown::after {
      content: '';
      position: absolute;
      background-color: #649bd2;
      width: 1px;
      height: 25px;
      top: 50%;
      transform: translateY(-50%);
      inset-inline-end: -10px; }
    header.dark .container .right .dropdown .selected {
      color: #0050a0; }
      header.dark .container .right .dropdown .selected::after {
        background-color: #0050a0; }
  header.dark .container .right .searchtoggle {
    background-color: transparent;
    margin-inline: 10px;
    background-image: url(../images/icons/searchIconBlue.svg); }
    @media (min-width: 993px) {
      header.dark .container .right .searchtoggle:hover {
        background-color: #0050a0;
        background-image: url(../images/searchIcon.svg); } }
  header.dark .container .right .menu-container {
    position: relative;
    margin-inline-start: 10px; }
    header.dark .container .right .menu-container::before {
      content: '';
      position: absolute;
      background-color: #649bd2;
      width: 1px;
      height: 25px;
      top: 50%;
      transform: translateY(-50%);
      inset-inline-start: -10px; }
  header.dark .container .right .burgerMenuToggle {
    background-color: transparent;
    background-image: url(../images/icons/burgerIconBlue.svg); }
    @media (min-width: 993px) {
      header.dark .container .right .burgerMenuToggle:hover {
        background-image: url(../images/icons/burgerIcon.svg); } }
  header.dark.menuopen .container .right .dropdown .selected {
    color: white !important; }
    header.dark.menuopen .container .right .dropdown .selected:before {
      background-color: #666666; }
    header.dark.menuopen .container .right .dropdown .selected::after {
      background-image: url(../images/arrow_white.svg) !important;
      transform: translateY(-50%) rotateZ(90deg) !important; }
  header.dark.menuopen .container .right .dropdown ul {
    background-color: #666666; }
    header.dark.menuopen .container .right .dropdown ul li a {
      color: white; }
  header.dark.menuopen .container .right .searchtoggle {
    background-image: url(../images/searchIcon.svg) !important; }
  header.dark.menuopen .burgerMenuToggle {
    background-image: url(../images/burgerIcon.svg) !important; }
  header.stick, header.hide {
    transform: translateY(0);
    padding: 10px 0;
    background-color: #0050a0; }
    header.stick .container .left .logo a, header.hide .container .left .logo a {
      width: 120px;
      height: 70px; }
      header.stick .container .left .logo a img, header.hide .container .left .logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    header.stick:after, header.hide:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100vw;
      height: 100%;
      box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
      opacity: 1;
      pointer-events: none; }
    header.stick .container .right .dropdown, header.hide .container .right .dropdown {
      background-color: transparent; }
      @media (min-width: 993px) {
        header.stick .container .right .dropdown:hover, header.hide .container .right .dropdown:hover {
          background-color: #649bd2; } }
      header.stick .container .right .dropdown::after, header.hide .container .right .dropdown::after {
        content: '';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        width: 1px;
        height: 25px;
        top: 50%;
        transform: translateY(-50%);
        inset-inline-end: -10px; }
      header.stick .container .right .dropdown .selected, header.hide .container .right .dropdown .selected {
        color: #FFF; }
        header.stick .container .right .dropdown .selected::after, header.hide .container .right .dropdown .selected::after {
          background-color: #FFF; }
    header.stick .container .right .searchtoggle, header.hide .container .right .searchtoggle {
      background-color: transparent;
      margin-inline: 10px;
      background-image: url(../images/searchIcon.svg); }
      @media (min-width: 993px) {
        header.stick .container .right .searchtoggle:hover, header.hide .container .right .searchtoggle:hover {
          background-color: #649bd2; } }
    header.stick .container .right .menu-container, header.hide .container .right .menu-container {
      position: relative;
      margin-inline-start: 10px; }
      header.stick .container .right .menu-container::before, header.hide .container .right .menu-container::before {
        content: '';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        width: 1px;
        height: 25px;
        top: 50%;
        transform: translateY(-50%);
        inset-inline-start: -10px; }
    header.stick .container .right .burgerMenuToggle, header.hide .container .right .burgerMenuToggle {
      background-color: transparent;
      background-image: url(../images/icons/burgerIcon.svg); }
      @media (min-width: 993px) {
        header.stick .container .right .burgerMenuToggle:hover, header.hide .container .right .burgerMenuToggle:hover {
          background-color: #649bd2; } }
    header.stick.dark .container .left .logo a img, header.hide.dark .container .left .logo a img {
      display: block !important; }
    header.stick.dark .container .left .logo a .blueLogo, header.hide.dark .container .left .logo a .blueLogo {
      display: none !important; }
  header.hide {
    transform: translateY(-92px); }
  header.darkLogo.stick .container .left .logo a img {
    display: block !important; }
    header.darkLogo.stick .container .left .logo a img.blueLogo {
      display: none !important; }
  header.menuopen {
    background-color: #0c509e;
    padding-bottom: 20px; }
    header.menuopen .container .right .dropdown,
    header.menuopen .container .right .searchtoggle {
      opacity: 0;
      visibility: hidden; }
    header.menuopen .container .right .burgerMenuToggle {
      background-image: url(../images/closeWhite.svg) !important;
      background-size: 14px !important; }
      header.menuopen .container .right .burgerMenuToggle::after {
        opacity: 1 !important; }
      header.menuopen .container .right .burgerMenuToggle:hover::before {
        visibility: visible;
        opacity: 1; }
  header.searchopen .logo img {
    display: none !important; }
  header.searchopen .logo .blueLogo {
    display: block !important; }
  header.searchopen .container {
    z-index: 2;
    position: relative; }
    header.searchopen .container .right .searchtoggle.open {
      background-image: url(../images/icons/close.svg);
      background-size: 14px; }
    header.searchopen .container .right .dropdown .selected::after {
      transform: translateY(-50%) rotateZ(90deg); }
    header.searchopen .container .right .searchtoggle {
      background-image: url(../images/searchIconDark.svg); }
  header.searchopen.dark .container .right .searchtoggle {
    background-image: url(../images/close.svg); }
    header.searchopen.dark .container .right .searchtoggle:hover {
      background-image: url(../images/icons/close.svg); }
  header .searchpanel {
    background-color: #f2f2f2;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    overflow: hidden;
    display: none; }
    header .searchpanel .pageInfo {
      width: 100%;
      padding-top: 180px; }
      header .searchpanel .pageInfo .title {
        color: #0c509e;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 60px;
        display: inline-block; }
        header .searchpanel .pageInfo .title {
          font-size: 25px; }
          @media screen and (min-width: 320px) {
            header .searchpanel .pageInfo .title {
              font-size: calc( 25px + 15 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            header .searchpanel .pageInfo .title {
              font-size: 40px; } }
    header .searchpanel .searchdiv {
      width: 100%;
      margin-bottom: 100px; }
      header .searchpanel .searchdiv .posrel {
        position: relative; }
      header .searchpanel .searchdiv input {
        font-size: 24px;
        font-weight: 700;
        line-height: 31.92px;
        border: none;
        background-color: transparent;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #d8d8d8;
        outline: none;
        padding-right: 40px; }
      header .searchpanel .searchdiv .searchInputWrap > a {
        position: absolute;
        top: 18px;
        right: 15px;
        width: 22px;
        height: 22px;
        background-image: url(../images/icons/searchIconBlueBig.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 0;
        padding: 10px; }
      header .searchpanel .searchdiv .clearForm {
        position: absolute;
        top: 24px;
        right: 50px;
        width: 10px;
        height: 10px;
        background-image: url(../images/closeIcon.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 0;
        filter: brightness(0); }
      header .searchpanel .searchdiv .validatorHolder {
        color: #0050a0;
        padding-top: 5px;
        min-height: 30px; }
      header .searchpanel .searchdiv .ui-menu {
        background-color: transparent;
        position: relative;
        top: auto !important;
        left: auto !important;
        background-color: #f2f2f2;
        border: none;
        background: none !important; }
        header .searchpanel .searchdiv .ui-menu li {
          padding: 0;
          list-style-image: none;
          background: transparent;
          border-radius: 5px;
          overflow: hidden;
          margin: 0; }
          header .searchpanel .searchdiv .ui-menu li::before {
            display: none; }
          header .searchpanel .searchdiv .ui-menu li a {
            color: black;
            padding: 0 5px; }
            header .searchpanel .searchdiv .ui-menu li a:hover {
              color: #0050a0; }
          header .searchpanel .searchdiv .ui-menu li.ui-search-hover a {
            border: none;
            color: #0050a0;
            background-color: transparent; }
      header .searchpanel .searchdiv .ui-view-all-results {
        text-align: center;
        color: #0050a0;
        border-top: 1px solid #dddddd;
        margin-top: 10px !important;
        font-weight: 700; }
        header .searchpanel .searchdiv .ui-view-all-results.ui-search-hover a {
          color: #0c509e;
          font-weight: 700; }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .container .right {
      display: flex; }
      header .container .right .dropdown {
        z-index: 1;
        padding-inline: 20px;
        border: 1px solid transparent;
        border-radius: 30px;
        margin-inline-end: 10px;
        background-color: #929497;
        color: #fff;
        display: flex;
        align-items: center;
        transition: all .3s ease-in-out; }
        header .container .right .dropdown.mobile-only {
          display: none; }
        @media (min-width: 993px) {
          header .container .right .dropdown:hover {
            background-color: #0050a0; } }
        header .container .right .dropdown span {
          padding-block: 20px;
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          color: white;
          text-transform: uppercase;
          position: relative;
          padding-right: 25px;
          cursor: pointer;
          display: block;
          z-index: 1;
          transition: all 0.3s ease-in-out; }
          header .container .right .dropdown span::after {
            content: "";
            position: absolute;
            display: block;
            width: 15px;
            height: 15px;
            top: 50%;
            right: 0;
            transform: translateY(-50%) rotateZ(90deg);
            -webkit-mask: url("/images/arrow-white.svg") center/contain no-repeat;
            mask: url("/images/arrow-white.svg") center/contain no-repeat;
            background-color: #FFF;
            transition: all 0.3s ease-in-out; }
          header .container .right .dropdown span.active::after {
            transform: translateY(-50%) rotateZ(-90deg); }
        header .container .right .dropdown ul {
          display: none;
          position: absolute;
          top: calc(100% + 3px);
          width: 200px;
          right: 18px;
          background-color: white;
          padding: 5px;
          border-radius: 5px 0 5px 5px;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
          header .container .right .dropdown ul li {
            margin: 0;
            padding: 0; }
            header .container .right .dropdown ul li::before {
              display: none; }
            header .container .right .dropdown ul li a {
              display: block;
              font-weight: 600;
              line-height: 16px;
              padding: 10px;
              border-radius: 5px;
              color: #333;
              transition: all .3s ease-in-out; }
              header .container .right .dropdown ul li a {
                font-size: 14px; }
                @media screen and (min-width: 320px) {
                  header .container .right .dropdown ul li a {
                    font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
                @media screen and (min-width: 1600px) {
                  header .container .right .dropdown ul li a {
                    font-size: 16px; } }
              @media (min-width: 993px) {
                header .container .right .dropdown ul li a:hover {
                  color: #0050a0;
                  background-color: #f7f7f7; } }
      header .container .right .searchtoggle {
        background-color: #929497;
        display: flex;
        align-items: center;
        border: 1px solid transparent;
        border-radius: 25px;
        background-image: url(../images/searchIcon.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 18px;
        padding: 0 35px;
        position: relative;
        margin-inline-end: 10px;
        cursor: pointer;
        transition: all .3s ease-in-out; }
        header .container .right .searchtoggle::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 5px;
          width: 30px;
          height: 30px;
          background-color: white;
          opacity: 0;
          transition: all 0.3s ease-in-out;
          z-index: -1; }
        @media (min-width: 993px) {
          header .container .right .searchtoggle:hover {
            background-color: #0050a0; } }
      header .container .right .menuToggle {
        display: none !important; }
      header .container .right .burgerMenuToggle {
        background-color: #929497;
        display: flex;
        height: 100%;
        align-items: center;
        border: 1px solid transparent;
        border-radius: 25px;
        padding-block: 25px;
        background-image: url(../images/icons/burgerIcon.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        padding-inline: 42px;
        cursor: pointer;
        position: relative;
        transition: all .3s ease-in-out; }
        header .container .right .burgerMenuToggle::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 50%;
          width: 40px;
          height: 40px;
          border: 1px solid rgba(255, 255, 255, 0.4);
          opacity: 0;
          transition: all 0.3s ease-in-out; }
        header .container .right .burgerMenuToggle::before {
          content: "Close";
          position: absolute;
          display: block;
          top: 50%;
          transform: translateY(-50%);
          right: 100%;
          font-size: 12px;
          font-weight: 500;
          line-height: 16px;
          color: white;
          opacity: 0;
          transition: all 0.3s ease-in-out;
          visibility: hidden; }
        @media (min-width: 993px) {
          header .container .right .burgerMenuToggle:hover {
            background-color: #0050a0; } }
    header .container .left .logo a {
      display: block;
      width: 148px; }
      header .container .left .logo a img {
        display: none;
        width: 100%; }
        header .container .left .logo a img.blueLogo {
          display: block; }
  header.bgColor {
    background-color: transparent; }
    header.bgColor .container .right .burgerMenuToggle {
      background-image: url(../images/icons/close.svg);
      background-size: 20px; }
    header.bgColor.dark .container .right .burgerMenuToggle {
      background-image: url(../images/close.svg); }
      @media (min-width: 993px) {
        header.bgColor.dark .container .right .burgerMenuToggle:hover {
          background-image: url(../images/icons/close.svg);
          background-color: #0050a0; } }

.menuBgList {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  inset: 0;
  display: none;
  background-color: #FFF; }
  .menuBgList .menuBgImg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
    .menuBgList .menuBgImg img {
      width: 100%;
      height: 100%; }

.hiddenMenu.full .content {
  background-color: #0c509e;
  padding: 60px 0; }
  .hiddenMenu.full .content .container {
    gap: 100px; }
    .hiddenMenu.full .content .container .row {
      width: 100%; }
  .hiddenMenu.full .content .sideTabs .dropdown.mobile-only {
    display: none; }
  .hiddenMenu.full .content .sideTabs ul li {
    margin-bottom: 50px;
    border-bottom: none; }
    .hiddenMenu.full .content .sideTabs ul li a {
      color: #fff;
      opacity: 0.4;
      font-size: 35px;
      font-style: normal;
      font-weight: 600;
      line-height: 35px;
      display: inline-block; }
      .hiddenMenu.full .content .sideTabs ul li a:hover {
        opacity: 100%; }
      .hiddenMenu.full .content .sideTabs ul li a.active {
        opacity: 1;
        position: relative; }
        .hiddenMenu.full .content .sideTabs ul li a.active::before {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: white; }
      .hiddenMenu.full .content .sideTabs ul li a::after {
        display: none !important; }
      .hiddenMenu.full .content .sideTabs ul li a.clicked {
        color: white;
        opacity: 1; }
  .hiddenMenu.full .content .allTabContent {
    position: relative; }
  .hiddenMenu.full .content .tabContent {
    color: white;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
    .hiddenMenu.full .content .tabContent .secondLevel .listingHolder {
      margin: 0; }
      .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li {
        margin-bottom: 20px;
        width: 100%; }
        .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li a {
          color: #fff;
          font-style: normal;
          font-weight: 600;
          line-height: 14px;
          display: block;
          width: 100%;
          opacity: 0.4; }
          .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li a {
            font-size: 14px; }
            @media screen and (min-width: 320px) {
              .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li a {
                font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
            @media screen and (min-width: 1600px) {
              .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li a {
                font-size: 16px; } }
          .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li a:hover {
            color: white;
            opacity: 1; }
          .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li a.clicked {
            color: white;
            position: relative;
            opacity: 1; }
            .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li a.clicked::before {
              width: 100% !important; }
        .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li .relatedSummary {
          font-size: 14px;
          font-weight: 400;
          line-height: 16.94px;
          margin-top: 20px;
          margin-bottom: 65px;
          color: white; }
        .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li.hasSubmenu a {
          position: relative;
          padding-right: 30px; }
          .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li.hasSubmenu a::after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            width: 14px;
            height: 14px;
            background-image: url(../images/thickarrow.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            transform: translateY(-50%); }
          .hiddenMenu.full .content .tabContent .secondLevel .listingHolder li.hasSubmenu a::before {
            content: "";
            position: absolute;
            display: block;
            top: calc(100% + 10px);
            left: 0;
            width: 0;
            height: 1px;
            background-color: white;
            transition: all 0.3s ease-in-out; }
    .hiddenMenu.full .content .tabContent .thirdLevel {
      position: relative;
      padding-left: 120px;
      width: 35%; }
      .hiddenMenu.full .content .tabContent .thirdLevel .listingHolder {
        margin: 0;
        flex-direction: column; }
        .hiddenMenu.full .content .tabContent .thirdLevel .listingHolder li {
          padding: 10px 0;
          display: block;
          width: 100%;
          border-bottom: 1px solid #dddddd;
          margin-bottom: 0; }
          .hiddenMenu.full .content .tabContent .thirdLevel .listingHolder li:first-child {
            border-top: 1px solid #dddddd; }
          .hiddenMenu.full .content .tabContent .thirdLevel .listingHolder li a {
            color: white; }
            .hiddenMenu.full .content .tabContent .thirdLevel .listingHolder li a:hover {
              color: #0050a0; }
    .hiddenMenu.full .content .tabContent .thirdLevelTabsContent {
      position: absolute;
      top: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out;
      width: 100%;
      max-height: 70vh;
      overflow: auto; }
      .hiddenMenu.full .content .tabContent .thirdLevelTabsContent::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent; }
      .hiddenMenu.full .content .tabContent .thirdLevelTabsContent::-webkit-scrollbar {
        width: 2px;
        background-color: transparent; }
      .hiddenMenu.full .content .tabContent .thirdLevelTabsContent::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: transparent; }
      .hiddenMenu.full .content .tabContent .thirdLevelTabsContent a:hover {
        color: #0050a0; }
      .hiddenMenu.full .content .tabContent .thirdLevelTabsContent.show {
        opacity: 1;
        visibility: visible; }
    .hiddenMenu.full .content .tabContent.show {
      opacity: 1;
      visibility: visible; }

.aumnews {
  background-color: #f3f3f3;
  padding: 60px 0; }
  .aumnews .row {
    margin: 0 -10px; }
  .aumnews .blockHead {
    margin-bottom: 60px; }
    .aumnews .blockHead .blockTitle {
      color: #252525;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
      .aumnews .blockHead .blockTitle {
        font-size: 25px; }
        @media screen and (min-width: 320px) {
          .aumnews .blockHead .blockTitle {
            font-size: calc( 25px + 15 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .aumnews .blockHead .blockTitle {
            font-size: 40px; } }
    .aumnews .blockHead .sideLinks a {
      border: none;
      padding: 0;
      text-align: left;
      position: relative;
      min-width: 0;
      background-color: transparent;
      color: white;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20.83px;
      padding-left: 50px;
      position: relative; }
      .aumnews .blockHead .sideLinks a::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-image: url(../images/linkarrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }
      .aumnews .blockHead .sideLinks a:hover::before {
        background-image: url(../images/linkarrowWhite.svg); }
  .aumnews .firstItemFeatured.horizontally .listingItemDIV {
    padding: 0 10px; }
    .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingImage {
      margin-bottom: 14px; }
    .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingDate {
      display: none; }
    .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingTitle a {
      color: #252525;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; }
      .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingTitle a {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingTitle a {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingTitle a {
            font-size: 18px; } }
      .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingTitle a:hover {
        color: #0050a0; }
    .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingDescription {
      color: #252525;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 0; }
      .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingDescription {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingDescription {
            font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .aumnews .firstItemFeatured.horizontally .listingItemDIV .listingItem .listingInfo .listingDescription {
            font-size: 16px; } }
  .aumnews .firstItemFeatured.horizontally .listingItemDIV:first-child .listingItem {
    height: 100%; }
    .aumnews .firstItemFeatured.horizontally .listingItemDIV:first-child .listingItem .listingImage a {
      height: 100%; }
      .aumnews .firstItemFeatured.horizontally .listingItemDIV:first-child .listingItem .listingImage a img {
        height: 100%;
        object-fit: cover; }
    .aumnews .firstItemFeatured.horizontally .listingItemDIV:first-child .listingItem .listingInfo {
      padding: 20px 30px;
      justify-content: flex-end; }
      .aumnews .firstItemFeatured.horizontally .listingItemDIV:first-child .listingItem .listingInfo .listingDate,
      .aumnews .firstItemFeatured.horizontally .listingItemDIV:first-child .listingItem .listingInfo .listingDescription {
        display: none; }
      .aumnews .firstItemFeatured.horizontally .listingItemDIV:first-child .listingItem .listingInfo .listingTitle {
        margin-bottom: 0; }
        .aumnews .firstItemFeatured.horizontally .listingItemDIV:first-child .listingItem .listingInfo .listingTitle a {
          color: #fff;
          font-size: 24px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
          .aumnews .firstItemFeatured.horizontally .listingItemDIV:first-child .listingItem .listingInfo .listingTitle a:hover {
            color: #0050a0; }
  .aumnews.white {
    background-color: white; }
  .aumnews .viewAllBottom {
    text-align: right; }
    .aumnews .viewAllBottom a {
      color: white;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20.83px;
      padding-left: 50px;
      position: relative;
      background-color: transparent;
      border: none;
      position: relative; }
      .aumnews .viewAllBottom a::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-image: url(../images/linkarrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }
      .aumnews .viewAllBottom a:hover::before {
        background-image: url(../images/linkarrowWhite.svg); }
      .aumnews .viewAllBottom a::before {
        top: 50%; }

footer {
  background-color: #072241;
  padding-top: 95px;
  color: white;
  position: relative;
  background-image: url(../images/footerpattern.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 30px 30px 0 0; }
  footer .sitemap {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap; }
    footer .sitemap .sitemap {
      margin-bottom: 50px; }
    footer .sitemap .sitemapCol {
      flex: 0 0 25%;
      margin-bottom: 20px; }
      footer .sitemap .sitemapCol h5 {
        margin-bottom: 20px; }
        footer .sitemap .sitemapCol h5 {
          font-size: 16px; }
          @media screen and (min-width: 320px) {
            footer .sitemap .sitemapCol h5 {
              font-size: calc( 16px + 4 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            footer .sitemap .sitemapCol h5 {
              font-size: 20px; } }
        footer .sitemap .sitemapCol h5 a:hover {
          color: #649bd2; }
      footer .sitemap .sitemapCol .simpleList {
        text-align: center; }
      footer .sitemap .sitemapCol .simpleList li {
        margin-bottom: 8px; }
        footer .sitemap .sitemapCol .simpleList li a {
          font-size: 14px;
          font-weight: 700;
          line-height: 16px;
          color: #cedcec;
          font-style: normal;
          font-weight: 400;
          line-height: 28px; }
          footer .sitemap .sitemapCol .simpleList li a {
            font-size: 14px; }
            @media screen and (min-width: 320px) {
              footer .sitemap .sitemapCol .simpleList li a {
                font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
            @media screen and (min-width: 1600px) {
              footer .sitemap .sitemapCol .simpleList li a {
                font-size: 16px; } }
          footer .sitemap .sitemapCol .simpleList li a:hover {
            color: #649bd2; }
        footer .sitemap .sitemapCol .simpleList li:last-of-type {
          margin-bottom: 0; }
  footer .links {
    margin-bottom: 50px; }
    footer .links .sitemapCol {
      flex: 0 0 auto;
      margin-right: 35px;
      margin-bottom: 20px; }
    footer .links a {
      color: white;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      padding: 20px 30px;
      border-radius: 10px;
      border: 1px solid white;
      display: inline-flex;
      gap: 15px;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: all 0.3s ease-in-out; }
      footer .links a:hover {
        background-color: white;
        color: #0050a0; }
        footer .links a:hover::after {
          filter: none; }
      footer .links a::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background-image: url(../images/icons/arrowBlueNextSmall.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out;
        filter: brightness(0) invert(1); }
    footer .links .nav {
      justify-content: flex-start;
      align-items: start; }
      footer .links .nav li {
        margin-right: 35px; }
  footer .links-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 50px; }
    footer .links-wrapper .bottom-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%; }
    footer .links-wrapper .bottom-link {
      flex: 0 0 25%;
      align-items: center;
      justify-content: center;
      display: flex; }
    footer .links-wrapper .social-links {
      display: flex;
      gap: 15px; }
      footer .links-wrapper .social-links .social-icon {
        display: block;
        background-repeat: no-repeat;
        background-size: 28px 28px;
        background-position: center;
        width: 28px;
        height: 28px;
        transition: all 0.3s ease-in-out;
        filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(321deg) brightness(102%) contrast(102%); }
        footer .links-wrapper .social-links .social-icon img {
          width: 28px; }
          footer .links-wrapper .social-links .social-icon img:hover {
            filter: brightness(0) saturate(100%) invert(68%) sepia(9%) saturate(2367%) hue-rotate(174deg) brightness(85%) contrast(91%); }
        footer .links-wrapper .social-links .social-icon.linkedIn {
          background-image: url("/images/icons/linkedin.svg"); }
          footer .links-wrapper .social-links .social-icon.linkedIn:hover {
            filter: none; }
        footer .links-wrapper .social-links .social-icon.facebook {
          filter: none;
          background-image: url("/images/Facebook-new.svg"); }
          footer .links-wrapper .social-links .social-icon.facebook:hover {
            background-image: url("/images/icons/fb.svg"); }
        footer .links-wrapper .social-links .social-icon.instagram {
          background-image: url("/images/icons/insta.svg"); }
          footer .links-wrapper .social-links .social-icon.instagram:hover {
            filter: none; }
        footer .links-wrapper .social-links .social-icon.twitter {
          background-image: url("/images/icons/x.svg"); }
          footer .links-wrapper .social-links .social-icon.twitter:hover {
            filter: none; }
        footer .links-wrapper .social-links .social-icon.youtube {
          filter: none;
          background-image: url("/images/YouTube-new.svg"); }
          footer .links-wrapper .social-links .social-icon.youtube:hover {
            background-image: url("/images/icons/youtube.svg"); }
  footer .bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 32%; }
    footer .bottom .socialmedia {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer .bottom .socialmedia h6 {
        margin-bottom: 0;
        margin-right: 24px; }
      footer .bottom .socialmedia ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0; }
        footer .bottom .socialmedia ul li {
          margin-right: 13px;
          margin-bottom: 0; }
          footer .bottom .socialmedia ul li a {
            border: 1px solid #666666;
            border-radius: 50%;
            width: 34px;
            height: 34px;
            position: relative; }
            footer .bottom .socialmedia ul li a::after {
              content: "";
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 20px;
              height: 20px;
              background-image: url(../images/facebook.svg);
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
              transition: all 0.3s ease-in-out; }
            footer .bottom .socialmedia ul li a.ig::after {
              background-image: url(../images/instagram.svg); }
            footer .bottom .socialmedia ul li a.tw::after {
              background-image: url(../images/twitter.svg); }
            footer .bottom .socialmedia ul li a.ln::after {
              background-image: url(../images/linkedin.svg); }
            footer .bottom .socialmedia ul li a.yt::after {
              background-image: url(../images/youtube.svg); }
            footer .bottom .socialmedia ul li a:hover {
              background-color: #666666; }
              footer .bottom .socialmedia ul li a:hover::after {
                filter: brightness(0) saturate(100%) invert(6%) sepia(5%) saturate(24%) hue-rotate(320deg) brightness(101%) contrast(81%); }
    footer .bottom .signature {
      font-weight: 300;
      line-height: 20px;
      color: white;
      width: 100%;
      font-weight: 200; }
      footer .bottom .signature {
        font-size: 12px; }
        @media screen and (min-width: 320px) {
          footer .bottom .signature {
            font-size: calc( 12px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          footer .bottom .signature {
            font-size: 14px; } }
      footer .bottom .signature span {
        float: right; }
        footer .bottom .signature span a {
          text-decoration: underline;
          font-weight: 700;
          display: inline-block; }
          footer .bottom .signature span a:hover {
            color: #0050a0; }
    footer .bottom.mobile-only {
      display: none;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
  footer .footer-logo a {
    display: block;
    width: 250px;
    height: 120px; }
    footer .footer-logo a img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.relativeZone {
  position: relative; }

.floatingMenu {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  border-radius: 30px 0px 0px 0px;
  background-color: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  padding: 20px 30px;
  width: 40%; }
  .floatingMenu ul li {
    margin-bottom: 0; }
  .floatingMenu .sideTabs > li {
    color: #333333;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .floatingMenu .sideTabs > li.hasSubmenu {
      position: relative;
      padding-right: 30px; }
      .floatingMenu .sideTabs > li.hasSubmenu::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 20px;
        height: 20px;
        background-image: url(../images/downarrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
  .floatingMenu .sideMenu .container,
  .floatingMenu .sideMenu .sideTabs {
    padding: 0; }
  .floatingMenu .sideMenu .row {
    display: flex;
    flex-direction: column;
    margin: 0; }
    .floatingMenu .sideMenu .row .sideTabs {
      width: 100%; }
      .floatingMenu .sideMenu .row .sideTabs ul {
        width: 100%;
        max-width: 630px;
        gap: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0; }
        .floatingMenu .sideMenu .row .sideTabs ul li a {
          color: #839097;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          position: relative;
          padding-right: 30px; }
          .floatingMenu .sideMenu .row .sideTabs ul li a {
            font-size: 17px; }
            @media screen and (min-width: 320px) {
              .floatingMenu .sideMenu .row .sideTabs ul li a {
                font-size: calc( 17px + 5 * ((100vw - 320px) / 1280) ); } }
            @media screen and (min-width: 1600px) {
              .floatingMenu .sideMenu .row .sideTabs ul li a {
                font-size: 22px; } }
          .floatingMenu .sideMenu .row .sideTabs ul li a:hover {
            color: #0050a0; }
        .floatingMenu .sideMenu .row .sideTabs ul li.hasSubmenu a.clicked::after {
          transform: translateY(-50%) rotateZ(180deg); }
        .floatingMenu .sideMenu .row .sideTabs ul li.hasSubmenu a::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 20px;
          height: 20px;
          /* MASK instead of background */
          -webkit-mask: url(../images/icons/arrowDownGreyBolder.svg) center/contain no-repeat;
          mask: url(../images/icons/arrowDownGreyBolder.svg) center/contain no-repeat;
          background-color: #839097;
          transition: background-color 0.3s ease-in-out; }
        .floatingMenu .sideMenu .row .sideTabs ul li.hasSubmenu a:hover::after {
          background-color: #0050a0; }
        .floatingMenu .sideMenu .row .sideTabs ul li.hasSubmenu.open a::after {
          transform: translateY(-50%) rotateZ(180deg); }
    .floatingMenu .sideMenu .row .empty {
      display: none; }
    .floatingMenu .sideMenu .row .allTabContent {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: white;
      z-index: 5; }
    .floatingMenu .sideMenu .row .tabContent {
      display: none;
      padding: 0px 40px 20px; }
      .floatingMenu .sideMenu .row .tabContent .secondLevel {
        width: 100%; }
        .floatingMenu .sideMenu .row .tabContent .secondLevel .listingHolder {
          display: flex;
          width: 100%; }
        .floatingMenu .sideMenu .row .tabContent .secondLevel .listingItemLI {
          margin-bottom: 30px;
          width: 50%;
          flex: 0 0 50%; }
          .floatingMenu .sideMenu .row .tabContent .secondLevel .listingItemLI:last-child {
            margin: 0; }
          .floatingMenu .sideMenu .row .tabContent .secondLevel .listingItemLI a {
            color: #839097;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            position: relative;
            padding-right: 20px;
            display: inline-block; }
            .floatingMenu .sideMenu .row .tabContent .secondLevel .listingItemLI a {
              font-size: 16px; }
              @media screen and (min-width: 320px) {
                .floatingMenu .sideMenu .row .tabContent .secondLevel .listingItemLI a {
                  font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
              @media screen and (min-width: 1600px) {
                .floatingMenu .sideMenu .row .tabContent .secondLevel .listingItemLI a {
                  font-size: 18px; } }
            .floatingMenu .sideMenu .row .tabContent .secondLevel .listingItemLI a:hover {
              color: #0050a0; }
              .floatingMenu .sideMenu .row .tabContent .secondLevel .listingItemLI a:hover::after {
                right: -10px;
                background-color: #0050a0; }
            .floatingMenu .sideMenu .row .tabContent .secondLevel .listingItemLI a::after {
              content: "";
              display: block;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              width: 12px;
              height: 12px;
              -webkit-mask: url(../images/icons/arrowGreyNextSmall.svg) center/contain no-repeat;
              mask: url(../images/icons/arrowGreyNextSmall.svg) center/contain no-repeat;
              background-color: #839097;
              transition: all 0.3s ease-in-out; }

img {
  width: 100%;
  display: block; }

.acmComponent {
  background-color: #0c509e;
  padding: 140px 0; }
  .acmComponent .popup-close {
    display: none; }
  .acmComponent h2 {
    color: white;
    margin-bottom: 80px;
    font-weight: 400; }
    .acmComponent h2 {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .acmComponent h2 {
          font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .acmComponent h2 {
          font-size: 36px; } }
  .acmComponent .itemListing {
    display: flex;
    flex-wrap: wrap; }
    .acmComponent .itemListing .item {
      margin-bottom: 50px;
      color: white; }
      .acmComponent .itemListing .item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
      .acmComponent .itemListing .item .number {
        line-height: 75%;
        font-weight: 400;
        display: inline-block;
        margin-bottom: 50px; }
        .acmComponent .itemListing .item .number {
          font-size: 40px; }
          @media screen and (min-width: 320px) {
            .acmComponent .itemListing .item .number {
              font-size: calc( 40px + 40 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .acmComponent .itemListing .item .number {
              font-size: 80px; } }
        .acmComponent .itemListing .item .number + span {
          line-height: 75%;
          font-weight: 400;
          display: inline-block; }
          .acmComponent .itemListing .item .number + span {
            font-size: 40px; }
            @media screen and (min-width: 320px) {
              .acmComponent .itemListing .item .number + span {
                font-size: calc( 40px + 40 * ((100vw - 320px) / 1280) ); } }
            @media screen and (min-width: 1600px) {
              .acmComponent .itemListing .item .number + span {
                font-size: 80px; } }
      .acmComponent .itemListing .item .description {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px; }
  .acmComponent .summary {
    font-weight: 300;
    margin-bottom: 150px;
    color: white; }
    .acmComponent .summary {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .acmComponent .summary {
          font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .acmComponent .summary {
          font-size: 36px; } }
    .acmComponent .summary {
      line-height: 32px; }
      @media screen and (min-width: 320px) {
        .acmComponent .summary {
          line-height: calc( 32px + 18 * ((100vw - 320px) / 1601) ); } }
      @media screen and (min-width: 1921px) {
        .acmComponent .summary {
          line-height: 50px; } }
  .acmComponent .link {
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.83px;
    padding-left: 50px;
    position: relative;
    text-decoration: underline;
    text-decoration-color: transparent;
    margin-top: 60px; }
    .acmComponent .link::before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      transform: translateY(-50%);
      width: 35px;
      height: 35px;
      background-color: #FFF;
      border-radius: 50%;
      background-image: url(../images/icons/arrowBlueNextSmall.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 13px 13px;
      transition: all 0.3s ease-in-out; }
    .acmComponent .link:hover {
      text-decoration-color: #FFF; }
      .acmComponent .link:hover::before {
        transform: translateY(-50%) scale(1.05);
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }
  .acmComponent .image {
    border-radius: 10px; }
  .acmComponent.background {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding-top: 250px;
    transition: background-position 0.1s ease-out; }
    .acmComponent.background .container {
      z-index: 1;
      position: relative; }
      .acmComponent.background .container .summary {
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 40px; }
        .acmComponent.background .container .summary {
          font-size: 16px; }
          @media screen and (min-width: 320px) {
            .acmComponent.background .container .summary {
              font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .acmComponent.background .container .summary {
              font-size: 18px; } }
      .acmComponent.background .container .itemListing {
        display: flex;
        flex-wrap: nowrap; }
        .acmComponent.background .container .itemListing .item {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none;
          padding: 20px 0;
          padding-right: 50px;
          margin-right: 50px;
          border-right: 1px solid white;
          color: white; }
          .acmComponent.background .container .itemListing .item:last-child {
            margin-right: 0;
            padding-right: 0;
            border: none; }
          .acmComponent.background .container .itemListing .item .description {
            margin-bottom: 20px; }
            .acmComponent.background .container .itemListing .item .description {
              font-size: 18px; }
              @media screen and (min-width: 320px) {
                .acmComponent.background .container .itemListing .item .description {
                  font-size: calc( 18px + 2 * ((100vw - 320px) / 1280) ); } }
              @media screen and (min-width: 1600px) {
                .acmComponent.background .container .itemListing .item .description {
                  font-size: 20px; } }
          .acmComponent.background .container .itemListing .item .image {
            max-width: 250px;
            max-height: 125px;
            width: auto;
            margin: auto; }
    .acmComponent.background .right {
      position: relative; }
      .acmComponent.background .right .image {
        position: relative;
        bottom: auto;
        left: auto;
        z-index: 1; }
  .acmComponent .right {
    position: relative;
    z-index: 1; }
    .acmComponent .right .image {
      position: absolute;
      bottom: -250px;
      left: 0;
      width: calc(100% - 24px);
      z-index: 1; }

.acmGenComp {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important; }
  .acmGenComp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%); }
  .acmGenComp .container {
    position: relative;
    z-index: 1; }

.courses {
  position: relative;
  padding: 100px 0;
  background-color: #f3f4f4; }
  .courses .blockHead {
    margin-right: 130px;
    flex-shrink: 1; }
  .courses::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    border-radius: 30px 30px 0 0;
    background-color: #f3f4f4; }
  .courses h2 {
    color: #3a3a3a;
    margin-bottom: 40px; }
  .courses .sideBySide {
    align-items: flex-start; }
    .courses .sideBySide .listingHolder {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      row-gap: 40px; }
      .courses .sideBySide .listingHolder .listingItemDIV {
        flex: 0 0 50%;
        max-width: 50%;
        padding-inline: 20px;
        margin: 0; }
        .courses .sideBySide .listingHolder .listingItemDIV .listingItem {
          border-radius: 20px;
          background-color: white;
          padding: 30px;
          transition: all 0.3s ease-in-out; }
          .courses .sideBySide .listingHolder .listingItemDIV .listingItem:hover {
            background-color: #0c509e !important; }
            .courses .sideBySide .listingHolder .listingItemDIV .listingItem:hover .link {
              color: #0050a0; }
            .courses .sideBySide .listingHolder .listingItemDIV .listingItem:hover .link,
            .courses .sideBySide .listingHolder .listingItemDIV .listingItem:hover .title,
            .courses .sideBySide .listingHolder .listingItemDIV .listingItem:hover .name {
              color: white; }
              .courses .sideBySide .listingHolder .listingItemDIV .listingItem:hover .link::after,
              .courses .sideBySide .listingHolder .listingItemDIV .listingItem:hover .title::after,
              .courses .sideBySide .listingHolder .listingItemDIV .listingItem:hover .name::after {
                filter: brightness(0) invert(1); }
          .courses .sideBySide .listingHolder .listingItemDIV .listingItem .listingInfo {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%; }
          .courses .sideBySide .listingHolder .listingItemDIV .listingItem .name {
            font-weight: 500;
            line-height: 20px;
            margin-bottom: 40px;
            transition: all 0.3s ease-in-out;
            color: #0c509e;
            text-transform: uppercase;
            font-weight: 500; }
            .courses .sideBySide .listingHolder .listingItemDIV .listingItem .name {
              font-size: 14px; }
              @media screen and (min-width: 320px) {
                .courses .sideBySide .listingHolder .listingItemDIV .listingItem .name {
                  font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
              @media screen and (min-width: 1600px) {
                .courses .sideBySide .listingHolder .listingItemDIV .listingItem .name {
                  font-size: 16px; } }
          .courses .sideBySide .listingHolder .listingItemDIV .listingItem .title {
            font-size: 33px;
            font-weight: 400;
            line-height: 42px;
            margin-bottom: 40px;
            transition: all 0.3s ease-in-out; }
          .courses .sideBySide .listingHolder .listingItemDIV .listingItem .link {
            font-weight: 400;
            line-height: 24px;
            display: inline-block;
            padding-right: 20px;
            position: relative;
            color: #0050a0;
            transition: all 0.3s ease-in-out; }
            .courses .sideBySide .listingHolder .listingItemDIV .listingItem .link {
              font-size: 16px; }
              @media screen and (min-width: 320px) {
                .courses .sideBySide .listingHolder .listingItemDIV .listingItem .link {
                  font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
              @media screen and (min-width: 1600px) {
                .courses .sideBySide .listingHolder .listingItemDIV .listingItem .link {
                  font-size: 18px; } }
            .courses .sideBySide .listingHolder .listingItemDIV .listingItem .link::after {
              content: "";
              display: block;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              width: 14px;
              height: 14px;
              background-image: url(../images/linkarrow2.svg);
              background-position: center;
              background-size: contain;
              background-repeat: no-repeat;
              transition: all 0.3s ease-in-out; }
            .courses .sideBySide .listingHolder .listingItemDIV .listingItem .link:hover::after {
              right: -10px; }
        .courses .sideBySide .listingHolder .listingItemDIV:nth-child(2) .listingItem, .courses .sideBySide .listingHolder .listingItemDIV:nth-child(3) .listingItem {
          background-color: #9bb9d8; }
          .courses .sideBySide .listingHolder .listingItemDIV:nth-child(2) .listingItem .title,
          .courses .sideBySide .listingHolder .listingItemDIV:nth-child(2) .listingItem .link, .courses .sideBySide .listingHolder .listingItemDIV:nth-child(3) .listingItem .title,
          .courses .sideBySide .listingHolder .listingItemDIV:nth-child(3) .listingItem .link {
            color: white; }
            .courses .sideBySide .listingHolder .listingItemDIV:nth-child(2) .listingItem .title::after,
            .courses .sideBySide .listingHolder .listingItemDIV:nth-child(2) .listingItem .link::after, .courses .sideBySide .listingHolder .listingItemDIV:nth-child(3) .listingItem .title::after,
            .courses .sideBySide .listingHolder .listingItemDIV:nth-child(3) .listingItem .link::after {
              filter: brightness(0) invert(1); }

.testimonials {
  background-color: #0c509e;
  padding: 150px 0;
  position: relative;
  border-radius: 30px 30px 0 0;
  margin-bottom: 100px; }
  .testimonials .blockHead {
    padding-inline: 15px; }
  .testimonials h2 {
    color: white;
    margin-bottom: 35px; }
    .testimonials h2 {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .testimonials h2 {
          font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .testimonials h2 {
          font-size: 36px; } }
  .testimonials .listingHolder .listingItemDIV {
    margin-bottom: 0; }
    .testimonials .listingHolder .listingItemDIV .listingItem:hover .imgContainer img {
      transform: none; }
    .testimonials .listingHolder .listingItemDIV .listingItem .listingImage {
      margin: 0; }
      .testimonials .listingHolder .listingItemDIV .listingItem .listingImage .imgContainer {
        overflow: hidden;
        border-radius: 20px; }
    .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .name {
      font-weight: 500;
      line-height: 39px;
      margin-bottom: 5px;
      color: white; }
      .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .name {
        font-size: 22px; }
        @media screen and (min-width: 320px) {
          .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .name {
            font-size: calc( 22px + 8 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .name {
            font-size: 30px; } }
    .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .position {
      font-weight: 500;
      line-height: 26px;
      display: block;
      padding-bottom: 35px;
      margin-bottom: 35px;
      position: relative;
      color: white; }
      .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .position {
        font-size: 18px; }
        @media screen and (min-width: 320px) {
          .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .position {
            font-size: calc( 18px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .position {
            font-size: 20px; } }
      .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .position::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 140px;
        height: 1px;
        background-color: white;
        opacity: 0.3;
        left: 0; }
    .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .description {
      font-weight: 400;
      line-height: 28px;
      color: #ffffff; }
      .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .description {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .description {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .testimonials .listingHolder .listingItemDIV .listingItem .listingInfo .description {
            font-size: 18px; } }
  .testimonials .listingHolder.owl-carousel .owl-nav {
    bottom: -50px;
    max-width: 41.66666667%;
    padding-inline: 40px; }
    .testimonials .listingHolder.owl-carousel .owl-nav button {
      width: 50px;
      height: 50px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      filter: brightness(0) invert(1);
      transition: all 0.3s ease-in-out; }
      .testimonials .listingHolder.owl-carousel .owl-nav button:hover {
        filter: none;
        background-color: #ffffff !important; }

.testimonials .listingHolder.owl-carousel .owl-nav button {
  transition: opacity 0.3s ease-in-out; }
.testimonials .listingHolder.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  background-image: url("/images/arrowLeft_blue.svg"); }
.testimonials .listingHolder.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  background-image: url("/images/arrow-blue.svg"); }

.testimonialsThumbnails {
  position: absolute;
  bottom: 170px;
  right: 0;
  width: 50%; }
  .testimonialsThumbnails .owl-item .imgContainer {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 100%; }
    .testimonialsThumbnails .owl-item .imgContainer::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(92, 135, 194, 0.25); }
    .testimonialsThumbnails .owl-item .imgContainer img {
      max-height: 185px;
      width: auto;
      height: 100%;
      object-fit: cover; }

.homeNews {
  padding-bottom: 88px;
  position: relative; }
  .homeNews .blockHead {
    margin-bottom: 75px;
    align-items: start; }
    .homeNews .blockHead .blockTitle {
      line-height: 44px;
      max-width: 35%;
      font-weight: 500; }
      .homeNews .blockHead .blockTitle {
        font-size: 25px; }
        @media screen and (min-width: 320px) {
          .homeNews .blockHead .blockTitle {
            font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .homeNews .blockHead .blockTitle {
            font-size: 36px; } }
    .homeNews .blockHead .sideLinks .viewAll {
      color: white;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20.83px;
      padding-left: 50px;
      position: relative;
      background-color: transparent;
      border: none;
      color: black;
      padding: 0;
      padding-left: 50px;
      text-transform: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin-top: 12px; }
      .homeNews .blockHead .sideLinks .viewAll::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-image: url(../images/linkarrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }
      .homeNews .blockHead .sideLinks .viewAll:hover::before {
        background-image: url(../images/linkarrowWhite.svg); }
  .homeNews .blockBody .listingHolder .listingItemDIV .listingItem {
    box-shadow: 0px 4px 10px 0px rgba(230, 230, 230, 0.3);
    padding: 10px 10px 20px;
    border-radius: 20px;
    height: 100%; }
    .homeNews .blockBody .listingHolder .listingItemDIV .listingItem:hover .listingInfo .listingTitle a {
      color: #0050a0; }
    .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingImage {
      margin-bottom: 32px; }
      .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingImage a {
        display: block;
        height: 100%; }
        .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingImage a img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 20px; }
    .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo {
      padding: 0 18px; }
      .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDate {
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 10px;
        color: #afafaf; }
        .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDate {
          font-size: 10px; }
          @media screen and (min-width: 320px) {
            .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDate {
              font-size: calc( 10px + 4 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDate {
              font-size: 14px; } }
      .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
        margin-bottom: 10px; }
        .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
          font-weight: 700; }
          .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
            font-size: 14px; }
            @media screen and (min-width: 320px) {
              .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
                font-size: calc( 14px + 10 * ((100vw - 320px) / 1280) ); } }
            @media screen and (min-width: 1600px) {
              .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
                font-size: 24px; } }
          .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
            line-height: 22px; }
            @media screen and (min-width: 320px) {
              .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
                line-height: calc( 22px + 13 * ((100vw - 320px) / 1601) ); } }
            @media screen and (min-width: 1921px) {
              .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
                line-height: 35px; } }
    .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingLink {
      display: block; }
      .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingLink a {
        color: #0050a0;
        font-weight: 400;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        position: relative;
        padding-right: 20px; }
        .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingLink a {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingLink a {
              font-size: calc( 14px + 4 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingLink a {
              font-size: 18px; } }
        .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingLink a::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 8px;
          height: 13px;
          background-image: url(../images/icons/arrowBlueNextSmall.svg);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          transition: all 0.3s ease-in-out; }
        .homeNews .blockBody .listingHolder .listingItemDIV .listingItem .listingLink a:hover::after {
          right: -10px; }

.loadMoreBtn {
  display: flex;
  justify-content: center; }
  .loadMoreBtn a,
  .loadMoreBtn a:not([href]):not([class]),
  .loadMoreBtn a:not([href]):not([class]) {
    border-radius: 10px;
    background: #0050a0;
    display: flex;
    padding: 20px 25px 20px 30px;
    color: #fff;
    border: 1px solid #0050a0;
    display: block; }
    .loadMoreBtn a:hover,
    .loadMoreBtn a:not([href]):not([class]):hover,
    .loadMoreBtn a:not([href]):not([class]):hover {
      background: #fff;
      color: #0050a0; }

.hiddenMenu {
  top: 112px;
  height: calc(100% - 142px);
  background-color: transparent; }
  .hiddenMenu .full {
    height: 100%;
    position: relative; }
    .hiddenMenu .full .content {
      height: 100%;
      padding-top: 30px;
      padding: 60px 0 0;
      max-height: calc(100vh - 210px);
      background-color: transparent;
      position: relative;
      z-index: 10; }
      .hiddenMenu .full .content .container {
        height: 100%;
        flex-direction: column;
        padding-bottom: 20px; }
        .hiddenMenu .full .content .container .row {
          width: 100%;
          max-height: 100%;
          height: fit-content; }
      .hiddenMenu .full .content .sideTabs,
      .hiddenMenu .full .content .allTabContent {
        max-height: calc(100% - 0px);
        overflow-y: auto; }
        .hiddenMenu .full .content .sideTabs::-webkit-scrollbar-track,
        .hiddenMenu .full .content .allTabContent::-webkit-scrollbar-track {
          border-radius: 2px;
          background-color: #d8d7d4; }
        .hiddenMenu .full .content .sideTabs::-webkit-scrollbar,
        .hiddenMenu .full .content .allTabContent::-webkit-scrollbar {
          width: 2px;
          background-color: #d8d7d4; }
        .hiddenMenu .full .content .sideTabs::-webkit-scrollbar-thumb,
        .hiddenMenu .full .content .allTabContent::-webkit-scrollbar-thumb {
          border-radius: 2px;
          background-color: #989898; }
      .hiddenMenu .full .content .sideTabs {
        border-right: 1px solid #dddddd; }
        .hiddenMenu .full .content .sideTabs ul li {
          margin-bottom: 50px;
          border-bottom: none; }
          .hiddenMenu .full .content .sideTabs ul li a {
            display: inline-block;
            color: #839097;
            font-style: normal;
            font-weight: 400;
            line-height: 1; }
            .hiddenMenu .full .content .sideTabs ul li a {
              font-size: 20px; }
              @media screen and (min-width: 320px) {
                .hiddenMenu .full .content .sideTabs ul li a {
                  font-size: calc( 20px + 8 * ((100vw - 320px) / 1280) ); } }
              @media screen and (min-width: 1600px) {
                .hiddenMenu .full .content .sideTabs ul li a {
                  font-size: 28px; } }
            @media (min-width: 993px) {
              .hiddenMenu .full .content .sideTabs ul li a:hover {
                color: #0050a0; } }
            .hiddenMenu .full .content .sideTabs ul li a.clicked {
              color: #0050a0;
              position: relative;
              font-weight: 700; }
              .hiddenMenu .full .content .sideTabs ul li a.clicked::before {
                content: "";
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: #0050a0; }
      .hiddenMenu .full .content .allTabContent {
        position: relative; }
      .hiddenMenu .full .content .tabContent {
        color: #0050a0;
        position: absolute;
        display: none;
        width: 95%; }
        .hiddenMenu .full .content .tabContent .secondLevel > .listingHolder {
          flex-direction: row;
          margin-inline: -10px;
          justify-content: space-between; }
          .hiddenMenu .full .content .tabContent .secondLevel > .listingHolder > .hasSummary {
            flex: 0 0 100%;
            max-width: 100%; }
            .hiddenMenu .full .content .tabContent .secondLevel > .listingHolder > .hasSummary a {
              color: #0050a0;
              display: flex;
              align-items: center;
              gap: 8px;
              width: fit-content;
              font-weight: 400; }
              .hiddenMenu .full .content .tabContent .secondLevel > .listingHolder > .hasSummary a::after {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                background-image: url(../images/thickarrow.svg);
                filter: brightness(0) saturate(100%) invert(19%) sepia(46%) saturate(4143%) hue-rotate(197deg) brightness(94%) contrast(101%);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; }
          .hiddenMenu .full .content .tabContent .secondLevel > .listingHolder > .hasSubItems {
            flex: 0 0 auto;
            width: auto;
            max-width: 60%;
            padding-inline: 10px; }
            .hiddenMenu .full .content .tabContent .secondLevel > .listingHolder > .hasSubItems > a {
              font-size: 13px;
              font-weight: 900;
              line-height: 16px;
              color: #0050a0;
              margin-bottom: 20px; }
        .hiddenMenu .full .content .tabContent .secondLevel .listingHolder {
          margin: 0; }
          .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li {
            margin-bottom: 30px;
            width: 100%; }
            .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li:last-of-type {
              margin-bottom: 0; }
            .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li a {
              color: #839097;
              font-style: normal;
              font-weight: 300;
              line-height: 20px;
              display: block;
              width: 100%; }
              .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li a {
                font-size: 14px; }
                @media screen and (min-width: 320px) {
                  .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li a {
                    font-size: calc( 14px + 6 * ((100vw - 320px) / 1280) ); } }
                @media screen and (min-width: 1600px) {
                  .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li a {
                    font-size: 20px; } }
              .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li a:hover {
                color: #0050a0; }
              .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li a.clicked {
                color: #0050a0;
                position: relative;
                opacity: 1; }
                .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li a.clicked::before {
                  width: 100% !important; }
            .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li .relatedSummary {
              font-weight: 300;
              line-height: 28px;
              margin-top: 20px;
              margin-bottom: 50px;
              color: #929497; }
              .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li .relatedSummary {
                font-size: 16px; }
                @media screen and (min-width: 320px) {
                  .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li .relatedSummary {
                    font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
                @media screen and (min-width: 1600px) {
                  .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li .relatedSummary {
                    font-size: 18px; } }
            .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li.hasSum > a {
              text-transform: uppercase;
              position: relative;
              display: inline-block;
              width: auto;
              padding-right: 30px;
              opacity: 1; }
              .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li.hasSum > a:hover {
                color: #0050a0; }
                .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li.hasSum > a:hover::after {
                  right: -10px;
                  filter: brightness(0) saturate(100%) invert(12%) sepia(70%) saturate(5920%) hue-rotate(351deg) brightness(107%) contrast(92%); }
              .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li.hasSum > a::after {
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                width: 20px;
                height: 20px;
                background-image: url(../images/arrowWhite.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                transition: right 0.3s ease-in-out; }
            .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li.hasSubmenu a {
              position: relative;
              padding-right: 30px; }
              .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li.hasSubmenu a::after {
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                right: 0;
                width: 14px;
                height: 14px;
                background-image: url(../images/thickarrow.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                transform: translateY(-50%); }
              .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li.hasSubmenu a::before {
                content: "";
                position: absolute;
                display: block;
                top: calc(100% + 10px);
                left: 0;
                width: 0;
                height: 1px;
                background-color: white;
                transition: all 0.3s ease-in-out; }
        .hiddenMenu .full .content .tabContent .thirdLevel {
          position: relative;
          padding-left: 120px;
          width: 35%; }
          .hiddenMenu .full .content .tabContent .thirdLevel .listingHolder {
            margin: 0;
            flex-direction: column; }
            .hiddenMenu .full .content .tabContent .thirdLevel .listingHolder li {
              padding: 10px 0;
              display: block;
              width: 100%;
              border-bottom: 1px solid #dddddd;
              margin-bottom: 0; }
              .hiddenMenu .full .content .tabContent .thirdLevel .listingHolder li:first-child {
                border-top: 1px solid #dddddd; }
              .hiddenMenu .full .content .tabContent .thirdLevel .listingHolder li a {
                color: #333333; }
                .hiddenMenu .full .content .tabContent .thirdLevel .listingHolder li a:hover {
                  color: #0050a0; }
        .hiddenMenu .full .content .tabContent .thirdLevelTabsContent {
          position: absolute;
          top: 0;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s ease-in-out;
          width: 100%;
          max-height: 70vh;
          overflow: auto; }
          .hiddenMenu .full .content .tabContent .thirdLevelTabsContent::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: transparent; }
          .hiddenMenu .full .content .tabContent .thirdLevelTabsContent::-webkit-scrollbar {
            width: 2px;
            background-color: transparent; }
          .hiddenMenu .full .content .tabContent .thirdLevelTabsContent::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: transparent; }
          .hiddenMenu .full .content .tabContent .thirdLevelTabsContent a:hover {
            color: #0050a0; }
          .hiddenMenu .full .content .tabContent .thirdLevelTabsContent.show {
            opacity: 1;
            visibility: visible; }
        .hiddenMenu .full .content .tabContent.show {
          opacity: 1;
          visibility: visible; }
  .hiddenMenu .stickyPart.moreLinks {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    flex-direction: row;
    padding: 35px 0;
    border-top: 1px solid #ddd;
    background-color: transparent; }
    .hiddenMenu .stickyPart.moreLinks .row {
      width: 100%;
      margin: 0;
      gap: 5px; }
    .hiddenMenu .stickyPart.moreLinks li {
      padding-right: 25px;
      border-right: 1px solid #ddd;
      flex: 0 0 auto;
      width: auto;
      margin-bottom: 0; }
      .hiddenMenu .stickyPart.moreLinks li:last-of-type {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
      .hiddenMenu .stickyPart.moreLinks li a {
        color: #839097;
        line-height: 16px;
        font-weight: 300; }
        .hiddenMenu .stickyPart.moreLinks li a:hover {
          color: #0050a0; }

.hiddenMenu
.full
.content
.tabContent
.secondLevel
> .listingHolder
> .hasSubItems
> a {
  font-weight: 700;
  line-height: 16px;
  color: #0050a0;
  margin-bottom: 20px;
  cursor: unset; }
  .hiddenMenu
  .full
  .content
  .tabContent
  .secondLevel
  > .listingHolder
  > .hasSubItems
  > a {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .hiddenMenu
      .full
      .content
      .tabContent
      .secondLevel
      > .listingHolder
      > .hasSubItems
      > a {
        font-size: calc( 14px + 6 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .hiddenMenu
      .full
      .content
      .tabContent
      .secondLevel
      > .listingHolder
      > .hasSubItems
      > a {
        font-size: 20px; } }

.burgerMenuToggle::after {
  display: none !important;
  width: 50px !important;
  height: 50px !important; }

.landingNewsEvents {
  margin-top: 100px; }
  .landingNewsEvents .listingTitle {
    margin-bottom: 20px !important; }
    .landingNewsEvents .listingTitle a {
      font-weight: 700 !important; }
  .landingNewsEvents .listingLink a {
    display: inline-block;
    color: #0050a0;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-right: 20px;
    position: relative;
    text-transform: none;
    line-height: 30px !important; }
    .landingNewsEvents .listingLink a {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .landingNewsEvents .listingLink a {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .landingNewsEvents .listingLink a {
          font-size: 18px; } }
    .landingNewsEvents .listingLink a:hover::before {
      right: -10px; }
    .landingNewsEvents .listingLink a::before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      right: 0;
      transform: translateY(-50%);
      width: 13px;
      height: 13px;
      background-image: url(../images/icons/arrowBlueNextSmall.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      transition: all 0.3s ease-in-out; }
    .landingNewsEvents .listingLink a::before {
      display: none !important; }
  .landingNewsEvents .eventsLanding {
    padding-top: 0; }
    .landingNewsEvents .eventsLanding .eventslist {
      margin-bottom: 0; }
      .landingNewsEvents .eventsLanding .eventslist .listingImage a {
        width: 100%; }

.featuredNewsList .owl-nav {
  display: none; }

.moreNewsLandingList,
.newsLanding {
  margin-top: 100px; }
  .moreNewsLandingList .homeNews .blockHead,
  .newsLanding .homeNews .blockHead {
    margin-bottom: 60px; }
    .moreNewsLandingList .homeNews .blockHead .sideLinks .viewAll,
    .newsLanding .homeNews .blockHead .sideLinks .viewAll {
      color: #0050a0;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
      padding-right: 20px;
      position: relative;
      text-transform: none;
      padding-left: 0;
      text-align: right;
      position: relative; }
      .moreNewsLandingList .homeNews .blockHead .sideLinks .viewAll,
      .newsLanding .homeNews .blockHead .sideLinks .viewAll {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .moreNewsLandingList .homeNews .blockHead .sideLinks .viewAll,
          .newsLanding .homeNews .blockHead .sideLinks .viewAll {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .moreNewsLandingList .homeNews .blockHead .sideLinks .viewAll,
          .newsLanding .homeNews .blockHead .sideLinks .viewAll {
            font-size: 18px; } }
      .moreNewsLandingList .homeNews .blockHead .sideLinks .viewAll:hover::before,
      .newsLanding .homeNews .blockHead .sideLinks .viewAll:hover::before {
        right: -10px; }
      .moreNewsLandingList .homeNews .blockHead .sideLinks .viewAll::before,
      .newsLanding .homeNews .blockHead .sideLinks .viewAll::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        transform: translateY(-50%);
        width: 13px;
        height: 13px;
        background-image: url(../images/icons/arrowBlueNextSmall.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }
      .moreNewsLandingList .homeNews .blockHead .sideLinks .viewAll::before,
      .newsLanding .homeNews .blockHead .sideLinks .viewAll::before {
        right: 0;
        left: auto; }
  .moreNewsLandingList .homeNews .blockBody .listingHolder .listingItemDIV .listingItem,
  .newsLanding .homeNews .blockBody .listingHolder .listingItemDIV .listingItem {
    border: none;
    box-shadow: 0px 4px 10px 0px rgba(230, 230, 230, 0.5); }

.eventslist {
  margin-bottom: 190px; }
  .eventslist .blockHead {
    margin-bottom: 60px; }
    .eventslist .blockHead .blockTitle {
      color: #252525;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
      .eventslist .blockHead .blockTitle {
        font-size: 25px; }
        @media screen and (min-width: 320px) {
          .eventslist .blockHead .blockTitle {
            font-size: calc( 25px + 15 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .eventslist .blockHead .blockTitle {
            font-size: 40px; } }
    .eventslist .blockHead .sideLinks a {
      border: none;
      padding: 0;
      text-align: left;
      position: relative;
      min-width: 0;
      background-color: transparent;
      color: #0050a0;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
      padding-right: 20px;
      position: relative;
      text-transform: none; }
      .eventslist .blockHead .sideLinks a {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .eventslist .blockHead .sideLinks a {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .eventslist .blockHead .sideLinks a {
            font-size: 18px; } }
      .eventslist .blockHead .sideLinks a:hover::before {
        right: -10px; }
      .eventslist .blockHead .sideLinks a::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        transform: translateY(-50%);
        width: 13px;
        height: 13px;
        background-image: url(../images/icons/arrowBlueNextSmall.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }
      .eventslist .blockHead .sideLinks a:hover {
        background-color: unset !important;
        color: #0050a0; }
  .eventslist .listingHolder .listingItemDIV {
    border-bottom: 1px solid rgba(37, 37, 37, 0.1);
    padding: 0; }
    .eventslist .listingHolder .listingItemDIV:last-of-type {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; }
      .eventslist .listingHolder .listingItemDIV:last-of-type .listingItem {
        padding-bottom: 0 !important; }
    .eventslist .listingHolder .listingItemDIV .listingItem {
      justify-content: space-between;
      box-shadow: 0px 4px 10px 0px rgba(230, 230, 230, 0.5);
      padding: 15px 20px;
      border-radius: 20px;
      margin-bottom: 30px; }
      .eventslist .listingHolder .listingItemDIV .listingItem .listingImage {
        margin-bottom: 0; }
        .eventslist .listingHolder .listingItemDIV .listingItem .listingImage a {
          border-radius: 20px; }
      .eventslist .listingHolder .listingItemDIV .listingItem .listingDate {
        flex: 0 0 auto;
        margin-right: 55px; }
        .eventslist .listingHolder .listingItemDIV .listingItem .listingDate .date {
          background-color: transparent !important;
          padding: 0 !important;
          align-items: flex-start; }
        .eventslist .listingHolder .listingItemDIV .listingItem .listingDate .month {
          color: #252525;
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          margin-bottom: 20px; }
        .eventslist .listingHolder .listingItemDIV .listingItem .listingDate .day {
          color: #252525;
          font-size: 38px;
          font-style: normal;
          font-weight: 700;
          line-height: 38px; }
        .eventslist .listingHolder .listingItemDIV .listingItem .listingDate .year {
          display: none; }
      .eventslist .listingHolder .listingItemDIV .listingItem:hover .listingInfo .listingTitle a {
        color: #0050a0; }
      .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo {
        flex: 1 1 61%;
        margin-top: -5px; }
        .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
          margin-bottom: 25px; }
          .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
            color: #252525;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal; }
        .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription {
          color: #252525;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 12px; }
          .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription {
            font-size: 14px; }
            @media screen and (min-width: 320px) {
              .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription {
                font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
            @media screen and (min-width: 1600px) {
              .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription {
                font-size: 16px; } }
          .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .time,
          .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .location,
          .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .category {
            position: relative;
            padding-left: 35px;
            margin-bottom: 15px;
            min-height: 20px; }
            .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .time,
            .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .location,
            .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .category {
              font-size: 12px; }
              @media screen and (min-width: 320px) {
                .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .time,
                .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .location,
                .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .category {
                  font-size: calc( 12px + 0 * ((100vw - 320px) / 1280) ); } }
              @media screen and (min-width: 1600px) {
                .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .time,
                .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .location,
                .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .category {
                  font-size: 12px; } }
            .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .time::before,
            .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .location::before,
            .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .category::before {
              content: "";
              display: block;
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%);
              width: 20px;
              height: 20px;
              background-image: url(../images/clock.svg);
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              transition: all 0.3s ease-in-out; }
          .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .location {
            margin-bottom: 0px;
            line-height: 20px; }
            .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .location::before {
              background-image: url(../images/place.svg); }
          .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .category {
            margin-top: 15px;
            margin-bottom: 0px; }
            .eventslist .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription .category::before {
              background-image: url(../images/place.svg); }
  .eventslist .txtWrapper {
    display: flex; }

.tabsBanner,
.nobanner {
  background-color: #f3f4f4;
  padding-top: 180px;
  padding-bottom: 60px;
  border-radius: 0px 0px 30px 30px; }
  .tabsBanner .breadCrumbMainContainer,
  .nobanner .breadCrumbMainContainer {
    margin-bottom: 20px; }
    .tabsBanner .breadCrumbMainContainer ul,
    .nobanner .breadCrumbMainContainer ul {
      display: flex;
      flex-wrap: wrap; }
      .tabsBanner .breadCrumbMainContainer ul li,
      .nobanner .breadCrumbMainContainer ul li {
        margin-right: 10px;
        padding-right: 15px;
        position: relative; }
        .tabsBanner .breadCrumbMainContainer ul li:last-child,
        .nobanner .breadCrumbMainContainer ul li:last-child {
          margin-right: 0;
          padding-right: 0; }
          .tabsBanner .breadCrumbMainContainer ul li:last-child a,
          .nobanner .breadCrumbMainContainer ul li:last-child a {
            font-weight: 700;
            pointer-events: none; }
          .tabsBanner .breadCrumbMainContainer ul li:last-child::after,
          .nobanner .breadCrumbMainContainer ul li:last-child::after {
            display: none; }
        .tabsBanner .breadCrumbMainContainer ul li::after,
        .nobanner .breadCrumbMainContainer ul li::after {
          content: "/";
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          color: #333333;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px; }
        .tabsBanner .breadCrumbMainContainer ul li a,
        .nobanner .breadCrumbMainContainer ul li a {
          color: #333333;
          font-size: 11px;
          font-style: normal;
          font-weight: 400;
          line-height: 11px; }
  .tabsBanner .pageInfo .title,
  .nobanner .pageInfo .title {
    color: #0050a0;
    font-style: normal;
    font-weight: 700; }
    .tabsBanner .pageInfo .title,
    .nobanner .pageInfo .title {
      font-size: 36px; }
      @media screen and (min-width: 320px) {
        .tabsBanner .pageInfo .title,
        .nobanner .pageInfo .title {
          font-size: calc( 36px + 34 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .tabsBanner .pageInfo .title,
        .nobanner .pageInfo .title {
          font-size: 70px; } }
    .tabsBanner .pageInfo .title,
    .nobanner .pageInfo .title {
      line-height: 40px; }
      @media screen and (min-width: 320px) {
        .tabsBanner .pageInfo .title,
        .nobanner .pageInfo .title {
          line-height: calc( 40px + 50 * ((100vw - 320px) / 1601) ); } }
      @media screen and (min-width: 1921px) {
        .tabsBanner .pageInfo .title,
        .nobanner .pageInfo .title {
          line-height: 90px; } }
  .tabsBanner .pageInfo span,
  .nobanner .pageInfo span {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .tabsBanner .pageInfo span,
    .nobanner .pageInfo span {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .tabsBanner .pageInfo span,
        .nobanner .pageInfo span {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .tabsBanner .pageInfo span,
        .nobanner .pageInfo span {
          font-size: 18px; } }

.tabsBanner.hasBG {
  position: relative;
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .tabsBanner.hasBG::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 0px 0px 30px 30px; }
  .tabsBanner.hasBG .container {
    z-index: 2;
    position: relative; }
  .tabsBanner.hasBG .breadCrumbMainContainer ul li::after,
  .tabsBanner.hasBG .breadCrumbMainContainer ul li a,
  .tabsBanner.hasBG .pageInfo .title,
  .tabsBanner.hasBG .pageInfo span {
    color: white; }

.nobanner {
  background-color: transparent;
  min-height: 0; }
  .nobanner .breadCrumbMainContainer {
    margin-bottom: 0; }
    .nobanner .breadCrumbMainContainer ul {
      margin-bottom: 0; }

.tabs {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 100px;
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;
  transition: all 0.5s ease-in-out; }
  .tabs.pushed {
    top: 93px; }
  .tabs .container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between; }
  .tabs .tabs-swiper-container {
    display: flex;
    flex-grow: 0; }
  .tabs .swiper-button-next,
  .tabs .swiper-button-prev {
    position: absolute;
    top: 0;
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-top: 0;
    padding-inline: 8px; }
    .tabs .swiper-button-next.swiper-button-disabled,
    .tabs .swiper-button-prev.swiper-button-disabled {
      opacity: 1; }
      .tabs .swiper-button-next.swiper-button-disabled::after,
      .tabs .swiper-button-prev.swiper-button-disabled::after {
        opacity: 0.3; }
    .tabs .swiper-button-next:not(.swiper-button-disabled)::after,
    .tabs .swiper-button-prev:not(.swiper-button-disabled)::after {
      filter: brightness(0) saturate(100%) invert(19%) sepia(90%) saturate(2019%) hue-rotate(194deg) brightness(97%) contrast(106%); }
    .tabs .swiper-button-next::after,
    .tabs .swiper-button-prev::after {
      position: static;
      background-image: url(../images/tabs-arrow.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 18px;
      height: 100%;
      min-height: 73px;
      border: none;
      cursor: pointer;
      font-size: 0; }
  .tabs .swiper-button-prev {
    transform: scale(-1);
    left: 0; }
  .tabs .swiper-button-next {
    right: 0; }
  .tabs .swiper {
    margin: 0;
    position: relative;
    padding-inline: 70px;
    flex-grow: 1; }
    .tabs .swiper:has(.swiper-button-next.swiper-button-disabled):has(.swiper-button-prev.swiper-button-disabled) {
      padding-inline: 0; }
      .tabs .swiper:has(.swiper-button-next.swiper-button-disabled):has(.swiper-button-prev.swiper-button-disabled) .swiper-button-next,
      .tabs .swiper:has(.swiper-button-next.swiper-button-disabled):has(.swiper-button-prev.swiper-button-disabled) .swiper-button-prev {
        display: none; }
  .tabs.innovationTabs ul {
    overflow: auto; }
  .tabs ul {
    margin-bottom: 0;
    display: flex; }
    .tabs ul::-webkit-scrollbar {
      display: none; }
    .tabs ul li {
      text-wrap: nowrap;
      margin-bottom: 0; }
      .tabs ul li.swiper-slide {
        width: fit-content; }
      .tabs ul li:last-child {
        margin-right: 0; }
      .tabs ul li a {
        color: #333333;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding: 25px 0 20px;
        transition: all 0.3s ease-in-out;
        border-bottom: 5px solid transparent; }
        .tabs ul li a {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .tabs ul li a {
              font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .tabs ul li a {
              font-size: 16px; } }
        .tabs ul li a:hover {
          color: #0050a0; }
        .tabs ul li a.active {
          border-bottom: 5px solid #0050a0; }
      .tabs ul li.active a {
        border-bottom: 5px solid #0050a0; }
  .tabs .filters {
    width: 15%; }
    .tabs .filters .dk-select {
      width: 100%;
      height: 100%; }
      .tabs .filters .dk-select .dk-selected {
        height: 100%;
        color: #333333;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
        text-transform: uppercase;
        border: none;
        position: relative;
        padding-right: 30px;
        padding: 5px 10px;
        line-height: 54px; }
        .tabs .filters .dk-select .dk-selected {
          font-size: 16px; }
          @media screen and (min-width: 320px) {
            .tabs .filters .dk-select .dk-selected {
              font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .tabs .filters .dk-select .dk-selected {
              font-size: 18px; } }
        .tabs .filters .dk-select .dk-selected::before {
          display: none; }
        .tabs .filters .dk-select .dk-selected::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          background-image: url(../images/selectArrow.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin: 0;
          border: none; }
      .tabs .filters .dk-select .dk-select-options {
        width: 100%;
        top: calc(100% - 15px);
        border-radius: 10px;
        border: none;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
        .tabs .filters .dk-select .dk-select-options.dk-select-options-highlight li.dk-option-selected {
          background-color: white;
          color: inherit; }
          .tabs .filters .dk-select .dk-select-options.dk-select-options-highlight li.dk-option-selected.dk-option-highlight {
            background-color: #0050a0;
            color: white; }
        .tabs .filters .dk-select .dk-select-options li {
          margin: 0;
          padding: 2px 10px;
          width: 100%; }
          .tabs .filters .dk-select .dk-select-options li.dk-option-selected, .tabs .filters .dk-select .dk-select-options li.dk-option-highlight {
            background-color: #0050a0; }
        .tabs .filters .dk-select .dk-select-options::-webkit-scrollbar-track, .tabs .filters .dk-select .dk-select-options::-webkit-scrollbar, .tabs .filters .dk-select .dk-select-options::-webkit-scrollbar-thumb {
          display: none; }
  .tabs .newsFilter {
    border-bottom: none;
    margin-bottom: 0;
    width: 20%;
    min-width: 160px; }
    .tabs .newsFilter .dk-select .dk-selected {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .tabs .newsFilter .dk-select .dk-selected {
          font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .tabs .newsFilter .dk-select .dk-selected {
          font-size: 16px; } }
    .tabs .newsFilter .dk-select .dk-selected:after {
      right: 10px; }
  .tabs .linkBtn {
    font-weight: 600;
    color: white;
    padding: 13px 27px;
    padding-inline-end: 54px;
    background: #0050a0;
    border: 1px solid #0050a0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-transform: uppercase;
    flex-shrink: 0; }
    .tabs .linkBtn {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .tabs .linkBtn {
          font-size: calc( 14px + 0 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .tabs .linkBtn {
          font-size: 14px; } }
    .tabs .linkBtn:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px;
      width: 15px;
      height: 15px;
      background-image: url(../images/arrow-right-white.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      transition: all 0.3s ease-in-out; }
    .tabs .linkBtn:hover {
      background: white;
      color: #0050a0;
      box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }
      .tabs .linkBtn:hover:after {
        background-image: url(../images/icons/arrow-right-blue.svg); }
    .tabs .linkBtn.black {
      background: transparent;
      border: 1px solid black;
      color: black; }
      .tabs .linkBtn.black:after {
        filter: brightness(0); }
      .tabs .linkBtn.black:hover {
        background: #0050a0;
        color: white;
        border: 1px solid #0050a0; }
        .tabs .linkBtn.black:hover:after {
          filter: brightness(0) invert(1); }
  .tabs .primaryBtn {
    background: transparent;
    border: 2px solid black;
    color: black;
    padding: 13px 27px;
    font-size: 14px;
    padding-inline-end: 54px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    position: relative; }
    .tabs .primaryBtn:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px;
      width: 15px;
      height: 15px;
      background-image: url(../images/arrow-right.svg);
      filter: brightness(0);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      transition: all 0.3s ease-in-out; }
    .tabs .primaryBtn:hover {
      background: black;
      color: white;
      border: 2px solid black; }
      .tabs .primaryBtn:hover:after {
        filter: brightness(0) invert(1); }
  .tabs .btnContainer {
    display: flex;
    gap: 20px;
    padding: 10px 0; }
  .tabs.innovationTabs li {
    margin-inline-end: 10px;
    margin-bottom: 0; }
    .tabs.innovationTabs li a {
      padding: 10px 20px;
      border: 1px solid #929497;
      color: #333333;
      border-radius: 44px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .tabs.innovationTabs li.active a {
      border: 1px solid #0050a0;
      background: #0050a0;
      color: white; }

.newsDetails {
  margin-bottom: 100px; }
  .newsDetails .top {
    border-bottom: 1px solid #f3f4f4;
    padding: 0 0 70px 0;
    margin-bottom: 80px; }
  .newsDetails .newsHead {
    position: relative; }
    .newsDetails .newsHead .backbtn {
      color: #0050a0;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
      padding-right: 20px;
      position: relative;
      text-transform: none;
      display: inline-block;
      padding-left: 30px;
      position: absolute;
      top: 0; }
      .newsDetails .newsHead .backbtn {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .newsDetails .newsHead .backbtn {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .newsDetails .newsHead .backbtn {
            font-size: 18px; } }
      .newsDetails .newsHead .backbtn:hover::before {
        right: -10px; }
      .newsDetails .newsHead .backbtn::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        transform: translateY(-50%);
        width: 13px;
        height: 13px;
        background-image: url(../images/icons/arrowBlueNextSmall.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }
      .newsDetails .newsHead .backbtn::before {
        right: auto;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotateZ(180deg); }
      .newsDetails .newsHead .backbtn:hover::before {
        left: -10px; }
    .newsDetails .newsHead .newsDate {
      color: #afafaf;
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 40px;
      text-align: center; }
    .newsDetails .newsHead h3 {
      color: #2d2d2d;
      text-align: center;
      font-style: normal;
      font-weight: 700; }
      .newsDetails .newsHead h3 {
        font-size: 25px; }
        @media screen and (min-width: 320px) {
          .newsDetails .newsHead h3 {
            font-size: calc( 25px + 25 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .newsDetails .newsHead h3 {
            font-size: 50px; } }
      .newsDetails .newsHead h3 {
        line-height: 30px; }
        @media screen and (min-width: 320px) {
          .newsDetails .newsHead h3 {
            line-height: calc( 30px + 35 * ((100vw - 320px) / 1601) ); } }
        @media screen and (min-width: 1921px) {
          .newsDetails .newsHead h3 {
            line-height: 65px; } }
  .newsDetails .newsImages {
    position: relative; }
    .newsDetails .newsImages .newsimageslist {
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 146px; }
      .newsDetails .newsImages .newsimageslist .imagesSlider {
        margin-bottom: 0; }
    .newsDetails .newsImages .thumbnailsSlider {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) translateY(50%);
      width: 50%;
      margin-bottom: 0; }
      .newsDetails .newsImages .thumbnailsSlider img {
        width: 100%;
        display: block; }
      .newsDetails .newsImages .thumbnailsSlider .owl-item:not(.center) {
        scale: 0.8;
        transition: all 0.3s ease-in-out;
        border-radius: 10px;
        overflow: hidden; }
        .newsDetails .newsImages .thumbnailsSlider .owl-item:not(.center)::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 10px;
          opacity: 0.4;
          background: lightgray -11.541px 0px / 111.948% 100%;
          transition: all 0.3s ease-in-out; }
      .newsDetails .newsImages .thumbnailsSlider .center {
        transition: all 0.3s ease-in-out;
        border-radius: 10px;
        overflow: hidden;
        border-bottom: 5px solid #0050a0; }
        .newsDetails .newsImages .thumbnailsSlider .center::after {
          opacity: 0; }
  .newsDetails .newsNavigation {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .newsDetails .newsNavigation .nextNews,
    .newsDetails .newsNavigation .previousNews {
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      padding: 16px 30px;
      border-color: #0050a0 !important;
      background-color: #0050a0;
      border-radius: 10px;
      position: relative;
      display: inline-block;
      padding: 10px 16px;
      padding-right: 30px;
      transition: all 0.3s ease-in-out;
      text-transform: uppercase;
      border: 1px solid #0050a0; }
      .newsDetails .newsNavigation .nextNews:hover,
      .newsDetails .newsNavigation .previousNews:hover {
        background-color: white;
        color: #0050a0; }
      .newsDetails .newsNavigation .nextNews:hover,
      .newsDetails .newsNavigation .previousNews:hover {
        color: #0050a0; }
        .newsDetails .newsNavigation .nextNews:hover::after,
        .newsDetails .newsNavigation .previousNews:hover::after {
          background-image: url(../images/icons/arrow-right-blue.svg); }
      .newsDetails .newsNavigation .nextNews::after,
      .newsDetails .newsNavigation .previousNews::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        width: 13px;
        height: 13px;
        background-image: url(../images/arrow-right-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }
    .newsDetails .newsNavigation .previousNews {
      padding: 10px 16px;
      padding-left: 30px; }
      .newsDetails .newsNavigation .previousNews::after {
        left: 10px;
        right: auto;
        transform: translateY(-50%) rotateZ(180deg); }
  .newsDetails .sharedv {
    position: relative;
    margin: 25px 0 60px;
    display: flex;
    align-items: center; }
    .newsDetails .sharedv a {
      display: block; }
    .newsDetails .sharedv.open::before, .newsDetails .sharedv:hover::before {
      opacity: 1; }
    .newsDetails .sharedv .shareicon {
      height: 35px;
      background-image: url(../images/shareIcon.svg);
      background-position: right center;
      background-size: 20px;
      background-repeat: no-repeat;
      position: relative;
      display: inline-block;
      padding-right: 30px;
      text-transform: uppercase;
      color: #232323;
      font-style: normal;
      font-weight: 400;
      line-height: 35px;
      margin-right: 30px; }
      .newsDetails .sharedv .shareicon {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .newsDetails .sharedv .shareicon {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .newsDetails .sharedv .shareicon {
            font-size: 18px; } }
      .newsDetails .sharedv .shareicon:hover {
        color: #0050a0;
        background-image: url(../images/icons/shareIcon-blue.svg); }
    .newsDetails .sharedv ul {
      display: none;
      margin: 0; }
      .newsDetails .sharedv ul li {
        padding: 0;
        margin: 0;
        margin-right: 10px;
        display: inline-block; }
        .newsDetails .sharedv ul li:last-child {
          margin: 0; }
        .newsDetails .sharedv ul li a {
          display: block;
          margin: 0;
          border: 1px solid #0050a0;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          position: relative; }
          .newsDetails .sharedv ul li a::after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 15px;
            height: 15px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            transition: all 0.3s ease-in-out; }
          .newsDetails .sharedv ul li a.fb::after {
            background-image: url(../images/facebook.svg); }
          .newsDetails .sharedv ul li a.ig::after {
            background-image: url(../images/instagram.svg); }
          .newsDetails .sharedv ul li a.tw::after {
            background-image: url(../images/twitter-icon-red.svg); }
          .newsDetails .sharedv ul li a.ln::after {
            background-image: url(../images/linkedin.svg); }
          .newsDetails .sharedv ul li a.yt::after {
            background-image: url(../images/youtube.svg); }
          .newsDetails .sharedv ul li a:hover {
            background-color: #0050a0; }
            .newsDetails .sharedv ul li a:hover::after {
              filter: brightness(0) invert(1); }
        .newsDetails .sharedv ul li::before {
          display: none; }
  .newsDetails .htmlBody a {
    color: #0050a0;
    text-decoration: underline; }
    .newsDetails .htmlBody a:hover {
      color: #0c509e; }

.newsDetailsRelated {
  background-color: #d4dbe5;
  padding: 65px 0 135px;
  border-radius: 30px 30px 0 0;
  margin-bottom: -25px; }
  .newsDetailsRelated h3 {
    color: #333333;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 80px; }
    .newsDetailsRelated h3 {
      font-size: 36px; }
      @media screen and (min-width: 320px) {
        .newsDetailsRelated h3 {
          font-size: calc( 36px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .newsDetailsRelated h3 {
          font-size: 38px; } }
  .newsDetailsRelated .listingItem .newsDate {
    color: #afafaf;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out; }
  .newsDetailsRelated .listingItem .listingTitle {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out; }
  .newsDetailsRelated .listingItem span {
    color: #0050a0;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-right: 20px;
    position: relative;
    text-transform: none;
    display: inline-block;
    transition: all 0.3s ease-in-out; }
    .newsDetailsRelated .listingItem span {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .newsDetailsRelated .listingItem span {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .newsDetailsRelated .listingItem span {
          font-size: 18px; } }
    .newsDetailsRelated .listingItem span:hover::before {
      right: -10px; }
    .newsDetailsRelated .listingItem span::before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      right: 0;
      transform: translateY(-50%);
      width: 13px;
      height: 13px;
      background-image: url(../images/icons/arrowBlueNextSmall.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      transition: all 0.3s ease-in-out; }
  .newsDetailsRelated .listingItem .listingLink {
    padding: 36px 46px;
    border-radius: 11px;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease-in-out; }
    .newsDetailsRelated .listingItem .listingLink:hover {
      background-color: #072241; }
      .newsDetailsRelated .listingItem .listingLink:hover .listingTitle,
      .newsDetailsRelated .listingItem .listingLink:hover span,
      .newsDetailsRelated .listingItem .listingLink:hover .newsDate {
        color: white; }
        .newsDetailsRelated .listingItem .listingLink:hover .listingTitle::before,
        .newsDetailsRelated .listingItem .listingLink:hover span::before,
        .newsDetailsRelated .listingItem .listingLink:hover .newsDate::before {
          filter: brightness(0) invert(1); }

.eventsLanding {
  padding: 100px 0; }

.greyBG {
  background: #f3f4f4; }

.descriptionBlock {
  padding-top: 150px; }
  .descriptionBlock.padt0 {
    padding-top: 0; }
  .descriptionBlock.descriptionLab {
    margin-bottom: 100px; }
    .descriptionBlock.descriptionLab .row {
      border-bottom: 1px solid #d5d5d5; }
    .descriptionBlock.descriptionLab .leftSection,
    .descriptionBlock.descriptionLab .rightSection {
      margin-bottom: 100px; }
  .descriptionBlock .leftSection {
    font-size: 25px; }
    @media screen and (min-width: 320px) {
      .descriptionBlock .leftSection {
        font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .descriptionBlock .leftSection {
        font-size: 36px; } }
  .descriptionBlock .leftSection {
    line-height: 34px; }
    @media screen and (min-width: 320px) {
      .descriptionBlock .leftSection {
        line-height: calc( 34px + 16 * ((100vw - 320px) / 1601) ); } }
    @media screen and (min-width: 1921px) {
      .descriptionBlock .leftSection {
        line-height: 50px; } }
  .descriptionBlock .leftSection,
  .descriptionBlock .rightSection {
    margin-bottom: 150px;
    font-weight: 300; }
    .descriptionBlock .leftSection,
    .descriptionBlock .rightSection {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .descriptionBlock .leftSection,
        .descriptionBlock .rightSection {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .descriptionBlock .leftSection,
        .descriptionBlock .rightSection {
          font-size: 18px; } }
    .descriptionBlock .leftSection a,
    .descriptionBlock .rightSection a {
      color: #0050a0; }
  .descriptionBlock h2 {
    color: #282828;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px; }
    .descriptionBlock h2 {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .descriptionBlock h2 {
          font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .descriptionBlock h2 {
          font-size: 36px; } }
    .descriptionBlock h2.secondary {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .descriptionBlock h2.secondary {
          font-size: calc( 25px + 5 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .descriptionBlock h2.secondary {
          font-size: 30px; } }
  .descriptionBlock h3 {
    color: #232323;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 35px; }
    .descriptionBlock h3 {
      font-size: 18px; }
      @media screen and (min-width: 320px) {
        .descriptionBlock h3 {
          font-size: calc( 18px + 10 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .descriptionBlock h3 {
          font-size: 28px; } }
    .descriptionBlock h3 {
      line-height: 28px; }
      @media screen and (min-width: 320px) {
        .descriptionBlock h3 {
          line-height: calc( 28px + 18 * ((100vw - 320px) / 1601) ); } }
      @media screen and (min-width: 1921px) {
        .descriptionBlock h3 {
          line-height: 46px; } }
  .descriptionBlock p {
    color: #232323;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; }
    .descriptionBlock p {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .descriptionBlock p {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .descriptionBlock p {
          font-size: 18px; } }
  .descriptionBlock ul li {
    padding-inline-start: 30px;
    position: relative; }
    .descriptionBlock ul li::before {
      content: "";
      position: absolute;
      top: 9px;
      left: 20px;
      transform: translateX(-50%);
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #0050a0; }
  .descriptionBlock img {
    border-radius: 10px;
    display: block; }
  .descriptionBlock .parallax {
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    max-height: 500px; }
    .descriptionBlock .parallax img {
      display: block;
      width: 100%; }
  .descriptionBlock.businessAdmin {
    border-bottom: 1px solid #ddd;
    margin-bottom: 100px; }
    .descriptionBlock.businessAdmin.lastitem {
      margin-bottom: 40px;
      border-bottom: 0; }
    .descriptionBlock.businessAdmin h2 {
      margin-bottom: 0; }
    .descriptionBlock.businessAdmin .leftSection,
    .descriptionBlock.businessAdmin .rightSection {
      margin-bottom: 100px; }
  .descriptionBlock .rightSection .increase-size-p {
    color: #232323;
    font-weight: 300;
    margin-bottom: 40px; }
    .descriptionBlock .rightSection .increase-size-p {
      line-height: 28px; }
      @media screen and (min-width: 320px) {
        .descriptionBlock .rightSection .increase-size-p {
          line-height: calc( 28px + 22 * ((100vw - 320px) / 1601) ); } }
      @media screen and (min-width: 1921px) {
        .descriptionBlock .rightSection .increase-size-p {
          line-height: 50px; } }
    .descriptionBlock .rightSection .increase-size-p {
      font-size: 18px; }
      @media screen and (min-width: 320px) {
        .descriptionBlock .rightSection .increase-size-p {
          font-size: calc( 18px + 18 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .descriptionBlock .rightSection .increase-size-p {
          font-size: 36px; } }
  .descriptionBlock .rightSection .imgContainer img {
    margin-top: 60px; }
  .descriptionBlock .rightSection .subitems .listingItem {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 25px 40px 25px;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .descriptionBlock .rightSection .subitems .listingItem .listingImage {
      width: 100%;
      margin-bottom: 30px; }
      .descriptionBlock .rightSection .subitems .listingItem .listingImage img {
        width: 76px;
        height: 76px;
        object-fit: contain; }
    .descriptionBlock .rightSection .subitems .listingItem .listingInfo {
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
      .descriptionBlock .rightSection .subitems .listingItem .listingInfo .listingTitle {
        color: #333;
        margin-bottom: 27px;
        font-size: 20px;
        font-weight: 700;
        line-height: normal; }
      .descriptionBlock .rightSection .subitems .listingItem .listingInfo .listingDescription {
        color: #929497;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px; }

.captcha-section {
  position: relative; }
  .captcha-section .captchaAlertMessage {
    position: absolute;
    top: -22px;
    inset-inline-start: 15px;
    text-align: start; }

.formSection .captcha-section {
  position: relative; }
  .formSection .captcha-section .captchaAlertMessage {
    position: absolute;
    top: -22px;
    inset-inline-start: 15px;
    text-align: start; }

.introLabs,
.introLibrary {
  margin-bottom: 150px; }
  .introLabs h2,
  .introLibrary h2 {
    font-size: 28px; }
    @media screen and (min-width: 320px) {
      .introLabs h2,
      .introLibrary h2 {
        font-size: calc( 28px + 8 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .introLabs h2,
      .introLibrary h2 {
        font-size: 36px; } }
  .introLabs .summary h3,
  .introLibrary .summary h3 {
    font-weight: 300; }
    .introLabs .summary h3,
    .introLibrary .summary h3 {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .introLabs .summary h3,
        .introLibrary .summary h3 {
          font-size: calc( 20px + 16 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .introLabs .summary h3,
        .introLibrary .summary h3 {
          font-size: 36px; } }
    .introLabs .summary h3,
    .introLibrary .summary h3 {
      line-height: 28px; }
      @media screen and (min-width: 320px) {
        .introLabs .summary h3,
        .introLibrary .summary h3 {
          line-height: calc( 28px + 22 * ((100vw - 320px) / 1601) ); } }
      @media screen and (min-width: 1921px) {
        .introLabs .summary h3,
        .introLibrary .summary h3 {
          line-height: 50px; } }
  .introLabs .summary p,
  .introLibrary .summary p {
    font-weight: 300; }
    .introLabs .summary p,
    .introLibrary .summary p {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .introLabs .summary p,
        .introLibrary .summary p {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .introLabs .summary p,
        .introLibrary .summary p {
          font-size: 18px; } }

.Labs {
  margin-top: 100px; }
  .Labs .listingItemDIV {
    margin-bottom: 0; }
    .Labs .listingItemDIV:last-of-type .descriptionBlock {
      margin-bottom: 0;
      padding-bottom: 0; }
      .Labs .listingItemDIV:last-of-type .descriptionBlock .row {
        border: none; }

.introLibrary {
  margin-bottom: 0; }

.Overview {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #ddd; }
  .Overview .listingHolder .listingItemDIV {
    margin-bottom: 0; }
  .Overview .descriptionBlock h3 {
    margin-bottom: 0; }
  .Overview .rightSection,
  .Overview .leftSection {
    margin-bottom: 0; }

.borderList .listingItemDIV {
  margin-bottom: 100px; }
  .borderList .listingItemDIV:last-of-type {
    margin-bottom: 0; }
  .borderList .listingItemDIV .descriptionBlock {
    border-bottom: 1px solid #ddd; }
    .borderList .listingItemDIV .descriptionBlock .leftSection,
    .borderList .listingItemDIV .descriptionBlock .rightSection {
      margin-bottom: 100px; }
  .borderList .listingItemDIV:last-of-type .descriptionBlock {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }

.backgroundImageContainer {
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 600px;
  margin-top: 50px; }
  .backgroundImageContainer.noMargin {
    margin-bottom: -30px; }
  .backgroundImageContainer.careerExplore {
    margin-top: 200px;
    border-radius: 30px 30px 0 0; }
  .backgroundImageContainer .content {
    border-radius: 0px 30px 30px 0px;
    background-color: #d4dbe5;
    padding: 100px;
    display: inline-block;
    width: 60%;
    max-width: 950px;
    transform: translateY(-100px); }
    .backgroundImageContainer .content .title {
      color: #333333;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 50px; }
      .backgroundImageContainer .content .title {
        font-size: 25px; }
        @media screen and (min-width: 320px) {
          .backgroundImageContainer .content .title {
            font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .backgroundImageContainer .content .title {
            font-size: 36px; } }
    .backgroundImageContainer .content .description {
      color: #333333;
      font-style: normal;
      font-weight: 300; }
      .backgroundImageContainer .content .description {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .backgroundImageContainer .content .description {
            font-size: calc( 16px + 8 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .backgroundImageContainer .content .description {
            font-size: 24px; } }
      .backgroundImageContainer .content .description {
        line-height: 24px; }
        @media screen and (min-width: 320px) {
          .backgroundImageContainer .content .description {
            line-height: calc( 24px + 12 * ((100vw - 320px) / 1601) ); } }
        @media screen and (min-width: 1921px) {
          .backgroundImageContainer .content .description {
            line-height: 36px; } }
  .backgroundImageContainer .link a {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.83px;
    padding-left: 50px;
    position: relative;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin: 40px 0;
    padding-inline-start: 50px; }
    .backgroundImageContainer .link a::before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      background-color: #0050a0;
      border-radius: 50%;
      background-image: url(../images/icons/arrowWhiteNextSmall.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 14px 13px;
      transition: all 0.3s ease-in-out; }
    .backgroundImageContainer .link a:hover {
      color: #0050a0; }
      .backgroundImageContainer .link a:hover::before {
        background-color: #FFF;
        background-image: url(../images/icons/arrowBlueNextSmall.svg);
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.whyAcmListing {
  padding-top: 60px;
  margin-bottom: 60px; }
  .whyAcmListing .listingHolder {
    margin: 0; }
  .whyAcmListing .listingItemDIV {
    border-bottom: 1px solid #dddddd;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 40px;
    width: 100%; }
    .whyAcmListing .listingItemDIV:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .whyAcmListing .listingItemDIV .listingItem {
      pointer-events: none; }
      .whyAcmListing .listingItemDIV .listingItem .listingImage {
        width: 50px;
        height: 50px;
        margin-bottom: 27px; }
        .whyAcmListing .listingItemDIV .listingItem .listingImage img {
          width: 100%;
          height: auto;
          display: block;
          border-radius: 0; }

.crossLinks {
  background-color: #0c509e;
  padding: 110px 0 150px;
  margin-bottom: -40px;
  border-radius: 30px 30px 0px 0px; }
  .crossLinks .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .crossLinks .title {
    color: white;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 50px;
    max-width: 900px; }
    .crossLinks .title {
      font-size: 24px; }
      @media screen and (min-width: 320px) {
        .crossLinks .title {
          font-size: calc( 24px + 14 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .crossLinks .title {
          font-size: 38px; } }
  .crossLinks .link a {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    background-color: #ffffff;
    color: #0050a0;
    font-weight: 700;
    padding: 15px 30px;
    position: relative;
    padding-right: 50px;
    white-space: nowrap;
    text-transform: uppercase; }
    .crossLinks .link a:hover {
      box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
      background-color: #0050a0;
      color: #ffffff;
      border-color: #ffffff; }
    .crossLinks .link a {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .crossLinks .link a {
          font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .crossLinks .link a {
          font-size: 16px; } }
    .crossLinks .link a::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px;
      width: 14px;
      height: 14px;
      background-image: url(../images/icons/arrow-right-blue.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-image: contain;
      transition: all 0.3s ease-in-out; }
    .crossLinks .link a:hover::after {
      background-image: url(../images/arrow-right-white.svg); }
  .crossLinks.multipleButtons {
    border-radius: 30px 30px 0 0; }
    .crossLinks.multipleButtons .title {
      margin-bottom: 40px;
      margin-inline: 0;
      text-align: center; }
    .crossLinks.multipleButtons .container {
      flex-direction: column; }
      .crossLinks.multipleButtons .container .linkList {
        display: flex;
        gap: 30px;
        justify-content: center; }
        .crossLinks.multipleButtons .container .linkList .link a {
          padding-top: 20px;
          padding-bottom: 20px;
          min-width: 200px; }

.ACMAlternatingList {
  padding-top: 150px;
  margin-bottom: 150px; }
  .ACMAlternatingList.RemoveReadMore .listingHolder .listingItemDIV:first-child {
    padding-top: 50px; }
  .ACMAlternatingList .alternating.horizontal
  .listingHolder
  .listingItemDIV
  .listingItem
  .listingInfo {
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
    max-width: 41.66666667%; }
  .ACMAlternatingList .listingHolder .listingItemDIV:last-child {
    margin-bottom: 0; }
    .ACMAlternatingList .listingHolder .listingItemDIV:last-child .listingItem {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .ACMAlternatingList .listingHolder .listingItemDIV .listingItem {
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 100px;
    margin-bottom: 100px;
    row-gap: 30px; }
    .ACMAlternatingList .listingHolder .listingItemDIV .listingItem ul li a {
      color: #0050a0;
      text-decoration: underline; }
      .ACMAlternatingList .listingHolder .listingItemDIV .listingItem ul li a:hover {
        color: #0050a0; }
    .ACMAlternatingList .listingHolder .listingItemDIV .listingItem:hover .listingImage img {
      transform: none; }
    .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingImage .imgContainer {
      overflow: hidden;
      border-radius: 20px; }
    .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingInfo {
      flex: 0 0 41.66666667%;
      width: 41.66666667%;
      max-width: 41.66666667%; }
    .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingTitle .name {
      color: #333333;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 40px; }
      .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingTitle .name {
        font-size: 20px; }
        @media screen and (min-width: 320px) {
          .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingTitle .name {
            font-size: calc( 20px + 16 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingTitle .name {
            font-size: 36px; } }
    .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .description {
      color: #333333;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 28px;
      margin-bottom: 30px; }
    .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingLink .hideReadMore {
      display: none; }
    .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingLink a {
      color: #232323;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20.83px;
      padding-left: 50px;
      position: relative;
      transition: all 0.3s ease-in-out;
      color: #000000;
      text-transform: capitalize; }
      .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingLink a::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background-color: #0050a0;
        border-radius: 50%;
        background-image: url(../images/icons/arrowWhiteNextSmall.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px 13px;
        transition: all 0.3s ease-in-out; }
      .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingLink a:hover {
        color: #0050a0; }
        .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingLink a:hover::before {
          background-color: #FFF;
          background-image: url(../images/icons/arrowBlueNextSmall.svg);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }
    .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .hideReadMore {
      display: none; }
  .ACMAlternatingList .listingHolder .listingItemDIV:nth-child(even) .listingInfo {
    margin: 0 !important; }

.gallerySection {
  background-color: #f3f3f3;
  padding: 40px 0; }
  .gallerySection .blockHead h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 40px; }
  .gallerySection .infoOverImg .listingItemDIV .listingItem {
    position: relative; }
    .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfos {
      pointer-events: auto !important;
      cursor: pointer; }
    .gallerySection .infoOverImg .listingItemDIV .listingItem:hover .listingInfo .listingTitle a {
      color: #0050a0; }
    .gallerySection .infoOverImg .listingItemDIV .listingItem .listingImage a {
      border: none; }
      .gallerySection .infoOverImg .listingItemDIV .listingItem .listingImage a::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.49%, #000000 100%);
        opacity: 1; }
    .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo {
      bottom: 20px;
      top: auto; }
      .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo .listingTitle {
        font-weight: 600;
        line-height: 31.92px;
        color: white;
        margin-bottom: 10px;
        z-index: 2; }
        .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo .listingTitle {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo .listingTitle {
              font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo .listingTitle {
              font-size: 16px; } }
      .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo .listingLink {
        height: auto;
        opacity: 1;
        position: relative;
        color: #232323;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20.83px;
        padding-left: 50px;
        position: relative;
        transition: all 0.3s ease-in-out;
        overflow: visible;
        z-index: 2;
        overflow: visible;
        color: #0050a0;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        transition: all 0.3s ease-in-out; }
        .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo .listingLink::before {
          content: "";
          display: block;
          position: absolute;
          top: 8px;
          left: 0;
          transform: translateY(-50%);
          width: 36px;
          height: 36px;
          background-color: #0050a0;
          border-radius: 50%;
          background-image: url(../images/icons/arrowWhiteNextSmall.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 14px 13px;
          transition: all 0.3s ease-in-out; }
        .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo .listingLink:hover {
          color: #0050a0; }
          .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo .listingLink:hover::before {
            background-color: #FFF;
            background-image: url(../images/icons/arrowBlueNextSmall.svg);
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }
  .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfo,
  .gallerySection .infoOverImg .listingItemDIV .listingItem .listingInfos {
    pointer-events: auto;
    cursor: pointer; }
  .gallerySection.galleryImagePage {
    background-color: white; }
    .gallerySection.galleryImagePage .infoOverImg .listingItemDIV {
      margin-bottom: 20px; }
      .gallerySection.galleryImagePage .infoOverImg .listingItemDIV .listingItem {
        border-radius: 8px;
        overflow: hidden; }
        .gallerySection.galleryImagePage .infoOverImg .listingItemDIV .listingItem .listingInfo {
          position: absolute;
          left: 20px; }
        .gallerySection.galleryImagePage .infoOverImg .listingItemDIV .listingItem .listingImage a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.49%, #000000 100%);
          opacity: 1; }
        .gallerySection.galleryImagePage .infoOverImg .listingItemDIV .listingItem .listingImage {
          position: relative;
          overflow: hidden;
          border-radius: 20px; }
          .gallerySection.galleryImagePage .infoOverImg .listingItemDIV .listingItem .listingImage::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.49%, #000000 100%);
            z-index: 1; }
          .gallerySection.galleryImagePage .infoOverImg .listingItemDIV .listingItem .listingImage img {
            display: block;
            width: 100%;
            height: auto;
            z-index: 0; }

.boardteamListing {
  padding: 50px 0; }
  .boardteamListing .listingImage {
    overflow: hidden;
    margin-bottom: 15px !important; }
    .boardteamListing .listingImage img {
      transition: all 0.3s ease-in-out; }
  .boardteamListing .listingInfo .listingTitle {
    font-weight: 400;
    line-height: 31.92px;
    color: #000000;
    margin-bottom: 0 !important; }
    .boardteamListing .listingInfo .listingTitle {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .boardteamListing .listingInfo .listingTitle {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .boardteamListing .listingInfo .listingTitle {
          font-size: 18px; } }
  .boardteamListing .listingInfo .listingDate {
    font-weight: 700;
    line-height: 31.92px;
    color: #000000; }
    .boardteamListing .listingInfo .listingDate {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .boardteamListing .listingInfo .listingDate {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .boardteamListing .listingInfo .listingDate {
          font-size: 18px; } }
  .boardteamListing .listingInfo .listingLink {
    margin-top: 5px; }
    .boardteamListing .listingInfo .listingLink a {
      color: #232323;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20.83px;
      padding-left: 50px;
      position: relative;
      transition: all 0.3s ease-in-out;
      color: #0050a0;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      font-size: 14px;
      line-height: 24px;
      padding-left: 34px;
      transition: all 0.3s ease-in-out; }
      .boardteamListing .listingInfo .listingLink a::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background-color: #0050a0;
        border-radius: 50%;
        background-image: url(../images/icons/arrowWhiteNextSmall.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px 13px;
        transition: all 0.3s ease-in-out; }
      .boardteamListing .listingInfo .listingLink a:hover {
        color: #0050a0; }
        .boardteamListing .listingInfo .listingLink a:hover::before {
          background-color: #FFF;
          background-image: url(../images/icons/arrowBlueNextSmall.svg);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }
      .boardteamListing .listingInfo .listingLink a::before {
        width: 24px;
        height: 24px;
        top: 50%;
        border-color: #0050a0;
        transition: unset; }
      .boardteamListing .listingInfo .listingLink a:hover {
        color: #0c509e; }
  .boardteamListing .listingHolder .listingItemDIV {
    margin-bottom: 45px; }

.boardteamListing .listingInfo .listingLink a:hover::before {
  border: 1px solid #0050a0;
  border-radius: 50%; }

.milestones {
  margin-bottom: 100px; }
  .milestones li {
    padding: 0; }
    .milestones li::before {
      display: none; }
  .milestones .listingHolder {
    padding-top: 150px; }
    .milestones .listingHolder:before {
      content: "";
      height: 25px;
      width: 25px;
      background-color: #fff;
      display: block;
      position: absolute;
      left: 0;
      top: 50px;
      z-index: 1; }
    .milestones .listingHolder .owl-stage-outer {
      overflow: visible; }
    .milestones .listingHolder .owl-item:first-child .listingItem::after {
      display: none; }
    .milestones .listingHolder .owl-item:first-child .listingItem::before {
      width: calc(100% - 45px);
      left: auto;
      right: 0; }
  .milestones .listingItemDIV {
    padding: 0; }
  .milestones .listingItem {
    max-width: 600px;
    width: 100vw;
    position: relative;
    padding-top: 50px; }
    .milestones .listingItem:before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #979797;
      position: absolute;
      top: 0;
      left: 0; }
    .milestones .listingItem:after {
      content: "";
      width: 1px;
      height: 30px;
      background-color: #979797;
      position: absolute;
      top: 0;
      left: 35px; }
    .milestones .listingItem:hover .listingImage img {
      transform: none !important; }
  .milestones .year {
    font-size: 80px;
    letter-spacing: 0;
    line-height: 80px;
    text-align: right;
    position: absolute;
    top: 48px;
    left: 0;
    height: 410px;
    width: 80px;
    font-size: 70px;
    font-weight: 400;
    line-height: 84.72px; }
    .milestones .year span {
      font-size: 70px !important;
      color: #0c509e;
      display: block;
      line-height: 80px;
      transform: rotate(-90deg) translateX(-100%);
      position: absolute;
      transform-origin: 0 0;
      width: 410px;
      left: 0;
      top: 0;
      white-space: nowrap; }
  .milestones .listingInfo {
    padding-left: 93px;
    padding-right: 120px; }
  .milestones .listingDescription {
    color: #2a2a2a;
    line-height: 24px;
    margin-bottom: 25px; }
    .milestones .listingDescription {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .milestones .listingDescription {
          font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .milestones .listingDescription {
          font-size: 16px; } }
  .milestones .listingImage img {
    display: block;
    object-fit: cover;
    border-radius: 20px; }
  .milestones .owl-nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding-left: 24px; }
    .milestones .owl-nav:after {
      display: none; }
  .milestones .owl-prev,
  .milestones .owl-next {
    height: 40px;
    width: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    font-size: 0;
    position: relative;
    background-image: none !important; }
    .milestones .owl-prev span,
    .milestones .owl-next span {
      font-size: 0;
      line-height: 0; }
  .milestones .owl-next {
    position: absolute !important;
    right: 0 !important; }
  .milestones .owl-prev:before,
  .milestones .owl-next:before {
    content: "";
    background-image: url(../images/linkarrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .milestones .owl-prev:before {
    transform: translateY(-50%) rotate(180deg); }

.contactUsPage {
  padding: 100px 0 0; }
  .contactUsPage .form {
    margin-bottom: 160px;
    position: relative; }
    .contactUsPage .form .required {
      color: #cc2323;
      font-size: 14px;
      position: absolute;
      top: -20px; }
    .contactUsPage .form h3 {
      font-weight: 700;
      line-height: 36.46px;
      text-align: center;
      color: #000000;
      margin-bottom: 80px; }
      .contactUsPage .form h3 {
        font-size: 20px; }
        @media screen and (min-width: 320px) {
          .contactUsPage .form h3 {
            font-size: calc( 20px + 4 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .contactUsPage .form h3 {
            font-size: 24px; } }
    .contactUsPage .form .inputEntity {
      margin-bottom: 30px;
      position: relative; }
      .contactUsPage .form .inputEntity.error input,
      .contactUsPage .form .inputEntity.error textarea {
        border: 1px solid #cc2323; }
      .contactUsPage .form .inputEntity.error input::placeholder,
      .contactUsPage .form .inputEntity.error textarea::placeholder {
        color: #cc2323; }
    .contactUsPage .form input,
    .contactUsPage .form textarea {
      border-radius: 10px;
      border: 1px solid #dddddd;
      padding: 16px 25px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      width: 100%;
      display: block;
      outline: none; }
      .contactUsPage .form input,
      .contactUsPage .form textarea {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .contactUsPage .form input,
          .contactUsPage .form textarea {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .contactUsPage .form input,
          .contactUsPage .form textarea {
            font-size: 18px; } }
      .contactUsPage .form input:focus,
      .contactUsPage .form textarea:focus {
        border: 1px solid #000000; }
      .contactUsPage .form input::placeholder,
      .contactUsPage .form textarea::placeholder {
        color: #818181; }
    .contactUsPage .form textarea {
      height: 150px;
      resize: none;
      margin-bottom: 72px; }
    .contactUsPage .form .submitSection {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .contactUsPage .form .submitSection .redRectangleBtn {
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        padding: 16px 30px;
        border-color: #0050a0 !important;
        background-color: #0050a0;
        border-radius: 10px;
        border: 1px solid #0050a0;
        padding: 16px 50px; }
        .contactUsPage .form .submitSection .redRectangleBtn:hover {
          background-color: white;
          color: #0050a0; }
    .contactUsPage .form .required {
      color: #0050a0;
      font-size: 14px;
      position: absolute;
      bottom: 48px; }
    .contactUsPage .form .successMessage {
      text-align: center;
      color: #232323;
      font-style: normal;
      font-weight: 300;
      line-height: 28px; }
      .contactUsPage .form .successMessage {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .contactUsPage .form .successMessage {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .contactUsPage .form .successMessage {
            font-size: 18px; } }
  .contactUsPage .contactInfo {
    padding: 60px 0;
    background-color: #0c509e;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; }
    .contactUsPage .contactInfo {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .contactUsPage .contactInfo {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .contactUsPage .contactInfo {
          font-size: 18px; } }
    .contactUsPage .contactInfo b {
      font-weight: 500; }
    .contactUsPage .contactInfo .listingItemDIV:last-of-type {
      margin-bottom: 0; }
    .contactUsPage .contactInfo .listingItem {
      display: flex;
      border-right: 1px solid rgba(255, 255, 255, 0.3); }
      .contactUsPage .contactInfo .listingItem .listingImage {
        flex: 0 0 36px;
        margin-right: 20px; }
      .contactUsPage .contactInfo .listingItem .listingInfo {
        flex: 0 0 calc(100% - 56px);
        font-weight: 300; }
        .contactUsPage .contactInfo .listingItem .listingInfo a:hover {
          opacity: 0.7; }
      .contactUsPage .contactInfo .listingItem:hover .listingImage img {
        transform: none !important; }
    .contactUsPage .contactInfo .listingItemDIV:last-child .listingItem {
      border: none; }

.map {
  background: #c9c9c9;
  margin-bottom: -25px; }
  .map img {
    width: 100%;
    display: block; }

.faqListing {
  padding: 100px 0; }
  .faqListing .blockHead {
    flex: 0 0 30%;
    max-width: 30%; }
  .faqListing .blockBody {
    flex: 0 0 70%;
    max-width: 70%; }
  .faqListing .expandCollapse {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 30px; }
    .faqListing .expandCollapse .listingItem {
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .faqListing .expandCollapse .expandToggle,
    .faqListing .expandCollapse .expandContent {
      padding: 0 !important; }
    .faqListing .expandCollapse .expandContent {
      margin-top: 20px; }
      .faqListing .expandCollapse .expandContent {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .faqListing .expandCollapse .expandContent {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .faqListing .expandCollapse .expandContent {
            font-size: 18px; } }
    .faqListing .expandCollapse .blockBody .listingHolder .listingItemDIV .listingItem {
      border-color: #e2e2e2; }
    .faqListing .expandCollapse .blockBody
    .listingHolder
    .listingItemDIV
    .listingItem
    .expandToggle
    .left
    .icon {
      display: none; }

.accreditations {
  margin-bottom: 190px; }
  .accreditations .listingHolder .listingItemDIV {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #d9d9d9; }
    .accreditations .listingHolder .listingItemDIV:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .accreditations .listingHolder .listingItemDIV:last-of-type {
      margin-bottom: 0; }
  .accreditations .listingItem {
    justify-content: space-between;
    row-gap: 40px; }
  .accreditations .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
    margin-bottom: 50px; }
    .accreditations .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
      font-size: 28px; }
      @media screen and (min-width: 320px) {
        .accreditations .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
          font-size: calc( 28px + 8 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .accreditations .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
          font-size: 36px; } }
  .accreditations .listingHolder .listingItemDIV .listingItem .listingInfo .listingImage {
    margin-bottom: 0; }
    .accreditations .listingHolder .listingItemDIV .listingItem .listingInfo .listingImage img {
      width: auto;
      max-width: 100%;
      margin-inline: auto; }
  .accreditations .description {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .accreditations .description {
        font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .accreditations .description {
        font-size: 18px; } }
  .accreditations .description a {
    color: #0050a0;
    text-decoration: underline; }
    .accreditations .description a:hover {
      color: #929497; }

.accredationsDescription {
  margin: 100px 0; }
  .accredationsDescription h3 {
    font-weight: 300;
    max-width: 1150px;
    line-height: 50px; }
    .accredationsDescription h3 {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .accredationsDescription h3 {
          font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .accredationsDescription h3 {
          font-size: 36px; } }

.intro {
  margin-top: -40px;
  padding: 140px 0 100px;
  background: #f3f4f4;
  position: relative;
  z-index: -1; }
  .intro .summary {
    max-width: 1150px; }
    .intro .summary {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .intro .summary {
          font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .intro .summary {
          font-size: 36px; } }

.academicsList {
  margin: 150px 0 190px; }
  .academicsList .listingItem {
    align-items: center;
    row-gap: 30px; }
  .academicsList .listingTitle {
    margin-bottom: 30px !important;
    font-weight: 500; }
    .academicsList .listingTitle {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .academicsList .listingTitle {
          font-size: calc( 20px + 16 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .academicsList .listingTitle {
          font-size: 36px; } }
  .academicsList .description {
    margin-bottom: 40px;
    font-weight: 300; }
    .academicsList .description {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .academicsList .description {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .academicsList .description {
          font-size: 18px; } }
  .academicsList .listingLink {
    display: flex;
    flex-direction: column; }
    .academicsList .listingLink a {
      color: #232323;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20.83px;
      padding-left: 50px;
      position: relative;
      transition: all 0.3s ease-in-out;
      position: relative;
      padding-left: 50px;
      margin-bottom: 35px;
      font-weight: 500; }
      .academicsList .listingLink a::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background-color: #0050a0;
        border-radius: 50%;
        background-image: url(../images/icons/arrowWhiteNextSmall.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px 13px;
        transition: all 0.3s ease-in-out; }
      .academicsList .listingLink a:hover {
        color: #0050a0; }
        .academicsList .listingLink a:hover::before {
          background-color: #FFF;
          background-image: url(../images/icons/arrowBlueNextSmall.svg);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }
      .academicsList .listingLink a {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .academicsList .listingLink a {
            font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .academicsList .listingLink a {
            font-size: 16px; } }
      .academicsList .listingLink a:last-of-type {
        margin-bottom: 0; }
  .academicsList .listingHolder .listingItemDIV {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #d9d9d9; }
    .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink {
      display: flex;
      flex-direction: column; }
      .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink a {
        color: #232323;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20.83px;
        padding-left: 50px;
        position: relative;
        transition: all 0.3s ease-in-out;
        position: relative;
        padding-left: 50px;
        margin-bottom: 35px;
        font-weight: 500; }
        .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink a::before {
          content: "";
          display: block;
          position: absolute;
          top: 8px;
          left: 0;
          transform: translateY(-50%);
          width: 36px;
          height: 36px;
          background-color: #0050a0;
          border-radius: 50%;
          background-image: url(../images/icons/arrowWhiteNextSmall.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 14px 13px;
          transition: all 0.3s ease-in-out; }
        .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink a:hover {
          color: #0050a0; }
          .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink a:hover::before {
            background-color: #FFF;
            background-image: url(../images/icons/arrowBlueNextSmall.svg);
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }
        .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink a {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink a {
              font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink a {
              font-size: 16px; } }
        .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink a:last-of-type {
          margin-bottom: 0; }
      .academicsList .listingHolder .listingItemDIV .listingItem .listingInfo .listingLink a.hideViewProgram {
        display: none; }
    .academicsList .listingHolder .listingItemDIV:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .academicsList .listingHolder .listingItemDIV .listingItem .listingImage {
      margin-bottom: 0; }
      .academicsList .listingHolder .listingItemDIV .listingItem .listingImage img {
        border-radius: 20px; }

.missionVision,
.moreInfo {
  background: #f3f4f4;
  padding: 100px 0;
  border-radius: 30px 30px 0 0; }
  .missionVision .row,
  .moreInfo .row {
    margin-inline: -40px; }
  .missionVision .content,
  .moreInfo .content {
    padding: 0 40px 15px;
    border-inline-end: 1px solid #d5d5d5; }
    .missionVision .content:last-of-type,
    .moreInfo .content:last-of-type {
      border: none; }
    .missionVision .content .title,
    .moreInfo .content .title {
      margin-bottom: 40px; }
      .missionVision .content .title,
      .moreInfo .content .title {
        font-size: 25px; }
        @media screen and (min-width: 320px) {
          .missionVision .content .title,
          .moreInfo .content .title {
            font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .missionVision .content .title,
          .moreInfo .content .title {
            font-size: 36px; } }
    .missionVision .content .description,
    .moreInfo .content .description {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .missionVision .content .description,
        .moreInfo .content .description {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .missionVision .content .description,
        .moreInfo .content .description {
          font-size: 18px; } }

.performanceResults {
  margin: 100px 0 150px; }
  .performanceResults h2 {
    font-size: 25px; }
    @media screen and (min-width: 320px) {
      .performanceResults h2 {
        font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .performanceResults h2 {
        font-size: 36px; } }
  .performanceResults p {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .performanceResults p {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .performanceResults p {
        font-size: 16px; } }
  .performanceResults .listingLink {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px; }
    .performanceResults .listingLink:last-of-type {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    .performanceResults .listingLink a {
      font-weight: 400;
      position: relative;
      width: 100%;
      padding-inline-end: 25px; }
      .performanceResults .listingLink a {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .performanceResults .listingLink a {
            font-size: calc( 16px + 8 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .performanceResults .listingLink a {
            font-size: 24px; } }
      .performanceResults .listingLink a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        width: 13px;
        height: 13px;
        background-image: url(../images/arrow-right-red.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }
      .performanceResults .listingLink a:hover:after {
        transform: translateY(-50%) translateX(5px); }

.grayBg {
  background: #f3f4f4; }

.filters {
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd; }
  .filters .row {
    justify-content: space-between;
    align-items: center; }
    .filters .row input[type="text"] {
      border: 1px solid transparent;
      padding: 10px;
      padding-inline-end: 130px;
      border-radius: 30px; }
      .filters .row input[type="text"]:focus {
        border: 1px solid #ddd;
        outline: none; }
    .filters .row .dk-select {
      padding: 0;
      margin-inline: 10px;
      max-width: 300px;
      width: 100%;
      height: 80px;
      display: flex;
      align-items: center;
      font-weight: 700; }
      .filters .row .dk-select {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .filters .row .dk-select {
            font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .filters .row .dk-select {
            font-size: 16px; } }
      .filters .row .dk-select .dk-selected {
        border: none;
        padding-inline-end: 50px; }
        .filters .row .dk-select .dk-selected:before {
          content: "";
          display: block;
          transform: translateY(-50%) rotate(90deg);
          -webkit-mask: url("/images/arrow-white.svg") center/contain no-repeat;
          mask: url("/images/arrow-white.svg") center/contain no-repeat;
          background-color: #0050a0;
          transition: all 0.3s ease-in-out;
          height: 20px;
          width: 20px;
          position: absolute;
          top: 50%;
          border: none;
          margin: 0; }
        .filters .row .dk-select .dk-selected:after {
          content: none; }
      .filters .row .dk-select.dk-select-open-down .dk-selected:before {
        transform: translateY(-50%) rotate(270deg); }
      .filters .row .dk-select.dk-select-open-down .dk-select-options {
        border: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.06); }
        .filters .row .dk-select.dk-select-open-down .dk-select-options .dk-option {
          padding: 10px;
          border-bottom: 1px solid #ddd; }
          .filters .row .dk-select.dk-select-open-down .dk-select-options .dk-option.dk-option-highlight, .filters .row .dk-select.dk-select-open-down .dk-select-options .dk-option.dk-option-selected {
            background: #0c509e;
            color: white; }
  .filters .searchContainer {
    width: auto;
    padding: 0;
    padding-inline-start: 70px;
    border-inline-start: 1px solid #dddddd;
    position: relative; }
    .filters .searchContainer a {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-image: url(../images/icons/searchIconBlue.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: transparent;
      border: none;
      outline: none;
      font-size: 0;
      overflow: visible;
      width: 22px;
      height: 22px;
      background-size: 90%; }
  .filters.searchFilters {
    border-bottom: none;
    max-width: 920px;
    margin-inline: auto;
    padding-inline: 12px;
    margin-top: 75px;
    margin-bottom: 20px; }
    .filters.searchFilters .searchContainer {
      border-inline-start: none;
      padding-inline-start: 0;
      width: 100%; }
      .filters.searchFilters .searchContainer input[type="text"] {
        padding-inline-end: 50px;
        border: none;
        border-bottom: 1px solid #ddd;
        width: 100%;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #616161;
        padding: 22px 0;
        outline: none; }
      .filters.searchFilters .searchContainer a {
        right: 0;
        width: 19px;
        height: 19px;
        filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(3%) hue-rotate(223deg) brightness(89%) contrast(78%); }
        .filters.searchFilters .searchContainer a:nth-child(3) {
          right: 40px;
          margin: 0;
          filter: brightness(0) saturate(100%) invert(15%) sepia(46%) saturate(6205%) hue-rotate(203deg) brightness(95%) contrast(91%); }

.programList {
  margin-bottom: 150px;
  padding-top: 50px; }
  .programList:has(.listingNoRecords) {
    margin-bottom: 80px;
    padding-top: 0; }
  .programList .listingHolder {
    row-gap: 30px; }
    .programList .listingHolder .listingItemDIV {
      margin-bottom: 0; }
      .programList .listingHolder .listingItemDIV .listingItem .listingImage {
        margin-bottom: 20px; }
        .programList .listingHolder .listingItemDIV .listingItem .listingImage .imgContainer {
          position: relative; }
          .programList .listingHolder .listingItemDIV .listingItem .listingImage .imgContainer:after {
            content: "";
            height: 5px;
            width: 100%;
            bottom: 0;
            left: 0;
            right: 0;
            position: absolute;
            background-color: #0050a0;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease-in-out; }
      .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle .name {
        color: #3a3a3a;
        font-weight: 700; }
        .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle .name {
          font-size: 20px; }
          @media screen and (min-width: 320px) {
            .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle .name {
              font-size: calc( 20px + 4 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle .name {
              font-size: 24px; } }
      .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
        margin-bottom: 25px; }
        .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
          font-size: 16px; }
          @media screen and (min-width: 320px) {
            .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
              font-size: calc( 16px + 8 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle a {
              font-size: 24px; } }
      .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle .description {
        line-height: 22px;
        font-weight: 300;
        color: #292b2e; }
        .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle .description {
          font-size: 16px; }
          @media screen and (min-width: 320px) {
            .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle .description {
              font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .programList .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle .description {
              font-size: 18px; } }
      .programList .listingHolder .listingItemDIV .listingItem:hover .listingImage a {
        border-radius: 10px 10px 0 0; }
      .programList .listingHolder .listingItemDIV .listingItem:hover .listingImage .imgContainer {
        position: relative; }
        .programList .listingHolder .listingItemDIV .listingItem:hover .listingImage .imgContainer:after {
          opacity: 1;
          visibility: visible; }

.eventsListing {
  margin-bottom: 190px; }
  .eventsListing .blockHead .blockTitle {
    font-weight: 500; }
  .eventsListing .listingDescription p {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .eventsListing .listingDescription p {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .eventsListing .listingDescription p {
        font-size: 16px; } }
  .eventsListing .listingText {
    display: flex; }
  .eventsListing .listingItemDIV .listingItem .listingInfo .listingDescription .time {
    display: flex;
    align-items: center; }

.programCarousel {
  padding: 100px 0 200px;
  background: #d4dbe5;
  border-radius: 0 0 30px 30px; }
  .programCarousel .blockHead {
    margin-bottom: 40px; }
    .programCarousel .blockHead h3 {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .programCarousel .blockHead h3 {
          font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .programCarousel .blockHead h3 {
          font-size: 36px; } }
    .programCarousel .blockHead a {
      color: #232323;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20.83px;
      padding-left: 50px;
      position: relative;
      transition: all 0.3s ease-in-out;
      position: relative;
      padding-inline-start: 50px;
      font-weight: 500; }
      .programCarousel .blockHead a::before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background-color: #0050a0;
        border-radius: 50%;
        background-image: url(../images/icons/arrowWhiteNextSmall.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px 13px;
        transition: all 0.3s ease-in-out; }
      .programCarousel .blockHead a:hover {
        color: #0050a0; }
        .programCarousel .blockHead a:hover::before {
          background-color: #FFF;
          background-image: url(../images/icons/arrowBlueNextSmall.svg);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }
      .programCarousel .blockHead a {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .programCarousel .blockHead a {
            font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .programCarousel .blockHead a {
            font-size: 16px; } }
      .programCarousel .blockHead a:hover {
        color: #0050a0; }
  .programCarousel .items .content img {
    margin-bottom: 10px;
    border-radius: 10px; }
  .programCarousel .items .content .title {
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out; }
    .programCarousel .items .content .title {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .programCarousel .items .content .title {
          font-size: calc( 16px + 8 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .programCarousel .items .content .title {
          font-size: 24px; } }
    .programCarousel .items .content .title:hover {
      color: #0c509e; }
  .programCarousel .items .content .description {
    color: #333;
    font-weight: 300; }
    .programCarousel .items .content .description {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .programCarousel .items .content .description {
          font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .programCarousel .items .content .description {
          font-size: 16px; } }
  .programCarousel .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .programCarousel .owl-nav {
    position: absolute;
    bottom: -140px;
    right: 0; }
    .programCarousel .owl-nav button {
      width: 50px;
      height: 50px;
      border: 1px solid black !important;
      border-radius: 50%;
      filter: brightness(0) invert(1);
      transition: all 0.3s ease-in-out; }
      .programCarousel .owl-nav button:hover {
        filter: none;
        background-color: #0050a0;
        border: 1px solid #0050a0 !important; }
      .programCarousel .owl-nav button.owl-prev {
        background-image: url(../images/arrowLeft.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px;
        margin-inline-end: 25px; }
        .programCarousel .owl-nav button.owl-prev span {
          font-size: 0; }
        .programCarousel .owl-nav button.owl-prev:hover {
          background-image: url(../images/arrowLeft-white.svg); }
      .programCarousel .owl-nav button.owl-next {
        background-image: url(../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px; }
        .programCarousel .owl-nav button.owl-next span {
          font-size: 0; }
        .programCarousel .owl-nav button.owl-next:hover {
          background-image: url(../images/arrow-white.svg); }

.doubleSection .title {
  font-weight: 500; }
  .doubleSection .title {
    font-size: 25px; }
    @media screen and (min-width: 320px) {
      .doubleSection .title {
        font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .doubleSection .title {
        font-size: 36px; } }
.doubleSection .summary {
  font-weight: 300;
  margin-bottom: 40px; }
  .doubleSection .summary {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .doubleSection .summary {
        font-size: calc( 20px + 16 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .doubleSection .summary {
        font-size: 36px; } }
.doubleSection .imgContainer {
  margin-bottom: 55px; }
.doubleSection .description {
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    .doubleSection .description {
      font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
  @media screen and (min-width: 1600px) {
    .doubleSection .description {
      font-size: 18px; } }

.overviewSection {
  padding-bottom: 100px; }
  .overviewSection img {
    border-radius: 20px; }
  .overviewSection .description p {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .overviewSection .description p {
        font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .overviewSection .description p {
        font-size: 18px; } }

.careerSection {
  padding: 100px 0;
  background: #f3f4f4; }

.degreeSection {
  padding: 100px 0 150px; }
  .degreeSection .title {
    margin-bottom: 100px; }
  .degreeSection .blueBox {
    border-radius: 27px;
    background: #0c509e;
    padding: 40px 30px;
    color: white; }
    .degreeSection .blueBox .info {
      font-weight: 300;
      padding-bottom: 20px;
      border-bottom: 1px solid #6d96c5;
      display: flex;
      align-items: end;
      gap: 15px; }
      .degreeSection .blueBox .info {
        font-size: 22px; }
        @media screen and (min-width: 320px) {
          .degreeSection .blueBox .info {
            font-size: calc( 22px + 8 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .degreeSection .blueBox .info {
            font-size: 30px; } }
      .degreeSection .blueBox .info .imgContainer {
        width: 50px;
        height: 50px;
        margin-bottom: 0; }
      .degreeSection .blueBox .info:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
    .degreeSection .blueBox span {
      font-size: 14px;
      font-weight: 700; }

.documentSection {
  padding: 80px 0 140px;
  margin-bottom: -40px;
  background: #d4dbe5;
  border-radius: 30px 30px 0 0; }
  .documentSection .summary {
    font-weight: 300; }
  .documentSection a {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ffffff66;
    font-weight: 700;
    line-height: 16px;
    position: relative; }
    .documentSection a {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .documentSection a {
          font-size: calc( 16px + 8 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .documentSection a {
          font-size: 24px; } }
    .documentSection a:last-of-type {
      margin-bottom: 0; }
    .documentSection a::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 25px;
      width: 15px;
      height: 15px;
      background-image: url(../images/arrow-right-red.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      transition: all 0.3s ease-in-out; }
    .documentSection a:hover:after {
      right: 10px; }

.infoBox {
  padding: 120px 0;
  margin-bottom: -40px;
  border-radius: 30px 30px 0 0;
  background: #d4dbe5;
  text-align: center; }
  .infoBox.expListing {
    padding: 80px 0 120px; }
    .infoBox.expListing .listingItemDIV {
      margin-bottom: 45px; }
    .infoBox.expListing .listingImage {
      width: 100%;
      height: auto;
      margin-bottom: 30px !important; }
      .infoBox.expListing .listingImage .imgContainer {
        height: 100%;
        min-height: 320px; }
      .infoBox.expListing .listingImage img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover; }
    .infoBox.expListing .listingTitle {
      margin-bottom: 26px !important; }
    .infoBox.expListing .name {
      text-align: start; }
    .infoBox.expListing .description {
      text-align: start;
      margin-bottom: 30px; }
    .infoBox.expListing .listingLink {
      text-align: start; }
      .infoBox.expListing .listingLink a {
        display: flex;
        align-items: center;
        width: fit-content;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #333;
        text-decoration: none;
        text-transform: capitalize;
        gap: 15px; }
        .infoBox.expListing .listingLink a:hover::after {
          transform: translateX(5px); }
        .infoBox.expListing .listingLink a::after {
          content: "";
          display: block;
          background-image: url(../images/arrow-link.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 12px;
          height: 14px;
          transition: all 0.3s ease-in-out; }
  .infoBox .listingImage {
    width: 80px;
    height: 80px;
    margin-inline: auto; }
  .infoBox .name {
    font-weight: 700; }
    .infoBox .name {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .infoBox .name {
          font-size: calc( 20px + 5 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .infoBox .name {
          font-size: 25px; } }
  .infoBox .description {
    font-weight: 300; }
    .infoBox .description {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .infoBox .description {
          font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .infoBox .description {
          font-size: 18px; } }
  .infoBox .descriptionBlock {
    height: 100%; }
    .infoBox .descriptionBlock .listingItem {
      height: 100%; }

.tuitionFees.odd {
  padding-top: 50px;
  border-radius: 30px 30px 0px 0px;
  background: #fcfcfc; }
  .tuitionFees.odd table thead {
    background-color: #0c509e; }
.tuitionFees ul li {
  padding-inline: 0;
  margin-bottom: 60px; }
  .tuitionFees ul li {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .tuitionFees ul li {
        font-size: calc( 20px + 4 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .tuitionFees ul li {
        font-size: 24px; } }
  .tuitionFees ul li:before {
    top: 18px;
    height: 6px;
    width: 6px; }
  .tuitionFees ul li:last-of-type {
    margin-bottom: 0; }

.noteSection {
  margin-top: 50px;
  margin-bottom: 130px; }
  .noteSection {
    font-size: 18px; }
    @media screen and (min-width: 320px) {
      .noteSection {
        font-size: calc( 18px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .noteSection {
        font-size: 20px; } }
  .noteSection ul {
    margin-bottom: 50px; }
    .noteSection ul li {
      padding-inline-start: 30px;
      margin: 0;
      color: #333;
      font-weight: 400 !important; }
      .noteSection ul li {
        font-size: 18px; }
        @media screen and (min-width: 320px) {
          .noteSection ul li {
            font-size: calc( 18px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .noteSection ul li {
            font-size: 20px; } }
      .noteSection ul li:before {
        top: 12px;
        left: 10px;
        height: 5px;
        width: 5px; }
  .noteSection p {
    font-weight: 400; }
    .noteSection p {
      font-size: 18px; }
      @media screen and (min-width: 320px) {
        .noteSection p {
          font-size: calc( 18px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .noteSection p {
          font-size: 20px; } }

.imageTextContainer {
  margin-bottom: 100px; }
  .imageTextContainer .content {
    display: flex;
    flex-wrap: wrap; }
    .imageTextContainer .content .textContainer {
      background: #d4dbe5;
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-inline-end: 140px; }
      .imageTextContainer .content .textContainer .title {
        font-weight: 500;
        margin-bottom: 15px; }
        .imageTextContainer .content .textContainer .title {
          font-size: 25px; }
          @media screen and (min-width: 320px) {
            .imageTextContainer .content .textContainer .title {
              font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .imageTextContainer .content .textContainer .title {
              font-size: 36px; } }
      .imageTextContainer .content .textContainer .description {
        font-weight: 300; }
        .imageTextContainer .content .textContainer .description {
          font-size: 16px; }
          @media screen and (min-width: 320px) {
            .imageTextContainer .content .textContainer .description {
              font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .imageTextContainer .content .textContainer .description {
              font-size: 18px; } }
    .imageTextContainer .content .imgContainer img {
      border-radius: 20px 0px 0px 0px; }

.termsSection {
  margin-bottom: 100px; }
  .termsSection .title {
    margin-bottom: 40px; }
    .termsSection .title {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .termsSection .title {
          font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .termsSection .title {
          font-size: 36px; } }
  .termsSection .link a {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.83px;
    padding-left: 50px;
    position: relative;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-inline-start: 50px;
    font-weight: 500; }
    .termsSection .link a::before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      background-color: #0050a0;
      border-radius: 50%;
      background-image: url(../images/icons/arrowWhiteNextSmall.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 14px 13px;
      transition: all 0.3s ease-in-out; }
    .termsSection .link a:hover {
      color: #0050a0; }
      .termsSection .link a:hover::before {
        background-color: #FFF;
        background-image: url(../images/icons/arrowBlueNextSmall.svg);
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }
    .termsSection .link a {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .termsSection .link a {
          font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .termsSection .link a {
          font-size: 16px; } }

.chartImage {
  margin-bottom: 170px; }
  .chartImage .imgContainer {
    max-width: 1000px;
    margin-inline: auto; }

.innovationDescription {
  margin-bottom: 100px; }

.searchListing {
  margin: 50px 0 100px; }

.table-title {
  margin-bottom: 20px;
  margin-inline: 40px; }

.table-container {
  overflow-x: auto;
  max-width: 100%;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px; }
  .table-container::-webkit-scrollbar {
    height: 2px; }
  .table-container table {
    width: 100%;
    border-collapse: collapse; }
    .table-container table th,
    .table-container table td {
      padding: 4px;
      text-align: left;
      z-index: 1;
      position: relative; }
    .table-container table td {
      padding: 25px 4px; }
      .table-container table td:first-of-type {
        padding: 25px; }
    .table-container table thead th {
      position: sticky;
      top: 0; }

.bottomSection .imgContainer {
  max-width: 80px;
  margin-inline: auto;
  margin-bottom: 50px; }
.bottomSection.largeImage .imgContainer {
  max-width: unset;
  margin-bottom: 30px; }
.bottomSection.largeImage .listingTitle {
  text-align: start;
  margin-bottom: 30px; }
.bottomSection.largeImage .listingDescription {
  text-align: start;
  margin-inline: 0; }
.bottomSection.largeImage .listingLink {
  text-align: start;
  margin-top: 20px; }
  .bottomSection.largeImage .listingLink a {
    font-size: 18px;
    padding-inline-end: 20px;
    position: relative;
    text-decoration: none; }
    .bottomSection.largeImage .listingLink a:after {
      content: "";
      position: absolute;
      width: 8px;
      height: 15px;
      background-image: url(../images/arrow-bold.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      transition: all 0.3s ease-in-out; }
    .bottomSection.largeImage .listingLink a:hover:after {
      transform: translateY(-50%) translateX(5px); }
.bottomSection .listingTitle {
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 35px; }
  .bottomSection .listingTitle {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .bottomSection .listingTitle {
        font-size: calc( 20px + 5 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .bottomSection .listingTitle {
        font-size: 25px; } }
.bottomSection .listingDescription {
  line-height: 28px;
  max-width: 340px;
  margin-inline: auto; }
  .bottomSection .listingDescription {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .bottomSection .listingDescription {
        font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .bottomSection .listingDescription {
        font-size: 18px; } }

.careerFilter {
  border-bottom: none;
  margin: 30px 0 75px; }
  .careerFilter .row {
    justify-content: start;
    margin-inline: -20px; }
    .careerFilter .row .dk-select {
      height: auto;
      padding-inline: 20px;
      margin-inline: 0;
      max-width: 32%;
      flex: 0 0 33.33%; }
      .careerFilter .row .dk-select .dk-selected {
        color: #666666;
        font-weight: 400;
        padding: 15px 0;
        border-bottom: 1px solid #d8d8d8;
        border-radius: 0; }
    .careerFilter .row .searchContainer {
      max-width: 33.33%;
      flex: 0 0 33.33%;
      padding-inline: 20px;
      margin-inline: 0;
      border-inline-start: none;
      padding: 15px 0;
      border-bottom: 1px solid #d8d8d8;
      max-height: 55px;
      border-radius: 0; }
      .careerFilter .row .searchContainer input {
        color: #666666;
        font-weight: 400;
        padding: 0;
        border-radius: 0; }
        .careerFilter .row .searchContainer input:focus {
          border: none; }

.filters .searchContainer {
  width: 400px; }
.filters .row input[type="text"] {
  color: #929497;
  font-weight: 400;
  padding: 0;
  border-radius: 0;
  width: 100%; }
  .filters .row input[type="text"]:focus {
    border: none; }
  .filters .row input[type="text"]::placeholder {
    color: #929497; }

.careersList {
  margin-bottom: 100px; }
  .careersList .listingNoRecords {
    margin-bottom: 0; }
  .careersList .listingItem {
    padding: 45px 25px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: 0px 4px 5px 0px rgba(165, 165, 165, 0.08); }
  .careersList .listingTitle {
    color: #0050a0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px; }
  .careersList .level {
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    line-height: 31.92px; }
  .careersList .college {
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 31.92px;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #d8d8d8; }
  .careersList .type {
    position: relative; }
    .careersList .type:before {
      content: "";
      display: block;
      margin-bottom: 5px;
      width: 19px;
      height: 19px;
      background-image: url(../images/case.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .careersList .listingDate {
    color: #979797;
    font-size: 14px;
    font-weight: 400;
    line-height: 31.92px; }

.careersPage {
  background: #e7eef6;
  padding: 130px 0 170px; }
  .careersPage .row {
    justify-content: center;
    align-items: end;
    row-gap: 30px; }
  .careersPage h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    max-width: 320px;
    margin-inline: auto;
    margin-bottom: 80px; }
  .careersPage .inputEntity {
    position: relative; }
    .careersPage .inputEntity #cvError {
      left: 0px;
      font-family: "DM Sans", helvetica, sans-serif; }
    .careersPage .inputEntity.error input {
      border: 1px solid #cc2323; }
      .careersPage .inputEntity.error input::placeholder {
        color: #cc2323; }
  .careersPage .required {
    color: #cc2323;
    font-size: 14px;
    position: absolute;
    bottom: 48px; }
  .careersPage input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
    padding: 10px 25px;
    background-color: transparent; }
    .careersPage input:focus {
      border: 1px solid black;
      outline: none; }
  .careersPage .inputEntity.CV {
    position: relative;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #6c757d;
    cursor: pointer; }
    .careersPage .inputEntity.CV.error {
      border: 1px solid #cc2323; }
      .careersPage .inputEntity.CV.error label {
        color: #cc2323; }
      .careersPage .inputEntity.CV.error .browseOverlay::after {
        background-image: url(../images/plus-error.svg) !important; }
    .careersPage .inputEntity.CV label {
      margin: 0;
      flex-grow: 1;
      color: #6c757d;
      white-space: nowrap;
      position: absolute;
      cursor: pointer; }
    .careersPage .inputEntity.CV .field {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .careersPage .inputEntity.CV .field .browseOverlay {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        right: 0; }
        .careersPage .inputEntity.CV .field .browseOverlay::after {
          content: "";
          display: block;
          width: 18px;
          height: 18px;
          margin-inline-end: 20px;
          background-image: url(../images/plus.svg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          margin-left: auto; }
      .careersPage .inputEntity.CV .field.error .field .browseOverlay::after {
        background-image: url(../images/plus-error.svg); }
      .careersPage .inputEntity.CV .field .fileName {
        flex-grow: 1;
        text-align: left;
        color: #6c757d; }
    .careersPage .inputEntity.CV input[type="file"] {
      display: none; }
  .careersPage .submitSection {
    display: flex;
    justify-content: end;
    margin-bottom: 10px; }
    .careersPage .submitSection a {
      text-align: center;
      border-radius: 10px;
      background: #0050a0;
      color: white;
      min-width: 200px;
      padding: 18px 0;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700; }

.acmSlider {
  margin-top: 150px !important;
  border-radius: 20px; }
  .acmSlider .banner {
    height: 100%; }
    .acmSlider .banner img {
      height: 100%;
      object-fit: cover; }
    .acmSlider .banner:after {
      content: none; }
  .acmSlider img {
    border-radius: 20px;
    overflow: hidden; }
  .acmSlider .owl-carousel .owl-stage {
    display: flex; }
  .acmSlider .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-inline: 30px; }
    .acmSlider .owl-carousel .owl-nav .owl-prev span {
      font-size: 0;
      background-image: url(/images/arrowSlider.svg);
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      transform: rotate(180deg); }
    .acmSlider .owl-carousel .owl-nav .owl-next span {
      font-size: 0;
      background-image: url(/images/arrowSlider.svg);
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 40px;
      width: 40px;
      border-radius: 50%; }
  .acmSlider .owl-carousel .owl-dots {
    margin-top: -50px;
    display: flex;
    margin-inline: 50px;
    align-items: center; }
    .acmSlider .owl-carousel .owl-dots button {
      position: relative;
      flex: 1;
      background-color: white;
      height: 2px;
      margin-inline: 40px;
      z-index: 1;
      opacity: 0.5; }
      .acmSlider .owl-carousel .owl-dots button.active {
        height: 5px;
        opacity: 1; }

.formSection .captchaAlertMessage {
  color: #cc2323 !important;
  font-size: 14px; }
.formSection .dk-select {
  width: 100%;
  padding: 16px 25px;
  border-radius: 10px; }
  .formSection .dk-select .dk-selected {
    border: none;
    padding: 0;
    font-size: 18px;
    color: #888; }
    .formSection .dk-select .dk-selected:before {
      content: none; }
    .formSection .dk-select .dk-selected:after {
      content: "";
      border: none;
      margin: 0;
      position: absolute;
      right: 0;
      height: 24px;
      width: 24px;
      background-image: url(/images/selectArrow.svg);
      background-repeat: no-repeat;
      background-position: right;
      background-size: contain; }
  .formSection .dk-select.dk-select-open-down .dk-selected:after {
    transform: rotate(180deg); }
.formSection .intl-tel-input .flag-container {
  margin: 0; }
.formSection .selected-flag {
  height: 100% !important;
  padding-inline-start: 10px;
  width: 95px !important;
  border-radius: 10px 0 0 10px; }

.errorphonemsg {
  position: absolute;
  color: #0050a0;
  font-size: 14px;
  display: none; }

.filters .row .dk-select.dk-select-open-down .dk-select-options {
  padding: 0; }
  .filters .row .dk-select.dk-select-open-down .dk-select-options .dk-option {
    margin-bottom: -1px; }

.noIntro {
  padding-top: 150px; }

.libraryContent > div:last-of-type {
  padding-bottom: 150px; }
.libraryContent a {
  color: #0050a0;
  text-decoration: underline; }
  .libraryContent a:hover {
    opacity: 0.7;
    text-decoration: underline; }

.imageContainer2 {
  border-radius: 30px 0px 0px 0px;
  background: #d4dbe5;
  margin-top: 150px; }
  .imageContainer2 .row {
    align-items: center; }
  .imageContainer2 .left {
    margin-top: -60px; }
    .imageContainer2 .left img {
      border-radius: 0 20px 20px 0; }
  .imageContainer2 .right {
    padding-right: 8.33%;
    padding-block: 50px; }
    .imageContainer2 .right h2 {
      margin-bottom: 35px; }
    .imageContainer2 .right a {
      color: black;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      position: relative; }
      .imageContainer2 .right a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 12px;
        height: 11px;
        background-image: url(../images/smallBlackArrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }
      .imageContainer2 .right a:hover:after {
        transform: translateY(-50%) translateX(5px); }
  .imageContainer2 .descriptionBlock h2 {
    margin-bottom: 25px; }
  .imageContainer2 .summary {
    max-width: 630px; }

.subDescription {
  padding-top: 0; }
  .subDescription .row {
    padding: 40px 0;
    border-bottom: 1px solid #dddddd; }
  .subDescription h2 {
    font-size: 18px; }
    @media screen and (min-width: 320px) {
      .subDescription h2 {
        font-size: calc( 18px + 12 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      .subDescription h2 {
        font-size: 30px; } }

.groupBlock {
  padding: 100px 0; }
  .groupBlock:nth-of-type(2n) {
    background: #d4dbe5; }
    .groupBlock:nth-of-type(2n) .subDescription .row {
      border-bottom: 1px solid #fff; }
  .groupBlock:last-of-type {
    padding-bottom: 150px; }
  .groupBlock .descriptionBlock {
    padding-top: 0; }
    .groupBlock .descriptionBlock:last-of-type .row {
      border-bottom: 0; }
  .groupBlock .subDescription .row {
    border-bottom: none !important; }

.description p:last-of-type {
  margin-bottom: 0; }

.libraryContent .groupBlock .descriptionBlock .borderHolder {
  width: 100%;
  border-bottom: 1px solid #dddddd !important; }
.libraryContent .groupBlock .descriptionBlock:first-child .borderHolder {
  border: none !important; }
.libraryContent .groupBlock:nth-of-type(2n) .descriptionBlock {
  border: none; }
  .libraryContent .groupBlock:nth-of-type(2n) .descriptionBlock:first-child .borderHolder {
    border: none !important; }
  .libraryContent .groupBlock:nth-of-type(2n) .descriptionBlock .borderHolder {
    border-bottom: 1px solid #fff !important; }

.noBrNextSection .imgContainer img {
  border-radius: 0; }
.noBrNextSection + .crossLinks {
  border-radius: 0; }

.acadAccreditations {
  padding-top: 100px;
  margin-bottom: -20px; }
  .acadAccreditations img {
    margin-top: 40px;
    border-radius: 0;
    width: auto; }

.expandCollapse
.blockBody
.listingHolder
.listingItemDIV
.listingItem
.expandToggle .left {
  flex: 1;
  margin-inline-end: 10px; }
  .expandCollapse
  .blockBody
  .listingHolder
  .listingItemDIV
  .listingItem
  .expandToggle .left .right img {
    height: 30px;
    width: 30px; }

.relatedNewsHolder .listingItemDIV {
  margin-bottom: 10px; }

.newsListingPage {
  margin-top: 100px; }
  .newsListingPage .homeNews {
    padding-inline: 0; }

.juicerContent {
  margin: 150px 0 170px !important; }
  .juicerContent .blockHead {
    margin-bottom: 40px; }
    .juicerContent .blockHead {
      font-size: 25px; }
      @media screen and (min-width: 320px) {
        .juicerContent .blockHead {
          font-size: calc( 25px + 11 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .juicerContent .blockHead {
          font-size: 36px; } }

.juicer-feed.slider {
  overflow: visible !important; }
  .juicer-feed.slider .slick-track {
    height: 355px !important;
    max-height: 355px !important; }

.juicer-feed li.feed-item.j-video .j-image:before {
  content: none !important; }

.juicer-feed li.feed-item {
  margin-inline: 20px !important;
  border-radius: 20px; }
  .juicer-feed li.feed-item .j-image {
    border-radius: 20px;
    height: 355px !important;
    max-height: 355px !important; }
    .juicer-feed li.feed-item .j-image img {
      height: 355px !important;
      max-height: 355px !important; }

.juicer-feed.slider .slick-prev,
.juicer-feed.slider .slick-next {
  border-radius: 50% !important;
  height: 50px !important;
  width: 50px !important;
  background-color: white !important;
  border: 1px solid #17509e !important;
  background-image: url(../images/arrow-blue.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 8px !important;
  background-position: center !important;
  transition: all 0.3s ease-in-out;
  z-index: 5 !important; }
  .juicer-feed.slider .slick-prev:hover,
  .juicer-feed.slider .slick-next:hover {
    background: #17509e !important;
    background-image: url(../images/arrow-white.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    background-position: center !important; }
  .juicer-feed.slider .slick-prev:before,
  .juicer-feed.slider .slick-next:before {
    content: none !important; }

.juicer-feed.slider .slick-next {
  right: 20px !important;
  position: absolute !important;
  bottom: -70px !important;
  top: unset !important;
  margin: 0 !important; }

.juicer-feed.slider .slick-prev {
  transform: rotate(180deg) !important;
  right: 80px !important;
  left: unset !important;
  position: absolute !important;
  bottom: -70px !important;
  top: unset !important;
  margin: 0 !important; }

.juicer-feed.image-grid .j-text,
.juicer-feed.slider .j-text,
.juicer-feed.hip .j-text {
  font-family: "DM Sans", helvetica, sans-serif !important;
  color: #fff;
  text-align: right;
  font-size: 16px !important;
  font-weight: 400;
  background: #17509e !important;
  border-radius: 20px; }

.juicer-feed.slider .j-text .j-message {
  vertical-align: middle !important;
  max-height: 58% !important; }
  .juicer-feed.slider .j-text .j-message p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical; }

.j-gallery .j-image::after {
  content: none !important; }

.juicer-feed .j-meta nav,
.juicer-feed .j-meta .j-twitter-date {
  float: left !important; }

.juicer-feed .j-meta a:before {
  font-size: 40px; }

.errorSection {
  margin: 250px 0 150px; }
  .errorSection .row {
    align-items: center;
    justify-content: center;
    row-gap: 50px; }
  .errorSection h2 {
    color: #4f4e4e;
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 60px; }
    .errorSection h2 {
      font-size: 40px; }
      @media screen and (min-width: 320px) {
        .errorSection h2 {
          font-size: calc( 40px + 35 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .errorSection h2 {
          font-size: 75px; } }
  .errorSection h3 {
    color: #4f4e4e;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px; }
    .errorSection h3 {
      font-size: 26px; }
      @media screen and (min-width: 320px) {
        .errorSection h3 {
          font-size: calc( 26px + 14 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        .errorSection h3 {
          font-size: 40px; } }
  .errorSection a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 30px;
    border-color: #0050a0 !important;
    background-color: #0050a0;
    border-radius: 10px;
    border: 1px solid #0050a0; }
    .errorSection a:hover {
      background-color: white;
      color: #0050a0; }
  .errorSection .imgContainer {
    max-width: 400px; }

.searchdiv .ui-menu-item {
  margin-bottom: 10px !important; }
  .searchdiv .ui-menu-item:last-of-type {
    margin-bottom: 0; }

header .searchpanel .searchdiv .ui-view-all-results {
  padding-top: 10px !important; }

.searchPart1 {
  padding-inline-start: 0 !important; }

.searchListing .container {
  max-width: 920px; }
.searchListing .listingHolder {
  flex-direction: column; }
.searchListing .blockHead {
  margin-bottom: 30px; }
  .searchListing .blockHead .blockTitle {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px; }
    .searchListing .blockHead .blockTitle span {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      padding-left: 0px; }
.searchListing .blockHead h2 span {
  opacity: unset !important; }
.searchListing .listingItemDIV > div {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd; }
  .searchListing .listingItemDIV > div .listingDescription {
    color: #5f5f5f;
    margin-top: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; }
  .searchListing .listingItemDIV > div a:hover {
    color: #0050a0; }
.searchListing .loadMoreBtn a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 30px;
  border-color: #0050a0 !important;
  background-color: #0050a0;
  border-radius: 10px;
  border: 1px solid #0050a0; }
  .searchListing .loadMoreBtn a:hover {
    background-color: white;
    color: #0050a0; }
  .searchListing .loadMoreBtn a:hover {
    color: #0050a0;
    border: 1px solid #0050a0;
    background-color: #fff; }
.searchListing .listingLink {
  color: #0050a0;
  word-break: break-word; }

.loaderContainer,
.autoSuggestLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999; }
  .loaderContainer .loader,
  .loaderContainer .initAsloader,
  .autoSuggestLoader .loader,
  .autoSuggestLoader .initAsloader {
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .loaderContainer .loader::after,
    .loaderContainer .initAsloader::after,
    .autoSuggestLoader .loader::after,
    .autoSuggestLoader .initAsloader::after {
      content: "";
      box-sizing: border-box;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-bottom-color: #0050a0; }
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
.autoSuggestLoader {
  position: absolute;
  background-color: #f2f2f2;
  top: 60px; }

.descriptionBlock .leftSection a,
.descriptionBlock .rightSection a {
  color: #0050a0;
  text-decoration: underline; }
  .descriptionBlock .leftSection a:hover,
  .descriptionBlock .rightSection a:hover {
    opacity: 0.7; }

.descriptionBlock p:last-of-type {
  margin-bottom: 16px; }

.AEC .listingItemDIV .descriptionBlock {
  margin-bottom: 75px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 75px; }
  .AEC .listingItemDIV .descriptionBlock .leftSection,
  .AEC .listingItemDIV .descriptionBlock .rightSection {
    margin-bottom: 0; }
.AEC .listingItemDIV:last-of-type .descriptionBlock {
  margin-bottom: 100px;
  padding-bottom: 0;
  border-bottom: none; }

.aboutBlock .leftSection,
.aboutBlock .rightSection {
  margin-bottom: 100px; }

.imgContainer .parallax {
  border-radius: 30px 30px 0 0; }

.TermsAndConditions {
  padding: 130px 0; }
  .TermsAndConditions .listingItemDIV {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px; }
    .TermsAndConditions .listingItemDIV:last-of-type {
      margin-bottom: 0;
      border-bottom: 0; }
  .TermsAndConditions .row:last-of-type {
    margin-bottom: 0;
    border-bottom: 0; }
  .TermsAndConditions .cell {
    display: table-cell;
    padding: 10px;
    padding-inline-start: 0px;
    padding-bottom: 0px;
    vertical-align: top;
    position: relative;
    align-items: flex-start; }
    .TermsAndConditions .cell ul {
      padding-inline: 25px; }
    .TermsAndConditions .cell li::marker {
      font-size: 13px;
      transform: scale(0.6); }
    .TermsAndConditions .cell p {
      margin-inline: 12px; }
    .TermsAndConditions .cell.ar {
      font-family: "Almarai", serif; }
  .TermsAndConditions .cell:first-child {
    text-align: left; }
  .TermsAndConditions .cell:last-child {
    text-align: right;
    direction: rtl; }
  .TermsAndConditions ul {
    margin-bottom: 0; }
    .TermsAndConditions ul li {
      list-style: disc;
      margin-inline-start: 20px; }

.cvError {
  position: absolute;
  top: -22px;
  left: 0;
  color: #cc2323 !important;
  font-size: 14px; }

.borderBottom {
  padding-top: 0;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc; }

.programList.noRecord {
  margin-bottom: 0; }

.studentContainer .blockBody {
  margin: 150px 0px; }
  .studentContainer .blockBody .listingItemDIV {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #ddd; }
    .studentContainer .blockBody .listingItemDIV:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: 0px; }
    .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle .name {
      color: #282828;
      font-weight: 500;
      line-height: normal;
      text-transform: capitalize; }
      .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle .name {
        font-size: 26px; }
        @media screen and (min-width: 320px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle .name {
            font-size: calc( 26px + 4 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle .name {
            font-size: 30px; } }
    .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description p {
      color: #232323;
      font-weight: 300;
      line-height: 28px;
      margin-bottom: 60px; }
      .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description p {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description p {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description p {
            font-size: 18px; } }
    .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description .increase-size-p {
      color: #232323;
      font-weight: 300;
      margin-bottom: 40px; }
      .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description .increase-size-p {
        line-height: 28px; }
        @media screen and (min-width: 320px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description .increase-size-p {
            line-height: calc( 28px + 22 * ((100vw - 320px) / 1601) ); } }
        @media screen and (min-width: 1921px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description .increase-size-p {
            line-height: 50px; } }
      .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description .increase-size-p {
        font-size: 18px; }
        @media screen and (min-width: 320px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description .increase-size-p {
            font-size: calc( 18px + 18 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description .increase-size-p {
            font-size: 36px; } }
    .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul {
      color: #282828;
      font-weight: 700;
      line-height: normal; }
      .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul {
            font-size: 18px; } }
      .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul li {
        color: #000;
        font-weight: 300;
        line-height: 28px; }
        .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul li {
          font-size: 16px; }
          @media screen and (min-width: 320px) {
            .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul li {
              font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul li {
              font-size: 18px; } }
        .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul li:first-child {
          margin-top: 30px; }
    .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description .image-description {
      margin-top: 60px; }

.Contact-us-reachUsSection {
  margin-top: 50px;
  margin-bottom: 150px; }
  .Contact-us-reachUsSection .blockHead .blockTitle {
    margin-bottom: 50px; }
  .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV {
    margin-bottom: 0px; }
    .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingImage {
      width: 100%; }
      .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingImage .imgContainer img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        margin-inline: auto; }
    .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
      margin-bottom: 30px; }
      .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle .name {
        color: #282828;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        text-align: center; }
    .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription {
      color: #232323;
      text-align: center;
      font-size: 18px;
      font-weight: 300;
      line-height: 28px;
      margin-bottom: 0px; }
      .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription a {
        text-decoration: none;
        position: relative;
        transition: color 0.3s ease; }
        .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription a::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 2px;
          background-color: #0050a0;
          transform: scaleX(0);
          transition: transform 0.3s ease;
          transform-origin: left; }
        .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription a:hover {
          color: #0050a0; }
          .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription a:hover::after {
            transform: scaleX(1); }

.BorderStudentConatiner {
  border-bottom: 1px solid #ddd; }

.additionalAcadAccreditations {
  background: #f3f4f4; }

.addBorderForOverview.whiteBg {
  padding-bottom: 100px !important;
  border-bottom: 1px solid #ddd; }

.decreaseImageSpace.careerExplore {
  margin-top: 50px; }

.goverPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center; }
  .goverPopup .acmComponent .popup-close {
    display: block; }
  .goverPopup .acmComponent .right .image {
    bottom: unset;
    left: unset;
    width: unset;
    z-index: 1; }

/* Styling for popup appearance */
#popup-open {
  display: flex;
  position: fixed;
  overflow-y: auto;
  width: 1120px;
  max-height: 70vh;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  visibility: hidden;
  border-radius: 0px;
  transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  z-index: 1000;
  opacity: 0;
  /* Initially hidden */ }
  #popup-open .left .image {
    width: 100%;
    object-fit: cover;
    border-radius: unset; }
  #popup-open .right .ListingTitle {
    color: #000;
    font-weight: 500;
    margin-bottom: 25px; }
    #popup-open .right .ListingTitle {
      line-height: 28px; }
      @media screen and (min-width: 320px) {
        #popup-open .right .ListingTitle {
          line-height: calc( 28px + 6 * ((100vw - 320px) / 1601) ); } }
      @media screen and (min-width: 1921px) {
        #popup-open .right .ListingTitle {
          line-height: 34px; } }
    #popup-open .right .ListingTitle {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        #popup-open .right .ListingTitle {
          font-size: calc( 20px + 5 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        #popup-open .right .ListingTitle {
          font-size: 25px; } }
  #popup-open .right .summary {
    color: #666;
    font-weight: 600;
    line-height: normal; }
    #popup-open .right .summary {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        #popup-open .right .summary {
          font-size: calc( 14px + 2 * ((100vw - 320px) / 1280) ); } }
      @media screen and (min-width: 1600px) {
        #popup-open .right .summary {
          font-size: 16px; } }
    #popup-open .right .summary .summary-title {
      color: #000;
      font-weight: 500;
      margin-bottom: 25px; }
      #popup-open .right .summary .summary-title {
        font-size: 18px; }
        @media screen and (min-width: 320px) {
          #popup-open .right .summary .summary-title {
            font-size: calc( 18px + 7 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          #popup-open .right .summary .summary-title {
            font-size: 25px; } }
    #popup-open .right .summary .position {
      color: #000;
      margin-bottom: 0px;
      font-weight: 700;
      line-height: normal; }
      #popup-open .right .summary .position {
        font-size: 13px; }
        @media screen and (min-width: 320px) {
          #popup-open .right .summary .position {
            font-size: calc( 13px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          #popup-open .right .summary .position {
            font-size: 15px; } }
    #popup-open .right .summary .college {
      color: #666;
      font-size: 12px;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0px; }
    #popup-open .right .summary .year {
      color: #252525;
      font-size: 14px;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0px; }
    #popup-open .right .summary h2 {
      color: #000;
      font-weight: 500;
      margin-bottom: 10px; }
      #popup-open .right .summary h2 {
        font-size: 17px; }
        @media screen and (min-width: 320px) {
          #popup-open .right .summary h2 {
            font-size: calc( 17px + 7 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          #popup-open .right .summary h2 {
            font-size: 24px; } }
    #popup-open .right .summary p {
      color: #666;
      font-size: 12px;
      font-weight: 600;
      line-height: normal; }
  #popup-open.show {
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  #popup-open .popup-close {
    position: absolute;
    top: 25px;
    right: 20px;
    background: none;
    border: none;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    z-index: 2001; }

/* Dark overlay when popup is open */
body.color-overFlow {
  position: relative;
  overflow: hidden; }
  body.color-overFlow:before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999; }

.AddBorderForOverview {
  border-bottom: 1px solid #ddd;
  padding-bottom: 100px !important; }

.RemoveReadMore {
  padding-top: 0px; }

.descriptionBottomLine {
  border-bottom: 1px solid #ddd;
  margin-bottom: 100px; }
  .descriptionBottomLine .rightSection {
    margin-bottom: 100px; }

.addBoderHeader {
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03); }

.no-link {
  cursor: default; }
  .no-link a {
    pointer-events: none; }

.landingNewsEventsMain .blockBody .listingItemDIV .listingItem {
  margin-bottom: 0px; }
  .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingImage {
    margin-inline: 0px;
    padding-inline: 0px;
    margin-bottom: 0px;
    height: 100%; }
    .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingImage a {
      border-radius: 20px 0px 0px 20px;
      height: auto;
      display: block; }
  .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo {
    padding: 60px;
    background: #d4dbe5;
    border-radius: 0px 20px 20px 0px; }
    .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle {
      margin-bottom: 0px; }
      .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle a {
        color: #333;
        font-weight: 600;
        margin-bottom: 30px; }
        .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle a {
          font-size: 18px; }
          @media screen and (min-width: 320px) {
            .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle a {
              font-size: calc( 18px + 10 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle a {
              font-size: 28px; } }
        .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle a {
          line-height: 28px; }
          @media screen and (min-width: 320px) {
            .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle a {
              line-height: calc( 28px + 10 * ((100vw - 320px) / 1601) ); } }
          @media screen and (min-width: 1921px) {
            .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle a {
              line-height: 38px; } }
        .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle a:hover {
          color: #0050a0; }
    .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDate {
      color: #333;
      font-size: 12px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 30px; }
    .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDescription {
      color: #333;
      font-style: normal;
      font-weight: 300;
      margin-bottom: 30px; }
      .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDescription {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDescription {
            font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
        @media screen and (min-width: 1600px) {
          .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDescription {
            font-size: 18px; } }
      .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDescription {
        line-height: 18px; }
        @media screen and (min-width: 320px) {
          .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDescription {
            line-height: calc( 18px + 10 * ((100vw - 320px) / 1601) ); } }
        @media screen and (min-width: 1921px) {
          .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDescription {
            line-height: 28px; } }
    .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingLink {
      height: auto;
      opacity: 1;
      padding-left: 50px;
      position: relative;
      overflow: visible;
      z-index: 2;
      text-transform: capitalize;
      transition: all 0.3s ease-in-out; }
      .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingLink a {
        font-size: 16px;
        font-weight: 500;
        line-height: normal; }
        .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingLink a::before {
          width: 24px;
          height: 24px;
          top: 50%;
          border-color: #0050a0;
          transition: unset; }
        .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingLink a:hover {
          color: #0c509e; }
      .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingLink:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-image: url(../images/linkarrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease-in-out; }

.landingNewsEvents {
  margin-top: 50px; }

.customVideoHomePage {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  height: 100vh !important;
  position: relative; }
  .customVideoHomePage .swiper-pagination {
    position: absolute;
    top: 60%;
    inset-inline-start: 97%;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .customVideoHomePage .swiper-pagination-bullet {
    background: white;
    opacity: 0.6;
    width: 10px;
    height: 10px; }
  .customVideoHomePage .swiper-pagination-bullet-active {
    background: #0c509e;
    width: 10px;
    height: 25px;
    border-radius: 66.667px;
    opacity: 1; }
  .customVideoHomePage video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
    pointer-events: none; }
    .customVideoHomePage video::-webkit-media-controls {
      display: none !important; }
    .customVideoHomePage video::-webkit-media-controls-enclosure {
      display: none !important; }
    .customVideoHomePage video::-webkit-media-controls-panel {
      display: none !important; }
    .customVideoHomePage video::-moz-media-controls {
      display: none !important; }
    .customVideoHomePage video::-ms-media-controls {
      display: none !important; }
  .customVideoHomePage .swiper-slide {
    margin-bottom: 0 !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center; }
  .customVideoHomePage .swiper-wrapper {
    margin-bottom: 0 !important; }
  .customVideoHomePage.swiper .swiper-wrapper {
    margin-bottom: 0 !important;
    height: 100%; }
  .customVideoHomePage.swiper .swiper-slide {
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important; }
  .customVideoHomePage.swiper .swiper-pagination {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3; }
    .customVideoHomePage.swiper .swiper-pagination .swiper-pagination-bullet {
      background: white;
      opacity: 0.6;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      transition: all 0.3s ease; }
    .customVideoHomePage.swiper .swiper-pagination .swiper-pagination-bullet-active {
      background: #0c509e;
      width: 10px;
      height: 25px;
      border-radius: 66.667px;
      opacity: 1; }
  .customVideoHomePage .video-slide-content {
    position: relative;
    width: 100%;
    height: 100vh; }
    .customVideoHomePage .video-slide-content video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0 !important;
      pointer-events: none; }
      .customVideoHomePage .video-slide-content video::-webkit-media-controls, .customVideoHomePage .video-slide-content video::-webkit-media-controls-enclosure, .customVideoHomePage .video-slide-content video::-webkit-media-controls-panel {
        display: none !important; }
      .customVideoHomePage .video-slide-content video::-moz-media-controls, .customVideoHomePage .video-slide-content video::-ms-media-controls {
        display: none !important; }
    .customVideoHomePage .video-slide-content .slide-hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      text-align: center;
      color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .customVideoHomePage .video-slide-content .slide-hero-content .slide-title {
        color: #fff;
        text-align: center;
        font-weight: 700;
        margin-bottom: 55px;
        transition: opacity 0.8s ease, visibility 0.8s ease; }
        .customVideoHomePage .video-slide-content .slide-hero-content .slide-title {
          font-size: 40px; }
          @media screen and (min-width: 320px) {
            .customVideoHomePage .video-slide-content .slide-hero-content .slide-title {
              font-size: calc( 40px + 45 * ((100vw - 320px) / 1280) ); } }
          @media screen and (min-width: 1600px) {
            .customVideoHomePage .video-slide-content .slide-hero-content .slide-title {
              font-size: 85px; } }
        .customVideoHomePage .video-slide-content .slide-hero-content .slide-title {
          line-height: 60px; }
          @media screen and (min-width: 320px) {
            .customVideoHomePage .video-slide-content .slide-hero-content .slide-title {
              line-height: calc( 60px + 40 * ((100vw - 320px) / 1601) ); } }
          @media screen and (min-width: 1921px) {
            .customVideoHomePage .video-slide-content .slide-hero-content .slide-title {
              line-height: 100px; } }
      .customVideoHomePage .video-slide-content .slide-hero-content .slide-title.hidden-text {
        opacity: 0;
        visibility: hidden; }
      .customVideoHomePage .video-slide-content .slide-hero-content .down-arrow {
        display: none;
        width: 45px;
        height: auto;
        cursor: pointer;
        transition: transform 0.3s ease, filter 0.3s ease; }
        .customVideoHomePage .video-slide-content .slide-hero-content .down-arrow:hover {
          content: url("../images/new-arrow-banner-hover.svg");
          transform: translateY(8px); }

.floatingMenu .sideMenu .allTabContent {
  padding-inline: 0px;
  border-top: 1px solid #dddddd; }
  .floatingMenu .sideMenu .allTabContent .tabContent {
    padding-top: 20px; }
  .floatingMenu .sideMenu .allTabContent .tabContent:nth-of-type(3) .contentListing .row .secondLevel .listingHolder .listingItemLI:nth-of-type(1) a {
    max-width: 220px;
    display: inline-block; }
  .floatingMenu .sideMenu .allTabContent .tabContent:nth-of-type(3) .contentListing .row .secondLevel .listingHolder .listingItemLI:nth-of-type(2) a {
    max-width: 235px;
    display: inline-block; }

@media screen and (max-width: 1540px) {
  .floatingMenu {
    width: 45%; }
    .floatingMenu .sideMenu .allTabContent .tabContent:nth-of-type(1) .contentListing .row .secondLevel .listingHolder .listingItemLI:nth-of-type(2) a {
      max-width: 220px;
      display: inline-block; } }
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip; }

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden; } }
*,
*::before,
*::after {
  box-sizing: border-box; }

img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  display: block; }

.innovationListWhitoutTabs {
  padding-top: 30px; }

.floatingMenu .sideMenu .row .sideTabs ul li a {
  color: #929497; }
  .floatingMenu .sideMenu .row .sideTabs ul li a.activeTab {
    color: #0050a0;
    font-weight: 600; }
    .floatingMenu .sideMenu .row .sideTabs ul li a.activeTab::after {
      background-color: #0050a0; }

.acmSlider .owl-item.active .banner img {
  transform: scale(1.05);
  transition: transform 1s ease-in-out; }

.acmSlider .owl-item:not(.active) .banner img {
  transform: scale(1);
  transition: transform 1s ease-in-out; }

.acmSlider {
  border-radius: 20px; }
  .acmSlider .owl-stage-outer {
    border-radius: 20px;
    overflow: hidden; }
  .acmSlider .owl-item {
    border-radius: 20px;
    overflow: hidden; }
  .acmSlider .banner {
    height: 100%;
    border-radius: 20px;
    overflow: hidden; }
    .acmSlider .banner img {
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
      transition: transform 1s ease-in-out; }

/* zoom effect */
.acmSlider .owl-item.active .banner img {
  transform: scale(1.05); }

.acmSlider .owl-item:not(.active) .banner img {
  transform: scale(1); }

/*======================
Breakpoints
======================*/
body {
  font-family: "DM Sans", helvetica, sans-serif;
  font-weight: 300; }
  body {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      body {
        font-size: calc( 16px + 2 * ((100vw - 320px) / 1280) ); } }
    @media screen and (min-width: 1600px) {
      body {
        font-size: 18px; } }

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: inherit;
  display: inline-block;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

img {
  display: block; }

ul {
  padding: 0;
  list-style-type: none; }

.primBtn {
  display: inline-block;
  border: 1px solid #0050a0;
  border-radius: 10px;
  padding: 7px 10px;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  background-color: #0050a0;
  color: #FFF; }
  .primBtn:hover {
    background-color: #FFF;
    color: #ffffff; }

.secBtn {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  text-align: center;
  background-color: #0050a0;
  color: #ffffff; }
  .secBtn:hover {
    background-color: #ffffff;
    color: #0050a0; }

.transparentBtn {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 7px 10px;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  line-height: 20px; }
  .transparentBtn:hover {
    background-color: #ffffff;
    color: #0050a0; }

.primLink {
  color: #0050a0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 30px; }
  .primLink:hover::before {
    left: 10px; }
  .primLink::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/linkarrow.svg);
    filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(4298%) hue-rotate(348deg) brightness(85%) contrast(98%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out; }

section {
  border-bottom: 1px solid #dddddd;
  padding: calc($spaceUnderSections / 2) 0; }

.infoBox a {
  text-decoration: underline; }

@media screen and (max-width: 1600px) {
  .testimonialsThumbnails {
    bottom: 125px; }

  .testimonials .listingHolder.owl-carousel .owl-nav {
    bottom: -90px; } }
@media (max-width: 1480px) {
  .floatingMenu {
    width: auto; } }
@media (max-width: 1200px) {
  .backgroundImageContainer .content {
    padding: 50px; }

  .testimonialsThumbnails .imgContainer img {
    max-width: 100px; }

  .testimonials .listingHolder.owl-carousel .owl-nav {
    bottom: -90px; }

  .juicer-feed .j-meta a:before {
    font-size: 30px !important; }

  .imageTextContainer .content .textContainer {
    padding-inline: 70px; }

  .juicer-feed.slider .j-text .j-message p {
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4; }

  .floatingMenu {
    width: auto; }

  footer .links-wrapper .social-links {
    display: flex;
    justify-content: center;
    margin-inline-end: 0px; } }
@media (max-width: 992px) {
  .scrollDown {
    display: none; }

  .hiddenMenu .full .content .sideTabs ul li a {
    font-size: 20px; }
    .hiddenMenu .full .content .sideTabs ul li a.active:before {
      content: none; }

  .backgroundImageContainer .content .title {
    margin-bottom: 25px; }

  .faqListing {
    padding: 100px 0; }
    .faqListing .blockHead {
      flex: 0 0 100%;
      max-width: 100%; }
    .faqListing .blockBody {
      flex: 0 0 100%;
      max-width: 100%; }

  footer {
    padding-top: 40px;
    background-size: cover;
    background-position: left bottom; }
    footer .sitemap {
      justify-content: flex-start;
      margin-bottom: 0; }
      footer .sitemap .sitemap {
        margin-bottom: 0; }
      footer .sitemap .sitemapCol {
        flex: 0 0 50%;
        margin-bottom: 40px;
        padding: 0 15px; }
    footer .links .nav {
      row-gap: 10px; }
      footer .links .nav li {
        margin-inline: 0;
        width: 100%; }
        footer .links .nav li a {
          width: 100%; }
    footer .links-wrapper {
      padding-bottom: 30px;
      margin-inline: 0;
      flex-direction: column; }
    footer .footer-logo {
      margin-bottom: 25px; }
    footer .bottom .signature span {
      float: inline-start;
      margin-top: 20px; }
    footer .bottom.desktop-only {
      display: none; }
    footer .bottom.mobile-only {
      display: flex; } }
@media screen and (max-width: 960px) {
  .juicer-feed li.feed-item {
    margin-inline: 10px !important; }

  .goverPopup #popup-open {
    width: 95%;
    height: 75vh;
    overflow-y: auto;
    top: 50%;
    transform: translateY(-50%) !important;
    left: 10px;
    max-height: 90vh; } }
@media (max-width: 767px) {
  .offset-1,
  .offset-2,
  .offset-3 {
    margin: 0; }

  header {
    padding-top: 25px; }
    header .container .left .logo a {
      width: 110px;
      height: 52px; }
      header .container .left .logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    header .container {
      align-items: flex-end; }
      header .container .right .dropdown {
        display: none; }
      header .container .right .searchtoggle {
        border-radius: 15px;
        background-size: 18px;
        padding: 0 28px; }
      header .container .right .burgerMenuToggle {
        border-radius: 15px;
        padding-inline: 38px; }
    header .tabsBanner {
      padding: 160px 0 90px;
      height: 290px; }
      header .tabsBanner .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 290px; }
      header .tabsBanner .breadCrumbMainContainer {
        margin-bottom: 0; }
    header .hiddenMenu {
      top: 94px;
      height: calc(100% - 94px); }
    header .hiddenMenu .full .content .sideTabs {
      border-right: none;
      padding-inline: 0; }
      header .hiddenMenu .full .content .sideTabs .dropdown.mobile-only {
        display: block;
        background-color: transparent;
        padding-inline: 0; }
        header .hiddenMenu .full .content .sideTabs .dropdown.mobile-only::after {
          display: none; }
        header .hiddenMenu .full .content .sideTabs .dropdown.mobile-only span {
          color: #839097;
          font-weight: 400;
          font-size: 20px;
          padding-top: 8px;
          text-transform: capitalize; }
          header .hiddenMenu .full .content .sideTabs .dropdown.mobile-only span::after {
            background-color: #839097; }
        header .hiddenMenu .full .content .sideTabs .dropdown.mobile-only ul {
          position: static;
          inset-inline-start: 0;
          border-radius: 0;
          box-shadow: none;
          width: 100%;
          background-color: transparent; }
          header .hiddenMenu .full .content .sideTabs .dropdown.mobile-only ul li {
            margin-bottom: 0; }
            header .hiddenMenu .full .content .sideTabs .dropdown.mobile-only ul li a {
              font-size: 14px;
              position: relative;
              width: fit-content;
              padding-inline-end: 30px;
              padding-inline-start: 0;
              font-weight: 300; }
              header .hiddenMenu .full .content .sideTabs .dropdown.mobile-only ul li a::after {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                inset-inline-end: 5px;
                background-image: url(/images/icons/arrow-right-blue.svg);
                background-size: contain;
                background-repeat: no-repeat;
                width: 12px;
                height: 12px; }
        header .hiddenMenu .full .content .sideTabs .dropdown.mobile-only.active span::after {
          transform: translateY(-50%) rotateZ(-90deg); }

  .hiddenMenu .full {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .hiddenMenu .full .content {
      max-height: none;
      height: auto; }
      .hiddenMenu .full .content .container .row {
        margin: 0; }
      .hiddenMenu .full .content .tabContent {
        width: 100%; }
        .hiddenMenu .full .content .tabContent .secondLevel {
          padding: 0; }
          .hiddenMenu .full .content .tabContent .secondLevel .listingHolder > .hasSubItems {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 24px; }
          .hiddenMenu .full .content .tabContent .secondLevel .listingHolder > .hasSummary {
            margin-bottom: 25px; }
            .hiddenMenu .full .content .tabContent .secondLevel .listingHolder > .hasSummary a {
              font-weight: 400; }
          .hiddenMenu .full .content .tabContent .secondLevel .listingHolder > li {
            padding: 0;
            padding-inline: 0 !important; }
          .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li {
            margin-bottom: 10px; }
      .hiddenMenu .full .content .sideTabs,
      .hiddenMenu .full .content .allTabContent {
        max-height: none;
        overflow: unset; }
  .hiddenMenu .stickyPart.moreLinks {
    padding: 25px 0; }
    .hiddenMenu .stickyPart.moreLinks .container {
      padding: 0; }

  .tabsBanner {
    padding-bottom: 40px;
    padding-top: 140px;
    height: auto; }
    .tabsBanner .container {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .tabsBanner .container .breadCrumbMainContainer {
        margin-bottom: 0; }
    .tabsBanner .pageInfo .title {
      max-width: 100%; }

  .crossLinks .link a {
    white-space: initial; }

  .tabs {
    margin-bottom: 40px;
    border-bottom: 0;
    margin-top: 10px; }
    .tabs .swiper {
      padding-top: 7px;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      padding-inline: 40px; }
      .tabs .swiper:has(.swiper-button-next.swiper-button-disabled):has(.swiper-button-prev.swiper-button-disabled
      ) {
        padding-inline: 12px; }
    .tabs.newsTabs .newsFilter {
      min-width: 140px; }
    .tabs.newsTabs .swiper {
      padding-top: 0px;
      border-top: none;
      border-bottom: none; }
    .tabs.newsTabs .dk-select .dk-selected {
      line-height: 53px;
      padding: 0; }
    .tabs ul {
      width: 100%; }
      .tabs ul li a {
        padding: 12px 0; }
    .tabs .container {
      flex-wrap: wrap;
      justify-content: center;
      row-gap: 0;
      padding: 0;
      max-width: 100%; }
    .tabs .linkBtn,
    .tabs .primaryBtn {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding-inline: 20px;
      margin-top: 8px;
      max-width: calc(100% - 24px); }
      .tabs .linkBtn:after,
      .tabs .primaryBtn:after {
        position: static;
        transform: none; }
    .tabs .btnContainer {
      flex-direction: column;
      width: 100%; }
      .tabs .btnContainer a {
        margin-inline: auto; }

  .intro {
    padding-top: 120px !important; }

  .eventsLanding {
    padding-bottom: 0px; }

  .TermsAndConditions {
    padding-top: 50px; }

  .toolkitMainBanner .banner .content {
    width: 100%; }

  .banner img {
    min-height: 300px; }

  .toolkitMainBanner .banner.video-banner {
    padding: 0;
    min-height: 600px; }

  .floatingMenu {
    position: static;
    width: 100%;
    padding: 30px 16px;
    min-width: unset;
    border-radius: 0; }
    .floatingMenu .sideMenu .row .sideTabs ul {
      justify-content: start; }
      .floatingMenu .sideMenu .row .sideTabs ul li {
        padding-right: 25px; }
    .floatingMenu .sideMenu .row .allTabContent {
      padding-inline: 20px;
      border-top: 0px; }
      .floatingMenu .sideMenu .row .allTabContent .tabContent {
        max-width: 540px;
        margin-inline: auto;
        padding-inline: 5px;
        padding-top: 0px; }
        .floatingMenu .sideMenu .row .allTabContent .tabContent .secondLevel .listingItemLI {
          width: 100%;
          max-width: 100%;
          flex: 0 0 100%; }
      .floatingMenu .sideMenu .row .allTabContent .tabContent:nth-of-type(1) .contentListing .row .secondLevel .listingHolder .listingItemLI:nth-of-type(2) a {
        max-width: 100%; }
      .floatingMenu .sideMenu .row .allTabContent .tabContent:nth-of-type(3) .contentListing .row .secondLevel .listingHolder .listingItemLI:nth-of-type(1) a {
        max-width: 200px; }
      .floatingMenu .sideMenu .row .allTabContent .tabContent:nth-of-type(3) .contentListing .row .secondLevel .listingHolder .listingItemLI:nth-of-type(2) a {
        max-width: 215px; }

  .floatingMenu .sideMenu .container .sideTabs ul li a,
  .floatingMenu .sideMenu .row .sideTabs ul li a {
    padding-right: 25px; }
  .floatingMenu .sideMenu .container .sideTabs ul li.hasSubmenu a::after,
  .floatingMenu .sideMenu .row .sideTabs ul li.hasSubmenu a::after {
    content: "";
    width: 15px;
    height: 15px; }

  .acmComponent {
    padding: 50px 0; }
    .acmComponent.background {
      padding: 185px 0 80px; }
      .acmComponent.background .container .summary {
        margin-bottom: 80px; }
      .acmComponent.background .container .itemListing {
        flex-direction: column;
        max-width: 260px;
        margin-inline: auto; }
        .acmComponent.background .container .itemListing .item {
          text-align: center;
          margin-inline: 0;
          padding: 0;
          padding-bottom: 40px;
          margin-bottom: 40px;
          border-inline: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
          .acmComponent.background .container .itemListing .item .image {
            max-width: 260px;
            margin: auto; }
          .acmComponent.background .container .itemListing .item:last-of-type {
            border: none;
            padding-bottom: 0;
            margin-bottom: 0; }
      .acmComponent.background .right {
        margin-top: 0; }
    .acmComponent .itemListing {
      flex-direction: column; }
      .acmComponent .itemListing .item {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .acmComponent h2 {
      max-width: 260px;
      line-height: 150%;
      margin-bottom: 30px; }
    .acmComponent .right {
      margin-inline: 0;
      margin-top: 50px; }
      .acmComponent .right .summary {
        position: static;
        margin-bottom: 50px; }
      .acmComponent .right .image {
        position: static;
        margin-bottom: -190px; }
    .acmComponent .itemListing .item .number {
      margin-bottom: 30px; }

  .chartImage {
    margin-bottom: 70px; }
    .chartImage .imgContainer {
      max-width: 350px; }

  .homeNews:not(.container) {
    padding: 55px 0 100px; }
    .homeNews:not(.container) .container {
      padding-inline-end: 0; }
    .homeNews:not(.container) .listingHolder {
      margin: 0; }
    .homeNews:not(.container) .blockTitle {
      max-width: 260px; }
    .homeNews:not(.container) .sideLinks {
      position: absolute;
      bottom: 140px; }
    .homeNews:not(.container) .listingItemDIV {
      padding-inline: 7.5px; }
    .homeNews:not(.container) .owl-carousel .owl-stage-outer .owl-stage .owl-item {
      width: 85vw !important;
      max-width: 540px !important; }

  .courses {
    padding: 50px 0 100px; }
    .courses:before {
      content: none; }
    .courses .sideBySide {
      flex-direction: column; }
      .courses .sideBySide .listingHolder .listingItemDIV {
        flex: 0 0 100%;
        max-width: 100%;
        padding-inline: 10px; }
    .courses .blockHead {
      margin-inline: 0; }
      .courses .blockHead .listing-intro {
        line-height: 24px; }
    .courses h2 {
      margin-bottom: 30px; }

  .testimonials {
    padding-top: 50px;
    margin-bottom: 30px; }
    .testimonials .listingItem {
      flex-direction: column-reverse;
      row-gap: 20px; }
      .testimonials .listingItem .listingInfo {
        margin-inline: 0; }
    .testimonials .listingHolder.owl-carousel .owl-nav {
      bottom: -100px;
      display: flex;
      justify-content: end;
      padding-inline: 0; }
      .testimonials .listingHolder.owl-carousel .owl-nav button {
        height: 50px;
        width: 50px; }
    .testimonials h2 {
      margin-bottom: 25px; }

  .homeNews .blockHead {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px; }
    .homeNews .blockHead .blockTitle {
      max-width: unset;
      line-height: normal; }

  .homeNews
  .blockBody
  .listingHolder
  .listingItemDIV
  .listingItem
  .listingInfo {
    padding: 0; }

  .newsLanding {
    margin-bottom: 0; }
    .newsLanding .homeNews .blockHead {
      margin-bottom: 35px;
      flex-direction: row; }
    .newsLanding .homeNews
    .blockBody
    .listingHolder
    .listingItemDIV
    .listingItem
    .listingImage {
      margin-bottom: 16px; }

  .landingNewsEvents .listingTitle {
    margin-bottom: 10px !important; }

  .eventsListing {
    margin-bottom: 90px; }

  .eventslist .blockHead {
    margin-bottom: 50px; }
  .eventslist .listingText {
    display: flex; }
  .eventslist .listingHolder .listingItemDIV .listingItem {
    flex-direction: column-reverse; }
    .eventslist .listingHolder .listingItemDIV .listingItem .listingImage {
      margin-bottom: 20px; }
    .eventslist .listingHolder .listingItemDIV .listingItem .listingDate {
      margin-right: 20px; }

  .descriptionBlock {
    padding-top: 80px; }
    .descriptionBlock .leftSection {
      margin-bottom: 0; }
    .descriptionBlock .rightSection {
      margin-bottom: 80px; }

  .backgroundImageContainer {
    margin-top: 0; }
    .backgroundImageContainer .content {
      transform: translateY(0);
      margin-top: 500px;
      width: 100%;
      max-width: 100%;
      padding: 45px 20px;
      border-radius: 0 0 30px 0; }

  .descriptionBlock.businessAdmin {
    margin-bottom: 50px; }
    .descriptionBlock.businessAdmin .leftSection,
    .descriptionBlock.businessAdmin .rightSection {
      margin-bottom: 30px; }

  .imageTextContainer {
    margin-bottom: 50px; }
    .imageTextContainer .textContainer {
      border-radius: 20px 20px 0 0;
      padding-top: 60px;
      padding-bottom: 250px; }
    .imageTextContainer .content .imgContainer {
      margin-inline-start: 20px;
      margin-top: -225px; }
      .imageTextContainer .content .imgContainer img {
        border-radius: 20px 0 0 20px; }

  .expandCollapse {
    padding-bottom: 15px; }
    .expandCollapse .header h5 {
      max-width: 300px; }
    .expandCollapse .header:after {
      right: 0; }

  .tuitionFees ul li {
    padding-inline: 0; }
    .tuitionFees ul li:before {
      content: none; }
    .tuitionFees ul li table {
      margin-inline: 0; }

  .academicsList {
    margin: 65px 0; }
    .academicsList .listingHolder .listingItemDIV {
      margin-bottom: 50px;
      padding-bottom: 50px; }

  .bottomSection .imgContainer {
    margin-bottom: 15px; }
  .bottomSection .listingTitle {
    margin-bottom: 20px; }

  .infoBox {
    padding: 65px 0; }

  .hiddenMenu .full .content .sideTabs > ul > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd; }
    .hiddenMenu .full .content .sideTabs > ul > li > a {
      display: inline-block; }
  .hiddenMenu .full .content .tabContent {
    position: static;
    margin-top: 30px; }
    .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li:last-of-type {
      margin-bottom: 0; }
    .hiddenMenu .full .content .tabContent .secondLevel .listingHolder li .relatedSummary {
      margin-bottom: 0; }

  .crossLinks {
    padding: 50px 0 100px; }
    .crossLinks .bottomBG {
      flex-direction: column;
      align-items: start;
      row-gap: 30px; }
      .crossLinks .bottomBG .title {
        margin-inline: 0; }

  .intro .left {
    margin-bottom: 30px; }

  .Overview {
    padding-bottom: 50px;
    margin-bottom: 50px; }

  .overviewSection {
    padding-bottom: 50px; }
    .overviewSection .title {
      margin-bottom: 25px; }
    .overviewSection .imgContainer {
      margin-bottom: 30px; }

  .careerSection {
    padding: 55px 0; }
    .careerSection .title {
      margin-bottom: 25px; }

  .degreeSection {
    padding: 50px 0; }
    .degreeSection .title {
      margin-bottom: 40px; }
    .degreeSection .blueBox {
      margin-bottom: 40px; }

  .documentSection {
    padding: 50px 0 70px; }
    .documentSection .title {
      margin-bottom: 30px; }

  .borderList .listingItemDIV .descriptionBlock .leftSection,
  .Overview .rightSection,
  .Overview .leftSection {
    margin-bottom: 0; }

  .innovationList .listingItemDIV {
    margin-bottom: 50px; }
    .innovationList .listingItemDIV .descriptionBlock .rightSection {
      margin-bottom: 50px; }

  .descriptionBlock.descriptionLab {
    margin-bottom: 70px; }
    .descriptionBlock.descriptionLab .rightSection,
    .descriptionBlock.descriptionLab .leftSection {
      margin-bottom: 50px; }

  .contactUsPage .contactInfo .listingItem {
    border: none; }

  .milestones .listingInfo {
    padding-right: 50px; }

  .noIntro {
    padding-top: 100px; }

  .imageContainer2 {
    border-radius: 0;
    margin-top: 50px;
    margin-bottom: 100px; }
    .imageContainer2 .row {
      flex-direction: column-reverse; }
    .imageContainer2 .right {
      padding: 30px;
      padding-top: 60px; }
    .imageContainer2 .left {
      margin-top: 0;
      margin-bottom: -100px;
      margin-inline-start: 20px;
      width: calc(100% - 20px); }
    .imageContainer2 img {
      border-radius: 20px 0 0 20px; }

  .groupBlock {
    padding: 50px 0; }

  .subDescription {
    padding-top: 0; }

  .accreditations {
    margin-bottom: 140px; }
    .accreditations .listingHolder .listingItemDIV {
      padding-bottom: 50px;
      margin-bottom: 50px; }

  .accredationsDescription {
    margin: 50px 0; }

  .accreditations .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
    margin-bottom: 30px; }
  .accreditations .listingHolder .listingItemDIV .listingItem .listingInfo .listingImage img {
    max-height: 160px;
    margin: 0; }

  .programList {
    margin-bottom: 100px; }

  .programCarousel .items .content {
    width: 360px; }
  .programCarousel .owl-nav button {
    width: 50px;
    height: 50px; }
    .programCarousel .owl-nav button.owl-prev {
      margin-inline-end: 15px; }

  .programCarousel {
    overflow: hidden; }
    .programCarousel .owl-carousel .owl-stage-outer {
      overflow: hidden !important; }

  .filters:not(.careerFilter):not(.searchFilters) {
    margin-bottom: 60px;
    border-bottom: 0; }
    .filters:not(.careerFilter):not(.searchFilters) .searchContainer {
      width: 100%;
      border-inline-start: none;
      margin-inline: 20px;
      padding: 20px 0; }
      .filters:not(.careerFilter):not(.searchFilters) .searchContainer input {
        margin-inline-start: 10px; }
    .filters:not(.careerFilter):not(.searchFilters) .row {
      width: 100%;
      margin-inline: -20px; }
      .filters:not(.careerFilter):not(.searchFilters) .row .dk-select {
        max-width: 100%;
        border-bottom: 1px solid #ddd;
        margin-inline: 20px; }
        .filters:not(.careerFilter):not(.searchFilters) .row .dk-select .dk-selected::before {
          right: 20px; }

  .noteSection {
    margin-bottom: 140px; }

  .missionVision,
  .moreInfo {
    padding: 50px 0; }

  .formSection .submitSection {
    margin-top: 30px; }

  .careerFilter .row {
    flex-direction: column; }
    .careerFilter .row .dk-select,
    .careerFilter .row .searchContainer {
      width: 100%;
      max-width: unset;
      padding-inline: 20px;
      border-bottom: 0; }
      .careerFilter .row .dk-select input,
      .careerFilter .row .searchContainer input {
        border: none; }
      .careerFilter .row .dk-select .dk-select-options,
      .careerFilter .row .searchContainer .dk-select-options {
        padding-inline: 20px; }

  .newsDetails .newsImages .newsimageslist {
    margin-bottom: 80px; }
  .newsDetails .thumbnailsSlider {
    width: 80%; }
  .newsDetails .top {
    margin-bottom: 40px;
    padding-bottom: 40px; }
  .newsDetails .newsHead .newsDate {
    text-align: start; }
  .newsDetails .newsHead .backbtn {
    position: relative;
    margin-bottom: 70px; }
  .newsDetails .newsHead h3 {
    text-align: start; }

  .newsDetailsRelated h3 {
    text-align: start;
    margin-bottom: 40px; }
  .newsDetailsRelated .listingItem .listingLink {
    padding: 30px 18px; }

  .nobanner {
    padding-bottom: 30px; }

  .newsTabs {
    border-bottom: 1px solid #ddd; }
    .newsTabs ul {
      width: unset;
      flex: 1;
      border-bottom: none; }

  .newsFilter {
    margin-bottom: 0 !important; }

  .juicer-feed.slider .slick-track {
    height: 420px !important;
    max-height: 5420px !important; }

  .juicer-feed.slider .slick-prev,
  .juicer-feed.slider .slick-next {
    bottom: -60px !important; }

  .juicer-feed li.feed-item {
    margin-inline: 5px !important; }
    .juicer-feed li.feed-item .j-image {
      height: 100% !important;
      max-height: 420px !important; }
      .juicer-feed li.feed-item .j-image img {
        height: 100% !important;
        max-height: 420px !important; }

  .errorSection {
    margin: 150px 0 100px; }
    .errorSection .textContainer {
      text-align: center; }
    .errorSection h2 {
      margin-bottom: 20px; }
    .errorSection h3 {
      margin-bottom: 20px; }

  .juicerContent {
    margin: 80px 0 80px !important; }

  .table-container {
    margin-inline: 0;
    width: auto; }

  table thead th {
    min-width: 200px !important; }

  .hiddenMenu .full .content .tabContent .thirdLevelTabsContent {
    position: relative; }
  .hiddenMenu .full .content .tabContent .thirdLevel {
    width: 100%;
    padding-inline: 12px;
    margin-top: 20px;
    display: none; }
    .hiddenMenu .full .content .tabContent .thirdLevel .listingItemLI {
      border: none !important; }
      .hiddenMenu .full .content .tabContent .thirdLevel .listingItemLI a {
        font-size: 14px; }

  .accredationsDescription h3 {
    line-height: normal; }

  .imgContainer.parallax img {
    border-radius: 20px 20px 0 0; }

  .hiddenMenu
  .full
  .content
  .tabContent
  .secondLevel
  .listingHolder
  li.hasSubmenu
  a {
    position: relative; }
    .hiddenMenu
    .full
    .content
    .tabContent
    .secondLevel
    .listingHolder
    li.hasSubmenu
    a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      left: unset;
      width: 14px;
      height: 14px;
      background-image: url(../images/thickarrow.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      transform: translateY(-50%) rotate(90deg); }

  .alternating.horizontal .listingItemDIV .listingItem .listingImage,
  .ACMAlternatingList .listingHolder .listingItemDIV .listingItem .listingInfo {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important; }

  .ACMAlternatingList .listingHolder .listingItemDIV .listingItem {
    padding-bottom: 50px;
    margin-bottom: 25px; }

  .ACMAlternatingList.RemoveReadMore .listingHolder .listingItemDIV:first-child {
    padding-top: 0px; }

  .backgroundImageContainer.careerExplore {
    margin-top: 0; }

  .backgroundImageContainer {
    height: 500px; }

  .careersPage {
    padding: 100px 0; }
    .careersPage .row {
      row-gap: 20px; }

  .milestones {
    margin-bottom: 50px; }

  .boardteamListing .listingHolder {
    justify-content: center; }
    .boardteamListing .listingHolder > .row {
      padding: 0; }

  .programCarousel {
    padding: 50px 0 125px; }
    .programCarousel .owl-nav {
      bottom: -80px; }

  .acadAccreditations {
    padding-top: 50px; }

  .performanceResults {
    margin-bottom: 80px; }

  .innovationDescription {
    margin-bottom: 0; }

  .landingNewsEvents {
    padding: 0 0 50px; }
    .landingNewsEvents > .container {
      padding: 0; }

  .hiddenMenu .full .content .tabContent {
    display: block;
    /* Ensure that tabContent is displayed in mobile view */ }

  /* You can also control visibility or animations if needed */
  header .tabContent.active {
    display: block !important;
    /* Force the tabContent to show */
    opacity: 1 !important;
    /* Make sure it's visible */
    visibility: visible !important; }

  .hiddenMenu .full {
    height: 100%;
    overflow-y: auto; }

  .hiddenMenu.open {
    opacity: 1;
    visibility: visible;
    background: transparent; }

  .hiddenMenu .full .content .moreLinks {
    margin: 0px 0 0;
    padding: 35px 0;
    border-top: 0px;
    padding-top: 15px; }

  .acmSlider {
    margin-top: 80px !important; }

  .ACMAlternatingList {
    padding-top: 120px; }

  .bottomSection.largeImage .imgContainer {
    margin-bottom: 15px; }

  .Contact-us-reachUsSection {
    margin-top: 50px;
    margin-bottom: 80px; }
    .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV {
      margin-bottom: 38px; }
      .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV:last-child {
        margin-bottom: 0px; }
      .Contact-us-reachUsSection .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
        margin-bottom: 30px; }

  .addBorderForOverview.whiteBg {
    padding-bottom: 50px !important; }

  .AddBorderForOverview {
    border-bottom: 50px; }

  .landingNewsEventsMain .blockBody .listingItemDIV .listingItem {
    margin-bottom: 0px; }
    .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingImage a {
      border-radius: 0px; }
    .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo {
      padding: 18px;
      padding-bottom: 50px;
      border-radius: 0px; }
      .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingTitle a {
        margin-bottom: 30px; }
      .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDate {
        margin-bottom: 30px; }
      .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingDescription {
        margin-bottom: 30px; }
      .landingNewsEventsMain .blockBody .listingItemDIV .listingItem .listingInfo .listingLink {
        padding-left: 50px; }

  .landingNewsEvents {
    padding-top: 0px !important;
    margin-top: 50px; }

  .customVideoHomePage {
    height: 100vh !important; }
    .customVideoHomePage .swiper-pagination {
      inset-inline-start: 92%; }
    .customVideoHomePage video {
      width: 100%; }

  .customVideoHomePage .video-slide-content .slide-hero-content {
    width: 100%;
    padding-inline: 20px; }

  .innovationTabs ul li:first-child a {
    margin-inline-start: 10px; } }
@media (max-width: 480px) {
  .juicer-feed li.feed-item .j-image {
    height: 100% !important; }
    .juicer-feed li.feed-item .j-image img {
      height: 100% !important; }

  .studentContainer .blockBody {
    margin: 50px 0px; }
    .studentContainer .blockBody .listingItemDIV {
      margin-bottom: 50px;
      padding-bottom: 50px; }
      .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description p {
        margin-bottom: 25px; }
      .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description ul li:first-child {
        margin-top: 30px; }
      .studentContainer .blockBody .listingItemDIV .listingItem .listingInfo .description .image-description {
        margin-top: 25px; }

  .introLabs,
  .introLibrary {
    margin-bottom: 50px; } }

/*# sourceMappingURL=website-en.css.map */
