/* Temp APCD site styles */
#header-apcd {
    height: 99px;
    max-width: 1020px;
    margin: 0 auto;
    padding: 1rem 0;
}
.apcd-site .apcdheaderinternal {
    background-color: #fff;
}
.apcd-site #header-apcd > a + div {
    float: right;
    margin-top: 2rem;
}
.apcd-site .aem-search button {
    height: 3.5rem;
    vertical-align: top;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 0.5rem 0.5rem 0 0.5rem;
    background-color: red;
}
.apcd-site .aem-search input[type="text"] {
    height: 3.5rem;
    width: 20em;
    margin-right: -4px;
    padding-left: 1rem;
    border: 1px solid #605D55;
    border-radius: 5px 0 0 5px;
}
.apcd-site .aem-search input[type="text"]:focus {
    outline: none;
}
.apcd-site #header-apcd img {
    max-width: 135px;
}
.apcd-site .apcdfooter #apcd-logo img {
    max-height: 10rem;
}
.apcd-site #footer-container {
    height: auto;
    background-color: #605D55;
}
.apcd-site #footer-container footer {
    height: 200px;
    padding: 5rem;
}
.apcd-site .apcdfooter #apcd-logo {
    width: 200px;
}
.apcd-site .apcdfooter #footer-contact {
    width: 55%;
    margin-top: 0.5rem;
}
.apcd-site .apcdfooter #footer-contact h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.75em;
}
.apcd-site .apcdfooter #footer-contact p {
    line-height: 0.75em;
    font-size: 1.5rem;
}
.apcd-site .apcdfooter #footer-contact p + p {
    margin-bottom: 1.5rem;
}
.apcd-site .apcdfooter #footer-contact p + p + p {
    margin-top: 2rem;
}
.apcd-site .apcdfooter #footer-contact p:last-child *  {
	font-size: 1.425rem;
}
.apcd-site .apcdfooter #footer-contact p:last-child span {
    margin: 0 1rem 0 0;
}
.apcd-site .apcdfooter #footer-contact img {
    width: 1.5rem;
    margin-right: 0.5rem;
}
.apcd-site .apcdfooter #footer-social {
    width: 20%;
    margin: 0;
}
.apcd-site .apcdfooter #social-media {
    text-align: left;
}
.apcd-site .apcdfooter #social-media > a img, 
.apcd-site .apcdfooter #social-media div a img {
    height: 50px;
}
.apcd-site .apcdfooter #social-media + .footer-more {
    font-size: 0.8rem;
    margin: 0 0 0 0.5rem;
    text-align: left;
}
.apcd-site .searchResult {
    word-break: break-word;
    padding: 2rem;
}
.apcd-site .result-desc .title a {
    font-size: 1;
    font-weight: bold;
}
.apcd-site .result-desc > li {
    padding: 1em;
}
.apcd-site .searchResPagination {
    text-align: center;
}
.apcd-site .searchResPagination li {
    display: inline-block;
    list-style-type: none;
    padding: 2em 0.5em 1em 0.5em;
}

@media (max-width: 640px) {
    #header-apcd {
        text-align: center;
    }	
    .apcd-site #header-apcd img,
    .apcd-site .apcdfooter #apcd-logo img,
	.apcd-site .apcdfooter #apcd-logo,
    .apcd-site .apcdfooter #footer-contact,
    .apcd-site .apcdfooter #footer-social {
        width: 100%;
    }
    .apcd-site #header-apcd > a + div {
    	display: none;
        float: none;
        position: relative;
        top: 7.5rem;
        padding: 3rem 2rem;
        background-color: #605D55;
    }
    .apcd-site .aem-search button {
        height: 6rem;
        width: 7rem;
    }
    .apcd-site .aem-search input[type="text"] {
        height: 6rem;
        width: 53rem;
        font-size: 28px;
    }
    .apcd-site  .aem-search svg {
        height: 5rem;
        width: 5rem;
    }
    .apcd-site .search-collapse.in {
        display: block;
    }
    .apcd-site .apcdfooter #footer-container {
        padding-bottom: 10rem;
    }
    .apcd-site .apcdfooter #footer-container footer {
        height: auto;
    }   
    .apcd-site .apcdfooter #apcd-logo {
        text-align: center;
    }    
    .apcd-site .apcdfooter #apcd-logo img {
        max-width: 400px;
        max-height: revert;
    }
    .apcd-site .apcdfooter #footer-contact {
    	margin: 7rem 0;
    }
	.apcd-site .apcdfooter #footer-contact h2 {
        line-height: 4rem;
    	font-size: 32px;
    }
    .apcd-site .apcdfooter #footer-contact p {
        line-height: 3rem;
        font-size: 32px;
    }
    .apcd-site .apcdfooter #footer-contact p:last-child {
		margin-top: 7rem;
    }
    .apcd-site .apcdfooter #footer-contact p:last-child *  {
        font-size: 32px;
    }    
    .apcd-site .apcdfooter #footer-contact p:last-child span {
        font-size: 32px;
        line-height: 5rem;
        display: block;
    }
    .apcd-site .apcdfooter #footer-contact p:last-child span img {
        width: 35px;
        height: auto;
        margin-right: 1rem;
    }
    .apcd-site .apcdfooter #social-media div a img {
        width: 95px;
        height: auto;
    }
    .apcd-site .apcdfooter  #footer-social .footer-more {
        margin: 1rem;
	    font-size: 2rem;
        text-align: left;
    }
}