/*!
 *  Version: 1
 *  Author: Anologix
 *  Author URI: https://www.anologix.com/
 *  This theme was built by Anologix
 */

@import'https://fonts.googleapis.com/css2?family=Barlow+Condensed: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';

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-item {
    padding: 5px;
    width: 320px;
    height: 180px;
   /* line-height: 100px;*/
    color: #000;
    text-align: left
}

.flex-container-param {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: normal
}

.flex-item-param {
    width: 250px;
    color: #000;
    text-align: left
}

.flex-item-order-no {
    padding: 5px;
    width: 300px;
    height: 50px;
    line-height: 100px;
    color: #000;
    text-align: left
}

.order-detail-takecourse-button,
.order-detail-delete-button,
.order-detail-refund-button,
.order-detail-resendreceipt-button,
.order-detail-printreceipt-button {
    height: 25px !important;
    line-height: 0px !important
}

.divider {
    width: 5px;
    height: auto;
    display: inline-block
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%
}

    #customers td,
    #customers th {
        border: 1px solid #ddd;
        padding: 8px
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2
    }

    #customers tr:hover {
        background-color: #ddd
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: gray;
        color: #fff
    }

.text-align-right {
    text-align: right
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

.error-element {
    border: red 2px solid
}

* {
    outline: none !important
}

body {
    font-family: "Barlow Condensed";
    font-size: 16px;
    color: #1d1d1d
}

.h1,
.h2,
.h3,
.h4,
.h5,
.accordion p,
.accordion h2,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h1,
.h1 {
    margin-bottom: 21px
}

@media(min-width: 1280px) {
    h1,
    .h1 {
        font-size: 78px
    }
}

@media(min-width: 1280px) {
    h2,
    .h2 {
        font-size: 40px
    }
}

@media(min-width: 1280px) {
    h3,
    .h3 {
        font-size: 28px
    }
}

h4,
.h4 {
    letter-spacing: .46px;
    line-height: 1.339
}

@media(max-width: 768px) {
    h4,
    .h4 {
        font-size: 21px
    }
}

h5,
.h5,
.accordion p,
.accordion h2 {
    letter-spacing: .42px;
    line-height: 1.52
}

@media(min-width: 769px) {
    h5,
    .h5,
    .accordion p,
    .accordion h2 {
        font-size: 21px
    }
}

@media(max-width: 768px) {
    h5,
    .h5,
    .accordion p,
    .accordion h2 {
        font-size: 19px
    }
}

a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    color: #e12228
}

    a:hover {
        text-decoration: none;
        color: #1d1d1d
    }

img {
    max-width: 100%;
    width: auto
}

.row {
    margin-left: -14px;
    margin-right: -14px
}

div[class*=col-] {
    padding-left: 14px;
    padding-right: 14px
}

.normal {
    font-weight: 400 !important
}

.color-white {
    color: #fff !important
}

.color-red {
    color: #e12228 !important
}

.text-underline {
    text-decoration: underline
}

.btn,
.form input[type=submit],
.nav-main ul li.btn-wrap a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    border: none
}

    .btn:hover,
    .form input[type=submit]:hover,
    .nav-main ul li.btn-wrap a:hover {
        background: #1d1d1d;
        color: #fff
    }

.btn-primary,
.form input[type=submit],
.nav-main ul li.btn-wrap a {
    -moz-border-raidus: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 5px 39px 6px;
    font-size: 21px;
    letter-spacing: .5px;
    background: #0067b1;
    min-height: 43px
}

@media(min-width: 1280px) {
    .btn-lg,
    .form input[type=submit] {
        padding: 10px 39px 11px 38px;
        letter-spacing: .6px;
        font-size: 32px;
        -moz-border-raidus: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px
    }
}

.btn-arrow-right:after {
    background: url("../images/icon-arrow-right.png") 0 0 no-repeat;
    vertical-align: 1px;
    display: inline-block;
    margin-left: 19px;
    content: "";
    width: 28px;
    height: 21px
}

.container {
    max-width: 1308px;
    padding-left: 14px;
    padding-right: 14px
}

.clearfix {
    clear: both
}

.site-header {
    position: relative;
    background: #b22226
}

    .site-header > .container {
        padding-top: 13px
    }

@media(max-width: 1112px) {
    .site-header > .container {
        padding-bottom: 13px
    }
}

.site-header > .container > .row > div {
    position: unset
}

.top-area {
    text-transform: uppercase;
    background: #1d1d1d;
    color: #959595;
    padding: 4px 0;
    text-align: center
}

@media(min-width: 768px) {
    .top-area {
        text-align: left
    }
}

.top-area p {
    margin-bottom: 7px
}

.top-area .menu {
    text-align: center;
    margin: 0 0 7px;
    padding: 0
}

@media(min-width: 768px) {
    .top-area .menu {
        text-align: right
    }
}

.top-area .menu li {
    display: inline-block;
    list-style: none;
    padding: 0 15px;
    position: relative
}

@media(max-width: 1112px) {
    .top-area .menu li {
        padding-left: 5px;
        padding-right: 5px
    }
}

.top-area .menu li:after {
    background: #959595;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    width: 1px;
    height: 13px;
    top: 6px
}

@media(max-width: 1112px) {
    .top-area .menu li:after {
        display: none
    }
}

.top-area .menu li a {
    font-weight: 700;
    color: #fff
}

    .top-area .menu li a:hover {
        color: #e12228
    }

.top-area .menu li:first-child:after {
    display: none
}



.top-area .menu li:last-child {
    padding-right: 0
}

    .top-area .menu li:last-child:after {
        display: none
    }

.logo {
    margin-bottom: 11px
}

@media(max-width: 1112px) {
    .logo img {
        width: 300px;
        margin-top: 10px
    }
}

@media(max-width: 768px) {
    .logo img {
        width: auto;
        max-width: 100%
    }
}

.nav-main {
    padding-top: 11px;
    padding: 6px 0 0;
    float: right;
    position: unset
}

@media(max-width: 992px) {
    .nav-main ul {
        padding-bottom: 15px
    }
}

.nav-main ul li {
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    padding: 5px 23px 0
}

@media(max-width: 1180px) {
    .nav-main ul li {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width: 992px) {
    .nav-main ul li {
        padding-bottom: 5px;
        text-align: left
    }
}

.nav-main ul li:last-child {
    padding-right: 0
}

.nav-main ul li a {
    color: #fff
}

    .nav-main ul li a:hover {
        color: #1d1d1d
    }

.nav-main ul li.btn-wrap {
    padding-top: 0
}

@media(max-width: 992px) {
    .nav-main ul li.btn-wrap {
        padding-top: 5px
    }
}

@media(max-width: 992px) {
    .nav-main ul li.btn-wrap a {
        background: transparent;
        min-height: auto;
        font-weight: 400;
        font-size: 18px;
        padding: 0
    }

        .nav-main ul li.btn-wrap a:hover {
            background: transparent;
            color: #1d1d1d
        }
}

@media(max-width: 992px) {
    .nav-main .navbar-collapse {
        position: absolute;
        background: #b22226;
        z-index: 9;
        width: 100%;
        top: 100%;
        left: 0px
    }
}

.navbar-toggler {
    background: #1d1d1d;
    padding: 1px 4px;
    margin-top: 6px
}

.main-container {
    min-height: 500px
}

.banner {
    border-bottom: 4px solid #b22226;
    min-height: 600px
}

@media(max-width: 768px) {
    .banner {
        min-height: auto
    }
}

.banner .container {
    position: relative;
    min-height: 600px
}

@media(max-width: 768px) {
    .banner .container {
        min-height: auto
    }
}

.banner h1 {
    text-transform: uppercase;
    margin-bottom: 31px;
    line-height: .97;
    color: #b22226
}

.banner h4 {
    margin-bottom: 45px
}

.banner .item {
    background-size: cover;
    min-height: 600px
}

@media(max-width: 1500px) {
    .banner .item {
        overflow: hidden
    }
}

@media(max-width: 768px) {
    .banner .item {
        min-height: auto
    }
}

@media(max-width: 768px) {
    .banner .col-md-5 {
        display: none
    }
}

.banner .textwrap {
    padding-top: 40px
}

@media(max-width: 768px) {
    .banner .textwrap {
        padding-bottom: 40px;
        text-align: center
    }
}

@media(max-width: 1500px) {
    .banner .img {
        text-align: center
    }
}

.banner .img img {
    position: absolute;
    max-width: none;
    right: -92px;
    top: 8px
}

@media(max-width: 1500px) {
    .banner .img img {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block
    }
}

.banner .btn,
.banner .form input[type=submit],
.form .banner input[type=submit],
.banner .nav-main ul li.btn-wrap a,
.nav-main ul li.btn-wrap .banner a {
    max-width: 482px
}

    .banner .btn img,
    .banner .form input[type=submit] img,
    .form .banner input[type=submit] img,
    .banner .nav-main ul li.btn-wrap a img,
    .nav-main ul li.btn-wrap .banner a img {
        display: inline-block;
        vertical-align: -5px;
        margin-right: 19px
    }

@media(max-width: 1280px) {
    .banner .btn img,
    .banner .form input[type=submit] img,
    .form .banner input[type=submit] img,
    .banner .nav-main ul li.btn-wrap a img,
    .nav-main ul li.btn-wrap .banner a img {
        vertical-align: -9px
    }
}

.banner .slick-arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    -moz-border-raidus: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    overflow: hidden;
    position: absolute;
    opacity: .5;
    border: none;
    top: 50%;
    z-index: 9
}

    .banner .slick-arrow:hover {
        opacity: 1
    }

    .banner .slick-arrow.slick-next {
        right: 0
    }

    .banner .slick-arrow.slick-prev {
        left: 0
    }

.banner .slick-dots {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: left;
    left: 50%;
    bottom: 11px
}

@media(max-width: 768px) {
    .banner .slick-dots {
        text-align: center
    }
}

.slick-dots {
    max-width: 1280px;
    text-align: center;
    width: 100%;
    padding: 0
}

    .slick-dots li {
        display: inline-block;
        padding: 0 10px
    }

        .slick-dots li button {
            background: transparent;
            background: #959595;
            font-size: 0;
            width: 15px;
            height: 5px;
            border: 0
        }

        .slick-dots li.slick-active button {
            background: #b22226
        }

.light-pattern {
    background: url("../images/noise-img.jpg")
}

.home-content h2 {
    text-transform: uppercase;
    margin-bottom: 29px
}

.home-content .img {
    padding-bottom: 53px;
    padding-top: 49px
}

.heading-wrap {
    position: relative
}

    .heading-wrap h2 {
        background: url("../images/noise-img.jpg");
        display: inline-block;
        padding-right: 18px;
        position: relative;
        padding-left: 18px;
        z-index: 2
    }

    .heading-wrap:before {
        position: absolute;
        background: #b22226;
        content: "";
        height: 4px;
        width: 100%;
        top: 24px;
        left: 0
    }

.note {
    text-transform: uppercase;
    color: #959595
}

.sidebar h2 {
    text-transform: uppercase;
    margin-bottom: 32px
}

.post-list {
    padding: 0
}

    .post-list li {
        list-style-type: none;
        padding-bottom: 30px
    }

        .post-list li .img,
        .post-list li .textwrap {
            display: table-cell;
            vertical-align: top
        }

@media(max-width: 1112px) {
    .post-list li .img,
    .post-list li .textwrap {
        display: block
    }
}

@media(max-width: 767px) {
    .post-list li .img,
    .post-list li .textwrap {
        display: table-cell
    }
}

@media(max-width: 320px) {
    .post-list li .img,
    .post-list li .textwrap {
        display: block
    }
}

.post-list li .img {
    min-width: 170px
}

@media(max-width: 768px) {
    .post-list li .img {
        padding-right: 28px
    }
}

@media(max-width: 320px) {
    .post-list li .img {
        padding-right: 0
    }
}

.post-list li .img img {
    border: 2px solid #b22226
}

@media(max-width: 1112px) {
    .post-list li .img img {
        margin-bottom: 28px;
        width: 100%
    }
}

.post-list li h3 {
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: .9;
    font-weight: 400
}

.post-list li p {
    line-height: 1.3;
    color: #959595
}

.dark-pattern {
    background: url("../images/black-noise-img.jpg");
    color: #fff
}

    .dark-pattern .heading-wrap h2 {
        background: url("../images/black-noise-img.jpg")
    }

    .dark-pattern a:hover {
        color:#ffffff;
    }

.post-wrapper {
    padding-bottom: 29px;
    padding-top: 81px
}

    .post-wrapper .heading-wrap h2 {
        padding-left: 0
    }

.advantage {
    text-align: center;
    border-bottom: 3px solid #b22226;
    padding-bottom: 58px;
    padding-top: 79px
}

    .advantage .textwrap {
        padding-bottom: 46px
    }

        .advantage .textwrap h2 {
            text-transform: uppercase;
            margin-bottom: 41px;
            text-align: center
        }

    .advantage h3 {
        text-transform: uppercase;
        margin-bottom: 7px;
        font-weight: 400
    }

    .advantage p {
        line-height: 1.3;
        color: #1d1d1d
    }

    .advantage .img {
        padding-bottom: 21px
    }

    .advantage .col-md-3 {
        padding-bottom: 42px
    }

    .advantage .col-md-12 {
        padding-bottom: 13px
    }

h2.icon-crown,
h2.icon-quote {
    text-transform: uppercase;
    text-align: center;
    position: relative
}

    h2.icon-crown:before,
    h2.icon-quote:before {
        background: url("../images/icon-crown.png") center top no-repeat;
        content: "";
        width: 32px;
        height: 26px;
        position: absolute;
        top: -27px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%
    }

    h2.icon-quote:before {
        background-image: url("../images/icon-quote-o.png");
        width: 29px;
        height: 25px
    }

.offer {
    background: url("../images/houses-img.jpg") center center no-repeat;
    border-bottom: 4px solid #b22226;
    background-size: cover;
    padding-top: 31px;
    padding-bottom: 24px;
    color: #fff
}

    .offer h2 {
        text-transform: uppercase;
        margin: 32px 0 37px
    }

@media(min-width: 1280px) {
    .offer h2 {
        font-size: 80px
    }
}

.offer h3 {
    text-transform: uppercase;
    line-height: 1.25
}

@media(min-width: 1280px) {
    .offer h3 {
        font-size: 32px;
        font-weight: normal
    }
}

.offer.red {
    background: #b22226
}

.training {
    padding-bottom: 58px;
    padding-top: 79px
}

    .training .heading-wrap {
        text-align: center
    }

    .training .textwrap {
        padding-bottom: 13px;
        margin-bottom: 33px
    }

    .training .item {
        border: 1px solid #adadad;
        padding: 45px 44px 26px;
        -moz-border-raidus: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px;
        text-align: center;
        margin-bottom: 28px
    }

        .training .item h3 {
            text-transform: uppercase;
            font-weight: 400;
            max-width: 299px;
            margin: 0 auto 19px;
            width: 100%
        }

        .training .item p {
            line-height: 1.32;
            color: #1d1d1d
        }

        .training .item .img {
            padding-bottom: 30px
        }

    .training .row > div:last-child {
        padding-top: 47px
    }

.companies {
    background: url("../images/airshot-img.jpg") center top no-repeat;
    padding-bottom: 60px;
    padding-top: 78px;
    color: #fff
}

    .companies .heading-wrap {
        padding-bottom: 68px;
        text-align: center
    }

        .companies .heading-wrap h2 {
            background: url("../images/airshot-img.jpg") center -78px no-repeat;
            text-transform: uppercase;
            padding-bottom: 21px;
            padding-left: 18px
        }

        .companies .heading-wrap h4 {
            font-weight: normal
        }

    .companies .logo-wrap {
        border: 1px solid #cacaca;
        -moz-border-raidus: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px;
        margin-bottom: 30px;
        text-align: center;
        background: #fff;
        padding: 24px 14px 23px
    }

.testimonial {
    padding-bottom: 26px;
    padding-top: 79px
}

    .testimonial h2 {
        margin-bottom: 67px
    }

    .testimonial .heading-wrap {
        text-align: center
    }

    .testimonial .content-wrap {
        background: url("../images/temstimonial-img.jpg") center top no-repeat;
        border: 1px solid #484848;
        background-size: cover;
        text-align: center;
        position: relative;
        -moz-border-raidus: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px;
        padding: 0 14px;
        height: 290px;
        width: 100%;
        color: #fff
    }

        .testimonial .content-wrap:before {
            background: url("../images/icon-quote.png") 0 0 no-repeat;
            position: absolute;
            height: 46px;
            content: "";
            width: 46px;
            left: -15px;
            top: 15px
        }

    .testimonial .textwrap {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 308px;
        position: relative;
        padding-bottom: 0;
        width: 100%;
        left: 50%;
        top: 50%
    }

        .testimonial .textwrap h5 {
            font-weight: normal;
            margin-bottom: 30px
        }

@media(max-width: 768px) {
    .testimonial .textwrap h5 {
        font-size: 18px
    }
}

.testimonial .textwrap p {
    color: #959595
}

.testimonial .slick-dots {
    padding-top: 28px
}

.testimonial .slick-arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    -moz-border-raidus: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    overflow: hidden;
    position: absolute;
    opacity: .5;
    border: none;
    top: 42%;
    z-index: 9
}

    .testimonial .slick-arrow:hover {
        opacity: 1
    }

    .testimonial .slick-arrow.slick-next {
        right: -60px
    }

@media(max-width: 1500px) {
    .testimonial .slick-arrow.slick-next {
        right: 0
    }
}

.testimonial .slick-arrow.slick-prev {
    left: -60px
}

@media(max-width: 1500px) {
    .testimonial .slick-arrow.slick-prev {
        left: 0
    }
}

.site-footer {
    background: #1d1d1d url("../images/footer-img.jpg") center top no-repeat;
    padding-bottom: 50px;
    padding-top: 30px;
    color: #fff
}

@media(min-width: 768px) {
    .site-footer {
        padding-top: 90px
    }
}

.site-footer:after {
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    clear: both
}

.site-footer .row:after {
    width: calc(100% - 30px);
    margin: 43px auto 56px;
    background: #505050;
    display: block;
    height: 1px;
    content: "";
    clear: both
}

.site-footer nav ul li a:hover {
    color: #b22226
}

.site-footer h6 {
    text-transform: uppercase;
    margin-bottom: 34px;
    font-weight: 700
}

.footer-logo {
    text-align: center
}

@media(min-width: 768px) {
    .footer-logo {
        text-align: left
    }
}

.nav-footer {
    padding-top: 11px
}

    .nav-footer ul {
        text-align: center;
        padding: 0
    }

@media(min-width: 768px) {
    .nav-footer ul {
        text-align: right
    }
}

.nav-footer ul li {
    text-transform: uppercase;
    display: inline-block;
    font-size: 21px;
    padding: 0 10px
}

@media(min-width: 992px) {
    .nav-footer ul li {
        padding: 0 20px
    }
}

.nav-footer ul li:last-child {
    padding-right: 0
}

.nav-footer ul li a {
    color: #fff
}

.nav-location ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media(min-width: 768px) {
    .nav-location ul {
        -webkit-column-count: 7;
        -moz-column-count: 7;
        column-count: 7;
    }
    .home-content .nav-location ul {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}

.nav-location ul,
.nav-group ul {
    padding: 0 0 6px;
    margin: 0
}

    .nav-location ul li,
    .nav-group ul li {
        list-style-type: none;
        padding: 0 0 6px
    }

        .nav-location ul li a,
        .nav-group ul li a {
            color: #959595
        }

.nav-group ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media(min-width: 576px) {
    .nav-group ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.nav-group ul li {
    text-transform: uppercase
}

.copyright,
.powered {
    text-align: center;
    width: 100%
}

@media(min-width: 768px) {
    .copyright,
    .powered {
        text-align: left;
        width: auto
    }
}

.copyright p,
.powered p {
    text-transform: uppercase
}

    .copyright p a,
    .powered p a {
        text-decoration: underline;
        color: #b22226
    }

        .copyright p a:hover,
        .powered p a:hover {
            text-decoration: none;
            color: #fff
        }

    .copyright p a {
        padding: 0 10px
    }

.banner-inner {
    border-bottom: 4px solid #b22226;
    padding: 76px 15px 55px;
    background-size: cover;
    text-align: center;
    background: #000
}

    .banner-inner h1 {
        text-transform: uppercase;
        color: #b22226
    }

    .banner-inner.about {
        background: url("../images/about-us-banner.jpg") center center no-repeat
    }

    .banner-inner.contact {
        background: url("../images/contact-us-banner.jpg") center center no-repeat
    }

    .banner-inner.faq {
        background: url("../images/faq-banner.jpg") center center no-repeat
    }

    .banner-inner.gov {
        background: url("../images/gov-banner-img.jpg") center center no-repeat
    }

.site-content {
    padding-top: 30px
}

.main-content {
    padding-bottom: 37px;
    padding-top: 60px
}

    .main-content.about {
        padding-top: 0
    }

@media(min-width: 1025px) {
    .main-content .text-container {
        padding-top: 66px
    }
}

.main-content .text-container .h1,
.main-content .text-container h1 {
    text-transform: uppercase;
    color: #b22226
}

.main-content .text-container h2 {
    color: #1d1d1d
}

.text-container {
    padding-bottom: 15px
}

@media(min-width: 1025px) {
    .text-container {
        padding-top: 40px
    }
}

.text-container h2 {
    text-transform: uppercase;
    margin-bottom: 27px;
    color: #b22226
}

.img-container {
    padding-bottom: 15px
}

.about-post .row {
    padding-bottom: 44px
}

.call-to-action {
    background: #b22226;
    text-align: center;
    padding: 30px 15px;
    color: #fff
}

@media(min-width: 1025px) {
    .call-to-action {
        padding: 79px 0 73px
    }
}

.call-to-action .container {
    max-width: 1050px
}

.call-to-action h2 {
    text-transform: uppercase;
    margin-bottom: 31px
}

.call-to-action .h5,
.call-to-action .accordion p,
.accordion .call-to-action p,
.call-to-action .accordion h2,
.accordion .call-to-action h2,
.call-to-action h5 {
    margin-bottom: 39px
}

.call-to-action.small {
    padding: 0;
    text-align: right
}

@media(max-width: 768px) {
    .call-to-action.small {
        text-align: center
    }
}

.call-to-action.small .container {
    background: url("../images/guaraunteed-icon.png") 14px center no-repeat;
    padding: 37px 0 13px;
    max-width: 1143px
}

@media(max-width: 768px) {
    .call-to-action.small .container {
        background: transparent
    }
}

.call-to-action.small .btn,
.call-to-action.small .form input[type=submit],
.form .call-to-action.small input[type=submit],
.call-to-action.small .nav-main ul li.btn-wrap a,
.nav-main ul li.btn-wrap .call-to-action.small a {
    margin-left: 60px
}

@media(max-width: 768px) {
    .call-to-action.small .btn,
    .call-to-action.small .form input[type=submit],
    .form .call-to-action.small input[type=submit],
    .call-to-action.small .nav-main ul li.btn-wrap a,
    .nav-main ul li.btn-wrap .call-to-action.small a {
        margin: 30px 30px 0
    }
}

.heading {
    text-align: center;
    position: relative;
    margin-bottom: 46px
}

    .heading:before {
        background: #b22226;
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 4px;
        top: 24px;
        left: 0
    }

    .heading h2 {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        padding: 0 20px;
        background: #fff
    }

    .heading.heart,
    .heading.search {
        margin-top: 22px;
        padding-top: 26px
    }

        .heading.heart:after,
        .heading.search:after {
            background: url("../images/icon-heart.png") 0 0 no-repeat;
            position: absolute;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            content: "";
            width: 29px;
            height: 25px;
            left: 50%;
            top: 0
        }

        .heading.heart:before,
        .heading.search:before {
            top: 50px
        }



    .heading.black {
        margin-bottom: 21px;
        margin-top: 21px;
        width: 100%;
        float: left;
        color: #fff
    }

@media(min-width: 1280px) {
    .heading.black {
        margin-top: 78px
    }
}

.heading.black h2 {
    background: transparent;
    float: left;
    width: 21.375%
}

@media(min-width: 1280px) {
    .heading.black h2 {
        width: 21.375%
    }
}

.heading.black:before,
.heading.black:after {
    background: #b22226;
    position: relative;
    display: block;
    float: left;
    content: "";
    height: 4px;
    width: 38.3125%;
    margin-top: 24px;
    top: auto
}

@media(min-width: 1280px) {
    .heading.black:before,
    .heading.black:after {
        width: 38.3125%
    }
}
@media(max-width: 400px) {
    .heading.black:before,
    .heading.black:after {
        content:none;
    }
    .heading.black h2 {
        width:100%;
        text-align:center;
    }
}
.heading.black.long h2 {
    width: 40%
}

.heading.black.long:before,
.heading.black.long:after {
    background: #b22226;
    position: relative;
    display: block;
    float: left;
    content: "";
    height: 4px;
    width: 30%;
    margin-top: 24px;
    top: auto
}

.heading.text-left {
    margin-top: 48px
}

    .heading.text-left h2 {
        padding-left: 0
    }

.contact-details {
    background: url("../images/noise-img.jpg");
    border: 1px solid #adadad;
    -moz-border-raidus: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 46px 14px 34px;
    margin-bottom: 30px;
    text-align: center
}

    .contact-details h2 {
        margin-bottom: 14px
    }

    .contact-details h3 {
        text-transform: uppercase;
        margin-bottom: 14px;
        font-weight: 400
    }

    .contact-details p {
        margin-bottom: 19px
    }

    .contact-details .btn,
    .contact-details .form input[type=submit],
    .form .contact-details input[type=submit],
    .contact-details .nav-main ul li.btn-wrap a,
    .nav-main ul li.btn-wrap .contact-details a {
        max-width: 348px;
        width: 100%
    }

.form-container {
    background: url("../images/form-img.jpg") center no-repeat;
    border-bottom: 4px solid #e12228;
    background-size: cover;
    padding: 0 0 65px;
    color: #fff
}

.form {
    padding: 46px 0 0
}

    .form label {
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block
    }

    .form input[type=text],
    .form input[type=email],
    .form input[type=number],
    .form textarea {
        width: 100%;
        font-size: 21px;
        padding: 18px 10px;
        margin-bottom: 10px
    }

    .form input[type=submit] {
        color: #fff;
        max-width: 372px;
        width: 100%
    }

    .form ul {
        padding: 0
    }

        .form ul li {
            list-style-type: none;
            padding-bottom: 13px
        }

.faq-content {
    border-bottom: 4px solid #b22226;
    padding-bottom: 60px
}

.accordion {
    padding-bottom: 16px
}

    .accordion .card-header {
        background: transparent;
        border-bottom: none
    }

    .accordion .card {
        margin-bottom: 14px;
        border: 1px solid #adadad !important;
        -moz-border-raidus: 5px !important;
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important;
        -khtml-border-radius: 5px !important
    }

    .accordion .card-header {
        padding-bottom: 21px;
        padding-right: 30px;
        padding-top: 16px
    }

    .accordion .card-body {
        padding: 14px 30px 22px 50px
    }

    .accordion button {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        background-image: url("../images/icon-angle-up.png");
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: right center;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        text-align: left;
        display: block;
        width: 100%;
        border: 0;
        color: #b22226
    }

        .accordion button.collapsed {
            background-image: url("../images/icon-angle-down.png");
            color: #1d1d1d
        }

            .accordion button.collapsed:hover {
                color: #b22226
            }

        .accordion button:focus {
            outline: 0
        }

        .accordion button span.num {
            position: absolute;
            left: 0;
            top: 0
        }

    .accordion p {
        color: #959595;
        font-weight: normal
    }

.gov-content {
    padding-bottom: 59px;
    padding-top: 60px
}

    .gov-content .text-container {
        padding-top: 15px
    }

        .gov-content .text-container p {
            margin-bottom: 42px
        }

.guide-container {
    background: url("../images/instruction-img.jpg") center no-repeat;
    background-size: cover
}

    .guide-container.employee {
        background-image: url("../images/employee-training-bg.jpg");
        padding-bottom: 45px
    }

    .guide-container .steps {
        padding: 40px 15px 17px;
        -moz-border-raidus: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px;
        margin-bottom: 30px;
        margin-top: 38px;
        background: #fff;
        min-height: 533px
    }

        .guide-container .steps * {
            max-width: 503px;
            margin: 0 auto;
            text-align: center
        }

        .guide-container .steps h3 {
            text-transform: uppercase;
            margin-bottom: 22px;
            font-weight: 400
        }

        .guide-container .steps .h1 {
            text-transform: uppercase;
            margin-bottom: 48px;
            font-weight: 700;
            color: #b22226
        }

        .guide-container .steps p {
            margin-bottom: 27px;
            line-height: 1.35
        }

            .guide-container .steps p:last-child {
                margin-bottom: 0
            }

            .guide-container .steps p .spacing {
                padding: 0 8px
            }

        .guide-container .steps .img {
            margin-bottom: 47px
        }

    .guide-container .notes {
        padding: 25px 0 25px;
        text-align: center;
        max-width: 1060px;
        color: #959595;
        margin: 0 auto;
        width: 100%
    }

@media(min-width: 1025px) {
    .guide-container .notes {
        padding-bottom: 73px
    }
}

.guide-container .notes p {
    line-height: 1.3
}

@media(min-width: 1025px) {
    .guide-container .notes p {
        margin-bottom: 35px
    }
}

.guide-container .notes a:hover {
    color: #959595
}

.course-content {
    max-width: 1063px;
    margin: 0 auto;
    width: 100%
}

    .course-content h5 {
        font-weight: normal;
        text-align: center
    }

.course-content {
    padding-bottom: 40px
}

.map-course .map {
    padding-bottom: 66px;
    text-align: center
}

.map-course .map-nav {
    padding-bottom: 63px
}

    .map-course .map-nav ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        padding: 0;

        font-size:18px;
    }

@media(min-width: 768px) {
    .map-course .map-nav ul {
        -webkit-column-count: 7;
        -moz-column-count: 7;
        column-count: 7;
    }
    .map-course .map-nav ul li {
        padding-bottom: 1px;
        font-size: 21px;
    }
}
    .map-course .map-nav ul li {
        list-style-type: none;
       
    }



#cart table{
    border: 1px solid rgba(0,0,0,.1);
    font-size: 20px;
    font-weight:bold;
    margin-top: 2%;
}

@media (min-width: 320px) {
    #cart table {
        font-size: 16px !important;
    }
}
.tblFooter {
    border: 1px solid rgba(0,0,0,.1);
   padding-bottom:2%;
   padding-top:2%;
}
#cart table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
#cart table tbody {
    border-bottom: 1px solid #eee;
}
#cart table tbody tr {
    border: 1px solid #eee;
}
#cart table tbody td {
    padding:10px 12px;
}
#cartTotalSummary {
    font-size: 1.2em;
    font-weight:bold;
}

/*#navbarSupportedContent*/ 
.nav-main ul li {
    padding: 2px 10px 0 !important;
}

/*@media only screen and (max-width: 600px) {
    #cart table tbody td {
        display:block;
    }
}*/

/*@media (min-width: 360px) {*/
@media (max-width: 815px) {
    .container {
        width:100%;
    }
    .col-sm-11, .col-sm-12,
    .col-sm-9, .col-sm-10,
    .col-sm-8, .col-sm-7,
    .col-sm-6, .col-sm-5,
    .col-sm-4, .col-sm-3 {
        width: 100% !important;
        /* margin-bottom: 2%;*/
        margin-top: 2%;
        /*float:left !important;*/
        float: none;
    }

    .col-sm-12 p, .col-sm-6 p, .col-sm-3 p {
        float: none !important;
    }

    #statetbl {
        width: 396px !important;
    }
    .table-responsive {
        display: block !important;
        overflow-x: scroll;
        -webkit-overflow-scrolling: auto !important;
        -moz-overflow-scrolling: auto !important;
    }

   
}

.alert:empty {
    display:none;

}

.Customer #admin-link {
    display:none;
}
#theTimer {
    font-size: 24px;
    color: blue;
    float:right;
}
#needTime {
    float:left;
    color:blue;
    font-size:24px;
    float:left;
}

.showTimer {
    display:none;
}

.showTimer.True {
    display: block;
}


.course-frame{
        width:1009px;
        height:678px;
        border:0px;
        display:block;
        margin:0 auto;
    }

@media(max-width: 767px) {
    .course-frame {
        width: 100%;
        height: 450px;
    }
} 

@media(max-width: 460px) {
    .course-frame {
        width: 100%;
        height: 829px;
        margin:0;
    }
    #theTimer, #needTime {
        font-size:20px;
    }
}

#courses-table td span {
    color: #ac2323;
    font-weight: bold;
    display:inline-block;
    padding-left:10px;
}

.checkout-applicator-fields {
    display:none;

}