/*version 1.2 20230926122245s */

:root {
  --headings: #436b7d;
  --SwooshColorBlue: hue-rotate(0deg) saturate(1);
  --SwooshColorOrange: hue-rotate(-156deg) saturate(2);
  --EECBrown: #6E5048;
  --EECLink: #48666E;
  /*--EECLink: #2c7083;*/
  /*--EECLink: #3e3e3e;*/
  /*--LinguaskillYellow: #F2A900;*/
  --LinguaskillYellow: #fcb116;
  --LinguaskillGrey: #75787B;
  --IELTSRed: #E31837;
  --IELTSBlue: #009ba4;
  --IELTSLilac: #c35c9f;
  --IELTSGreen: #a2c617;
  --IELTSOrange: #f39200;
  --bodyFontSize: 16px;
  --white: #FFFFFF;
  --DisabledButtonColor: #b6a7a3;
  --FadedEECBrown: rgba(110,80,72,0.1);
  --CambridgeBlue: #D7FDF5;
  --RedPantone032: #F32837;
  --GreenPantone3415C: #007a50;
  --YellowPantone109: #FFD100;
  --hairline: #dadce0;
  --dialogHolderBackground: rgba(100,100,100,0.2);
  --maxZIndex: 2147483647;
  --ExamSessionStatus0: #cb997e;
  --ExamSessionStatus1: #ddbea9;
  --ExamSessionStatus2: #ffe8d6;
  --ExamSessionStatus3: #b7b7a4;
  --ExamSessionStatus4: #a5a58d;
  --ExamSessionStatus5: #6b705c;
  --WeekEventsBackground: rgba(175,175,175,0.8);
  --ExamSessionInPreparationColor: #FFFFFF;
  --ExamSessionEnrollmentOpenColor: #007700;
  --ExamSessionPreEnrollmentColor: #ffc800;
  --ExamSessionEnrolledColor: #007700;
  --ExamSessionPreEnrolledColor: #ffc800;
  --ExamSessionCancelledColor: #777777;
  --ExamSessionSoldOutColor: #e74118;
  --ExamSessionClosedColor: #264653;
  --ExamSessionPreEnrollmentColorFade: linear-gradient(180deg, var(--ExamSessionPreEnrollmentColor), var(--ExamSessionPreEnrollmentColor) 40px, rgba(0,0,0,0) 40px, rgba(0,0,0,0) 100%);
  --ExamSessionEnrollmentOpenColorFade: linear-gradient(180deg, var(--ExamSessionEnrollmentOpenColor), var(--ExamSessionEnrollmentOpenColor) 40px, rgba(0,0,0,0) 40px, rgba(0,0,0,0) 100%);
  --CancelledOrder: rgba(255,0,0,0.05);
  --CheckingOutOrder: rgba(255,102,0,0.25);
}

.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6, .contents h7 {
  color: var(--headings);
}

.swal2-footer[style*="display: none;"] {
  display: none !important;
}

#associatedProducts .productItem .productImage {
  max-width: 146px;
  height: 200px;
}

.preenroledCandidate {
  font-weight: bold;
  color: var(--EECBrown);
  background-color: #ffc800;
}

.enroledCandidate {
  font-weight: bold;
  color: #FFF;
  background-color: #007700;
}

.cancelled {
  font-weight: bold;
  color: var(--EECBrown);
  background-color: #777777;
}

@media screen and (pointer: coarse) and (hover: none) {
  .onlyMobile {
    display: initial;
  }

  .onlyDesktop {
    display: none;
  }
}

@media (pointer: coarse) and (hover: none) {
  .footerLinks > a {
    padding: 10px 0;
  }
}

@media screen and (pointer: fine) and (hover: hover) {
  .onlyMobile {
    display: none;
  }

  .onlyDesktop {
    display: initial;
  }
}
/*Phones, less than 668px*/
@media (min-width: 0rem) {
  .centreButton {
    display: flex;
    margin: 0 auto;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
  }

  video {
    cursor: pointer;
  }

  .AddToBasketPriceIncreaseNotice {
    margin-left: 5px;
    color: #F00;
    font-size: 0.7rem;
    /*vertical-align:super;*/
  }

  .ieltsContent {
    color: #000;
    font-family: 'opensans'
  }

  .ieltsPageItem h2 {
    font-family: 'worksans-bold';
  }

  .ieltsPageItem {
    border: 1px solid hsl(351, 80.9%, 49.2%);
    margin: 20px;
    padding: 10px 25px;
    width: calc(100% - 92px);
  }

  body.swal2-shown > [aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(5px);
  }

  blockquote > footer {
    background-color: transparent;
    color: var(--EECBrown);
    font-style: normal;
    padding: 0;
  }

  .hidden {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  blockquote {
    font-style: italic;
    font-family: "Utopia-italic";
    font-size: 20px;
    text-align: center;
    margin-left: 10% !important;
    margin-right: 10% !important;
    padding: 15px 20px 10px;
    position: relative;
    border-left: none !important;
  }

    blockquote p {
      font-family: "Utopia-italic";
      font-size: 20px;
      font-weight: 700px;
      text-align: center;
    }

    blockquote:before {
      position: absolute;
      font-family: 'FontAwesome';
      top: 0;
      content: "\f10d";
      font-size: 50px;
      color: rgba(0,0,0,0.1);
    }

    blockquote::after {
      content: "";
      top: 20px;
      left: 50%;
      margin-left: -100px;
      position: absolute;
      border-bottom: 3px solid var(--EECBrown);
      height: 3px;
      width: 200px;
    }

  .imageFloatLeft {
    /*width:100%;*/
    float: left;
    margin: 0 10px;
  }

  .imageFloatRight {
    margin: 0 10px;
    float: right;
  }
  div[data-id="meetingTestingNeeds"], div[data-id="meetingTestingNeeds2"] {
    align-items: start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
    div[data-id="meetingTestingNeeds"] > div img {
      width: -webkit-fill-available;
    }
      div [data-id="meetingTestingNeeds"] > div {
    width: calc(calc(100% / 2) - 40px);
    /*height: -webkit-fill-available;*/
    height: -moz-fill-available;
    /*text-align: center;*/
    background-color: #f0f0f0;
    padding: 0px;
    margin: 20px;
    min-width: 230px;
  }

    div [data-id="meetingTestingNeeds2"] > div {
      width: calc(calc(100% / 2) - 80px);
      /*height: -webkit-fill-available;*/
      height: -moz-fill-available;
      text-align: center;
      background-color: #f0f0f0;
      padding: 20px;
      margin: 20px;
      min-width: 230px;
    }

        div [data-id="meetingTestingNeeds"] > div > [data-id="descript"] {
        }

  div[data-id="whyChooseTheTest"] > div {
    width: calc(calc(100% / 3) - 80px);
    /*height: -webkit-fill-available;*/
    height: -moz-fill-available;
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px;
    margin: 20px;
    min-width: 230px;
  }


  div[data-id="whyChooseTheTest4"] {
    align-items: start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

    div[data-id="whyChooseTheTest4"] > div {
      width: calc(calc(100% / 2) - 80px);
      /*height: -webkit-fill-available;*/
      height: -moz-fill-available;
      text-align: center;
      background-color: #f0f0f0;
      padding: 20px;
      margin: 20px;
      min-width: 230px;
    }

  div[data-id="whyChooseTheTest"] {
    align-items: start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  div[data-id="whyChooseTheTestDesigns"] > div {
    width: calc(calc(100% / 2) - 40px);
    /*height: -webkit-fill-available;*/
    height: -moz-fill-available;
    text-align: center;
    padding: 20px;
    margin: 0px;
    min-width: 230px;
    display: flex;
    flex-flow: row nowrap;
    align-items: anchor-center;
  }

    div[data-id="whyChooseTheTestDesigns"] > div a {
      background-color: #5bdecf;
      padding: 10px 15px;
      white-space: nowrap;
      border-radius: 5px;
    }

    div [data-id="whyChooseTheTestDesigns"] > div > .cesttest-text {
      text-align: left;
      margin: 20px;
    }

  div[data-id="whyChooseTheTestDesigns"] {
    align-items: start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  div[data-id="threeVersions"] {
    align-items: start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

    div[data-id="threeVersions"] > div {
      width: calc(calc(100% / 3) - 80px);
      /*height: -webkit-fill-available;*/
      height: -moz-fill-available;
      text-align: center;
      background-color: #f0f0f0;
      padding: 20px;
      margin: 20px;
      min-width: 230px;
    }

      div[data-id="threeVersions"] > div img {
        width: -webkit-fill-available;
        width: -moz-fill-available;
      }

  .flexFlowRowToColumn {
    display: flex;
    flex-flow: column;
  }

    .flexFlowRowToColumn:first-child {
      justify-content: center;
    }

  .dataTable thead th:last-child {
    width: unset !important;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button a {
    color: var(--EECBrown);
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.active a {
    color: #FFFFFF;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.active {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
  }

  time.icon:hover {
    box-shadow: 0px 12px 15px -5px #000000, 2px 2px 2px 2px rgb(0 0 0 / 0%);
  }

  time.icon {
    font-size: 0.8em;
    display: block;
    position: relative;
    width: 5em;
    height: 5em;
    background-color: #fff;
    margin: 1em auto;
    border-radius: 0.4em;
    box-shadow: 0px 10px 13px -7px #000000, 2px 2px 2px 2px rgb(0 0 0 / 0%);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    transform-style: preserve-3d;
  }

  .futureExamLink:hover time.icon {
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotateX(-10deg);
    }

    10% {
      transform: rotateX(-10deg);
    }

    40% {
      transform: rotateX(10deg);
    }

    60% {
      transform: rotateX(10deg);
    }

    90% {
      transform: rotateX(-10deg);
    }

    100% {
      transform: rotateX(-10deg);
    }
  }

  time.icon * {
    display: block;
    width: 100%;
    font-size: 0.85em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
  }

  time.icon strong {
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #fd9f1b;
    box-shadow: 0 2px 0 #fd9f1b;
  }

  time.icon em {
    position: absolute;
    bottom: 0.25em;
    color: #fd9f1b;
  }

  time.icon span {
    width: 100%;
    font-size: 1.5em;
    letter-spacing: -0.05em;
    padding-top: 1.3em;
    color: #2f2f2f;
  }

  select[multiple] option {
    padding: 10px 0 10px 10px;
  }

    select[multiple] option:before {
      font-family: var(--fa-style-family,"Font Awesome 6 Free");
      font-weight: var(--fa-style,400);
      content: '\f0c8';
      left: -5px;
      position: relative;
    }

    select[multiple] option[selected]::before {
      content: '\f14a';
    }

  #metaInfo {
    margin: 0 auto;
    width: 90vw;
  }

  article h1 {
    font-size: 2em;
  }

  .centredElement {
    margin: 0 auto !important;
  }

  .text-huge {
    font-size: 1.8em;
  }

  .text-big {
    font-size: 1.4em;
  }

  .text-small {
    font-size: .85em;
  }

  .text-tiny {
    font-size: .7em;
  }

  .eventBullet {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    margin: 4px;
    background-color: rgba(200,200,200,0.5);
  }

  .menuCart {
    position: relative;
  }

  .menuCart, .menuUser {
    display: flex;
    flex-flow: column;
    justify-content: center;
    cursor: pointer;
    /*display: none;*/
    color: #FFF;
    text-decoration: none;
    padding: 15px 5px;
    /*margin: 0 5px;*/
  }

  :root {
    --defaultWidth: calc(100vw - 30px);
  }

  .isbn {
    font-size: 0.75em;
    white-space: nowrap;
  }

  .regularSharer, .navigatorSharer {
    display: none;
  }

  .share-buttons {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
  }

  .shareButtonsBox {
    /*display: none;*/
    /*position: absoslute;*/
    /*width: 32px !important;*/
    /*height: 210px !important*/
  }

  ul.share-buttons {
    list-style: none;
    padding: 0
  }

    ul.share-buttons li {
      float: left !important;
      margin: 0 3px;
    }

    ul.share-buttons img {
      width: 32px;
      max-width: unset !important;
    }

  .ShareButton {
    transition: all 100ms ease-in-out
  }

    .ShareButton:hover {
      transform: translateY(-4px)
    }

  label {
    user-select: none;
  }
  /*.swal2-popup {
    width: 100vw !important;
    padding:0 !important;
  }
*/
  .contents {
    width: var(--defaultWidth);
    margin: 0 auto;
    padding-top: 15px;
  }

  #mainBody a {
    /*color: var(--EECBrown) !important;*/
    color: var(--EECLink);
    font-weight: bold;
  }

  select:focus option:checked {
    background-color: rgba(0,0,0,0) !important;
  }

  .ck-toolbar-container {
    max-width: var(--defaultWidth);
  }

  .ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
  }

  .ck.ck-balloon-panel.ck-balloon-panel_arrow_sw.ck-balloon-panel_visible.ck-balloon-panel_with-arrow {
    z-index: 99999;
  }

  figure, figure .image {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
  }

  .contents img {
    max-width: var(--defaultWidth);
  }

  *[required] {
    border: 1px solid var(--EECBrown) !important;
  }

  nav a {
    color: #fff;
  }

  .sliderContainer {
    height: 45vh;
    cursor: pointer;
    user-select: none;
    position: relative;
  }

  .headerLogoBox {
    max-height: 100px;
    width: calc(100% - 20px);
    /*width: var(--defaultWidth);*/
    /*width: calc(100vh - 307px);*/
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 10px 0 10px 10px;
    height: 45px;
  }

  #headerLogo {
    width: 50%;
  }

  #headerLogo2 {
    /*test 123*/
    text-align: right;
    width: 40%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: end;
  }

  .formElement {
    /*width: 100%;*/
    /*width: -webkit-fill-available;
    width: -moz-available;*/
    width: auto;
    padding: 10px;
    border: 1px solid var(--hairline);
    outline: 0;
    color: #555;
    height: 20px;
    margin: 10px auto;
    position: relative;
  }

  select.formElement {
    height: unset;
  }

  html, body {
    scroll-behavior: smooth;
  }

  .admonition {
    font-size: 0.8em;
  }

  .buttonBox {
    width: fit-content;
    display: flex;
    flex-flow: row wrap;
  }

  input[type=button], .button {
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 5px;
    border: none;
    background-color: #EBEBEB;
    border-radius: 2px;
    cursor: pointer;
    white-space: nowrap;
    flex-grow: 1;
    color: var(--EECBrown);
  }

    input[type=button]:hover, .button:not([disabled]):hover {
      background-color: #DBDBDB;
      box-shadow: 0px 4px 10px rgba(0, 0, 0,0.25);
    }

  .button {
    display: block;
    user-select: none;
    /*min-width:200px;*/
    width: fit-content;
    white-space: nowrap;
    color: var(--EECBrown);
    text-decoration: none;
  }

  .textButton {
    filter: opacity(0.9);
    user-select: none;
    cursor: pointer;
  }

    .textButton:hover {
      filter: opacity(1);
      -webkit-filter: drop-shadow(2px 2px 2px #222);
      filter: drop-shadow(2px 2px 2px #222);
    }

    .textButton[disabled] {
      filter: grayscale(1);
    }

  .imageButton:hover {
    filter: opacity(1);
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
  }

  .imageButton[disabled] {
    filter: grayscale(1);
  }

  .imageButton {
    filter: opacity(0.9);
    user-select: none;
    cursor: pointer;
    margin: 5px;
    max-height: 28px;
    max-width: 28px;
  }

  .button[disabled] {
    color: var(--DisabledButtonColor);
  }

  .button > a {
    text-decoration: none;
    color: var(--EECBrown);
  }

  .requiredInputIcon {
    position: absolute !important;
    right: 0px !important;
    /* margin-top: 4px !important; */
    height: 20px !important;
    cursor: pointer;
    padding: 10px;
    font-size: 0.5em;
    line-height: 40px !important;
  }

  .requiredSelectIcon {
    position: absolute !important;
    right: 15px !important;
    /* margin-top: 4px !important; */
    height: 20px !important;
    cursor: pointer;
    padding: 10px;
    font-size: 0.5em;
    line-height: 40px !important;
  }

  .viewPasswordToggle {
    position: absolute !important;
    right: 10px !important;
    /* margin-top: 4px !important; */
    height: 20px !important;
    line-height: 20px !important;
    cursor: pointer;
    padding: 10px;
    /* margin: 10px auto !important; */
    /* top: 0px; */
  }


  .productSegment > .SegmentImage {
    opacity: 0.95;
    filter: contrast(0.9) brightness(0.9);
    transition: all linear 0.1s;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .footerGroup p {
    color: #FFF;
  }

  .footerGroup .button {
    color: var(--EECBrown);
  }

  .footerSubscriptionEmail {
    padding: 10px;
    background-color: #ccc;
    border: 0;
    outline: 0;
    color: #555;
    height: 20px;
    width: 200px;
  }

  .footerSearchButton, .footerSubscriptionButton {
    border: 0;
    outline: 0;
    background-color: #75787B;
    color: #ccc;
    padding: 10px;
    height: 20px;
    cursor: pointer;
  }

  #mainBody {
    margin-top: calc( 100vw * 0.013);
    min-height: calc(100vh - 307px);
    padding-bottom: 15px;
  }

  .footerContainer {
    justify-content: center;
    display: flex;
    flex-flow: column nowrap;
  }

    .footerContainer a {
      color: #fff !important;
      text-decoration: none;
    }

      .footerContainer a:hover {
        text-decoration: underline;
      }

  .footerGroup {
    display: flex;
    flex-flow: column;
    justify-content: start;
    padding: 15px;
    border-bottom: 1px solid var(--hairline);
  }

    .footerGroup h2 {
      margin-block-start: 0em;
    }

    .footerGroup:last-child {
      border-bottom: 0;
      border-right: 0;
    }

  .socialFooter {
    display: flex;
    flex-flow: row;
    width: fit-content;
    margin: 0 auto;
  }

    .socialFooter > .social {
      margin: 10px;
    }

  .hideOnMobile {
    display: none;
  }

  footer {
    padding: 15px;
    background-color: var(--EECBrown);
    color: #FFF;
  }

  .sliderItemDescription {
    width: var(--defaultWidth);
    height: fit-content;
    text-align: left;
    display: none;
    z-index: 999;
    position: relative;
    /*color: var(--EECBrown);*/
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    line-height: normal;
    /*text-shadow: 3px 3px 2px rgba(255,255,255,0.25);*/
    text-shadow: 3px 3px 2px rgba(60,60,60,0.25);
    /*background-color:rgba(255,255,255,0.25);*/
    padding: 15px;
  }

  .sliderDescriptionHeader {
    /*width: 50%;*/
    font-size: 14pt;
    font-family: 'max-bold';
    font-weight: bold;
    padding-bottom: 10px;
  }

  .productSegment {
    width: 100%;
    height: 15vh;
    background-color: #ccc;
    overflow: hidden;
  }

  .segmentContainer {
    color: var(--EECBrown);
    text-align: center;
  }

  .productSegments {
    margin: 1vw 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
  }

  .mobileMenuItems.open {
    height: calc(100% - 49px);
    overflow-y: scroll;
    top: 49px;
  }

  .mobileSocialMenuItems {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

    .mobileSocialMenuItems > .social {
      margin: 5px;
    }

  .mobileMenuItems {
    z-index: 999999;
    top: 50px;
    position: fixed;
    overflow: hidden;
    transition: height ease-in-out 0.2s;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    height: 0px;
    width: 100%;
    background-color: var(--EECBrown);
    /*position: relative;
      top: -1px;*/
  }

    .mobileMenuItems .menuItem {
      width: 100%;
      display: block;
      font-size: 20pt;
      line-height: normal;
      font-weight: normal;
      color: #ffffff !important;
      text-decoration: none;
      padding: 5px 0px;
    }

    .mobileMenuItems a:hover, .mobileMenuItems a.selected {
      color: #5a80ff;
    }

  .mobileMenu {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .desktopMenu {
    display: none;
  }

  .mobileMenuLogo {
    opacity: 0;
    /*padding-left: 18px;*/
    transition: opacity ease-in-out 0.2s;
    display: block;
  }

  .burger {
    --color: #fff;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
  }

    .burger svg {
      width: 50px;
      height: 50px;
      /* top: -6px; */
      /* left: -14px; */
      stroke: var(--color);
      stroke-width: 4px;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
      display: block;
    }

      .burger svg path {
        transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
        stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
        stroke-dashoffset: var(--offset, 126px);
        transform: translateZ(0);
      }

        .burger svg path:nth-child(2) {
          --duration: .7s;
          --easing: ease-in;
          --offset: 100px;
          --array-2: 74px;
        }

        .burger svg path:nth-child(3) {
          --offset: 133px;
          --array-2: 107px;
        }

    .burger.active svg path {
      --offset: 57px;
    }

      .burger.active svg path:nth-child(1), .burger.active svg path:nth-child(3) {
        --delay: .15s;
        --easing: cubic-bezier(.2, .4, .2, 1.1);
      }

      .burger.active svg path:nth-child(2) {
        --duration: .4s;
        --offset: 2px;
        --array-1: 1px;
      }

      .burger.active svg path:nth-child(3) {
        --offset: 58px;
      }


  header {
    width: 100%;
    display: flex;
    flex-flow: column;
  }


  .navBar {
    z-index: 1000;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 50px;
    background-color: var(--EECBrown);
    color: #fff;
    width: 100%;
  }

  .burgerHolder {
    display: block;
  }

  nav {
    height: 50px;
    padding: 0px 0px;
    display: flex;
    flex-flow: row nowrap;
    /*border-top: 1px solid var(--EECBrown);
  border-bottom: 1px solid var(--EECBrown);*/
  }

    nav > * {
      cursor: pointer;
      display: none;
      color: #FFF;
      text-decoration: none;
      padding: 17px 0px;
      margin: 0 7px;
    }

      nav > *.selected, nav > *:hover {
        font-stretch: normal;
        border-bottom: 1px solid var(--EECBrown);
      }

      nav > *.social {
        padding: 13px 0px;
      }

      nav > *:last-child {
        border-right: 0px !important;
      }

  .socialHeaderButton {
    transition: background-size linear 50ms;
    background-position: center center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    background-size: contain;
  }



  .sliderItem {
    background-position: center center;
    /*background-position: 60% center;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    transition: opacity ease-out 0.5s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    /*display: block;*/
    width: 100% !important;
    height: 50%;
    background-size: cover;
  }
}
/*Tablets, more than 668px*/
@media (min-width: 43rem) {
  .ieltsPageItem {
    border: 1px solid hsl(351, 80.9%, 49.2%);
    margin: 20px;
    padding: 10px 25px;
    width: calc(50% - 92px);
  }

  .eventBullet {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    margin: 2px;
  }

  .sliderItem {
    /*background-position: 40% center;*/
  }

  .headerLogoBox {
    width: var(--defaultWidth);
  }

  .headerLogoBox {
    height: 70px;
  }

  :root {
    --defaultWidth: calc(43rem - 40px);
  }

  .productSegment {
    border-radius: 5px;
    width: auto;
    min-width: calc(var(--defaultWidth) * 0.2);
    height: calc(var(--defaultWidth) * 0.15);
    /*min-width: 20vw;
    height: 15vw;*/
    background-color: #ccc;
  }


  .productSegments {
    flex-flow: row nowrap;
  }
}

/*Small screens, more than 992px*/
@media (min-width: 62rem) {
  .sliderContainer {
    height: 40vh;
  }

  .sliderItem {
    background-position: center center;
  }

  :root {
    --defaultWidth: calc(62rem - 40px);
  }

  .footerSubscriptionEmail {
    width: 115px;
  }

  #mainBody {
    padding-bottom: 36px;
  }

  .footerGroup {
    border-bottom: 0;
    border-right: 1px solid var(--hairline);
  }

  .footerContainer {
    display: flex;
    flex-flow: row nowrap;
  }


  .sliderItemDescription {
    width: var(--defaultWidth);
  }

  .sliderDescriptionHeader {
    width: 50%;
    font-size: 24pt;
  }


  .navBar {
    justify-content: center;
  }

  nav {
    justify-content: center;
  }

    nav > * {
      display: inherit;
    }
}

/*Large screens, more than 1264px*/
@media(min-width: 79rem) {
  .desktopMenu a {
    white-space: nowrap;
  }

  .burgerHolder {
    display: none;
  }

  .desktopMenu {
    display: inherit;
  }

  .mobileMenu {
    display: none;
  }

  .hideOnMobile {
    display: inherit;
  }

  .hideOnDesktop {
    display: none;
  }
}

@media (pointer: coarse) {
  .sliderControl {
    display: none;
  }
}

@media (pointer: fine) {
  .sliderControl {
    display: unset;
  }
}

.ContentElementSourceID, .contentElementSaveButton {
  font-weight: bold;
  font-size: 12pt;
}

body {
  font-family: 'Lato';
  /*font-family: 'Open Sans';*/
  /*font-family: 'Montserrat', sans-serif;*/
  /*color: #797979;*/
  color: var(--EECBrown);
  /*width: 100%;*/
  padding: 0;
  margin: 0;
  font-size: var(--bodyFontSize);
  line-height: normal;
}

.headerSearchSocialAndLanguage {
  width: fit-content;
  margin: auto 0 auto auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

  .headerSearchSocialAndLanguage > * {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }

.headerTextButton {
  cursor: pointer;
  margin: 5px;
  height: 32px;
  line-height: 32px;
}

.facebookHeaderButton {
  background-image: url('/Images/MasterPages/Social/facebook.png');
}

.linkedInHeaderButton {
  background-image: url('/Images/MasterPages/Social/linkedin.png');
}

.instagramHeaderButton {
  background-image: url('/Images/MasterPages/Social/instagram.png');
}

#headerSearchBox {
  border: 1px solid var(--EECBrown);
  border-radius: 16px;
  height: 32px;
  margin: 5px;
  padding: 16px;
}



.socialHeaderButton:hover {
  background-size: 100% !important;
  filter: opacity(1);
}



.heroHolder {
  background-color: rgba(0,0,0,0.2);
  height: 50%;
}





.sliderDescriptionTeaser {
  font-family: 'max-bold';
  font-size: 12pt;
  font-weight: bold;
}


.sliderWrapper {
  height: 100%;
}

.sliderItem {
  height: 100%;
}

.sliderAnchor {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
  margin-top: 15px;
  filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.75));
  background-color: #fff;
  opacity: 0.5;
}

  .sliderAnchor.active, .sliderAnchor:hover {
    opacity: 1;
    filter: drop-shadow(5px 3px 2px rgba(0,0,0,0.75));
  }

.sliderAnchors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 10px;
  position: absolute;
  width: 100%;
}

.visibleSliderItem {
  opacity: 1 !important;
}


.sliderControl {
  position: absolute;
  top: 0;
  height: 100%;
  /*font-family: 'Concert One', cursive;*/
  width: 50%;
  color: #fff;
  cursor: pointer;
}


.sliderControlLeft {
  left: 0;
  transition: background linear 0.2s;
}

  .sliderControlLeft::before {
    display: none;
    content: '<';
    font-size: 5em;
    position: absolute;
    left: 10%;
    top: 50%;
    transition: left ease-out 0.2s;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0,0,0,0.75));
    filter: drop-shadow( 3px 3px 2px rgba(0,0,0,0.75));
  }

  .sliderControlLeft:hover {
    background: linear-gradient( 90deg, rgba(255,255, 255, 1) 0%, rgba(255,255, 255, 0) 100%);
    /*background:linear-gradient( 90deg, rgba(255,255, 255, 0.5) 0%, rgba(255,255, 255, 0) 100%);*/
    /*background: linear-gradient( -90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 90%);*/
  }

    .sliderControlLeft:hover::before {
      left: 9%;
    }

.sliderControlRight {
  right: 0;
  transition: background linear 0.2s;
}

  .sliderControlRight:hover::before {
    right: 9%;
  }

  .sliderControlRight::before {
    display: none;
    content: '>';
    font-size: 5em;
    position: absolute;
    right: 10%;
    top: 50%;
    transition: right ease-out 0.2s;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0,0,0,0.75));
    filter: drop-shadow( 3px 3px 2px rgba(0,0,0,0.75));
  }

  .sliderControlRight:hover {
    background: linear-gradient( -90deg, rgba(255,255, 255, 1) 0%, rgba(255,255, 255, 0) 100%);
    /*background: linear-gradient( -90deg, rgba(255,255, 255, 0.5) 0%, rgba(255,255, 255, 0) 100%);*/
    /*background: linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 90%);*/
  }



.sliderItemDescription > .CallToAction {
  margin: 15px auto 15px auto;
  padding: 15px;
  width: fit-content;
  border-radius: 5px;
  background-color: var(--CambridgeBlue);
}

.CallToAction > a {
  color: var(--EECBrown);
  text-decoration: none;
  font-weight: 900;
}


.segmentContainer {
  /*padding: 10px;*/
}

  .segmentContainer.disabled {
    opacity: 0.5;
  }

.segmentContainer {
  cursor: pointer;
}

  .segmentContainer.hover .productSegment .SegmentImage {
    opacity: 1;
    filter: contrast(1) brightness(1);
    transform: scale(1.05);
  }

textarea[data-sourceid] {
  width: 100%;
}

.newsArticles {
  /*display: flow-root;*/
  display: flex;
  flex-flow: row wrap;
}

.newsArticle h2 {
  font-size: 1.25em;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #FFF;
}

.newsArticle h3 {
  color: #FFF;
}

.newsArticle:hover .newsArticleItemContent {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}

.newsArticleItemContent {
  border-radius: 5px;
  transition: background linear 0.2s;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.9) 100%);
  /*background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);*/
  color: #FFF;
  display: flex;
  flex-flow: column;
  justify-content: end;
}

.newsArticleItem {
  display: grid;
  border-radius: 5px;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: 25% center;
  /*background-position: center center;*/
  background-repeat: no-repeat;
}

.newsArticle {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0.5625rem;
  padding-left: 8px;
  padding-right: 8px;
  /*height: 170px;*/
  min-height: 170px;
  display: flex;
  text-decoration: none;
}

  .newsArticle:first-child {
    height: 348px;
  }

  .newsArticle .newsArticleLead {
    display: none;
  }

  .newsArticle:first-child .newsArticleLead {
    display: block;
    font-weight: lighter;
    font-size: 0.8em;
  }

.newsArticleSubscription:not(:empty) {
  margin-top: 5px;
  color: rgba(255,255,255,0.75);
}


.futureExamLink {
  margin: 0 10px;
  text-align: center;
  perspective: 150px;
}

.newsArticleSubscription:not(:empty):before {
  white-space: pre-wrap;
  color: var(--EECBrown);
  font-weight: bolder;
  font-size: 1.2rem;
  content: '  ';
  margin-right: 6px;
  background-color: #00bdb6;
}

.message.pp p:first-child {
  margin-block-start: 0;
  margin-block-end: 0;
}

@media (min-width: 0rem) {
  .newsArticle {
    width: 100%;
    margin-bottom: 16px;
  }

    .newsArticle:first-child {
      width: 100%;
    }
}
/*Small screens, more than 992px*/
@media (min-width: 62rem) {
  .newsArticle {
    margin-bottom: 0.5625rem;
    width: 25%;
    flex: 2 1 25%;
  }

    .newsArticle:first-child {
      width: 50%;
      flex: 3 1 50%;
    }
}
