﻿@font-face {
    font-family: 'rsx-font-black', sans-serif;
    src: url("assets/fonts/bellslim_black-webfont.woff") format("woff"), url("assets/fonts/bellslim_black-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.page-code_contactus-landing h1, .page-code_contactus-landing h2 {
    font-family: 'rsx-font-black', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.page-code_contactus-landing .rsx-h5 {
    font-family: Helvetica, Arial, sans-serif;
}

.justify-content-center {
    justify-content: center;
}

.justify-space-between {
    justify-content: space-between;
}

.page-code_contactus-landing .contact-details {
    border-color: #d4d4d4 !important;
}

.support-toggle-collapsible-js .hide-text {
    display: none;
}

.support-toggle-collapsible-js .show-text {
    display: inline;
}

.support-toggle-collapsible-js.rsx-active .hide-text {
    display: inline;
}

.support-toggle-collapsible-js.rsx-active .show-text {
    display: none;
}

@media screen and (min-width: 520px) {
    .contact-details .rsx-flex {
        flex-flow: column wrap;
    }
}

@media screen and (min-width: 520px) and (max-width: 999px) {
    .contact-details {
        border: none !important;
    }
}

@media screen and (max-width: 519px) {
    .contact-details {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .contact-details .justify-content-center {
            align-items: center;
            justify-content: space-between;
        }

        .contact-details .rsx-margin-15-bottom {
            margin-bottom: 0 !important;
        }
}

.bell-anchored-EN-aval {
    cursor: pointer;
    outline: none !important;
    text-decoration: none;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    padding: 0 !important;
    margin: 0 !important;
    width: 125px;
    background: #003778;
    border: 1px solid #003778;
    border-radius: 20px;
    height: auto;
}

.bell-anchored-EN-aval-icon {
    fill: #ffffff;
    margin: 4px 10px 3px 15px;
    vertical-align: middle;
    width: 20px;
}

.contact-options {
    margin-right: -8px;
    margin-left: -8px;
}

    .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: 10px;
            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-label.rsx-active {
                border: 1px solid #00549A;
                box-shadow: 0 0 0 1px #00549A, 0 6px 25px 0 rgba(1, 1, 1, 0.12);
            }

                .contact-options .rsx-radios .rsx-label.rsx-active:hover, .contact-options .rsx-radios .rsx-label.rsx-active:active {
                    box-shadow: 0 0 0 1px #00549A, 0 20px 25px 0 rgba(1, 1, 1, 0.2);
                }

        .contact-options .rsx-radios .rsx-radio {
            margin-bottom: 20px;
            min-width: 22px;
        }

            .contact-options .rsx-radios .rsx-radio + span {
                font-size: 18px;
            }

        .contact-options .rsx-radios .rsx-active .rsx-radio + span {
            color: #00549A;
            font-weight: bold;
        }

@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;
    }
}

.row.form-option:not(:first-child) {
    margin-top: 15px;
}

.row.form-option > div {
    border-radius: 10px;
    box-shadow: 0 6px 25px 0 rgba(1, 1, 1, 0.12);
    padding: 0;
    transition: all .25s ease;
}

    .row.form-option > div:hover {
        box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.2);
    }

.row.form-option .rsx-radios {
    flex-grow: 1;
}

    .row.form-option .rsx-radios .rsx-label {
        display: flex;
        padding: 20px;
    }

@media screen and (max-width: 519px) {
    .row.form-option .rsx-radios .rsx-label {
        min-height: 60px;
        padding: 5px 15px;
    }

    .row.form-option .rsx-radios .rsx-radio {
        transform: scale(0.8);
    }
}

.row.form-option.rsx-active > div {
    border: 1px solid #00549A;
    box-shadow: 0 0 0 1px #00549A, 0 6px 25px 0 rgba(1, 1, 1, 0.12);
}

.row.form-option.rsx-active .rsx-label span:last-child {
    color: #00549A;
    font-weight: bold;
}

.contact-or {
    position: relative;
}

    .contact-or:before {
        border-top: 1px solid #d4d4d4;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 0;
        width: 100%;
    }

    .contact-or span {
        background: #fff;
        display: inline-block;
        padding: 0 10px;
        position: relative;
        z-index: 5;
    }

.results-row {
    margin: 0 -8px;
}

    .results-row .results-col {
        padding: 8px;
    }

    .results-row .content {
        border-radius: 10px;
        height: 100%;
        padding: 30px;
    }

        .results-row .content p a {
            text-decoration: none;
        }

            .results-row .content p a:hover {
                text-decoration: underline;
            }

@media screen and (max-width: 999px) {
    .results-row {
        display: block !important;
    }
}

.results-links {
    list-style: none;
    padding-left: 0;
}

    .results-links li {
        margin-bottom: 5px;
    }

    .results-links a {
        color: #fff;
        display: block;
        padding: 5px 0 5px 28px;
        position: relative;
        text-decoration: none;
    }

        .results-links a:before {
            background-repeat: no-repeat;
            background-size: contain;
            content: '';
            display: inline-block;
            height: 16px;
            text-transform: none;
            left: 0;
            line-height: 1;
            position: absolute;
            text-decoration: none;
            top: 7px;
            width: 16px;
        }

        .results-links a:hover {
            text-decoration: underline;
        }

.results-contact .rsx-flex p + p {
    margin-left: 50px;
}

.results-contact .rsx-txt-bold small {
    font-size: 12px;
    font-weight: normal;
}

.schedule {
    font-size: 12px;
    margin-top: -.75em;
}

.schedule-col:first-child {
    border-right: 1px solid #d4d4d4;
    padding-right: 15px;
}

.schedule-col:last-child {
    padding-left: 15px;
}

.schedule td + td {
    padding-left: 20px;
}

@media screen and (max-width: 519px) {
    .schedule-col {
        min-width: 100%;
    }

        .schedule-col:first-child {
            border-right: none;
            padding-right: 0;
        }

        .schedule-col:last-child {
            padding-left: 0;
        }

    .schedule table {
        width: 100%;
    }

        .schedule table td {
            padding: 2px 0;
            width: 50%;
        }
}
@media (min-width:430px) {
    .coustom-hide-small {
        display: none !important;
    }
}
.txt-business{
    font-size: 14px;
}

.more-option {
    flex-wrap: wrap;
}

    .more-option svg {
        height: 30px;
        position: relative;
        top: 3px;
        width: 30px;
    }

    .more-option a {
        display: block;
        font-weight: bold;
        line-height: 1.2;
        padding-left: 8px;
        width: calc(100% - 30px);
    }


