@import url("/App_Themes/Portals_global/zzzz-global-site-20190514.css");
@import url("/App_Themes/Portals_global/lms.css");
/********************************** APEA COLOURS & BACKGROUNDS ******/

h4 {
    color: #adc1eb;
}

.blue-text {
    color: #001e60;
}

.wrapper {
    background: url(/images/pa/pa-bg.jpg) no-repeat;
    background-size: auto;
    background-position: 0px -120px;
 }

@media screen and (max-width: 768px) {

    .wrapper {
        background-size: auto;
        background-position: 0px -155px;
     }
}

 @media screen and (max-width: 768px) {
    .dashboard .wrapper {
        background-size: auto;
        background-position: 0px -55px;
     }
    
}

/** Changed to 120px NP **/
 @media screen and (min-width: 1921px) {

    .wrapper {
        background-size: 100%;
        background-position: 50% -120px;
     }
    
}

@media screen and (min-width: 2051px) {

    .wrapper {
        background-size: 100%;
        background-position: 50% -150px;
     }
    
}

@media screen and (min-width: 2551px) {

    .wrapper {
        background-size: 100%;
        background-position: 50% -255px;
     }
    
}

@media screen and (min-width: 3000px) {

    .wrapper {
        background-size: 100% 850px;
        background-position: 50% -425px;
     }
    
}


 #masterHeaderImage {
    background-image: url("/images/PA/Dash_white_logos/PA.png");
 }

 .Member_MemberCard {
    background: url("/images/pa/dash_cards/PA-Digital-Card.png") left no-repeat;
    padding-left: 40px;
    background-size: contain;
}

.header-logo-container {
    border-top: 8px solid #001e60;
}

.RadMenu.rmResponsive .rmSelected > .rmRootLink, .RadMenu.rmResponsive .rmFocused > .rmRootLink {
    border-bottom: 4px solid #001e60;
}

.RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, .RadMenu.rmResponsive .rmExpanded > .rmRootLink {
    color: #adc1eb;
}


.BlockTLItem .PublishDate {
    color: #001e60 !important;
}

@media screen and (max-width: 767px) {

        .navbar-collapse .rmItem.rmFirst.rmSelected a {
            color: #001e60;
        }

         .header-logo-container {
             border-top: unset;
        }
}

.nav-secondary .sub-nav-head {
    background-color: #001e60;
}

.member-details {
    border-top: 8px solid #001e60;
}

h5::before {
    border-top: 4px solid #001e60;
}

.side-bar-panel {
    border-top: 8px solid #001e60;
}

.panel-heading::before {
    border-top: 4px solid #001e60;
}
