    /** custom css **/
    
    #hero-contact {
        text-align: center !important;
    }
    
    #heroContainer.custom {
        background-size: cover;
        min-height: 600px;
    }
    
    #HomePageText table {
        display: none;
    }
    
    .btn.custom {
        font-size: 24px;
        border: 2px solid currentColor;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        padding: 15px 25px;
    }
    
    h2.custom {
        color: rgb(13, 34, 61);
        text-align: center;
        margin-bottom: 30px;
    }
    
    #HomePageText section {
        text-align: center;
    }
    
    #heroContainer {
        max-height: 90vh;
    }
    
    #hero {
        display: none !important;
    }
    
    #content .home_page_image {
        display: none;
    }
    
    #heroSlider {
        position: relative;
    }
    
    .addedHero {
        width: 85%;
        min-width: 500px;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        z-index: 2;
        transform: translate(-50%, -50%);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .addedHero div:first-child,
    .addedHero div:nth-child(3) {
        max-width: 500px;
        width: 40vw;
    }
    
    .addedHero div:first-child img {
        padding: 5%;
        background: hsla(0, 0%, 100%, .4);
    }
    
    .addedHero p {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 32px;
        text-shadow: 1px 2px 3px hsla(0, 0%, 0%, .6);
        margin: 25px 15px 15px;
    }
    
    #navigation .masthead {
        width: 150px;
    }
    
    #navigation .masthead img {
        width: 100%;
    }
    
    #page-title-contact-strip .absolute {
        position: absolute;
        bottom: 5px;
        left: 5px;
        width: 150px;
    }
    
    #login .loginLink {
        font-weight: 700;
        border: 1px solid currentcolor;
        padding: 5px;
    }
    
    #container[data-masthead-location="masthead"] #navigationContainer img.header_masthead,
    #container[data-masthead-location="none"] #navigationContainer img.header_masthead,
    #container[data-masthead-location="masthead"] #navigationContainer img.axa-logo,
    #container[data-masthead-location="none"] #navigationContainer img.axa-logo {
        display: block;
    }
    
    body.agents #content img.team {
        margin: 0 auto 20px;
        display: block;
        max-width: 550px;
    }
    
    .customsection13 .CustomContent h2 {
        text-align: center;
    }
    
    .customsection13 .imgContainer {
        margin: 40px auto;
        max-width: 400px;
    }
    
    #form13 input.error {
        border-bottom: 0.125rem solid #933 !important;
    }
    
    #form13 label.error {
        color: #933;
    }
    
    #form13 .antispam {
        display: none;
    }
    
    #form13 .wrap {
        margin-bottom: 10px;
    }
    
    #form13 label {
        display: none;
        margin-bottom: 2px;
        font-size: 14px;
    }
    
    #form13 input+label {
        display: inline-block;
        position: relative;
    }
    
    #form13 .form-control {
        width: 100%;
    }
    
    .form-container * {
        transition: all 400ms ease;
    }
    
    p.required {
        color: #000;
        float: right;
    }
    
    span.required {
        color: hsl(0, 100%, 40%);
        padding-left: 5px;
    }
    
    #form13 #formTitle {
        display: none;
    }
    
    #form13 .col-xs-12 .wrap {
        padding: 0 15px;
    }
    
    #form13 fieldset {
        margin: 25px 0;
    }
    
    #form13 legend {
        font-family: Arial, Helvetica, sans-serif !important;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    #form13 #contact-form-submit {
        font-size: 18px !important;
        color: #ffffff;
        background: #0a2648;
        border-radius: 6px;
        padding: 13px 35px;
    }
    
    .mobile-only {
        display: none;
    }
    
    .slicknav_nav a {
        text-transform: uppercase;
    }
    
    @media only screen and (max-width: 600px) {
        .mobile-only {
            display: block;
        }
        .pie-wrap {
            margin: auto;
            text-align: center;
        }
        .mobile-only .mobile-pie {
            margin-bottom: 20px;
            width: 100%;
            max-width: 400px !important;
        }
        .addedHero {
            flex-direction: column;
        }
        .addedHero div {
            width: 60%;
        }
        .addedHero div:nth-child(2) {
            display: none;
        }
        .addedHero div:first-child {
            max-width: 80vw;
            width: 80vw;
        }
        .addedHero .hero-divider {
            display: none;
        }
        .addedHero div:nth-child(3) {
            display: none;
        }
    }
    
    @media only screen and (min-width: 600px) {
        .addedHero .hero-divider {
            width: 4px !important;
            height: 40vh;
            background: #fff;
            opacity: 0.4;
        }
    }
    
    @media only screen and (min-width: 768px) {
        .addedHero .hero-divider {
            height: 47vh;
        }
    }
    
    @media only screen and (min-width: 1200px) {
        .addedHero {
            width: 70%;
        }
        .addedHero .hero-divider {
            height: 50vh;
        }
    }