.title-em {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: normal;
    text-transform: lowercase;
}

.pad-bottom-less {
    margin-bottom: 2.5em;
}

.ac-logo-title {
    max-width: 250px;
}
.ac-logo-mid {
    max-width: 250px;
}

.ac-header-icon {
    margin-bottom: 1.5rem;
}

.ac-icon {
    height: 50px;
    width: auto;
}
    .featured-icons .ac-icon {
        height: 100px;
    }

.icon-ul {
    list-style-type: none;
}

.ministry-img {}

.align-left {
    text-align: left;
}

.pad-top {
    padding-top: 5.5em;
}

.bold, .ac-step h4 {
    font-weight: bold;
}

.locations-table th {
    font-weight: 500;
    background-color: transparent;
}
.locations-table th, .locations-table td {
    text-align: left;
}
.locations-table tr:nth-child(odd) {
    background-color: #E8EEF4
}
.locations-table-trth {
    background-color: transparent;
}

hr {
    border: 1px solid #E8EEF4
}

.alt-location {
    /*background-color: #Efefef;*/
}

.location-container {
    color: #1c2021;
    text-decoration: none;
}

.location-container:hover {
    cursor: pointer;
    text-decoration: underline;
}

.italic {
    font-style: italic;
}
.bold {font-weight: bold}
.red {color: darkred}

/**/
.subnav-container {
    display: block;
    margin-bottom: 1rem;
}
.subnav-item {
    display: inline-block;
    color: #1c2021;
    padding: 0.5rem;
    border-radius: 5px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: none;
    transition: transform .2s ease-in-out;
    margin-right: 1rem;
    margin-left: 1rem;
}
.subnav-item, .subnav-item-div {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.subnav-item:hover {
    cursor: pointer;
    text-decoration: underline;
}
.subnav-item span {} /* */

/**/
.inactive {
    display: none;
}
.active-link {
    background-color: #1c2021;
    color: white;
    transform: skewX(-20deg);
}
.active-link:hover {
    text-decoration: none;
    cursor: default;
}
.active-link span {
    display: inline-block;
    transform: skewX(20deg);
    position: relative;
}

.copyright-logo {
    display: inline-block;
    width: 15em;
    height: auto;
}

.footer-container {
    display: flex;
}
.footer-container > div {
    flex: 1;
}
.footer-col {
    font-size: 15px;
    margin-left: 2rem;
}
.footer-col a {
    color: #1c2021;
    border-bottom: none;
}
.footer-col a:hover {
    border-bottom: 1px dotted #1c2021;
}
.footer-col-1 {
    text-align: center;
}
.footer-col-2, .footer-col-1 {
    display: flex;
    flex-direction: row;
}
.footer-col-2 > div, .footer-col-1 > div {
    flex: 1;
}
.footer-title {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 1.5;
}
footer hr {
    border: 1px double rgba(124, 128, 129, 0.2);
    margin: auto auto auto 0;
    max-width: 12rem;
}
.footer-link-title {
    text-transform: uppercase;
    font-size: 15px;
}
.footer-ul {
    list-style: none;
}
.footer-ul li a {
}

.google-static {
    width: 100%;
}

.video-link {
    width: 100%;
    height: auto;
}

/* Footer collapse */
@media screen and (max-width: 1680px) {
    .footer-col-2 {
        flex-direction: column;
    }
}
@media screen and (max-width: 1200px) {
    .footer-container {
        flex-direction: column;
    }
    .footer-col {
        margin-top: 2rem;
    }
    .footer-col-2 {
        flex-direction: row;
    }
}
@media screen and (max-width: 900px) {
    .footer-title {
        font-size: 32px;
    }
    .subnav-item-div {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .footer-col-1, .footer-col-2 {
        flex-direction: column;
    }
}