.leftButton {
    border: 1px solid var(--dfeh-color-gold);
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    position: relative;
}

button.leftButton {
    padding: 0;
    background: transparent;
}

.leftButton .imgContainer {
    height: 112px;
    width: calc(100% - 200px);
    overflow: hidden;
}

.leftButton:focus {
    outline-color: var(--dfeh-color-blue);
}

.leftButton .imgContainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.leftButton .buttonText {
    text-align: left;
    padding-left: 30px;
    padding-right: 2px;
    height: 100%;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    line-height: 1.2em;
    font-size: var(--dfeh-font-size-large);
    font-weight: var(--dfeh-font-weight-heavy);
}

.leftButton .highlight {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 112px;
    background-color: var(--dfeh-color-gold);
}

.leftButton .highlight:hover {
    opacity: .2;
}

.leftButton .buttonText {
    color: var(--dfeh-color-maroon);
}

.leftButton.shadedButton {
    background-color: var(--dfeh-color-offWhite);
}

a:not(.btn).mainButton,
a:not(.btn).leftButton,
a:not(.btn).headshot {
    text-decoration: none!important;
}

.mainButton {
    border: 2px solid var(--dfeh-color-midGrey)!important;
    min-height: 130px;
    width: 100%;
    text-align: center;
    line-height: 25px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: .3em 6%;
    color: var(--dfeh-color-white)!important;
    font-size: var(--dfeh-font-size-larger);
}

.mainButton:after {
    content: none;
}

.mainButton:hover,
.mainButton:focus  {
    padding: .2em 6% .4em 6%!important;
    background-color: var(--dfeh-color-darkGrey)!important;
}

a.mainButton:focus {
    outline: 2px solid var(--dfeh-color-white);
}

.headshot {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--dfeh-font-family);
    font-weight: var(--dfeh-font-weight-heavy);
}

.headshot .info {
    text-align: center;
}

.headshot:hover .info {
    text-decoration: underline;
}

.headshot .info p {
    margin-bottom: 0;
    line-height: 1.3em;
}

.headshot .info p.title {
    color: var(--dfeh-color-black);
    font-size: var(--dfeh-font-size-smaller);
}

.headshot .info p.name {
    font-size: var(--dfeh-font-size-medium);
}

.headshot img {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    margin-bottom: 1em;
    padding: 2px;
    background-color: var(--dfeh-color-gold);
}

@media screen and (max-width: 980px) {
    .headshot img {
        margin-bottom: 0;
    }

    .headshot {
        flex-direction: row;
        justify-content: center;
    }

    .headshot .info {
        padding-left: 15px;
        text-align: left;
    }
}

.dfehYellowButton {
    width: fit-content;
    display: inline-block;
}

.dfehYellowButton.wide {
    width: 100%;
    text-align: center;
}

.dfehYellowButton div {
    letter-spacing: .1em;
    line-height: 1.5em;
    padding: 13px 70px;
    color: var(--dfeh-color-white);
    background-color: var(--dfeh-color-teal)!important;
    font-size: var(--dfeh-font-size-xxSmall);
    font-weight: var(--dfeh-font-weight-bold);
}

a.dfehYellowButton.orange {
    text-decoration: none!important;
}
.dfehYellowButton.orange div {
    background-color: var(--dfeh-color-orange)!important;
    color: var(--dfeh-color-black);
    font-weight: var(--dfeh-font-weight-regular);
    font-size: var(--dfeh-font-size-regular);
    line-height: 1em;
    padding: 14px 46px;
    text-decoration: none!important;
}

.dfehYellowButton.orange:hover div {
    background-color: var(--dfeh-color-darkOrange)!important;
    color: var(--dfeh-color-offWhite);
}

.dfehYellowButton:hover div,
.dfehYellowButton:focus div {
    background-color: var(--dfeh-color-darkGrey)!important;
}

.dfehImgBtn {
    width: 100%;
    height: 228px;
    background: none;
    border: none;
    padding: 0 0 6px 0;
    position: relative;
}

.dfehImgBtn .overlay {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--dfeh-color-teal-transparent);
}

.dfehImgBtn .container {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 0 0 28px!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dfehImgBtn .container .buttonText {
    text-align: left;
    line-height: 1.1em;
    color: var(--dfeh-color-white);
    font-weight: var(--dfeh-font-weight-bold);
}

.dfehImgBtn:not(.selected):hover .overlay,
.dfehImgBtn:not(.selected):focus .overlay,
.dfehImgBtn:not(.selected):hover .buttonText,
.dfehImgBtn:not(.selected):focus .buttonText,
.dfehImgBtn:not(.selected):hover hr.sepDash,
.dfehImgBtn:not(.selected):focus hr.sepDash {
    visibility: visible;
}

.dfehImgBtn.selected hr.sepDash {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 235px;
}

.dfehImgBtn hr.sepDash {
    height: 7px;
    width: 66px;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 0px;
    border: none;
    background-color: var(--dfeh-color-gold);
}

.dfehImgBtn div.sepDash {
    background-color: var(--dfeh-color-gold);
}

.CAButton {
    max-height: 80px;
}