@font-face {
  font-family: 'Conv_avenir-medium-opentype_bigfontsite.com';
  src: url('fonts/avenir-medium-opentype_bigfontsite.com.eot');
  src: local('☺'), url('fonts/avenir-medium-opentype_bigfontsite.com.woff') format('woff'), url('fonts/avenir-medium-opentype_bigfontsite.com.ttf') format('truetype'), url('fonts/avenir-medium-opentype_bigfontsite.com.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Avenir-Black';
  src: url('fonts/Avenir-Black.eot');
  src: local('☺'), url('fonts/Avenir-Black.woff') format('woff'), url('fonts/Avenir-Black.ttf') format('truetype'), url('fonts/Avenir-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.invitation-warning {
  margin-top: 20px;
  color: #00a3fa;
}
:root {
  --main-color: #00a3fa;
}
body {
  font-family: 'Conv_avenir-medium-opentype_bigfontsite.com';
  line-height: 1.2;
  color: #000;
}
main a {
    text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
h1, h2, h3, .title {
  text-transform: inherit;
  margin: 10px 0;
  font-family: 'Conv_avenir-medium-opentype_bigfontsite.com';
}
h1 {
  font-size: 3.5rem;
  padding-bottom:7px;
  margin-bottom:25px;
  border-bottom: 2px solid #707070;
}
  h1.sm {
    font-size: 2rem;
  }
  h2 {
    font-size: 2rem;
    color: #707070;
  }
h3, .content h3 {
  font-size: 1.7rem;
}
h4 {
  font-weight: bold;
  font-size:1.2rem;
}

p {
  margin-bottom: 1em;
}
.container-two-cols {
  position: relative;
  background: var(--main-color);
  color: #fff;
  padding-bottom: 70px;
}
  .container-two-cols:after {
    content: "\f063";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.8rem;
    padding-top: 26px;
    color: #000;
    position: absolute;
    text-align: center;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    bottom: -45px;
    left: calc(50vw - 65px);
    z-index: 111111;
  }
  .container-two-cols .with-bg {
    background: no-repeat center center / cover;
    position: absolute;
    width: 50vw;
    height: calc(100% + 125px);
    top: -125px;
    right: 0;
    z-index: 1111;
  }
.with-bg.tab1 {
  background-image: url(../media/source/main-bg1.jpg);
}
.with-bg.tab2 {
  background-image: url(../media/source/main-bg2.jpg);
}
.with-bg.tab3 {
  background-image: url(../media/source/main-bg3.jpg);
}
.container-two-cols h2 {
  font-size: 2rem;
  color:#fff;
}
.container-two-cols h3 {
  font-size: 1.2rem;
  color:#000;
}
.container-two-cols .label {
    font-weight: normal;
}

.container-two-cols-st {
  position: relative;
  padding: 30px 0;
}
.container-two-cols-st .rhs-container {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1111;
}
  .container-two-cols-st .rhs-container.xl {
    width: 60vw;
  }
.navbar {
  background: var(--main-color) !important;
  position: static;
  transition: all 0.35s;
}
    .navbar.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 111111111;
    }
      .navbar.sticky.is-spaced {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
      }
      .navbar.sticky .logo-txt {
        color: #fff;
        font-size: 1rem;
        line-height: 1.2;
        position: relative;
        padding-left: 55px;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
      }
        .navbar.sticky .logo-txt img {
          width: 43px;
          padding-top: 2px;
        }
      .navbar.sticky + main {
        padding-top: 102px;
      }
    .navbar-menu {
      z-index: 11111;
    }
.navbar > .container {
  justify-content: space-between;
}
.navbar-menu {
  flex-grow: 0;
  text-transform: uppercase;
  color: var(--main-color);
  height:45px;
}
.navbar-start, .navbar-end {
  background: #fff;
  padding: 0 10px;
}


.logo-txt {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.2;
  position: relative;
  padding-left: 90px;
  padding-top: 27px;
  height: 100px;
  transition: all 0.35s;
}
  .logo-txt:hover {
      color:#fff;
  }
  .logo-txt img {
    position: absolute;
    left: 0;
    top: 6px;
    transition: all 0.35s;
    max-width: 75px;
  }
.navbar > .container .navbar-brand, .container > .navbar .navbar-brand {
  margin-left: 0;
}
.tabs {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
  .tabs ul {
    border-bottom: 0;
    margin: 0;
    list-style: none;
  }
  .tabs li {
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin: 0;
  }
    .tabs li:last-child {
      border-right: 1px solid #707070;
    }
    .tabs li.is-active a {
      color: #fff;
      background: #000;
    }
  .tabs a {
    border-bottom-color: #707070 !important;
    color: #000;
    padding: 0.7em 0.8em;
    background: #fff;
    text-decoration: none;
  }
    .tabs a:hover {
      background: #eee;
    }
.container-two-cols .label {
    color:#000;
}
.button {
    text-decoration: none;
}
.button.is-primary {
  background: #000;
  color: #fff;
  box-shadow: 5px 5px #fff;
}
  .button.is-primary:hover {
    background: #292929;
    text-decoration: none;
  }
  .button.is-secondary {
    background: var(--main-color);
    color: #fff;
    box-shadow: 5px 5px #fff;
  }

    .button.is-secondary:hover {
      background: #13017c;
      text-decoration: none;
    }

.subtitle {
    font-size:1em !important;
}
.img-lhs {
    float: left;
    margin: 0 35px 30px 0;
}
.amplify-articles-list {
  background: #f2f2f2;
}
.article-wrap {
  display: flex;
  justify-content: space-between;
}
.article-image {
  width: 350px;
}
  .article-image.full {
    width: 100%;
    margin:0;
  }
.article-image img {
  border-radius: 10px;
}
    .article-image.rhs {
        float: right;
    }

.article-wrap .has-text-dark:hover {
  text-decoration: underline;
}
  .article-wrap p.date {
    margin-bottom: -2px;
  }
  .article-wrap a {
      text-decoration: none;
  }
  .article-wrap a:hover {
    text-decoration: underline;
  }



.article-image.has-background {
  width: 350px;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-image.has-background img {
  max-width: 350px;
  max-height: 230px;
  border-radius: 0;
}


  .amplify-footer {
    background: #292929;
  }
  .amplify-footer .has-background-text {
      background: transparent !important;
  }
.amplify-footer-section .level {
  font-size: 1.5rem;
  line-height: 1.3;
  display:block;
}
  .amplify-footer-section .level * {
    display: block !important;
  }
.amplify-footer-section .level-right {
    font-weight: bold;
}
.amplify-footer-section ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
  .amplify-footer-section ul li:nth-child(6) {
    break-before: column;
  }
.amplify-footer-section .column.is-one-quarter-desktop {
    width:50%;
}
.container-xs {
    max-width:450px;
    margin: auto;
}
.card {
    color:#000;
}
.long-links a {
    text-decoration: none;
}
.long-links a:hover {
  text-decoration: underline;
}

/*accordion*/
.tab {
  width: 100%;
  overflow: hidden;
  margin-bottom:10px;
  padding-right:10px;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  font-size:1.2rem;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 0;
}
  .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    transform: rotate(-90deg);
    margin-right: 4px;
  }

.tab-content {
  max-height: 100vh;
  transition: all 0.35s;
}
.tab-check:checked + .tab-label::after {
  transform: rotate(90deg);
  margin-right: 0px;
}

.tab-check:checked ~ .tab-content {  
  max-height: 0;
}
.tab-check {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/*accordion end*/

@media only screen and (min-width: 1024px) {
  .article-image {
    margin: 0 0 20px 30px;
  }
  .mh-1 {
    min-height: 400px;
  }
  ul.is-4-cols > * {
    width: 25%;
  }
}
@media screen and (min-width:768px) and (max-width: 1023px) {
    ul.is-4-cols > * {
      width: 50%;
    }
  }

@media only screen and (max-width: 1215px) {
  .container-two-cols, .container-two-cols-st {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
  @media only screen and (max-width: 1023px) {
    .article-image {
      width: 100%;
    }

      .article-image.rhs {
        float: none;
        margin-bottom: 20px;
      }

    .article-wrap {
      display: block;
      margin-bottom: 20px;
    }

    .container-two-cols .with-bg {
      display: none;
    }

    .container-two-cols .column.is-5, .container-two-cols-st .content-side {
      width: 100%;
    }

    .container-two-cols-st .rhs-container {
      position: static;
      width: 100%;
    }
    nav {
      padding: 1rem 1.5rem;
    }
    .amplify-nav .navbar-menu.is-active {
      padding: 0;
    }

    .navbar-menu {
      margin-top: 20px;
    }

    .navbar-end {
      margin: 0;
      border-radius: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    ul.is-4-cols > * {
      width: 100%;
    }
  }

  .tabs-title {
    margin-bottom: -40px;
    padding-bottom: 55px;
  }

  label.checkbox, label.radio {
    padding-left: 1.1rem;
    text-indent: -1.1rem;
  }

  .input.xs {
    max-width: 120px;
  }

  .dropdown.is-hoverable .button {
    border: 0;
    padding: 0;
  }

    .dropdown.is-hoverable .button:focus {
      border: 0 !important;
    }

    .dropdown.is-hoverable .button .icon:last-child:not(:first-child) {
      margin: 0 0 0 -10px;
    }

  .fa.fa-warning {
    display: none;
  }

  .title-md {
    font-size: 3rem;
  }

  ul.is-4-cols {
    margin: 30px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }

    ul.is-4-cols > * {
      box-sizing: border-box;
      margin: 3px 0;
    }

    ul.is-4-cols a {
      text-decoration: none;
    }

      ul.is-4-cols a:hover {
        text-decoration: underline;
      }

  iframe.fullsize {
    width: 100%;
    height: 100%;
  }

  .icon-text a {
    text-decoration: none;
  }

  #type-of-resource, #topic, #audience, #math-level, #class-student-time, #news, #about {
    scroll-margin-top: 3.5rem;
  }

  .mgr-medium {
    margin-right: 20px;
  }

  main ul {
    list-style: disc;
    margin: auto;
    padding: initial;
    margin-left: 1.5em;
  }

  main li {
    margin: auto;
    padding: initial;
    margin: 1em 0;
  }

  .control ul {
    list-style: none;
    margin: 0;
  }

  .control li {
    margin: 0;
    padding: 0;
  }

  .media-content.subject-search .columns {
    padding-top: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 769px) {
    .media-content.subject-search .columns {
      margin-bottom: 0;
    }
  }

  .mb-minus-1 {
    margin-bottom: -0.75rem !important;
  }

  .header-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }

    .header-filter h1 {
      margin: 0 !important;
    }

    .header-filter.bot-bordered {
      border-bottom: 2px solid #707070;
    }

    .header-filter .dropdown {
      margin-top: 20px;
    }

  @media screen and (min-width: 769px) {
    .header-filter h1 {
      border-bottom: 0;
    }
  }

  @media screen and (max-width: 768px) {
    .media-content.subject-search {
      overflow-x: initial;
    }

      .media-content.subject-search .columns {
        padding-bottom: 4px;
        margin-top: 0;
      }

        .media-content.subject-search .columns:not(:last-child) {
          border-bottom: 1px solid rgba(219, 219, 219, 0.5);
        }

        .media-content.subject-search .columns .column {
          padding-top: 4px;
          padding-bottom: 4px;
        }

        .media-content.subject-search .columns .label {
          font-weight: bold;
          margin-bottom: 0;
        }

    .header-filter {
      display: block;
    }

      .header-filter.bot-bordered:first-child {
        border: 0;
      }

      .header-filter.bot-bordered:last-child {
        padding-bottom: 15px;
      }
  }

  .content-xs {
    max-width: 500px;
  }

  .navbar-brand {
    justify-content: space-between;
  }

  .partner-logo img {
    max-height: 65px;
    margin: 15px 0 0 15px;
  }

  .navbar.sticky .partner-logo img {
    max-height: 45px;
    margin-top: 12px;
  }

  @media screen and (min-width: 1400px) {
    .partner-logo img {
      margin: 10px 0 0 30px;
    }
  }

  .navbar-burger {
    width: 1rem;
    margin-left: auto;
  }

  @media screen and (min-width:1024px) and (max-width: 1150px) {
    .logo-txt {
      max-width: 280px;
      padding-top: 12px;
    }
  }

  @media only screen and (max-width: 550px) {
    .tabs ul {
      display: block;
    }

    .logo-txt {
      padding-left: 65px;
      padding-top: 17px;
      font-size: 0.8rem;
      height: 75px;
      max-width: 175px;
    }

    .navbar.sticky .logo-txt {
      font-size: 0.8rem;
    }

    .logo-txt img {
      max-width: 55px;
    }

    .partner-logo img {
      max-height: 50px;
    }
  }

  .is-clipped .navbar {
    white-space: normal;
  }


  .blue-box {
    cursor: pointer;
  }

  .red {
    color: red;
  }

  .required:after {
    position: absolute;
    margin-left: 2px;
  }

  .clearButton {
    margin-bottom: 10px;
  }

  .box.pad2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .inv-text-area {
    width: 100%;
    min-height: 300px;
    text-align: center;
  }

  .dropdown-menu {
    margin-top: -5px;
  }

  .dropdown-content {
    box-shadow: 0 8px 8px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
  }


  .navbar-link .fa-angle-down {
    margin-left: 8px;
    color: #363636;
  }

  .navbar-item, .navbar-link {
    padding: 0.6rem 0.55rem;
    font-size: 0.95rem;
  }

  .dropdown-item:hover {
    background: #f5f5f5;
  }

  .navbar-item.has-dropdown .navbar-link {
    padding-right: 23px;
  }

  .amplify-nav .navbar-menu.is-active .button {
    justify-content: space-between;
  }

  .navbar-menu .dropdown {
    display: block;
  }

  .media .image.is-160x160 {
    width: 160px;
    height: 160px;
    object-fit: cover;
  }

  .media .image img {
    border-radius: 10px;
  }

  @media only screen and (max-width: 550px) {
    .no-flex-mobile {
      display: block;
    }

    .media.no-flex-mobile .image {
      margin-bottom: 1rem;
    }
  }

  @media only screen and (max-width: 1024px) {
    .no-flex-tablet {
      display: block !important;
    }
  }

  .wrap-button-right-ab {
    position: relative;
  }

  @media only screen and (min-width: 768px) {
    .wrap-button-right-ab .button {
      position: absolute;
      right: 0.75rem;
    }
  }

  @media screen and (min-width: 1024px) {
    .navbar-start, .navbar-end {
      border-radius: 5px;
    }

    .navbar-menu {
      display: block;
      text-align: right;
    }

      .navbar-menu a {
        font-family: 'Conv_Avenir-Black';
        color: var(--main-color);
        margin-bottom: -2px;
      }

        .navbar-menu a:hover {
          color: #000;
          background: transparent;
        }

    .navbar-end {
      display: inline-block;
      margin-top: 18px;
    }

    .navbar-end {
      box-shadow: 5px 5px #fff;
      background: #000;
    }

      .navbar-end a {
        color: #fff;
      }

      .navbar-end .dropdown-item a {
        color: #000;
      }

      .navbar-end a:hover {
        color: var(--main-color);
      }

    .dropdown-trigger .button {
      background-color: transparent;
    }

    .dropdown-trigger .icon i {
      color: #fff;
    }
  }

  .navbar.sticky .navbar-end {
    margin-top: 5px;
  }

  .email-column {
    margin-top: 5px;
  }

  .email-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    /*  white-space: nowrap;*/
    display: inline-block;
    height: 230px;
  }

  .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
  }

  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
  }

  .modal-container {
    width: 400px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
  }

  .modal-header h3 {
    margin-top: 0;
    color: #00a3fa;
  }

  .modal-body {
    margin: 20px 0;
    min-height: 29px
  }

  .modal-default-button {
    float: right;
  }

  .modal-enter-from {
    opacity: 0;
  }

  .modal-leave-to {
    opacity: 0;
  }

    .modal-enter-from .modal-container,
    .modal-leave-to .modal-container {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

@media only screen and (min-width: 1200px) {
  .home-type.tabs {
    overflow: visible;
    overflow-x: visible;
  }

    .home-type.tabs a {
      min-width: 180px;
      padding: 0.7em 1.2em;
      min-height: 60px;
    }
}

.map-ico {
  max-width: 33px;
  float: left;
  margin-right: 10px;
}
.txt-dark {
    color:#000;
}
