/*Import Usual font
Regular: font-family: "usual", sans-serif;
Bold: font-family: "usual", sans-serif;
font-weight: 700;
font-style: normal;
*/

@import url("../fonts/usual-font/stylesheet.css");

/*reset*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Usual", sans-serif;
    font-weight: 600;
}

body {
    font-family: "Usual", sans-serif;
    font-weight: 300;
}

.btn {
    font-family: "Usual", sans-serif;
    font-weight: 300;
}

.typo-body-secondary {
    font-size: 16px;
    line-height: 28px;
    color: #1e1e1e;
}

p {
    font-size: 16px;
    line-height: 28px;
}

.greyBg {
    background-color: hsla(60, 4%, 85%, .25);
}


/*Nav Menu*/

.color-white {
    color: #fff !important;
}

.main-header .header-container .button-cell {
    float: right;
    margin-top: 30px;
}

.main-header .header-container .menu-cell {
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px;
    display: inline-block;
    float: none;
}

#gnb .dropdown {
    position: inherit !important;
}

#gnb>li>a .icon-font {
    color: #006dad;
    transition: all .3s;
    transform: rotateX(0);
}

a,
a:hover,
a[data-toggle] {
    color: #006dad;
}

#gnb>li>a {
    color: #1e1e1e;
    transition: 0.4s all ease !important;
}

#gnb>li>a:hover {
    opacity: 0.6;
}

.caret {
    display: inline-block !important;
    width: auto;
    height: auto;
    font-size: 25px;
    margin-left: 2px;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-top: -3px;
    transition: 0.4s all ease !important;
}

li.dropdown.open>a .icon-font {
    transform: rotateX(-180deg) !important;
}

.dropdown-menu.wideMenu {
    top: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 44px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
}

.dropdown-menu.wideMenu .innerDropdownCol {
    padding-left: 30px;
    padding-right: 30px;
    display: -ms-flexbox;
    display: flex !important;
    transform: translate(10px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .3s .3s;
    margin: 0 auto !important;
}

#gnb .dropdown.open .innerDropdownCol {
    transform: translate(0);
    filter: alpha(opacity=100);
    opacity: 1;
}

.main-header .menu-cell ul.dropdown-menu li {
    line-height: 30px;
    width: 100%;
    margin-left: 0;
}

.innerDropdownCol .innerDropdownColMenu:first-child:before {
    left: 7px;
}

.innerDropdownCol .innerDropdownColMenu:before {
    content: "";
    position: absolute;
    display: block;
    left: 7px;
    top: 6px;
    bottom: 5px;
    width: 1px;
    background-color: hsla(210, 2%, 60%, .25);
}

.innerDropdownCol .innerDropdownColMenu {
    display: block;
    flex: 1;
    position: relative;
}

.innerDropdownCol .innerDropdownColMenu li {
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
    color: rgba(83, 86, 90, .75);
    font-family: "Usual", sans-serif;
    font-size: 15px;
}

.innerDropdownCol .innerDropdownColMenu li a {
    font-family: "Usual", sans-serif;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    line-height: 30px;
    color: rgba(83, 86, 90, .75);
    transition: color .3s;
    padding-left: 30px;
}

.innerDropdownCol .innerDropdownColMenu li a:hover,
.innerDropdownCol .innerDropdownColMenu li.current_sub_page_item a {
    color: #000;
}

.innerDropdownCol .innerDropdownColMenu li a:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    height: 20px;
    width: 1px;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity .3s;
}

.innerDropdownCol .innerDropdownColMenu li a:hover:before,
.innerDropdownCol .innerDropdownColMenu li.current_sub_page_item a:before {
    opacity: 1;
}

#gnb>li {
    display: inline-block;
    line-height: unset;
    height: 60px;
}

#gnb>li>a {
    padding-bottom: 36px;
    font-size: 20px;
    position: relative;
}

#gnb>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2a377a;
    height: 3px;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .3s;
}

#gnb>li.current_page_item>a:before {
    filter: alpha(opacity=100);
    opacity: 1;
}

.backdrop-nav {
    background-color: #000;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity .3s;
}

.backdrop-nav.active {
    display: block;
    filter: alpha(opacity=50);
    opacity: .5;
}

.hideCTA .btn-block {
    display: none;
}

.disclaimerTxt p {
    font-size: 13px !important;
    line-height: 17px;
}

@media (min-width: 1024px) {
    .main-header .header-container {
        padding: 0 30px;
        text-align: center;
    }
    .main-header .logo-cell img {
        width: auto;
        height: 110px;
    }
    .main-header .menu-cell {
        margin-top: 50px;
    }
    .module-hero .hero-slider {
        height: 450px;
    }
    .module-hero .bg-container .slick-slide {
        height: 450px !important;
    }
    .module-hero .container .inner-container {
        height: 450px !important;
    }
    .iconParallax .hero-container .slider {
        position: relative;
    }
    .iconParallax .hero-container .slider:before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: -260px -508px;
        left: 0!important;
        top: -130px!important;
        opacity: 0;
        width: 340px;
        height: 800px;
        overflow: hidden;
        background-image: url(/media/kbzjs5m1/top_white.png);
        transition: opacity 1s ease-in;
        -webkit-transition: opacity 1.0s ease-in;
        -moz-transition: opacity 1.0s ease-in;
        -o-transition: opacity 1.0s ease-in;
    }
    .iconParallax .hero-container .slider:after {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: -440px -15px;
        left: 0!important;
        opacity: 0;
        top: -130px;
        width: 304px;
        height: 800px;
        overflow: hidden;
        background-image: url(/media/ff4jkp30/top_blue.svg);
        transition: opacity 1s ease-in;
        -webkit-transition: opacity 1.0s ease-in;
        -moz-transition: opacity 1.0s ease-in;
        -o-transition: opacity 1.0s ease-in;
    }
    .iconParallax .hero-container .slider.elFadeIn:before,
    .iconParallax .hero-container .slider.elFadeIn:after {
        opacity: 1;
    }
    .WhyChooseUsContent.paddingTop60 {
        padding-top: 60px !important;
    }
    .homeMiddleBlock .module-text-benefit .content-cell,
    .homeMiddleBlock .module-text-benefit .symbol-cell,
    .WhyChooseUsContent .module-text-benefit .content-cell,
    .WhyChooseUsContent .module-text-benefit .symbol-cell {
        display: table-row;
        min-height: 1px;
        vertical-align: top;
        text-align: center;
    }
    .WhyChooseUsContent.AwardMedal .symbol.diamond.transparent {
        background: none !important;
        width: 250px;
    }
    .WhyChooseUsContent.AwardMedal .symbol.diamond.size-medium {
        width: 100%;
        height: 160px;
        line-height: 160px;
    }
    .WhyChooseUsContent.AwardMeda:first-child {
        padding-bottom: 40px !important;
    }
    .WhyChooseUsContent.AwardMedal .symbol.diamond.size-medium img {
        width: 100% !important;
        max-width: 160px;
    }
    .foot-bottom .right-cell {
        float: left;
    }
    .module-text-benefit .symbol-cell {
        width: 100px;
    }
    .foot-bottom .left-cell a {
        position: relative;
    }
    .foot-bottom .left-cell a:before {
        content: "|";
        position: absolute;
        right: 0;
        top: 0;
    }
    .foot-bottom .left-cell a:last-child:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
    }
    .footer-menu-block>.brand-deco-bottom1 {
        background-image: url(/media/e2jou5kz/brand-bottom-left.svg);
    }
    .footer-menu-block>.brand-deco-bottom2 {
        background-image: url(/media/adhdg3gg/brand-bottom-down.svg);
    }
    .footer-menu-block>.brand-deco-bottom2,
    .footer-menu-block>.brand-deco-bottom1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: 0 100%;
        width: 100%;
        height: 100%;
        background-size: 350px;
    }
}

.slick-slide img {
    display: inline-block;
}

.module-hero .container .inner-container h1 {
    margin-bottom: 30px;
    font-size: 55px;
    font-weight: 400;
}

.module-hero .container .inner-container .typo-body-primary {
    font-size: 30px;
}

.slick-slide .inner-container {
    opacity: 0;
    padding-top: 150px;
    transition: all 0.8s;
}

.slick-slide.slick-active .inner-container {
    opacity: 1;
    padding-top: 0;
}

.parallex-up {
    transition: transform .8s, opacity .8s;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(50px);
}

.parallex-up.active {
    transform: translate(0);
    filter: alpha(opacity=100);
    opacity: 1;
}

.module-hero .bg-container .bg {
    transition: 0s linear;
    transition-property: background-position;
    background-position: center;
}

.symbol.diamond.transparent {
    background-image: url(/media/hvyh2lrv/dimamond.svg);
}

.homeMiddleBlock .color-white {
    color: #2a377a !important;
}

.sua .symbol.diamond.size-medium,
.WhyChooseUsContent .symbol.diamond.size-medium {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.homeIconSection {
    background-color: #fff !important;
    padding-top: 30px !important;
    padding-bottom: 70px !important;
}

.homeIconSection .bg {
    background-image: none !important;
}

.WhyChooseUsContent {
    padding: 0 !important;
}

.homeIconSection .bg-container .bg-filter,
.WhyChooseUsContent .bg-container .bg-filter {
    background-color: transparent !important;
}

.homeMiddleBlock .symbol.diamond.size-medium {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.WhyChooseUsContent .symbol.diamond.size-medium img {
    width: 50px !important;
    height: auto!important;
}

.WhyChooseUsContent .color-white {
    color: #222222 !important;
    font-size: 18px;
}

.WhyChooseUsContent .h4.color-white {
    color: #2a377a !important;
    margin: 20px auto;
    font-weight: 600 !important;
    font-size: 22px;
}

.homeMiddleBlock .symbol.diamond.size-medium img {
    width: 60px !important;
    height: auto!important;
}

.symbol.diamond.size-medium {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.symbol.diamond.size-medium img {
    width: 40px!important;
    height: auto!important;
}

.homeMiddleBlock .content-cell .h4 {
    font-family: "Usual", sans-serif;
    font-size: 24px;
    line-height: 40px;
}

h5.foot-title {
    min-height: 24px;
}

.foot-bottom .left-cell a {
    font-size: 17px !important;
    padding: 5px 20px;
}

.foot-bottom .left-cell a:first-child {
    padding-left: 0px;
}

.foot-bottom .left-cell a:hover {
    color: #2a377a;
}

.foot-bottom .left-cell>ul,
.foot-bottom .right-cell>ul {
    color: inherit;
}

.homeWhyUs .module-bigimage-card {
    margin-right: 20px;
    overflow: hidden;
}

.homeWhyUs .module-bigimage-card.revers {
    margin-right: 0;
    margin-left: 20px;
}

.homeWhyUs .module-bigimage-card .image-cell {
    clear: right;
    float: left!important;
    overflow: hidden;
}

.homeWhyUs .module-bigimage-card .content-cell {
    right: auto;
    left: auto;
    margin-right: 0;
    margin-left: 0;
    width: 60%;
    float: left!important;
    position: relative;
    padding: 20px 30px;
    top: auto;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    box-sizing: border-box;
}

.homeWhyUs .h2,
.homeWhyUs h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
}

.homeWhyUs .module-bigimage-card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
}

@media (min-width: 780px) {
    .homeWhyUs .module-bigimage-card {
        width: calc(50% - 20px);
        float: left;
    }
    .module-bigimage-card .image-cell {
        width: 40% !important;
        float: right!important;
        right: 0;
        left: unset;
        margin-right: 0;
        margin-left: 0;
        width: 60%;
    }
    .module-bigimage-card .image-cell img {
        width: auto;
        display: block;
        max-width: 240px;
    }
    .footer-menu-block .col-sm-2 {
        width: 20% !important;
    }
    .foot-bottom .left-cell {
        margin-bottom: 20px;
    }
}


/*Agency Pages*/

.logoAndDesc .module-image-text .image-cell {
    text-align: center;
    padding: 40px 0;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    min-height: 270px;
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
}

.ourAgenciesWrapper .thumbs-image-text-box .image-cell {
    text-align: center;
    padding: 40px 0;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    background-color: #fff;
    height: 300px;
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
}

.logoAndDesc .module-image-text .image-cell img,
.ourAgenciesWrapper .thumbs-image-text-box .image-cell img {
    max-height: 180px;
    box-shadow: none;
    border-radius: 0;
    max-width: 80%;
    width: auto !important;
}

.ourAgenciesWrapper .thumbs-image-text-box .content-cell {
    background-color: #006dad;
    margin-top: -40px;
}

.ourAgenciesWrapper .thumbs-image-text-box .content-cell * {
    color: #fff !important;
}

.ourAgenciesWrapper .thumbs-image-text-box .content-cell a:hover {
    color: #f2f2f2 !important;
}

.ourAgenciesWrapper .thumbs-image-text-box .image-cell img {
    max-width: 70%;
}

.module-contact {
    margin-bottom: 50px !important;
}

.leftContactContent .modult-sidmeenu ul {
    margin-left: 0px;
    margin-bottom: 20px;
}

.leftContactContent .modult-sidmeenu a {
    color: #0092c2;
}

.leftContactContent .modult-sidmeenu a:hover {
    color: #2a377a;
}

.leftContactContent h2 {
    font-size: 32px;
    line-height: 42px
}


/*About Us page*/

.aboutUsText .module-text-benefit-large .symbol-cell {
    display: none;
}

.aboutUsText .module-text-benefit-large:hover {
    box-shadow: none;
}

.aboutUsText .module-text-benefit-large .h4.color-black {
    font-size: 30px;
    color: #2a377a;
    margin-bottom: 30px !important;
    line-height: 40px !important;
}

.WhyChooseUs {
    margin-bottom: 50px;
}

p.shortText {
    margin: 20px 0 0px 0;
    font-weight: bold;
    font-size: 20px;
    color: #0092c2;
}

.productClassHeading {
    margin-bottom: 60px;
}

.productClassListWrapper .module-image-text {
    margin-bottom: 80px;
}


/*Footer*/

.footer-menu-block {
    background-color: #f5f5f5;
}

.main-footer li.menu-item {
    margin-top: 5px;
}

.main-footer :hover {
    color: #1e1e1e
}


/*Color Scheme*/

.history-list .roundbox.theme-light-blue .line-deco {
    background-color: #48afe0;
}

.history-list .roundbox.theme-light-blue .bullit-list>li:before,
.history-list .roundbox.theme-light-blue .subtitle {
    color: #48afe0;
}

.history-list .roundbox.theme-earth .line-deco {
    background-color: #c05131;
}

.history-list .roundbox.theme-earth .bullit-list>li:before,
.history-list .roundbox.theme-earth .subtitle {
    color: #c05131;
}

.history-list .roundbox.theme-mid-blue .line-deco {
    background-color: #c05131;
}

.history-list .roundbox.theme-mid-blue .bullit-list>li:before,
.history-list .roundbox.theme-mid-blue .subtitle {
    color: #c05131;
}

.history-list .roundbox.theme-dark-blue .line-deco {
    background-color: #2a377a;
}

.history-list .roundbox.theme-dark-blue .bullit-list>li:before,
.history-list .roundbox.theme-dark-blue .subtitle {
    color: #2a377a;
}

hr.dotline {
    border: 0;
    border-top: 1px dashed hsla(210, 2%, 60%, .25);
}

.history-list .roundbox .text {
    font-size: 17px;
    line-height: 27px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .main-header .header-container .menu-cell {
        margin-top: 36px;
    }
    .ourAgenciesWrapper .thumbs-image-text-box .image-cell img {
        width: 65% !important;
    }
    .logoAndDesc .module-image-text .image-cell img,
    .ourAgenciesWrapper .thumbs-image-text-box .image-cell img {
        max-height: none;
    }
    .logoAndDesc .module-image-text .image-cell>img {
        width: 80% !important;
    }
    .main-header .header-container .button-cell {
        margin-right: 10px;
    }
}

.agenciesOverview {
    background-color: #002c54;
}

.agenciesOverview .header-block {
    max-width: 430px;
    margin-bottom: 200px;
}

.agenciesOverview .header-block h2 {
    color: #fff !important;
    font-size: 75px;
    line-height: 95px;
    margin-bottom: 20px;
}

.agenciesOverview .header-block p {
    color: #48afe0;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.agenciesOverview .flex {
    width: 100%;
}

.agenciesOverview .flex .flex-col.linkItem {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.agenciesOverview .flex .flex-col.linkItem p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
}

.agenciesOverview .flex .flex-col.linkItem p a {
    color: #fff;
    text-decoration: underline;
}

.agenciesOverview .flex .logoItem {
    flex: 1;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {}