/* Sizing Tools */
.minvh-100 {
    min-height: 100vh;
}
.minvh-75 {
    min-height: 75vh;
}
.minvh-50 {
    min-height: 50vh;
}
.minvh-25 {
    min-height: 25vh;
}
/* Athena Addons */
.bg-UCFCustom {
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
/* Main Header */
.ccas-header-main {
    height:35vh;
    background-color: #000;
    min-height: 100%;
    background-position: center;
    background-size: cover;
}
.ccas-header-cont span {
    font-weight:400;
    background-color: #FFC904;
    font-size: calc(2 * (1vw + 1vh - 1vmin));
    color:#000;
    width: 100%;
    padding: .75rem;
}
/* Content */
.contact-photo img {
    border-radius: 100%;
}
.contact-photo h3 {
    font-size: .75em;
    line-height: 1.1;
    margin-bottom: .4em;
}
.contact-photo .contact-job-title {
    font-size: .75rem;
    line-height: 1.1;
    margin-bottom: .4em;
    font-style: italic;
}
.contact-photo a {
    font-size: .75rem;
    line-height: 1.1;
    margin-bottom: .4em;
}
/* Footer */
.footer-main {
    background-color: #3e3e3e;
    color: white;
}
.footer-main a {
    color: white;
    text-decoration: none;
}
.footer-main a:hover {
    text-decoration: underline;
}
.footer-main p {
    font-size: 12px;
    margin-bottom: .5em;
}
.footer-main h2 {
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.footer-main .dropdown-menu a {
    color: black;
    text-decoration: none;
}
.footer-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-main li {
    display: inline;
    font-size: 12px;
}
.footer-main li::after {
    content: " | ";
    padding: 0 .5rem;
}
.footer-main li:last-child::after {
    content: none;
}
/* Media */
@media (max-width: 650px) {
    .ccas-header-cont span {
        font-size: calc(1.6 * (1vw + 1vh - 1vmin));
    }
}