﻿/*--------------------------------------------------
    [Culture]
----------------------------------------------------*/
#culture-page .hero-text-2 {
    line-height: 1;
}

#culture-page .hero-text {
    color: #fff;
    bottom: 9%;
    top: auto;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.87);
}

    #culture-page .hero-text .hero-text-1 {
        font-size: 1.8em;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
    }

#culture-page .ada-color-green {
    color: #94d608;
}

#culture-page .dark-stripes {
    position: absolute;
    width: 8%;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: 100%;
    background-image: repeating-linear-gradient(-45deg, transparent 2px, transparent 7px, #1b4987 10px, #1b4987 9px);
    background-color: rgb(3, 42, 101);
    background-repeat: repeat-y;
}

#culture-page .stripes {
    position: absolute;
    width: 8%;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: 100%;
    background-image: repeating-linear-gradient(-45deg, transparent 2px, transparent 7px, #2b8dc5 10px, #2b8dc5 9px);
    background-color: rgb(13, 115, 181);
    background-repeat: repeat-y;
}

#culture-page .bn-heading-v2-white {
    font-family: ProximaNova-Extrabld;
    font-weight: normal;
    font-style: normal;
    font-size: 2.3rem;
    color: rgb(96, 96, 98);
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2.85714rem;
    padding: 0 15px;
}

    #culture-page .bn-heading-v2-white::after {
        content: "";
        display: block !important;
        margin: 0 auto;
        margin-top: .75rem;
        width: 12rem;
        border-top-width: 3px;
        border-top-style: solid;
        border-color: white;
        /*box-sizing: border-box;*/
    }

#culture-page #a-better-tomorrow {
    margin-top: -5px;
}

/*--------------------------------------------------
    [Culture - Nav]
----------------------------------------------------*/
#cultureNav {
    height: 80px;
    margin: 0 auto;
}

    #cultureNav .nav > li {
        display: inline-block;
    }

        #cultureNav .nav > li > a {
            font-size: 2.3rem !important;
            padding: 0 !important;
        }

#cultureNav ul {
    top: 32%;
}

@media (min-width: 990px) {
    #cultureNav .nav > li > a {
        font-size: 1.25rem !important;
    }

    #cultureNav {
        height: 50px;
    }
}

@media (min-width: 1032px) {
    #cultureNav .nav > li > a {
        font-size: 1.35rem !important;
    }

    #cultureNav {
        height: 54px;
    }
}

@media (min-width: 1180px) {
    #cultureNav .nav > li > a {
        font-size: 1.55rem !important;
    }
}

@media (min-width: 1280px) {
    #cultureNav .nav > li > a {
        font-size: 1.75rem !important;
    }

    #cultureNav {
        height: 74px;
    }
}

@media (min-width: 1432px) {
    #cultureNav .nav > li > a {
        font-size: 2.3rem !important;
    }
}

#cultureNav ul.arrows-white > li {
    background: url('/Assets/Images/pages/elements/wingding-arrow.png') no-repeat left top;
    padding-left: 40px;
    padding-right: 35px;
}

#cultureNav a {
    margin-top: -5px;
}

    #cultureNav a:hover {
        text-decoration: underline;
        background-color: transparent !important;
    }

#culture-page {
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1400px) {
    #cultureNav ul.arrows-white > li {
        background-size: 17px 17px;
    }
}

@media (max-width: 1080px) {
    .header {
        min-height: 55px !important;
    }
}

/*--------------------------------------------------
    [Culture - Tiles] 
----------------------------------------------------*/
@media (max-width: 449px) {
    #culture-page a.service-btn > .overlay > h2 {
        font-size: 10px !important;
        margin-top: 0;
    }
}
/*@media (max-width: 560px) {
    #culture-page a.service-btn > .overlay > h2 {
        font-size: 13px !important;
        margin-top: 0;
    }

    #culture-page .col-xs-3 {
        width: 50%;
        margin-bottom: 10px;
        font-size: 15px !important;
    }
}
@media (min-width: 561px) and (max-width: 620px) {
    #culture-page a.service-btn > .overlay > h2 {
        font-size: 13px !important;
        margin-top: 0;
    }

    #culture-page .service-btn > .overlay {
        padding: 0px !important;
        padding-top: 15px !important;
    }
}*/
@media (min-width: 450px) and (max-width: 620px) {
    #culture-page a.service-btn > .overlay > h2 {
        font-size: 13px !important;
        margin-top: 0; 
    }
    #culture-page .service-btn > .overlay {
        padding: 0px !important; 
        padding-top: 15px !important;
    }
}

/*--------------------------------------------------
    [List unstyled] 
----------------------------------------------------*/
#culture-page .list-unstyled {
    list-style-type: none;
    padding-left: 0;
}