html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/**********  Flinn20 styles  **********/
* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
	min-height: 100%;
    display: flex;
    flex-direction: column;
}

@keyframes fadein-rise-140 {
	from {
		transform: translateY(140px);
		opacity: 0;
	} to {
		transform: translateY(0);
		opacity: 1;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: Lato, sans-serif;
}

a:link,
a:visited,
a:active {
	color: #d57828;
}

/* p + p, */
p + * {
    margin-top: 1em;
}

.interior-container ul {
    list-style: disc;
	padding-left: 1.25em;
	margin-bottom: 1em;
}

.container {
	width: 90%;
	max-width: 1215px;
	margin: 0 auto;
	height: 100%;
}

.wp-block-group__inner-container {
    /* max-width: 1235px;
    margin: 0 auto;
    width: 90%; */
}

.social-header {
    width: 100%;
    /* height: 32px; */
	padding: 5px 0;
}

.social-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.header-message-text {
    font-family: Lato, sans-serif;
    font-size: 15px;
	font-weight: 400;
	line-height: 1.1;
	margin-right: 1em;
}

.social-icons {
	display: flex;
	justify-content: flex-end;
    align-items: center;
	height: 100%;
	max-width: 940px;
    /* margin: 0 auto; */
}

.covid-msg {
    margin-right: auto;
    font-family: Lato, sans-serif;
    font-size: 15px;
}

.social-icons a + a {
	margin-left: 10px;
}

.social-icon {
    display: block;
	width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #000;
    background-size: 15px;
    background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.social-icon.facebook {
    background-image: url(../img/facebook-icon.svg);
}

.social-icon.twitter {
    background-image: url(../img/twitter-icon.svg);
}

.social-icon.youtube {
    background-image: url(../img/youtube-icon.svg);
}

.main-nav-header {
	background-color: #fff;
	height: 120px;
	border-top: 4px solid #d57828;
	position: sticky;
	top: 0;
	z-index: 9999;
	box-shadow: 4px 4px 4px -5px #555;
}

.main-nav-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 10px;
}

.main-nav-header .menu-main-menu-container {
	height: 100%;
}

.mobile-nav-trigger {
    background: none;
    border: none;
    color: #ceb3cb;
	font-size: 24px;
	display: none;
}

.logo,
#menu-main-menu,
#menu-main-menu li {
	display: flex;
    align-items: center;
	height: 100%;
}

.logo {
	flex: 0 1 30%;
	transition: opacity .2s ease;
}

.logo:hover {
    opacity: .8;
}

.logo img {
	height: 80%;
	width: 100%;
	max-width: 362px;
	min-width: 200px;
    object-fit: contain;
}

#menu-main-menu a {
	color: #3098af;
	font-family: Lato, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	padding: 24px 20px 20px;
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
	border-bottom: 4px solid transparent;
	/* transition: border-color .2s; */
}

#menu-main-menu > li > a:hover {
	border-bottom: 4px solid #3098af;
}

#menu-main-menu .menu-item-has-children {
    position: relative;
}

#menu-main-menu .sub-menu {
    position: absolute;
	right: 999em;
	top: 112px;
	min-width: 100%;
	width: 12em;
	background-color: #fff;
	border: 1px solid #1f1d1d;
	border-top: 4px solid #3098af;
	opacity: 0;
    transition: opacity .2s;
}

#menu-main-menu .menu-item:hover .sub-menu {
	right: 0;
	opacity: 1;
}

#menu-main-menu .sub-menu a {
	padding: 10px 20px 6px;
	width: 100%;
}

#menu-main-menu .sub-menu a:hover {
    background-color: #f4f4f4;
}


/**********  front page  **********/
.container.front-page {
    width: 100%;
    max-width: none;
}

.wp-block-group.band {
    padding: 4rem 0;
}

.wp-block-group.band-1 {
    padding-bottom: 5rem;
}

.hero-triad {
    width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
	background-color: #3098af;
}

.hero-triad > .wp-block-group__inner-container {
	width: 90%;
	max-width: 1215px;
    margin: 0 auto;
    display: flex;
}

.hero-item {
    margin: 0px 18px;
	flex: 0 0 calc(33.333% - 36px);
	animation: fadein-rise-140 1s forwards;
}

.hero-item:nth-child(2) {
	animation-delay: .25s;
}

.hero-item:nth-child(3) {
	animation-delay: .5s;
}

.hero-item .wp-block-image {
    margin: 0 0 23px;
}

.hero-item figure {
	width: 100%;
}

.hero-item figure a {
    overflow: hidden;
	display: block;
	font-size: 0;
}

.hero-item figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border: 3px solid #d57828;
	transition: transform .2s ease;
}

.hero-item figure img:hover {
    transform: scale(1.05);
}

.hero-item:nth-child(2) figure img {
	/* border-color: #3098af; */
}

.hero-item h4 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 12px;
	max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.hero-item p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.hero-item h4 a {
	text-decoration: none;
	transition: opacity .2s ease;
}

.hero-item h4 a:hover {
	opacity: .8;
}

.hero-item p a {
    display: block;
	text-decoration: none;
	font-size: 19px;
    font-style: italic;
    font-weight: 700;
    margin: .5em 0 1.5rem;
}

.band-1 .wp-block-group__inner-container {
    width: 66%;
	max-width: 689px;
	margin: 0 auto;
}

.band-2 .wp-block-group__inner-container {
    width: 90%;
    max-width: 1235px;
    margin: 0 auto;
}

.band-1 p {
	font-family: Lato, sans-serif;
}

.band-2 h3 {
	letter-spacing: .05em;
	margin: 0 0 10px;
}

.band-2 p {
    display: flex;
    flex-direction: column;
}

.band-2 .btn {
	font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 20px 0 0;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 22px;
	height: 44px;
	width: max-content;
	display: flex;
    align-items: center;
	padding: 0 2.2em;
    transition: background-color .2s ease, color .2s ease;
}

.band-2 h3 a {
	transition: opacity .2s ease;
}

.band-2 h3 a:link,
.band-2 h3 a:visited,
.band-2 h3 a:active {
	color: #fff;
}

.band-2 h3 a:hover {
	opacity: .8;
}

.band-2 .btn:hover {
    background-color: #fff;
    color: #d57828;
}

.band-2 > .wp-block-group__inner-container {
    display: flex;
	align-items: center;
	width: 60%;
	max-width: 1012px;
}

.band-2 > .wp-block-group__inner-container > figure {
	flex: 0 0 auto;
}

.band-2 .wp-block-group__inner-container .wp-block-group__inner-container {
    flex-direction: column;
	align-items: flex-start;
	margin: 0 0 0 30px;
	width: 100%;
}

.band-2 img {
	width: 202px;
    height: auto;
}

.front-page h2 {
	font-family: 'Cormorant Garamond', serif;
	line-height: 1.16;
    margin: 0 0 1em;
}




.interior-container {
	width: 90%;
	margin: 20px auto 50px;
}

.interior-container > h1,
.article-text h1 {
	font-size: 38px;
	margin: 20px 0;
	line-height: 1.2;
}

.interior-container > h1::before,
.article-text h1::before,
.interior-container h2::before {
	content: '';
	display: block;
	width: 300px;
	height: 2px;
	background-color: #d57828;
	margin: 0 0 16px;
}

.interior-container h2 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.2;
}

.interior-container h3 {
    font-size: 26px;
	font-weight: 400;
	margin: 0 0 .5em;
	clear: none;
}




.footer {
    margin-top: auto;
	background-color: #3098af;
	padding: 59px 0;
}

.footer > .container {
	display: flex;
	justify-content: space-between;
}

.footer .menu {
	/* columns: 3; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 355px;
    max-width: 575px;
}

.footer .menu-item {
    break-inside: avoid;
}

.footer .menu a {
    color: #fff;
	text-decoration: none;
	font-family: Lato, sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.footer .menu > .menu-item {
    margin: 0 0 1em;
}

.footer .menu > .menu-item:last-child {
	display: none;
}

.footer .menu > .menu-item > a {
	font-size: 18px;
	color: #000;
    display: block;
	margin: 0 0 .75em;
}

.footer .menu-main-menu-container {
	/* max-width: 900px;
	min-width: 550px; */
	flex: 0 1 600px;
}

.contact-and-form {
    display: flex;
    justify-content: space-between;
    min-width: 450px;
    width: 50%;
}

.contact-info {
    color: #fff;
	font-family: Lato, sans-serif;
	font-size: 13px;
	font-weight: 700;
	/* flex: 0 1 160px; */
	min-width: 160px;
}

.contact-info-title {
	font-size: 18px;
	color: #000;
	margin: 0 0 .75em;
}

.contact-info p {
    line-height: 2;
}

.footer .social-icons {
    justify-content: flex-start;
    align-items: flex-start;
	margin-top: 1.5em;
	height: auto;
}

.footer .social-icon {
	width: 36px;
	height: 36px;
}

.footer-form {
	margin-left: auto;
	flex: 0 1 275px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	max-width: 275px;
    font-family: Lato, sans-serif;
	font-size: 14px;
    line-height: 1.43;
    padding: 8px 12px;
    margin: 0 0 10px;
	border: 1px solid #ccc;
}

.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
	color: #999;
}

.wpcf7 input[type=submit] {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 22px;
    height: 44px;
    padding: 0 2.4em;
	margin: 1.5em 0 0;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
}

.wpcf7 input[type=submit]:hover {
	background-color: #fff;
    color: #d57828;
}

.copyright {
	background-color: #000;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 12px;
    padding: .875em calc(4% + 15px);
    text-align: center;
}

span#to_top_scrollup {
    border-radius: 3px 3px 0 0;
    bottom: 0;
	right: 200px;
	font-size: 20px;
    height: 30px;
    box-sizing: border-box;
}



.banner-image {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 0 40px;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-image::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(9, 55, 65, 0.25), rgba(9, 55, 65, 0.25));
}

.banner-image-title {
	font-family: Lato, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
    color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.wp-block-columns {
    clear: both;
}

figure.wp-block-image {
    margin-bottom: 12px;
}

.ff-text-image-group .wp-block-group__inner-container {
    display: flex;
	justify-content: space-between;
	margin: 0 0 4rem;
}

.ff-text-image-group .wp-block-group__inner-container > * {
    flex: 1 1 auto;
    margin-top: 0;
}

.ff-text-image-group .wp-block-image img {
    min-width: 500px;
    object-fit: cover;
}

figure.interior-gallery {
	margin: 5rem 0 2rem;
}

.interior-gallery .blocks-gallery-grid {
    flex-wrap: nowrap;
}

figure.interior-gallery::before {
	content: '';
	display: block;
	width: 300px;
	height: 2px;
	background-color: #d57828;
	margin: 0 0 40px;
}


/**********  articles  **********/
.article-list {
	/* display: flex;
	flex-wrap: wrap; */
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	gap: 1vw;
}

.article-list-item {
    /* flex: 0 0 30%; */
	margin: 1rem 1rem 2rem;
	/* max-width: 300px; */
}

.article-list-item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
	min-width: 0;
}

.article-list-item h3 {
    font-size: 18px;
    font-weight: 700;
	text-decoration: underline;
	margin: .75em 0;
}

.article-list-item p {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
}

.article-list-item a {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
    margin: 1em 0 0;
    display: block;
}

.pagination {
	text-align: center;
	font-family: Lato, sans-serif;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
}

.page-numbers {
	text-decoration: none;
	border: 2px solid #d57828;
    padding: 0 .6em .1em;
}

.page-numbers:link,
.page-numbers:visited,
.page-numbers:active {
    color: #1f1d1d;
}

.page-numbers.current {
	background-color: #d57828;
}

.page-numbers.prev,
.page-numbers.next {
	border: 2px solid transparent;
}



/**********  article detail **********/
.interior-container.article {
	display: flex;
	justify-content: space-between;
}

.article-text {
    flex: 0 1 66%;
}

.article-image {
	flex: 0 1 30%;
	margin: 2rem 0 0 2rem;
}

.wp-post-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 300px;
}



/**********  front latest articles  **********/
.front-latest-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    width: 90%;
    max-width: 1215px;
    margin: 5rem auto;
}

.front-latest-articles img {
    max-width: 100%;
    object-fit: cover;
	height: 66%;
    max-height: 380px;
}

.front-latest-articles h3 {
	color: #3098af;
	font-size: 24px;
	margin: .5em 0;
}

.front-latest-articles a {
	color: #d57828;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	text-decoration: none;
	display: block;
    width: fit-content;
}

.recent-news-heading {
	color: #3098af;
	font-size: 22px;
	letter-spacing: .068em;
	text-transform: uppercase;
	border-bottom: 1px solid #b0b0b0;
    width: 90%;
    max-width: 1215px;
	margin: 2em auto -2em;
    padding: 0 0 1em;
}


/**********  front animations  **********/
.free-virtual-heading,
.recent-news-heading,
.front-latest-articles {
	opacity: 0;
}

.free-virtual-heading.fadein-rise,
.recent-news-heading.fadein-rise,
.front-latest-articles.fadein-rise {
    animation: fadein-rise-140 1s forwards;
}


/**********  Contact Us page  **********/
.page-contact-us > h1 {
	color: #3098af;
}

.page-contact-us > h1::before,
.page-contact-us h2::before {
	display: none;
}

.contact-map {
	margin: 2.5rem 0;
	margin-left: -5vw;
	max-width: 100vw;
}

.contact-wrapper .wp-block-group__inner-container {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-content {
	flex: 0 1 64%;
}

.contact-content .wp-block-group__inner-container > p {
    width: 92%;
}

.contact-sidebar {
	flex: 0 1 30%;
	min-width: 265px;
}

.contact-block {
    padding: 1rem 1.5rem 1.5rem;
    min-height: 300px;
    margin: 0 0 2rem;
}

.contact-block h2 {
	font-size: 28px;
	font-weight: 700;
}

.contact-block p {
	font-size: 20px;
	font-family: Lato, sans-serif;
}

.page-contact-us .wpcf7 {
	margin: 4rem 0 0;
	width: 100%;
}

.page-contact-us .wpcf7 label {
	font-family: Lato, sans-serif;
    color: #3098af;
    font-size: 20px;
	font-weight: 700;
}

.page-contact-us .wpcf7 input[type=text],
.page-contact-us .wpcf7 input[type=email],
.page-contact-us .wpcf7 textarea {
    max-width: none;
	width: 100%;
	border-color: #ccc;
	font-family: 'Cormorant Garamond', serif;
	padding: 8px 12px;
}

.page-contact-us .wpcf7 input[type=submit] {
	color: #d57828;
	border-color: #b99bb6 #b99bb6 #d57828;
	margin-top: 1em;
}

.page-contact-us .wpcf7 input[type=submit]:hover {
	background-color: #d57828;
	color: #fff;
}

.page-contact-us .wpcf7 p + * {
	margin: 0;
}

.page-contact-us .social-icons-2 {
	justify-content: flex-start;
}

a.social-icon-2 {
    font-family: 'FontAwesome', sans-serif;
    text-decoration: none;
    font-size: 50px;
    color: #3098af;
}

.social-icon-2 + .social-icon-2 {
    margin-left: .5em;
}




/**********  Ending Stigma page  **********/
.ff-video-wrap {
    margin: 5rem 0 3rem;
}

.page-ending-stigma .wp-block-embed {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 4rem 5%;
}

.page-ending-stigma .wp-block-embed__wrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.page-ending-stigma .wp-block-embed iframe {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.page-ending-stigma .wp-block-columns {
	justify-content: space-between;
	margin-top: 5rem;
}

.page-ending-stigma .ff-video-title {
    font-size: 18px;
    font-weight: 700;
    margin: .5em 0;
}

.ff-video-content {
	font-size: 16px;
	max-height: 2.6em;
    overflow: hidden;
	transition: max-height .4s ease;
	position: relative;
}

.ff-video-content::after {
	content: '...';
	position: absolute;
	bottom: -.2em;
	right: 0;
	font-weight: 700;
    background-color: #fff;
	padding: 0 0 .3em .25em;
    letter-spacing: .25em;
	box-shadow: -0.5em 0 0.5em #fff;
	opacity: 1;
	transition: opacity .4s ease;
}

.ff-video-content.expanded {
	max-height: 26em;
}

.ff-video-content.expanded::after {
	opacity: 0;
}

.expand-story {
	font-family: Lato, sans-serif;
	color: #d57828;
	font-size: 16px;
	text-transform: uppercase;
	border-top: 1px solid #000;
    margin: 1em 0 0;
	padding: .5em 0 0;
	cursor: pointer;
}

.expand-story::after {
	content: '\f13a';
	font-family: 'FontAwesome', sans-serif;
	font-size: 18px;
	margin-left: 1em;
}

.expand-story.expanded::after {
	content: '\f139';
}

/**********  Trustees & Staff page  **********/
.trustees-staff figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 27vw;
    object-position: center top;
}

.ff-4-col-group .wp-block-column {
	text-align: center;
}

.ff-4-col-group .wp-block-image img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    border: 1px solid #ccc;
    height: auto;
}



.ff-financial .wp-block-column {
    /* flex: 0 0 calc(33.333% - 21px);
    text-align: center; */
}

.ff-financial .wp-block-image img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    border: 1px solid #ccc;
    height: auto;
}

.financial-report-group .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
    margin: 0 -1%;
}

.financial-report-group .wp-block-image {
    flex: 0 0 23%;
    margin: 0 1% 28px;
    text-align: center;
}

.financial-report-group .wp-block-image img {
    border: 1px solid #ccc;
    object-fit: cover;
    width: 100%;
    height: 28vw;
}

.financial-report-group .wp-block-image figcaption {
    font-family: Lato, sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 .5em;
}

.financial-report-group a {
	font-size: clamp(16px, 2vw, 26px);
	display: block;
}



.narrow-content {
	/* width: 59%; */
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.lato-font {
	font-family: Lato, sans-serif;
}

.line-height-1-56 {
	line-height: 1.56;
}

.boxed {
    background-color: #e4e4e4;
    padding: 1em 1.5em 0.1em 1em;
    display: inline-block;
}

.apply-step {
    margin: 0 0 70px;
}

.apply-step > .wp-block-group__inner-container {
    display: flex;
}

.apply-step-icon {
    background-color: #3098af;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.42), rgba(26, 90, 104, 0.43));
    border-radius: 100px;
	flex: 0 0 auto;
	margin-right: 40px;
    width: 180px;
    height: 180px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-bottom: clamp(0px, .5vw, 5px);
}

.interior-container.page .apply-step-icon img {
    border: none;
}

.apply-btn a {
	border-style: solid;
    border-width: 1px;
    border-radius: 50px;
	font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	padding: 1em 2em;
    text-decoration: none;
    display: inline-block;
	transition: all .2s ease;
}

.apply-btn.gold a {
    border-color: #b99bb6 #b99bb6 #d57828;
	color: #d57828;
}

.apply-btn.gold a:hover {
	background-color: #d57828;
	color: #fff;
}

.apply-btn.blue a {
	border-color: #3098af;
	color: #3098af;
}

.apply-btn.blue a:hover {
	background-color: #3098af;
	color: #fff;
}

.interior-container.page img,
.article-list-item img,
.article-image img,
.front-latest-articles img {
	border: 3px solid #d57828;
	object-fit: cover;
}



/**********  media queries  **********/
@media (max-width: 1200px) {
	.article-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.article-list-item img {
		height: 275px;
	}
}

@media (max-width: 940px) {
	.footer > .container {
		flex-direction: column;
	}

	.footer .menu {
		height: 290px;
		max-width: none;
		padding-left: 6vw;
	}

	.footer .menu-main-menu-container {
		flex: 1;
	}

	.contact-and-form {
		width: 86%;
		margin: 0 auto;
	}
	
	span#to_top_scrollup {
		right: 5%;
	}

	.article-list {
		/* grid-template-columns: 1fr 1fr; */
	}

	.ff-text-image-group .wp-block-group__inner-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.ff-text-image-group .wp-block-group__inner-container figure {
		margin: 2rem 0 0;
	}
}

/**********  show mobile nav button at this width  **********/
@media (max-width: 870px) {
	.mobile-nav-trigger {
		display: block;
	}

	.main-nav-header {
		height: 90px;
	}

	.main-nav-header .menu-main-menu-container {
		position: absolute;
		top: 85px;
		left: -102%;
		transition: left .2s ease;
		width: 100%;
		background-color: #fff;
		height: auto;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
		padding: 10px 0;
		margin: 0;
	}

	.main-nav-header .menu-main-menu-container.show {
		left: 0;
	}

	.main-nav-header #menu-main-menu,
	.main-nav-header #menu-main-menu li {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	.main-nav-header #menu-main-menu a {
		padding: 12px 20px 8px;
		border: none;
		width: 100%;
	}

	.main-nav-header #menu-main-menu > li > a:hover {
		border: none;
	}

	.main-nav-header #menu-main-menu .sub-menu {
		position: static;
		opacity: 1;
		width: 100vw;
		border: none;
		padding-left: 2rem;
		display: none;
	}

	.main-nav-header #menu-main-menu .sub-menu.show {
		display: block;
	}

	.contact-wrapper .wp-block-group__inner-container {
		flex-direction: column;
	}

	.contact-content .wp-block-group__inner-container > p {
		width: 100%;
	}

	.contact-sidebar {
		margin: 2rem 0 0;
	}

	.contact-block {
		min-height: 0;
	}
}

@media (max-width: 781px) {
	.ff-3-col-group .wp-block-column {
		margin: 0 0 2rem;
	}

	.trustees-staff figure img {
		max-height: 41vw;
	}
}

@media (max-width: 770px) {
	.hero-triad > .wp-block-group__inner-container {
		flex-direction: column;
	}

	.hero-item + .hero-item {
		margin-top: 35px;
	}

	.hero-item figure img {
		height: 240px;
	}
}

@media (max-width: 750px) {
	.article-list {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.article-list-item {
		max-width: none;
	}

	.article-list-item img {
		height: 50vw;
	}
}

@media (max-width: 720px) {
	.band-2 > .wp-block-group__inner-container {
		width: 80%;
		flex-direction: column;
		text-align: center;
	}

	.band-2 .wp-block-group__inner-container .wp-block-group__inner-container {
		margin: 0;
	}

	.band-2 p {
		align-items: center;
	}

	.interior-container.article {
		flex-direction: column;
	}

	.article-image {
		margin-left: 0;
	}

	.front-latest-articles {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 650px) {
	.footer .menu {
		height: 370px;
	}

	.article-list-item {
		max-width: none;
	}

	.article-list-item img {
		/* height: 220px; */
	}

	.page-ending-stigma .wp-block-embed {
		grid-template-columns: 1fr;
	}

	.financial-report-group .wp-block-group__inner-container {
		margin: 0 -2%;
	}

	.financial-report-group .wp-block-image {
		flex: 0 0 46%;
		margin: 0 2% 28px;
	}

	.financial-report-group .wp-block-image img {
		height: 56vw;
	}

	.apply-step > .wp-block-group__inner-container {
		flex-direction: column;
	}

	.apply-step-icon {
		width: 30vw;
		height: 30vw;
	}

	.interior-container.page .apply-step-icon img {
		width: 80%;
		height: auto;
	}

	.interior-container.page img,
	.article-list-item img,
	.article-image img,
	.front-latest-articles img {
		width: 100%;
	}

	.interior-container.page .wp-block-image figure {
		width: 100%;
	}
}

@media (max-width: 599px) {
	.ff-3-col-group .wp-block-column {
		margin: 0 0 2rem;
	}

	.ff-text-image-group .wp-block-image img {
		min-width: 0;
	}

	.interior-gallery .blocks-gallery-grid {
		flex-wrap: wrap;
	}

	.trustees-staff figure img {
		max-height: 82vw;
	}
}

@media (max-width: 530px) {
	.covid-msg {
		font-size: calc(2.2vw + 4px);
	}

	.front-latest-articles img {
		height: 240px;
	}

	.footer .menu {
		height: auto;
		text-align: center;
		padding: 0;
	}

	.contact-and-form {
		flex-direction: column;
		align-items: center;
		min-width: auto;
	}

	.contact-info {
		text-align: center;
		margin: 3rem auto 4rem;
	}

	.footer .social-icons {
		justify-content: center;
	}

	.footer-form {
		margin: 0 auto;
		text-align: center;
	}

	.footer-form p {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-form p br {
		display: none;
	}
}


@media (max-width: 420px) {
	.financial-report-group .wp-block-group__inner-container {
		margin: 0;
	}

	.financial-report-group .wp-block-image {
		flex: 0 0 100%;
		margin: 0 0 28px;
	}

	.financial-report-group .wp-block-image img {
		height: 70vw;
	}
}



@media (min-width: 782px) {
	.ff-4-col-group .wp-block-column {
		flex: 0 0 calc(25% - 24px);
	}
}