em {
    font-weight: bold;
}

.menu li {
    margin-right: 32px;
}
 
.page-header {
    background: linear-gradient(-60deg,
        /*#df563e,
        #f0ee73,
        #fda776,
        #bd5970,
        #855fcc,
        #51a0e0,
        #51e0a9*/
        #51e0a9,
        #51d6e0,
        #6cdbcc,
        #fda776,
        #df563e,
        #bd5970,
        #a68ada,
        #51a0e0
    );
    border: 0;
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100%;
    background-size: 700% 700%;
    -webkit-animation: gradient 18s ease infinite;
    animation: gradient 18s ease infinite;
}

@keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}

header .logo {
    max-width: none;
    width: 400px;
}

.nav-menu div.logo-col {
    display: none;
}

.nav-container .home-link a,
.overlay-bar.nav-sticky .menu li.home-link a {
    padding: 0;
    margin-top: -10px;
}

.nav-container .home-link img {
    max-width: 18px;
}

.logo-container {
    padding: 8px 8px 18px 8px;
}

h1.nav-welcome {
    display: none;
    color: #fff;
    font-size: 1.4em;
}

p.club_desc {
    margin-bottom: 40px;
}

.logo.logo-square {
    max-width: none;
    max-height: none;
    width: 25%;
    position: relative;
    top: -8px;
}

.top-bar.nav-sticky {
    background: rgba(23, 102, 130, 0.8);
}

.find-out-more-cta span {
    display: inline-block;
    margin: 0 0 0 4px;
    border: 5px solid #fff;
    border-color: #fff transparent transparent transparent;
    position: relative;
    top: 3px;
    transition: all .3s ease;
}

.btn-white:hover:hover span {
    border-color: #333 transparent transparent transparent;
}

.btn-primary.btn-filled {
    background-color: #0b3c4d;
}

.enrol_cta {
    border-color: #0b3c4d;
}

.selector-tabs li.active {
    background: rgba(23, 102, 130, 0.08);
}

.selector-tabs li {
    padding: 12px;
}

section.classes .item-inner {
    border: 1px solid #d2d2d2;
}

section.classes .item-inner iframe {
    border: 0;
}

section.classes .blog-masonry-item .link-text {
    position: relative;
    bottom: unset;
    right: unset;
}

section.classes ul.available-times {
    list-style: disc;
    list-style-position: inside;
    margin-top: 1em;
    margin-bottom: 32px;
}

section.classes div.class-pricing > p {
    margin-bottom: 0
}

section.classes div.class-pricing > ul {
    margin-left: 24px;
    list-style-type: disc;
}

section.classes p {
    margin-top: 1em;
}

section.classes a.coming-soon {
    opacity: .5;
    pointer-events: none;
}

section.classes h1 {
    margin-bottom: 24px;
}

section.classes p.lead {
    margin-bottom: 48px;
}

section.classes .image-gallery {
    margin-top: 24px;
}

section.classes .image-gallery .background-image-holder {
    border: 1px solid #000;
}

section.classes .image-gallery .image-holder {
    margin-bottom: 6px;
}

section.classes .image-gallery p.caption,
section.classes .video-gallery p.caption {
    font-style: italic;
}

section.classes .video-gallery {
    margin-top: 24px;
}

section.classes .media-holder:before {
    width: 0;
    height: 0;
}

section.about-us .content {
    min-height: 750px;
}

section.contact h1 {
    margin-bottom: 40px;
}

section.contact p a {
    color: #002c3c;
}

section.contact .photo-form-wrapper {
    margin-bottom: 0;
}

section.contact form.email-form .form-success,
section.contact form.email-form .form-error,
section.contact form.registration-form .form-success,
section.contact form.registration-form .form-error {
    margin-bottom: 24px;
}

.feature-selector ul.selector-tabs {
    border-bottom: 1px solid rgba(23, 102, 130, 0.35);
    -webkit-box-shadow: 0 7px 6px -6px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 7px 6px -6px rgba(0,0,0,0.2);
            box-shadow: 0 7px 6px -6px rgba(0,0,0,0.2);
}

.pricing-table .features {
    min-height: 80px;
}

section.pricing .coming-soon {
    position: relative;
    overflow: visible;
    pointer-events: none;
    margin-left: -1px;
}

section.pricing .pricing-table .price .term {
    display: block;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 12px;
}

section.pricing .pricing-table .price .term span {
    color: #fff;
}

section.pricing .last-active-class .pricing-table {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

section.pricing .coming-soon .pricing-table {
    opacity: 0.3;
}

section.pricing .coming-soon:after {
    content: 'COMING SOON';
    display: block;
    position: absolute;
    top: 12px;
    right: -12px;
    color: #51e0a9;
    transform: rotate(45deg);
    font-weight: bold;
}

section.enrol a {
    color: #43a1c0;
}

section.enrol a:hover {
    color: #000;
}

section.our-approach h1 > span {
    display: inline-block;
    font-size: 0.4em;
    text-transform: uppercase;
    margin-left: 12px;
    color: #0b3c4d;
}

section.our-approach h1 > span span {
    font-weight: bold;
    font-style: italic;
    opacity: .55;
}

p.covid-note {
    color: #f00;
}

.em-text {
    background: linear-gradient(-45deg, #136480, #43a1c0, #3184a0);
    border: 0;
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100%;
    background-size: 700% 700%;
    -webkit-animation: gradient 5s ease infinite;
    animation: gradient 5s ease infinite;
}

.page-404 img.logo {
    max-width: 40%;
    margin-bottom: 36px;
}

.trial-lesson-callout {
    position: absolute;
    right: 31%;
    top: 95%;
    transform: rotate(-15deg);
    text-align: center;
    pointer-events: none;
}

.trial-lesson-callout h1 {
    text-shadow: 0 1px 0 hsl(174 5% 66% / 1), 0 2px 0 hsl(174,5%,75%), 0 2px 0 hsl(174 5% 1% / 1), 0 1px 0 hsl(174,5%,66%), 0 2px 0 hsl(174,5%,64%), 0 0px 0 hsl(174,5%,62%), 0 2px 0 hsl(174 5% 61% / 1), 0 2px 0 hsl(174 5% 60% / 1), 0 0 2px rgba(0,0,0,.05), 0 1px 3px rgb(0 0 0 / 0.6), 0 3px 5px rgba(0,0,0,.2), 0 2px 3px rgb(0 0 0 / 25%), 0 12px 11px rgb(0 0 0 / 0.3), 0 8px 7px rgba(0,0,0,.3);
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    line-height: 1.5em;
}

/**************/
/* ENROL PAGE */
/**************/
hr {
    margin-top: 36px;
    margin-bottom: 36px;
    border-top: 1px solid #ddd;
}

section.registration-form form select {
    background: none;
    border: none;
    box-shadow: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 18px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

section.registration-form form .no-border {
    border: 0;
}

section.registration-form input[type="submit"] {
    margin-right: 12px;
}

section.registration-form input[type="submit"]:hover {
    background: #1a8bb3;
    color: #fff;
}

section.registration-form .col-sm-4 {
    margin-bottom: 12px;
}

section.registration-form .x-space {
    margin-bottom: 52px;
}

.form-contact .inputs-wrapper {
    margin-bottom: 0;
}

.form-contact .coupon-code input {
    border-bottom: 0;
}

.form-contact .coupon-code {
    margin-bottom: 4em;
}

.action-banner {
    padding: 104px 0 44px 0;
}

.flex-location .lead a {
    color: #428bca;
}

.flex-location {
    margin-top: 24px;   
}

/*******************/
/* ENROL PAGE ENDS */
/*******************/


/*****************/
/* ENROLLED PAGE */
/*****************/
.enrolled img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.75;
}

@media screen and (max-width: 1024px) {
  .enrolled img.bg {
    left: 50%;
    margin-left: -512px;   
  }
}

.enrolled {
    background-color: #000;
    font-family: 'Lato','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

.enrolled h1,
.enrolled p.lead {
    color: #fff;
}

.enrolled h1 {
    font-size: 80px;
    margin-bottom: 56px;
    font-weight: normal;
    margin: 180px 0 24px 0;
}

.enrolled p.lead {
    font-size: 32px;
    font-weight: lighter;
    line-height: 1.1em;
    margin: 0 0 80px 0;
}

.enrolled .btn {
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 155px;
    text-align: center;
    text-decoration: none;
  }
  .enrolled .btn:hover {
    background: none;
    color: #fff;
    border-color: #1a8bb3;
    background-color: #1a8bb3;
  }
  .enrolled .btn-primary {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid #1a8bb3;
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a8bb3;
  }
  .enrolled .btn-primary.btn-filled {
    background-color: #0b3c4d;
    color: #fff;
  }

/**********************/
/* ENROLLED PAGE ENDS */
/**********************/

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .overlay-bar {
        background: rgba(23, 102, 130, 0.8);
    }
}

.overlay-bar.nav-sticky .menu li a,
.overlay-bar.nav-sticky .social-icons li a {
    color: #fff;
}

@media only screen and (max-width: 767px) and (min-width: 320px){
    header .logo {
        width: 264px;
    }

    header .btn:last-child {
        margin-right: 16px;
    }
    
    .page-header .trial-lesson-callout h1 br {
        display: block;
    }
    
    .nav-container .home-link {
        display: none;
    }

    section.side-image.text-heavy.about-us h1 {
        margin-bottom: 0;
        text-align: center;
    }

    section.why-learn-to-code h5 + p,
    section.why-learn-to-code ul,
    section.classes h5 + p,
    section.classes ul {
        margin-bottom: 24px;
    }

    section.why-learn-to-code .selector-content,
    section.why-learn-to-code .selector-content li .row div:last-child p,
    section.classes .selector-content,
    section.classes .selector-content li .row div:last-child p {
        margin-bottom: 0;
    }

    section.classes .selector-content li .row .image-gallery p.caption {
        margin-bottom: 24px;
    }

    h1.nav-welcome {
        display: block;
    }

    .top-bar .logo {
        width: 24px;
        display: none;
    }

    .overlay-bar {
        height: 100%;
    }

    .top-bar .menu li a {
        color: #fff;
    }

    nav .columns {
        height: 66px;
    }

    .icon_menu:before {
        color: #fff;
    }

    footer.short-2 {
        padding: 24px 0;
    }

    .pricing-table .features {
        min-height: unset;
    }

    section.pricing .coming-soon:after {
        top: 20px;
        right: -2px;
    }

    section.about-us .content {
        min-height: unset;
    }

    section.our-approach h1 > span {
        margin: 0;
        display: block;
        font-size: .55em;
    }

    .page-404 img.logo {
        max-width: 80%;
    }

    .trial-lesson-callout {
        right: 5%;
        top: 97%;
    }

    .trial-lesson-callout h1 {
        font-size: 1.1em;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .overlay-bar {
        background: rgba(23, 102, 130, 0.8);
    }

    .icon_menu:before {
        color: #fff;
    }

    .top-bar .menu li a {
        color: #fff;
    }

    .top-bar .logo {
        width: 24px;
        display: none;
    }

    h1.nav-welcome {
        display: block;
    }

    .trial-lesson-callout {
        right: 5%;
        top: 97%;
    }
}

@media (min-width: 992px) {
    .pricing-tables .pricing-offset {
        margin-left: 12.499999995%;
    }
}

/*************************************************
************** MISSION CONTROL PAGE **************
*************************************************/
.mission-control .overlay-bar {
    background: #000;
}

.mission-control .main-container {
    margin-top: 93px;
}

.mission-control .nav-menu .social-icons .logout {
    margin-top: 5px;
}

.mission-control section {
    padding-top: 2em;
}

.mission-control h4 {
    margin: 1em 0 .5em 0;
}

.mission-control .class-actions {
    padding: 0 0 8px 8px;
}

.mission-control table.attendance-details {
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #000;
    border-style: solid;
    color: #000000;
    margin-bottom: 48px;
}

.mission-control table.attendance-details td, table.customTable th {
    border-width: 2px;
    border-color: #000;
    border-style: solid;
}

.mission-control table.attendance-details thead {
    background-color: #000;
}

.mission-control table.attendance-details th {
    padding: .5em;
    text-align: center;
    color: #fff;
}

.mission-control table.attendance-details,
.mission-control table.attendance-details tbody,
.mission-control table.attendance-details td {
    line-height: 1em;
}

.mission-control table.attendance-details td {
    text-align: center;
}

.mission-control table.attendance-details input[type=submit] {
    min-width: auto;
    max-width: none;
    padding: 1em;
    font-size: .65em;
}

.mission-control table.attendance-details tr {
    transition: background-color 0.5s ease;
}

.mission-control table.attendance-details tr.update-yep {
    background: rgb(187, 255, 187);
}

.mission-control table.attendance-details tr.update-nope {
    background: rgb(255, 183, 183);
}