﻿@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .page-maintitle {
        padding-right: 24px !important;
        padding-top: 0px !important;
        padding-bottom: 12px !important;
        margin-top: -10px;
    }
}

.mobile-only {
    visibility: hidden !important;
    display: none !important;
}


/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
    .selector {
        property: value;
    }

    .page-maintitle {
        padding-right: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 12px !important;
        margin-top: -10px !important;
    }

    .bootstrap hr {
        margin-right: -10px !important;
        width: 98% !important;
    }
}

@-moz-document url-prefix() {
    .az_contact_sidebar_style {
        float: none !important;
        text-align: right !important;
    }

    .page-maintitle {
        float: none !important;
        padding-bottom: 0px !important;
        margin-bottom: -8px;
    }
}

.contentPage-width {
    float: right !important;
    min-height: 700px !important;
    width: 105% !important;
    border-left: 1px solid #EBEBEB;
}

.faqsection {
    margin-bottom: 30px;
    padding-left: 10%;
}

    .faqsection section {
        margin-bottom: 20px !important;
    }

    .faqsection .toggle:last-child {
        /*border-bottom: 1px solid #dddddd;*/
    }

    .faqsection .toggle .toggle-title {
        position: relative;
        display: block;
        font-size: 18px;
        cursor: pointer;
    }

    .faqsection .toggle .toggle-inner {
        padding: 7px 25px 10px 25px;
        display: none;
        margin: 0px 25px 6px;
        font-size: 16px;
        line-height: 22px;
    }


        .faqsection .toggle .toggle-inner div {
            max-width: 100%;
        }

    .faqsection .toggle .toggle-title .title-name {
        display: block;
        padding: 5px 25px 10px;
    }


    .faqsection div.faqquestiontitle {
        font-size: 18px;
        text-decoration: underline;
        font-weight: 700;
    }

.toggle-plus {
    font-size: 14px;
}

.faqsection .toggle .toggle-inner #companies {
    color: navy;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    direction: rtl;
}

.faqsection .giftcardimage {
    width: 70%;
    margin-top: 30px;
    margin-right: 20%;
}

.faqsection .faq-img {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.deals_hr_logon {
    margin-top: 11px !important;
}

.faq-desc-text {
    margin-bottom: 20px !important;
    font-size: 18px !important;
    width: 85%;
}

.faq_icon {
    margin-top: -8px;
}
