  
/*ul.top-menu-nav {
	list-style-type: none;
	display: flex;
	padding: 0;
	overflow: hidden;
	justify-content: center;
}
	ul.top-menu-nav li:before {
		content: "";
	}
	ul.top-menu-nav li {
		border: 1px solid maroon;
		margin: 0 0 0 .5rem;
		padding: .5rem;
		text-align: center;
		word-break: normal;
		min-width: 7rem;
	}
	ul.top-menu-nav li:first-child {
		margin: 0 0 0 0;
	}
*/
/*TOP RESOURCES */
.top-resources-header {
    color: black !important;
    font-weight: 600 !important;
    font-size: clamp(1.0625rem,1.75vw,1.5rem) !important;
    background-color: #FFFFFF !important;
    display: inline-block;
    /*margin-left: 15rem;
    margin-bottom: -2.5rem;*/
    border: 1px solid white;
    position: relative;
    top: 2rem;
    left: 10rem;
    z-index: 1;
    padding: 0 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
.top-resources {
    background-color: #F1EEE9;
    width: 100%;
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.top-resources a {
    color: black;
    text-decoration: none;
}
.top-resources div {
    padding: 0;
}
.top-resources div .top-text {
    display:block;
	text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: clamp(.75rem,1vw,.875rem);
    transition: transform, color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    line-height: 1.5;
}
.top-resources div:hover .top-text {
    transform: scale(1.1875);
    color: #8a0000;
}
.top-resources div img {
    padding: 1rem 2rem 1rem 2rem;
    transition: transform, filter;
    transition-delay: 0.1s, 0.1s;
    transition-duration: 375ms, 375ms;
    transition-timing-function: ease-in-out, ease-in-out;
}
.top-resources div:hover img {
    transform: scale(1.125);
    filter: brightness(115%);
}

@media screen and (max-width: 40em) {
    .top-resources-header {
        position: unset;
        text-align: center;
        display: block;
        font-size: 1.25rem;
    }
    .top-resources {
        /*flex-wrap: wrap;*/
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }
    .top-resources div {
        flex-basis: 50%;
        text-align: center;
    }
    .top-resources div img {
        padding: 1rem;
        max-height: 8rem;
        margin: auto;
    }
}
@media screen and (max-width: 30em) {
    .top-resources-header {
        position: unset;
        text-align: center;
        display: block;
        font-size: 1.25rem;
    }
    .top-resources {
        /*display: block;*/
        flex-wrap: wrap;
        width: 100%;
    }
    .top-resources div {
        width: 100%;
        text-align: center;
    }
    .top-resources div img {
        padding: 1rem;
        max-width: 8rem;
        margin: auto;
    }
}
.main__content .flex-content-container {
		padding: 0 10rem;
}
.main__content>.row>.right-content {
	width: 100%;
	max-width: 87.5rem;
	margin: auto;
	position: initial;
}
.main__content>.row>.right-content .col-left {
	padding-right: 1rem;
	border: 0 solid gray;
}
.main__content>.row>.right-content .col-right {
	padding-left: 1rem;
	border: 0 solid gray;
}
@media screen and (max-width: 64em) {
.main__content .flex-content-container {
		padding: 0;
    }
}
@media screen and (max-width: 48em) {
    .main__content>.row>.right-content .col-left {
        width: 50%;
    }
    .main__content>.row>.right-content .col-right {
        width: 50%;
    }
}
@media screen and (max-width: 40em) {
    .main__content>.row>.right-content .col-left {
        width: 100%;
    }
    .main__content>.row>.right-content .col-right {
        width: 100%;
    }
}
@media screen and (max-width: 30em) {

}
.user-markup .workday {
    background-color: #F1EEE9;
    margin: 2vw 0 0 0;
    box-shadow: 0 1.875rem 0 -1.25rem #e2ded7;
    padding: 1rem 0 2rem 0 ;
}
.user-markup .workday .imgdiv {
    margin-bottom: 1rem;
	padding: 0 2rem;
}
.user-markup .workday .workday-links {
    padding: 0 0 0 1rem;
}
.user-markup .workday .workday-links ul {
	list-style: none;
}
.user-markup .workday ul>li:before { content: "";}
.user-markup .workday .workday-links a.cta-link {
    font-size: 1.025rem !important;
}
.user-markup .workday .workday-links-li a.cta-link svg {
    height: 1.375rem;
    width: 1.375rem;
}

.mission-forms h2, .links-workday h2 {
	color: black;
	font-size: clamp(1.25rem, 2.25vw, 1.75rem);
}
