
html, body{
    height: 100%;
}
* {
    -webkit-box-sizing: border-box; /* Android = 2.3, iOS = 4 */
    -moz-box-sizing: border-box; /* Firefox = 28 */
    box-sizing: border-box; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
}
a:focus{
    outline:none !important;
}
body{
    padding:0;
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    height:100%;
    background: #fff url('../images/bg-page.jpg') no-repeat top center;
    font-size: 13px;
}
.text-size-small {
    font-size: 12px;
}
.text-size-mini {
    font-size: 11px;
}
.text-center {
    text-align: center;
}

body.index {
    background-image: url('../images/bg-index.jpg');
}
.left {
    float: left;
}
.mr-10 {
    margin-right: 10px !important;
}
.pr-10 {
    margin-right: 10px !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.page-wrap {
    width: 992px;
    margin: 170px auto 0;
    overflow-x: visible;
}
.index .page-wrap {
    margin-top: 0;
}
.form-group {
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #27538e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.has-error .form-control {
    border-color:#f00059;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
label {
    color: #27538e;
}
a {
    color: #27538e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
label a {
    text-decoration: underline;
}
.control-label {
    display: block;
    margin-bottom: 5px;
}
#coregForm {
    padding: 25px 15px;
    float: right;
    width: 328px;
    min-height: 600px;
    margin-bottom: 0;
}
.footer {
    clear: both;text-align: center;
}

.footer ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.footer ul li {
    display: inline-block;
    color: #27538e;
    font-size: 12px;
}
.form-group::after,
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.dob-row {
    margin-right: -10px;
    margin-left: -10px;
}
.dob-col {
    float: left;
    width: 33%;
    padding-right: 10px;
    padding-left: 10px;
}
button {
    border: none;
    background: none;
    cursor:pointer;
}
.help-block {
    font-size: 11px;
}
.help-block.error {
    color:#f00059;
}

.page-title {
    color:#0065aa;
    font-size: 21px;
}
.color-text {
    color:#f00059;
}

.page-content {
    min-height: 520px;
}

.offers {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
}
.offers  label.radio-title{
    font-weight: bold;
}
.offers  label{
    color: inherit;
}
.row-main {
    float: left;
    width: 100%;
}
.row-bx {
    background: #f5f5f5 none repeat scroll 0 0;
    min-height: 185px;
    height: auto;
    float: left;
    margin: 0 15px 15px;
    padding: 10px 20px;
    width: calc(50% - 30px);
}
.img-icon {
    float: left;
    margin-right: 8px;
}
.form-row-2.m-t-35 {
    float: left;
    width: auto;
    font-size: 13px;
    margin-bottom: 8px;
}

input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 40px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 40px;
    box-shadow: inset -16px 0 0 0 #fff;
    cursor: pointer;
    transition-duration: 200ms;
}

input.apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.apple-switch:checked {
    box-shadow: inset 16px 0 0 0 #4ed164;
    border-color: #4ed164;
}

input.apple-switch:checked:after {
    left: 16px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}



.footer-logo-list {
    clear: both;
    float: none;
    margin: 15px  auto 0;
    width: 100%;
    background: #fff;
}

.footer-logo-list ul{
    display: block;
    list-style:none;
    margin:0;
    padding:0;
    text-align: center;
}
.footer-logo-list ul li{
    position:relative;
    margin: 0 22px;
    display: inline-block;
}
.logo-bx{
    height: 75px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    float:left;
}