.footer__navigation li a {

    text-transform: none;
}

.footer-accessibility {

    margin-top: 40px;
}

.footer-accessibility li a {

    text-transform: uppercase;
}

/* Home banner updates EAR 202103 */

.banner--100 {

    height: 70vh;
}

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

    .banner--100 {

        height: 100vh;
    }

}


.image-hover::before {
    background-color: transparent !important;
}

/* VIDEO FOOTER */
.photo-content-video {
    /*display: none;*/
}

.photo-content-video__container {
    height: 70vh;
    background-color: #000;

    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
}

.photo-content-video__container .video__link-2 {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

    .photo-content-video__container {
        background-position: -3000px, center;
    }

}

/* --- */



/* .featurex-boxes__item
{
    width: 50%;
    margin: 0 auto;
    float: left;
}

.featurex-boxes__item .featured-boxes__image
{
    padding: 15px;
}

.featurex-boxes__item .featured-boxes__title,
.featurex-boxes__item .featured-boxes__description
{
    padding: 15px;
    width: 100%;
    display: block;
    text-align: center;
} */


.box-photo__imagebox {
    position: relative;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
    padding-top: 70%;
    background: #E3E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-photo__imagebox img {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;

    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.box-photo__imagebox img:hover {
    width: 130%;
}

/*
.box-photo__imagebox
{
    overflow: hidden;
    border: 2px solid #f00;
    height: 400px;
}

.box-photo__imagebox .desktop-image
{
    top: 50%;
    bottom: 50%;
}
*/

.featured-boxes {
    background-color: #fff;
    margin: 10px auto 70px;
    width: calc(100% - 20px);
    margin-bottom: 35px;
    overflow-x: hidden;
}

/* Grid container */
.featured-boxes__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 5px;
    width: 100%;
}

/* Grid items */
.featured-boxes__item {
    position: relative;
    font-size: 0;
    width: 100%;
}

.featured-boxes__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
    padding: 15px;
}

.featured-boxes__image a {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.featured-boxes__image img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.featured-boxes__title-only h2 {
    font-family: "ProximaNovaBold";
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    color: #2d3e3e;
}

.featured-boxes__title {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 190px;
    padding: 15px;
}

.featured-boxes__title span {
    font-family: "HeroicCondensedMedium";
    text-transform: uppercase;
    display: inline-block;
    line-height: 0.8;
    font-size: 90px;
    color: #222222;
    opacity: 0.11;
}

.featured-boxes__title h2 {
    font-family: "ProximaNovaBold";
    letter-spacing: 1px;
    position: absolute;
    margin-bottom: 0;
    font-size: 18px;
    color: #2d3e3e;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.featured-boxes__title h2.no-state {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
}

.featured-boxes__description {
    width: calc(100% - 190px);
    vertical-align: middle;
    display: inline-block;
    padding: 15px;
}

.featured-boxes__description p {
    margin-bottom: 0;
}

.featured-boxes__content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.featured-boxes__content .featured-boxes__title,
.featured-boxes__content .featured-boxes__description {
    width: 100%;
    display: block;
    text-align: center;
}

.featured-boxes .clear {
    display: none;
}

@media (max-width: 768px) {
    .featured-boxes__grid {
        gap: 20px 5px;
    }

    .featured-boxes__title {
        width: 100%;
    }

    .featured-boxes__description {
        width: 100%;
    }

    .featured-boxes__image a {
        aspect-ratio: 3/2;
    }
}

@media (max-width: 480px) {
    .featured-boxes__grid {
        gap: 15px 5px;
    }

    .featured-boxes__image {
        padding: 10px;
    }

    .featured-boxes__title,
    .featured-boxes__description {
        padding: 10px;
    }

    .featured-boxes__image a {
        aspect-ratio: 3/2;
    }
}