/*
	This file has been auto-generated by a tool at 15/12/2025 06:06:17
	Any changes made will be overwritten the next time it is regenerated.
*/

/* Header */
.summary {
    
}

.Framework_Header
{
    background: #00AEEF none no-repeat scroll 0 0;
    color: #333;
    line-height: 80px;
}

    .Framework_Header .Framework_Logo
    {
        line-height: 80px;
    }

    .Framework_Header .Framework_Login
    {
        line-height: 80px;
        padding-top: 10px;
    }

    .Framework_Header input, .Framework_Header select, .Framework_Header textarea
    {
        background-color: #333;
        border: 2px solid #333;
        color: #fff;
        border-radius: 4px;
        font-family: 'lato', 'Open Sans', Sans-Serif;
        font-size: 15px;
        font-weight: 400;
        height: 36px;
        line-height: 36px;
        padding: 0 4px;
        transition: background 0.25s, border 0.25s, color 0.25s;
    }
    .Framework_Header input:hover, .Framework_Header select:hover, .Framework_Header textarea:hover
    {
        background-color: #333;
        border: 2px solid #fff;
        color: #fff;
    }
    .Framework_Header input:focus, .Framework_Header select:focus, .Framework_Header textarea:focus
    {
        background-color: #fff;
        border: 2px solid #fff;
        color: #333;
    }

    input[type=radio], input[type=radio]:focus, #contact input[type=checkbox], #contact input[type=checkbox]:focus {
        background-color: transparent;
    }

    .HamburgerIcon
    {
        background: transparent url(../Images/Icons/menu-black-1x.png) no-repeat scroll 0 0;
        background-size: 50px;
        display: none;
        height: 48px;
        vertical-align: middle;
        width: 48px;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
    {
        .HamburgerIcon
        {
            background: transparent url(../Images/Icons/menu-black-2x.png) no-repeat scroll 0 0;
            background-size: 50px;
            display: none;
            height: 48px;
            vertical-align: middle;
            width: 48px;
        }
    }


/* Navigation */

.NavigationContainer
{
    background: #333;
    color: #fff;
}

.Framework_Navigation
{
    padding: 8px 0;
    transition: none;
}

.Framework_Navigation .Framework_LoggedInUser
{
    line-height: 1.7;
    text-align: center;
}

.Framework_LoggedInUser
{
    line-height: 80px;
    display: inline-block;
    margin-right: 20px;
}

.Framework_Navigation .Framework_LoggedInUser a
{
    display: inline-block;
}



/* Content */

.Framework_Content
{
    padding: 12px 0;
}

.optionButton .Framework_IconButton .Framework_IconButton_Inner .Framework_IconButton_Text {
    font-family: KidSans;
    font-size: 25px !important;
    text-transform: lowercase;
}

.optionButton .Framework_IconButton .Framework_IconButton_Inner .Framework_IconButton_Text::first-letter {
    text-transform: capitalize;
}


/* Footer */
.Framework_Footer {
    background: #191c1f;
    color: #6c6f70;
    font-size: 85%;
    text-align: center;
}
    .Framework_Footer a
    {
        color: #00AEEF;
        text-decoration: none;
        transition: color 0.25s;
    }
    .Framework_Footer a:hover
    {
        color: #333;
        text-decoration: underline;
    }
    .Framework_Footer a:active
    {
        color: #00AEEF;
        text-decoration: underline;
    }


/* Changes for medium sized devices and below */

body
    {
        margin: 0 !important;
    }

    .Framework_FixedHeader
    {
        position: static !important;
    }

    .HamburgerIcon
    {
        display: inline-block;
    }

    .Framework_Navigation
    {
        height: 0;
        overflow: hidden;
        padding: 0;
        transition: padding 0.25s;
    }

    .Framework_NavigationExpanded
    {
        overflow: visible;
        padding: 8px 0;
    }

    .Framework_Navigation a
    {
        display: inline-block;
        margin: 8px 0 !important;
    }

    .Framework_Header .Framework_Login .Framework_Form_Row
    {
        display: block;
        max-width: 400px;
    }

    .Framework_Header .Framework_Login .Framework_Form_Row input
    {
        border-color: #333;
        width: 100%;
    }

@media (max-width: 1023px)
{

    /* Collapse the navigation into an expanding mobile-friendly menu */

    body
    {
        margin: 0 !important;
    }

    .Framework_FixedHeader
    {
        position: static !important;
    }

    .HamburgerIcon
    {
        display: inline-block;
    }

    .Framework_Navigation
    {
        height: 0;
        overflow: hidden;
        padding: 0;
        transition: padding 0.25s;
    }

    .Framework_NavigationExpanded
    {
        overflow: visible;
        padding: 8px 0;
    }

    .Framework_Navigation a
    {
        display: inline-block;
        margin: 8px 0 !important;
    }

    .Framework_Header .Framework_Login .Framework_Form_Row
    {
        display: block;
    }

    .Framework_Header .Framework_Login .Framework_Form_Row input
    {
        border-color: #fff;
        width: 100%;
    }

    .Framework_LoggedInUser
    {
        margin-right: 0;
    }

    .Framework_LoggedInUser .Framework_IconButton {
        margin: 0;
    }

    /* Make forms responsive */
    
    .Framework_Form_Row_Label { width: 30% !important; }
    .Framework_Form_Row_Input { width: 70%; }

}



/* Additional Framework Styles */

.Framework_Table .Framework_Table_Cell
{
    display: inline-block;
    margin-right: 20px;
    padding: 5px;
}

.Framework_Table .Framework_Table_Cell div {
    display: inline-block;
}

.Framework_Table .Framework_Table_Cell img
{
    border: none;
    height: 28px !important; 
    width: 28px !important;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#promo-bubble.home-page {
    background-color: #F7323F;
    box-shadow: 0 8px 0 0 #970018;
}
#promo-bubble.home-page strong {
    font-size: 44px;
}

#promo-bubble span:first-child {
    margin: 0;
}

#promo-bubble span {
    margin: 0;
}

#login-bubble {
    border-radius: 16px;
    bottom: 32px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    left: auto;
    max-width: 90%;
    position: absolute;
    right: 32px;
    text-align: center;
    top: 120px;
    width: auto;
    z-index: 99;
}

/* Changes for small sized devices and below */

@media (max-width: 768px)
{
    .Framework_Form_Row_Label { width: 100% !important; }
    .Framework_Form_Row_Input { width: 100%; }

    .Framework_Navigation .buttonText {
        font-size: 22px;
    }

    .Framework_Navigation a.buttonHeader {
        margin: 0 !important;
    }

    .homeHeroOuter {
        background: #00AEEF none !important;
    }

    .Framework_Navigation a.buttonHeader {
        background-color: #343434 !important;
        border-radius: 6px !important;
        box-sizing: border-box !important;
        float: left !important;
        height: 56px !important;
        margin: 4px 0 0 2px !important;
        overflow: hidden !important;
        position: relative !important;
        width: calc(50% - 2px) !important;
    }
    .Framework_Navigation a.buttonHeader:nth-child(2n+1) {
        margin: 4px 2px 0 0 !important;
    }
    .Framework_Navigation .buttonHeader .buttonText, body.noTouchEvents .Framework_Navigation .buttonHeader:hover .buttonText {
        background-color: transparent !important;
        border-radius: 0 !important;
        bottom: auto !important;
        box-sizing: border-box !important;
        left: 0 !important;
        padding: 4px 8px !important;
        position: absolute !important;
        right: 0 !important;
        text-align: center;
        top: 26px !important;
        transform: translate(0, -50%) !important;
        white-space: initial !important;
        width: 100%;
    }

}

@media (max-width: 420px) {


    .Framework_Header .Framework_IconButton_FA {
        width: 42px !important;
        height: 42px;
    }

    .Framework_Header .Framework_IconButton {
        width: 40px;
    }

    .Framework_Header .Framework_IconButton .Framework_IconButton_Inner .Framework_IconButton_Text {
        line-height: 42px !important;
    }
}

.Framework_Content
{
    padding: 0;
}


.Framework_Header {
    position: fixed !important;
    z-index: 100;
    width: 100%;
    top: 0 !important;
    background-color: #fff;
    transition: background 500ms ease !important; 
}

.Framework_Header, .Framework_Header.Framework_CollapsedHeader {
   box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.25);
}
.NavigationContainer {
    background: transparent;
    transition: background 400ms ease, box-shadow 400ms ease, margin-top 400ms ease;
    margin-top: -67px;
}
.NavigationContainer img{
    opacity: 0;
    display: block;  
    transition: opacity 400ms ease;
    margin: 10px 0;
}
.Framework_CollapsedHeader .NavigationContainer {
    background: #fff;
    width: auto;
    margin-top: 0 !important;
    pointer-events: all !important;
    transition: background 400ms ease, box-shadow 400ms ease, margin-top 200ms;
}

.NavigationContainer.active {
    margin-top: 0px;
    pointer-events: all;
}

.NavigationContainer a {
    pointer-events: all;
}

.Framework_Logo img {
    max-height: 50px;
}

.Framework_CollapsedHeader .NavigationContainer img {
    opacity: 1;
}

.Framework_Header input:active,.Framework_Header input:focus, .Framework_Header select:active, .Framework_Header select:focus, .Framework_Header textarea:active, .Framework_Header textarea:focus {
    border: 2px dotted #333;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}

.Framework_IconButton select:-moz-focusring {
    color: transparent;
    outline: none;
    text-shadow: none;
    box-shadow: none;
}

.Framework_Header .Framework_HintText {
    color: #333;
    opacity: 1;
    text-align: left;
}

.Framework_HeaderPadding {
    height: 0 !important;
}

.Framework_HintText {
    color: #fff;
    opacity: 0.7;
    text-align: left;
}

.Framework_Navigation {
    float: right;
    width: 100%;
    max-width: 100%;
    transition: max-width 400ms ease;
}

.Framework_Footer {
    background-color: #343434;
    color: #fff;
    border-top: 1px solid #fff;
    font-family: lato;
}
.Framework_Footer a {
    text-decoration: underline;
    color: #fff;
}
body.noTouchEvents .Framework_Footer a:hover { 
    color: #aaa; 
}
.Framework_Footer p {
    margin: 5px 0;
}

.loginOuter {
    float: right;
    overflow: hidden;
}

.loginInner {
    margin-right: -100%;
    opacity: 0;
    transition: margin-right 800ms ease, opacity 800ms ease;
}

.loginInner.active {
    margin-right: 0;
    opacity: 1;
}

.loginButton {
    float: right;
    margin-top: 24px;
    cursor: pointer;
    width: 32px;
    margin-right: 6px;
    position: relative;
    z-index: 2;
}

.Framework_Form_Row_Input .iconTextBox a {
    display: none;
}


.section.homeHero {
    padding-top: 190px;
}

.section.heroTop {
    padding: 150px 0 50px 0;
}


/* Option Buttons */
.optionButtons {
    text-align: center;
}
    .optionButton {
        display: block;
    }
    .optionButton1 {
        float: right !important;
    }
    .optionButton3 {
        float: left !important;
    }

@media (max-width: 768px)
{
    .optionButton {
        margin: 10px 0;
    }

    .optionButton1,
    .optionButton3 {
        float: none !important;
    }
}


/* Testomonials */

.section.sectionCards.singleTestimonial p, .container.singleTestimonial {
    font-size: 18px !important;
    font-family: lato, sans-serif;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    margin: 0 auto;
}

.singleTestimonial {
     max-width: 624px;
     padding: 50px 0 0 0;
}

.cite p {
    color: #7FBA2E;
    padding-bottom:20px;
}

.citeBody {
    padding-bottom: 20px;
    font-weight: normal !important;
    font-style: italic;
} 

@keyframes scroll {
    20%{transform:rotate(45deg) translate(0,0)}
    50%{transform:rotate(45deg) translate(10px,10px)}
    80%{transform:rotate(45deg) translate(0,0)}

}

h1,h2 {
    font-family: 'KidSans';
    font-weight: 500;
    text-align: center;
    margin: 0;
    color: #fff;
}

h1 {
    font-size: 55px;
}

h2 {
   font-size: 45px;
}


.section.sectionCards h1,
.section.sectionCards2 h1,
.section.sectionCards h2,
.section.sectionCards2 h2 {
    color: #343434;
}

h2.subHeading {
    font-family: lato, sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

.signup-question.larger {
    font-size: 24px;
}

@media (max-width: 600px)
{
    .signup-question.larger {
        font-size: 15px;
    }
}



@font-face {
    font-family: 'KidSans';
    src: url('fonts/KidSans.woff2') format('woff2'),
        url('fonts/KidSans.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.section {
    padding-bottom: 30px;
}

.section.lessPadding {
    padding: 74px 0;
}

.section.sectionCards {
    background: #F2F2F4 url('../Images/Content/left-u5034-10-fr.jpg') no-repeat left center;
    background-size: contain;
    background-attachment: fixed;
}

.section.sectionCards2 {
    background: #F2F2F4 url('../Images/Content/cardsadd.jpg') no-repeat right center;
    background-size: contain;
    background-attachment: fixed;
}

@media (max-width: 768px)
{
    .section.sectionCards, 
    .section.sectionCards2 {
        background-image: none !important;
    }
}

.section.sectionNumbers {
    background: url(../Images/content/numbers.svg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.section.sectionBlue.sectionNumbers, .col.sectionBlue.sectionNumbers {
    background-color: #00AEEF;
}

.section.sectionRed.sectionNumbers, .col.sectionRed.sectionNumbers {
    background-color: #F7323F;
}

.section.sectionGreen.sectionNumbers, .col.sectionGreen.sectionNumbers {
    background-color: #7FBA2E;

}

.section.sectionPurple.sectionNumbers, .col.sectionPurple.sectionNumbers  {
    background-color: #61165B;
}

.section.sectionOrange.sectionNumbers, .col.sectionOrange.sectionNumbers {
    background-color: #ff9d00;
}

.section.sectionYellow.sectionNumbers, .col.sectionYellow.sectionNumbers {
    background-color: #fcc505;
}

.section.sectionRed.sectionImage {
    background: #00AEEF url(../Images/content/slideshow5.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.section .bulletsRegular li,
.section .bulletsLarge li {
    font-family: 'lato', sans-serif;
    font-weight: 200;
    line-height: 1.2;
    margin: 0;
}

.section .bulletsLarge li {
    font-size: 45px;
}
.section .bulletsRegular li {
    font-size: 25px;
}

.section .bulletsRegular li:before,
.section .bulletsLarge li:before {
    font-family: 'Font Awesome 5 Pro', FontAwesome;
    content: '\f111';
    font-weight: 800;
    left: -25px;
    position: absolute;
    display: inline-block;
    padding-top: 8px;
}

.section ul.bulletsLarge {
    margin-left: 125px;
}


@media (max-width: 1023px)
{
        .section ul.bulletsLarge {
        margin-left: 25px;
    }
}

.largefont
{
    font-size:25px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    margin-left: 30px !important;
}

.heroOuter {
    background: #00AEEF no-repeat center center;
    opacity: 1;
    width: 100%;
    height: 450px;
    text-align: center;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-image: url(../Images/content/slideshow1.jpg);
}
.heroOuter.hero2{
    background-image: url(../Images/content/slideshow2.jpg);
}
.heroOuter.hero3{
    background-image: url(../Images/content/slideshow3.jpg);
}
.heroOuter.hero4{
    background-image: url(../Images/content/slideshow4.jpg);
}
    .heroOuter.hero4 .heroMain h1 {
        color: #000;
    }

.heroMain h1 {
    color: #fff;
    font-size: 55px;
}
.heroMain {
    height: 450px;
    position: relative;
}

.heroInner {
    padding-top: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}


.section.sectionCards p,.section.sectionNumbers p,.section.sectionCards2 p, .section.sectionImage p,.section ul {
    font-family: lato, sans-serif;
    font-weight: 700;
    line-height: 30px;
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.sectionBlue.sectionCards h2, .sectionBlue.sectionCards p b, .sectionBlue.sectionCards a {
    color: #00AEEF;
}

.sectionGreen.sectionCards h2, .sectionGreen.sectionCards p b, .sectionGreen.sectionCards a {
    color: #7FBA2E;
}

.redHeading {
    color: #F7323F !important;
}

.blackHeading {
    color: #000 !important;
}

.sectionRed.sectionCards h2, .sectionRed.sectionCards p b, .sectionRed.sectionCards a {
    color: #F7323F;
}
.sectionPurple.sectionCards h2, .sectionPurple.sectionCards p b, .sectionPurple.sectionCards a,
.sectionPurple.sectionCards2 h2, .sectionPurple.sectionCards2 p b, .sectionPurple.sectionCards2 a {
    color: #61165B;
}

.sectionPurple.sectionCards a, .sectionPurple.sectionCards2 a {
    text-decoration: underline;
}

#contact input, #contact select, #contact textarea {
    background-color: rgba(255,255,255,0.3);
    border: 0;
    color: #000;
    border-radius: 0;
}

#contact input:active,#contact input:focus, #contact select:active, #contact select:focus, #contact textarea:active, #contact textarea:focus {
    background-color: rgba(255,255,255,0.5);
    border: 0;
}

#contact .Framework_Form_Row_Input {
    width: 100%;
}

#contact textarea {
    padding: 10px 5px;
}

#contact .Framework_Form_Row  {
    margin-bottom: 10px;
}

#contact .Framework_Form {
    max-width: 600px;
    margin: 0 auto;
}

#contact label {
    color: #fff;
}

#testimonials .sectionSlider {
    padding: 30px 0 0 0;
}

#testimonials {
    overflow: hidden;
}
    

.sectionSlider p {
    margin-bottom: 5px;
    color: #fff;
}

.sectionSlider li {
    color: #fff;
}

#testimonials .sectionSlider p {
    color: #343434;
}
#testimonials .sectionSlider b {
    color: #7FBA2E;
}


#testimonials.sectionCards h2 {
    color: #343434;
}


#testimonials .sectionSlider .slick-dots {
    bottom: -60px !important;
}

#testimonials .slick-dots li button:before {
    background-color: #00AEEF;
}

#testimonials  .slick-dotted.slick-slider {
    margin-bottom: 30px;
}
    
.section ul, .sectionColumns ul {
    padding-left: 15px;
    margin-bottom: 15px;
}
.section ul li, .sectionColumns ul li {
    list-style: none;
    font-family: lato, sans-serif;
    font-weight: normal;
    line-height: 19px;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 25px;
}

.section ul.largebullet li, .sectionColumns ul.largebullet li {
    font-size:25px;
    font-weight:300;
    line-height: 30px;
    margin-left: 30px;
}

.section ul li:before, .sectionColumns ul li:before {
    font-family: 'Font Awesome 5 Pro', FontAwesome;
    content:'\f111';
    font-size: 0.5em;
    font-weight: 900;
    left: -15px;
    position: absolute;
    display: inline-block;
    padding-top: 2px;
}

.section ul.largebullet li:before, .sectionColumns ul.largebullet li:before {
    font-family: 'Font Awesome 5 Pro', FontAwesome;
    content:'\f111';
    font-size: 0.5em;
    font-weight: 900;
    left: -25px;
    position: absolute;
    display: inline-block;
    padding-top: 2px;
}

.section ul.features {
    padding-left: 24px;
}
.section ul.features li::before {
    content: "\f00c";
    left: -24px;
}

.section ul li ul li:before {
    font-family: 'Font Awesome 5 Pro', FontAwesome;
    font-weight: 500;
}
.section ul li ul {
    margin-top: 5px;
}

.sectionSlider ul {
    max-width: 100%;
    margin-bottom: 0;
}
.sectionSlider ul li {
    margin-left: 0;
}
.sectionSlider .section {
    padding-bottom: 130px;
    display: table-cell !important;
    float: none !important;
}

@media (min-width: 1024px) {
    .sectionSlider .container {
        max-width: 624px;
    }

    .sectionColumns .col04.sectionBlue, .sectionColumns .col12_Med.sectionBlue,
    .sectionColumns .col04.sectionRed, .sectionColumns .col12_Med.sectionRed {
        background: none !important;
    }

}

.Framework_CollapsedHeader .NavigationContainer {
    background: transparent !important;        
}

.loginButton {
    display: none;
}

@media (max-width: 1024px) {

    .homeHeroOuter {
        background: #00AEEF !important;
    }

    .section.sectionCards  {
        background: #F2F2F4 url(../Images/Content/left-u5034-10-fr-fade.jpg) no-repeat left top;
        background-size: contain;
        background-attachment: fixed;
    }

    .section.sectionCards2  {
        background: #F2F2F4 url(../Images/Content/cardsadd-fade.jpg) no-repeat right top;
        background-size: contain;
        background-attachment: fixed;
    }
  

    .sectionCol {
        display: none;
    }

    .sectionColumns {
        height: auto !important;
    }
    .sectionGuide .sectionColumns .sectionImage {
        background: #E1E1E9 no-repeat center bottom;
        background-size: contain;
        margin-bottom: 20px;
        opacity: 1 !important;
    }
    .sectionColumns .container {
        padding: 0 12px;
    }
    .sectionGuide .sectionColumns .sectionNumbers.col12_Med {
        height: auto;
    }

}


@media (max-width: 1022px) {
        .homeHeroOuter video {
        display: none;
    }
}

.videoContainer .sectionCards,
.videoContainer .sectionCards2 {
    padding: 0;
}

.videoContainer .paddingBottom {
    padding-bottom: 100px;
}

.sectionVideo {
    
    display: block;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    text-decoration: none !important;
}

    .sectionVideo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    

.sectionVideo:after {
    content: '\f167';
    font-family: 'Font Awesome 5 Brands';
    text-align: center;
    width: 100%;
    display: block;
    color: #212121;
    opacity: 0.8;
    font-size: 65px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    transition: color 100ms ease, opacity 100ms ease;
}

.sectionVideo:hover:after {
    color: #FD0000;
    opacity: 1;
}

.sectionColumns {
    position: relative;
    color: #fff;
}

.col.sectionNumbers {
    background: url(../Images/content/numbers.svg) no-repeat center center;
    background-size: 1200px 500px;
}

.sectionColumns .container {
    position: relative;
}

.sectionColumns h2 {
    margin-top: 20px;
    text-decoration: underline;
}
.sectionColumns h3, .sectionColumns p {
    margin: 0;
}

.sectionColumns .sectionCol {
    max-width: 100%;
    padding: 0 16px;
    position: absolute;
}

.sectionColumns.sectionPhases, .sectionColumns.sectionPhases .col {
    height: 150px;
}

.sectionColumns.sectionPhases   .container {
    max-width: 100%;
}


.sectionGuide .sectionColumns, .sectionGuide .sectionColumns .col {
    height: 260px;
}

.sectionGuide .sectionColumns .sectionCol  .sectionNumbers {
    border-left: 20px solid #fff;
}

.sectionGuide .sectionColumns .sectionCol .sectionImage {
    background: #E1E1E9 no-repeat center bottom;
    background-size: contain;
}


.sectionGuide .sectionColumns {
    margin: 10px 20px;
}

.sectionGuide {
    padding: 10px 0;
}

.sectionGuide .sectionColumns .sectionImage.col12_Med {
    opacity: 0;
}

.sectionGuide .sectionColumns .sectionNumbers.col12_Med ul {
    margin: 30px; 
    text-align: left;
}


.sectionCards p, .sectionCards2 p  {
    margin-bottom: 20px !important;
}
.sectionCards p:last-of-type, .sectionCards2 p:last-of-type {
    margin-bottom: 0 !important;
}

.sectionHalfColumns .sectionHalfCol {
    max-width: 100%;
    padding: 0 16px;
}

.sectionHalf .sectionHalfColumns, .sectionHalf .sectionHalfColumns .col {
    height: 450px;
    position: relative;
}

.sectionHalfImageContainer {
    overflow: hidden;
}

.sectionHalf .sectionHalfColumns .sectionHalfCol .sectionHalfImage {
    width: 100%;
    height: 500px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    background-size: cover;
}

.sectionHalfCol.container {
    background-color: #e1e1e9;
    padding: 0;
}

.sectionHalfCol ul {
    padding: 30px 30px 30px 45px;
}
    .sectionHalfCol ul li {
        margin: 5px 0;
    }

.sectionHalf {
    padding: 0;
}


@media (max-width: 1023px)
{
    .sectionHalf .sectionHalfColumns, .sectionHalf .sectionHalfColumns .col {
    height: initial;
    position: relative;
    }

    .sectionHalf .sectionHalfColumns .sectionHalfCol .sectionHalfImage {
    height: initial;
    padding-top: 75.10%;
    width: 100%;
    left: 0;
    position: unset;
    transform: none;
    top: 0;
    background-size: cover;
    }
}

.buttonHeader .far,.buttonHeader .fas {
    border: 2px solid #fff;
    color: #fff;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 30px;
    float: left;
    font-size: 18px;
    transition: background 400ms ease, color 400ms ease;
}

.loginButton2 {
    margin: 0 -48px -10px 0 !important;
    opacity: 0;
    pointer-events: none;
    transition: margin 0.25s, opacity 0.25s;
}
.Framework_CollapsedHeader .loginButton2 {
    margin: 0 4px -10px !important;
    opacity: 1;
    pointer-events: all;
}
.forceExpand .loginButton2 {
    margin: 0 -48px -10px 0 !important;
    opacity: 0;
    pointer-events: none;
}

.buttonText {
    background-color: #fff;
    border-radius: 8px;
    display: block;
    height: 0;
    line-height: 0px;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    transition: color 125ms ease, height 125ms 125ms ease, line-height 125ms ease, background-color 200ms ease;
    position: absolute;
    margin-top: 4px;
    padding: 0 12px;
    pointer-events: none;
    text-align: center;
    top: 100%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, 0);
    z-index: 2;
    font-family: KidSans;
    font-size: 27px;
    font-weight: normal;
}

.buttonHeader {
    position: relative;
    display: inline-block;
    margin-bottom: -10px !important;
}
body.noTouchEvents .buttonHeader:hover .buttonText{
    color: #00AEEF;
    transition: color 250ms 250ms ease, height 250ms 125ms ease, line-height 250ms 250ms ease, background-color 200ms ease;
}
.Framework_CollapsedHeader .buttonText {
    background-color: #343434;
    color: #343434;
}

.buttonHeader:hover .buttonText {
    background-color: #5c5c5c !important;
}

body.noTouchEvents .Framework_CollapsedHeader .buttonHeader:hover .buttonText {
    color: #fff;
}

body.noTouchEvents .buttonHeader:hover .far, body.noTouchEvents .buttonHeader:hover .fas {
    color: #00AEEF;
    background-color: rgba(255,255,255,0.75);
}

.Framework_CollapsedHeader .buttonHeader .far, .Framework_CollapsedHeader .buttonHeader .fas {
    color: #343434;
    border-color: #343434;
}

body.noTouchEvents .Framework_CollapsedHeader .buttonHeader:hover .far, body.noTouchEvents .Framework_CollapsedHeader .buttonHeader:hover .fas {
    background-color: rgba(52, 52, 52, 0.75);
    color: #fff;
}




.Framework_NavigationExpanded {
    margin-top: -16px;
}

.NavigationContainer {
    margin-top: 0;
}

.Framework_Navigation .buttonHeader {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.Framework_Navigation .buttonHeader .fas, .buttonHeader .far {
    display: none;
}

    .Framework_Navigation .buttonHeader .buttonText, body.noTouchEvents .Framework_Navigation .buttonHeader:hover .buttonText {
    background-color: #343434;
    color: #fff;
    display: block;
    height: auto;
    line-height: 1;
    padding: 4px 0;
    position: static;
    transform: none;
    text-decoration: none;
}

@media (max-width: 1023px) {
    
    .Framework_NavigationExpanded {
        margin-top: -16px;
    }

    .NavigationContainer {
        margin-top: 0;
    }

    .Framework_Navigation .buttonHeader {
        display: block;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

    .Framework_Navigation .buttonHeader .fas, .buttonHeader .far {
        display: none;
    }

     .Framework_Navigation .buttonHeader .buttonText, body.noTouchEvents .Framework_Navigation .buttonHeader:hover .buttonText {
        background-color: #343434;
        color: #fff;
        display: block;
        height: auto;
        line-height: 1;
        padding: 4px 0;
        position: static;
        transform: none;
        text-decoration: none;
    }
}

.shopProduct {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 15px 0;
    background-color: #fff;
    background-position: center center;
    background-size: 294px auto,contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}
.shopProduct:after {
    font-family: 'Font Awesome 5 Pro', FontAwesome;
    content: '\f06e';
    color: transparent;
    background-color: rgba(0,174,239,0);
    position: absolute;
    font-size: 40px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 200px;
    text-align: center;
    transition: background-color 400ms ease;
}
body.noTouchEvents .shopProduct:hover:after {
    background-color: rgba(0,174,239,0.7);
    color: #fff;
}

.section.sectionImage h1 {
    margin-top: 140px;
    margin-bottom: 100px;
}

.productImage {
    background-color: #fff;
    background-position: center center;
    background-size: 600px auto,contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}
.productPrice {
    text-align: left;
    letter-spacing: 0px;
    color: #00AEEF;
    text-transform: none;
    line-height: 14px;
    font-size: 24px;
    font-family: lato, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

.productShipping {
    text-align: left;
    letter-spacing: 0px;
    color: #343434;
    text-transform: none;
    line-height: 24px;
    font-size: 16px;
    font-family: lato, sans-serif;
    margin-bottom: 20px;
    display: inline-block;
}

.productDesc {
    color: #343434;
    text-align: left;
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 14px;
    font-family: lato, sans-serif;
    font-weight: 400;
    margin-bottom: 80px;
}

.productTitle {
    text-align: left;
    letter-spacing: 0px;
    color: #00AEEF;
    text-transform: none;
    line-height: 24px;
    font-size: 20px;
    font-family: lato, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.productTitle a:hover {
    text-decoration: none;
    color: #333;
}

.productQty span {
    text-align: left;
    letter-spacing: 2px;
    color: #343434;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 12px;
    font-family: lato, sans-serif;
    font-weight: 700;
}

.productQty input {
    height: 50px;
    line-height: 50px;
    width: 180px !important;
    border: solid 1px #00AEEF;
    color: #00AEEF;
    background-color: #FFFFFF;
    border-radius: 0;
    margin: 20px 0;
    text-align: center;
}

    .sectionCheckout label span {
        color: red;
        text-decoration: underline dotted;
    }

    .sectionCheckout .Framework_Form_Row_Input, .sectionCheckout .Framework_Form_Row_Label {
        float: none;
        width: 100%;
    }

    .sectionCheckout h3 {
        margin-top: 0;
    }

    .sectionCheckout .Framework_Form_Row {
        margin-top: 10px;
    }


    .sectionCheckout .Framework_Form_Row_Input input {
        border: 1px solid #00AEEF;
        border-radius: 0;
    }
        
    .sectionCheckout .Framework_Form_Row_Input input:active, .sectionCheckout .Framework_Form_Row_Input input:focus {
        background: #fff;
        color: #00AEEF;
    }



body:not(.noTouchEvents) .Framework_CollapsedHeader .Framework_CollapseHeader {
    height: 80px;
}

body:not(.noTouchEvents) .loginInner {
    opacity: 1;
    margin-right: 0;
}

body:not(.noTouchEvents) .loginButton {
    display: none;
}

body:not(.noTouchEvents) .NavigationContainer {
    margin-top: 0px;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

/* Summary Block */

.summary,
.summaryNoIcon {
    background-color: #f1f1f1;
    border-radius: 8px;
    color: #777;
    font-size: 120%;
    font-style: italic;
    margin: 16px 0;
    padding: 16px 16px 16px 64px;
    position: relative;
}
.summary:first-child,
.summaryNoIcon:first-child {
    margin-top: 0;
}
.summary:last-child,
.summaryNoIcon:last-child {
    margin-bottom: 0;
}
    .summary::before {
        color: #F7323F;
        content: "\f069";
        font-family: "Font Awesome 5 Pro";
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        height: 32px;
        left: 16px;
        line-height: 32px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
.classroombox
    {
    font-family: lato, sans-serif !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    font-size: 18px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}
.topPadding {
    padding-top: 20px;
}

.noTop {
    padding-top: 0px !important;
}

img{
    max-width:100%;
}

.Phases {
   border: none;
   font-size:1.5em;
}
.PhasesPurple {
    border: none;
    color: #61165b;
    font-size: 1.5em;
}

.PhasesYellow {
    border: none;
    color: #fcc506;
    font-size: 1.5em;
}

.PhasesOrange{
   border: none;
   color: #fe9d01;
   font-size: 1.5em;
}

.section.blog-section p {
    font-weight: normal;
}

/* Fading */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    transform: translateX(-24px);
    opacity: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    transform: translateX(24px);
    opacity: 0;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


.hideTestimonals {
    display: none;
}

.testimonalButton {
    cursor: pointer;
    color: #7FBA2E;
}

.Framework_IconButton.cookieButton, .noTouchEvents .Framework_IconButton:hover.cookieButton {
    box-shadow: none;
    transition: none;
    height: 32px;
    line-height: 32px;
}

.noTouchEvents .Framework_IconButton:hover.cookieButton {
    top: -4px;
}

.Framework_IconButton:not(.Framework_IconButton_FA).cookieButton .Framework_IconButton_Text, .Framework_IconButton.cookieButton .Framework_IconButton_Inner .Framework_IconButton_Text {
    height: 32px !important;
    line-height: 32px !important;
}
