﻿.Header:not(.solid) .mainMenu>ul>li.static ul.level3.dynamic, 
.Header:not(.solid) .accountMenu .accountMenuItem, 
.Header:not(.solid) span[id*="_Menu_"], 
.Header:not(.solid), 
.Header:not(.solid) #ctl00_ctl62_ExplicitLogin {
    color: #0d6e50;
}

.Header:not(.solid) .mainMenu>ul>li.static ul.level3.dynamic, .Header:not(.solid) {
    background-color: hsla(0,0%,100%,.9);
}

.Header:not(.solid) {
    background-image: url("/Style%20Library/images/apsLogo.png") !important;
}

.Header:not(.solid) .accountMenu a {
    color: #0d6e50;
}

#container .Wrapper {
    margin-top: 50vmin !important;
}

#HomePageRotator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.HomePageRotator {
    border-bottom: 1em solid #0d6e50;
}

.homeRotatorCaption {
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    bottom: 1em;
    right: 0.5em;
}

.react-gallery-arrow, .react-gallery-play-pause {
    z-index: 10;
    cursor: pointer;
    background-color: rgba(25, 25, 25, 0.5);
    width: 1em;
    height: 1.5em;
    text-align: center;
    opacity: 0;
    transition: opacity 0.25s ease-in-out
}

#DiseaseSnapshot-gallery:hover [class^="react-gallery-"] {
    opacity: 1
}

#DiseaseSnapshot-gallery .react-gallery-slide>div {
    width: 90%;
    margin: 0 auto;
}

#DiseaseSnapshot-gallery .DiseaseSnapshotCaption {
    color: #fff;
    font-size: 60%;
    bottom:0;
    position:absolute;
    width: 90%;
    background-color: rgba(50, 50, 50, 0.75);
    padding: 5px;
}

#DeltaPlaceHolderMain {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.homeRow {
    display: table-row
}

.spanOne {
    display: inline-block;
    width: 49%;
    padding: 0 25px;
    vertical-align: top
}

.breadcrumb {
    display: none !important
}

#ThisWeekAtAPS .dfwp-column.dfwp-list {
    border: 1px solid rgba(200,200,200,0.75)
}

#ThisWeekAtAPS .dfwp-column.dfwp-list li div {
    background-image: none
}

#ThisWeekAtAPS .dfwp-column.dfwp-list li:nth-child(odd) {
    background-color: rgba(200,200,200,0.75)
}

#InHouseAds .ms-rtestate-field {
    display: flex;
    justify-content: space-between;
}

#smShare {
	display:none !important;
}

@media screen and (max-width: 480px) {

    .Header:not(.solid) .hamburger span {
        background-color: #0d6e50;
    }

    .spanOne {
        width: 100%
    }
    #DiseaseSnapshot-gallery .react-gallery-slide {
        width: 100% !important
    }
}
