body {
    color: #696969;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}


.circle svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    margin-top: 15px;
}


/*grid changes*/
.row.row-solid {
    margin-left: 0;
    margin-right: 0;
}
.row.row-solid .col-xs-1,
.row.row-solid .col-sm-1,
.row.row-solid .col-md-1,
.row.row-solid .col-lg-1,
.row.row-solid .col-xs-2,
.row.row-solid .col-sm-2,
.row.row-solid .col-md-2,
.row.row-solid .col-lg-2,
.row.row-solid .col-xs-3,
.row.row-solid .col-sm-3,
.row.row-solid .col-md-3,
.row.row-solid .col-lg-3,
.row.row-solid .col-xs-4,
.row.row-solid .col-sm-4,
.row.row-solid .col-md-4,
.row.row-solid .col-lg-4,
.row.row-solid .col-xs-5,
.row.row-solid .col-sm-5,
.row.row-solid .col-md-5,
.row.row-solid .col-lg-5,
.row.row-solid .col-xs-6,
.row.row-solid .col-sm-6,
.row.row-solid .col-md-6,
.row.row-solid .col-lg-6,
.row.row-solid .col-xs-7,
.row.row-solid .col-sm-7,
.row.row-solid .col-md-7,
.row.row-solid .col-lg-7,
.row.row-solid .col-xs-8,
.row.row-solid .col-sm-8,
.row.row-solid .col-md-8,
.row.row-solid .col-lg-8,
.row.row-solid .col-xs-9,
.row.row-solid .col-sm-9,
.row.row-solid .col-md-9,
.row.row-solid .col-lg-9,
.row.row-solid .col-xs-10,
.row.row-solid .col-sm-10,
.row.row-solid .col-md-10,
.row.row-solid .col-lg-10,
.row.row-solid .col-xs-11,
.row.row-solid .col-sm-11,
.row.row-solid .col-md-11,
.row.row-solid .col-lg-11,
.row.row-solid .col-xs-12,
.row.row-solid .col-sm-12,
.row.row-solid .col-md-12,
.row.row-solid .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.row.row-tight {
    margin-left: -5px;
    margin-right: -5px;
}
.row.row-tight .col-xs-1,
.row.row-tight .col-sm-1,
.row.row-tight .col-md-1,
.row.row-tight .col-lg-1,
.row.row-tight .col-xs-2,
.row.row-tight .col-sm-2,
.row.row-tight .col-md-2,
.row.row-tight .col-lg-2,
.row.row-tight .col-xs-3,
.row.row-tight .col-sm-3,
.row.row-tight .col-md-3,
.row.row-tight .col-lg-3,
.row.row-tight .col-xs-4,
.row.row-tight .col-sm-4,
.row.row-tight .col-md-4,
.row.row-tight .col-lg-4,
.row.row-tight .col-xs-5,
.row.row-tight .col-sm-5,
.row.row-tight .col-md-5,
.row.row-tight .col-lg-5,
.row.row-tight .col-xs-6,
.row.row-tight .col-sm-6,
.row.row-tight .col-md-6,
.row.row-tight .col-lg-6,
.row.row-tight .col-xs-7,
.row.row-tight .col-sm-7,
.row.row-tight .col-md-7,
.row.row-tight .col-lg-7,
.row.row-tight .col-xs-8,
.row.row-tight .col-sm-8,
.row.row-tight .col-md-8,
.row.row-tight .col-lg-8,
.row.row-tight .col-xs-9,
.row.row-tight .col-sm-9,
.row.row-tight .col-md-9,
.row.row-tight .col-lg-9,
.row.row-tight .col-xs-10,
.row.row-tight .col-sm-10,
.row.row-tight .col-md-10,
.row.row-tight .col-lg-10,
.row.row-tight .col-xs-11,
.row.row-tight .col-sm-11,
.row.row-tight .col-md-11,
.row.row-tight .col-lg-11,
.row.row-tight .col-xs-12,
.row.row-tight .col-sm-12,
.row.row-tight .col-md-12,
.row.row-tight .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

/*header*/
.navbar.navbar-main {
    background: #0F3B6C;
    border: 0 none;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
}
.navbar-brand {
    height: auto;
    padding-top: 20px;
    padding-bottom: 35px;
}
.navbar-brand > img {
    max-width: 260px;
}

/*section general*/
.section {
    margin-bottom: 40px;
}
.standard-section {
    padding: 40px 0;
}
#hero {
    background: url("../images/hero_overlay.png") 35% center #EEF8FA;
    background-repeat: no-repeat;
}
.disclaimer-section p {
    color: #9B9B9B;
    font-size: 12px;
}
.disclaimer-section label {
    color: #9B9B9B;
    font-size: 12px;
    font-weight: normal;
}
.circle {
    display: block;
    border-radius: 50%;
    width: 5em;
    height: 5em;
    margin: 0 auto 20px;
    background-color: #183152;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}
.circle .icon {
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 70px;
    font-size: 36px;
}

/*featured bar*/
.featured-bar {
    padding: 20px 0;
    background: #F2F2F2;
}
.feature-item {
    min-height: 90px;
    line-height: 90px;
    border-left: 1px dashed #DCDCDC;
    color: #F19B3C;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.feature-item .img-responsive {
    display: inline-block;
}

/*form*/
.form-group {
    margin-bottom: 30px;
}
.form-container {
    position: relative;
    z-index: 1;
}
.form-box {
    position: relative;
    top: -20px;
    border-radius: 7px;
    background: #fff;
    padding: 20px 10px 10px;
    -webkit-box-shadow: 0 42px 21px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 42px 21px 0 rgba(0, 0, 0, 0.5);
}
.form-box .heading-arrow {
    position: absolute;
    top: -88px;
    left: -71px;
    z-index: 10;
    max-width: none;
}
.step-heading {
    position: relative;
    z-index: 11;
    color: #0F3B6C;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.step-heading .heading {
    margin: 0;
    color: #0F3B6C;
    line-height: 1;
    font-size: 62px;
    font-weight: 200;
}
.step-heading .subheading {
    margin: 0;
    color: #0F3B6C;
    font-size: 22px;
    font-weight: 400;
}
.step-heading:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 40px 177px 0;
    border-color: #F3A64D transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -48px;
    left: 0;
}
.step {
    color: #fff;
}
.step-container {
    position: relative;
    background: #0F3B6C;
    border-radius: 7px;
    padding: 40px 40px 30px;
    margin-top: 30px;
}
label {
    font-size: 18px;
}
.form-group {
    position: relative;
}
.form-group .form-group-loader {
    position: absolute;
    top: 35px;
    right: 4px;
}
label.error {
    margin: 5px 0 0;
    color: #f00;
    font-size: 14px;
    font-weight: 400;
}
.radio label.error {
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
}
.input-lg {
    padding: 10px 5px;
}
.img-security {
    margin: 15px auto 0;
}
.back {
    position: absolute;
    top: 1px;
    right: 40px;
    z-index: 12;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.back:hover,
.back:focus {
    color: #fff;
}
.additional-error-info {
    margin: 0;
    color: #f00;
    font-size: 11px;
    font-weight: 400;
}
.additional-error-info a {
    color: #f00;
    text-decoration: none;
}

/*progress dots*/
.dots-list {
    text-align: center;
    margin: 0;
    padding:  10px 0 20px;
}
.dots-list li {
    margin-bottom: 0;
    padding-right: 4px;
    padding-left: 4px;
}
.dot {
    display: inline-block;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.dot:hover,
.dot:focus {
    background: #fff;
}
.dots-list > li.active > .dot {
    border-color: #fff;
    background: #fff;
}

/*footer*/
.section.footer {
    background: #0F3B6C;
    padding: 15px;
    margin: 0;
}
.section.footer p,
.section.footer ul {
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}
.section.footer ul li {
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 12px;
}
.section.footer p {
    margin-top: 2px;
    font-size: 12px;
}
.section.footer a {
    color: #F19B3C;
}
html, body {
    height: 100%;
}
.page-wrap {
    min-height: 100%;
    margin-bottom: -52px;
}
.page-wrap:after {
    content: "";
    display: block;
}
.footer, .page-wrap:after {
    /*height: 52px;*/
}

/*typography*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #0F3B6C;
    line-height: 1.2;
}
p, ul li {
    color: #0F3B6C;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
ul li {
    margin-bottom: 10px;
}
.lead {
    font-weight: 600;
}
.main-heading {
    margin: 10px 0 20px;
    font-size: 44px;
    font-weight: 600;
}
.standard-header {
    display: block;
    position: relative;
    margin: 0 0 40px 0;
    border-bottom: 1px dotted #d2d2d2;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    padding-bottom: 5px;
    text-align: center;
}
.standard-header::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 30px;
    height: 5px;
    background: #F19B3C;
    margin-left: -15px;
}

/*btn*/
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 20px;
}
.btn-back {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
.btn-back:hover,
.btn-back:focus {
    color: #fff;
}
.help-block {
    line-height: 1.2;
}
.help-block label {
    font-size: 85%;
    font-weight: 400;
    margin: 0;
    display: inline;
}
.form-tip {
    position: relative;
    margin: 5px 0 0;
    color: #bbb;
    font-size: 12px;
    font-weight: 300;
}
.form-tip span a {
    color: #fff;
}
.email-host-notification {
    display: none;
}
.btn-inverse {
    padding: 8px 25px;
    border-top: 0 none;
    border-bottom: 0 none;
    border-left: 1px solid #80838A;
    border-right: 1px solid #4B4B51;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-color: #4B4B51;
    background-size: 100% 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #80838A 0%, #4B4B51 100%), -webkit-linear-gradient(left, #80838A 0%, #4B4B51 100%);
    background-image: -moz-linear-gradient(left, #80838A 0%, #4B4B51 100%), -moz-linear-gradient(left, #80838A 0%, #4B4B51 100%);
    background-image: -o-linear-gradient(left, #80838A 0%, #4B4B51 100%), -o-linear-gradient(left, #80838A 0%, #4B4B51 100%);
    background-image: linear-gradient(to right, #80838A 0%, #4B4B51 100%), linear-gradient(to right, #80838A 0%, #4B4B51 100%);
    color: #fff;
    font-weight: 600;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse:active:focus {
    color: #fff;
    border-top: 0 none;
    border-bottom: 0 none;
    border-left: 1px solid #80838A;
    border-right: 1px solid #333;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-color: #333;
    background-size: 100% 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #80838A 0%, #333 100%), -webkit-linear-gradient(left, #80838A 0%, #333 100%);
    background-image: -moz-linear-gradient(left, #80838A 0%, #333 100%), -moz-linear-gradient(left, #80838A 0%, #333 100%);
    background-image: -o-linear-gradient(left, #80838A 0%, #333 100%), -o-linear-gradient(left, #80838A 0%, #333 100%);
    background-image: linear-gradient(to right, #80838A 0%, #333 100%), linear-gradient(to right, #80838A 0%, #333 100%);
    outline: none;
}
.btn-inverse .glyphicon,
.btn-inverse .fa {
    position: relative;
    top: 2px;
    color: #FFA72F;
}

/*scroll to top*/
.scroll-to-top {
    position: fixed;
    text-align: center;
    line-height: 10px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}
.scroll-to-top a {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #F19B3C;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*loader modal*/
.modal-loader .modal-header {
    border: 0 none;
    padding-bottom: 0;
}
.modal-loader .modal-body img {
    margin: 0 auto;
}

/*modal age*/
.modal-dialog {
    z-index: 9040;
}
.modal-age p {
    font-size: 20px;
}
.modal-age .img-loader {
    margin: 20px auto 0;
}
.modal-age .modal-body {
    padding: 20px;
}

/*trackings*/
.track-pixel {
    position: absolute;
    top: 0;
    left: 0;
}

/*helper*/
.no-border {
    border: 0 none !important;
}
.no-margin {
    margin: 0 !important;
}

/*responsive*/
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}
@media (max-width: 1600px) {
    #hero {
        background-position: 0;
    }
}
@media (max-width: 991px) {
    .step-heading:after {
        left: 50%;
        margin-left: -177px;
    }
    .form-box {
        top: 0;
    }
    .form-box .heading-arrow {
        top: -136px;
        left: auto;
        right: -16px;
    }
    .feature-item {
        border: 0 none;
    }
    .page-wrap {
        margin-bottom: 0;
    }
    .footer {
        text-align: center;
    }
    .section.footer p {
        margin-bottom: 10px;
    }
    .footer, .page-wrap:after {
        height: auto;
    }
    .footer .text-right {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .navbar-brand {
        padding-bottom: 60px;
    }
    .form-box .heading-arrow {
        max-width: 300px;
        top: -80px;
        left: 50%;
        right: auto;
        margin-left: -150px;
    }
}
@media (max-width: 399px) {
    .step-heading:after {
        display: none;
    }
    .step-heading .heading {
        font-size: 44px;
    }
    .step-heading .subheading {
        font-size: 20px;
    }
    .step-container {
        margin-top: 20px;
    }
    .dots-list {
        padding-left: 0;
        padding-right: 0;
    }
    .step-container {
        padding: 15px;
    }
    .back {
        right: 15px;
    }
}

.modal.in .modal-dialog
{
    -webkit-transform: translate(0, calc(40vh - 60%));
    -ms-transform: translate(0, 40vh) translate(0, -60%);
    -o-transform: translate(0, calc(40vh - 60%));
    transform: translate(0, 40vh) translate(0, -60%);
}
