﻿@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Permanent+Marker&display=swap');

html {
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    min-height: 100%;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 29px;
}

.body_container {
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


select {
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(../../images/select.png) no-repeat scroll calc(100% - 20px) center;
    padding: 18px 38px 18px 14px;
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    width: 390px;
    border: 2px solid #363739;
    border-radius: 9px;
}

.container {
    max-width: 1640px;
    padding-left: 20px;
    padding-right: 20px;
}


/* #region HELPERS */

.bg-grey {
    background-color: #FAFAFA;
}

.bg-darkgrey {
    background-color: #F0EFEF;
}

.bg-orange {
    background-color: #FA4F03;
}

.background--teal-pattern {
    background: #00adb5 url(../../images/Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.ml-6 {
    margin-left: 4rem !important;
}

.mr-6 {
    margin-right: 4rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mx-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pl-6 {
    padding-left: 4rem !important;
}

.pr-6 {
    padding-right: 4rem !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.text-wrap {
    white-space: normal !important;
}


.background-size-cover {
    background-size: cover !important;
}

.background-position-center {
    background-position: center !important;
}

@media (min-width: 480px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* #endregion */


.yellow-underline {
    text-decoration: none !important;
    background-image: linear-gradient(#FAC01A 0%, #FAC01A 100%);
    background-position: 0 105%;
    background-size: 0% 8px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    transition: background-size 3s, background-position 3s 3s;
}
    .yellow-underline.active {
        background-position: 100% 105%;
        background-size: 100% 8px;
    }

ul {
    padding: 0;
    margin: 0;
}

ol {
    padding-inline-start: 40px;
}

ul li {
    list-style-type: none;
}

ul[style*="list-style-type: disc"] li {
    list-style-type: disc;
    margin-right: 2%;
}

ul[style*="list-style-type: square"] li {
    list-style-type: square;
    margin-right: 2%;
}

ul[style*="list-style-type: square"] li {
    list-style-type: square;
    margin-right: 2%;
}

ul[style*="list-style-type: circle"] li {
    list-style-type: circle;
    margin-right: 2%;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #0A0A0A;
}

h1, .h1 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 30px;
}

h2, .h2 {
    font-size: 32px;
    line-height: 45px;
}
.h3 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
}
button.btn.btn-primary, button.btn.btn-default, input[type="button" ].btn.btn-primary, input[type="button" ].btn.btn-default, a.btn.btn-primary, .btn.btn-primary, a.button {
    border-radius: 34px;
    padding: 20px 32px;
    background-color: #FA4F03;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    max-width: 100%;
    border: none;
    color: white;
    display: inline-block;
    transition: 0.25s all ease-in-out;
}

    button.btn.btn-primary:hover, input[type="button"].btn.btn-primary:hover, button.btn.btn-primary:focus, input[type="button"].btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.btn.btn-primary:focus-visible, a.btn.btn-primary:focus-within, a.btn.btn-primary:target, a:hover .btn.btn-primary, a:focus .btn.btn-primary, a:focus-visible .btn.btn-primary, a:focus-within .btn.btn-primary, a:target .btn.btn-primary, a.button:hover, a.button:target, a.button:focus, .btn.btn-primary:hover {
        background-color: #EF4C03;
        outline: none;
        text-decoration: none;
    }

.btn.btn-primary.btn-primary--wide {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}
    .btn.btn-primary a {
        color: white;
        font-weight: 600;
    }
        .btn.btn-primary a:hover, .btn.btn-primary a:focus {
            text-decoration: none;
        }

a:focus .btn.btn-primary {
    box-shadow: 0 0 0 0.12rem rgba(0, 123, 255, 0.72) !important;
}

@media only screen and (min-width: 768px) {
    .btn.btn-primary.btn-primary--wide {
        width: 400px;
        font-size: 18px;
        text-transform: uppercase;
    }
    h1, .h1 {
        font-size: 70px;
        line-height: 83px;
    }

    h2, .h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .bg-md-white {
        background-color: #FAFAFA;
    }
}

/*toggle css*/
.navbar-toggler {
    font-size: 1.25rem;
    width: auto;
    height: auto;
}

button.navbar-toggler:focus {
    outline: none;
}

button.navbar-toggler:hover, button.navbar-toggler:focus {
    background-color: transparent;
}

.center {
    text-align: center;
    margin: 0 auto;
}


.dropdown-item {
    font-weight: 500;
    color: #3b4559;
    padding: 5px 32px;
}

nav.navbar.navbar-expand-lg.navbar-dark.navbar-toggleable-sm.p-0.bg-faded ul.dropdown-menu {
    margin: 0 17px;
    border: none;
    border-radius: 0;
    text-align: left;
    box-shadow: 0 3px 8px 0px rgba(0,0,0,0.5);
}

.nav-link.active, .top-nav ul li a.active {
    color: #02769a;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #02769a;
}
/*Toggle css end*/


.heroImg {
    background-position: center;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
    position: relative;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: 526px;
    min-height: 526px;
    text-align: right;
    overflow: hidden;
    color: white;
}
    .heroImg .contain {
        width: 100%;
        min-width: 215px;
        padding: 10px 0;
        height: 100%;
        text-align: center;
    }

@media (min-width: 768px) {
    .heroImg {
        height: 780px;
    }
    .heroImg .contain {
        padding: 80px 0;
    }
}
@media (min-width: 1200px) {
    .heroImg .contain {
        margin: 0 auto;
        padding: 80px 0;
        height: 100%;
    }
}

/*#region Homepage*/
.homepage-resources .container {
    max-width: 1350px;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .homepage-resources .container .content, .homepage-resources .container .title {
        max-width: 1215px;
    }

        .homepage-resources .container .content p {
            font-size: 20px;
            line-height: 33px;
        }

.homepage-resources label {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #363739;
    padding-bottom: 14px;
}

.homepage-resources .dropdown-wrapper {
    padding-bottom: 30px;
}
    .homepage-resources .dropdown-wrapper select {
        color: #363739;
    }


.leadership-opportunities_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 80px;
}
.leadership-opportunities_title {
    padding-top: 70px;
    padding-bottom: 54px;
}
.leadership-opportunities_block {
    transition: transform 0.5s;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 2;
}
    
.leadership-opportunities_block__image-block {
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.leadership-opportunities_block__content-block {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.leadership-opportunities_block__content-block__title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}
.leadership-opportunities_block__content-block__description {
    font-weight: 600;
    line-height: 26px;
    font-size: 16px;
}
.leadership-opportunities_block__content-block__link {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #02769A;
    margin-top: 30px;
}
    .leadership-opportunities_block__content-block__link a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        color: #02769A;
    }

#quotesRotator {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 110px;
}
    #quotesRotator .carousel-item > .row:first-child {
        background-color: #F0EFEF;
        border-radius: 7px;
        padding-bottom: 60px;
    }
    #quotesRotator .image-block img {
        width: 100%;
    }
    #quotesRotator .carousel-inner {
        padding-bottom: 122px;
    }

.quotesRotator__quoteContent {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

.quotesRotator__quoteContributor {
    font-size: 23px;
    line-height: 31px;
    font-weight: 700;
    text-align:left;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}


#quotesRotator .carousel-controls {
    position: absolute;
    width: 126px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 35px;
}
#quotesRotator .carousel-indicators {
    bottom: 48px;
}

.carousel-indicators [data-bs-target] {
    background-color: #FA4F03;
    border: 4px solid #FA4F03;
    border-radius: 10px;
    height: 16px;
    width: 16px;
    display: block;
    box-sizing: border-box;
    margin: 0 10px;
    opacity: 1;
    background-clip: border-box;
}
.carousel-indicators .active {
    background-color: transparent;
}

.carousel-indicators {
    list-style: none;
}

.triangle {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-top: solid 30px #F0EFEF;
    border-left: solid 30px #F0EFEF;
    border-top-left-radius: 12px;
    border-right: solid 30px transparent;
    border-bottom: solid 30px transparent;
    transform: rotate(-135deg);
    position: absolute;
    padding: 0;
    bottom: -26px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
    .triangle.desktop {
        display: none;
    }

.col-md-9.content-block .triangle {
    margin-left: 28%;
}


img.arrow {
    position: absolute;
    top: -10px;
    right: -60px;
}

#quotesRotator .smiley {
    right: -50px;
    bottom: -75px;
    z-index: 1;
}
    #quotesRotator .smiley img {
        width: 160px;
    }

#quotesRotator .star {
    right: 10px;
    top: 25px;
    z-index: 1;
}
    #quotesRotator .star img {
        width: 100px;
    }
#quotesRotator .left-stars {
    left: -155px;
    bottom: 5px;
    z-index: 1;
}
    #quotesRotator .left-stars img {
        width: 220px;
    }

.carousel-section {
    padding-top: 100px;
    padding-bottom: 128px;
}

.slider .glide__slide {
    height: auto;
}
.slider .glide__track {
    max-width: 1820px;
    margin-right: 0;
    margin-left: auto;
}
.slider .card {
    border-radius: 10px;
    border-top-left-radius: 20px;
}
    .slider .card img {
        border-top-left-radius: 20px;
    }
    .slider .card > a:focus {
        box-shadow: 0 0 0 0.12rem rgba(0, 123, 255, 0.72);
    }


.slider .thumbnail-image {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 10px;
}
    .slider .thumbnail-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 101%;
        height: 100%;
        object-fit: cover;
        border-top-left-radius: 20px;
    }
    .slider .thumbnail-image .video-play-button {
        position: absolute;
        bottom: 0;
        left: 0;
        color: white;
        background-color: #FF0000;
        padding: 15px 22px;
        font-size: 21px;
        line-height: 1;
        border-top-right-radius: 10px;
    }

.slider .event-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    padding: 14px 40px;
    font-weight: 700;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
}
    .slider .event-label.join-waitlist {
        background-color: #8C2064;
    }
    .slider .event-label.closing-soon {
        background-color: #FA4F03;
    }
    .slider .event-label.filling-fast {
        background-color: #02769A;
    }
.slider .card-body {
    padding: 32px 20px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    .slider .card-body .link {
        line-height: 24px;
        color: #02769A;
        display: block;
    }
    .slider .card-body .video-description, .slider .card-body .video-description p {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0px;
    }
.slider .card-title, .slider .card-text.date {
    line-height: 30px;
    color: #363739;
    margin-bottom: 5px;
    width: 100%;
}
.tags-wrapper {
    align-self: flex-end;
    flex-wrap: wrap;
    margin-top: 50px;
    color: #606060;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
}
    .tags-wrapper a {
        font-size: 12px;
        line-height: 24px;
        font-family: Poppins, sans-serif;
        color: #606060;
        font-weight: 500;
        text-decoration: underline;
    }
        .tags-wrapper a:focus {
            box-shadow: 0 0 0 0.12rem rgba(0, 123, 255, 0.72) !important;
        }
    .tags-wrapper .category-separator {
        margin-left: 10px;
        margin-right: 10px;
    }

.slider .glide__arrow{
    opacity: 1;
    height: 50px;
    background-color: #FA4F03;
    border-radius: 50%;
    width: 50px;
    border: none;
}
.slider .glide__arrow--left {
    left: 10px;
    top: 40%;
}
    .slider .glide__arrow--left:after {
        content: '\f060';
        font-size: 22px !important;
        color: #fff;
        font-family: 'FontAwesome';
    }
.slider .glide__arrow--right {
    right: 10px;
    top: 40%;
}
    .slider .glide__arrow--right:after {
        content: '\f061';
        font-size: 22px !important;
        color: #fff;
        font-family: 'FontAwesome';
    }

/* Accessibility: visible keyboard focus for the related-items carousel.
   A global `* { outline: none }` reset (content.css) plus Glide's theme strip
   focus indicators, so restore high-contrast ones with enough specificity to win. */

/* Prev/next arrows. outline-offset adds a gap between the button and the ring.
   The right arrow is usually over the grey section, so a dark ring reads well. */
.slider .glide__arrow:focus-visible {
    outline: 3px solid #0b0c0c;
    outline-offset: 3px;
    box-shadow: none;
}

/* The left arrow always sits over a card image, so white reads better there. */
.slider .glide__arrow--left:focus-visible {
    outline-color: #fff;
}

/* Linked card image: draw the ring just inside the card edge (negative offset)
   so it paints above the image and is never clipped by the track's overflow. */
.slider .glide__slide .card > a:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: -3px;
}

/* Drop the old inset shadow indicator (it was painted behind the image). */
.slider .glide__slide .card:focus-within {
    box-shadow: none;
}


.rotating-text__wrapper {
    padding-top: 85px;
    padding-bottom: 220px;
    position: relative;
}
    .rotating-text__wrapper .container {
        max-width: 1078px;
    }
    .rotating-text__wrapper .rotating-text__intro-text {
        font-size: 34px;
        line-height: 48px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #0A0A0A;
    }
    .rotating-text__wrapper .rotating-text__words .word {
        font-size: 40px;
        line-height: 48px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #0A0A0A;
    }

    .rotating-text .word { 
        opacity: 0;
    }
    .rotating-text .word .letter {
        transform-origin: center center 25px;
    } 
    .rotating-text .word:nth-child(1n) {
        color: #8C1A64
    }
    .rotating-text .word:nth-child(2n) {
        color: #02769A
    }
    .rotating-text .word:nth-child(3n) {
        color: #FA4F03
    }
    .rotating-text .word:nth-child(4n) {
        color: #607D8B;
    }
#toggleButton {
    position: absolute;
    background: none;
    color: #FA4F03;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-size: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    bottom: 60px;
    display: block;
    width: fit-content;
    margin-right: auto;
} 

@media only screen and (min-width: 768px) {
    .leadership-opportunities_block__image-block {
        height: 300px;
    }
    .leadership-opportunities_wrapper .white-bar {
        width: 100%;
        left: 0;
        right: 0;
        top: 493px;
        bottom: 0;
        z-index: 1;
        background-color: white;
    }
    #quotesRotator .carousel-item > .row:first-child {
        background-color: transparent;
        padding-bottom:0px;
    }
    #quotesRotator .content-block {
        background-color: #F0EFEF;
        border-radius: 20px;
        padding-top: 38px;
        padding-bottom: 60px;
        position: relative;
    }
    .quotesRotator__quoteContributor {
        max-width: 100%;
        font-size: 27px;
        line-height: 37px;
    }
    #quotesRotator .image-block {
        position: relative;
    }
        #quotesRotator .image-block img {
            position: absolute;
            width: 580px;
            top: -60px;
            right: -215px;
            z-index: 1;
        }
    .triangle.mobile {
        display: none;
    }
    .triangle.desktop {
        display: block;
    }
    img.arrow {
        left: -75px;
        right: auto;
        top: 0;
        transform: rotate(-115deg);
    }
    .content-block__inner {
        width: 68%;
        margin: 0 auto;
        padding-left: 24px;
    }
    .no-photo .content-block__inner {
        width: 80%;
    }
    #quotesRotator .left-stars {
        left: -110px;
        bottom: 5px;
        max-height: 100%;
    }
    .carousel-section {
        padding-top: 128px;
        padding-bottom: 128px;
    }
    .slider .glide__arrow--left {
        left: 40px;
    }
    .slider .glide__arrow--right {
        right: 40px;
    }
    .slider .card-title, .slider .card-text.date {
        margin-bottom: 16px;
    }
    .rotating-text__wrapper {
        padding-top: 220px;
        padding-bottom: 260px;
    }
        .rotating-text__wrapper .rotating-text__intro-text {
            font-size: 48px;
            line-height: 59px;
        }
        .rotating-text__wrapper .rotating-text__words .word {
            font-size: 48px;
        }
    #toggleButton {
        left: auto;
        right: 20px;
        bottom: auto;
        top: 150px;
    }
    .leadership-opportunities_block:hover {
        transform: scale(1.1);
    }
}

@media only screen and (min-width: 992px) {
    .content-block__inner {
        padding-left: 0px;
    }
    .quotesRotator__quoteContent {
        font-size: 24px;
        line-height: 41px;
    }
    #quotesRotator .star {
        right: 60px;
    }
    .col-md-9.content-block .triangle {
        margin-left: 30%;
    }
}

@media only screen and (min-width: 1400px) {
    #toggleButton {
        right: 200px;
    }
}


/*#endregion*/
.inaction-topics p {
    height: 100px !important;
    margin: 0 !important;
}


.addToWaitlistResults {
    font-size: 16px !important;
    color: #02769a !important;
}

.pod-img__wrap {
    max-width: 255px !important;
    max-height: 150px !important;
}

.inaction-topics-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 767px) {
    .pod-content__align {
        justify-content: center;
    }
}


/*Slider controls*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    position: absolute;
    top: -1px;
}
.carousel-control-next-icon {
    left: 1px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    height: 50px;
    background-color: #FA4F03;
    border-radius: 50%;
    width: 50px;
}



    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        opacity: 1;
    }

.homeroom .carousel-control-next:focus, .homeroom .carousel-control-next:hover, .homeroom .carousel-control-prev:focus, .homeroom .carousel-control-prev:hover, .homeroom .carousel-control-prev:hover .carousel-control-prev-icon::after, .homeroom .carousel-control-next:hover .carousel-control-next-icon::after {
    color: #bdbbbb;
}

.carousel-control-next-icon:after {
    content: '\f061';
    font-size: 22px !important;
    color: #fff;
    font-family: 'FontAwesome';
}

.carousel-control-prev-icon:after {
    content: '\f060';
    font-size: 22px !important;
    color: #fff;
    font-family: 'FontAwesome';
}

.hero-slider #carouselExampleIndicators .carousel-control-prev-icon:after, .hero-slider #carouselExampleIndicators .carousel-control-next-icon:after {
    color: #000000;
    font-size: 40px !Important;
    line-height: 1;
}

.hero-slider .carousel-control-prev-icon, .hero-slider .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.2);
    height: 40px;
    width: 40px;
    border-radius: 0;
}

.hero-slider .carousel-caption {
    top: 40px;
    text-align: left;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.hero-slider .carousel-item {
    height: 928px;
    background-size: cover !important;
    background-position: top 0 right 30% !important;
}

.hero-slider h1, .hero-slider .h1 {
    font-size: 70px;
    font-weight: 700;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
    margin: 0;
    line-height: 70px;
    display: flex;
    flex-direction: column;
}

    .hero-slider .h1 span {
        color: #FFFFFF !important;
        opacity: 0.6;
    }

    .hero-slider .h1.active span {
        color: #02769a !important;
        opacity: 1;
    }

.hero-slider p {
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    margin: 50px 0;
    background: rgba(255,255,255,.4) !important;
    padding: 7px 10px;
}

.hero-slider .carousel-indicators li {
    cursor: pointer;
}

.hero-slider .carousel-item {
    height: 560px !important;
}

.hero-slider .carousel-caption p {
    font-size: 16px;
}

.hero-slider #pauseButton {
    background-color: transparent;
    font-size: 12px;
    width: auto;
    color: #646464;
}

@media only screen and (min-width: 768px) {
    .hero-slider h1, .hero-slider .h1 {
        font-size: 180px;
        line-height: 175px;
    }

    .hero-slider .carousel-item {
        height: 928px !important;
    }

    .hero-slider .carousel-caption p {
        font-size: 20px;
    }

    .hero-slider .carousel-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 900px) {
}

.top-nav {
    padding-top: 5px;
}

.user-profile {
    position: relative;
}

    .user-profile img {
        border-radius: 50%;
        width: 23px;
        height: 23px;
        cursor: pointer;
        position: relative;
        margin-right: 5px;
    }

    .user-profile a span {
        display: inline-block;
        vertical-align: middle;
    }

.logoutopt {
    top: 25px;
    padding: 12px 15px;
    width: 230px;
    background-color: #f9f9f9;
}


.drop-downpopup {
    background-color: #fff;
    border: 1px solid #eee;
    position: absolute;
    top: 35px;
    z-index: 6;
    color: black;
    text-align: left;
    border-radius: 5px;
    left: -60px;
}


.logoutopt > p {
    font-size: 14px;
    color: #b0b0b0;
    font-weight: 500;
    margin: 0;
    padding: 5px 0 10px;
}

.logoutopt h5 {
    font-size: 16px;
    margin: 0;
}

.logoutopt ul li {
    display: block !important;
}

.logoutopt ul {
    display: block !important;
    width: 100%;
    text-align: left !important;
    border-top: 1px solid #ddd;
    padding: 5px 0;
}

    .logoutopt ul li a {
        padding: 5px 0 !important;
        line-height: 30px;
    }

    /* Dropdown links sit on the dark popup background, so override the default
       top-nav link color to white (scoped so other top-nav links are unaffected). */
    .top-nav .user-profile .drop-downpopup ul li a {
        color: #fff;
    }

        /* No hover state on the <li> itself: neutralize both the inherited blue
           recolor and the redesign's underline-on-li-hover. Only the <a> reacts. */
        .top-nav .user-profile .drop-downpopup ul li:hover,
        .top-nav .user-profile .drop-downpopup ul li:hover a {
            color: #fff !important;
            text-decoration: none;
        }

        /* The link is the only thing with a hover state (underline). */
        .top-nav .user-profile .drop-downpopup ul li a:hover {
            color: #fff !important;
            text-decoration: underline;
        }

.user-profile > a:after {
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 28px;
    right: -2px;
}

.top-nav ul {
    flex-direction: row;
    justify-content: flex-end;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-box-align: end;
}

    .top-nav ul li {
        list-style-type: none;
        display: inline-block;
        text-align: left;
    }

        .top-nav ul li a {
            font-weight: 500;
            line-height: 22px;
            padding: 5px 12px;
        }

nav.navbar.navbar-expand-lg.navbar-dark.navbar-toggleable-sm.p-0.bg-faded .nav-item .nav-link {
    color: #3b4559;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 400;
}

nav.navbar.navbar-expand-lg.navbar-dark.navbar-toggleable-sm.p-0.bg-faded .nav-item:hover > a, .top-nav ul li:hover > a, nav.navbar.navbar-expand-lg.navbar-dark.navbar-toggleable-sm.p-0.bg-faded .nav-item:focus > a, .top-nav ul li:focus > a, .top-nav a:focus {
    color: #02769a !important;
    text-decoration: none
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #02769a !important;
}

.navbar-nav li:hover > ul.dropdown-menu, .navbar-nav li:focus > ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin: 0.0rem 0 0;
}

.nav-item.active > a {
    color: #02769a !important;
}
/*Header css end*/
/*Breadcum css*/
.breadcrumb {
    background-color: transparent;
    margin: 10px 0;
    padding-top: 0;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: bold;
}

.breadcrumb-item a {
    line-height: 17px;
    text-align: left;
    font-weight: 500;
}

    .breadcrumb-item a:hover, .breadcrumb-item a:focus {
        color: #0056b3;
        text-decoration: underline;
    }

.breadcrumb-item.active {
    color: #3b4559;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 51%;
}
/*Breadcrum css end*/
.signin-l {
    padding-bottom: 50px;
    padding-top: 50px;
}

.signin h1 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #3b4559;
}

.signin p {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 500;
}

#btnSaveForgotPassword {
    margin-top: 20px;
}

#passwordResults {
    padding-left: 25px;
}
    .signinform input::placeholder, .acc-login input::placeholder {
        color: #989898;
    }

/*.signinform select {
    color: #989898;
}*/

.signinform button {
    display: block;
    margin: 30px 0 23px 0;
}

.signinform a {
    color: #02769a;
} 


/*Footer css end*/
/*cart page css*/
.cart {
    padding: 20px 0;
}

.media .thumbnail {
    margin-right: 18px;
}

.media-heading a, .media-body small, .media-body span {
    margin: 35px 0 0 0;
    font-size: 14px;
    color: #3b4559;
    display: block;
}

.media-body small {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    color: #3b4559;
}

    .media-body small a {
        margin-left: 10px;
        color: #02769a;
        font-size: 17px;
    }

.media-body span {
    margin-top: 15px;
}

.checkout {
    width: 170px;
}

.totalorder {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 25px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.t-foot .total {
    font-size: 36px;
    color: #1894cd;
    margin: 0;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.16px;
}

.totalorder label {
    text-align: right;
    display: block;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.9px;
    padding-bottom: 5px;
}

.lightgreen {
    color: #1894cd;
    font-size: 16px;
}

.table thead th {
    color: #3b4559;
    font-size: 16px;
    font-weight: 400;
}

.t-foot {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    display: -webkit-flex;
}
/*Cehck out page*/
/* Tabs*/
.tabs {
    padding: 40px 0;
}

.nav-tabs {
    border-top: 3px solid #eeeeee;
    border-bottom: none;
    border-radius: 0;
}

.tabs .nav-tabs .nav-item.show .nav-link, .teacher-tabs .nav-tabs .nav-link.active {
    color: #1894cd;
    background-color: transparent;
    border-color: transparent transparent transparent;
    border-top: 3px solid #1894cd;
    border-radius: 0px;
}

.tabs .nav-tabs .nav-link.active {
    color: #02769a;
    border-top: 3px solid #02769a;
    border-radius: 0px;
}

.tabs .nav-tabs .nav-link {
    border: 3px solid transparent;
    color: #3b4559;
    font-size: 14px;
    font-weight: 500;
    margin-top: -3px;
    background-color: transparent;
    cursor: pointer;
}


.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center;
}

.shopping input[type="checkbox"] {
    width: 1.75rem;
    height: 1.75rem;
    margin-bottom: 0.25rem;
}

.shopping {
    width: 86%;
    max-width: 100%;
}

    .shopping h2 {
        font-size: 28px;
        margin-bottom: 22px;
    }

    .shopping .form-group {
        margin-bottom: 1rem;
    }

.form-check {
    margin-bottom: 15px;
}

    .form-check span {
        margin-left: 20px;
        margin-top: 9px;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
    }

.map-it {
    font-size: 18px;
    color: #02769a;
    font-weight: 500;
    margin-left: 5px;
    display: inline-block;
}

form.shipping-m, form.shipping-i {
    margin-bottom: 40px;
}

    form.shipping-i input, .purchase input {
        height: 45px;
        border-radius: 2px;
    }

        form.shipping-i input::placeholder, .purchase input::placeholder {
            color: #898f9b;
        }

.purchase input {
    margin-top: 20px;
}

input[type=radio] {
    width: 1.75rem;
    height: 1.75rem;
    display: inline-block;
    vertical-align: middle;
}

.shopping .form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.shopping p {
    font-size: 17px;
    margin: 30px 0;
}

.btn-infor a {
    color: #02769a;
    font-size: 20px;
    margin-top: 12px;
    display: inline-block;
}

i.fa.fa-angle-right {
    margin-left: 10px;
}


.your-cart {
    background-color: #f6f6f6;
    padding: 45px 30px 5px 30px;
    border-radius: 2px;
}

    .your-cart h2 {
        font-size: 22px;
        margin: 0;
    }

table.y-cart {
    margin-top: 33px;
}

    table.y-cart td h3 {
        font-size: 18px;
    }

    table.y-cart td {
        padding: 15px 10px;
        vertical-align: text-bottom;
    }

td.y-price {
    font-size: 17px;
    color: #1894cd;
    text-transform: uppercase;
    text-align: right;
}

tr.border-top {
    border-color: #d8d8d8;
    height: 90px;
}

h3.reg-attendees {
    color: #606878;
}

.order-confirm p {
    
    font-size: 15px;
}

    .order-confirm p a {
        color: #02769a;
        font-size: 15px;
    }

table.re-order a:hover, table.re-order a:focus {
    color: #02769a;
}

table.re-order a {
    color: #3b4559;
}

a.return-home {
    display: block;
    margin: 33px 0;
}

.order-details a, .return-home {
    font-size: 14px;
    color: #02769a;
}

.order-details i {
    font-size: 16px;
    color: #8bc751;
    margin-right: 2px;
}

.return-home:hover, .return-home:focus {
    color: #02769a;
}

table.re-order h3 {
    font-size: 22px;
    font-weight: 500;
    color: #3b4559;
}

table.re-order h4 {
    font-size: 14px;
    font-weight: 400;
    width: 75%;
    margin-bottom: 27px;
}

.review {
    margin: 20px 0;
}
/*Details page*/
.inclass {
    padding: 60px 0;
}

.banner {
    background-color: #f5f3f2;
    margin-bottom: 100px;
}

.in-class h1 {
    /*margin: 0 0px -20px -6px;*/
    font-size: 70px;
    color: #02769a;
    /*left: 8px;
    position: relative;*/
}

.banner-img img {
    max-width: 100%;
    width: 100%;
}

.banner-title {
    display: table;
    width: 100%;
    height: 400px;
}

.banner-content {
    display: table-cell;
    vertical-align: middle;
}

.inner-content {
    width: 80%;
    margin: 0 auto;
}

.banner-content h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'merriweather';
}

.content-leftpart p {
    font-size: 22px;
}

.content-leftpart .social-icon {
    justify-content: normal;
    padding-bottom: 0;
    border-bottom: none;
}

    .content-leftpart .social-icon li {
        margin: 0 10px;
        background-color: #02769a;
    }

        .content-leftpart .social-icon li:first-child {
            margin-left: 0;
        }

        .content-leftpart .social-icon li a i {
            color: #fff;
            font-size: 22px;
        }

.content-rightpart h3 {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.content-rightpart h4 {
    font-size: 18px;
    margin-top: 15px;
    color: #02769a;
    font-weight: 600;
}

.content-rightpart p {
    font-size: 18px;
    margin-bottom: 20px;
}

ol.ques {
    padding-left: 30px;
    font-size: 16px;
    color: #3b4559;
}

.social-icon li:hover a i, .socialhoverfocus a i, .social-icon li:focus a i {
    color: #02769a;
}

.social-icon li:hover, .social-icon li:focus {
    background-color: #dfdfdf;
}
/*Related post*/

.relatedcontent {
    background-color: #f5f3f2;
    padding: 60px 0;
}

.section-title {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 700;
}

.related-post img {
    max-width: 100%;
    width: 100%;
}

.staff-img {
    max-height: 300px;
    overflow: hidden;
}

.staff-directory {
    padding: 50px 0px;
}

.post-detail {
    padding: 20px 10px;
}

    .post-detail h4 {
        font-size: 20px;
        font-weight: 700;
        color: #3b4559;
        margin-bottom: 10px;
    }

.related-post h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    color: #02769a;
    transition: 300ms all ease-in-out;
}

.related-post:hover h6, .related-post:focus h6 {
    padding: 5px 10px;
    margin: 0;
}

.related-post:hover, .related-post:focus, .relatedposthover {
    box-shadow: 0 0 15px #c2cccd;
}


.related-post {
    min-height: 430px;
    transition: 300ms all ease-in-out;
}

.postdate {
    font-style: italic;
    font-weight: 600;
}

.post-detail p {
    font-size: 15px;
    font-weight: 600;
}

.readmore {
    color: #02769a;
    text-transform: uppercase;
    font-size: 15px;
}
/*Newsletter css*/
.newsletters h2, .emma-email--message .emma-email--title {
    font-size: 32px;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}

.newsletters input {
    height: 55px;
}

.newsletterform .col-sm-9 {
    padding-right: 0;
}

.newsletterform .col-sm-3 {
    padding-left: 0;
}

.emma-email--form .container {
    max-width: 1360px;
}

.newsletterform .btn {
    background-color: #3d4559;
    border-radius: .25rem;
    width: 180px;
    height: 55px;
    font-size: 17px;
    font-weight: 500;
}
/*Azk Twitter*/
.azk {
    padding: 70px 0;
    background-color: #f4f1f1;
}

.twitter, .facebook, .instagram, .youtube {
    border-radius: 2px;
    background-color: #479dd6;
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%;
    font-size: 70px;
    color: #fff;
    display: inline-block;
    transition: 300ms all ease-in-out;
}

.facebook {
    background-color: #3d569a;
}

.instagram {
    background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    background-image: -moz-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -moz-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), -moz-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), -moz-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), -moz-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), -moz-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -moz-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -moz-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    background-image: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.youtube {
    background-color: #ee3024;
}

.social .col-sm-6:nth-child(1), .social .col-sm-6:nth-child(3) {
    padding-right: 10px;
}

.social .col-sm-6:nth-child(2), .social .col-sm-6:nth-child(4) {
    padding-left: 10px;
}

a.twitter:hover, a.facebook:hover, a.instagram:hover, a.youtube:hover, a.twitter:focus, a.facebook:focus, a.instagram:focus, a.youtube:focus {
    color: #fff;
}

.twiter-info span, .t-name, .t-name h3 {
    display: inline-block;
}

    .t-name span {
        margin-left: 10px;
        color: #909090;
    }

    .t-name small {
        display: block;
        font-size: 14px;
        color: #3b4559;
    }

    .t-name h3, .t-name span {
        font-size: 16px;
        font-weight: 500;
    }

    .twiter-info span i {
        font-size: 70px;
        margin-right: 20px;
        color: #479dd6;
    }

.twiter-info p {
    margin: 25px 0 0 0;
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
/*End*/
/*Inclass*/
.inner-content p {
    font-size: 27px;
}

.inclassmain .related-post {
    margin-bottom: 30px;
}

.banner.inclass-banner {
    margin-bottom: 30px;
}

a#loadMore {
    font-size: 25px;
    margin-bottom: 50px;
    display: block;
}

    a#loadMore:hover, a#loadMore:focus {
        color: #02769a;
    }
/*End*/
/*HomePage css*/
/*Slider css start*/
.home {
    padding: 80px 0 0;
}

    .home .in-class h1 {
        font-size: 204px;
        margin: 0px 0 -50px 0;
        font-weight: 600;
    }

.home-slider {
    background-color: #f5f3f2;
}

    .home-slider .banner-title {
        height: 500px;
    }

    .home-slider .inner-content {
        width: 53%;
        margin: 0 auto;
    }

    .home-slider .related-post:hover, .home-slider .related-post:focus {
        box-shadow: none;
    }

        .home-slider .related-post:hover h6, .home-slider .related-post:focus h6 {
            padding: 0;
            margin-bottom: 10px;
        }
/* slider css End */
/*Learning css*/
.learnings {
    padding: 50px 0;
}

    .learnings a.whitecolor:focus img {
        opacity: 0.7;
    }

.homeroom-learnings {
    background-color: #02769a !important;
}

    .homeroom-learnings .readmore {
        color: #fff !important;
    }

    .homeroom-learnings .structure h2, .homeroom-learnings .structure P {
        color: #fff !important;
    }

    .homeroom-learnings .structure h2 {
        max-height: 70px;
        overflow: hidden;
        width: 100%;
        /*word-break:break-all;*/
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.learning {
    background-color: #f5f3f2;
}

.co-learning {
    padding: 0 15px;
}

.co-learn {
    display: table;
    height: 500px;
    width: 100%;
}

.co-learning {
    display: table-cell;
    vertical-align: middle;
}

.structure {
    width: 90%;
    margin: 0 auto;
}

hr.seprat {
    border-width: 3px;
    border-color: #fff;
    margin: 30px 0;
}

.img-text {
    position: absolute;
    bottom: -39px;
    color: #fff;
    font-size: 100px;
}

.learning img {
    height: 500px;
    overflow: hidden;
}
/*Podcast*/
.podcast {
    background: #02769a;
    padding: 70px 0;
}

.podcast-details .col-sm-3 img {
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.episode {
    border: 2px solid #fff;
    padding: 40px 22px;
}

    .episode h4 {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        margin: 0;
        max-height: 30px;
        min-height: 30px;
        overflow: hidden;
    }

    .episode h3 {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        margin: 30px 0;
        height: 80px;
    }

.home-room .episode p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 30px;
    height: 130px;
    overflow: hidden;
    text-overflow: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

.listen-episode {
    background-color: #3d4559;
    color: #fff;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
    transition: 300ms all ease-in-out;
}

    .listen-episode:hover, .listen-episode:focus {
        background-color: #0d9096;
        color: #fff;
    }

.podcast p {
    margin: 20px 0;
    font-size: 17px;
    color: #fff;
    font-weight: 700
}

.see-podcast {
    font-size: 15px;
    transition: 300ms all ease-in-out;
    color: #fff;
}


.home-room .carousel-control-prev {
    left: -170px;
}

.home-room .carousel-control-next {
    right: -170px;
}

.podcast-primary-block h4 {
    font-size: 20px;
}

.podcast-primary-block .description {
    font-size: 16px;
    line-height: 19px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.podcast-primary-block audio {
    border: none;
}

.podcast-primary-block .event-social-icon .social-icon li, .podcast-primary-block .event-social-icon .social-icon li:first-child {
    background-color: transparent;
}

.podcast-primary-block .event-social-icon .social-icon a:hover {
    cursor: pointer;
}

.podcast-primary-block .event-social-icon .social-icon li {
    width: 30px;
    height: auto;
}

.podcast-primary-block .event-social-icon .social-icon i {
    font-size: 28px;
}

.podcast-primary-block .content-area {
    margin-top: 20px;
}

.homepagepodcasts .pod-ca-sts .date, .homepagepodcasts .pod-ca-sts p {
    font-size: 14px;
}


@media(min-width: 768px) {
    .podcast-primary-block .pod-img {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 40px;
    }

    .podcast-primary-block h4 {
        font-size: 28px;
    }

    .podcast-primary-block .description {
        font-size: 18px;
        line-height: 23px;
    }

    .podcast-primary-block .content-area {
        margin-top: 40px;
    }
}


/*End*/
/*Staff directory*/
.banner-3ps {
    background-image: url(../../images/3ps-Hero-img.jpg);
}

.banner-3ps, .video-banner, .teacher-banner, .resource-banner, .professional-banner, .teacher-support-banner, .national-banner, .arizona-banner, .our-history-banner, .inaction-banner, .contact-banner, .event-banner, .shop-banner, .staff-banner {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: top center;
    height: 500px;
    position: relative;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.staff-banner {
    background-image: url(../../images/staff-banner.jpg);
}

.banner-txt {
    display: table;
    width: 100%;
    height: 500px;
}

.mrgtop15p {
    margin-top: 15%;
}

.mrgtop40p {
    margin-top: 30%;
}

.banner-details {
    display: table-cell;
    vertical-align: middle;
}

    .banner-details h1 {
        font-size: 180px;
        color: #fff;
        font-weight: 700;
        text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
        margin: 0;
        line-height: 175px;
    }

.staff .related-post:hover a, .events .related-post:hover a, .staff .related-post:focus a, .events .related-post:focus a {
    text-decoration: none;
}

.staff .related-post .post-detail h4 {
    color: #02769a;
    font-weight: 500;
}

.staff .related-post .post-detail small {
    margin-bottom: 20px;
    display: block;
    font-size: 12px;
}

.staff .related-post .post-detail p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    height: 65px;
    overflow: hidden;
}

.staff .related-post {
    margin-bottom: 30px;
}

.meet-azk h2 {
    font-size: 36px;
    line-height: 45px;
}

.meet-azk p {
    margin: 30px auto;
    width: 81%;
    color: #3b4559;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 25.6px;
}

/*End*/
/*Events*/
.event-banner {
    background-image: url(../../images/event-banner.jpg);
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.75rem;
    text-align: center;
    pointer-events: none;
    color: #3e424b;
}

.searchevents {
    padding: 70px 0 0px;
}

    .searchevents input, .search-btn button.btn.btn-default {
        height: 45px;
        border-radius: 4px;
    }

.has-search input::placeholder {
    font-size: 18px;
    font-weight: 300;
    color: #87888a;
}

.has-search input {
    background-color: #f0f0f0;
}

.search-btn button span {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 300;
}

.search-btn button i {
    color: #fff;
    font-size: 22px;
}

.search-btn .dropdown-menu {
    min-width: 14rem;
    border-radius: 0;
}

    .search-btn .dropdown-menu li {
        padding: .5rem 10px;
        transition: 300ms all ease-in-out;
    }

.upcoming-events {
    flex: 1;
    text-align: right;
    margin-top: 10px;
}

    .upcoming-events.search-btn button {
        background-color: #f0f0f0;
    }

.search-btn select {
    background-color: #02769a;
    border-radius: 4px;
    color: #fff;
    height: 45px;
    width: 180px;
    padding: 0px 35px 0px 10px;
    border: 0;
    background-image: url(../../images/select-drop-white.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.upcoming-events.search-btn button, .form-group.pmd-textfield.pmd-textfield-floating-label input, .upcoming-events select {
    background-color: #f0f0f0;
    width: 170px;
    border: 1px solid #cecece;
    box-shadow: none;
    height: 45px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.upcoming-events select {
    background-image: url(../../images/select-drop-gray.png);
}

.upcoming-events.search-btn select {
    border-radius: 4px;
    color: #3b4559;
    float: none;
    font-weight: 500;
    padding: 0px 35px 0px 10px;
}

    .upcoming-events.search-btn select option, .search-btn select option {
        background-color: #fff;
        color: #3b4559;
    }

.upcoming-events.search-btn button span {
    color: #3b4559;
    float: none;
    font-size: 16px;
    font-weight: 500;
}

.upcoming-events.search-btn button span {
    color: #3b4559;
    float: none;
    font-weight: 500;
}

.upcoming-events.search-btn button i {
    color: #3b4559;
}

.events .nav-link {
    padding: 1.5rem 1rem .5rem;
}

.upcoming-events.search-btn .dropdown-menu {
    min-width: 10.5rem;
}


.event-img {
    position: relative;
    max-height: 205px;
    overflow: hidden;
    height: 205px;
}

    .event-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tlprofile .event-img {
    position: relative;
    max-height: 360px !important;
    overflow: hidden;
    height: 360px;
}

#divVideos .event-img img {
    width: 100%;
    height: auto;
}

.shop .event-img {
    position: relative;
    overflow: hidden;
    max-height: 260px;
}

.event-lable {
    position: absolute;
    bottom: 0;
    background-color: #0066b1;
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 10px;
    font-size: 16px;
    border: 1px solid transparent;
    transition: 300ms all ease-in-out;
}

.related-post:hover .event-lable, .related-post:focus .event-lable {
    background-color: #fff;
    color: #0066b1;
    border: 1px solid #ddd;
}

.related-post:hover .lable-color, .related-post:focus .lable-color {
    background-color: #fff;
    color: #6b2693;
    border: 1px solid #ddd;
}

.lable-color {
    background-color: #6b2693;
    transition: 300ms all ease-in-out;
}

.events .related-post .post-detail h5, .event-leftpart h5 {
    font-size: 12px;
    color: #02769a;
}

.events .related-post .post-detail h4 {
    color: #3b4559;
    font-size: 16px;
    margin: 18px 0px;
}

.event-date {
    font-size: 14px;
    font-weight: 500;
    color: #66696e;
    margin: 0;
}

.events .related-post {
    min-height: auto;
    margin-bottom: 30px;
}

.search-btn a {
    display: block;
    width: 100%;
    transition: 300ms all ease-in-out;
}

.search-btn li:hover, .search-btn li:focus {
    background-color: #f5f5f5;
}

    .search-btn li:hover a, .search-btn li:focus a {
        text-decoration: none;
        color: #02769a
    }

.pagi-nation .page-link {
    color: #b1b2b4;
    border: 0;
}

.pagination {
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
}

.pagi-nation .page-item.active .page-link {
    background-color: #394659;
    color: #fff;
    border-color: #394659;
    font-size: 14px;
    line-height: 1.25;
}

.pagi-nation .page-link {
    margin: 2px;
    padding: 7px 12px;
    border-radius: 2px;
    background-color: #ebebeb;
}

.page-link:hover, .page-link:focus {
    color: #fff !important;
    background-color: #394659;
    border-color: #394659;
}

.page-item .pre, .page-item .next {
    background: #ebebeb;
    /* border-radius: 50%; */
    /* width: 30px; */
    /* height: 30px; */
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    /* border-top-right-radius: 50% !important; */
    /* border-bottom-right-radius: 50% !important; */
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    transition: 300ms all ease-in-out;
}

.pre:hover, .pre:focus {
    background: #d8d9dd;
    color: #fff;
}

.page-item .next:hover, .page-item .next:focus {
    color: #fff !important;
    background: #394659;
}

.date-input {
    margin: 10px 0 0 0;
}

.cal i {
    font-weight: 600;
}

.cal {
    position: absolute;
    right: 10px;
    bottom: 7px;
    color: #02769a;
    font-size: 20px;
}

.form-group.pmd-textfield.pmd-textfield-floating-label {
    position: relative;
}

    .form-group.pmd-textfield.pmd-textfield-floating-label input {
        width: 100%;
    }

        .form-group.pmd-textfield.pmd-textfield-floating-label input::placeholder {
            color: #3b4559;
            font-weight: 300;
            font-size: 15px;
        }

.date-input .col-sm-4:first-child {
    padding-right: 0;
    margin-right: 15px;
}

.date-input .col-sm-4:last-child {
    padding-left: 0;
}
/*Event Details PAge*/
.event-title {
    font-size: 36px;
    line-height: 48px;
    margin: 30px 0;
}

.event-description {
    font-size: 17px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 30px;
}

.e-schedule p {
    font-family: "Nunito Sans", sans-serif;
}

.e-schedule p {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    font-size: 16px;
}

.event-leftpart .event-subtitle, .event-rightpart .event-subtitle, .event-social-icon .event-subtitle, .pro-info .event-subtitle {
    font-size: 16px;
    color: #004E77;
    font-family: "Poppins", sans-serif;
}

.event-details {
    padding-bottom: 100px;
    padding-top: 50px;
}

.event-rightpart hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.event-rightpart .pod-links {
    padding-left: 20px;
}

    .event-rightpart .pod-links ul li {
        list-style-type: revert;
        padding-bottom: 10px;
    }

        .event-rightpart .pod-links ul li ul li {
            list-style-type: none;
            padding-bottom: 0px;
        }

            .event-rightpart .pod-links ul li ul li a {
                color: #9CC161;
                line-height: 21px;
            }

                .event-rightpart .pod-links ul li ul li a:before {
                    font-family: FontAwesome;
                    content: '\f0ac';
                    font-size: 16px;
                    color: inherit;
                    padding-left: 2px;
                    padding-right: 5px;
                }

                .event-rightpart .pod-links ul li ul li a:hover {
                    text-decoration: none;
                    font-weight: 600;
                }

    .event-rightpart .pod-links br {
        content: "";
        margin: 20px;
        display: block;
        font-size: 100%;
    }

.event-leftpart h4 {
    color: #3b4559;
    font-size: 14px;
    margin: 0px 0 5px 0px;
}

.e-related-post {
    padding: 40px 0 0;
}

    .e-related-post h2 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .e-related-post .event-leftpart {
        margin-top: 5px;
    }

.relatedevent a:hover, .relatedevent a:focus {
    text-decoration: none;
}

.relatedevent {
    padding: 0;
}

.related-episodes {
    background-color: #F2F2F2;
}

    .related-episodes h3 {
        font-size: 22px;
        line-height: 27px;
    }

        .related-episodes h3 a {
            color: #02769a;
            font-size: 14px;
            line-height: 18px;
            margin-left: 10px;
        }

    .related-episodes .card {
        background-color: transparent;
        border: none;
    }
/*Vertical Tabs*/
.v-tabs {
}

    .v-tabs .nav-tabs {
        display: none;
        border-top: none;
    }

@media (min-width: 992px) {
    .v-tabs .nav-tabs {
        display: flex;
        flex-flow: column nowrap;
    }

    .v-tabs .tab-bg {
        background-color: #02769a;
        padding: 10px 5px;
    }

    .v-tabs .nav-tabs {
        margin: 0 5px;
    }

        .v-tabs .nav-tabs .nav-item + .nav-item {
            margin-top: 0.25rem;
        }

        .v-tabs .nav-tabs .nav-link {
            border: none;
            border-radius: 0;
            font-size: 14px;
            color: #FFF;
            font-weight: 500;
            background-color: #02769a;
            border-left: 3px solid #02769a;
            padding: 0.5rem !important;
        }

            .v-tabs .nav-tabs .nav-link:hover, .v-tabs .nav-tabs .nav-link:focus {
                background-color: #065558;
                border-left: 3px solid #fff;
                box-shadow: none !important;
            }

            .v-tabs .nav-tabs .nav-link.active {
                color: #fff !important;
                border: none;
                background: #065558 url(../../images/right-arrow.png) no-repeat;
                background-position: 98% 49%;
                border-left: 3px solid #fff;
            }

    .content-border .card-body {
        padding: 1.25rem;
        background-color: #f7f7f7;
        line-height: 1.5rem;
    }

    .v-tabs .content-border {
        
        background-color: #f7f7f7;
        color: #3b4559;
        font-size: 14px;
        margin-left: -10px;
    }

    .v-tabs .card {
        border: none;
    }

        .v-tabs .card .card-header {
            display: none;
        }

        .v-tabs .card .collapse {
            display: block;
        }
}

@media (max-width: 991px) {
    .v-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }

    .tab-pane .card-header {
        background-color: #02769a;
    }

        .tab-pane .card-header h5 a {
            color: #fff !important;
        }
}


hr.divider {
    border-width: 2px;
    border-color: #e1e1e3;
}
/*Custom radio button*/
.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #3b4559;
}

    /* Hide the browser's default radio button */
    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.event-rightpart label.container1 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00aabc;
}
/*End*/
.event-rightpart {
    background-color: #f2f2f2;
    padding: 40px 30px 40px;
}

    .event-rightpart hr.divider {
        margin: 40px 0;
    }

    .event-rightpart p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 15px;
        margin: 20px 0 0 0;
    }

.podcast-details .event-rightpart {
    background-color: transparent;
    padding: 0px 15px 40px;
}

.podcast-details .Episode ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

    .podcast-details .Episode ul li {
        list-style-type: disc;
    }

p.nau {
    font-size: 18px;
    text-decoration: underline;
}

.regbtn button {
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
}

a.d-block.text-uppercase.mt-4.addtocal {
    color: #02769a;
    font-size: 14px;
    font-weight: 300;
}

/* The "Add to Calendar" trigger is a <button>; style it to match the old link. */
button.addtocal {
    background: transparent;
    border: 0;
    padding: 0;
    color: #02769a;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    cursor: pointer;
}

/* Accessibility: the global `* { outline: none }` reset hides the keyboard focus
   ring on these "Add to Calendar" / "Join WaitList" controls, so restore a visible one. */
.addtocal:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 3px;
}

/* Make the calendar options' keyboard focus clearly visible too. */
.ace_dd a.ace_opt:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: -2px;
}

/* Top-nav links sit on the teal bar: use a white focus ring instead of the global
   blue one (a:focus / a:focus-within in _typography.scss -> main.css). */
.rdsgn-top-nav a:focus,
.rdsgn-top-nav a:focus-within {
    box-shadow: 0 0 0 0.12rem rgba(255, 255, 255, 0.72);
}

/* Newsletter signup fields: visible white focus outline with a small gap so it
   reads against the field and the coloured section behind it. */
#mc_embed_signup .mc-field-group input:focus,
#mc_embed_signup .mc-field-group input:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.event-social-icon .social-icon {
    border: none;

    justify-content: flex-start;
}

    .event-social-icon .social-icon li:first-child {
        background-color: #3e5fa4;
        margin: 0px;
    }

    .event-social-icon .social-icon li:hover a i, .event-social-icon .social-icon li:focus a i {
        color: #ffffff;
    }

    .event-social-icon .social-icon li {
        background-color: #1ba6fb;
    }

        .event-social-icon .social-icon li a {
            color: #ffffff;
        }

.event-social-icon {
    margin-top: 30px;
}

.down-arrow {
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 30px;
}

.form-group {
    position: relative;
}

    .form-group select {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

a.add-another i {
    margin-right: 5px;
    font-size: 18px;
}

a.add-another {
    font-size: 16px;
    font-weight: 500;
}

.event-rightpart p {
    font-weight: 500;
}

.relatedevent img {
    max-width: 100%;
}

.event-leftpart img {
    width: 100%;
}
/*End*/
.video-icon img {
    width: 50px !important;
}
/*Contact US*/
.contact-banner {
    background-image: url(../../images/contact-us.jpg);
}

.contactus {
    padding: 60px 0;
    background: #f2f2f2;
}

.inaction-banner .banner-details h1, .contact-banner .banner-details h1, .shop-banner .banner-details h1, .mentor-banner .banner-details h1, .professional-banner .banner-details h1, .teacher-banner .banner-details h1, .event-banner .banner-details h1, .staff-banner .banner-details h1, .resource-banner .banner-details h1, .video-banner .banner-details h1, .teacher-support-banner .banner-details h1 {
    font-size: 135px;
    line-height: 135px;
}

section.contact-img .col-sm-4 {
    padding: 0;
}

section.contact-img img {
    width: 100%;
}

.office-address {
    background-color: #fff;
    padding: 40px 30px;
}


    .office-address p {
        margin: 0;
        font-weight: 500;
        font-size: 14px;
    }

    .office-address .event-subtitle {
        font-size: 16px;
        margin: 15px 0 15px 0;
        color: #1894cd;
    }

        .office-address .event-subtitle:first-child {
            margin-top: 0;
        }

.direction p {
    overflow: hidden;
}

.direction img {
    float: left;
    margin-right: 10px;
}

.direction p a {
    color: #02769a;
    font-size: 15px;
    font-weight: 500;
}

.comtact-form input, .comtact-form select {
    height: 45px;
    border-radius: 2px;
}

.comtact-form textarea {
    height: 165px;
    resize: none;
    border-radius: 2px;
}

    .comtact-form input::placeholder, .comtact-form textarea::placeholder {
        color: #898f9b;
        font-weight: 500;
    }

.map- iframe {
    border: 1px solid #ababab;
}

.direction {
    margin-bottom: 30px;
}
/*End*/

/*Shop PAge*/
.shop-item {
    background-color: #f2f2f2;
    padding: 70px 0;
}

.shop-banner {
    background-image: url(../../images/shop-banner.jpg);
}

.related-post:hover .shop-lable, .related-post:focus .shop-lable {
    color: #d0021b;
}

.shop-lable {
    background-color: #d0021b;
}

.shop .related-post .post-detail h4 {
    width: calc(100% - 60px);
}

.feature-product img {
    width: 100%;
}

.shop-items {
    margin: 0px 0 0 0;
}

.shop-center p {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
}

.shop-center {
    width: 85%;
    max-width: 100%;
}

    .shop-center h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }

.shop-items h2 {
    font-size: 180px;
    color: #646464;
    font-weight: 700;
    bottom: -53px;
    position: relative;
    margin: 0;
}

.inspire-items h2 {
    font-size: 180px;
    color: #646464;
    font-weight: 700;
    position: relative;
    margin: 0;
}

.partners-section h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.feature-product h6 {
    color: #3b4559;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.homeroo-3psinpod h5 {
    color: #FFF !important;
    font-size: 17px !important;
}

.homeroo-3psinpod {
    background-color: #3a4557;
}

.feature-product h5 {
    font-size: 14px;
    color: #3b4559;
    font-weight: 400;
    margin: 0;
}

    .feature-product h5 span {
        display: inline-block;
        margin-left: 15px;
        color: #1894cd;
        font-size: 18px;
    }

.shop .event-img {
    position: relative;
    overflow: hidden;
    max-height: 260px;
}

/*End*/
/*Shop detail page*/
.pro-info {
    margin-top: 50px;
}

    .pro-info .event-subtitle {
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .pro-info p {
        font-family: "Nunito Sans", sans-serif;
        margin: 0;
    }

.pro-title {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 20px;
}

.pro-price {
    color: #4ea5db;
    font-size: 50px;
    margin-bottom: 40px;
}

.qty span {
    color: #4ea5db;
    display: inline-block;
    width: 15%;
}

    .qty span input {
        width: 70px;
        height: 45px;
        border-radius: 2px;
    }

p.qty {
    margin-bottom: 30px;
}

.shop-details {
    padding-bottom: 100px;
}

.pro-info span {
    color: #3b4559;
}

.shop-details .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: transparent;
    bottom: -50px;
    border: 1px solid #02769a;
    border-radius: 100%;
    margin: 5px;
    cursor: pointer;
}

.shop-details .carousel-inner {
    text-align: center;
}

.shop-details .carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.shop-details .carousel-indicators {
    bottom: -80px;
}

.carousel-item-next, .carousel-item-prev {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
/*End*/
/*Create an account*/
.createanaccount {
    padding: 50px 0;
}

.account-details.text-left {
    width: 80%;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 50px;
    border-radius: 2px;
}

.acc-info .upcoming-events.search-btn .dropdown-menu {
    min-width: 7.6rem;
}

.acc-info .upcoming-events.search-btn button {
    background-color: #fff;
}

.school-info .upcoming-events.search-btn button {
    width: 100%;
    background-color: #fff;
}

.school-info .upcoming-events.search-btn .dropdown-menu {
    min-width: 87%;
}

.school-info .upcoming-events.search-btn button span {
    color: #3b4559;
    float: left;
    font-weight: 500;
    font-size: 14px;
}
/*Custome checkbox*/
.custom-check input:checked ~ .checkmark1:after {
    display: block;
}

.custom-check .checkmark1:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid #02769a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-check input:checked ~ .checkmark1 {
    background-color: #ffffff;
}

.checkmark1 {
    position: absolute;
    top: 1px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.custom-check {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.createaccount .custom-check span:last-child {
    vertical-align: middle;
    margin-left: 12px;
}

#divEventAttendee .custom-check input {
    left: 1px;
}

.do-work .custom-check {
    display: inline-block;
    font-size: 15px;
    margin: 0 50px 20px 0px;
    font-weight: 500;
}

.account-details h3 {
    font-size: 22px;
    margin-bottom: 40px;
}

.account-details .divider {
    margin: 40px 0;
}

.do-work p {
    font-weight: 300;
    font-size: 16px;
}

.acc-login small {
    font-size: 10px;
    color: #3b4559;
    font-weight: 500;
}

.custom-check {
    font-size: 13px;
    font-weight: 500;
    margin: 30px 0;
    line-height: 25px;
}

.submit-info label.custom-check {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 320px;
}

.submit-info .checkmark1 {
    left: 17px;
}

.submit-info button {
    color: #fff;
}

.c-title {
    font-family: "Nunito Sans", sans-serif;
}
/*My account*/
.acc-title {
    font-size: 28px;
    margin-bottom: 35px;
}

.acc-sub-title h4 {
    font-size: 21px;
    color: #02769a;
}

.acc-sub-title p {
    margin-bottom: 22px !important;
    font-weight: 500;
    font-size: 17px;
}

.my-info {
    background-color: #f2f2f2;
    padding: 50px 150px;
}

.acc-sub-title p strong {
    font-size: 14px;
    font-weight: 500;
    margin-right: 3px;
}

.my-info .divider {
    margin: 50px 0;
}

.upcoming-events.search-btn a {
    color: #3b4559;
}

    .upcoming-events.search-btn a i {
        margin-top: 3px;
        font-weight: 700;
    }
/*My Event*/
.my-info td h5 {
    font-size: 14px;
    font-weight: 400;
}

.my-info th {
    font-size: 16px;
    font-weight: 500;
}

.my-info table.y-cart td {
    padding: 25px 0;
}

.my-info th {
    padding-bottom: 13px;
}

.my-info td a {
    color: #02769a;
    font-size: 14px;
    font-weight: 400;
}
/*Faq page*/
.faq-id {
    padding: 50px 0;
}

.faq {
    max-width: 100%;
    margin: 0 auto;
    width: 690px;
}

    .faq h1 {
        font-size: 36px;
        margin-bottom: 45px;
    }

.f-ask-q p, .f-ask-q p a, .field-item p {
    line-height: 25px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    margin-bottom: 27px;
}

.f-ask-q h4, .field-item.even h3 {
    color: #1894cd;
    font-size: 22px;
    margin-bottom: 15px;
}
/*Video Page*/
.video-banner {
    background-image: url(../../images/video-Hero-img.jpg);
}

.video-icon {
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    top: 50%;
}

.tabs1 {
    padding: 20px 0 60px;
}
/*End*/
/*3ps Podcasts*/
.podcasts {
    padding: 30px 0;
}

.relatedevent p {
    color: #3b4559;
    font-size: 14px;
    margin: 0;
    display: block;
    display: -webkit-box;
    height: 120px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    margin-bottom: 25px;
}

.podcasts h4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    line-height: 19px;
    color: #02769a;
}

.podcasts .date {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.pod-img {
    position: relative;
    color: #fff;
    font-size: 40px;
}

.feature-product .pod-img .video-icon {
    top: 60%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}



/*End*/
/*Podcast*/
.pod-description h1 {
    font-size: 42px;
}

.Episode p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}

.Episode h2, .podcast-details .event-rightpart h2.event-subtitle {
    font-size: 22px;
    margin-bottom: 27px;
    color: #3B4559;
}

.Episode a {
    font-size: 16px;
    color: #02769a;
}

.event-rightpart {
    font-family: "Poppins", sans-serif;
}

    .event-rightpart ul li a img {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .event-rightpart ul li a {
        display: block;
        color: #02769a;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 35px;
    }

    .event-rightpart .section-title {
        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
    }

.pod-links li a {
    line-height: 50px;
}

.event-rightpart ul li i.fa.fa-globe {
    color: #9cc161;
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 35px;
}

.podcast-details .divider {
    margin: 30px 0;
}

.podcast-details hr {
    width: 75%;
}

.podcast-details h3 a {
    color: #02769a;
    margin-left: 25px;
}

.pod-controll a i {
    font-size: 50px;
}

.track-play {
    display: inline-block;
    width: 645px;
    margin: 0 10px;
    max-width: 100%;
}

.pod-controll a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pod-controll span {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}
/*Teacher Leadership*/
.teacher-banner {
    background-image: url(../../images/theacher-l-Hero.jpg);
}

.resource .pod-img .video-icon {
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.clr {
    background-color: #f2f2f2;
    padding: 20px 0 10px 0;
}

.feature-product.resource h5 {
    font-family: "Nunito Sans", sans-serif;
}

.teacher-tabs .nav-tabs .nav-link {
    border-bottom: 3px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.teacher-tabs .nav-tabs {
    border-top: 0px solid #eeeeee;
    border-bottom: none;
    border-radius: 0;
    margin-top: 2px;
}

    .teacher-tabs .nav-tabs .nav-item.show .nav-link, .teacher-tabs .nav-tabs .nav-link.active {
        color: #0071bc !important;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 3px solid #0071bc;
        border-top: 0;
        border-radius: 0;
    }

    .teacher-tabs .nav-tabs .nav-link:hover, .teacher-tabs .nav-tabs .nav-link:focus {
        color: #0071bc !important;
    }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:focus {
    border-color: transparent transparent transparent;
}

.teacher-tabs .nav-tabs a, .teacher-tabs .nav-tabs button {
    padding-bottom: 20px;
    padding-top: 20px;
    background: none;
    color: inherit;
    font: inherit;
    outline: inherit;
    font-size: 14px;
}

.clr .breadcrumb {
    margin: 15px 0 15px;
    padding-left: 0;
}

.clr .shop-items h2 {
    bottom: -40px;
}

.psmarginh2b {
    bottom: -53px !important;
}

.reports {
    padding: 70px 0;
}

.re-port h4 {
    font-size: 16px;
    color: #02769a;
    font-weight: 500;
}
/*Profile*/
.pro-file {
    padding: 100px 0;
}

    .pro-file .post-detail h4 {
        font-size: 22px;
        font-weight: 500;
        color: #02769a;
        margin-bottom: 10px;
    }

    .pro-file h5 {
        font-size: 12px;
        color: #3b4559;
        font-weight: 500;
        line-height: 18px;
    }

    .pro-file .post-detail p {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        /*-webkit-line-clamp: 3;*/
        height: 65px;
        margin-bottom: 0;
        font-weight: normal;
    }

.line-clamp {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    display: block;
    word-break: break-word;
}

.pro-file .post-detail a {
    color: #02769a;
    font-size: 14px;
    font-weight: 400;
}

.pro-file h2 {
    font-size: 36px;
    margin-bottom: 45px;
}

.pro-file .related-post {
    min-height: auto;
    margin-bottom: 30px;
}
/*Arizona*/
.solution-team {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 4px;
}

.pdTB30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.solution-team h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.solution-team p, .arizona-team p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 25.2px;
    margin-bottom: 25px !important;
}

    .solution-team p:last-child {
        margin-bottom: 0 !important;
    }

.arizona {
    padding: 100px 0;
}

.arizona-team h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.arizona-team p {
    font-size: 16px;
}

.arizona-faq h2 {
    color: #1894cd;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.arizona-faq p, .arizona-faq ul li {
    color: #3b4559;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

.arizona-faq ul li {
    margin-bottom: 15px;
}

.arizona-faq ul {
    padding-left: 38px;
}

    .arizona-faq ul li::before {
        content: "\2022";
        color: #3b4559;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.arizona-faq h3 {
    font-size: 22px;
    font-weight: 500;
}

.arizona-event h2 {
    font-size: 22px;
    font-weight: 500;
}

.arizona-event {
    padding: 50px 0;
}

    .arizona-event h2 a {
        font-size: 14px;
        color: #02769a;
        margin-left: 20px;
        display: inline-block;
    }

        .arizona-event h2 a:focus {
            text-decoration: underline;
        }

.arizona-bg-img {
    background-image: url(../../images/arizona-overview.jpg);
}

.arizona-bg1-img {
    background: #02769a url(../../images/Background.png);
}

.arizona-bg-img, .arizona-bg1-img, .resource-bg-img, .professional-bg-img, .teacher-support-bg-img, .mentor-bg-img, .national-bg-img, .home-bg-img {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.ari-zona-overview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
}

.bg-img {
    display: table;
    height: 800px;
    width: 73%;
    margin: 0 auto;
}

.bg-content {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}

    .bg-content p {
        color: #fff;
        font-size: 26px;
        font-family: "Nunito Sans", sans-serif;
        font-style: italic;
    }

    .bg-content h4 {
        font-size: 22px;
        margin: 50px 0 0 0;
        color: #fff;
    }

.about-arizona .col-sm-4:last-child, .about-arizona .col-sm-6:last-child {
    border-right: none;
}

.about-arizona .col-sm-4, .about-arizona .col-sm-6 {
    border-right: 2px solid #f0f0f0;
}

.abt-arizona {
    padding: 50px 0;
}

.exp-icon {
    display: flex;
    align-items: center;
    height: 90px;
    display: -webkit-flex;
}

.about-arizona h4 {
    color: #02769a;
    margin: 15px 0;
    font-size: 20px;
    font-weight: 500;
}

.about-arizona p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}
/*Resource*/
.resource-bg-img {
    background-image: url(../../images/resource-bg.jpg);
}

.Resource .clr {
    padding: 60px 0 0 0;
}

.resource-banner {
    background-image: url(../../images/resource-Image.jpg);
}

.about-arizona .col-sm-6 {
    padding: 0px 100px;
}

.Resource .clr .shop-center a {
    color: #02769a;
    margin-top: 20px;
    display: block;
}
/*Professional Learning plan */
.professional-banner {
    background-image: url(../../images/professional-Hero.jpg);
}

.professional-bg-img {
    background-image: url(../../images/Professiona-plan-Image.jpg);
}

.professional-plan {
    background: #3b4559;
    padding: 100px 0;
}

    .professional-plan .pod-img img {
        max-width: 100%;
    }

    .professional-plan h4 {
        color: #fff;
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 25px;
    }

    .professional-plan p {
        color: #ffffff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 16px;
    }

.solution-team .event-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #1894cd;
}

.solution-team button.btn.btn-primary {
    width: 200px;
}

.btnsecondry, .btnprimary2 {
    width: auto;
    height: auto;
    background-color: #eeeded;
    border: 1px solid #ddd;
}

.btnprimary2 {
    background-color: #3b4559;
    color: #fff;
}

span.pro-duct-price {
    font-size: 36px;
    color: #1894cd;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.p-slider .carousel-control-prev {
    left: -150px;
}

.p-slider .carousel-control-next {
    right: -150px
}

.p-slider .carousel-control-prev-icon:after, .p-slider .carousel-control-next-icon:after {
    color: #99d7da;
}

.p-slider .carousel-control-next:focus, .p-slider .carousel-control-next:hover, .p-slider .carousel-control-prev:focus, .p-slider .carousel-control-prev:hover, .p-slider .carousel-control-prev:hover .carousel-control-prev-icon::after, .p-slider .carousel-control-next:hover .carousel-control-next-icon::after {
    color: #02769a;
}

.shop-center h5 {
    color: #1894cd;
    
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
}

.p-slider {
    padding: 80px 0;
    margin: 0 auto;
}

    .p-slider p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
    }

.teacher-support-bg-img {
    background-image: url(../../images/teacher-support.jpg);
}

.teacher-support-banner {
    background-image: url(../../images/teacher-support-bg.jpg);
}

.teacher-support .clr {
    padding: 70px 0 0 0;
}
/*Mentoring & coaching*/
.mentor-banner {
    background-image: url(../../images/mentor-banner.jpg);
}

.mentor-bg-img {
    background-image: url(../../images/mentor-coach.jpg);
}

.eligibility {
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 0;
}

.pro-gram h4 {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
}

/*.shop-center p span {
    display: inline-block;
    vertical-align: middle;
}*/

a.dwnld-link {
    color: #02769a;
    
    font-size: 14px;
    font-weight: 400;
}

    a.dwnld-link:focus {
        text-decoration: underline;
    }

#nav-application .clr {
    padding-bottom: 100px;
}

.schedule {
    padding: 0px 0 50px 0;
}

    .schedule h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

.year-schedule h3 {
    color: #1894cd;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 27px;
}

.year-schedule p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    margin: 0 0 0 3px;
    line-height: 27px;
}

/*National Board */
.national-banner {
    background-image: url(../../images/national-board.jpg);
}

    .national-banner .banner-details h1, .arizona-banner .banner-details h1, .banner-3ps .banner-details h1, .our-history-banner .banner-details h1 {
        font-size: 104px;
        line-height: 104px;
    }

.national-bg-img {
    background-image: url(../../images/national-bg-Image.png);
}

div#nav-teachers .feature-product img {
    width: auto;
}

.list-school {
    width: 80%;
    margin: 0 auto 80px auto;
}

    .list-school p {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .list-school h4 {
        color: #1894cd;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .list-school .divider {
        margin: 40px 0;
        border-width: 1px;
        border-color: #eeeeee;
    }

div#nav-teachers {
    padding-bottom: 100px;
}

.custom-tooltip {
    position: absolute;
    background: #fff;
    top: 60%;
    transform: translate(0, -50%);
    width: 312px;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0px 2px 7px 0px rgba(168,168,168,0.5);
}

    .custom-tooltip p {
        font-size: 14px;
        color: #575c65;
        font-weight: 500;
        text-align: center;
    }

.national-teacher a {
    color: #02769a;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
}

    .national-teacher a:focus {
        text-decoration: underline;
    }


.custom-tooltip::before {
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    content: '';
    top: -14px;
    left: 50%;
    transform: translate(-50%);
}
/*Arizona Technology */
.arizona-bg-color {
    background: #02769a;
    width: 100%;
}

    .arizona-bg-color p {
        font-family: "Nunito Sans", sans-serif;
        font-size: 20px;
        font-weight: 300;
        margin: 0;
        font-style: normal;
        color: #fff;
    }

    .arizona-bg-color .bg-img {
        height: auto;
        text-align: center;
        width: 88%;
        max-width: 100%;
        padding: 80px 0;
    }

    .arizona-bg-color h2 {
        margin-bottom: 45px;
        font-size: 36px;
        color: #fff;
    }

.arizona-tech {
    padding: 70px 0 0px 0;
}

.arizona-banner {
    background-image: url(../../images/arizona-Hero.jpg);
}
/*Arizona Active Learning*/
.active-leaner {
    width: 66.5%;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 50px;
}

.print-link {
    text-align: right;
    margin-bottom: 50px;
}

    .print-link a {
        margin-left: 10px;
        color: #02769a;
        font-size: 14px;
        font-weight: 400;
    }

.active-leaner h1 {
    font-size: 36px;
    line-height: 45px;
}

.active-leaner h3 {
    color: #1894cd;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
}

.active-leaner p {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 25px;
    letter-spacing: 0.32px;
}

.active-leaner span {
    color: #3b4559;
    display: block;
}

.active-leaner h4 {
    color: #1894cd;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 25px;
}

ul.content-list {
    padding-left: 28px;
}

    ul.content-list li::before {
        content: "\2022";
        color: #3b4559;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    ul.content-list li {
        font-size: 16px;
        color: #3b4559;
        font-family: "Nunito Sans", sans-serif;
    }

.active-leaner ul li a {
    color: #02769a;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
}

section#active-leaner ol.breadcrumb {
    margin-top: 0;
}

#active-leaner {
    background: #f2f2f2;
    padding: 30px 0 100px 0;
}

.activelerner-steps .col-sm-4:last-child {
    border-right: 0;
}

.activelerner-steps .col-sm-4 {
    border-right: 1px solid #3b4559;
}

    .activelerner-steps .col-sm-4 .tilte-h span {
        float: left;
        font-size: 56px;
        color: #3b4559;
        font-weight: 500;
        display: inline-block;
        margin-right: 25px;
    }

.step-title h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}

.step-title p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.b-box:hover, .b-box:focus {
    opacity: 0.8;
}

.col-sm-4.discover p {
    font-size: 14px;
}

.activelerner-steps {
    padding: 0 0 50px 0;
}

.box.active h4, .box.active p, .box.blue-box h4, .box.blue-box p {
    color: #fff;
}

.box.active {
    background: #02769a;
}

.b-box {
    margin: 25px auto;
    width: 95%;
    transition: 300ms all ease-in-out;
}

.box {
    height: 250px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.1);
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: auto;
}

    .box h4 {
        color: #02769a;
        font-size: 26px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.5199997px;
    }

    .box p {
        color: #3b4559;
        font-family: "Nunito Sans", sans-serif;
        font-size: 15px;
        line-height: 27px;
        margin: 0;
    }

.tilte-h {
    height: 132px;
    display: inline-block;
}

.discover .box {
    background: transparent;
    box-shadow: none;
}

.blue-box {
    background: #1894cd;
}

.lesson-plan h5 {
    font-size: 16px;
    color: #3b4559;
    font-weight: 500;
    line-height: 20px;
}

.text-center.lesson-plan span:last-child {
    margin: 0;
}

.text-center.lesson-plan span {
    color: #02769a;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    float: none;
    margin-right: 30px;
}

.text-left.lesson-plan span {
    color: #02769a;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    float: none;
    margin-right: 30px;
    width: 100px;
    margin-left: 50px;
}

.text-left.lesson-plan a {
    color: #02769a;
    margin: 2px;
}
/*Homepage*/
.home-bg-img {
    background-image: url(../../images/home-bg-Image.jpg);
}

.homepageevent .e-related-post a {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
}

.bg-content a:hover, .bg-content a:focus {
    background-color: #fff;
    color: #02769a;
}

.bg-content a {
    display: inline-block;
    margin-top: 35px;
    font-size: 20px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    line-height: 54px;
    border: 1px solid #fff;
    height: 54px;
    width: 215px;
    transition: 300ms all ease-in-out;
    max-width: 215px;
}

.homepageevent .e-related-post h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
}

    .homepageevent .e-related-post h2 a {
        font-size: 14px;
        color: #02769a;
        font-weight: 400;
        margin-left: 15px;
        margin-bottom: 0;
    }

.clr.home-inspire .shop-items {
    margin: 0px 0 0 0;
}

.clr.home-inspire, .timeline {
    padding: 90px 0 0 0;
}

    .clr.home-inspire .shop-center {
        height: 340px;
        display: table-cell;
        vertical-align: middle;
    }

.home-arizona {
    padding: 0;
}

.abt-arizona.home-arizona {
    background: #f2f2f2;
}

.home-arizona .about-arizona .col-sm-4 {
    border-right: 2px solid #ffffff;
    padding: 40px 40px;
}

    .home-arizona .about-arizona .col-sm-4:last-child {
        border-right: 0;
    }

.professional-development {
    padding: 100px 0;
}

    .professional-development h2 {
        font-size: 36px;
        letter-spacing: -0.16px;
        margin-bottom: 45px;
    }

    .professional-development p {
        font-size: 20px;
        font-family: "Nunito Sans", sans-serif;
        line-height: 36px;
        letter-spacing: 0.4px;
        width: 80%;
        margin: 0 auto 70px;
        max-width: 100%;
    }

.educator h3 {
    font-size: 18px;
    color: #02769a;
    margin-top: 20px;
    margin-bottom: 0;
}

.educator p {
    margin: 0;
    text-align: center;
    width: auto;
    font-weight: 500;
    font-size: 14px;
    
    color: #626262;
}

.hybrid-slider {
    background: #323a4b;
    padding: 150px 0;
}

.home-banner {
    height: 928px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*.home-banner img {
        height: 928px;
    }*/
.hybrid-slider h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

.hybrid-slider p {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}

.hybrid-slider .carousel-control-prev {
    left: -140px;
}

.hybrid-slider .carousel-control-next {
    right: -140px;
}

.hybrid-slider .col-sm-8 a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 180px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 20px;
}

.home-banner .banner-txt {
    height: 928px;
}

.banner-details p {
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    margin: 50px 0;
    background: rgba(255,255,255,.4) !important;
    padding: 7px 10px;
}

.home-banner .banner-details h1 span.inp-clr {
    color: #fff;
}

/*.home-banner .banner-details h1 {
    color: #b3b7bc;
}*/
.home-banner .banner-details h1 a {
    color: #02769a;
    /*background-color: rgba(0,0,0,.7);*/
    cursor: pointer;
    font-size: 70px;
    text-decoration: none;
}

    .home-banner .banner-details h1 a:hover, .home-banner .banner-details h1 a:focus span {
        text-decoration: none !important;
        color: #fff !important;
    }

@media only screen and (min-width: 800px) {
    .home-banner .banner-details h1 a {
        font-size: 180px;
    }
}

.search-arizona input {
    background-color: transparent;
    border: none;
    height: 80px;
    color: #3b4559;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.search-arizona .has-search .form-control-feedback {
    line-height: 80px;
}

.search-arizona input::placeholder {
    color: #b3b7bc;
}

.search-arizona {
    background: #f0f0f0;
    height: 80px;
    display: none;
}

    .search-arizona input:focus {
        background-color: transparent;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

.sb-search-open {
    display: block;
}
/*IN Action*/
.inaction {
    padding: 70px 0 0 0;
}

.inaction-banner {
    background-image: url(../../images/inaction-banner.jpg);
}

.in-action p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.in-action h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

    .in-action h2 a {
        color: #02769a;
        margin-left: 30px;
        font-weight: 400;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }

.storypart p, .home-podcast p {
    color: #3b4559;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}

.inaction-podcast .storypart p, .inaction-podcast .home-podcast p {
    height: 100px;
    margin: 0;
}

.storypart h2 {
    margin-bottom: 20px;
}

.home-podcast h2 {
    margin-bottom: 20px;
    margin-top: 0px;
}

    .home-podcast h2 a {
        color: #02769a;
        font-size: 14px;
        line-height: 18px;
        margin-left: 10px;
    }

@media (min-width: 768px) {
    .home-podcast h2 {
        margin-bottom: 50px;
        margin-top: 20px;
    }
}

/*Our-histroy*/
.our-history-banner {
    background-image: url(../../images/our-history-Hero.jpg);
}

.time-line {
    position: relative;
}

.timeline-line {
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #8bc751;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.left-box, .right-box {
    margin-bottom: 20px;
    width: 45%;
    background-color: #fff;
    z-index: 1
}

.time-line-content {
    box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.1);
    margin-top: 35px;
    position: relative;
}

.timeline-badge {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    color: #02769a;
    margin-top: 60px;
}

.col-sm-5.float-right.right-box::before {
    position: absolute;
    width: 96px;
    height: 2px;
    background: #02769a;
    content: '';
    left: -96px;
    top: 70px;
}

.left-box {
    margin-top: 100px;
}

.time-line-content.odd::after, .time-line-content.even::after {
    position: absolute;
    content: '';
    width: 53px;
    background: #02769a;
    height: 2px;
    right: -53px;
    top: 35px;
}

.time-line-content.even::after {
    left: -52px;
}

.year-timeline {
    padding: 100px 0;
}

.time-line-content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
}

.time-line-content h5 {
    font-size: 16px;
    color: #0071bc;
    font-weight: 500;
    line-height: 25px;
}

.time-line-content p {
    color: #3b4559;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}

.content-details {
    padding: 30px;
}

.t-img img {
    width: 100%;
}

.track-play1 {
    display: none;
    width: 4px;
    margin: 0 10px;
    max-width: 100%;
    height: auto;
    float: left;
}

.year-vertical-timeline ul {
    padding-left: 15px;
    position: relative;
}

    .year-vertical-timeline ul li.active {
        position: relative;
    }

    .year-vertical-timeline ul li:before {
        width: 4px;
        position: absolute;
        content: '';
        background-color: #eee;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    .year-vertical-timeline ul li.active:before {
        background-color: #02769a !important;
        height: 79px !important;
        z-index: 2;
        left: -25px;
        top: -20px;
    }

    .year-vertical-timeline ul li:last-child {
        margin-bottom: 0;
    }

    .year-vertical-timeline ul li {
        margin-bottom: 44px;
        line-height: 35px;
        font-size: 14px;
        letter-spacing: 0.3733333px;
        margin-left: 10px;
    }

.twenty-cel {
    background-color: #02769a;
    padding: 30px 85px;
    margin-top: 50px;
}

    .twenty-cel p {
        color: #ffffff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 16px;
        line-height: 25.6px;
        text-align: center;
        letter-spacing: 0.32px;
        margin: 0;
    }

/*mobile footer*/
.mobile-footer ul.nav {
    display: block;
    border-bottom: 1px solid #979797;
    padding-bottom: 10px;
    line-height: 30px;
}

.mobile-footer .panel-title a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 5px 0;
}

    .mobile-footer .panel-title a:hover, .mobile-footer .panel-title a:focus {
        text-decoration: none;
    }

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\f106";
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\f107";
}

.mobile-footer .panel-group {
    width: 100%;
}

.mobile-footer .panel-heading {
    border-bottom: 1px solid #979797;
    margin: 10px 0;
}

.mobile-footer ul.nav li > a {
    font-size: 14px;
    font-weight: 500;
}

.mobile-footer {
    display: none;
}

.mySelect {
    text-align: center;
    margin: 0;
    flex: 1;
    border: none;
    color: #1894cd;
    border-bottom: 3px solid #1894cd;
    -webkit-appearance: none;
    padding: 15px;
    font-size: 14px;
    width: 100%;
    background-image: none;
    border-radius: 0px;
}

.select-value {
    position: relative;
    text-align: center;
}

    .select-value::after {
        position: absolute;
        content: "\f107";
        font-family: Fontawesome;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 32px;
        color: #1894cd;
    }

.mobile-tabs, .mobile-cart-view, .mobile-review {
    display: none;
}

.m-product-name h4 a {
    font-size: 22px;
    line-height: 25px;
    margin: 25px 0;
    display: block;
}

.m-product-image img {
    width: 100%;
}

.m-product-name input {
    width: 70px;
}

.mobile-cart:first-child {
    padding: 0 0 50px 0;
}

.mobile-cart {
    border-bottom: 1px solid #d8d8d8;
    padding: 50px 0;
}

.m-product-price {
    text-transform: uppercase;
    font-size: 22px;
    color: #1894cd;
    font-weight: 500;
}

.mobile-cart-view {
    padding-bottom: 40px;
}

.mobile-review h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0;
}

.mobile-review h4 {
    color: #3b4559;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.mobile-review a {
    font-size: 16px;
}

.mobile-indicator {
    display: none;
}

.mobile-acc {
    display: none;
}

.f-dropdown {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    min-width: 130px;
    box-shadow: 0 0 2px 0px #9f9f9f;
    border-radius: 2px;
    display: none;
}

.fliter:hover .f-dropdown, .fliter:focus .f-dropdown {
    display: block;
}

.f-dropdown li {
    padding: 5px 10px;
}

    .f-dropdown li:hover, .f-dropdown li:focus {
        background: #efefef;
    }

        .f-dropdown li:hover a, .f-dropdown li a:focus {
            color: #02769a !important;
            text-decoration: none;
        }

.row.relatedevent.podcasts.more-episode {
    padding: 0;
}

.feature-video .carousel-control-prev {
    left: -140px;
}

.feature-video .carousel-control-next {
    right: -140px;
}

.feature-video .carousel-control-prev-icon:after, .feature-video .carousel-control-next-icon:after {
    color: #3b4559 !important;
}

.extra, .paging {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
}

    .paging > a, .paging > span, .extra > a, .extra > p {
        background-color: #ffffff;
        border: 1px solid #eee;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        margin: 2px;
        padding: 5px 12px;
        transition: all 150ms ease 0s;
        border-radius: 5px;
        font-weight: 500;
    }

a.page-link.pre:hover, a.page-link.pre:focus {
    background-color: #ebebeb;
    color: #b1b2b4 !important;
}

a.page-link.pre {
    cursor: default !important;
}

.pod-img iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #e8e8e8;
}

.hybrid-slider .slide .col-sm-4 {
    max-height: 350px;
    overflow: hidden;
}


.podcasts .pod-img {
    overflow: hidden;
}


.hide {
    display: none !important;
}

/* .show {
    display: block !important;
} */

.m-product-image {
    max-height: 150px;
    overflow: hidden;
}

.contact-img .col-sm-4 {
    max-height: 400px;
    overflow: hidden;
}

.about-arizona:hover a, .about-arizona a:focus {
    text-decoration: none;
}

.ui-datepicker div.ui-datepicker-title, .ui-datepicker .ui-datepicker-current-day, .ui-datepicker td:hover, .ui-datepicker td:focus {
    background-color: #02769a !important;
}

.exp-icon img {
    transition: all 700ms ease-in-out;
}

.focushover img, .about-arizona .col-sm-4 a:hover .exp-icon img, .col-sm-4 a:focus .exp-icon img, .about-arizona .col-sm-6 a:hover .exp-icon img, .col-sm-6 a:focus .exp-icon img {
    transform: rotate(-360deg);
}

.col-sm-3.educator img {
    transition: 700ms all ease-in-out;
}

    .col-sm-3.educator:hover img, .col-sm-3.educator img:focus {
        transform: rotateY(-180deg);
    }

.searchevents .btn.btn-primary {
    min-width: 100%;
    width: 100%;
    padding: 10px;
}

.qty select {
    padding: 10px 10px 10px 10px;
    height: 40px;
    width: 220px;
    font-size: 14px;
    color: #3b4559;
    border: 1px solid #e6e9ec !important;
}

.viewcart {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #02769a;
    width: 180px;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 4px;
    box-shadow: 0px 0px 4px 0px #3b4559;
    z-index: 3;
}

    .viewcart img {
        width: 24px;
    }

    .viewcart a span {
        color: #fff;
        margin-left: 5px;
    }

    .viewcart a {
        color: #fff;
    }

        .viewcart a:hover, .viewcart a:focus {
            text-decoration: none;
        }

    .viewcart:hover, .viewcart:focus {
        opacity: 0.9;
    }

audio::-webkit-media-controls-panel {
    background: #fff;
}

audio {
    width: 100%;
    border: 1px solid #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*Audio*/
.hybrid-slider .slide .col-sm-8 {
    max-height: 350px;
    overflow: hidden;
}

.hybrid-des {
    max-height: 240px;
    overflow: hidden;
}

.event-poster {
    max-height: 500px;
    overflow: hidden;
}

.product-reg {
    position: sticky;
    bottom: 0;
}

.hybrid-slider h4 {
    color: #fff;
}

.pod-ca-sts .pod-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pod-ca-sts .card {
    border: none;
}

.navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: end;
    -webkit-box-align: end;
}

.row {
    -webkit-flex-wrap: wrap !important;
}

.popup-title {
    font-size: 21px;
    margin: 0;
    font-weight: 600;
}

.position select {
    width: 100%;
    height: 45px !important;
    border-radius: 2px;
    border: 1px solid #ced4da;
    color: #898f9b;
    padding: 10px 30px 10px 10px;
    font-weight: 500;
}

#divDistrictSchoolGrade select {
    width: 100%;
    height: 45px !important;
    border-radius: 3px;
    border: 1px solid #ced4da;
    color: #898f9b;
    padding: 10px 30px 10px 10px;
    font-weight: 500;
}

#divDistrictSchoolSubject select {
    width: 100%;
    height: 45px !important;
    border-radius: 3px;
    border: 1px solid #ced4da;
    color: #898f9b;
    padding: 10px 30px 10px 10px;
    font-weight: 500;
}

#skilltagContainer .innerskilltag {
    width: 100%;
    margin: 10px 0 0 0;
}

#skilltagContainer input, #skilltagContainer .innerskilltag {
    display: inline-block;
    vertical-align: top;
}

    #skilltagContainer .innerskilltag .srch_tags {
        min-height: 40px;
        padding: 5px 10px;
    }

/*.searched_location .srch_tags {
    border: 1px solid #eee;
    min-height: 40px;
}*/

.srch_tags p {
    float: left;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    margin: 5px 10px 5px 0;
}

    .srch_tags p span {
        float: left;
        padding: 4px 10px;
    }

        .srch_tags p span:last-child {
            border-left: 1px solid #ddd;
            padding: 9px;
        }

.removetag {
    cursor: pointer;
}

.srch_tags p i {
    opacity: .8;
    display: block;
}

.ui-autocomplete {
    background-color: #fff !important;
    border: 1px solid rgba(198,198,198,0.5) !important;
    z-index: 3;
}

.ui-widget-content {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #222;
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    overflow: auto;
    max-height: 250px;
}

.fielditem .ui-widget-content, .autocompleteinput .ui-widget-content {
    left: 0;
    position: absolute;
    right: 0;
    top: 39px;
    border-radius: 5px;
}

.ui-menu-item p {
    margin: 0;
}

ul.ui-autocomplete {
    position: absolute !important;
}

.ui-autocomplete li:last-child {
    border-bottom: 0;
}

.ui-autocomplete li.ui-menu-item {
    border-bottom: 1px solid #eee;
}

.ui-menu-item:last-child {
    border-bottom: 0;
}

.ui-autocomplete > li {
    padding: 10px;
    font-size: 15px;
    text-transform: capitalize;
}

.ui-menu-item {
    cursor: pointer;
    font-size: 13px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

    .ui-menu-item:hover, .ui-menu-item:focus {
        background-color: #f5f5f5;
    }

#txtskillTag, #schoolname, #charterschool, #charterorg, #district {
    background-image: url(../../images/throbber-inactive.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.do-work-ass input {
    height: auto;
}

.do-work-ass .custom-check {
    display: inline-block;
    font-size: 15px;
    margin: 0 0px 20px 0px;
    font-weight: 500;
}

.addmore a {
    color: #02769a;
    display: inline-block;
    vertical-align: middle;
    transition: 100ms all ease-in-out;
    font-size: 16px;
    margin-right: 5px;
    text-decoration: underline;
    margin-top: 10px;
}

.createschool .custom-check {
    display: inline-block !important;
    margin: 0 15px 0 0px;
}

    .createschool .custom-check input {
        height: auto;
        margin-right: 8px;
    }

.createschool {
    margin-top: 10px;
    margin-bottom: 1rem;
}

.saveschool {
    text-align: center;
    padding: 20px 0;
}

    .saveschool .btn.btn-default {
        width: 120px;
        color: #fff;
    }

.about-content p {
    margin: 0;
    font-size: 20px;
    font-family: 'merriweatherregular';
    line-height: 35px;
}

.about-content {
    padding: 50px 0;
}

    .about-content h2 {
        font-size: 36px;
        margin-bottom: 25px;
        letter-spacing: 0.16px;
    }

.abt-content-list {
    padding: 30px 0 0 20px;
    column-count: 2;
}

    .abt-content-list a {
        margin-bottom: 15px;
        display: inline-block;
        font-size: 18px;
        padding-left: 15px;
        color: #02769a;
        font-weight: 500;
    }

.returntoshop {
    display: block;
    margin: 30px auto;
}

.empty-cart-img img {
    width: 280px;
    max-width: 100%;
}

.seperation {
    margin: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.remove {
    text-align: right;
    margin: 0 !important;
    font-size: 13px !important;
}

    .remove i {
        font-size: 15px !important;
    }

.create-link i {
    margin-right: 5px;
}

.create-link {
    padding-top: 12px;
}

.cart-event {
    font-size: 14px;
    color: #676767;
    font-weight: 500;
}

.event-book {
    padding: 0 0 50px 0;
}

.cart-event-title {
    padding-bottom: 25px;
}

.cart-eventname {
    width: 80%;
}

.apply-dis button {
    margin: 0 !important;
    border-radius: 20px !important;
    padding: 5px 32px !important;
}

input.event-check {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: auto;
    right: 6px;
    position: relative;
}

.event- {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #3b4559;
    font-weight: 500;
}

.e-name .earlybird {
    margin: 5px 0 0 0;
    font-size: 14px;
    display: block;
}

span.early-date {
    font-size: 13px;
    color: #3b4559;
    display: block;
    margin-top: 5px;
}

.e-deatils h4 {
    margin-bottom: 0;
    float: left;
    width: calc(100% - 100px);
}

.e-deatils.clearfix p {
    float: right;
    margin: 0;
}

.e-deatils.clearfix {
    margin-bottom: 15px;
}

.e-rivew p {
    font-size: 16px;
    color: #7b7b7b;
    margin-bottom: 10px;
    line-height: 25px;
}

.e-rivew .earlybird {
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}

.re-img img {
    width: 100%;
}

.re-img {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.srno {
    width: 50px;
}

select[multiple] {
    background-image: none !important;
}

.ui-datepicker-title select.ui-datepicker-month, .ui-datepicker-title select.ui-datepicker-year {
    background-image: none;
    -webkit-appearance: menulist-button;
}

select#ddlState {
    height: 45px;
    border-radius: 2px;
    padding-right: 33px;
}

select#ddlShippingState {
    height: 45px;
    border-radius: 2px;
    padding-right: 33px;
}

.videogallery .related-post {
    min-height: 100px;
    margin-bottom: 20px;
}

#divContactUsDetail .row {
    margin-bottom: 20px;
}

.list-of-school-dis {
    margin-top: 35px;
}

.umbraco .signinform {
    border: 1px solid #eee;
    padding: 30px 30px 5px;
    border-radius: 4px;
}

.signinform .form-group, .comtact-form .form-group {
    margin-bottom: 1rem;
}

.norecord {
    font-size: 30px;
    font-weight: 300;
    margin: 20px auto 0;
    color: #02769a;
}

button.btn.btn-primary.signinbtn {
    display: inline-block;
    margin-right: 10px;
}

span.or {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-right: 10px;
    color: #3b4559;
    font-weight: 500;
}

a.signup {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.sitemap ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    padding-right: 10px;
    font-weight: 600;
}

ul.level-1 {
    padding-left: 30px;
    margin: 5px 0;
}

.sitemap-menu li a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 30px;
}

.arizona-faq h1 {
    font-size: 36px;
}

div#divMyOrderItems .order-detail {
    border-top: none;
}

.popup-contain .umbraco {
    padding: 0;
}

#divMyOrderCartPopup button.close {
    padding-top: 11px;
    font-size: 30px;
    padding-right: 10px;
}

.pro-plan-img {
    max-height: 290px;
    min-height: 290px;
    height: 290px;
    overflow: hidden;
}

    .pro-plan-img img {
        max-height: 100%;
    }

.field-item ol {
    padding-left: 30px;
}

.field-item ul li {
    list-style-type: disc;
}

.field-item ul {
    padding-left: 30px;
}

footer img {
    max-width: 100%;
}

footer .column2 {
    margin-left: 5%;
}

.ace_btn {
    padding: 3px 3px;
    margin: 0px;
}


.ace_dd {
    display: none;
    border: 1px solid #aaa;
    position: absolute;
    background: white;
    z-index: 1000;
}

a.ace_opt {
    padding: 10px 11px;
    display: block;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

    a.ace_opt:hover, a.ace_opt:focus {
        background-color: #f0f0f0;
        color: #0654ba;
        text-decoration: none;
    }

.cart .breadcrumb {
    margin-top: 0;
}

.banner-details h1 span:hover, .banner-details h1 span:focus {
    color: #fff !important;
    transition: 300ms all ease-in-out;
}

.twitter i, .facebook i, .instagram i, .instagram i, .youtube i {
    transition: 500ms all ease-in-out;
}

.twitter:hover i, .facebook:hover i, .instagram:hover i, .youtube:hover i, .rotateonfocus i, .twitter:focus i, .facebook:focus i, .instagram:focus i, .youtube:focus i {
    transform: rotate(-360deg);
}
/*Homeroom*/
.homeroom-menu {
    background-color: #58606C;
    margin-bottom: 65px;
}

.h-mainmenu {
    display: inline-block;
}

    .h-mainmenu > li, .h-mainmenu > li.show {
        display: inline-block !important;
    }

        .h-mainmenu > li > a {
            color: #fff;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.5px;
            padding: 15px 20px;
            display: inline-block;
        }

        .h-mainmenu > li:hover > a, .h-mainmenu > li a:focus {
            background: #02769a;
            color: #fff;
        }

        .h-mainmenu > li:hover a, .h-mainmenu > li a:focus {
            text-decoration: none;
        }

.homeroom-menu > span {
    text-transform: uppercase;
    font-size: 13px;
    color: #ddd;
    font-weight: 500;
    padding: 15px 20px;
    vertical-align: middle;
    display: inline-block;
    float: left;
}

.menu-h {
    float: left;
}

.h-mainmenu li:hover .dropdown-menu, .h-mainmenu li:focus .dropdown-menu {
    display: block;
    border-radius: 0;
    box-shadow: 0 3px 8px 0px rgba(0,0,0,0.5);
    border: 0;
}

h4.inclassh4 {
    padding: 8px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #02769a;
    font-weight: 400;
}

.homeroom-menu button.navbar-toggler {
    float: right;
    top: 9px;
    position: relative;
}

/*Search page */
.searchpage {
    padding: 60px 0;
}

.searchtxt {
    color: #02769a;
}

.searchpage .searchnow button {
    border-radius: 34px;
    padding: 9px 32px;
    height: auto;
}

@media (max-width: 575px) {
    .searchpage .searchnow button {
        margin-top: 15px;
    }
}

.searchpage .form-group.has-search input {
    height: 45px;
    border-radius: 4px;
}

.search-img {
    height: 80px;
    width: 150px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.play-icon {
    border-top-left-radius: 2px;
    bottom: 0;
    font-size: 21px;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    bottom: 0;
}

.search-content a {
    font-size: 18px;
    text-decoration: underline;
    color: #02769a;
}

.search-content p {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0;
    max-height: 55px;
    overflow: hidden;
}

.search-img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.imgheight {
    height: 200px;
    width: 350px;
    overflow: hidden;
}
/*Thank You page*/
.thankyou {
    padding: 60px 0;
}

.thankyoudes i.fas.fa-check-circle {
    font-size: 50px;
    color: #02769a;
}

.thankyoudes h1 {
    font-size: 45px;
}

.thankyoudes p {
    font-size: 36px;
    font-weight: 500;
}

.backtohome {
    background: #02769a;
    border: #02769a;
}

    .backtohome i {
        margin-right: 12px;
        display: inline-block;
        vertical-align: middle;
    }
/****************/
/*Mentoring Changes*/
#divMasterTeacher .related-post {
    margin-bottom: 25px;
}

div#divMasterTeacher .related-post p {
    font-size: 15px;
    font-weight: 600;
    max-height: 45px;
    overflow: hidden;
}

div#divMasterTeacher .related-post small {
    margin-bottom: 12px;
    display: block;
    font-size: 12px;
    color: #02769a;
}

#divMasterTeacher .related-post:hover a, #divMasterTeacher .related-post:focus a {
    text-decoration: none;
}

.arizona-faq {
    padding-bottom: 30px;
}
/*Professional*/
.podimgheight {
    width: 445px;
    max-height: 255px;
    overflow: hidden;
}
/*National board*/
.Nimgheight {
    width: 540px;
    max-height: 272px;
    overflow: hidden;
}
/*
*/
/*Teacher Proile , report*/
.Timghheight {
    max-height: 250px;
    overflow: hidden;
    width: auto;
}

.tlprofile .Timghheight {
    max-height: 360px !important;
}


.reportimg {
    max-height: 230px;
    overflow: hidden;
    width: 445px;
}

.ariimg {
    width: 540px;
    max-height: 335px;
    overflow: hidden;
}
/*Homeroom search*/
.homeroomsearch {
    padding-bottom: 0;
}

    .homeroomsearch .banner.inclass-banner {
        margin-bottom: 0;
    }

.h-room-pagination {
    padding: 30px 0;
}

.homeroom-mgmnt .banner {
    margin-bottom: 50px;
    height: 400px;
}

.h-rimg {
    width: 350px;
    max-height: 230px;
    overflow: hidden;
}

.forborder > img {
    border: 1px solid #f2f2f2;
}

.mobileshow {
    display: none;
}

.top-nav-mobile {
    display: flex;
    justify-content: flex-end;
}

.banner-img {
    max-height: 400px;
    overflow: hidden;
    height: 400px;
}

.field-validation-error {
    font-size: 14px;
    color: red;
}

.eventorderslist .venue {
    margin: 5px 0 0 0;
}

.feature-product .pod-img {
    max-height: 300px;
    overflow: hidden;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}

.related-post:hover .flip-box-inner, .related-post:focus .flip-box-inner, .relatedposthover .flip-box-inner {
    transform: rotateY(180deg);
}



.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-back {
    transform: rotateY(180deg);
}

.hoverpopup {
    /*position: absolute;*/
    z-index: 11;
    background: #fff;
    box-shadow: 0 0 15px 5px #ccc !important;
    max-width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: scale(1.1);
    cursor: pointer;
}

.faclose {
    opacity: 0;
}

.hoverpopup .faclose {
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 18px;
}

.stick-readmore a {
    color: #02769a;
    text-decoration: underline;
}

.hoverpopup .post-detail p {
    height: 150px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.hoverpopup .stick-readmore {
    display: none;
}

.Event-Time, .Check-in-Time {
    font-size: 14px;
    font-weight: 500;
    color: #66696e;
}

    .Event-Time span, .Check-in-Time span {
        float: left;
    }

    .Event-Time p, .Check-in-Time p {
        overflow: hidden;
        margin: 0;
        color: #66696e;
    }

.Bheight {
    max-height: 340px;
    overflow: hidden;
    text-align: center;
}

/*28-8-2019*/
input.btn.btn-primary.paymentgateway, .btn.btn-primary.paymentgateway {
    width: auto !important;
}

.inactionstory .event-date, .inactionpod .event-date {
    font-size: 12px;
}

.inactionpod small, .inactionstory small {
    position: absolute;
    bottom: 0;
}



.inactionpod .event-leftpart h4, .inactionstory .event-leftpart h4 {
    font-size: 14px;
}

.inactionpod .event-leftpart h4, .inactionstory .event-leftpart h4 {
    font-size: 13px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    font-weight: 500;
}

.inactionpod .event-leftpart h5, .inactionstory .event-leftpart h5 {
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    overflow: hidden;
}

.storyimg img {
    height: 100%;
    width: 450px;
}

.storyimg {
    min-height: 150px;
}

.t-name a {
    font-size: 16px;
    color: #02769a;
    transition: 300ms all ease-in-out;
}

    .t-name a:hover, .t-name a:focus {
        color: #04b7bfc7;
    }

.showpwd i {
    font-size: 18px;
    position: relative;
    top: 15px;
    left: -20px;
    color: #848484;
    cursor: pointer;
}
/**/
.video-icon i {
    color: #fff;
    font-size: 40px;
}

.up a, .down a {
    color: #02769a;
}

.e-page .related-post .post-detail small {
    margin-bottom: 0;
}

/*15-10-2019*/
.eventr:hover .mealsec select, .eventr:focus .mealsec select {
    border: 1px solid #ced4da;
    background: #fff url(../../images/select-drop-gray.png) no-repeat scroll calc(100% - 10px) center;
}

.mealsec select:focus, .mealsec textarea:focus {
    box-shadow: none;
    border-color: transparent;
}

.eventr:hover .mealsec textarea, .eventr:focus .mealsec textarea {
    border: 1px solid #ced4da;
    background: #fff
}

.cart-eventname select {
    height: 35px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    border-color: transparent;
    background: none;
    padding-right: 30px;
    border-radius: 0;
    padding-left: 6px;
    width: 115%;
    border: 1px solid #ced4da;
}

.cart-eventname textarea {
    border-color: transparent;
    border-radius: 0;
    height: 38px;
    resize: none;
    overflow: hidden;
    font-size: 14px;
    background: transparent;
    font-weight: 500;
}

.street-block input {
    height: 35px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
}

.table-hover tbody tr:hover, .table-hover tbody tr:focus {
    background-color: rgba(0,0,0,.02);
}

.table-hover tbody tr.eventr:hover, .table-hover tbody tr.eventr:focus {
    background-color: transparent;
}

.eventr td {
    border: 0;
}

.street-block .apply-dis button {
    height: 35px !important;
    padding: .375rem .3rem;
    font-size: 14px;
}

.mealsec .col-sm-6 {
    padding: 0 5px 0 15px;
}

.cart-eventname p {
    font-size: 16px;
}

h6.att-title {
    font-size: 18px;
    font-weight: 600;
}

.closeicon {
    margin-top: 15px;
    margin-right: 10px;
    cursor: pointer;
}

.full-popup .header-popup {
    position: relative;
}

.header-popup {
    background-color: transparent;
}

.cartpopup {
    width: auto !important;
    display: inline-block !important;
    height: 35px !important;
    margin: 0 0 0 20px !important;
}

.removeScroll {
    overflow: hidden;
}

.checkout-item p {
    font-size: 14px;
    color: #5c5c5c;
}
/*24-10-2019*/
.homeroom {
    height: 600px;
    background: #f5f3f2;
}

.homeroomimg {
    width: 800px;
    height: 100%;
}

.homeroom .related-post h6 {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-bottom: 10px !important;
}

.homeroom .post-detail h4 {
    font-size: 21px;
}

.homeroom .post-detail p {
    font-size: 17px;
    font-weight: 400;
}

.structure h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: merriweather;
}

.structure p {
    font-size: 17px;
    font-family: "Nunito Sans", sans-serif;
}

.educator img {
    height: 41px;
}

.inner-content h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #3b4559;
}

.home .homeroom.home-slider .related-post:hover h6, .home .homeroom.home-slider .related-post:focus h6 {
    padding: 0;
    margin: 0;
}

.content-rightpart a:focus, .focus a:focus, .checkmark:hover, checkmark:focus, .container1:focus, input[type=radio]:focus, .checkmark1:focus, .comtact-form input:focus, .custom-check input:focus, .podcast-details a:focus, .podcasts a:focus, .order-confirm a:focus, .btn-infor a:focus, .addcolumn:focus, .content-list a:focus, .print-link a:focus, .field-item a:focus, .professional-plan a:focus, .pod-links li a:focus, .event-leftpart a:focus, .pod-img a:focus img, .breadcrumb-item a:focus, .add-another:focus, select:focus, .tabs .shop .nav-tabs a:focus, .social-icon li a:focus, .sitemap-menu li a:focus, .addtocal:focus, .tabfocus:focus, .related-post a:focus, .nav-link:focus, .navbar-brand:focus svg, .top-nav a:focus, .viewcart a:focus, .product-reg a:focus, .relatedevent a:focus, .bg-content a:focus, .social a:focus, .t-name a:focus, .footer-logo a:focus svg, .nau a:focus svg, .footer-menu li a:focus, .in-action a:focus, .shop-center a:focus, .teacher-tabs .nav-tabs a.nav-link:focus, .arizona-event a:focus, .footer-bootom-links li a:focus, input:focus, textarea:focus, .about-arizona a:focus, button:focus, .social-icon li:focus, .inner-content > a:focus h6, .readmore:focus, .learning a:focus div, .see-podcast:focus, .listen-episode:focus, .dwnld-link:focus, .year-vertical-timeline ul li a:focus, .stick-readmore a:focus, .direction a:focus, .office-address a:focus, .post-detail a:focus, .customradiobtnfocus {
    box-shadow: 0 0 0 0.12rem rgba(0, 123, 255, 0.72) !important;
}

.nau a:focus {
    color: #0056b3;
    box-shadow: 0 0 0 0.12rem rgba(0, 123, 255, 0.72) !important;
}

.checkoutpage .custom-check {
    margin: 0 0 10px 0px;
}

    .checkoutpage .custom-check input[type='radio'] {
        height: 20px;
        width: 20px;
    }

    .checkoutpage .custom-check span {
        padding: 0px 20px 0px 7px;
    }

.custom-check input {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.social-icon li a:focus, .event-leftpart a:focus, .professional-plan a:focus {
    display: block
}

.about-arizona a:focus, .related-post a:focus {
    display: inline-block;
    width: 100%;
}

.threepshover, .homepageevent .e-related-post a {
    transition: 300ms all ease-in-out;
}

    .homepageevent .e-related-post a:hover, .homepageevent .e-related-post a:focus {
        box-shadow: 0 0 15px #c2cccd;
    }

    .threepshover:hover, .threepshover:focus {
        box-shadow: 0 7px 10px #c2cccd;
    }

.headererror img {
    width: 197px;
}

.logo img {
    width: 197px;
}

.divMyOrderItems .cart-event-title {
    padding-bottom: 0;
}

table.notdborder td {
    border: 0;
}

p.threepscontent {
    height: auto;
    margin: 0;
}

.podtitle {
    font-weight: 500 !important;
    font-size: 14px !important;
}

.gridseperator1 {
    background: #fff;
    height: 20px;
}

.relatedposthover .event-lable {
    background-color: #fff;
    color: #0066b1;
    border: 1px solid #ddd;
}

.videodetailpage .event-leftpart p {
    height: 75px;
    margin: 0;
}

.videodetailpage .event-leftpart h4 {
    height: 30px;
    margin: 0 0 10px 0;
}

.videodetailpage .event-leftpart {
    padding: 10px 15px 0 0px;
}

.videodetailpage .col-sm-6 a {
    transition: 300ms all ease-in-out;
}

.videodetailpage .col-sm-6:hover a, .videodetailpage .col-sm-6:focus a {
    box-shadow: 0 0 12px #c2cccd !important;
    display: block;
}

.blackcolor {
    color: #000 !important;
}

.blackbg {
    background-color: #000 !important;
}


.whitecolor {
    color: #fff !important;
}

.tealcolor {
    color: #02769a !important;
}

.list-homeroom .post-detail p, .homeroomrelated-content .post-detail p {
    height: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-homeroom .post-detail h4, .homeroomrelated-content .post-detail h4 {
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-homeroom .related-post {
    min-height: auto;
}

.exceedsemail {
    word-wrap: break-word;
}

.orderT div, .event-data div, .odr-evnt div {
    font-size: 14px;
}

.signin p a {
    font-size: 22px;
    text-decoration: underline;
}

    .signin p a:hover, .signin p a:focus {
        color: #02769a;
    }

.e-page h4 {
    margin: 0 0 5px 0 !important;
}

.e-page p {
    height: auto !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pdl-0 {
    padding-left: 0px !important;
}

/* #region Global Preferences Modal */

button.modal-close--thin {
    font-family: 'montserrat_lightregular';
    font-weight: 300;
    padding: 0.8rem;
}

.modal-close--thin span {
    position: relative;
    height: 1.3rem;
    width: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .modal-close--thin span::before,
    .modal-close--thin span::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #AFAFAF;
        opacity: 0.5;
    }

    .modal-close--thin span::before {
        transform: rotate(45deg);
    }

    .modal-close--thin span::after {
        transform: rotate(-45deg);
    }

.global-modal .modal-content {
    background: #02769a;
    border-radius: unset;
}

.global-modal__content {
    padding: 0 2rem 1.5rem;
}

    .global-modal__content p {
        font-size: 14px;
        color: #ffffff;
    }

@media only screen and (min-width: 768px) {
    .global-modal .modal-dialog {
        max-width: 560px;
    }
}

/* #endregion */


/*Engagement Toolkit*/
.engagement-toolkit__banner .banner-details h1 {
    font-size: 104px;
    color: #009ba3;
    transition: 300ms all ease-in-out;
}

    .engagement-toolkit__banner .banner-details h1:hover {
        color: #fff;
    }

.engagement-toolkit__body .three-column__wrapper {
    padding: 50px 0;
}

.three-column__wrapper .pcontainer .exp-icon img {
    width: auto;
    height: 60px;
}

.three-column__wrapper .pcontainer:hover .exp-icon img {
    transform: rotate(-360deg);
}

.three-column__wrapper .pcontainer {
    border-right: 2px solid #f0f0f0;
}

    .three-column__wrapper .pcontainer:last-child {
        border-right: none;
    }

.three-column__wrapper h4 {
    color: #02769a;
    margin: 15px 0;
    font-size: 20px;
    font-weight: 500;
}

.three-column__wrapper p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}

.three-column__wrapper h5 {
    font-size: 18px;
}

.engagement-toolkit__body .bg-content a {
    margin-top: 20px;
}

.three-column__links {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .three-column__wrapper .pcontainer {
        border-bottom: 2px solid #f0f0f0;
        border-right: 0;
        padding: 10px 15px 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .three-column__wrapper .pcontainer:last-child {
            border-bottom: none;
        }
}

/* #endregion */


.event-details .event-deta-ils .event-description.my-4 ul {
    padding-left: 35px;
}

.event-details .event-deta-ils .event-description.my-4 li {
    list-style-type: inherit;
}

.background-size-cover {
    background-size: cover;
}

.donate-container .btn.btn-primary {
    width: 375px;
}

.donate-container .clr {
    padding: 75px;
}

/* #region Block Editors */

.umb-block-list a {
    font-size: inherit;
}

    .umb-block-list a:not(.btn) {
        text-decoration: underline;
    }

.quote-block {
    max-width: 50rem;
}

.quote-block__content {
    font-size: 1.1rem;
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
}

.quote-block__attribution {
    font-size: 1.2rem;
}

@media only screen and (min-width: 1024px) {
    .quote-block__content {
        font-size: 1.75rem;
    }

    .quote-block__attribution {
        font-size: 1.3rem;
    }
}

/* #endregion */


.registration-event-message {
    width: 45%;
    text-align: right;
}

#eventrightSection {
    position: relative;
}


@media only screen and (min-width: 992px) {
    .stick {
        position: fixed;
        top: 0;
        min-width: 290px;
        z-index: 0;
    }

    .absolute-bottom {
        position: absolute !important;
        top: auto;
        bottom: 0;
    }

    #eventrightSection .floating-section {
        max-width: 290px;
    }
}

@media only screen and (min-width: 1200px) {
    .stick {
        min-width: 350px;
    }

    #eventrightSection .floating-section {
        max-width: 350px;
    }
}

#staffDirectory .teacher-banner {
    background-position: center !important;
}


/* Emma email section */
.emma-email--form {
    background-color: #02769A;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-top: 100px;
}

#homePage .emma-email--form {
    margin-top: 0px;
}

.emma-email--title {
    color: #fff;
}

.emma-email--col {
    align-self: center;
}

.email-email--subtitle {
    color: #d8d8d8;
}

.emma-email--form .input-group {
    width: 560px;
    max-width:100%;
}

@media only screen and (min-width: 768px) {
    .emma-email--row {
        max-width: 700px;
        margin: 0 auto;
        margin-top: 160px;
    }
    .emma-email--form {
        margin-top: 160px;
    }
}

#emmaEmailValue {
    border-radius: 0px;
    border: 0;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    padding: 26px 36px;
    background-clip: border-box;
}
    #emmaEmailValue:focus {
        box-shadow: none !important;
        outline: none;
    }

.emma-email--submit {
    margin-left: 0px;
    border-radius: 0px;
    padding: 28px 28px 28px 20px;
    border: 0;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background-color: #FA4F03;
}
    .emma-email--submit:hover, .emma-email--submit:focus-visible, .emma-email--submit:active {
        background-color: #EF4C03 !important;
        color: #ffffff !important;
    }

.merge-members .account-details.text-left {
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 40px;
}

.merge-members .account-details .title {
    text-transform: uppercase;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.merge-members .account-details .flex-container.label-row {
    border-top: 0px;
    text-align: center;
}

    .merge-members .account-details .flex-container.label-row .row {
        justify-content: center;
        padding-left: 0px;
        line-height: 1.2;
        padding-bottom: 10px;
    }

.merge-members .account-details .flex-container {
    display: flex;
    flex-wrap: nowrap !important;
    width: 100%;
    border-top: 1px solid lightgrey;
    margin-left: 0px;
}

    .merge-members .account-details .flex-container .row {
        flex-wrap: nowrap !important;
        padding-left: 15px;
        padding-right: 0px;
        line-height: 1;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        min-height: 46px;
        align-items: center;
        align-self: center;
        min-width: 290px;
        word-break: break-word;
    }

    .merge-members .account-details .flex-container input[type="radio"] {
        width: 14px;
        height: 14px;
    }

    .merge-members .account-details .flex-container label {
        line-height: 1.4;
        margin-bottom: 0px;
        cursor: pointer;
        width: 100%;
        min-height: 46px;
        padding: 15px;
        opacity: 0.5;
    }

    .merge-members .account-details .flex-container .checked label {
        opacity: 1;
    }

.merge-members .account-details .row.checked {
    background: #f3f3f3;
    align-self: stretch;
}

    .merge-members .account-details .row.checked span {
        opacity: 0.1;
    }

.merge-members .account-details .row .name {
    opacity: 0.5;
    padding: 10px 0;
    padding-left: 30px;
    line-height: 1.2;
}

    .merge-members .account-details .row .name.dark {
        opacity: 1;
    }

.merge-members .account-details .row .disabled {
    opacity: 0.5;
}

.merge-members .post-merge-text button {
    background: none;
    border: none;
    color: #02769a;
    text-decoration: underline;
    cursor: pointer;
}


#chkAZK12Agreement {
    left: 0;
}

.chkAgreeSpan {
    padding-left: 20px;
}

.grecaptcha-badge {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*Mailchimp Form*/

#mc_embed_shell {
    margin: 0 auto;
    display: flex;
    width: 560px;
    align-items: stretch;
    max-width: 100%;
}

#mc_embed_signup {
    width: 560px;
    max-width: 100%;
}

    #mc_embed_signup form {
        margin: 0 !important;
    }

    #mc_embed_signup .mc-field-group {
        width: 560px !important;
        max-width: 100% !important;
        position: relative;
        display: flex !important;
        flex-wrap: nowrap;
        align-items: stretch;
        min-height: auto;
        padding-bottom: 0 !important;
        clear: none;
        margin-left: auto;
        margin-right: auto;
    }
        #mc_embed_signup .mc-field-group input {
            border-radius: 0px;
            border: 0;
            border-top-left-radius: 60px;
            border-bottom-left-radius: 60px;
            font-size: 18px;
            line-height: 25px;
            font-weight: 400;
            padding: 26px 36px !important;
            background-clip: border-box;
            display: flex !important;
            width: 60% !important;
            text-indent: inherit !important;
        }
        #mc_embed_signup .mc-field-group #mc-embedded-subscribe {
            margin-left: 0px;
            border-radius: 0px;
            padding: 28px 28px 28px 20px !important;
            border: 0;
            border-top-right-radius: 60px;
            border-bottom-right-radius: 60px;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            color: #ffffff;
            background-color: #FA4F03;
            position: relative;
            height: auto;
            margin-bottom: auto;
            margin-right: auto;
            width: 40% !important;
        }
    #mc_embed_signup div.mce_inline_error {
        position: absolute;
        bottom: -18px;
        background-color: transparent !important;
        left: 35px;
    }
    #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
        border: none !important;
    }
    #mc_embed_signup div.response {
        position: static;
        padding: 0 !important;
        margin: 8px 0 0 !important;
        font-weight: 400 !important;
        color: #ffffff !important;
        font-size: 14px;
    }

@media only screen and (min-width: 480px) {
    #mc_embed_signup .mc-field-group input {
        width: 70% !important;
    }

    #mc_embed_signup .mc-field-group #mc-embedded-subscribe {
        width: 30% !important;
    }
}

@media only screen and (min-width: 992px) {
    #mc_embed_signup .mc-field-group input {
        width: 77% !important;
    }

    #mc_embed_signup .mc-field-group #mc-embedded-subscribe {
        width: 23% !important;
    }
}


