/*
 * Navigation
*/

hr.signature {
    border-top: 1px solid black;
}

.nav--main {
    margin-bottom: 0px;
}
.nav--main__item {
    box-sizing: content-box;
}

.nav--main__item__link_btn{
    line-height: 1.15
}

body, html {
    font-size: 16px !important;
    line-height: 1.15 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}

.search--form input:focus:-moz-placeholder {
    color: #999 !important; 
}

.search--form input:focus::-webkit-input-placeholder {
    color: #999 !important;
}

.header{
    line-height: 1.15;
    font-size: 16px;
}

.header img{
    vertical-align: inherit;
}

.header a{
    outline: 0;
}

.footer a{
    outline: 0;
}

.header a:hover {
    text-decoration: none;
    color: #70797f;
    outline: 0;
}

.header p{
    margin-bottom: 0px;
}

.header div.row:before{
    content: none;
}

.footer{
    line-height: 1.15;
}

.footer a:hover {
    text-decoration: none;
    color: #fff;
}

.footer img{
    vertical-align: inherit;
}
.footer p{
    color: #fff;
    margin-bottom: 0px;
}

div.form-control {
    height: 100%;
    min-height: 40px;
}

div.editable p {
    color: black;
}

div.editable a {
    color: #337AB7;
}

.unvisible {
    display: none;
}

.db-block {
    min-height: 100px;
    width: 100%;
    border: 2px solid #f8be00;
    padding: 10px;
}

.main-container a.btn_default {
    text-decoration: none;
    color: #fff;
    outline: 0;
}

.btn_default {
    vertical-align: middle;
}

.main-container {
    line-height: 1.15;
}

.circle--parent__item *,
.circle--parent__item *:before,
.circle--parent__item *:after{
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}


.main-container p{
    line-height: 1.15;
}

.main-container a{
    outline:0;
    text-decoration: none;
}

.main-container section {
    padding: 0px;
}

.main-container ul {
    padding: 0px;
}

.main-container h2,
.main-container h3,
.main-container h4
{
    line-height: 1.15;
}

.main-container h1 {
    line-height: 1.15;
    margin: .67em 0;
}

.main-container img{
    vertical-align: inherit;
}

section.video {
    padding: 42px 0 75px 0
}

section.slider p{
    color: #fff;
}

section.slider a{
    color: #fff;
    outline:0;
}

section.slider a:hover{
    color: #fff;
    outline:0;
}

.main-container .calendar--block--text--paragraph{
    font-size: 14px;
}

.calendar--table{
    border-collapse:unset;
    border-spacing: 2px;
}

ul.country--lists__list{
    line-height: 1.15;
}

.main-container .big--circle--text{
    color: #fff;
    line-height: 20px;
}

/* margin and padding */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.lh-30{
    line-height: 30px !important;
}

.lh-24{
    line-height: 24px !important;
}

.form .input-box {
    margin-bottom: 16px;
    margin-top: 0px;
}

.parenting__item img {
    max-width: 100%;
}

.mat-box {
    width: 260px;
    margin: 0 23px 25px;
    border: 3px solid #ECF1F8;
    display: inline-block;
    background-color: #ECF1F8;
    font-family: AB, sans-serif;
}

.mat-box .img {
    overflow: hidden;
    height: 240px;
}

.center {
    text-align: center;
}

.blue {
    color: #0D6892;
}

h2.secondary {
    margin-top: 60px;
}

.bottom-padding {
    padding: 0 0 72px 0;
}

.document-box {
    text-align: left;
    vertical-align: top;
}

    .document-box a {
        display: block;
        padding: 8px 8px 0 8px;
    }

        .document-box a span {
            font-size: 14px;
            line-height: 25px;
            text-transform: uppercase;
            color: #0D6892;
        }

        .document-box a img {
            float: right;
            display: inline-block;
            margin-left: 8px;
        }

    .document-box em {
        padding: 8px;
        display: inline-block;
        font-style: normal;
    }

input[type=button].btn_xs {
    padding: 1px 5px;
    font-size: 12px;
}

.custom-input input {
    height: 42px;
    line-height: 42px;
}

.custom-input input,
.custom-input textarea {
    line-height: 42px;
    width: 100%;
    max-width: 420px;
    border: 1px solid #CFCFCF;
    padding: 8px 15px;
}

input{
    outline:0 !important;
}

.custom-input textarea {
    height: 142px;
    padding: 0px 15px;
    resize: none;
}

.custom-input input[type=file] {
    height: 100%;
}

input[type=checkbox]:not(old) {
    width: 13px;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

    input[type=checkbox]:not(old) + label {
        display: inline-block;
        margin-left: -20px;
        line-height: 1.5em;
    }

        input[type=checkbox]:not(old) + label > span {
            display: inline-block;
            width: 13px;
            height: 13px;
            margin: 0.25em 0.5em 0.25em 0.25em;
            border: 1px solid #bdbdbd;
            background: #fff;
            vertical-align: bottom;
        }

    input[type=checkbox]:not(old):checked + label > span {
        background-image: -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
        background-image: -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
        background-image: -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
        background-image: -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
        background-image: linear-gradient(rgb(224,224,224),rgb(240,240,240));
    }

        input[type=checkbox]:not(old):checked + label > span:before {
            content: '';
            display: block;
            width: 9px;
            height: 9px;
            background-color: #0d6892;
            margin-top: 1px;
            margin-left: 1px;
        }

.required {
    color: #aaaaaa;
    white-space: nowrap;
}

.contact-form-label {
    font-size: 16px;
    text-align: right;
    align-self: center;
    font-family: AB, sans-serif;
}

.contact-form-required {
    margin-left: 2px;
    color: #dc3545;
    font-weight: bold;
    font-size: 20px;
}

.contact-form-tooltip {
    color: #dc3545;
    display: none;
}

.research-img {
    width: 355px;
}

.contact-form-label .required {
    display: none;
}

.video-block:first-child {
    margin-bottom: 10px;
}

.video-description .small-heading {
    margin-bottom: 5px;
    color: #0d6892;
    position: relative;
    text-transform: none;
}

    .video-description .small-heading:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        left: -20px;
        top: 12px;
        border-radius: 100%;
        background-color: #0d6892;
    }

.video-description {
    padding-left: 20px;
}

.video-wrapper {
    margin-bottom: 25px;
}

.video-meta {
    color: #b2b2b2;
    font-size: 12px;
    margin-bottom: 5px;
}

.video-text-description {
    color: #969696;
}

.small-heading {
    font-family: AB, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.locked {
    position: relative;
}

.locked-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    background: url("../Images/lock.png");
}

.save-cancel {
    margin: 10px 0px;
}

.save-cancel a:last-child{
    margin-left: 10px;
}

ul {
    padding-left: 15px;
}

/*Popup*/
.popupWindowWR {
    position: relative;
}

.closePopupWindow {
    background: url("../Images/closePopup.png") no-repeat center;
    width: 13px;
    height: 13px;
    position: absolute;
    right: -55px;
    top: -73px;
    z-index: 9999;
    cursor: pointer;
}

.popupWindow input[type="submit"]:hover,
.popupWindow input[type="button"]:hover {
    background-color: #fff;
    box-shadow: inset 0 0 0 3px #0d6892;
    color: #0d6892;
}

.popupWindow input[type="submit"],
.popupWindow input[type="button"] {
    display: block;
    width: 193px;
    text-align: center;
    text-transform: uppercase;
    height: 42px;
    background-color: #0d6892;
    color: #fff;
    font-family: AB, sans-serif;
    font-size: 18px;
    border: none;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.popupWindow input[type="text"],
.popupWindow input[type="password"] {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #c6c6c6;
    background-color: #f0f0f0;
    height: 33px;
    line-height: 33px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.popupWindow label.rememberme {
    color: #969696;
    font-size: 14px;
    text-transform: none;
}

.popupWindow label {
    color: #969696;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
}

.header__h1 {
    font-family: AB, sans-serif;
    font-size: 36px;
}

.control-label.required{
    color: #333;
}

.control-label.required:after {
    content: " *";
    color: red;
}

/* FAQ */

.faq ul {
    margin-left: 25px;
    font-size: 17px;
}

.faq p {
    font-size: 17px;
}

.line {
    position: relative;
}

.blue.line:after {
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 5px;
    background-color: #0D6892;
    z-index: 0;
}

.line h2 {
    font-family: AB, sans-serif;
    display: inline-block;
    background-color: #fff;
    padding-right: 5px;
    position: relative;
    z-index: 2;
}

.line.buttom {
    margin-bottom: 25px;
}

.unmargin {
    margin: 0;
}

/* Links */
.blue__link {
    font-family: AR, sans-serif;
    color: #337ab7;
    font-size: 17px
}

/* Table */
table.table-info thead td, table.table-info tfoot td {
    background-color: #0D6892;
    font-size: 20px;
    color: #FFF;
    font-family: AR, sans-serif;
}

table.table-info .head td, table.table-info tfoot td {
    background-color: #0D6892 !important;
    font-size: 20px;
    color: #FFF;
    font-family: AR, sans-serif;
}

table.table-info td {
    border-left: 2px solid #0D6892 !important;
    border-top: 1px solid transparent !important;
}

    table.table-info td > p, table.table-info td > ul {
        color: #000;
    }

table.table-info tr:last-child > td {
    border-bottom: 2px solid #0D6892 !important;
}

table.table-info td:last-child {
    border-right: 2px solid #0D6892 !important;
}

table.table-info tbody tr:nth-child(2n+1) > td {
    background-color: #E6F0F4;
}

/* Lists */
ul.box-list li {
    list-style-image: url(/Images/box.jpg);
}

ul.box-cross-list li {
    list-style-image: url(/Images/box-cross.jpg);
}

/* Buttons */

a.btn_default {
    text-decoration: none;
    color: #fff !important;
    outline: 0;
}

.btn_disabled {
    background: #999;
    cursor: default;
}

.btn_disabled:hover {
    background: #999;
    cursor: default;
}

.calendar--block--button a{
   min-width: 105px;
   text-align: center;
}

a.btn_disabled {
    pointer-events: none;
}

/* timepicker */
.table-condensed {
    text-align:center;
}

@media (max-width: 767px) {
    .mat-box {
        margin: 0 auto 30px;
        display: block;
    }

    .contact-form-label .required {
        display: inline-block;
        margin-left: 7px;
        font-family: Arial;
    }

    .contact-form-label,
    .form {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .mat-box .img img {
    max-height: 100%;
}
}

@media (max-width: 991px) {

    .video:first-child {
        margin-bottom: 35px;
    }
}

@media (min-width:992px) {
        .popupWindow {
        position: fixed;
        left: 0;
        margin-left: 0;
        top: 0;
        margin-top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: none;
        z-index: 9999;
        padding: 50px 55px;
    }

    .contactPopup {
        margin-top: 0px;
        height: 58px;
        padding: 20px 25px;
    }

    .closePopupWindow {
        background: url("../Images/closePopupMOB.png") no-repeat center;
        right: -30px;
        top: -30px;
    }

    .contactPopup .closePopupWindow {
        right: 0px;
        top: 0px;
    }

    #sim {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-gap: 45px;
        -moz-column-gap: 45px;
        -webkit-column-gap: 45px;
    }

    .mat-box {
        max-width: 226px;
        margin: 0px 5px 24px;
    }
}

/* New design */

.img-research {
    max-width: 100%;
}
.video-description a {
    font-family: AB, sans-serif;
    font-size: 20px;
}