﻿header {
    font-family: "Inter", sans-serif !important;
    color: #212121;
    font-size: 16px;
    /* @media (max-width: 1023.9px) {
    & .mobile-invisible {
      visibility: hidden;
    }
    & .mobile-hidden {
      display: none;
    }
  }
  @media (min-width: 1024px) {
    & .desktop-hidden {
      display: none;
    }
    & .desktop-invisible {
      visibility: hidden;
    }
  } */
}

    header .hide {
        display: none !important;
    }

    header * {
        box-sizing: border-box;
    }

    header button {
        border: 0;
        background: transparent;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

header {
    /* position: relative; */
    /* @media (min-width: 1024px) {
    & #find-teacher-widget {
      position: relative;
      & .btn-hamburger {
        position: absolute;
        top: 0;
        right: 28px;
        display: block;
        background-image: url('/assets/icons/icon-close.svg');
        @media (max-width: 1023.9px) {
          right: 0px;
        }
        &:hover {
          border: 1px dotted black;
        }
      }
    }
    #search-widget {
      & .btn-hamburger {
        position: absolute;
        top: 0;
        right: 0px;
        width: 50px;
        height: 50px;
        display: block;
        background-image: url('/assets/icons/icon-close-white.svg');
        @media (max-width: 1023.9px) {
          right: 0px;
        }
        &:hover {
          border: 1px dotted white;
        }
      }

    }
  } */
}

    header .header-inner {
        /* width: 100%; */
        display: flex;
        justify-content: space-between;
    }

@media (min-width: 1024px) {
    header {
        position: relative;
        z-index: 3;
    }

        header .header-inner {
            min-height: 124px;
        }
}

header .logo {
    padding-left: 46px;
    padding-top: 46px;
    padding-bottom: 20px;
    /* @media (max-width: 1240px) {
    width: 300px;
    padding-top: 51px;
    & img {
      max-width: 100%;
    }
  } */
    /* @media (max-width: 1023.9px) {
    padding-left: 20px;
    padding-top: 20px;
  } */
}

    header .logo:hover img {
        background-color: #ddd;
    }

header .btn-hamburger {
    display: none;
    width: 64px;
    height: 68px;
    background-image: url("/assets/icons/icon-hamburger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    cursor: pointer;
    /* @media (max-width: 1023.9px) {
    display: block;
  } */
}

    header .btn-hamburger[aria-expanded=true] {
        background-image: url("/assets/icons/icon-close.svg");
    }

header nav {
    /* display: flex; */
    flex-grow: 1;
    /* flex-direction: column;
  align-items: flex-end; */
    /* @media (min-width: 1024px) {
  	position: relative;
  	z-index: 2;
  } */
    /* @media (max-width: 1023.9px) {
    flex-grow: 0;
  } */
    /* & .btn-hamburger[aria-expanded="false"] + .nav-inner {
    @media (max-width: 1023.9px) {
      display: none;
    }
  }
  & .btn-hamburger[aria-expanded="true"] + .nav-inner {
    @media (max-width: 1023.9px) {
      display: flex;
    }
  } */
}

    header nav .nav-inner {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        align-items: flex-end;
    }

@media (max-width: 1023.9px) {
    header nav .nav-inner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 78px;
        background: #1D2A5B;
        overflow-y: auto;
        z-index: 3;
    }
}

header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* display: flex;
  row-gap: 10px; */
    /* & li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.14px;
    color: #1D2A5B;
    & a, & button {
      color: inherit;
      text-decoration: none;
    }
  } */
}

header ul.nav-top {
    z-index: 3;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1D2A5B;
    background-image: url("/assets/bg/header-dkblue-desktop2.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    margin: 0;
    /* width: 556px;
  width: 650px; */
    gap: 6px;
    padding: 1px 45px;
    margin-bottom: 20px;
    /* @media (max-width: 1023.9px) {
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
    &.mobile-hidden {
      display: none;
    }
    &.desktop-hidden {
      display: flex;
    }
    & .highlight {
      margin-bottom: 8px;
    }
  } */
}

    header ul.nav-top.no-bg {
        background: transparent;
    }

    header ul.nav-top.desktop-hidden {
        display: none;
    }

    header ul.nav-top > li > a, header ul.nav-top > li > button {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.14px;
        color: white;
        display: block;
        /* padding: 5px 16px; */
        padding: 5px;
        text-decoration: none;
        white-space: nowrap;
    }

        header ul.nav-top > li > a:hover, header ul.nav-top > li > a:focus, header ul.nav-top > li > button:hover, header ul.nav-top > li > button:focus {
            text-decoration: underline;
        }

        header ul.nav-top > li > a.highlight, header ul.nav-top > li > button.highlight {
            background-color: #0E4C90;
            padding: 5px 16px;
            border-radius: 6px;
            /* border: 1px solid transparent; */
            line-height: 1;
        }
            /* header ul.nav-top > li > a.highlight:hover, header ul.nav-top > li > a.highlight:focus, header ul.nav-top > li > button.highlight:hover, header ul.nav-top > li > button.highlight:focus { */
            header ul.nav-top > li > a.highlight:hover, header ul.nav-top > li > button.highlight:hover {
                color: #1D2A5B;
                background-color: white;
                text-decoration: none;
            }

header .nav-middle {
    display: flex;
    /* display: none; */
    justify-content: space-between;
    justify-content: flex-end;
    color: #1D2A5B;
    flex-grow: 1;
    /* width: calc(100% - 422px); */
    /* max-width: 100%; */
    width: 100%;
    gap: 60px;
    /* @media (max-width: 1500px) {
    gap: 10px;
  } */
    /* @media (max-width: 1023.9px) {
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;

  } */
}

    header .nav-middle ul.nav-middle-left {
        display: flex;
        list-style: none;
        flex-grow: 1;
        /* gap: 60px; */
        padding-left: 96px;
        padding-right: 96px;
        justify-content: space-around;
        /* @media (max-width: 1500px) {
    padding-left: 20px;
    padding-right: 20px;
  } */
        /* @media (max-width: 1023.9px) {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
  } */
        /* @media (min-width: 1729px) {
    align-items: center;
    padding-left: 120px;
    padding-right: 120px;
  } */
    }

        header .nav-middle ul.nav-middle-left > li > a, header .nav-middle ul.nav-middle-left > li > button {
            color: #1D2A5B;
            font-size: 16px;
            line-height: 1.125;
            letter-spacing: -0.32px;
            font-weight: 600;
            text-decoration: none;
            display: flex;
            align-items: flex-end;
            padding: 0;
            margin: 0;
            /* @media (min-width: 1920px) {
    font-size: 18px;
  } */
            /* @media (max-width: 1023.9px) {
    color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 0px;
    border-bottom: 1px solid white;
    & span.label {
      max-width: none;
      width: calc(100% - 40px);
      font-size: 20px;
      font-weight: 600;
      line-height: 1.1;
      letter-spacing: -0.2px;

    }
  } */
        }

            header .nav-middle ul.nav-middle-left > li > a span.label, header .nav-middle ul.nav-middle-left > li > button span.label {
                max-width: 79px;
                /* @media (min-width: 1729px) {
    max-width: none;
  } */
            }

            header .nav-middle ul.nav-middle-left > li > a:hover, header .nav-middle ul.nav-middle-left > li > a:focus, header .nav-middle ul.nav-middle-left > li > button:hover, header .nav-middle ul.nav-middle-left > li > button:focus {
                text-decoration: underline;
            }

        header .nav-middle ul.nav-middle-left .btn-level1 {
            text-align: left;
            /* @media (max-width: 1023.9px) {
    width: 100%;
  } */
        }

            header .nav-middle ul.nav-middle-left .btn-level1.current {
                color: #0E4C90;
            }

        header .nav-middle ul.nav-middle-left .chevron {
            display: inline-block;
            width: 9px;
            height: 9px;
            background-image: url("/assets/icons/icon-chevron-dkblue.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            flex-shrink: 0;
            margin: 4px;
            /* @media (max-width: 1023.9px) {
    background-image: url('/assets/icons/icon-chevron-right-white.svg');
    background-size: 12px auto;
    width: 14px;
    height: 14px;
  } */
        }

        header .nav-middle ul.nav-middle-left .btn-level1[aria-expanded=true] {
            /* @media (min-width: 1024px) {
       color: #0E4C90;
  text-decoration: underline;
  & .chevron {
  	background-image: url('/assets/icons/icon-chevron-mdblue.svg');
  }
     }
     @media (max-width: 1023.9px) {
       & .chevron {
         background-image: url(/assets/icons/icon-chevron-down-white.svg);
       }
     } */
        }

    header .nav-middle .nav-middle-right {
        padding-right: 45px;
        color: #1D2A5B;
        font-size: 16px;
        line-height: 1.125;
        letter-spacing: -0.32px;
        font-weight: 600;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 8px;
        /* @media (max-width: 1023.9px) {
    &.mobile-hidden {
      display: none;
    }
  } */
    }

        header .nav-middle .nav-middle-right .icon-wrapper {
            display: inline-block;
            flex-shrink: 0;
            width: 31px;
            height: 31px;
            border-radius: 50%;
            background-color: #0E4C90;
            background-image: url("/assets/icons/icon-person.svg");
            background-repeat: no-repeat;
            background-position: center;
        }

        header .nav-middle .nav-middle-right:hover {
            /* & span.label { */
            text-decoration: underline;
            /* } */
        }

header .nav-panel {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    /* display: none; */
    background: white;
    /* margin-top: 30px; */
    border-bottom: 1px solid #D1E0E5;
    border-top: 1px solid #D1E0E5;
    /* @media (min-width: 1024px) {
  	left: -300px;
  	margin-top: 18px;
  }
  @media (min-width: 1240px) {
  	left: -422px;
  	margin-top: 30px;
  } */
    /* @media (max-width: 1023.9px) {
    border-bottom: none;
    border-top: none;
    flex-direction: column;
    position: static;
    margin-top: 0;
    & > div {
  &:nth-child(2), &:nth-child(3) {
  	width: 100%;
  }
      &:nth-child(2) {
        padding: 0;
        & li {
          border-bottom: 1px solid #b2b2b2;
          flex-wrap: wrap;
        }
        & a, & button {
          padding-left: 20px;
          padding-right: 20px;
          font-size: 16px;
          font-weight: 400;
          &.selected {
            font-weight: 400;
            background-color: transparent;
            color: #1D2A5B;
          }
          & span.label {
            &:after {
              display: none;
            }
          }
        }
        & a {
          width: calc(100% - 60px);
        }
        & button {
          background-image: url(/assets/icons/icon-chevron-right-blue.svg);
          background-repeat: no-repeat;
          background-position: right 20px center;
          background-size: 12px auto;

          &.selected1, &[aria-expanded="true"] {
            background-image: url(/assets/icons/icon-chevron-down-blue.svg);
            background-size: 16px auto;
            background-position: right 19px center;
            font-weight: 600;
          }
        }
        & .btn-level2 {
          width: 60px;
          height: 40px;
          &:hover, &:focus {
            background-color: #EEF4F6;
          }
        }
        & .level3 {
          width: 100%;
          & li {
            border-bottom: 0;
          }
          & a {
            padding-left: 40px;
            width: 100%;
          }
        }

      }
    }
  } */
    /* @media (min-width: 1024px) {
    .level3 {
      position: absolute;
      right: 0;
      top: 54px;
      bottom: 0;
      left: 66.667%;
    }
  } */
}

    header .nav-panel .relative {
        position: relative;
    }

    header .nav-panel > div {
        /* width: 33.333333%; */
        /* flex-shrink: 1; */
        /* display: none; */
    }

        header .nav-panel > div:first-child {
            background-color: #D1E0E5;
            padding: 54px 40px;
            width: 33.333333%;
            /* @media (max-width: 1023.9px) {
       &.mobile-hidden, & .mobile-hidden {
         display: none;
       }
  display: block;
  width: 100%;
  padding: 0px 20px;
  & p {
  	font-size: 15px
  }
     } */
        }

        header .nav-panel > div:nth-child(2), header .nav-panel > div:nth-child(3) {
            padding: 54px 0;
            flex-grow: 1;
            width: 33.333%;
            /* & button {
    width: 100%;
  } */
            /* & a, & button { */
        }

            header .nav-panel > div:nth-child(2) li, header .nav-panel > div:nth-child(3) li {
                display: block;
                display: flex;
            }

            header .nav-panel > div:nth-child(2) a, header .nav-panel > div:nth-child(3) a {
                font-size: 18px;
                line-height: 1.4444444444;
                letter-spacing: -0.18px;
                color: #1D2A5B;
                font-weight: 400;
                text-decoration: none;
                padding-left: 30px;
                padding-right: 30px;
                padding-top: 9px;
                padding-bottom: 9px;
                display: block;
                width: 100%;
                text-align: left;
            }

                header .nav-panel > div:nth-child(2) a:hover, header .nav-panel > div:nth-child(3) a:hover {
                    text-decoration: underline;
                    background-color: #EEF4F6;
                }

            header .nav-panel > div:nth-child(2) button, header .nav-panel > div:nth-child(3) button {
                /* position: absolute;
  right: 9px;
  top: 12px; */
                min-width: 50px;
                /* border: 1px solid transparent; */
            }

                header .nav-panel > div:nth-child(2) button span.label:after, header .nav-panel > div:nth-child(3) button span.label:after {
                    content: "";
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    background-image: url("/assets/icons/icon-chevron-right.svg");
                    /* transform: rotate(-90deg); */
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                    vertical-align: middle;
                    margin-left: 8px;
                    /* transform-origin: right center; */
                    /* margin-right: 4px; */
                }

                header .nav-panel > div:nth-child(2) button.selected1, header .nav-panel > div:nth-child(2) button[aria-expanded=true], header .nav-panel > div:nth-child(3) button.selected1, header .nav-panel > div:nth-child(3) button[aria-expanded=true] {
                    font-weight: 700;
                    background-color: #EEF4F6;
                    color: #0E4C90;
                }

                header .nav-panel > div:nth-child(2) button:hover, header .nav-panel > div:nth-child(3) button:hover {
                    /* border-color: #1D2A5B; */
                    background-color: #EEF4F6;
                }

    header .nav-panel h2 {
        font-size: 44px;
        line-height: 1.0909090909;
        letter-spacing: -0.88px;
        font-weight: 800;
        color: #008A9C;
        margin: 0;
    }

    header .nav-panel p {
        font-size: 18px;
        line-height: 1.6666666667;
        letter-spacing: -0.18px;
        font-weight: 300;
        color: #212121;
    }

    header .nav-panel .btn-level2[aria-expanded=false] + .level3 {
        display: none;
    }

    header .nav-panel .btn-level2[aria-expanded=true] + .level3 {
        display: block;
    }

header .btn-level1[aria-expanded=false] + .nav-panel {
    display: none;
}

header .btn-level1[aria-expanded=true] + .nav-panel {
    display: flex;
}

header .find-teacher-wrapper {
    padding: 12px 20px;
    display: flex;
    justify-content: flex-end;
    background: #1D2A5B;
    /* @media (min-width: 1024px) {
    &.desktop-hidden {
      display: none;
    }
  } */
}

    header .find-teacher-wrapper .btn-find-teacher {
        color: white;
        font-size: 16px;
        line-height: 1.125;
        letter-spacing: -0.32px;
        font-weight: 600;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 8px;
    }

        header .find-teacher-wrapper .btn-find-teacher .icon-wrapper {
            display: inline-block;
            flex-shrink: 0;
            width: 31px;
            height: 31px;
            border-radius: 50%;
            background-color: #0E4C90;
            background-image: url(/assets/icons/icon-person.svg);
            background-repeat: no-repeat;
            background-position: center;
        }

        header .find-teacher-wrapper .btn-find-teacher:hover {
            text-decoration: underline;
        }

header .find-teacher-widget {
    padding: 32px 46px;
    padding-top: 8px;
    /* @media (max-width: 1023.9px) {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     padding: 20px;
     padding-right: 0;
     padding-top: 0;
     padding-left: 0;
     background-color: white;
  z-index: 2;
     & .logo {
       padding-top: 20px;
     }
     & .btn-hamburger {
       background-image: url('/assets/icons/icon-close.svg');
     }
     & .input-wrapper, & h2, & h2 + p {
       margin-right: 20px;
       margin-left: 20px;
     }
     & .input-wrapper {
       align-items: center;
       & .icon-wrapper {
         width: 24px;
         height: 24px;
       }
     }
     & .pseudo-header-inner {
       margin-bottom: 40px;
     }
     & input {
       font-size: 20px;
       width: 100%;
     }
   } */
}

    header .find-teacher-widget h2 {
        font-size: 18px;
        line-height: 1.6666666667;
        font-weight: 700;
        letter-spacing: -0.18px;
        color: #1D2A5B;
        margin: 0;
    }

        header .find-teacher-widget h2 + p {
            font-size: 18px;
            line-height: 1;
            font-weight: 300;
            letter-spacing: -0.18px;
            color: #1D2A5B;
            margin: 0;
        }

    header .find-teacher-widget .input-wrapper {
        display: flex;
        gap: 12px;
        /* width: 100%; */
        border-bottom: 1px solid #999999;
        padding-top: 16px;
        padding-bottom: 8px;
    }

        header .find-teacher-widget .input-wrapper .icon-wrapper {
            display: inline-block;
            flex-shrink: 0;
            width: 31px;
            height: 31px;
            border-radius: 50%;
            background-color: #0E4C90;
            background-image: url("/assets/icons/icon-person.svg");
            background-repeat: no-repeat;
            background-position: center;
        }

        header .find-teacher-widget .input-wrapper input {
            border: 0;
            display: block;
            /* width: calc(100% - 40px); */
            flex-grow: 1;
            font-size: 24px;
            line-height: 1.25;
            letter-spacing: -0.48px;
            font-weight: 300;
        }

    header .find-teacher-widget .btn-delete {
        width: 30px;
        height: 30px;
        background-image: url("/assets/icons/icon-btn-delete.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px;
        flex-shrink: 0;
    }

        header .find-teacher-widget .btn-delete:hover {
            border: 1px solid #999999;
        }

    header .find-teacher-widget .pseudo-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

header .search-widget {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 470px);
    padding-top: 36px;
    padding-left: 44px;
    padding-right: 44px;
    min-height: 123px;
    background-color: #1D2A5B;
    /* @media (max-width: 1240px) {
  	width: calc(100% - 370px);
  }
    @media (max-width: 1240px) {
      min-height: 110px;
      padding-top: 28px;
    } */
    /* @media (max-width: 1023.9px) {
    z-index: 40;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0;
    & .btn-hamburger {
      background-image: url(/assets/icons/icon-close.svg);
    }
    & .pseudo-header-inner {
      background-color: white;
      display: flex;
      justify-content: space-between;
      padding: 20px;
      padding: 0;
    }
    & .input-wrapper {
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 20px;
    }
    & input {
      font-size: 20px;
      width: 100%;
    }
  } */
}

    header .search-widget .input-wrapper {
        display: flex;
        gap: 12px;
        /* width: 100%; */
        border-bottom: 1px solid white;
        padding-top: 16px;
        padding-bottom: 8px;
    }

        header .search-widget .input-wrapper .icon-wrapper {
            display: inline-block;
            flex-shrink: 0;
            width: 31px;
            height: 31px;
            border-radius: 50%;
            /* background-color: #0E4C90; */
            background-image: url("/assets/icons/icon-search.svg");
            background-repeat: no-repeat;
            background-position: center;
        }

        header .search-widget .input-wrapper input {
            border: 0;
            display: block;
            /* width: calc(100% - 40px); */
            flex-grow: 1;
            background-color: transparent;
            color: white;
            font-size: 24px;
            font-weight: 300;
        }

            header .search-widget .input-wrapper input::placeholder {
                color: white;
                opacity: 1; /* Firefox */
                font-family: "Inter";
                font-weight: 300;
            }

            header .search-widget .input-wrapper input::-ms-input-placeholder { /* Edge 12 -18 */
                color: white;
                font-family: "Inter";
                font-weight: 300;
            }

            header .search-widget .input-wrapper input::-webkit-input-placeholder {
                color: white;
                font-family: "Inter";
                font-weight: 300;
            }

    header .search-widget .btn-delete {
        width: 30px;
        height: 30px;
        background-image: url("/assets/icons/icon-btn-delete-white.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px;
        flex-shrink: 0;
    }

        header .search-widget .btn-delete:hover {
            border: 1px solid #999999;
        }

header .btn-submit {
    font-size: 18px;
    letter-spacing: -0.18px;
    color: white;
    display: block;
    text-decoration: none;
    background-color: #0E4C90;
    padding: 4px 16px;
    border: 1px solid #0E4C90;
    line-height: 1;
    font-weight: 700;
    border-radius: 10px;
}

    header .btn-submit:hover, header .btn-submit:focus {
        background-color: white;
        color: #1D2A5B;
    }

header .btn-search:after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url("/assets/icons/icon-search-white.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    /* margin-bottom: 1px; */
}

header .btn-search:hover:after {
    background-image: url("/assets/icons/icon-search-dkblue.svg");
}

header .alert-msg {
    background-color: #212121;
    color: white;
    padding-left: 46px;
    padding-right: 66px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* & .call-to-action {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.16px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    & a {
      color: white;
    }
  } */
}

    header .alert-msg .icon-wrapper {
        width: 22px;
        height: 22px;
        background-image: url("/assets/icons/icon-alert.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    header .alert-msg .call-to-action {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: -0.16px;
        display: inline-block;
        margin-left: 4px;
        vertical-align: middle;
    }

        header .alert-msg .call-to-action a {
            color: white;
            text-decoration: none;
        }

            header .alert-msg .call-to-action a:hover {
                text-decoration: underline;
            }

            header .alert-msg .call-to-action a:after {
                content: "";
                width: 22px;
                height: 22px;
                display: inline-block;
                background-image: url("/assets/icons/icon-arrow-circle.svg");
                background-repeat: no-repeat;
                background-size: 22px;
                margin-left: 8px;
                vertical-align: middle;
            }

    header .alert-msg p {
        display: inline;
        vertical-align: middle;
        font-weight: 300;
        line-height: 1.5;
        /* margin-right: 16px; */
    }

        header .alert-msg p strong {
            font-weight: 700;
            display: inline-block;
            margin-right: 12px;
        }

    header .alert-msg .btn-close-alert {
        width: 58px;
        height: 58px;
        display: inline-block;
        background-size: 13px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/assets/icons/icon-close-white.svg");
        border: 0;
        border-radius: 0;
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
    }

        header .alert-msg .btn-close-alert:hover {
            border: 1px dotted white;
        }

header .input-wrapper-inner {
    flex-grow: 1;
    position: relative;
}

    header .input-wrapper-inner input {
        width: 100%;
    }

    header .input-wrapper-inner .btn-delete {
        position: absolute;
        right: 0;
        top: 0;
    }

        header .input-wrapper-inner .btn-delete:disabled {
            opacity: 0.4;
        }

            header .input-wrapper-inner .btn-delete:disabled:hover {
                /* opacity: 0.4; */
                border-color: transparent;
                cursor: default;
            }

header .banner {
    background-color: black;
}

*:-moz-focusring { /* Firefox */
    outline: 2px transparent dashed !important;
    box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
    transition: all 0.2s ease-in;
    z-index: 1000;
    overflow: visible;
}

*:focus-visible { /* Chrome */
    outline: 2px transparent dashed !important;
    box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
    transition: all 0.2s ease-in;
    z-index: 1000;
    overflow: visible;
}

@media (max-width: 1023px) {
    header .alert-msg {
        padding-left: 20px;
        padding-right: 48px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1023.9px) {
    body.mobile-overflow-hidden {
        overflow-y: hidden;
        height: 100%;
    }
}

.skip-to-content {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    /* position: absolute !important;
  position: absolute; */
    position: absolute;
    width: 1px;
    z-index: 101;
}

    .skip-to-content:active, .skip-to-content:focus {
        position: relative;
        clip: auto !important;
        clip-path: inherit;
        /* font-size: 22px;
  font-size: 1.375rem; */
        height: auto;
        left: 0;
        margin: auto;
        overflow: auto;
        top: 10px;
        left: 46px;
        color: black;
        /* transition: 0s; */
        width: auto;
        /* @media (max-width: 1023.9px) {
  	left: 0;
  	right: 0;
  	text-align: center;
  } */
    }

@media (min-width: 1024px) {
    header[data-locale=fr-ca] ul.nav-top {
        /* width: 746px;
    width: 860px; */
        gap: 6px;
    }
}

@media (min-width: 1024px) {
    header[data-locale=fr-ca] .nav-middle ul.nav-middle-left {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    header[data-locale=fr-ca] .nav-middle ul.nav-middle-left {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1729px) {
    header[data-locale=fr-ca] .nav-middle ul.nav-middle-left {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1024px) and (max-width: 1728px) {
    header[data-locale=fr-ca] .nav-middle ul.nav-middle-left > li:nth-child(4) > a span.label, header[data-locale=fr-ca] .nav-middle ul.nav-middle-left > li:nth-child(4) > button span.label, header[data-locale=fr-ca] .nav-middle ul.nav-middle-left > li:nth-child(5) > a span.label, header[data-locale=fr-ca] .nav-middle ul.nav-middle-left > li:nth-child(5) > button span.label {
        max-width: 96px;
    }
}

@media (min-width: 1024px) and (max-width: 1500px) {
    header[data-locale=fr-ca] .nav-middle .nav-middle-right {
        max-width: 170px;
        text-align: center;
    }
}

@media (min-width: 1501px) {
    header[data-locale=fr-ca] .nav-middle .nav-middle-right {
        width: 245px;
    }
}

@media (min-width: 1024px) {
    header[data-locale=fr-ca] .nav-middle .nav-panel {
        left: -300px;
        margin-top: 18px;
    }
}

@media (min-width: 1240px) {
    header[data-locale=fr-ca] .nav-middle .nav-panel {
        left: -468px;
        margin-top: 30px;
    }
}

@media (max-width: 1500px) {
    header .nav-middle {
        gap: 10px;
    }

        header .nav-middle ul.nav-middle-left {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media (max-width: 1240px) {
    header .logo {
        width: 300px;
        padding-top: 51px;
    }

        header .logo img {
            max-width: 100%;
        }

    header .search-widget {
        width: calc(100% - 370px);
        min-height: 110px;
        padding-top: 28px;
    }
}

@media (max-width: 1023.9px) {
    header .mobile-invisible {
        visibility: hidden;
    }

    header .mobile-hidden {
        display: none;
    }

    header .logo {
        padding-left: 20px;
        padding-top: 20px;
    }

    header .btn-hamburger {
        display: block;
    }

    header nav {
        flex-grow: 0;
    }

        header nav .nav-inner {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 78px;
            background: #1D2A5B;
            overflow-y: auto;
            z-index: 3;
        }

        header nav .btn-hamburger[aria-expanded=false] + .nav-inner {
            display: none;
        }

        header nav .btn-hamburger[aria-expanded=true] + .nav-inner {
            display: flex;
        }

        header nav nav {
            width: 100%;
        }

    header ul.nav-top {
        flex-direction: column;
        align-items: flex-start;
        background: transparent;
        width: 100%;
        padding: 0 20px;
        margin-top: 20px;
        gap: 0;
    }

        header ul.nav-top.mobile-hidden {
            display: none;
        }

        header ul.nav-top.desktop-hidden {
            display: flex;
        }

        header ul.nav-top .highlight {
            margin-bottom: 8px;
        }

    header .nav-middle {
        flex-direction: column;
        justify-content: flex-start;
        flex-grow: 0;
    }

        header .nav-middle ul.nav-middle-left {
            flex-direction: column;
            padding-left: 0;
            padding-right: 0;
            flex-grow: 0;
        }

            header .nav-middle ul.nav-middle-left > li > a, header .nav-middle ul.nav-middle-left > li > button {
                color: white;
                padding-top: 16px;
                padding-bottom: 16px;
                padding-left: 20px;
                padding-right: 0px;
                border-bottom: 1px solid white;
            }

                header .nav-middle ul.nav-middle-left > li > a span.label, header .nav-middle ul.nav-middle-left > li > button span.label {
                    max-width: none;
                    width: calc(100% - 40px);
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 1.1;
                    letter-spacing: -0.2px;
                }

            header .nav-middle ul.nav-middle-left .btn-level1 {
                width: 100%;
            }

            header .nav-middle ul.nav-middle-left .chevron {
                background-image: url("/assets/icons/icon-chevron-right-white.svg");
                background-size: 12px auto;
                width: 14px;
                height: 14px;
            }

            header .nav-middle ul.nav-middle-left .btn-level1[aria-expanded=true] .chevron {
                background-image: url("/assets/icons/icon-chevron-down-white.svg");
            }

        header .nav-middle .nav-middle-right.mobile-hidden {
            display: none;
        }

    header .nav-panel {
        border-bottom: none;
        border-top: none;
        flex-direction: column;
        position: static;
        margin-top: 0;
    }

        header .nav-panel > div:first-child {
            display: block;
            width: 100%;
            padding: 0px 20px;
        }

            header .nav-panel > div:first-child .mobile-hidden, header .nav-panel > div:first-child .mobile-hidden {
                display: none;
            }

            header .nav-panel > div:first-child p {
                font-size: 15px;
            }

        header .nav-panel > div:nth-child(2), header .nav-panel > div:nth-child(3) {
            width: 100%;
        }

        header .nav-panel > div:nth-child(2) {
            padding: 0;
        }

            header .nav-panel > div:nth-child(2) li {
                border-bottom: 1px solid #b2b2b2;
                flex-wrap: wrap;
            }

            header .nav-panel > div:nth-child(2) a, header .nav-panel > div:nth-child(2) button {
                padding-left: 20px;
                padding-right: 20px;
                font-size: 16px;
                font-weight: 400;
            }

                header .nav-panel > div:nth-child(2) a.selected, header .nav-panel > div:nth-child(2) button.selected {
                    font-weight: 400;
                    background-color: transparent;
                    color: #1D2A5B;
                }

                header .nav-panel > div:nth-child(2) a span.label:after, header .nav-panel > div:nth-child(2) button span.label:after {
                    display: none;
                }

            header .nav-panel > div:nth-child(2) a {
                width: calc(100% - 60px);
            }

            header .nav-panel > div:nth-child(2) button {
                background-image: url(/assets/icons/icon-chevron-right-blue.svg);
                background-repeat: no-repeat;
                background-position: right 20px center;
                background-size: 12px auto;
            }

                header .nav-panel > div:nth-child(2) button.selected1, header .nav-panel > div:nth-child(2) button[aria-expanded=true] {
                    background-image: url(/assets/icons/icon-chevron-down-blue.svg);
                    background-size: 16px auto;
                    background-position: right 19px center;
                    font-weight: 600;
                }

            header .nav-panel > div:nth-child(2) .btn-level2 {
                width: 60px;
                height: 40px;
            }

                header .nav-panel > div:nth-child(2) .btn-level2:hover, header .nav-panel > div:nth-child(2) .btn-level2:focus {
                    background-color: #EEF4F6;
                }

            header .nav-panel > div:nth-child(2) .level3 {
                width: 100%;
            }

                header .nav-panel > div:nth-child(2) .level3 li {
                    border-bottom: 0;
                }

                header .nav-panel > div:nth-child(2) .level3 a {
                    padding-left: 40px;
                    width: 100%;
                }

    header .find-teacher-widget {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 20px;
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        background-color: white;
        z-index: 2;
    }

        header .find-teacher-widget .logo {
            padding-top: 20px;
        }

        header .find-teacher-widget .btn-hamburger {
            background-image: url("/assets/icons/icon-close.svg");
        }

        header .find-teacher-widget .input-wrapper, header .find-teacher-widget h2, header .find-teacher-widget h2 + p {
            margin-right: 20px;
            margin-left: 20px;
        }

        header .find-teacher-widget .input-wrapper {
            align-items: center;
        }

            header .find-teacher-widget .input-wrapper .icon-wrapper {
                width: 24px;
                height: 24px;
            }

        header .find-teacher-widget .pseudo-header-inner {
            margin-bottom: 40px;
        }

        header .find-teacher-widget input {
            font-size: 20px;
            width: 100%;
        }

    header .search-widget {
        z-index: 40;
        left: 0;
        width: 100%;
        bottom: 0;
        padding: 0;
    }

        header .search-widget .btn-hamburger {
            background-image: url(/assets/icons/icon-close.svg);
        }

        header .search-widget .pseudo-header-inner {
            background-color: white;
            display: flex;
            justify-content: space-between;
            padding: 20px;
            padding: 0;
        }

        header .search-widget .input-wrapper {
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 20px;
        }

        header .search-widget input {
            font-size: 20px;
            width: 100%;
        }

    header .alert-msg {
        padding-left: 20px;
        padding-right: 48px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    body.mobile-overflow-hidden {
        overflow-y: hidden;
        height: 100%;
    }

    .skip-to-content:active, .skip-to-content:focus {
        left: 0;
        right: 0;
        text-align: center;
    }

    header ul.nav-top > li > a, header ul.nav-top > li > button {
        white-space: normal;
    }
}

@media (min-width: 1024px) {
    header .desktop-hidden {
        display: none;
    }

    header .desktop-invisible {
        visibility: hidden;
    }

    header nav {
        position: relative;
        z-index: 2;
    }

    header .nav-middle .btn-level1[aria-expanded=true] {
        color: #0E4C90;
        text-decoration: underline;
    }

        header .nav-middle .btn-level1[aria-expanded=true] .chevron {
            background-image: url("/assets/icons/icon-chevron-mdblue.svg");
        }

    header .nav-panel {
        left: -300px;
        margin-top: 18px;
    }

        header .nav-panel .level3 {
            position: absolute;
            right: 0;
            top: 54px;
            bottom: 0;
            left: 66.667%;
        }

    header .find-teacher-wrapper.desktop-hidden {
        display: none;
    }

    header #find-teacher-widget {
        position: relative;
    }

        header #find-teacher-widget .btn-hamburger {
            position: absolute;
            top: 0;
            right: 28px;
            display: block;
            background-image: url("/assets/icons/icon-close.svg");
        }

            header #find-teacher-widget .btn-hamburger:hover {
                border: 1px dotted black;
            }

    header #search-widget .btn-hamburger {
        position: absolute;
        top: 0;
        right: 0px;
        width: 50px;
        height: 50px;
        display: block;
        background-image: url("/assets/icons/icon-close-white.svg");
    }
}

@media (min-width: 1024px) and (max-width: 1023.9px) {
    header #search-widget .btn-hamburger {
        right: 0px;
    }
}

@media (min-width: 1024px) {
    header #search-widget .btn-hamburger:hover {
        border: 1px dotted white;
    }
}

@media (min-width: 1240px) {
    header .nav-panel {
        left: -422px;
        margin-top: 30px;
    }
}

@media (min-width: 1729px) {
    header .nav-middle ul.nav-middle-left {
        align-items: center;
        padding-left: 120px;
        padding-right: 120px;
    }

        header .nav-middle ul.nav-middle-left > li > a span.label, header .nav-middle ul.nav-middle-left > li > button span.label {
            max-width: none;
        }
}

@media (min-width: 1920px) {
    header .nav-middle ul.nav-middle-left > li > a, header .nav-middle ul.nav-middle-left > li > button {
        font-size: 18px;
    }
}
