/**********************************/
/* 		General style             */
/**********************************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('poppins-light-webfont.woff2') format('woff2'),
    url('poppins-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('poppins-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('poppins-medium-webfont.woff2') format('woff2'),
    url('poppins-medium-webfont.woff') format('woff');
}

body {
    font-family: 'PoppinsRegular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

label, a {
    margin-bottom: 0;
}

a {
    color: #1464A1;
}

a:hover {
    cursor: pointer;
}

a:hover,
a:focus {
    color: #1464A1;
    text-decoration: none;
    outline: none;
}

p, ol, ul, li {
    font-size: 18px;
}

input {
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

hr.horizontal-line {
    height: 1px;
    border: 0;
    width: 10%;
    margin: 20px auto;
    background-image: -webkit-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
    background-image: -moz-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
    background-image: -ms-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
    background-image: -o-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
}

.error {
    height: 33px;
    color: #F44336;
    text-align: left;
    font-size: 18px;
    padding-bottom: 6px;
}
/**********************************/
/* 		General style END         */
/**********************************/

.container {
    width: 1200px;
    max-width: 1200px;
}


/**********************************/
/*      Navigation bar style      */
/**********************************/
.navbar {
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    position: fixed;
    z-index: 2;
    background: #FFF;
    width: 100%;
}

.navbar .navbar-brand img {
    width: 250px;
}
/**********************************/
/*     Navigation bar style END   */
/**********************************/


/****************************************/
/*     Footer style                     */
/****************************************/
footer {
    border-top: 1px solid #c7c8ca;
    background: #f9f9f9;
}

footer .footer-wrapper {
    padding: 4rem 0;
    text-align: center;
}

footer .footer-wrapper img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}

footer .footer-wrapper a {
    color: #3066BE;
}

footer .footer-wrapper a:hover {
    color: #072D59;
    border-bottom: 1px solid;
}

footer .footer-bottom .privacy {
    padding: 20px 10px;
    text-align: center;
}

footer .footer-bottom {
    background: #072D59;
}

footer .footer-bottom p {
    color: #EEE;
    margin-bottom: 0;
}

footer .footer-bottom a {
    color: #EEE;
}

footer .footer-bottom a:hover {
    color: #3066BE;
    border-bottom: 1px solid;
}

/****************************************/
/*     Footer style END                 */
/****************************************/



/****************************************/
/*     Page Not Found style             */
/****************************************/
#pageNotFound {
    text-align: center;
    padding: 150px 10px;
}

#pageNotFound h1 {
    font-weight: 900;
    font-size: 150px;
    opacity: 0.8;
    background-color: #909090;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0 3px 3px;
}

#pageNotFound h2 {
    font-weight: 700;
    font-size: 40px;
    margin: -10px 0 0 0;
    opacity: 0.9;
    background-color: #909090;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0 3px 3px;
}
/****************************************/
/*     Page Not Found style END         */
/****************************************/



/****************************************/
/*     Email Status page style          */
/****************************************/
#emailStats {
    padding-top: 90px
}

#emailStats .error {
    color: #FF0000;
    padding-bottom: 10px;
}

#emailStats table {
    border: 1px solid #CCC;
}

#emailStats table td {
    padding: 5px;
}

#emailStats table td.row {
    white-space: nowrap;
    text-align: center;
}

#emailStats table input {
    border: 1px solid #1464A1;
    background: #1464A1;
    color: #FFFFFF;
    padding: 0 8px;
    font-weight: normal;
}

#emailStats table input:hover {
    background: #FFFFFF;
    color: #1464A1;
}

#emailStats table tr:first-child {
    font-weight: bold;
    background: #dedcdc;
}

#emailStats table tr td:last-child {
    width: 1%;
    text-align: center;
}

#emailStats table form {
    margin-bottom: 0;
}

#emailStats h1.sent-successfully,
#emailStats .no-emails {
    text-align: center;
    font-size: 20px;
    padding: 30px 0 60px 0;
    color: #3DC480;
}

#emailStats h1.sent-successfully span {
    font-size: 30px;
    padding-bottom: 14px;
}
/****************************************/
/*     Email Status page style END      */
/****************************************/





/****************************************/
/*     Thank You page style             */
/****************************************/
#thankYou {
    padding-top: 60px;

}

#thankYou .header {
    background-image: url(../images/booksAndApple.jpg);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
}

#thankYou .header h2 {
    color: #ffffff;
    text-align: center;
    padding: 80px 10px;
    background: rgba(59,61,64,0.5);
}

#thankYou .text-wrapper p {
    margin: 0 25px;
}

/****************************************/
/*     Thank You page style END         */
/****************************************/



/****************************************/
/*     Sending email style              */
/****************************************/
#sendingWrapper {
    display: none;
    z-index: 9999;
    background: rgba(93, 93, 93, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#sendingWrapper .sending {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -130px;
    background: #FFF;
    padding: 15px;
    border-radius: 4px;
    color: #1464A1;
}

#sendingWrapper .sending h4 {
    padding-bottom: 6px;
    display: block;
}

#sendingWrapper .sending .progress {
    margin: 0;
    border-radius: 2px;
}
/****************************************/
/*     Sending email style END          */
/****************************************/


/****************************************/
/*     Landing Page style               */
/****************************************/

/* Why Axiom Banner */
.why-axiom {
    background: #072c59;
}

.why-axiom .wrapper {
    padding: 10px 0;
}

.why-axiom .video-icon {
    width: 100%;
    cursor: pointer;
}


.results {
    padding-top: 25px;
}

.results .equation-wrapper {
    color: #FFF;
    padding-left: 100px;
}

.results .equation-wrapper .equation-text,
.results .equation-wrapper .equation-sign {
    float: left;
}

.results .equation-wrapper .equation-text {
    border: 2px solid #607794;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    line-height: 20px;
}

.results .equation-wrapper .equation-sign {
    border: 2px solid transparent;
    font-weight: bold;
    padding: 14px 12px;
    font-size: 20px;
}

.results .call-us {
    text-align: center;
    padding-top: 15px;
}

.results .call-us a {
    color: #FFFFFF;
    font-size: 18px;
}


#axiomVideo .modal-content {
    border-radius: 0;
}

#axiomVideo .modal-body {
    padding: 20px;
}

#axiomVideo .modal-dialog {
    margin: 180px auto 0 auto;
    max-width: 700px;
}

#videoPlayerWrapper {
    padding-bottom: 0;
}

#videoPlayerWrapper iframe {
    width: 100%;
    height: 400px;
}

#axiomVideo .close {
    margin: 30px 30px 0 0;
    color: #FFF;
    opacity: 1;
    font-size: 50px;
}

#axiomVideo {
    background: rgba(0, 0, 0, 0.6);
}
/* Why Axiom Banner END */


.text-wrapper,
.text-list,
.contact-bottom {
    padding: 3em 0;
    color: #072D59;
    text-align: left;
}

.text-wrapper ul {
    list-style: none;
}

.text-wrapper ul {
    list-style: none;
    padding-left: 20px;
}

.text-wrapper ul li {
    position: relative;
    padding-left: 30px;
    line-height: 2;
}

.text-wrapper ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../images/axiom_learning_shield.png);
    background-size: cover;
    background-position: center;
    left: 0;
    top: 10px;
}

.section-header {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    color: #072D59;
    margin-bottom: 0.8em;
}


/***** Contact Forms *****/
.contact-form .form-group {
    margin-bottom: 7px;

}

.contact-form .form-group input[type="text"],
.contact-form .form-group select {
    text-align: inherit;
    line-height: 50px;
    padding: 24px 14px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
    background: #eeeeee;
    color: #072D59;
    border: 1px solid #eeeeee;
    box-shadow: none;
}

.contact-form .form-group input[type="text"]:active,
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group select:active,
.contact-form .form-group select:focus {
    border: 1px solid #FFF;
}

.contact-form .form-group input[type="submit"] {
    text-transform: uppercase;
    font-style: normal;
    border-radius: 0.5em;
    padding: 0.6em 1.5em;
    box-shadow: none;
    background-color: #072D59;
    border-color: transparent;
    color: #f9f9f9!important;
}

.contact-form .form-group select {
    padding: 10px!important;
    height: 50px;
}

.contact-us-top-form-wrapper .col-sm-6 .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}

.contact-us-top-form-wrapper .form-group input[type="text"] {
    padding: 21px 14px;
}

.contact-us-top-form-wrapper .form-group select {
    height: 44px;
}

.contact-form .button-wrapper {
    margin: 20px auto 0 auto;
    text-align: center;
}

.contact-us-top-form-wrapper {
    background: rgba(183, 190, 197, 0.8);
    padding: 20px 25px;
    font-size: 20px;
    width: 520px;
    height: 740px;
    float: right;
}

.contact-us-top-form-wrapper .form-group {
    text-align: left;
}

.contact-us-top-form-wrapper .form-group span {
    font-size: 16px;
    line-height: 22px;
}

.contact-us-bottom-form-wrapper .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}

.contact-us-bottom-form-wrapper .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.contact-us-bottom-form-wrapper .form-group .depending-question {
    padding-top: 9px;
    display: block;
}

.contact-us-bottom-form-wrapper .form-group input[type="submit"] {
    padding: 0.8em 1.5em;
}

.contact-us-bottom-form-wrapper h2 {
    color: #072D59;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 34px;
}

/***** Contact Forms END *****/


/* Accordion */
.accordion {
    border-top: 1px solid #e4e8eb;
    list-style: none;
    padding: 0;
}

.accordion .list {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
}

.accordion .content {
    display: none;
    padding: 10px 15px 20px 15px;
    color: #072D59;
}

.accordion .list p,
.accordion .list li {
    margin: 0 0 1.5em;
    text-align: left;
}

.accordion .list li {
    margin: 0;
}

.accordion a {
    width: 100%;
    display: block;
    font-size: 21px;
    color: #072D59;
    padding: 15px;
    text-align: left;
}

.accordion a:hover {
    background-color: rgba(0,0,0,0.04);
}

.accordion a:after {
    width: 12px;
    height: 12px;
    border-right: 2px solid #072D59;
    border-bottom: 2px solid #072D59;
    position: absolute;
    right: 20px;
    content: " ";
    top: 20px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion a.active {
    font-weight: bold;
}

.accordion a.active:after {
    top: 24px;
    transform: rotate(225deg);
    transition: all 0.2s ease-in-out;
}
/* Accordion END */




/****************************************/
/*     Landing Page style END           */
/****************************************/


@media (max-width: 1199px) {

    .container {
        width: 970px;
    }


    /* Why Axiom Banner */
    .why-axiom .video-icon {
        margin: 0 auto;
        max-width: 600px;
        display: block;
    }

    .why-axiom .row {
        display: unset;
    }
    /* Why Axiom Banner END */

    .contact-us-top-form-wrapper {
        width: 100%;
        background: transparent;
        height: auto;
    }

    .contact-us-top-form-wrapper h2 {
        display: none;
    }
}


@media (max-width: 991px) {

    .container {
        width: 750px;
    }

    .navbar .navbar-brand img {
        width: 180px;
    }

    .navbar {
        margin-top: 0;
    }

    #videoPlayerWrapper iframe {
        height: 422px;
    }

    .contact-us-bottom-form-wrapper .col-sm-6 {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 100%;
        flex: unset;
    }

    #thankYou {
        padding-top: 50px;
    }
}


@media (max-width: 767px) {

    .container {
        width: 100%;
    }

    /* Page not found */
    #pageNotFound {
        padding: 100px 10px 70px;
    }

    #pageNotFound h1 {
        font-size: 130px;
    }

    #pageNotFound h2 {
        font-size: 30px;
    }
    /* Page not found END */

    #videoPlayerWrapper iframe {
        height: 300px;
    }


    .text-wrapper {
        padding: 2em 0;
    }

    .text-wrapper p,
    .text-wrapper li,
    .text-list .accordion .list p,
    .text-list .accordion .list li {
        font-size: 15px;
    }

    .text-list .accordion .list p {
        margin: 0 0 1em;
    }

    .text-wrapper ul {
        margin: 15px 0;
        padding-left: 20px;
    }

    .text-list .accordion a {
        font-size: 17px;
        padding: 10px;
    }

    .text-list .accordion a:after {
        right: 10px;
        top: 13px;
    }

    .contact-bottom {
        padding: 2em 0;
    }


    .contact-us-bottom-form-wrapper h2 {
        font-size: 26px;
        margin-bottom: 0.6em;
    }
}


@media (max-width: 640px) {

}

@media (max-width: 480px) {

    p, ol, ul, li {
        font-size: 14px;
    }



    #videoPlayerWrapper iframe {
        height: 220px;
    }
    /* Landing page END */


    footer .col-md-3,
    footer .col-md-3 ul {
        text-align: center;
    }
}