body {
    color: #000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    width: 1px;
    width: 100%;
    font-size: 18px;
    padding: 77px 0px 0px;
}

/**
 * Wrapper for fixed-width elements
 */

.fixed-width {
    width: 100%;
    max-width: 1020px;
    margin: 60px auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.bg {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1030px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }
}

/**
 * setting margin-top/bottom to 0
 */

.isFirst {
    margin-top: 0px !important;
}

.isLast {
    margin-bottom: 0px !important;
}

/**
 * Multicolumn layout
 */

.multicolumn {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 60px 0px;
}

.multicolumn > * {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
    float: left;
}

.width-50 img {
    width: 100%;
    height: auto;
    display: block;
}
#sec5 .width-25 img {
    border-radius: 50%;
}

.width-25 {
    width: calc(25% - 10px);
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.separator {
    width: 30px;
}

.p-left {
    padding-left: 30px;
    box-sizing: border-box;
}
#sec5 .p-left {
    padding-left: 30px !important;
    box-sizing: border-box;
}

.p-right {
    padding-right: 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 700px) {
    .multicolumn {
        margin: 20px 0px;
    }

    .multicolumn > * {
        width: 100%;
        display: block;
    }

    .separator {
        display: none;
    }

    .fixed-width {
        margin-top: 40px;
    }
    #sec5 .p-left {
        padding-left: 0 !important;
    }
    .main-title, .s3 {
        font-size: 30px;
        margin-top: 30px!important;
    }
}

/**
 * Smooth loading.

.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}*/

/**
 * Typography.
 */
h1, h2, h3, h4, h5, h6, .s2 {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 0px;
}

h1 {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}

.s2 {
    font-size: 24px;
}

.main-title, .s3 {
    font-size: 48px;
    font-family: "Publico Headline Web", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    margin-top: -5px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
}

li {
    padding-bottom: 20px;
}

.intro {
    font-size: 20px;
}

/**
 * Typography.
 */

#page-header {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background: white;
    width: 100%;
    transition: all 0.3s ease 0s;
}

#page-header.sticky {
    position: fixed;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 1.0);
}

/**
 * Typography.
 */

#content {
    padding-bottom: 100px;
}

#content ul {
    padding-left: 20px;
}

a {
    color: #000;
    text-decoration: none;
}

#content .more a {
    color: #00009a;
    transition: all 0.3s ease 0s;
    padding-right: 30px;
    background: url(../images/svg/icons/axa-arrow-blue.png) no-repeat right center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
}

#content .more a:hover {
    padding-right: 40px;
}

#content .button {
    float: right;
    margin-top: 20px;
}

.button {
    background: #00008f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.button a {
    position: relative;
    display: block;
    padding: 13px 50px 13px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .1em;
    z-index: 1;
    background: url(../images/svg/icons/axa-arrow-white.png) no-repeat 90% center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
}

.button span {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    display: block;
    background-color: #00005b;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-55deg);
}

.button a:hover {
    background: url(../images/svg/icons/axa-arrow-white.png) no-repeat 94% center;
}

.button:hover span {
    height: 1000%;
}

footer .button {
    float: right;
    background: transparent;
    border: solid 2px #fff;
    margin-top: 6px;
}

footer .button a {
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    background: none;
}

footer .button span {
    background: #fff;
}

footer .button a:hover {
    color: #3a3fe7;
    background: none;
}

.sticky-title {
    display: none;
    transition: all 0.3s ease 0s;
    font-size: 30px;
    padding-top: 15px;
}

.sticky .sticky-title {
    display: block;
}

p {
    margin: 20px 0px;
}

p.note {
    font-size: 12px;
}

/**
 * Logo
 */

#logo {
    display: block;
    margin-bottom: 20px;
    o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: left;
    margin-right: 40px;
    magin-bottom: 0px;
}

#logo img {
    width: 100%;
    height: auto;
}

/**
 * Benefits
 */

.benefits {
    background: #3b3fd8;
    padding: 20px 0px;
    color: white;
    height: 295px;
    box-sizing: border-box;
}

.benefits h2 {
    font-size: 24px;
}

.benefits ul {
    float: left;
}

.icon {
    height: 160px;
    width: 160px;
    float: left;
    margin-right: 110px;
}

.icon img {
    width: 100%;
    height: auto
}

/**
 * Content Section.
 */

#sec3.multicolumn, #sec5.multicolumn {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/**
 * Print.
 */
.printable-only {
    display: none !important;
}

/**
 * Google maps & video.
 */
#google-maps,
#video {

}

.iframe {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 310px;
}

/**
 * Footer.
 */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #3a3fe7;
    color: white;
    text-transform: uppercase;
    z-index: 1000;
}

footer p {
    float: left;
    font-size: 12px;
    margin: 9px 0px;
}

footer .social-icons {
    float: left;
    margin: 10px 0px;
    padding-left: 0px;
}

footer .social-icons a {
    float: left;
    margin-left: 20px;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.facebook {
    background-image: url("../images/svg/icons/axa-facebook_white.png");
}

.xing {
    background-image: url("../images/svg/icons/axa-xing_white.png");
}

.linkedin {
    background-image: url("../images/svg/icons/axa-linkedin_white.png");
}

.twitter {
    background-image: url("../images/svg/icons/axa-twitter_white.png");
}

.print {
    background-image: url("../images/svg/icons/axa-printer-white.png");
}

.whatsapp {
    display: none;
    background-image: url("../images/svg/icons/axa-whatsapp_white.png");
}

.send2friend {
    background-image: url("../images/svg/icons/axa-email_white.png");
}

.apply-button-content {
    display: table;
    margin: 0 auto;
    padding-top: 30px;
}
.apply-button-content a {
    background-color: #F07662;
    border-bottom: 2px solid #EC4D33;
    color: #fff !important;
    max-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: .1em;
    padding: 5px 20px;
    height: 38px;
}


/**
 * Expired
 */
.expired .iframe {
    min-height: 551px;
}
.expired .bottom {
    position:relative;
    padding-bottom:50px;
}
.expired .bottom:first-child {
    margin-bottom:30px;
}
.expired .button {
    position:absolute;
    right:0;
    bottom:0;
}
.expired .button a {
    background-image: url(../images/svg/icons/axa-arrow-white.png);
    background-repeat: no-repeat;
    background-position: right 22px top 50%;
}
.expired .button a:hover {
    background-position: right 12px top 50%;
}


@media screen and (max-width: 1024px) {
    body {
        padding-top: 87px;
    }

    #logo {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 20px;
    }

    .benefits ul {
        float: none;
    }

    footer p {
        display: none;
    }

    .facebook {
        margin-left: 0px;
    }

    footer menu {
        padding-left: 0px;
    }

    .social-icons .print {
        display: none;
    }

    .social-icons .whatsapp {
        display: inline-block;
    }

    .sticky-title {
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) {
    .expired .iframe {
        min-height: 339px;
    }
    #sec5 .s3 {
        margin-top: 0 !important;
    }
}

/**
 * Slick slide.
 */
.slick-slide {
    overflow: hidden;
}

/**
 * Media Query - general.
 */

@media screen and (max-width: 420px) {
    .sticky .sticky-title {
        font-size: 18px;
        margin-right: 50px;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    #page-header {
        position: fixed;
    }

    #logo {
        margin-top: 0px;
        margin-right: 10px;
    }

    #content {
        padding-bottom: 200px;
    }

    footer {
        height: 140px;
    }

    footer menu a {
        margin-left: 32px;
    }

    footer .button {
        display: block;
        margin: 20px auto;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    footer .button:hover span {
        height: 850%;
    }

    .social-icons {
        display: block;
    }

    #content .button {
        float: none;

    }

    .social-icons .whatsapp {
        display: inline-block;
    }
    .expired .iframe {
        min-height: 185px;
    }
}

/**
Slicknav
 */

#menu {
    display: none
}

.slicknav_menu {
    display: none;
}

/**
 * Media Query for Slicknav.
 */

@media screen and (max-width: 1024px) {

    .slicknav_menu {
        display: block;
        z-index: 1099;
        position: fixed;
        top: 73px;
        right: 0;
        font-size: 16px;
        background: white;
        width: 100%;
        z-index: 100000;
    }

    .slicknav_btn {
        position: fixed;
        top: 25px;
        right: 25px;
        display: block;
        transition: all 3ms ease;
        cursor: pointer;
    }

    .slicknav_collapsed {
        width: 25px;
        height: 22px;
        background: url("../images/open.png");
    }

    .slicknav_open {
        width: 20px;
        height: 20px;
        background: url("../images/close.png");
    }

    .slicknav_menu:after,
    .slicknav_menu:before {
        content: " ";
        display: table;
    }

    .slicknav_menu:after {
        clear: both;
    }

    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }

    .slicknav_nav li {
        float: left;
        display: block;
        width: 100%;
        margin: 0;
        padding-bottom: 0;
    }

    .slicknav_nav li.active {
        background: #3032c1;
    }

    .slicknav_nav li.active a {
        color: white;
    }

    .slicknav_nav li.active a .s3 {
        color: white;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em;
    }

    .slicknav_nav .slicknav_item a {
        display: inline;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
    }

    .slicknav_nav {
        clear: both;
        color: #000;
        margin: 0;
        font-size: .875em;
        border-bottom: 1px solid #000;
        width: 100%;
    }

    .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #000;
    }

    .slicknav_nav a {
        text-decoration: none;
        color: #00008f;
        padding: 15px 30px;
        margin: 0;
        font-size: 16px;
        border-top: 1px solid #e5e5e5;
        text-transform: uppercase;
    }

    .slicknav_nav a .s3 {
        font-family: "Source Sans Pro", Arial, sans-serif;
        text-decoration: none;
        color: #00008f;
        padding: 0;
        margin: 0 !important;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .slicknav_nav a:hover {
        background: #f0efed;
        color: #222;
    }

    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0;
    }
}

#comm100-float-button-2 > div {
    bottom: 62px !important;
}

#chat_window_container {
    bottom: 52px !important;
}

@media screen and (max-width: 676px) {
    #content .benefits ul {
        padding-left: 22px;
    }

    .slicknav_menu {
        top: 80px;
    }

    .slicknav_btn {
        top: 18px;
        right: 15px;
    }
}

@media screen and (max-width: 420px) {
    #comm100-float-button-2 > div {
        bottom: 140px !important;
    }
}
