/*font*/
/*main*/
/*header*/
/*footer*/
/*media queries*/


/*#region fonts */
@font-face {
    font-family: 'nspcclight';
    src: url("('../fonts/nspcc/NSPCC-LightTT.eot");
    src: url("../fonts/nspcc/NSPCC-LightTT.eot?iefix") format("eot"), url("../fonts/nspcc/NSPCC-LightTT.woff") format("woff"), url("../fonts/nspcc/NSPCC-LightTT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'nspcclightitalic';
    src: url("../fonts/nspcc/NSPCC-LightItalicTT.eot");
    src: url("../fonts/nspcc/NSPCC-LightItalicTT.eot?iefix") format("eot"), url("../fonts/nspcc/NSPCC-LightItalicTT.woff") format("woff"), url("../fonts/nspcc/NSPCC-LightItalicTT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'nspccsemibold';
    src: url("../fonts/nspcc/NSPCC-SemiboldTT.eot");
    src: url("../fonts/nspcc/NSPCC-SemiboldTT.eot?iefix") format("eot"), url("../fonts/nspcc/NSPCC-SemiboldTT.woff") format("woff"), url("../fonts/nspcc/NSPCC-SemiboldTT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'nspccbold';
    src: url("../fonts/nspcc/NSPCC-BoldTT.eot");
    src: url("../fonts/nspcc/NSPCC-BoldTT.eot?iefix") format("eot"), url("../fonts/nspcc/NSPCC-BoldTT.woff") format("woff"), url("../fonts/nspcc/NSPCC-BoldTT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'nspccheadline';
    src: url("../fonts/nspcc/NSPCC-HeadlineTT.eot");
    src: url("../fonts/nspcc/NSPCC-HeadlineTT.eot?iefix") format("eot"), url("../fonts/nspcc/NSPCC-HeadlineTT.woff") format("woff"), url("../fonts/nspcc/NSPCC-HeadlineTT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'nspccregular';
    src: url("../fonts/nspcc/NSPCC-RegularTT.eot");
    src: url("../fonts/nspcc/NSPCC-RegularTT.eot?iefix") format("eot"), url("../fonts/nspcc/NSPCC-RegularTT.woff") format("woff"), url("../fonts/nspcc/NSPCC-RegularTT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

/*#endregion */

/*#region main */

:root {
    --nspccgreen: #0AA14A;
    --nspccteal: #085470;


}

/**/

body {
    font-family: nspccregular, sans-serif;
    font-size: 1rem;
    border-top: 2px solid var(--nspccgreen);
}
/*root colors*/

/*#endregion */

/*#region header */

.header{
    min-height: 222px;
}
.header-top{
    min-height: 90px;
}
    .header-top .row {
        min-height: 90px;
    }

.toplinks-left {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
    .toplinks-left li {
        display: inline-block;
    }
        .toplinks-left li a {
            color: var(--nspccteal);
            font-family: nspccsemibold, sans-serif;
            text-decoration: none;
        }
            .toplinks-left li a.donate {
                background-color: var(--nspccgreen);
                padding: 13px 25px 11px 25px;
                margin: 0;
                color: white;
                font-family: nspccheadline, sans-serif;
                font-size: 1rem;
                margin-bottom: 0;
                text-align: center;
                margin-right: 14px;
            }

.header-donate-mob {
    display: none;
}

.toplinks-right {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
    .toplinks-right li {
        display: inline-block;
    }
        .toplinks-right li a {
            color: var(--nspccteal);
            font-family: nspccsemibold, sans-serif;
            text-decoration: none;
        }

        .toplinks-right li select {
            color: var(--nspccteal);
            font-family: nspccsemibold, sans-serif;
            border: none;
        }
        .toplinks-right li.tl-lang {
            color: var(--nspccteal);
            font-family: nspccsemibold, sans-serif;
            cursor: pointer;
        }

.header-gap{
    height:17px;
}


.header-bottom {
    min-height:74px;
}

    .header-bottom .row {
        min-height: 74px;
    }

.logo-dt{
    display: block;
}
.logo-mob {
    display: none;
}


.dropdown-toggle::after {
    display: none;
    margin-left: 0;
    border: none;
}
.navbar{
    z-index: 11;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: nspccheadline, sans-serif;
    color: var(--nspccgreen);
    font-size: 1.2rem;
    padding-left: 16px;
    padding-right: 16px;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: var(--nspccgreen);
    }

.nav-item {
    border-bottom: 4px solid transparent;
}

    .nav-item:hover {
        border-bottom: 4px solid var(--nspccgreen);
    }

/*    .nav-item:last-child:hover {
        border-bottom: 4px solid transparent;
    }*/
.search-mob{
    display: none;
}
.dt-tab {
    display: inline;
}
/*#endregion */

/*#region footer */

.footer {
    background-color: var(--nspccteal);
    width: 100%;
    min-height: 640px;
    color: white;
    padding-top: 112px;
    padding-bottom: 100px;
    font-size: 1.1rem;
    margin-top: 80px;
}

    .footer h2 {
        color: white;
        font-family: nspccheadline, sans-serif;
        font-size: 1.6rem;
        padding-bottom: 13px;
    }




.footer-ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-ul li a {
    color: white;
    text-decoration: none;
}
    .footer-ul li a:hover {
        text-decoration: underline;
    }

.fu-pad li {
    padding-bottom: 18px;
}

p.follow-title{
    font-size: 1.2rem;
    padding-bottom: 5px;
}

.logo-col {
    padding-top: 44px;
}


.footer-socials {
    display: flex;
    gap: 34px;
}
a.footer-social {
    flex: 0 0 auto;
    text-decoration: none;
}

.subfooter-row {
    margin-top: 68px;
    border-top: 1px solid white;
    padding-top: 34px;
}

    .subfooter-row .col-md-4 {
        text-align: right;
    }

.small-footer {
    font-size: 0.8rem;
    margin-bottom: 0;
    line-height: 29px;
}

.subfooter-links {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;

}
    .subfooter-links li {
        display: inline-block;
    }
        .subfooter-links li span {
            font-size: 0.8rem;
        }
        .subfooter-links li a {
            font-size: 0.8rem;
            color: white;
            text-decoration: none;
        }
            .subfooter-links li a:hover {
                text-decoration: underline;
            }

/*#endregion */


/*scratch pad*/
/*.ccv { 
    width: 100%;
}*/


/*scratch pad*/
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        border: none;
        border-radius: 0;
        background-color: var(--nspccteal);
        padding-top: 100px;
        padding-bottom: 100px;
        border-top: 57px solid transparent;
        margin-top: -8px;
        min-height: 732px;
    }
    .m-col-m {
        border-right: 5px solid white;
        padding-left: 30px;
    }
        .m-col-m h2 {
            color: white;
            font-family: nspccheadline, sans-serif;
            font-size: 2.1rem;
            margin-top: 7px;
            margin-bottom: 28px;
        }

        .m-col-m p {
            color: white;
            font-family: nspccregular, sans-serif;
            font-size: 1.2rem;
        }

}

ul.sub-links {
    list-style-type: none;
    padding-left: 21px;
    padding-top: 62px;
}

    ul.sub-links li {
        padding-bottom: 13px;
    }

        ul.sub-links li a {
            color: white;
            text-decoration: none;
            font-family: nspccheadline, sans-serif;
            font-size: 1.5rem;
            padding: 6px 23px 3px 10px;
        }

            ul.sub-links li a:hover {
                background-color: var(--nspccgreen);
            }

            ul.sub-links li a span {
                font-family: nspccregular, sans-serif;
            }

            ul.sub-links li a.reciteme {
                cursor: pointer;
            }

.navangle {
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 400;
    padding-left: 2px;
    padding-right: 10px;
}


/*#region media queries */

@media screen and (max-width:1200px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .m-col-m h2 {
        font-size: 1.8rem;
    }
    ul.sub-links li a {
        font-size: 1.1rem;
    }
    .dt-tab {
        display: none;
    }
}


@media screen and (max-width:992px) {
    .header {
        height: 71px;
        min-height: 71px;
    }

    .header-top, .header-gap {
        display: none;
    }

    .navbar {
        padding-top: 19px;
    }

    a.search-mob {
        display: none;
        width: 28px;
        height: 38px;
        width: 24px;
        height: 24px;
        background-image: url(../images/custom/search-icon-mob.png);
        background-repeat: no-repeat;
        margin-right: 12px;
    }

    .navbar-toggler {
        border: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-toggler-icon {
        background-image: url('../images/custom/nspcc-nav-icon.png');
        vertical-align: inherit;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: none;
        border-radius: 0;
        background-color: var(--nspccteal);
    }
    .logo-dt {
        display: none;
    }

    .logo-mob {
        display: block;
    }

    .header-donate-mob {
        display: block;
    }

    a.donate-mob-btn {
        background-color: var(--nspccgreen);
        padding: 6px 25px;
        margin: 0;
        color: white;
        font-family: nspccheadline, sans-serif;
        font-size: 1rem;
        margin-bottom: 0;
        text-align: center;
        width: 100%;
        text-decoration: none;
        display: block;
    }

    .m-col-s,
    .m-col-m {
        display: none;
    }
    .mob-pad {
        padding-left: 0;
        padding-right: 0;
    }
    a.navbar-brand {
        margin-left: 15px;
    }
    .s-b-c {
        margin-right: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--nspccgreen);
    }
        .navbar-expand-lg .navbar-nav .nav-link:hover {
            color: var(--nspccgreen);
        }
    .nav-item:hover {
        border-bottom: 4px solid transparent;
    }
    ul.navbar-nav {
        background-color: white;
        margin-top: 13px;
    }

    ul.sub-links {
        padding-top: 0px;
        padding-left: 2px;
    }

        ul.sub-links li a {
            font-size: 1.1rem;
            padding: 5px 23px 5px 10px;
        }

            ul.sub-links li a:hover {
                background-color: var(--nspccgreen);
                color: white
            }
}
@media screen and (max-width: 1080px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (max-width:768px) {
    .footer {
        min-height: 640px;
        padding-top: 37px;
        padding-bottom: 20px;
        font-size: 0.8rem;
        line-height: 20px;
        margin-top: 40px;
    }
        .footer h2 {
            font-size: 1.4rem;
            padding-bottom: 6px;
            margin-bottom: 0;
        }
        .footer ul{
            margin-bottom: 7px;
        }
        .footer .ful-one{
            width: 76%;
        }
        .footer .ful-two {
            margin-bottom: 23px
        }
    .logo-col {
        display: none;
    }
    p.follow-title {
        margin-bottom: 0;
    }
    .footer-socials {
        gap: 44px;
    }
    .subfooter-row {
        border-top: none;
        margin-top: 0;
        padding-top: 26px;
    }
        .subfooter-row .col-md-4 {
            text-align: left;
        }
    .small-footer {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        line-height: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .subfooter-links {
        display: flex;
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 40px;
        padding-top: 14px;
    }
        .subfooter-links li {
            flex: 0 0 84px;
        }
    .subfooter-links li.divide {
        display: none;
    }
}

/*#endregion */