
/*   This  Style page  created only for Lucky contact us page only */

#contactOptions1 .a-link-custom1:focus {
    color: #FFF;
}

.step-hidden {
    visibility: hidden;
    display: none !important;
}

.contact-options {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-flow: row wrap;
}

.level-two {
    width: 60%;
}

.contact-options .rsx-radios .rsx-label {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    box-shadow: 0 6px 25px 0 rgba(1, 1, 1, 0.12);
    display: block;
    height: 100%;
    padding: 20px;
    text-align: center;
    transition: all .25s ease;
}

.contact-options .rsx-focus {
    outline: none !important;
    box-shadow: 0 0 0px 3px #fff, 0 0 2px 3px #fff, 0 0 4px 5px #000, 0 0 2px 5px #000 !important;
}

    .contact-options .rsx-radios .rsx-label:hover {
        border: 3px solid #002D72;
    }

.contact-margin-left {
    margin-left: 20px;
}

.contact-label {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    box-shadow: 0 6px 25px 0 rgba(1, 1, 1, 0.12);
    display: flex;
    height: 100%;
    padding: 20px;
    text-align: center;
    transition: all .25s ease;
    color: #000000;
    font-family: Arial;
    font-size: 14px !important;
}

    .contact-label:hover {
        font-family: Arial;
        font-size: 14px !important;
        font-weight: bold;
        border: 3px solid #002D72;
    }

    .contact-label .rsx-radio {
        margin-bottom: 0px !important;
    }

.contact-blk {
    display: flex;
    flex: 1;
}

.contact-marg {
    margin: 10px !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .contact-blk {
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    .contact-marg {
        margin: 0px !important;
        margin-bottom: 10px !important;
    }

    .level-two {
        width: 100%;
    }
}

.iconContactPageColor {
    color: #337ab7;
}

label {
    font-weight: 500;
}

.rsx-radios label.rsx-active .rsx-radio, .rsx-checkboxes label.rsx-active .rsx-checkbox {
    background-color: #003778;
    border-color: #003778;
}

@media (max-width: 999px) {
    .rsx-radios:not(.rsx-radios_sm) label.rsx-active .rsx-radio:after, .rsx-checkboxes:not(.rsx-checkboxes_sm) label.rsx-active .rsx-checkbox:after {
        width: 14px;
        height: 14px;
    }
}

.rsx-radios label.rsx-active .rsx-radio:after, .rsx-checkboxes label.rsx-active .rsx-checkbox:after {
    opacity: 1;
    height: 10px;
    width: 10px;
}

svg:not(:root) {
    overflow: hidden;
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
}

    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    *:before, *:after {
        box-sizing: border-box;
    }

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.col-sm-4, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 520px) {
    .col-sm-4 {
        float: left;
    }

    .col-sm-4 {
        width: 33.33333333%;
        max-width: 33.33333333%;
    }
}

.row > [class^="col-"], .row > [class*=" col-"] {
    border: 0 solid #d4d4d4;
}

@media (max-width: 519px) {
    .row > [class^="col-"], .row > [class*=" col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*@@media (min-width: 640px) {
        .row > [class^="col-"], .row > [class*=" col-"] {
            padding: 40px;
        }
    }*/

@media (min-width: 520px) and (max-width: 639px), (min-width: 1000px) and (max-width: 1239px) {
    .row > [class^="col-"], .row > [class*=" col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.rsx-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.rsx-flex-no-wrap {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
}

.rsx-flex-align-v-center {
    position: relative;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .rsx-flex-align-v-center > * {
        -ms-flex: 0 1 auto;
    }

.rsx-radios input[type="radio"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.rsx-radios .rsx-label {
    margin-left: 0;
    position: relative;
    color: #212121;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

    .rsx-radios .rsx-label:not(.rsx-disabled) {
        cursor: pointer;
    }

.rsx-radios label:not(.rsx-disabled) {
    cursor: pointer;
}

.rsx-radio {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid #707070;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color 10ms cubic-bezier(.17, .67, .83, .67);
}

.rsx-radio {
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,.15);
}

    .rsx-radio:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: 0;
        transition: opacity 10ms cubic-bezier(.17, .67, .83, .67);
        background-color: #fff;
        border-radius: 50%;
    }

.rsx-radios:not(.rsx-radios_inverse) .rsx-radio:after {
    background: linear-gradient(to bottom, rgba(244,244,244,1) 0,rgba(229,229,229,1) 100%);
}

@media (max-width: 999px) {
    .rsx-radios:not(.rsx-radios_sm) .rsx-radio {
        width: 22px;
        height: 22px;
    }
}

.rsx-block {
    display: block !important;
}

.contact-options > div {
    padding: 8px !important;
}

.contact-options .rsx-radios {
    height: 100%;
}

    .contact-options .rsx-radios .rsx-label {
        background: #fff;
        border: 1px solid #d4d4d4;
        border-radius: 0px;
        box-shadow: 0 6px 25px 0 rgba(1, 1, 1, 0.12);
        display: block;
        height: 100%;
        padding: 20px;
        text-align: center;
        transition: all .25s ease;
    }

        .contact-options .rsx-radios .rsx-label:hover {
            box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.2);
        }

    .contact-options .rsx-radios .rsx-radio {
        margin-bottom: 20px;
        min-width: 22px;
    }

        .contact-options .rsx-radios .rsx-radio + span {
            font-size: 18px;
        }

@media screen and (max-width: 519px) {
    .contact-options .rsx-radios .rsx-label {
        display: flex;
        flex-flow: row nowrap;
        min-height: 60px;
        position: relative;
        padding: 5px 15px;
        text-align: left;
    }

        .contact-options .rsx-radios .rsx-label span:last-child {
            display: block;
            position: absolute;
            right: 3px;
            top: 0;
        }

    .contact-options .rsx-radios .rsx-radio {
        margin-bottom: 0;
        margin-right: 10px;
        transform: scale(0.8);
    }

        .contact-options .rsx-radios .rsx-radio + span {
            font-size: 14px;
        }

    .contact-options .rsx-radios svg {
        height: 60px;
        width: 60px;
    }
}

.form-options .rsx-block {
    line-height: 1.2222;
    min-height: 2.5em;
}

.form-options svg {
    height: 100px;
    width: 100px;
}

@media screen and (max-width: 519px) {
    .form-options .rsx-block {
        min-height: 0;
    }

    .form-options .rsx-data {
        padding-right: 40px;
    }
}
/*! CSS Used from: Embedded */
div:target {
    display: block;
    position: relative;
    top: -220px;
    visibility: hidden;
}

div.Contact-form-options :nth-child(2) {
    padding-left: 0px;
}
/*----------------------*/

