﻿.Safari a.ms-hide{display:none;}
.ia-element-wrapper.dropdown-feture {
    overflow: visible;
}

    .ia-element-wrapper.dropdown-feture .ia-element-container {
        background-color: #1b285b;
    }

        .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header {
            height: 345px;
            margin: 0px 0px 100px 280px;
            background-position: center center;
            background-repeat: no-repeat;
            border-radius: 170px 0px 0px 170px;
        }

            .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header > * {
                text-align: left;
            }

            .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header > .ia-element-title {
                background-color: #ffffff;
                width: 345px;
                height: 345px;
                border-radius: 0px 50% 50% 0px;
                padding: 25px 50px 0px 15px;
                margin: 0px 0px 0px -280px;
                font-size: 3em;
                line-height: 1.25em;
                text-transform: none;
            }
                .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header > .ia-element-title > .btn {
                    margin-left: 0px;
                    padding: 6px 30px 6px 18px;
                }

            .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header > .ia-element-subtitle {
                margin: 30px 10px 20px 20px;
                color: #ffffff;
                line-height: 1.4em;
                text-transform: none;
            }

    .ia-element-wrapper.dropdown-feture .ia-responsive-row {
        margin: 0px;
    }

    .ia-element-wrapper.dropdown-feture .ia-responsive-col::before {
        content: "I want to";
        display: inline-block;
        margin-left: 285px;
        padding-right: 10px;
        color: #ffffff;
        font-size: 1.25em;
    }
    .ia-element-wrapper.dropdown-feture .ia-responsive-col label {
        font-size: 0px;
    }
    .ia-element-wrapper.dropdown-feture .ia-responsive-col .dropdown-groups {
        height: 40px;
        color: #000000;
    }

    .ia-element-wrapper.dropdown-feture .ia-responsive-col .group-links {
        margin: 20px 0px 20px 0px;
        text-align: center;
        min-height: 60px;
    }

        .ia-element-wrapper.dropdown-feture .ia-responsive-col .group-links .btn-action {
            margin: 5px;
            padding: 6px 18px;
        }
        .ia-element-wrapper.dropdown-feture .ia-responsive-col .group-links .btn-action:hover {
            border-color:#fff;
        }
            .ia-element-wrapper.dropdown-feture .ia-responsive-col .group-links .btn-action:after {
                display: none;
            }

    .ia-element-wrapper.dropdown-feture .ia-element-footer {
        text-align: left;
        width: 260px;
        color: #ffffff;
        position: relative;
        float: left;
        padding-left: 20px;
        margin-top: -230px;
        font-size: 2em;
        line-height: 1.2em;
    }

@media all and (max-width:1170px) {
    .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header {
        margin-bottom: 120px;
    }

    .ia-element-wrapper.dropdown-feture .ia-element-footer {
        margin-top: -260px;
    }
}

@media all and (max-width:992px) {
    .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header {
        margin-bottom: 160px;
    }

    .ia-element-wrapper.dropdown-feture .ia-element-footer {
        margin-top: -300px;
    }
}

@media (max-width:768px) {

    .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header {
    }
    .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header > .ia-element-title {
        padding: 25px 50px 0px 10px;
    }

    .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header > .ia-element-subtitle {
        margin-left: -270px;
        padding: 0px 0px 0px 0px;
    }

    .ia-element-wrapper.dropdown-feture .ia-responsive-row {
        margin: 10px;
    }

    .ia-element-wrapper.dropdown-feture .ia-responsive-col {
        padding: 0px 0px 0px 0px;
    }

        .ia-element-wrapper.dropdown-feture .ia-responsive-col::before {
            display: none;
        }

    .ia-element-wrapper.dropdown-feture .ia-element-footer {
        display: none;
    }
}

@media (max-width:500px) {
.ia-element-wrapper.dropdown-feture {
    margin:0px -20px;
}
    .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header {
        border-radius: 100px 0px 0px 100px;
    }
    .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header > .ia-element-subtitle {
        line-height: 1.4em;
    }

    .ia-element-wrapper.dropdown-feture .ia-responsive-col::before {
        display: none;
    }

    .ia-element-wrapper.dropdown-feture .ia-element-footer {
        display: none;
    }
}
@media (max-width:425px) {
    .ia-element-wrapper.dropdown-feture .ia-element-container .ia-element-header {
        background-image: none!important;
    }
}
