﻿@font-face {
    font-family: 'ABBvoice';
    src: url('../fonts/abbvoice/ABBvoice_W_Bd.eot');
    src: url('../fonts/abbvoice/ABBvoice_W_Bd.eot') format('embedded-opentype'), url('../fonts/abbvoice/ABBvoice_W_Bd.woff') format('woff'), url('../fonts/abbvoice/ABBvoice_W_Bd.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ABBvoice';
    src: url('../fonts/abbvoice/ABBvoice_W_Lt.eot');
    src: url('../fonts/abbvoice/ABBvoice_W_Lt.eot') format('embedded-opentype'), url('../fonts/abbvoice/ABBvoice_W_Lt.woff') format('woff'), url('../fonts/abbvoice/ABBvoice_W_Lt.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'ABBvoice';
    src: url('../fonts/abbvoice/ABBvoice_W_Md.eot');
    src: url('../fonts/abbvoice/ABBvoice_W_Md.eot') format('embedded-opentype'), url('../fonts/abbvoice/ABBvoice_W_Md.woff') format('woff'), url('../fonts/abbvoice/ABBvoice_W_Md.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ABBvoice';
    src: url('../fonts/abbvoice/ABBvoice_W_Rg.eot');
    src: url('../fonts/abbvoice/ABBvoice_W_Rg.eot') format('embedded-opentype'), url('../fonts/abbvoice/ABBvoice_W_Rg.woff') format('woff'), url('../fonts/abbvoice/ABBvoice_W_Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, h7:focus {
    outline: none;
}

#nds #content .content-wrapper h1,
#nds #content .content-wrapper h2,
#nds #content .content-wrapper h3,
#nds #content .content-wrapper h4,
#nds #content .content-wrapper h5,
#nds #content .content-wrapper h6,
#nds #content .content-wrapper h7 {
    font-family: 'ABBvoice',sans-serif;
    margin: 0 0 25px 0;
    color: #000;
    font-weight: bold;
    padding-left: 0;
    text-align: initial;
}

    #nds #content .content-wrapper h2:before {
        content: "";
        width: 48px;
        height: 6px;
        display: block;
        position: relative;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: auto;
        background-color: #ff000f;
    }

#nds #content .content-wrapper h2 {
    margin: 0 0 30px 0;
}

#nds .mobile-hide {
    display: block;
}

#nds .mobile-show {
    display: none;
}


/*@media all and (min-width: 1440px) {
    #nds #content .content-wrapper h2 {
        font-size: 28px !important;
        line-height: 32px !important;
    }
}*/

@media all and (min-width: 768px) {
    #nds #content .content-wrapper h2 {
        font-size: 24px;
        line-height: 28px;
    }

        #nds #content .content-wrapper h2:before {
            width: 40px;
            height: 5px;
            margin-bottom: 16px
        }
}

@media all and (max-width: 768px) {
    #nds #content .content-wrapper h2 {
        font-size: 24px;
        line-height: 28px;
    }

        #nds #content .content-wrapper h2:before {
            width: 24px;
            height: 3px;
            margin-bottom: 8px;
        }

    #nds #page #content .content-wrapper .page-header button {
        margin-top: 7px !important;
    }
}

@media all and (max-width: 730px) {
    #nds .mobile-hide {
        display: none !important;
    }

    #nds .mobile-show {
        display: block !important;
    }
}

@media all and (max-width: 380px) {
    #nds #page #content .content-wrapper .page-header button {
        float: none !important;
        display: block !important;
        width: 100%;
    }
}
