.p-t-10 {
    padding-top: 10px
}

.p-r-10 {
    padding-right: 10px
}

.p-b-10 {
    padding-bottom: 10px
}

.p-l-10 {
    padding-left: 10px
}

.p-t-15 {
    padding-top: 15px
}

.p-r-15 {
    padding-right: 15px
}

.p-b-15 {
    padding-bottom: 15px
}

.p-l-15 {
    padding-left: 15px
}

.p-t-20 {
    padding-top: 20px
}

.p-r-20 {
    padding-right: 20px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-l-20 {
    padding-left: 20px
}

.m-t-20 {
    margin-top: 20px
}

.m-b-20 {
    margin-bottom: 20px
}

.hideit {
    opacity: 0!important;
    filter: alpha(opacity=0)!important;
    -moz-opacity: 0!important;
    -khtml-opacity: 0!important;
    visibility: hidden
}

.showit {
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important
}

html,
html a {
    -webkit-font-smoothing: antialiased!important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004)
}

body {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #676c76;
    font-weight: 400;
    -webkit-font-smoothing: antialiased!important
}

*:focus {
    outline: 0!important
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    outline: 0!important;
    -webkit-appearance: none
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.html);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.padded {
    padding: 80px 0 110px 0
}

.blue {
    color: #2d71b9
}

.green {
    color: #04a10f
}

.red {
    color: #f94953
}

a {
    color: #2792f2;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

a:hover {
    color: #1771c1;
    text-decoration: none;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

p {
    margin: 10px 0
}

.alert {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    background: #edf5f8;
    color: #676c76;
    border: 0;
    margin-top: 40px;
    padding: 15px
}

.alert p {
    margin-top: 0
}

h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 35px;
    font-size: 3.5rem
}

h2 {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    margin-top: 5px
}

#privacy h2,
#terms h2,
#econsent h2,
#ratesfees h2 {
    margin-top: 25px
}

#privacy p,
#terms p,
#econsent p,
#ratesfees p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px
}

.btn-nav {
    border: 1px solid #2d71b9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(pie/PIE.html);
    padding: 6px 14px!important;
    margin-top: 18px;
    margin-top: 1.8rem;
    margin-left: 6px
}

.btn-nav:hover {
    background: #2d71b9;
    color: white
}

.btn-default {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: white;
    text-transform: uppercase;
    background: #f94953;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    behavior: url(pie/PIE.html);
    border: 0;
    padding: 10px 20px;
    border-bottom: 2px solid #b1373e;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    color: white;
    background: #b1373e;
    border-bottom: 2px solid #b1373e;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.btn-padded {
    padding: 10px 60px
}

.btn-submit {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 20px 100px
}

.btn-submit .fa {
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6
}

.btn-modal {
    padding: 20px;
    padding: 2rem;
    font-size: 18px;
    font-size: 1.8rem;
    background: #235991;
    border-color: #114071
}

.btn-modal:hover {
    background: #114071;
    border-color: #114071
}

.btn-ghost {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(pie/PIE.html);
    border: 1px solid #d8e5ea;
    background: 0;
    color: #d8e5ea;
    margin-top: 20px!important
}

.btn-ghost:hover {
    background: 0;
    color: #2d71b9
}

.btn-ghost:focus {
    background: 0;
    color: #2d71b9
}

.btn-ghost-form {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(pie/PIE.html);
    border: 1px solid #2d71b9;
    background: 0;
    color: #2d71b9
}

.btn-ghost-form:hover {
    background: #2d71b9;
    color: white
}

.btn-ghost-form:focus {
    background: #2d71b9;
    color: white
}

.btn-spinner {
    background: #e9e9e9;
    color: #f94953;
    height: 44px;
    border: 1px solid #CCC
}

#bottom_button .btn {
    padding: 14px;
    padding-bottom: 14px
}

.fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    color: #333
}

.fullscreen .navbar-brand {
    padding-top: 4px;
    padding-left: 0
}

.fullscreen .modal-backdrop {
    background: 0
}

.fullscreen .close {
    color: white;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    margin-top: 9px;
    margin-right: 5px
}

.fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    color: #333;
    background: #2d71b9;
    overflow: auto;
    border: 0;
    -webkit-box-shadow: inset 0 0 28px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 28px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 28px 0 rgba(0, 0, 0, 0.5)
}

.fullscreen .modal-body ul {
    padding: 70px 0 0 0;
    overflow: auto;
    clear: both
}

.fullscreen .modal-body li {
    padding: 15px 0 15px 0
}

.fullscreen .modal-body li .btn-cta {
    color: #2d71b9;
    margin-top: 0
}

.fullscreen .modal-footer {
    border: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.fullscreen.fade:not(.in) .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.fullscreen .modal-header {
    min-height: 50px
}

.fullscreen .modal-body a {
    color: white;
    padding: 15px 0 15px 0;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.fullscreen .modal-body a:hover {
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5
}

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.navbar .navbar-toggle {
    border: 0;
    background: transparent!important;
    padding: 0 0 0 10px!important;
    margin-top: 28px;
    margin-right: 0;
    color: blue!important
}

.navbar .navbar-toggle:hover {
    background: transparent!important
}

.navbar .navbar-toggle .icon-bar {
    width: 22px;
    transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    color: #2d71b9!important
}

.navbar .navbar-toggle .top-bar {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #2d71b9;
    transform-origin: 10% 10%;
    -o-transform-origin: 10% 10%;
    -moz-transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%
}

.navbar .navbar-toggle .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
    background: #2d71b9
}

.navbar .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -o-transform-origin: 10% 90%;
    -moz-transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
    background: #2d71b9
}

.navbar .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0)
}

.navbar .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0)
}

.navbar-default {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: white;
    color: #2d71b9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    z-index: 99;border-radius: 0;
}

.navbar-default .navbar-nav .active a {
    background-color: transparent!important;
    color: #2d71b9;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.navbar-default .navbar-nav .active a:hover {
    -ms-filter: "alpha(opacity=75)";
    filter: alpha(opacity=75);
    opacity: .75;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in;
    color: #2d71b9
}

.navbar-default .navbar-nav li a {
    padding-top: 25px;
    padding-top: 2.5rem;
    padding-bottom: 25px;
    padding-bottom: 2.5rem;
    color: #2d71b9;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.navbar-default .navbar-nav li a:hover {
    -ms-filter: "alpha(opacity=75)";
    filter: alpha(opacity=75);
    opacity: .75;
    color: #2d71b9;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.navbar-default .navbar-brand {
    color: white;
    padding: 18px 0 0 0
}

.navbar-default .navbar-brand .btn-nav:hover {
    -ms-filter: "alpha(opacity=75)"!important;
    filter: alpha(opacity=75)!important;
    opacity: .75!important;
    background: none!important
}

.nav-home {
    background: transparent !important
}

.nav-home a {
    color: white!important
}

.nav-home .btn-nav {
    border-color: white
}

.nav-nolinks {
    min-height: 70px;
    background: #2d71b9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    behavior: url(pie/PIE.html);
    border: 0
}

.nav-nolinks .nav-message {
    color: white;
    float: left;
    position: relative;
    top: 17px;
    left: 10px;
    font-size: 16px;
    font-size: 1.6rem
}

.nav-nolinks .nav-message span {
    color: #144e8c;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif
}

.bump-down {
    padding-top: 90px
}

.pageheader {
    padding-top: 90px
}

.pageheader h1 {
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 64px
}

.pageheader h3 {
    color: #333;
    margin: 30px 0
}

.pageheader .btn {
    margin-top: 20px
}

.rightholder {
    background: #edf5f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(pie/PIE.html);
    padding: 18px 20px
}

#home header .bg_girl {
    background-repeat: no-repeat;
    background-position-x: -130px
}

#home header h1,
#home header h2 {
    font-family: 'Cabin', sans-serif;
    color: #fff;
}

#home header h1 {
    font-size: 36px !important;
    line-height: 44px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-weight: 700;margin-top:0 !important;
}

#home header h1 span {
    color: #900407 !important;
    -ms-filter: "alpha(opacity=35)";
    filter: alpha(opacity=35);
    opacity: .35;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

#home header h1 .mobile-br {
    display: none
}

#home header h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 33px
}

#home header h2 .mobile-br {
    display: none
}

#home header h3 {
    font-size: 20px;
    font-size: 2rem;
    color: black;
    -ms-filter: "alpha(opacity=35)";
    filter: alpha(opacity=35);
    opacity: .35;
    margin-bottom: 125px
}

#home header .is-sticky .form-holder {
    z-index: 999;
    width: 100%;
    margin-top: 0;
    background: rgba(45, 113, 185, 0.95);
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#home .form-holder {
    text-align: center;
    height: 110px;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 0 25px 0;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#home .form-holder .btn {
    width: auto;
    padding: 10px 20px;
    margin-top: 27px;
    margin-left: 3px;
    height: 42px
}

#home .form-holder select.form-control {
    border: 0;
    width: 260px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    line-height: 20px;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    behavior: url(pie/PIE.html);
    appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/down_arrow.png);
    margin-left: 0;
    border-bottom: 2px solid #c0c0c0
}

#home .form-holder label {
    color: white;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    display: table-cell;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5)
}

#home .introbump {
    margin-top: 80px
}

#home #home_how {
    text-align: center
}

#home #home_how .background {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #edf5f8);
    background-image: -moz-linear-gradient(top, #fff, #edf5f8);
    background-image: -o-linear-gradient(top, #fff, #edf5f8);
    background-image: -ms-linear-gradient(top, #fff, #edf5f8);
    background-image: linear-gradient(top, #fff, #edf5f8);
    padding: 60px 0 0 0
}

#home #home_how .background img {
    margin-bottom: -74px
}

#home #home_how .how_points {
    color: #676c76;
    border-bottom: 1px solid #d8e5ea;
    text-align: center;
    padding-bottom: 40px;
    margin-top: 80px
}

#home #home_how .how_points p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px
}

#home #home_how .how_points img {
    margin-bottom: 10px
}

#home #home_how .how_points .col-sm-4 {
    padding: 0 45px
}

#home #home_welcome {
    margin-top: 60px;
    margin-bottom: 45px
}

#home #home_welcome h1 {
    margin-bottom: 80px
}

#home #home_welcome p {
    margin-bottom: 20px
}

#home #home_safe {
    margin-bottom: 80px
}

#home #home_safe h1 {
    margin-bottom: 60px
}

#home #home_safe h2 {
    margin-top: 0
}

#home #home_safe p {
    margin-bottom: 20px
}

#home .el-alert-message {
    position: fixed;
    bottom: 0;
    z-index: 21;
    height: 55px;
    width: 100%;
    margin: 0 auto;
    background: #2792f2;
    color: #fff;
    line-height: 55px;
    text-align: center;
    font-size: 14px
}

#home .el-alert-message p {
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    margin: 0
}

#home .el-alert-message strong {
    text-transform: uppercase
}

#home .el-alert-message a {
    color: #fff
}

#home .el-alert-message a:hover {
    opacity: .55;
    cursor: pointer
}

#home .el-alert-full {
    position: fixed;
    bottom: -100%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    z-index: 20;
    background: #333;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
    line-height: 1.35em!important;
    font-size: 14px
}

#home #el-alert-btn {
    font-weight: bold
}

#home .el-alert-active {
    bottom: 55px!important
}

#home #el-alert-close {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #2792f2
}

#home #el-alert-close:hover {
    opacity: .55;
    cursor: pointer
}

#home footer {
    padding-bottom: 40px
}

.img-wrap {
    position: relative;
    margin-bottom: 50px
}

.img-wrap .points {
    position: absolute;
    height: 110px;
    width: 410px;
    bottom: -40px;
    left: 50%;
    margin-left: -205px;
    background: white;
    -webkit-box-shadow: 0 2px 60px 0 rgba(47, 48, 59, 0.11);
    -moz-box-shadow: 0 2px 60px 0 rgba(47, 48, 59, 0.11);
    box-shadow: 0 2px 60px 0 rgba(47, 48, 59, 0.11);
    text-align: center;
    padding: 10px 0 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(pie/PIE.html)
}

.img-wrap .points .point_holder {
    width: 33.3%;
    float: left;
    font-size: 13px;
    line-height: 15px
}

.img-wrap .points .point_holder img {
    max-width: 100%;
    margin-top: 12px
}

.img-wrap .points .point_holder .fa {
    display: block;
    font-size: 26px;
    padding: 10px
}

.howmobile h4 {
    font-weight: 700
}

.howmobile p {
    font-size: 14px;
    line-height: 18px
}

#howitworks .how-steps {
    margin-top: 30px
}

#howitworks .how-steps img {
    margin-right: 5px
}

#howitworks .how-steps .mid {
    border-top: 1px solid #d8e5ea;
    border-bottom: 1px solid #d8e5ea;
    padding: 10px 0;
    margin: 20px 0
}

#howitworks .how-steps .mid h2 {
    margin-top: 10px
}

#howitworks #how-testimonial {
    margin-bottom: 70px
}

#howitworks #how-testimonial .speech-bubble {
    background-color: #edf5f8;
    background-image: -webkit-linear-gradient(top, #edf5f8, #e3eaec);
    background-image: -moz-linear-gradient(top, #edf5f8, #e3eaec);
    background-image: -o-linear-gradient(top, #edf5f8, #e3eaec);
    background-image: -ms-linear-gradient(top, #edf5f8, #e3eaec);
    background-image: linear-gradient(top, #edf5f8, #e3eaec);
    border: 1px solid #edf5f8;
    border-radius: 5px;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Cabin', sans-serif;
    color: #04305f;
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 60px 0 rgba(47, 48, 59, 0.11);
    -moz-box-shadow: 0 2px 60px 0 rgba(47, 48, 59, 0.11);
    box-shadow: 0 2px 60px 0 rgba(47, 48, 59, 0.11);
    border: 1px solid white
}

#howitworks #how-testimonial .speech-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 0 30px 40px;
    border-color: transparent #e3eaec;
    display: block;
    width: 0;
    z-index: 1;
    right: 60px;
    bottom: -29px
}

#howitworks #how-testimonial .author {
    position: absolute;
    right: 108px;
    bottom: -25px;
    font-family: 'Lato', sans-serif;
    color: #676c76;
    font-size: 14px
}

#uses .container {
    border-top: 1px solid #d8e5ea;
    margin-top: 80px;
    padding-top: 80px;
    margin-bottom: 30px;
    padding-bottom: 30px
}

#hover-phone {
    padding: 20px 40px
}

.contain-middle-00 {
    display: table;
    height: 600px
}

.middle {
    display: table-cell;
    vertical-align: middle
}

#uses h3 {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #e9e9e9
}

#uses h4 {
    margin: 0 0 8px
}

#uses p {
    padding-bottom: 14px
}

#uses i {
    font-size: 32px;
    color: #02b076
}

#uses .col-xs-2 {
    text-align: center;
    padding-right: 0;
    padding-left: 0
}

#uses .col-md-12 {
    padding-right: 0;
    padding-left: 0
}

.uses-row {
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 10px
}

#hover-phone h4 {
    text-align: center;
    padding: 20px 15px;
    border: 2px solid #e9e9e9
}

#hover-phone h4:hover,
#hover-phone h4:focus {
    color: #02b076;
    border: 2px solid #02b076;
    cursor: pointer
}

.hover-phone-active {
    color: #02b076;
    border: 2px solid #02b076!important
}

#works-screen {
    position: relative
}

#works-screen img {
    width: 100%
}

#works-screen .btn-hold {
    position: absolute;
    left: 0;
    bottom: 160px;
    width: 100%;
    display: block;
    z-index: 10;
    padding: 0;
    margin: 0;
    border: 0
}

#works-screen .btn-hold a {
    font-size: 12px;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 150px;
    padding: 8px 0;
    border-radius: 5px;
    background: #02b076;
    text-decoration: none;
    border: 2px solid #02b076;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .45s linear;
    -moz-transition: all .45s linear;
    -o-transition: all .45s linear;
    -ms-transition: all .45s linear;
    transition: all .45s linear
}

#works-screen .btn-hold a:hover {
    background: #2d71b9;
    border: 2px solid #2d71b9
}

#screen-area {
    width: 230px;
    height: 403px;
    position: absolute;
    left: 66px;
    top: 109px;
    overflow: hidden
}

.screen-content {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

#screen-04,
#screen-05,
#screen-06 {
    left: 100%
}

.screen-fade {
    background: #f3f3f3;
    -webkit-transition: all .45s linear;
    -moz-transition: all .45s linear;
    -o-transition: all .45s linear;
    -ms-transition: all .45s linear;
    transition: all .45s linear
}

.trigger-01 {
    left: 0!important;
    opacity: 1
}

.how-steps {
    margin-top: 30px
}

.how-steps img {
    margin-right: 5px
}

.how-steps .mid {
    border-top: 1px solid #d8e5ea;
    border-bottom: 1px solid #d8e5ea;
    padding: 20px 0;
    margin: 20px 0
}

#ratesfees h1 {
    font-size: 36px;
    font-size: 3.6rem
}

#ratesfees h3 {
    margin: 10px 0;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px
}

#ratesfees .pageheader h2 {
    margin-top: 5px!important
}

#ratesfees .pageheader p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px
}

#ratesfees .body p,
#ratesfees .body li,
#ratesfees .body table {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px
}

#faq .title {
    margin-bottom: 30px;
    margin-top: 30px
}

#faq h3 {
    font-weight: 700;
    color: #333
}

#faq #faqholder {
    margin: 40px 0 100px 0
}

#faq #faqholder .panel-default {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#faq #faqholder .panel-default .panel-heading {
    -webkit-transition: border .1s ease-in;
    -moz-transition: border .1s ease-in;
    -o-transition: border .1s ease-in;
    -ms-transition: border .1s ease-in;
    transition: border .1s ease-in;
    background-color: #edf5f8;
    border: 1px solid #edf5f8;
    color: #333;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(pie/PIE.html);
    padding: 20px;
    margin: 0 40px
}

#faq #faqholder .panel-default .panel-heading:hover {
    cursor: pointer;
    border: 1px solid #d0e0e6;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#faq #faqholder .panel-default .panel-heading .panel-title {
    font-size: 18px
}

#faq #faqholder .panel-default .panel-heading .panel-title .fa {
    float: right;
    color: #2d71b9;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#faq #faqholder .panel-default .active {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    behavior: url(pie/PIE.html);
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#faq #faqholder .panel-default .active:hover {
    border-bottom-color: transparent;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#faq #faqholder .panel-default .panel-body {
    background: #edf5f8;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    behavior: url(pie/PIE.html);
    color: #333;
    border-color: #d0e0e6;
    padding: 0 15px 10px 15px;
    margin: 0 40px
}

.rotated {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#cta {
    background: #edf5f8;
    text-align: center;
    padding: 40px 0
}

#cta h1 {
    margin-top: 0
}

#cta p {
    color: #333;
    margin-bottom: 20px
}

#processing .ui-progressbar {
    position: relative;
    margin: 40px -15px 20px -15px;
    border-top: 1px solid #edf5f8;
    border-bottom: 1px solid #edf5f8;
    background: none!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    behavior: url(pie/PIE.html);
    padding: 0;
    padding: 0rem;
    height: 60px;
    height: 6rem
}

#processing .ui-widget-header {
    background: #edf5f8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    behavior: url(pie/PIE.html);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in
}

#processing .ui-progressbar-overlay {
    background: none!important
}

#processing .ui-progressbar-value {
    height: 100%;
    border: 0!important;
    margin: 0!important
}

#processing .progress-label {
    display: none
}

#processing .checks {
    position: absolute;
    width: 100%;
    padding: 0;
    padding: 0rem;
    padding-top: 12px;
    padding-top: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.15)
}

#processing .checks p {
    line-height: 18px;
    text-align: center;
    padding-bottom: 0;
    padding-bottom: 0rem;
    display: inline
}

#processing .checks .fa {
    color: #f94953;
    padding-left: 5px;
    padding-left: .5rem;
    padding-right: 5px;
    padding-right: .5rem;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in
}

#processing .pulse {
    -webkit-animation: pulsate 1.5s 0 ease-out;
    -moz-animation: pulsate 1.5s 0 ease-out;
    -ms-animation: pulsate 1.5s 0 ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite
}

@-webkit-keyframes pulsate {
    0% {
        -ms-filter: "alpha(opacity=25)";
        filter: alpha(opacity=25);
        opacity: .25
    }
    50% {
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1
    }
    100% {
        -ms-filter: "alpha(opacity=25)";
        filter: alpha(opacity=25);
        opacity: .25
    }
}

@-mox-keyframes pulsate {
    0% {
        -ms-filter: "alpha(opacity=25)";
        filter: alpha(opacity=25);
        opacity: .25
    }
    50% {
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1
    }
    100% {
        -ms-filter: "alpha(opacity=25)";
        filter: alpha(opacity=25);
        opacity: .25
    }
}

@-o-keyframes pulsate {
    0% {
        -ms-filter: "alpha(opacity=25)";
        filter: alpha(opacity=25);
        opacity: .25
    }
    50% {
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1
    }
    100% {
        -ms-filter: "alpha(opacity=25)";
        filter: alpha(opacity=25);
        opacity: .25
    }
}

@keyframes pulsate {
    0% {
        -ms-filter: "alpha(opacity=25)";
        filter: alpha(opacity=25);
        opacity: .25
    }
    50% {
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1
    }
    100% {
        -ms-filter: "alpha(opacity=25)";
        filter: alpha(opacity=25);
        opacity: .25
    }
}

#processing .grey {
    -ms-filter: "alpha(opacity=15)";
    filter: alpha(opacity=15);
    opacity: .15;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in
}

#complete .complete-holder {
    padding-right: 100px;
    padding-top: 20px
}

#complete .complete-page-contain {
    padding-top: 120px
}

#complete h1,
#complete h4 {
    color: #2792f2
}

#complete h2,
#complete h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: 500
}

#complete p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px
}

#complete form {
    border: 1px solid #d8e5ea;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(pie/PIE.html)
}

#fullform {
    padding-top: 150px
}

#fullform .form-section-holder {
    overflow: hidden;
    margin-bottom: 10px
}

#fullform .form-section {
    display: none;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

#fullform .form-section.current {
    display: inherit;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    max-height: 10000px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

#fullform .current-intro {
    -ms-filter: "alpha(opacity=100)"!important;
    filter: alpha(opacity=100)!important;
    opacity: 1!important
}

#fullform .current-holder {
    margin-bottom: 100px
}

#fullform #pay_date.form-control[readonly] {
    cursor: pointer!important;
    background: #fff!important
}

#fullform .form-section-intro {
    position: relative;
    z-index: 99;
    background: white;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #d8e5ea;
    padding-bottom: 20px;
    margin-bottom: 20px;
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);
    opacity: .25
}

#fullform .form-section-intro span {
    color: #2d71b9!important;
    border-radius: 50%;
    behavior: url(css/pie/PIE.html);
    width: 45px;
    height: 45px;
    padding: 5px 10px 10px 10px;
    background: #fff;
    border: 3px solid #2d71b9;
    color: #666;
    text-align: center;
    display: inline-block;
    margin-right: 10px
}

#fullform .form-rightrail {
    margin-top: 64px
}

#fullform .form-rightrail .textblock {
    background: #edf5f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(pie/PIE.html);
    padding: 15px;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 15px
}

#fullform .form-rightrail .textblock h1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0
}

#fullform .form-rightrail .textblock p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px
}

#fullform .form-rightrail .textblock span {
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
    padding: 0 5px
}

#fullform .submit-confirm p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px
}

#fullform .legal-continue {
    margin: 15px auto 0;
    max-width: 450px;
    text-align: center;
    font-size: 9px;
    line-height: 1.3em
}

#fullform .tcpa-continue {
    margin: 0 auto!important;
    display: block
}

#fullform .form-continue-button {
    width: 210px
}

#fullform .form-step-control {
    margin-top: 20px
}

#fullform .control-label,
#fullform .form-control {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem
}

#fullform .form-control {
    height: 44px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#fullform .form-control:focus {
    -webkit-box-shadow: inset 0 -4px 5px 0 rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 -4px 5px 0 rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 -4px 5px 0 rgba(0, 0, 0, 0.025)
}

#fullform #form-submit-legal {
    padding: 12px;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
    border: 1px solid #2d71b9
}

#fullform #form-submit-legal label {
    width: 95%;
    float: right;
    margin: 0;
    color: #676c76;
    font-weight: 400;
    font-size: 11px
}

#fullform #form-submit-legal label p {
    margin: 0;
    color: #676c76;
    font-weight: 400;
    font-size: 11px
}

#fullform #tcpa-checkbox,
#fullform #tcpa-checkbox:focus,
#fullform #tcpa-checkbox:hover {
    border: none!important;
    background: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    box-shadow: none;
    display: inline;
    margin: 0;
    padding: 0;
    height: 12px;
    width: 4%;
    margin-left: 1%;
    margin-top: 5px;
    float: left;
    text-align: left;
    outline: 0;
    position: relative
}

#fullform #tcpa-checkbox:before,
#fullform #tcpa-checkbox:focus:before,
#fullform #tcpa-checkbox:hover:before {
    content: '';
    margin-left: 2px;
    display: inline-block;
    vertical-align: text-top;
    width: 11px;
    height: 11px;
    background: white;
    border: 1px solid #676c76
}

#fullform #tcpa-checkbox:after,
#fullform #tcpa-checkbox:focus:after,
#fullform #tcpa-checkbox:hover:after {
    opacity: 0;
    content: '';
    position: absolute;
    left: 2px;
    top: -3px;
    background: white;
    width: 14px;
    height: 14px;
    background: url("../images/checkbox-check.png");
    background-size: contain;
    background-position: center center
}

#fullform #tcpa-checkbox:checked:after,
#fullform #tcpa-checkbox:focus:checked:after,
#fullform #tcpa-checkbox:hover:checked:after {
    opacity: 1
}

#fullform #parsley-id-multiple-tcpa-checkbox .parsley-custom-error-message {
    position: relative
}

#fullform .tcpa-focus {
    border: 1px solid #02b076!important
}

#fullform #rent_own_group {
    width: 100%
}

#fullform #rent_own_group #rent_own_toggle,
#fullform #rent_own_group #emp_status_toggle {
    width: 100%
}

#fullform #rent_own_group .btn-group {
    margin-top: 9px;
    margin-top: .9rem
}

#fullform #rent_own_group .btn-group .btn-radio {
    padding-top: 9px;
    padding-bottom: 9px;
    width: 50%;
    height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    text-transform: none;
    font-style: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(pie/PIE.html);
    font-weight: 300;
    top: -9px;
    color: #b1b1b1;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#fullform #rent_own_group .btn-group .btn-radio:before {
    content: "\f10c";
    font-family: FontAwesome;
    color: #f94953
}

#fullform #rent_own_group .btn-group .btn-radio input {
    width: 100%!important
}

#fullform #rent_own_group .btn-group .btn-radio.active {
    background: #e9e9e9;
    color: #333;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#fullform #rent_own_group .btn-group .btn-radio.active:before {
    content: "\f192";
    font-family: FontAwesome;
    color: #f94953
}

#fullform #rent_own_group .btn-group>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#fullform #rent_own_group .btn-group>.btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#fullform #emp_pay_group .btn-group {
    margin-top: 9px;
    margin-top: .9rem
}

#fullform #emp_pay_group .btn-group .btn-radio {
    padding: 9px 20px;
    height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    text-transform: none;
    font-style: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(pie/PIE.html);
    font-weight: 300;
    top: -9px;
    color: #333;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#fullform #emp_pay_group .btn-group .radio_middle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    behavior: url(pie/PIE.html)
}

#fullform #emp_pay_group .btn-group .btn-radio.active {
    background: #f94953;
    color: white;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in;
    border: 1px solid #f94953
}

#fullform #emp_pay_group .btn-group>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#fullform #emp_pay_group .btn-group>.btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#fullform .cheque_toggle:hover {
    cursor: pointer
}

#fullform .parsley-error {
    border-color: #d8646a;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    behavior: url(pie/PIE.html);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in
}

#fullform .parsley-errors-list {
    padding-left: 0
}

#fullform .parsley-errors-list li {
    font-size: 12px;
    font-size: 1.2rem;
    list-style-type: none;
    color: #d8646a;
    padding-left: 10px;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in;
    border: 1px solid #d8646a;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    behavior: url(pie/PIE.html);
    line-height: 0;
    padding: 10px;
    background: #d8646a;
    color: white;
    margin-top: -3px
}

footer {
    padding: 25px 0;
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem
}

footer .break-mobile {
    display: none
}

footer ul {
    padding: 0
}

footer .footer_nav {
    text-align: center;
    padding-top: 10px;
    padding-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem
}

footer .footer_nav li {
    display: inline;
    list-style-type: none;
    padding: 0 8px 0 5px;
    line-height: 22px;
    color: #000 !important;
}

footer .footer_nav li a {
    color: #2792f2
}

footer .footer_nav li a:hover {
    color: #1771c1;
    text-decoration: none
}

footer .legal {
    font-size: 12px !important;
    line-height: 16px !important;
    padding-top: 0;
    color: #1a1919;
    font-weight: 400;text-align: justify;
}

#bottom_button {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none
}

@media(min-width:1200px) {
    #home header .bg_girl {
        background-position-x: 12%
    }
    #home_how .background .desktop {
        margin-bottom: -78px!important
    }
}

@media(min-width:700px) and (max-width:1200px) {
    #home .el-alert-message {
        padding-top: 10px;
        line-height: 1.2em!important
    }
    #home .el-alert-message p {
        line-height: 1.2em!important
    }
    #home .el-alert-message .pull-left {
        width: 80%;
        text-align: left
    }
    #home .el-alert-message a {
        padding-top: 7px
    }
}

@media(max-width:700px) {
    #home .el-alert-message span {
        display: none
    }
}

@media(max-width:1200px) {
    #registration select.form-control {
        /* width: 200px!important */
    }
    #registration .btn {
        /* width: 200px */
    }
    .contain-middle-00 {
        height: 500px
    }
    #screen-area {
        width: 185px;
        height: 324px;
        position: absolute;
        left: 55px;
        top: 87px;
        overflow: hidden
    }
    #works-screen .btn-hold {
        bottom: 130px
    }
    #works-screen .btn-hold a {
        width: 140px;
        font-size: 12px;
        padding: 6px 0
    }
}

@media(min-width:980px) and (max-width:991px) {
    .pageheader h1 {
        font-size: 40px;
        font-size: 4rem
    }
    #home header h1 {
        font-size: 48px;
        font-size: 4.8rem
    }
    #registration select.form-control {
        width: 150px!important
    }
    #registration .btn {
        width: 100%;
    }
    #processing .checks p {
        font-size: 14px!important
    }
}

@media(min-width:768px) and (max-width:979px) {
    .pageheader h1 {
        font-size: 40px;
        font-size: 4rem
    }
    #home header {
        clear: initial
    }
    #home header .bg_girl {
        background-image: none;
        background-position-x: -200px!important
    }
    #home header h1 {
        /* font-size: 48px;
        font-size: 4.8rem */
    }
    #home #home_how .background img {
        margin-bottom: -57px
    }
    #home .introbump {
        margin-top: 20px
    }
    #home .img-wrap .points {
        width: 100%;
        left: auto;
        margin-left: auto
    }
    #registration select.form-control {
        /* width: 150px!important */
    }
    #registration .btn {
        /* width: 200px */
    }
    #processing .checks p {
        font-size: 14px!important
    }
}

@media(max-width:991px) {
    #complete .complete-holder {
        padding-top: 20px
    }
    #complete .complete-page-contain {
        padding-top: 70px
    }
    #complete #complete-form {
        padding-top: 25px
    }
    #home .form-holder label {
        font-size: 13px
    }
    #cta .btn-padded {
        padding: 15px 20px
    }
}

@media(min-width:767px) {
    .navbar .btn-nav {
        margin-left: 15px
    }
}

@media(max-width:767px) {
        #home header .bg_girl {
        background-position: 25%!important;
        background-position-y: 30%!important
    }
    #home header .bg_girl h2 {
        font-size: 15px;        
        line-height: 25px
    }
    #home header .bg_girl .textbox {
    margin-top: 30px;font-size: 16px;
    }
    #home header .bg_girl h1 {
    font-size: 18px;
    line-height: 20px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0px 10px;
}
#home header .btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 0;
    margin: 10px 0!important;
}
    .bump-down {
        padding-top: 70px
    }
    .pageheader {
        padding-top: 70px
    }
    h1 {
        font-size: 30px;
        font-size: 3rem
    }
    p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px
    }
    .pageheader h1 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 34px
    }
    .btn-default {
        padding-top: 20px;
        padding-bottom: 20px
    }
    #home .introbump {
        margin-top: 20px
    }
    #home .el-alert-full p {
        font-size: 12px;
        line-height: 1.3em
    }
    #home header h1 span {
        color: white!important;
        -ms-filter: "alpha(opacity=100)"!important;
        filter: alpha(opacity=100)!important;
        opacity: 1!important;
        font-weight: 800
    }
    #home header #home_form-sticky-wrapper {
        display: none
    }
    #home header h1 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 30px;
        text-align: left;
        margin-top: 68px
    }
    #home header h2 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        text-align: left;
        margin-bottom: 40px
    }
    #home header .btn {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 5px
    }
    #home header .bg_girl h1,
    #home header .bg_girl h2 {
        background: rgba(0, 0, 0, 0.45);
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px
    }
    #home header .bg_girl h1 {
        margin-bottom: 0
    }
    #home header .bg_girl h2 {
        margin-top: 0;
        font-weight: 100
    }
    #home #home_welcome {
        margin-top: 20px;
        margin-bottom: 20px
    }
    #home #home_welcome h1 {
        margin-bottom: 20px
    }
    #home #home_safe {
        margin-bottom: 20px
    }
    #home #home_how .background {
        overflow: hidden;
        padding-top: 0
    }
    #home #home_how .background img {
        margin-bottom: -58px
    }
    #home #home_how .how_points {
        margin-top: 20px
    }
    #home .img-wrap {
        margin-bottom: 60px
    }
    #home .img-wrap .points {
        width: 100%;
        left: 0;
        margin-left: 0
    }
    #home .img-wrap1 {
        margin-bottom: 0!important;
        margin-top: 40px
    }
    .padded {
        padding: 20px 0 40px 0
    }
    #uses .container {
        margin-top: 20px;
        padding-top: 10px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-top: 0
    }
    #faq #faqholder {
        margin: 10px 0 20px 0
    }
    #faq #faqholder .panel-heading,
    #faq #faqholder .panel-body {
        margin: 0!important
    }
    #faq h3:after {
        bottom: -10px
    }
    #processing .pageheader h1 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 0!important
    }
    #processing h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 0
    }
    #complete h1 {
        font-size: 22px;
        line-height: 26px;
        margin-top: 0
    }
    #exitpage .navbar {
        margin-bottom: 5px
    }
    #exitpage .pageheader p {
        margin-top: 0
    }
    #exit_page .pageheader h1 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 0!important
    }
    #exit_page .pageheader p {
        font-size: 14px;
        line-height: 16px
    }
    .nav-nolinks {
        min-height: 70px
    }
    .nav-nolinks .navbar-brand {
        padding-top: 17px
    }
    .nav-nolinks .nav-message {
        position: absolute;
        top: 40px;
        padding-left: 5px;
        font-size: 12px
    }
    .nav-nolinks .nav-message span {
        display: none
    }
    #fullform {
        padding-top: 90px
    }
    #fullform .form-section-intro {
        font-size: 18px;
        font-size: 1.8rem
    }
    #fullform .form-section-intro span {
        padding: 0 10px 10px 9px;
        width: 35px;
        height: 35px;
        margin-right: 5px
    }
    #fullform .control-label {
        font-size: 14px;
        font-size: 1.4rem
    }
    #fullform .btn-default,
    #fullform .btn-ghost-form {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie/PIE.html)
    }
    .btn-radio {
        font-size: 14px!important;
        font-size: 1.4rem!important;
        line-height: 24px;
        padding: 9px 12px!important
    }
    #emp_pay_group .btn-radio {
        font-size: 12px!important;
        font-size: 1.2rem!important;
        line-height: 24px;
        padding: 9px!important
    }
    #processing .ui-progressbar {
        margin: 20px 0 150px 0;
        height: 10px
    }
    #processing .ui-widget-header {
        background: #2d71b9
    }
    #processing .checks {
        margin-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d8e5ea
    }
    #processing .checks p {
        display: inline-block;
        margin: 0
    }
    #ratesfees h1 {
        font-size: 30px;
        font-size: 3rem
    }
    .btn-submit {
        padding: 20px 10px!important;
        font-size: 18px;
        font-size: 1.8rem;
        width: 100%
    }
    #howitworks .pageheader .btn {
        width: 100%
    }
}

@media(max-width:480px) {
    #home_form-sticky-wrapper {
        display: none
    }
    #home header .bg_girl {
        height: 100%;
        background-position: 16%;
        max-height:100% !important;
        min-height: fit-content !important;
        position: relative
    }
    #home header .bg_girl:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center center
    }
    #home header .bg_girl .textbox {
        margin-top: 130px
    }
    #home header .bg_girl h1 {
        font-size: 35px;
        line-height: 38px;
        background: 0;
        z-index: 999
    }
    #home header .bg_girl h1 br {
        display: block
    }
    #home header .bg_girl h2 {
        font-size: 20px;
        background: 0;
        z-index: 999;
        margin-bottom: 25px
    }
    #home header .bg_girl h2 .mobile-br {
        display: block
    }
    #home header .bg_girl .pull-right {
        float: none!important;
        width: 240px;
        padding: 20px 0
    }
    .padded {
        padding: 10px 0
    }
    #ratesfees .body table {
        font-size: 11px
    }
    #complete .complete-holder {
        padding-top: 20px;
        padding-right: 15px
    }
    #complete .complete-page-contain {
        padding-top: 70px
    }
    #complete .complete-form {
        padding-top: 10px;
        padding-bottom: 25px;
        border-bottom: 1px solid grey
    }
    #complete .complete-form label {
        font-size: 13px
    }
    #complete .complete-form .alert {
        margin-bottom: 0;
        margin-top: 20px
    }
    #complete h2,
    #complete h4 {
        font-size: 14px
    }
    #complete p {
        font-size: 13px
    }
    #complete hr {
        margin-top: 15px;
        margin-bottom: 15px
    }
    #fullform .form-continue-button {
        padding: 10px 35px;
        width: auto
    }
    #fullform #form-submit-legal label {
        width: 92%
    }
    #fullform #form-submit-legal label p {
        line-height: 1.4em
    }
    footer .break-mobile {
        display: block
    }
}

@media(max-width:360px) {
    #home header .bg_girl {
        background-position: 25%!important;
        background-position-y: 30%!important
    }
    #home header .bg_girl h2 {
        font-size: 15px;        
        line-height: 25px
    }
    #home header .bg_girl .textbox {
    margin-top: 30px;font-size: 16px;
    }
    #home header .bg_girl h1 {
    font-size: 18px;
    line-height: 20px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0px 10px;
}
#home header .btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 0;
    margin: 10px 0!important;
}
}