@font-face {
  font-family: "Roboto";
  font-stretch: 100%;
  font-style: normal;
  font-weight: 100 900;
  src: local('Roboto'), url(./resources/site/fonts/Roboto/Roboto.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-stretch: 100%;
  font-style: italic;
  font-weight: 100 900;
  src: local('Roboto'), local('Roboto-Italic'), url(./resources/site/fonts/Roboto/Roboto-Italic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "ShortStack";
  font-style: normal;
  src: local('ShortStack'), local('ShortStack-Regular'), url(./resources/site/fonts/Short_Stack/ShortStack-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Sigmar';
  font-style: normal;
  font-weight: 400;
  src: local('Sigmar'), local('Sigmar-Regular'), url(./resources/site/fonts/Sigmar/Sigmar-Regular.ttf) format("truetype");
  font-display: swap;
}

html{
  scroll-padding-top: 30px;
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
}

.section-opener-content{
  max-width: 800px;
  margin: auto;
  padding: 10px 15px 20px;
  text-align: center;
}
.section-opener-content h2::after{
  content: " ";
  width: 150px;
  height: 4px;
  border-radius: 2px;
  margin: auto;
  display: block;
  margin-top: 10px;
}
.c1::after{
  background-color: #FF4A50;
  box-shadow: #00AFF0;
}
.c2::after{
  background-color: #3EC8F4;
}
.c3::after{
  background-color: #8FC74B;
}
.c4::after{
  background-color: #F6C602;
}

a, .link{
  color: #51A3B8;
  cursor: pointer;
}

body {
  font-family: "Roboto", serif;
}

h1 {
  font-family: "Sigmar";
  font-size: 60px;
  margin-bottom: 50px;
  margin-top: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;  
  text-shadow: -1px -1px 0px #153551, 3px 3px 0px #153551;
}
h2 {
  font-family: "ShortStack";
  font-size: 2em;
  margin-bottom: 15px;
}

p{
  font-size: 20px;
  font-family: "Roboto";
  margin-bottom: 15px;
}





.center{
  text-align: center;
}

/*Buttons*/
.btn-a, .btn-b {
  font-size: 20px;
  color: white;
  border-radius: 7px;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  padding: 10px 25px;
  position: relative;
  top: 0;
  cursor: pointer;
  border: none;
  margin-bottom: 15px;
}
.btn-a:active, .btn-b:active {
  top: 3px;
  transition: all 0.2s;
}


.btn-a{
  background: #51a3b8;
  box-shadow: 0 7px 0px #387796;
}
.btn-a:active {
  box-shadow: 0 2px 0px #387796;
}

.btn-b{
  background: #8FC74B;
  box-shadow: 0 7px 0px #54AB4A;
}
.btn-b:active {
  box-shadow: 0 2px 0px #54AB4A;
}


/*Buttons End*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Nav Bar Section~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0px 20px;
  max-width: 100%;
  height: 100px;
  transition: height 0.3s ease;
  border-radius: 0 0 15px 15px;
  padding: 0 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
}
.scrolled .nav-wrapper {
  height: 50px;
}
.logo-container {
  display: flex;
  align-items: center;
  height: 90%;
}
.logo {
  width: 100%;
  height: 100%;
}
.nav-tabs {
  display: flex;
  font-weight: 800;
  font-size: 24px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}
.nav-tab:not(:last-child) {
  padding: 10px 25px;
  margin: 0;
  border-right: 1px solid #eee;
  transition: 0.4s;
}

.nav-tab:last-child {
  padding: 10px 0 0 25px;
}

.nav-tab,
.menu-btn {
  cursor: pointer;
}
.nav-tab a {
  text-decoration: none;
  color: #153551;
}

.nav-tab a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  text-shadow: 1px 1px 0px white, -1px -1px 0px white, 1px -1px 0px white, -1px 1px 0px white;
}

.nav-tab a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
  transform: scale(var(--scale, 1.8));
}
@media screen and (min-width: 1080px) {
  .scrolled .nav-tab a::before {
    transform: scale(var(--scale, 1));
  }

  .scrolled .nav-tab:last-child {
    padding: 0px 0 0 25px;
  }
  .scrolled .nav-tab:not(:last-child) {
    padding: 0px 25px;
  }
  .scrolled .nav-tab:not(:last-child) a {
    padding: 10px 20px;
  }
}

.nav-tab a:hover::before {
  opacity: 1;
}

/* Automatic color assignment using nth-child class="" */
.nav-tab:nth-child(5n + 1) a::before {
  background: url("./resources/header/splat-red.svg") no-repeat center;
}

.nav-tab:nth-child(5n + 2) a::before {
  background: url("./resources/header/splat-blue.svg") no-repeat center;
}

.nav-tab:nth-child(5n + 3) a::before {
  background: url("./resources/header/splat-green.svg") no-repeat center;
}

.nav-tab:nth-child(5n + 4) a::before {
  background: url("./resources/header/splat-yellow.svg") no-repeat center;
}

.nav-tab:nth-child(5n + 5) a::before {
  background: url("./resources/header/splat-red.svg") no-repeat center;
}

.hidden {
  display: none;
}
@media screen and (max-width: 1080px) {
  .nav-container {
    position: fixed;
    display: none;
    overflow-y: auto;
    z-index: -1;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background-color: #fff;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
  }
  .nav-tabs {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 80px;
    width: 100%;
  }
  .nav-tab:not(:last-child) {
    padding: 20px 25px;
    margin: 0;
    border-right: unset;
    border-bottom: 1px solid #f5f5f5;
  }
  .nav-tab:last-child {
    padding: 15px 25px;
  }
  .menu-btn {
    position: relative;
    display: block;
    margin: 0;
    width: 25px;
    height: 15px;
    cursor: pointer;
    z-index: 2;
    padding: 10px;
    border-radius: 10px;
  }
  .menu-btn .menu {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #111;
  }
  .menu-btn .menu:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .menu-btn .menu:nth-child(3) {
    margin-top: 4px;
  }
  #menuToggle:checked + .menu-btn .menu {
    transition: transform 0.2s ease;
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(1) {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(2) {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(3) {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
  #menuToggle:checked ~ .nav-container {
    z-index: 1;
    display: flex;
    animation: menu-slide-left 0.3s ease;
  }
  @keyframes menu-slide-left {
    0% {
      transform: translateX(200px);
    }
    to {
      transform: translateX(0);
    }
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Nav bar Section End~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Popup CTA Section~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.popup {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0; 
  transform: translateY(-20px); 
  transition: opacity 0.3s ease, transform 0.3s ease; 
}

.popup.show {
  display: flex; 
  opacity: 1; 
  transform: translateY(0); 
}

.popup-content {
  background-color: #fff;
  margin: 10px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 1001;
}

.close-btn {
  position: absolute;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
}

.sib-form {
  padding: 0;
}
.sib-text-form-block.policy p{
  font-size: 14px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Popup CTA Section End~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Cover Section~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.homepage-cover .cover-content {
  max-width: 800px; 
  padding: 20px;
  margin: auto;
}

.cover-content button{
  margin-top: 10px;
}

.homepage-cover p {
  font-size: 25px;
}



.homepage-cover {
  padding-top: 130px;
  background-image: url(resources/home-hero/kids-using-computers.webp);
  background-position: center;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  position: relative;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 32%);
  min-height: 600px;
}




.opening-card{
  max-width: 600px;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 10px;
  animation: slideInBounce 0.5s ease-out;
  animation-fill-mode: forwards;
  padding: 20px 20px 30px;
  background-color: #ffffffe3;
  color: #153551;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
@keyframes slideInBounce {
  0% {
    transform: translateY(100vh);
    opacity: 0;
  }
  70% {
    transform: translateY(-50px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Cover Section End~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/






/*Columns*/
.column {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* Clear floats after the columns */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */


.column-content{
  padding: 20px;
  margin: 0px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.column-image-wrapper{
  padding: 0px 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
.column-image{
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
}




    
    



/*FAQ*/

.accordion {
  color: #153551;
  cursor: pointer;
  padding: 18px;
  margin: 10px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 20px;
  border-radius: 7px;
  font-weight: bolder;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #f3f3f3;
}
.accordion:active, .active, .accordion:hover{
  background: #e7e7e7;
}
.accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}










.feedback-input {
  font-weight:500;
  font-size: 18px;
  font-family: "Roboto";
  color: #000;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #54AB4A;
  transition: all 0.1s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { 
  border:4px solid #8FC74B; 
}
textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

.feedback-input::placeholder{
  font-family: "Roboto";
  font-weight: normal;
  color: #0000008a;
}






/*Footer*/
footer{
  background: #3EC8F4;
  height: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-content{
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #153551;
}
.footer-content a{
  color: #153551;
}





@media screen and (min-width: 919px) {
  .content-container {
    margin: 40px auto; 
    max-width: 1200px;
    padding: 20px;
  }
}

@media screen and (max-width: 920px) {
  h1 {
    font-size: 10vw;
  }
  .column-content, .homepage-cover .cover-content{
    margin: 20px 10px;
  }
  .nav-wrapper{
    margin: 0px 10px;
  }
  .homepage-cover .cover-content{
    padding: 20px 0px;
  }
  .homepage-cover {
    padding-top: 90px;
  }
  .nav-wrapper {
    justify-content: flex-start; /* Align items to the left */
  }
  .logo-container {
    margin-right: auto; /* Push the logo to the left */
  }
  .column {
    flex: none;
    width: 100%;
  }

  .pos-a{
    order: 1;
  }
  .pos-b{
    order: 2;
  }
  .column-image-wrapper {
    padding: 0px 10px;
  }
}