/*
 * Theme Name: 321 Base Theme
 * Theme URI: https://www.321webmarketing.com/
 * Author: 321 Web Marketing
 * Author URI: https://www.321webmarketing.com/
 * Description: 321 inspired theme for the Genesis Framework.
 * Version: 1.0.01
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: tto-base-theme
 * Domain Path: /languages
 * Template: genesis
 */

@charset 'UTF-8';

/* # Table of Contents

- Elements
- Structural
- Accessibility
- Header
- Footer
- Utility
- Blocks
- Custom CSS

*/

/* ## Elements
--------------------------------------------- */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    max-width: 100vw;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
    background-color: #ffffff;
    max-width: 100vw;
    color: #000;
    font-family: 'Gelasio', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin: 0;
    overflow-x: visible;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1.8rem;
}

*::-moz-selection {
	background-color: #393e4b;
	color: #ffffff;
}

*::selection {
	background-color: #393e4b;
	color: #ffffff;
}

h1 {
	font-size: 8.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 3rem;
}

h2 {
	font-size: 6.8rem;
	font-weight: 700;
	line-height: 1.3;
    margin: 0 0 2rem;
}

h3 {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.4;
    margin: 0 0 2rem;
}

h4 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
    margin: 0 0 2rem;
}

h5 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.4;
    margin: 0 0 2rem;
}

h6 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
    margin: 6rem 0 3rem;
	text-transform: uppercase;
}

p {
	font-size: 20px;
	margin: 0 0 2.5rem;
	padding: 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #0a58ca;
	word-wrap: break-word;
	pointer-events: all;
	cursor: pointer;
	text-decoration: none;
	transition: 0.25s ease-in-out all
}

a:hover,
a:focus {
	text-decoration: none;
}

button,
a.button,
input[type='submit'] {
	background-color: #000;
	margin-top: 1rem;
	border: 0;
	border-radius: 0.3rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1.1em 2.4em;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
	transition: 0.25s ease-in-out all;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	background-color: #222;
	color: #ffffff;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
}

button.white,
a.button.white {
	background-color: #ffffff;
	color: var(--mfe-green);
}

button.outline,
a.button.outline {
	border: 1px solid #004C97;
	background: #fff !important;
	color: #004C97;
	display: flex;
		align-items: center;
		gap: 1.25rem;
		padding: 16px 80px;
		border-radius: 0;
		font-size: 20px;
	
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.1);
}

button.outline:hover,
button.outline:focus,
a.button.outline:hover,
a.button.outline:focus {
	background: #004C97 !important;
	border: 1px solid #004C97;
	color: #fff !important;
}

button.large,
a.button.large {
	font-size: 18px;
	font-size: 1.8rem;
}

ol,
ul {
	margin: 0 0 2.5rem 4rem;
	padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin: 0 0 0 4rem;
	padding: 0;
}

ul li {
	list-style-type: disc;
}

li li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

ol li li {
	list-style-type: lower-alpha;
}


hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f1f2;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 600;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.5rem;
}

sup {
	top: -1rem;
}

/* blockquote {

}

table {

}

thead,
tbody {

} */

body tr,
body th,
body td {
	border-color: #ccc !important;
	padding: 15px 20px !important;
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
}

img {
	display: block;
	max-width: 100%;
}

*:first-child {
	margin-top: 0;
	padding-top: 0;
}

*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ## Structural
--------------------------------------------- */

.wrap,
.basic-page .content-sidebar-wrap,
.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
.entry-content > .gb-block-container > .gb-container-inside {
	/* width: var(--theme-wrap-width);
	max-width: var(--theme-wrap-max-width); */
	max-width: 1280px;
	margin: 0 auto;
	/* padding-left: 15px; */
	/* padding-right: 15px; */
	/* padding: 0 6rem; */

	width: 90%;
    /* max-width: 100%; */
    margin: 0 auto;
    padding: 0 var(--theme-wrap-padding-mobile);
}

.entry-content > .wp-block-genesis-blocks-gb-columns,
.entry-content > .gb-block-container {
/* 	padding: var(--theme-section-padding) 0; */
	padding: 70px 0;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-top,
.entry-content > .gb-block-container.no-padding-top {
	padding-top: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-bottom,
.entry-content > .gb-block-container.no-padding-bottom {
	padding-bottom: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding,
.entry-content > .gb-block-container.no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/***  Was 767px***/
@media (max-width: 1280px) {
	.wrap,
	.basic-page .content-sidebar-wrap,
	.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
	.entry-content > .gb-block-container > .gb-container-inside {
		/* width: 100%;
		max-width: 100%;
		margin: 0; */
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 var(--theme-wrap-padding-mobile);
	}

	.entry-content > .wp-block-genesis-blocks-gb-columns,
	.entry-content > .gb-block-container {
/* 		padding: var(--theme-section-padding-mobile) 0; */
		padding: 70px 0;
	}
}



/* ## Accessibility
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	width: 0.1rem;
	background-color: #fff !important;
	color: #000 !important;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(57, 62, 75, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}



/* ## Header
--------------------------------------------- */

.top-nav-bar {
    background-color: #f5f5f5;
	position: relative;
	display: flex;
	padding: 1.25rem 0;
    border-bottom: 1px solid #dbdbdb;
	z-index: 101;
	display: none;
}

.top-nav-bar > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}

.top-nav-bar > .wrap.left {
	justify-content: flex-start;
}

.top-nav-bar > .wrap.right {
	justify-content: flex-end;
}

.nav-top > .wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.nav-top .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem;
	height: 100%;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-top .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-top .menu > .menu-item {
    display: flex;
    align-items: center;
}

.nav-top .menu > .menu-item > a,
.top-nav-bar p {
    font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.3;
}

.site-header {
	background-color: #0A255A;
	color: #fff;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
	box-shadow: 0 0 1rem rgba(57, 62, 75, 0.18);
	transition: 0.25s ease-in-out box-shadow;
	z-index: 100;
}

.site-header.shrink {
	box-shadow: 0 0 2rem rgba(57, 62, 75, 0.38);
}

.logged-in.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.logged-in.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.logged-in.admin-bar .site-header {
		top: 0;
	}
}

.site-header > .wrap {
	display: flex;
	align-items: stretch;
	gap: 1rem;
}

.title-area {
	display: flex;
	align-items: center;
	width: 10rem;
	margin: 0 auto 0 0;
	padding: .5rem 0;
}

.title-area a {
	position: relative;
	display: flex;
	width: 100%;
	height: fit-content;
/* 	max-height: 60px; */
}

.title-area a img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 100%;
}

.title-area a img.primary {
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.title-area a img.secondary {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.25s ease-in-out opacity;
}

.site-header.shrink .title-area a img.primary {
	opacity: 0;
}

.site-header.shrink .title-area a img.secondary {
	opacity: 1;
}

.nav-primary {
	display: flex;
    align-items: center;
	gap: 3rem;
	transition: none;
}

.nav-primary > .wrap {
	display: flex;
    align-items: center;
    gap: min(4rem, 3vw);
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.nav-primary .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: min(3rem, 2.5vw);
	height: 100%;
	margin: 0;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-primary .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-primary .menu-item {
	list-style-type: none !important;
	position: relative;
	line-height: 1;
}

.nav-primary .menu > .menu-item {
	position: relative;
    display: flex;
    align-items: center;
	gap: 0.5rem;
    padding: 0;
	transition: 0.25s ease-in-out all;
}

.site-header.shrink .nav-primary .menu > .menu-item {
    padding: 2.75rem 0;
}

.site-header > .wrap,
.site-header .nav-primary,
.site-header .nav-primary > .wrap,
.site-header .nav-primary ul.menu,
.site-header .nav-primary ul.menu > li.menu-item.mega-menu {
	position: initial;
}

.nav-primary .menu > .menu-item > a {
    font-size: 1.8rem;
    font-weight: 400;
	line-height: 2.5rem;
	color: #fff;
	padding: 0.4rem 0;
}

.menu-toggle {
	background-color: transparent !important;
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
	box-shadow: none !important;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
    background-color: #000;
    position: relative;
    width: 26px;
    height: 3px;
    float: none;
    border-radius: 3px;
    transition: 0s 0.2s ease-in-out background-color;
}

.menu-toggle span:before {
    content: '';
    position: absolute;
    display: block;
    top: -0.8rem;
    transition: top 0.2s 0.2s, transform 0.2s 0s, background-color 0.2s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -0.8rem;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s, background-color 0.2s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle.active span {
    background-color: transparent;
    transition: 0.2s 0s ease-in-out background-color;
}

.menu-toggle.active span:before {
    background-color: #fff;
    top: 0;
    transform: rotate(45deg);
    transition: top 0.2s 0s, transform 0.2s 0.2s, background-color 0.2s 0s;
}

.menu-toggle.active span:after {
    background-color: #fff;
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.2s 0s, transform 0.2s 0.2s, background-color 0.2s 0s;
}

.sub-menu-toggle {
	display: none;
}

@media (min-width: 896px) {
	.mega-menu-container,
	.menu > .menu-item > .sub-menu {
        background-color: #fff;
		position: absolute;
		min-width: 250px;
		width: 100%;
		height: auto;
        max-height: calc(92vh - 150px);
		top: 100%;
		left: -9999px;
		margin: 0;
		padding: 4rem 0;
        box-shadow: 0px 8px 19px -4px rgba(0, 0, 0, 0.17);
		clip-path: inset(0 0 -2rem 0);
		opacity: 0;
		/* overflow: scroll; */
		transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
	}

	.menu > .menu-item > .sub-menu,
	.mega-menu-wrap--menu > .sub-menu > .menu-item > .sub-menu {
		display: flex;
		flex-direction: column;
		gap: calc(2.5rem + 1px);
		margin: 0;
		padding: 4rem 3rem;
		clip-path: inset(0 -2rem -2rem -2rem);
	}

	.mega-menu-wrap--menu > .sub-menu > .menu-item > .sub-menu {
		padding: 0;
	}

	.menu > .menu-item .sub-menu > .menu-item:not(:first-child):before {
		content: '';
		background-color: #c9c6c6;
		position: absolute;
		width: 100%;
		height: 1px;
		top: calc(-1.25rem - 0.5px);
		left: 0;
	}

	.menu > .menu-item .sub-menu > .menu-item > a {
		color: #0a255a;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.4;
	}

	.mega-menu-container {
        background-color: #fff;
		max-height: unset !important;
		width: 100%;
    }

    .mega-menu:hover > .mega-menu-container,
    .menu > .menu-item:hover > .sub-menu {
		left: 0;
		opacity: 1;
		pointer-events: all;
		transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
		min-height: 467px;
	}

    .mega-menu-wrap {
        display: grid;
		grid-template-columns: 72% 1fr;
        gap: min(6rem, 4.5vw);
        width: 96%;
		max-width: 1280px;
		margin: 0 auto;
        /* overflow: scroll; */
    }

	.mega-menu-wrap--menu > .sub-menu {
		display: flex;
		gap: min(5rem, 3.7vw);
		margin: 0;
	}

	.mega-menu-wrap--menu > .sub-menu > .menu-item {
		display: flex;
		flex-direction: column;
		gap: 3rem;
	}

	.mega-menu-wrap--menu > .sub-menu > .menu-item > p {
		color: #004c97;
		font-size: 2.6rem;
		font-weight: 800;
		font-family: 'acumin-variable', sans-serif;
		font-variation-settings: 'wdth' 67.5;
		line-height: 1;
		margin: 0;
		text-transform: uppercase;
	}

	.mega-menu-wrap--cta .mega-menu-link {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
	}

	.mega-menu-wrap--cta .mega-menu-thumbnail {
		order: -1;
		width: 100%;
	}

	.mega-menu-wrap--cta .mega-menu-thumbnail img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
		object-position: center center;
		width: 100%;
	}

	.mega-menu-wrap--cta .mega-menu-callout p {
		color: #004c97;
		font-size: 2.6rem;
		font-weight: 800;
		font-family: 'acumin-variable', sans-serif;
		font-variation-settings: 'wdth' 67.5;
		line-height: 1;
		margin: 1rem 0 0;
		text-transform: uppercase;
	}

	.mega-menu-wrap--cta .mega-menu-copy p {
		color: #000;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.62;
		margin: 0;
	}

	.mega-menu-wrap--cta .mega-menu-action p {
		font-size: 1.8rem;
		font-weight: 700;
	}
}

.primary-menu-ctas .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.primary-menu-ctas .gb-block-layout-column {
	flex: 1 1 fit-content;
}

.primary-menu-ctas a.button,
.primary-menu-ctas .custom-button a.button {
	margin: 0;
}

.mobile-menu-logo {
	display: none;
}

.site-header .progress-bar-container {
	position: absolute;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
}

.site-header .progress-bar {
	background-color: #000;
    display: block;
    width: 0%;
    height: 100%;
    transition: none;
}

.menu-toggle {
    background-color: transparent;
	display: none;
    border: none;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	background-color: #fff;
	width: 3rem;
	height: 3.5px;
	border-radius: 50px;
}

.menu-toggle span:before {
	top: 0.8rem;
}

.menu-toggle span:after {
	bottom: 0.8rem;
}

.menu-toggle.active span:before,
.menu-toggle.active span:after {
    background-color: #0a255a;
}

@media (max-width: 895px) {
	.menu-toggle {
		display: flex;
	}
	
    .site-header > .wrap {
		flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 6rem;
    }

    .site-header .nav-primary {
        background-color: #fff;
        position: fixed !important;
		width: 93vw;
        max-width: 40rem;
        height: 100vh;
        top: 0;
        left: auto;
		right: -100%;
		box-shadow: none;
        pointer-events: none;
        overflow: hidden;
		transition: 0.4s ease-in-out right, 0.4s ease-in-out box-shadow;
    }

    .site-header .nav-primary.active {
        right: 0;
        pointer-events: all;
		box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.3);
    }

    .nav-primary > .wrap {
        flex-direction: column;
        gap: 4rem;
        padding: 15rem 0 5rem;
        overflow: scroll;
    }

    .nav-primary .menu {
        flex: 0 1 fit-content;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        gap: 2.5rem;
        padding: 0 calc(6vw - 6px) 0 6vw;
        overflow: scroll;
    }

    .nav-primary .menu::-webkit-scrollbar {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
    }

	.nav-primary .menu {
		overflow: auto; /* or scroll, depending on your layout needs */
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	
	.nav-primary .menu::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera */
	}

    .nav-primary .menu::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    }

    /* .nav-primary .menu > .menu-item > svg[data-fa-pseudo-element="::before"] {
        display: none;
    } */

    .nav-primary .menu > .menu-item,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu > li {
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: 1fr 36px;
        row-gap: 0;
        column-gap: 3rem;
        width: 100%;
        padding: 0;
        /* transition: 0s 0.4s order; */
    }

    .nav-primary .menu > .menu-item > p,
    .nav-primary .menu > .menu-item > a,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu > .menu-item > p,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu > .menu-item > a {
		color: #0a255a;
        font-size: 1.8rem;
        font-weight: 600;
    }

    .nav-primary .menu > .menu-item.mobile-break > p,
    .nav-primary .menu > .menu-item.mobile-break > a,
    .nav-primary .menu > .menu-item.mobile-break > .sub-menu-toggle {
        display: none;
    }

    .nav-primary .menu > .menu-item.mobile-break,
    .nav-primary .menu > .menu-item.mobile-break > .mega-menu-container,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu {
        display: contents;
    }

    .primary-menu-ctas .gb-layout-column-wrap {
        flex-direction: column;
        gap: 2rem;
    }

    .mega-menu-wrap--cta .mega-menu-thumbnail {
        display: none;
    }

    .nav-primary .menu > .menu-item > .mega-menu-container,
    .nav-primary .menu > .menu-item > .sub-menu,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu .sub-menu {
        grid-column: 1 / span 2;
        max-height: 0;
        overflow: hidden;
        transition: 0.4s ease-in-out max-height;
    }

    .sub-menu-toggle,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        flex: 1 1 36px;
        background-color: transparent;
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        color: #0a255a;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 6px;
        box-shadow: none;
        transform: none;
        transition: 0.4s ease-in-out all;
    }

	.sub-menu-toggle[aria-expanded="true"] {
        background-color: rgba(0, 0, 0, 0.08);
		transform: rotate(-180deg);
	}

	.sub-menu .menu-item-has-children > .sub-menu-toggle {
		display: none;
	}

    .sub-menu-toggle svg {
        color: #0a255a;
        width: 18px;
        height: 18px;
    }

    .sub-menu-toggle:before {
        display: none;
    }

    .nav-primary .menu .sub-menu {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        margin: 0;
    }

    .nav-primary .menu .sub-menu > .menu-item {
        list-style-type: none;
    }

    .nav-primary .menu .sub-menu > .menu-item:first-child {
        padding-top: 1rem;
    }

    .nav-primary .menu .sub-menu > .menu-item:last-child {
        padding-bottom: 2rem;
    }

    .nav-primary .menu .sub-menu > .menu-item > p,
    .nav-primary .menu .sub-menu > .menu-item > a {
        font-size: 1.7rem;
    }

	.nav-primary .menu .sub-menu > .menu-item > p {
		color: #000;
		margin: 0 0 1rem;
	}

    .mega-menu-wrap--cta {
        display: none;
	}
}

/* ## Footer
--------------------------------------------- */









.site-footer > .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.site-footer-credits.standalone {
    background-color: #004C97;
    padding: 6rem 0;
}

.footer-credits p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
	color: #fff;
}

.footer-credits p a {
	color: #fff;
}

.footer-credits p .separator {
	font-size: 2rem;
	line-height: 0;
	margin: 0 0 0.25rem;
}



/* ## Utility
--------------------------------------------- */













/* ## Blocks
--------------------------------------------- */

/* Breadcrumbs */

.custom-breadcrumbs .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 6rem;
    padding: 0;
}

.custom-breadcrumbs .breadcrumb > span {
    display: flex;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

.custom-breadcrumbs .breadcrumb > a {
    display: flex;
}

/* Button */

.custom-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: fit-content;
}

.custom-button.align-left {
	align-items: flex-start;
}

.custom-button.align-right {
	align-items: flex-end;
}

/* Client Logos */

/* Consultation Steps */

/* Custom Image */

/* Home Page Video */

/* Menu Widget */

/* Recent Articles */

/* Search Widget */

.search-widget {
	position: relative;
}

.search-widget[data-search-type="menu"] .search-widget--form {
    position: absolute;
	min-width: 300px;
    right: calc(100% + 3rem);
    pointer-events: none;
	opacity: 0;
    transition: 0.25s ease-in-out opacity;
    z-index: -99;
}

.search-widget[data-search-type="menu"][data-menu-active="true"] .search-widget--form {
	pointer-events: all;
	opacity: 1;
	z-index: 99;
}

.search-widget .search-widget--toggle {
    display: flex;
    width: 30px;
    height: 30px;
}

.search-widget .search-widget--toggle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
	transition: 0.25s ease-in-out all;
}

.search-widget .search-widget--toggle span.hide {
	position: absolute;
    top: 0;
    left: 0;
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.show {
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.hide {
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
}

.search-widget .search-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
	width: fit-content;
}

.search-widget .search-form-label {
	flex: 1 1 100%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.search-widget .submit-container {
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
}

.search-widget .submit-container .search-form-cta {
	display: flex;
}

.search-widget .submit-container svg {
    color: #fff;
	width: 1.6rem;
    height: 1.6rem;
}

.search-widget .submit-container input[type='submit'] {
	background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-widget input[type='submit'].hidden {
	display: none;
}

/* Socials */

.custom-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.2rem;
    width: fit-content;
}

.custom-social--link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.custom-social--link:after {
	display: none;
}

.custom-social--link svg {
    aspect-ratio: 1 / 1;
    color: #fff;
    width: 2.2rem;
    height: 2.2rem;
    padding: calc(((1.9rem * 1.618) - 2.2rem) / 2) 0;
    transition: 0.25s ease-in-out all;
}

.custom-social--link:hover svg {
    color: #82bef9;
}

/* Team Members */


/* ## Custom CSS
--------------------------------------------- */

/* Variables (Edit First!) */

:root {
	--theme-wrap-width: 90%;
	--theme-wrap-max-width: 1200px;
	--theme-wrap-padding-mobile: 4vw;
	--theme-section-padding: 10rem;
	--theme-section-padding-mobile: 8rem;
}

/* Custom CSS Artisan */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'acumin-variable', sans-serif;
	font-variation-settings: 'wdth' 67.5;
    font-weight: 800;
    font-style: normal;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 25px;
}

body .wrap {
	width: 90%;
	/* width: 96%; */
	max-width: 1280px;
	margin: 0 auto;
	/* padding-left: 15px; */
	/* padding-right: 15px; */
}

body .small-wrap {
	max-width: 940px;
	margin: 0 auto;
	/* padding-left: 15px; */
	/* padding-right: 15px; */
}

body:not(.home) h2 {
	color: #004C97;
}

/* .sm-btn .wp-block-button .wp-element-button {
	padding: 8px 70px 8px 40px;
}

.sm-btn .wp-block-button .wp-element-button::after {
    left: 72%;
} */

.form-wrap {
	max-width: 640px;
	margin: 0 auto;
}

/* Custom page banner */

.custom-page-banner .banner-inner {
    max-width: 980px;
    margin: auto;
}

.custom-page-banner .page-title {
    font-size: 70px;
    margin-bottom: 10px;
	background: transparent;
}

.custom-page-banner .page-subheading {
    font-size: 20px;
    color: #f0f0f0;
    max-width: 800px;
    margin: 0 auto;
}

.custom-page-banner {
    background-size: cover;
    background-position: bottom;
    padding: 130px 20px;
    color: white;
    position: relative;
    text-align: center;
}

.custom-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 26, 75, 0.8); /* dark overlay */
    z-index: 1;
}

.custom-page-banner .banner-inner {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 600px) {
	
	.custom-page-banner {
		padding: 60px 20px;
	}
}

/* Header */

.primary-menu-ctas a,
.primary-menu-ctas .custom-button a.button {
	background-color: #004C97;
	color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.4rem 2.2rem;
	text-decoration: none;
	position: relative;
}

.primary-menu-ctas .custom-button a.button svg {
	color: #7cbeff;
}

.primary-menu-ctas a:hover,
.primary-menu-ctas .custom-button a.button:hover {
	background-color: #fff;
	color: #004C97;
}

.nav-primary .menu > .menu-item > a,
.site-footer-widgets .wrap a {
	position: relative;
	text-decoration: none;
}

.nav-primary .menu > .menu-item > a:after,
.site-footer-widgets .wrap a:after {
	content: "";
	background: #82bef9;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	transition: .3s all ease-in-out;
}

.nav-primary .menu > .menu-item > a:hover:after,
.site-footer-widgets .wrap a:hover:after {
	width: 100%;
}

body .wp-block-button,
body .custom-button a.button {
	display: flex;
    align-items: center;
    gap: 1.25rem;
	padding: 16px 80px;
	background: #004C97;
	border: 1px solid #004C97;
	border-radius: 0;
	font-size: 20px;
}

body .wp-block-button .wp-element-button {
	border-radius: 0;
	background: transparent;
}

body .wp-block-button:hover,
body .custom-button a.button:hover {
	background: #fff;
}

body .wp-block-button:hover .wp-element-button,
body .custom-button a.button:hover {
	color: #004C97;
	border: 1px solid #004C97;
}

.wp-block-aab-accordion-item .aagb__accordion_head .head_content_wrapper {
	width: 95%;
}

@media only screen and (min-width: 896px) and (max-width: 1023px) {
	
	.site-header > .wrap {
		/* flex-direction: column; */
		justify-content: center;
		gap: 0;
	}
	
	.title-area {
		margin: 0 auto;
	}
	
	.nav-primary {
		padding: 20px 0;
	}
	
	.nav-primary > .wrap {
		align-items: stretch;
		justify-content: center;
	}

	.nav-primary .menu {
		height: auto;
	}

	.nav-primary .menu > .menu-item {
		height: calc(100% + 4rem);
    	margin-top: -2rem;
	}
}

/* Home */

.gb-block-layout-column-inner .shaped-img figure {
    float: none;
    max-width: 400px;
	min-height: 375px;
    margin: 0 auto;
}

.home-banner {
	background-color: #0A255A;
	color: #fff;
}

.home-banner > .gb-layout-column-wrap > .gb-block-layout-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-banner h1 {
    text-transform: uppercase;
    font-size: 8.7rem;
    line-height: 92%;
    background-color: transparent;
	margin: 0 0 4rem;
}

.home-banner h1 + p {
    font-size: 2.2rem;
    line-height: 1.5;
	margin: 0 0 4rem;
}

.home-banner .text-col {
	padding: 8rem 0 8rem 8rem;
	max-width: calc(100% - 2vw);
	margin-left: 2vw;
}

@media (max-width: 895px) {
	.home-banner .text-col {
		padding: 8rem;
	}
}

@media (min-width: calc(1280px / 0.96)) {
	.home-banner .text-col {
		max-width: calc(100% - (50vw - 640px));
		margin-left: calc(50vw - 640px);
	}
}

.home-banner .home-banner-image {
	height: 100%;
	overflow: hidden;
}

.home-banner .home-banner-image img {
	height: 100%;
	/* width: 100%; */
	width: auto;
	object-fit: cover;
	max-height: 900px;
}

.funeral-degree-main {
	background-color: #004C97;
	padding: 60px 0;
	color: #fff;
}

.funeral-degree-section > .gb-layout-column-wrap {
    grid-template-columns: auto 1fr;
    gap: 4rem;
}

body .funeral-degree-section figure {
	width: 290px;
	max-width: 92vw;
	height: 290px;
	overflow: hidden;
	position: relative;
}

.funeral-degree-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.funeral-degree-section .wp-block-image:not(.shaped-img) img {
	aspect-ratio: 29 / 31;
	filter: grayscale(1);
}

.funeral-degree-section .shaped-img,
.funeral-degree-section .three-cols {
	float: left;
}

.funeral-degree-section .shaped-img {
	position: relative;
	left: -120px;
}

.shaped-img img {
	clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	border-radius: 0;
	max-width: 450px;
    margin: 0 auto;
}

.funeral-degree-section a,
.students-reviews,
.students-reviews a {
	color: #fff;
}

.funeral-degree-section .single-img-col {
	padding-top: 120px;
}

.funeral-degree-section .three-cols .gb-block-layout-column {
	padding: 20px 10px;
	background-color: #1c60a2;
	border-radius: 10px;
	font-weight: 700;
	word-wrap: break-word;
}

.funeral-degree-section .funeral-service-inner-txt {
	position: relative;
	/* left: -70px; */
	padding-top: 50px;
}

.funeral-degree-section .funeral-service-inner-txt p {
	padding-bottom: 20px;
}

.funeral-degree-section .funeral-service-inner-txt a {
    position: relative;
    font-size: 2.2rem;
    font-weight: 600;
    text-decoration: underline;
}

.support-section {
	padding: 50px 0;
	color: #004C97;
}

.support-section .date {
	color: #000;
}

.support-section .gb-block-layout-column {
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 20px 15px;
}

.support-section .gb-block-layout-column i,
.support-section .gb-block-layout-column svg {
	font-size: 25px;
	margin-bottom: 20px;
}

/* @media (max-width: 895px) {
	.support-section .gb-layout-column-wrap {
		grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2"
        "col3";
    
	}
} */

.student-reviews-section {
	background-color: rgba(10, 37, 90, 1);
	background-image: none !important;
	z-index: 1;
}

.student-reviews-section > .gb-layout-column-wrap:before,
.student-reviews-section > .gb-layout-column-wrap:after {
    content: '';
    background-image: var(--student-reviews-bg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
	max-height: 60%;
    top: 0;
    left: 0;
}

.student-reviews-section > .gb-layout-column-wrap:after {
	background-image: linear-gradient(to bottom, rgba(10, 37, 90, 0.8), rgba(10, 37, 90, 1));
}

.students-reviews {
	padding: 80px 0;
	/* background: linear-gradient(to bottom, rgba(10, 37, 90, 0.8), rgba(10, 37, 90, 1)); */
}

.students-reviews h2 {
	line-height: 1.3;
}

.student-reviews-inner .gb-block-layout-column-inner figure {
	border-radius: 100%;
    height: 180px;
    width: 180px;
    overflow: hidden;
}
.student-reviews-inner .gb-block-layout-column-inner figure img {
	object-fit: cover;
	object-position: top;
}

.view-all-link a {
	font-size: 25px;
}

.school-founded-main {
	background-color: #fff;
	padding: 70px 0;
}

@media (max-width: 1280px) {
	.school-founded-main .gb-layout-column-wrap {
		padding: 0 4rem;
	}

	.support-section .gb-layout-column-wrap {
		padding: 0 4rem;
	}

	.quote-section .gb-layout-column-wrap {
		padding: 0 4rem;
	}
}

@media (max-width: 767px) {
	.support-section .gb-layout-column-wrap {
		padding: 0 3rem;
	}
}

@media (max-width: 600px) {
	.support-section .gb-layout-column-wrap {
		padding: 0 2rem;
	}
}

@media (max-width: 499px) {
	.quote-section .gb-layout-column-wrap {
		padding: 0 2rem;
	}
}

.founded-logos-main figure {
	width: 70px;
	max-width: 70px;
	background-color: #004C97;
	padding: 20px;
	border-radius: 100%;
	position: relative;
}

.founded-logos-main figure::after {
	content: '';
	border: 1px dashed #004C97;
	position: absolute;
    display: inline-block;
    width: 100px;
    height: 1px;
	top: 50%;
	right: -12vw;
	transform: translateY(-50%);
}

@media (max-width: 1150px ) {
	.founded-logos-main figure::after {
		right: -11vw;
	}
}

@media (max-width: 1150px ) {
	.founded-logos-main figure::after {
		right: -11vw;
	}
}

@media (max-width: 1050px ) {
	.founded-logos-main figure::after {
		right: -12vw;
	}
}

@media (max-width: 1023px ) {
	.founded-logos-main figure::after {
		right: -12vw;
	}
}

@media (max-width: 895px ) {
	.founded-logos-main figure::after {
		width: -85px;
	}
}

@media (max-width: 800px ) {
	.founded-logos-main figure::after {
		display: none;
	}
}

@media (min-width: 1151px ) {
	.founded-logos-main figure::after {
		right: -10vw;
	}
}

.founded-logos-main .last-logo figure::after {
	display: none;
}

.founded-col-date {
	color: #004C97;
}

.founded-col-txt {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

body .page .video-section-main {
	padding: 0;
}

.video-section-main .wp-block-cover__inner-container {
	color: #fff;
	padding: 50px;
	max-width: 1280px;
}

.video-section-main .wp-block-cover__inner-container h2,
.leadership-section h2,
.modern-student-section h2 {
	margin-bottom: 30px;
	line-height: 1.3;
}

.video-section-main .wp-block-cover__inner-container h2,
.video-section-main .wp-block-cover__inner-container p {
	width: 65%;
	margin-left: inherit;
}

.video-section-main .wp-block-cover__inner-container p {
	font-size: 18px;
}

.video-section-main .wp-block-cover__inner-container p a {
	color: #fff;
}

.leadership-section {
	background-color: #E1E6EF;
	padding: 110px 0;
}

.leadership-section-img figure {
	width: 320px;
	min-height: 320px;
	overflow: hidden;
}

.leadership-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.leadership-section h2 {
	color: #0A255A;
}

.leadership-section .hundred-text,
.modern-student-section .hundred-text {
	color: #004C97;
    font-size: 80px;
    float: left;
    line-height: 0.8;
    margin-right: 50px;
}

.modern-student-section {
	background-color: #0A255A;
	padding: 110px 0;
	color: #fff;
}

.modern-student-section .hundred-text {
	color: #fff;
}

.quote-section {
	padding: 80px 0;
}

.quote-section .quote-txt {
	position: relative;
	font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
	color: #004C97;
	margin-bottom: 20px;
}

.quote-section .quote-txt::after {
	content: "\f122";
	font-family: "dashicons";
	position: absolute;
	top: -45px;
	left: 0;
}

.news-section {
	padding: 40px 0;
	background-color: #ECEFF3;
}

.news-section img {
    max-height: 300px;
}

.news-heading-col {
	padding: 20px 20px 40px;
	color: #0A255A;
}

.news-heading-col a {
	color: #004C97;
}

.wp-block-query ul {
	margin-left: 0;
}

.wp-block-query ul li {
	list-style-type: none;
	background-color: #fff;
}

.wp-block-query ul li figure {
	height: auto;
}

.wp-block-query ul li h2 {
	font-size: 30px;
	line-height: 1.5;
	color: #004C97;
}

.wp-block-post-excerpt__more-link {
	color: #004C97;
	font-size: 20px;
	text-decoration: underline;
	position: relative;
}

.wp-block-post-excerpt__more-link:hover {
	color: #004C97;
	text-decoration: none;
}

.wp-block-button .wp-element-button {
	position: relative;
}

/* .wp-block-post-excerpt__more-link::after,
.funeral-degree-section .funeral-service-inner-txt a::after,
.primary-menu-ctas a::after {
	content: "\f344";
	font-family: "dashicons";
	position: absolute;
	right: -30px;
	top: 50%;
    transform: translateY(-50%);
	transition: .3s all ease-in-out;
	display: inline;
}

.home-banner .text-col .wp-element-button::after,
.wp-block-button .wp-element-button::after {
	content: "\f344";
	font-family: "dashicons";
	position: absolute;
	right: -5px;
	top: 50%;
    transform: translateY(-50%);
	transition: .3s all ease-in-out;
	display: inline;
}

.primary-menu-ctas a::after {
	right: 20px;
	left: auto;
} */

.wp-block-query ul li h2,
.wp-block-query ul li p {
	margin-bottom: 20px;
}

@media screen and (max-width: 1023px) { 
	
	body .wp-block-button,
	ul li,
	li li,
	ol li {
		font-size: 18px;
	}
	
	body tr, body th, body td {
		font-size: clamp(9px, 12px, 18px);
	}
	
	/* .home-banner {
		padding-left: 25px;
	} */
	
	.home-banner h1 {
		font-size: 6.8rem;
	}
	
	.leadership-section-img figure {
		width: auto;
	}
	
	/* .founded-logos-main figure::after {
		right: -22vw;
	} */
}

/* 767px */
@media screen and (max-width: 1075px) { 
	
	.custom-page-banner .page-title {
		font-size: 60px;
	}
	
	/* .home-banner {
		padding-left: 25px;
	} */
	
	h2,
	.home-banner h1 {
		font-size: 3.8rem;
	}

	.home-banner h1 {
		margin: 0 0 3rem;
	}

	.home-banner h1 + p {
		font-size: 2rem;
		margin: 0 0 3rem;
	}
	
	h3 {
		font-size: 20px;
	}
	
	.funeral-degree-section .shaped-img {
		display: none;
	}
	
	.funeral-degree-section .gb-layout-column-wrap {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	
	.funeral-degree-section .funeral-service-inner-txt {
		left: 0;
		padding-top: 0;
	}
	
	.three-cols .gb-layout-column-wrap,
	.student-reviews-inner .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		gap: 3rem;
	}
	
	.funeral-degree-section .single-img-col {
		padding-top: 0;
		align-self: flex-start;
	}
	
	.video-section-main .wp-block-cover__inner-container {
		padding: 0;
	}
	
	.leadership-section .hundred-text,
	.modern-student-section .hundred-text {
		font-size: 50px;
	}
	
	.quote-section .quote-txt,
	.quote-section .quote-author {
		font-size: 24px;
	}
	
	.shaped-img img {
		clip-path: none;
	}

}

@media (max-width: 767px) {
	.funeral-degree-section .gb-layout-column-wrap {
		grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2";
	}
}

@media screen and (max-width: 600px) {
	
	.custom-page-banner .page-title {
		font-size: 50px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	p,
	body .wp-block-button,
	ul li,
	li li,
	ol li {
		font-size: 16px;
	}
	
	/* .home-banner {
		padding: 25px 0 0 0;
	} */
	
	/* .home-banner .text-col {
		padding-left: 20px;
	} */

	.home-banner .text-col {
		padding: 6rem 3rem;
		max-width: calc(100% - 8vw);
		margin: 0 4vw;
	}
	
	.home-banner h2 {
		font-size: 30px;
	}
	
	.home-banner .home-banner-image {
		height: auto;
	}

	body .wp-block-button, body .custom-button a.button {
		padding: 16px 42px;
		font-size: 18px;
	}

	.funeral-degree-section .shaped-img {
		display: none;
	}
	
	.funeral-degree-section .single-img-col {
		padding-top: 0;
	}
	
	.funeral-degree-section .funeral-service-inner-txt {
		left: 0;
		text-align: center;
	}
	
	.funeral-degree-section .three-cols {
		float: none;
	}
	
	.funeral-degree-section .three-cols .gb-block-layout-column {
		margin-bottom: 20px;
	}
	
	.view-all-link a {
		font-size: 18px;
	}
	
	.support-section .gb-block-layout-column {
		margin-bottom: 20px;
	}
	
	.student-reviews-inner .gb-block-layout-column-inner {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.student-reviews-inner .gb-block-layout-column-inner figure {
		margin: 0 auto;
	}
	
	.students-reviews .wp-block-spacer,
	.founded-logos-main figure::after {
		display: none;
	}
	
	.video-section-main .wp-block-cover__inner-container {
		padding: 0;
	}
	
	.video-section-main .wp-block-cover__inner-container h2, 
	.video-section-main .wp-block-cover__inner-container p {
		width: 80%;
	}
	
	.leadership-section,
	.modern-student-section {
		padding: 50px 0;
	}
	
	body .shaped-img figure {
		margin: 0 auto !important;
	}
	
	.leadership-section .gb-layout-column-wrap,
	.modern-student-section .gb-layout-column-wrap {
		gap: 20px;
	}
	
	.leadership-section h2,
	.modern-student-section h2 {
		text-align: center;
	}
	
	.leadership-section .hundred-text, 
	.modern-student-section .hundred-text {
		font-size: 40px;
		margin-right: 20px;
	}
	
	.quote-section .gb-layout-column-wrap {
		gap: 40px;
	}
	
	.quote-section .quote-txt::after {
		top: -30px;
	}
	
	.quote-section .quote-txt,
	.quote-section .quote-author {
		font-size: 20px;
	}
	
	.before-footer {
		flex-wrap: wrap;
		gap: 20px;
	}
}

/* Admissions page */

.overview-img-col,
.overview-img-col .gb-block-layout-column-inner,
.admission-requirements-img-col .gb-block-layout-column-inner,
.subject-change-section .gb-block-layout-column-inner,
.overview-img-col .gb-block-layout-column-inner .wp-block-image,
.overview-img-col .gb-block-layout-column-inner figure,
.subject-change-section .gb-block-layout-column-inner figure,
.admission-requirements-img-col .gb-block-layout-column-inner figure,
.overview-img-col .gb-block-layout-column-inner figure img,
.admission-requirements-img-col .gb-block-layout-column-inner figure img,
.subject-change-section .gb-block-layout-column-inner figure img {
	height: 100%;
}

.overview-img-col .gb-block-layout-column-inner figure {
	width: 95%;
}

.overview-img-col .gb-block-layout-column-inner figure img,
.admission-requirements-img-col .gb-block-layout-column-inner figure img,
.subject-change-section .gb-block-layout-column-inner figure img {
	object-fit: cover;
	object-position: center;
	min-height: 550px;
}

.international-students-admission-sec {
	background-color: #0A255A;
	color: #fff;
}

body .international-students-admission-sec h2,
body .page .application-section h2 {
	color: #fff;
}

.note-text {
	background: #9f9ff930;
	padding: 20px;
}

.wp-block-table thead {
	border-bottom: 1px solid;
}


.aami-table-one tr td:nth-child(8),
.aami-table-one tr th:nth-child(8) {
	background-color: #E9F1F9;
	min-width: 170px;
}

.aami-table-one tr td:nth-child(9),
.aami-table-one tr th:nth-child(9) {
	background-color: #D9E5F0;
}

.aami-table-two tr td:nth-child(3),
.aami-table-two tr th:nth-child(3) {
	background-color: #E9F1F9;
	min-width: 170px;
}

.aami-table-two tr td:nth-child(6),
.aami-table-two tr th:nth-child(6) {
	background-color: #D9E5F0;
}



/* tr td:nth-child(2),
tr th:nth-child(2) {
	background-color: #E9F1F9;
	min-width: 170px;
}

tr td:nth-child(3),
tr th:nth-child(3) {
	background-color: #D9E5F0;
} */

body .page .application-section,
body .page .tuition-section {
	padding: 80px 0;
	background-color: #0A255A;
	color: #fff;
}

@media screen and (max-width: 600px) {
	
	.gb-layout-column-wrap {
		gap: 20px;
	}
	
	.entry-content > .wp-block-genesis-blocks-gb-columns, 
	.entry-content > .gb-block-container {
		padding: 40px 0;
	}
	
	body tr, body th, body td {
		font-size: 16px;
	}
}

/* Tuition page */

.tuition-fees-text-col {
	padding: 70px 0;
}

body .page .tuition-section p strong {
	font-size: 40px;
	margin: 0 10px;
}

body .page .tuition-section p em {
	background: #9f9ff930;
	padding: 10px 40px;
}

.fees-section {
	background-color: #004C97;
	color: #fff;
}

body .page .tuition-section h2,
body .fees-section h2 {
	color: #fff;
}

.fees-section .wp-block-table {
	margin-bottom: 50px;
}

.fees-section .wp-block-table table {
	background: #fff;
	color: #000;
}

.subject-change-section .text-col {
	padding: 50px 0;
}

.subject-change-section .text-col .gb-layout-columns-2 {
	padding: 20px 0;
}

.pending-policy-section,
.credit-balance-section {
	background-color: #F6F7F9;
}

.pending-payment-img-col figure {
	width: 85%;
}

body .pending-payment-img-col figure img {
	height: 450px;
	object-fit: cover;
}

body .page .refund-policy-section {
	background-color: #0A255A;
	padding: 80px 0;
	color: #fff;
}

body .refund-policy-section h2,
body .payment-application-section h2 {
	color: #fff;
}

body .refund-policy-section a {
	color: #50CCE2;
}

body .page .payment-application-section {
	background-color: #0a255ae0;
	padding: 80px 0;
	color: #fff;
}

body .credit-balance-section h2 {
	color: #000;
}

@media screen and (max-width: 767px) {
	
	body .page .tuition-section p:last-child {
		background-color: #9f9ff930;
	}
	
	body .page .tuition-section p em {
		background: transparent;
	}
	
	body .page .tuition-section p strong {
		font-size: 30px;
	}
}

@media screen and (max-width: 600px) {
	
	.subject-change-section .text-col {
		padding: 0;
	}
	
	.pending-payment-img-col figure,
	.overview-img-col .gb-block-layout-column-inner figure {
		width: 100%;
	}
	
	.tuition-fees-text-col {
		padding: 30px 0;
	}
}

/* International Applicants */

body .page .requirements-main-section {
	background-color: #004C97;
	color: #fff;
	padding: 80px 0;
}

body .requirements-main-section h2,
body .application-deadline-section h2 {
	color: #fff;
}

body .international-requirements-col,
body .international-requirements-col2 {
	margin-bottom: 50px;
}

body .international-requirements-col img {
	border-radius: 5px;
}

.international-requirements-col2 {
	padding: 30px 25px;
	background: #9f9ff930;
	border-radius: 5px;
}

body .application-deadline-section .wp-block-cover {
	padding: 3em;
	margin-bottom: 20px;
}

body .application-deadline-section .note {
	padding: 0 3em;
}

@media screen and (max-width: 1023px) {
	
	body .video-section-main .gb-layout-column-wrap {
		padding: 0 !important;
	}
	
	body .video-section-main .wp-block-cover__inner-container {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	
	body .international-requirements-col {
		padding: 0;
	}
}

/* Military Applicants */

body .page .ms-recruitment-sec {
	background-color: #0A255A;
	padding: 80px 0;
	color: #fff;
}

body .page .ms-recruitment-sec h2 {
	color: #fff;
}

.ms-recruitment-image-col img {
	border-radius: 5px;
}

.ms-recruitment-main-col .gb-block-layout-column-gap-2 {
	margin-bottom: 80px;
}

/* Financial Aid */

.std-sub-form-section img {
	border-radius: 20px;
}

.financial-aid-eligibility-col {
	position: relative;
	color: #fff;
}

body .page .financial-aid-eligibility-col {
	padding: 120px 0;
}

body .financial-aid-eligibility-col h2 {
	color: #fff;
}

.financial-aid-eligibility-col::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 76, 151, 0.7), rgba(0, 76, 151, 1));
}

.financial-aid-eligibility-col .wp-block-table tr th:first-child,
.financial-aid-eligibility-col .wp-block-table tr td:first-child {
	background-color: #fff;
	color: #000;
	border-right: 0;
}

.financial-aid-eligibility-col .wp-block-table tr td:last-child {
	border-left: 0;
}

.financial-aid-eligibility-col .wp-block-table tr a {
	color: #0A255A;
}

body .page .two-boxes-main h2 {
	font-size: 40px;
	color: #fff;
}

body .page .two-boxes-main a {
	color: #fff;
}

body .page .two-boxes-main {
	color: #fff;
	padding: 0;
}

.two-boxes-main .wp-block-genesis-blocks-gb-column {
	padding: 40px;
}

.two-boxes-main-first {
	background: linear-gradient(to right, #0E337C 50%, #153F90 50%);
}

.two-boxes-main-second  {
	background: linear-gradient(to right, #2557B7 50%, #2E70F0 50%);
}

.two-boxes-main-third  {
	background: linear-gradient(to right, #E5E5E5 50%, #fff 50%);
}

body .page .two-boxes-main-third,
body .page .two-boxes-main-third h2,
body .page .two-boxes-main-third a {
	color: #004C97;
}

@media screen and (max-width: 600px) {
	
	body .page .two-boxes-main h2 {
		font-size: 36px;
	}
}

@media screen and (max-width: 767px) {
	
	.two-boxes-main .wp-block-genesis-blocks-gb-column {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 600px) {
	
	.two-boxes-main-first {
		background: linear-gradient(to bottom, #0E337C 50%, #153F90 50%)
	}
	
	.two-boxes-main-second {
		background: linear-gradient(to bottom, #2557B7 50%, #2E70F0 50%);
	}
	
	.two-boxes-main-third {
		background: linear-gradient(to bottom, #E5E5E5 50%, #fff 50%);
	}
	
	body .page .two-boxes-main h2 {
		font-size: 30px;
	}
}

/* Attendance Policy */

.attendance-ways-sec {
	background-color: #F5FAFF;
}

.attendance-ways-sec p,
.attendance-ways-sec ul {
	margin-bottom: 15px;
}

.gb-block-layout-column-inner figure.wp-block-table {
	height: auto;
}

.gb-block-layout-column-inner,
.gb-block-layout-column-inner figure,
.gb-block-layout-column-inner figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gb-block-layout-column-inner figure.curved-corners img,
.gb-block-layout-column-inner .curved-corners figure img {
	object-fit: cover;
	border-radius: 10px;
	height: 400px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	
	.attendance-ways-sec .gb-layout-column-wrap {
		gap: 20px;
	}
}

/* Transfer Credit Policy */

.exam-credit-section {
	background-color: #0A255A;
	color: #fff;
}

body .exam-credit-section h2 {
	color: #fff;
	font-size: 58px;
}

body .exam-credit-section li {
	margin-bottom: 15px;
}

.clep-section {
	background-color: #F5FAFF;
}

@media screen and (max-width: 1023px) {
	
	body .exam-credit-section h2 {
		font-size: 48px;
	}
}

@media screen and (max-width: 767px) {
	
	body .exam-credit-section h2 {
		font-size: 40px;
	}
}

@media screen and (max-width: 600px) {
	
	body .exam-credit-section h2 {
		font-size: 30px;
	}
}

/* Reinstatement Policies */

body .page .reinst-std-section {
	background: #F5FAFF;
	padding: 100px 0;
}

@media screen and (max-width: 767px) {
	
	body .page .reinst-std-section {
		padding: 70px 0;
	}
}

@media screen and (max-width: 600px) {
	
	body .exam-credit-section h2 {
		font-size: 30px;
	}
}

/* Faqs */

body .wp-block-aab-accordion-item .aagb__accordion_head {
	background-color: #fff !important;
	padding: 18px 5px;
}

body .page .aagb_accordion_413021e7_0 > .aagb__accordion_container {
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0;
}

.faqs-contact-btn .wp-block-button__link {
	border: 1px solid #004C97;
}

/* Withdrawal and Return */

.return-funds-withdrawal-sec .gb-block-layout-column-inner figure {
	height: auto;
	position: relative;
	background-color: rgba(10, 37, 90, .8);
}

.return-funds-withdrawal-sec .gb-block-layout-column-inner figure img {
	mix-blend-mode: overlay;
}

.return-funds-withdrawal-sec .gb-block-layout-column-inner figure::before,
.return-funds-withdrawal-sec .gb-block-layout-column-inner figure::after {
	content: "";
    background-color: rgba(0, 76, 151, .5);
    height: 150px;
    width: 150px;
    position: absolute;
    left: -70px;
    bottom: -60px;
    opacity: 0.6;
}

.return-funds-withdrawal-sec .gb-block-layout-column-inner figure::after {
	left: 40px;
	bottom: -110px;
}

.funds-withdrawal-txt-col {
	padding-right: 50px;
}

.withdrawal-disbursement-section {
	background-color: rgba(10, 37, 90, 1);
	color: #fff;
}

body .page .withdrawal-disbursement-section h2 {
	color: #fff;
}

.light-bg-text {
	background-color: rgba(255, 255, 255, 0.08);
	padding: 20px;
}

.light-bg-text h3 {
	margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
	
	.attendance-ways-sec .gb-layout-column-wrap {
		gap: 20px;
	}
}

@media screen and (max-width: 600px) {
	
	.return-funds-withdrawal-sec .gb-block-layout-column-inner figure::before, 
	.return-funds-withdrawal-sec .gb-block-layout-column-inner figure::after {
		display: none;
	}
}

/* Funeral Service Oath */

.funeral-service-section {
	background-color: #fff;
}

/* Online Application */

.login .custom-page-banner,
.login .site-header {
	display: none;
}

body .page .login-page-header {
	padding: 10px 0 0;
	background-color: #fff;
}

.simple-banner-image {
	background-image: url("/wp-content/uploads/2025/07/hands-student-and-woman-typing-on-laptop-working-2025-01-10-11-21-12-utc.jpg");
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
}

.online-application-sec {
	background-color: rgba(10, 37, 90, 1);
	color: #fff;
}

body .page .online-application-sec p {
	color: #fff;
}

body .page .online-application-sec h2 {
	color: #fff;
}

.online-application-sec .wp-block-buttons {
	margin-bottom: 25px;
}

body .white-bg-btn {
	background-color: #fff;
}

body .white-bg-btn .wp-element-button {
	color: #004C97;
}

body .white-bg-btn:hover {
	background-color: #004C97;
}

body .white-bg-btn:hover .wp-element-button {
	color: #fff;
}
body.login .new-application-link a {
	position: relative;
}

body.login .new-application-link a::after {
	content: "\f340";
    font-family: "dashicons";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;
    display: inline;
}

@media screen and (max-width: 767px) {
	
	body.login .page p {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	
	body.login .page p {
		font-size: 18px;
	}
	
	body.login h5 {
		font-size: 18px;
	}
}

/* Deadline */

.deadline-dates-table-sec h2 {
	margin-bottom: 35px;
}

.deadline-dates-table-sec .wp-block-table {
	border: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
}

/* Login Page */

body.login,
body.login h2 {
	background: #0A255A;
	color: #fff;
	margin-bottom: 25px;
}

body .form-div {
	background-color: #fff;
	padding: 40px 30px;
}

body.login p {
	font-size: 24px;
	color: #000;
}

body.login .site-footer p {
	color: #fff;
}

body.login h3,
body.login h4,
body.login h5,
body.login h6 {
	color: #000;
}

body.login .gfield p {
	font-size: 18px;
}

body .direction-column .gform-grid-row {
	flex-direction: column;
}

body .direction-column .gform-grid-row .gform-grid-col {
	width: 100%;
}

.gfield_label,
.gform-field-label {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000 !important;
}

.gform_button {
	font-size: 24px !important;
	background-color: #004C97 !important;
	border: 1px solid #004C97 !important;
}

.gform_button:hover {
	background: transparent !important;
	color: #004C97 !important;
}

.forget-pass a {
	color: #000;
}

.student-header-login {
    color: #000;
}

.login-page-header .gb-layout-column-wrap {
    align-items: center;
}

.login .student-credentials p {
	color: #fff;
}

/* Transcript and Diplomas */

.order-records-main {
	max-width: 320px;
	background-color: #004C97;
	color: #fff;
	padding: 10px 20px;
}

body .page .order-records-main h2 {
	color: #fff;
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1;
}

body .page .order-records-main p {
	margin-bottom: 0;
	font-size: 15px;
	width: 100%;
}

body .page .order-records-main .wp-block-columns {
	gap: 5px;
}

body .page .order-records-main .order-txt {
	font-size: 18px;
}

body .page .order-records-single-letter p {
	background-color: #4DC1E0;
    font-size: 26px;
    text-align: center;
    width: 45px;
    padding: 10px 0;
    border-radius: 100%;
    color: #fff;
    line-height: 1;
}

.transcript-ordering-sec {
	background-color: #E1E6EF;
}

.two-boxes-different-bg {
	background: linear-gradient(to right, #153F90 50%, #0E337C 50%);
}

@media screen and (max-width: 767px) {
	
	.order-records-main {
		width: auto;
	}
	
	body .page .order-records-main h2 {
		font-size: 35px;
	}
}

@media screen and (max-width: 600px) {
	
	body .page .order-records-main h2 {
		font-size: 30px;
	}
	
	.two-boxes-different-bg {
        background: linear-gradient(to top, #153F90 50%, #0E337C 50%);
    }
	
	body .application-deadline-section .wp-block-cover {
		padding: 2em;
	}
	
	.funds-withdrawal-txt-col {
		padding: 0;
	}
	
	.two-boxes-main .wp-block-genesis-blocks-gb-column {
		min-height: 360px;
	}
}	

.order-records-main {
    cursor: pointer;
}

.order-records-main:hover {
    opacity: 0.9;
}

/* Funeral Service Career */

.funeral-service-career-sec {
	background-color: transparent;
}

.funeral-service-two-boxes {
	    background: linear-gradient(to right, #C9D7F3 50%, #E3EBFA 50%);
}

body .page .funeral-service-two-boxes {
	color: #000;
}

body .page .funeral-service-two-boxes h2 {
	color: #0A255A;
}

@media screen and (max-width: 600px) {
	
    .funeral-service-two-boxes {
        background: linear-gradient(to bottom, #C9D7F3 50%, #E3EBFA 50%);
  }
}

/* Academic Policy */

.large-blue-text {
	font-size: 36px;
	color: #0A255A;
	font-weight: 600;
}

body .academic-policies-sec {
	background: transparent;
}

body .academic-policies-sec-two {
	background: #E1E6EF;
}

body .academic-policies-sec-two figure {
	height: auto;
}

@media screen and (max-width: 1023px) {
	
	.withdrawal-disbursement-section .gb-layout-column-wrap {
		gap: 20px;
	}
	
	.large-blue-text {
		font-size: 30px;
	}
	
	.pending-policy-section .wp-block-genesis-blocks-gb-columns {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	
	.large-blue-text {
		font-size: 26px;
	}
}

/* Application Requirements */

body .immunization-law-sec .light-bg-text {
	background-color: #0D2F72;
}

.aami-catalog-sec {
	background-color: #F5FAFF;
}

.aami-catalog-col {
	padding: 0 80px;
}

.aami-catalog-sec p {
	font-size: 24px;
	font-weight: 600;
}

@media screen and (max-width: 600px) {
	
	.aami-catalog-col {
		padding: 0;
	}
	
	.aami-catalog-sec p {
		font-size: 20px;
	}
}

/* Online */

.online-program-boxes {
	background: linear-gradient(to right, #F2F6FF 50%, #F9FBFF 50%);
	color: #000;
}

.online-program-boxes p {
	color: #000;
}

.background-image-sec {
	background-image: url("/wp-content/uploads/2025/07/Online-image.jpg");
	height: 500px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.online-schedule .wp-block-cover {
	position: relative;
}

.online-schedule .wp-block-cover::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 76, 151, 0.8);
	z-index: 2;
}

.online-schedule .wp-block-cover__inner-container {
	z-index: 3;
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px;
}

.online-schedule .wp-block-cover__inner-container h2,
.online-schedule .wp-block-cover__inner-container p {
	color: #fff;
	margin-left: 0;
}

body .page .online-learning-sec {
	background-color: #E1E6EF;
}

.online-learning-sec figure {
	height: auto;
}

body .online-learning-sec h2 {
	color: #0A255A;
}

.mn-of-credits-sec table {
	border: 1px solid #ccc;
}

.testing-policy-sec {
	background-color: #004C97;
	color: #fff;
}

body .testing-policy-sec h2 {
	color: #fff;
}

.proctoring-system-sec {
	background-color: #E9F1F9;
}

.proctoring-system-sec h3,
.proctoring-system-sec h3,
.proctoring-system-sec h5 {
	color: #0A255A;
}

body .page .two-bg-images-sec {
	height: 350px;
	overflow: hidden;
	padding: 0;
}

body .page .two-bg-images-sec .gb-layout-column-wrap {
	max-width: 100%;
	padding: 0;
}

.two-bg-images-sec .wp-block-genesis-blocks-gb-column {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.two-bg-images-sec .first-col {
	background-image: url("/wp-content/uploads/2025/07/0c26f4633620b62b0de499a35baac625c69cdb9.jpg");
}

.two-bg-images-sec .second-col {
	background-image: url("/wp-content/uploads/2025/07/man-interior-chat-room-male-lifestyle-t-shirt.jpg");
}

body .page .withdrawal-boxes {
	background: linear-gradient(to right, #E7EEFF 50%, #EFF4FF 50%);
	color: #000;
	padding: 30px 0;
}

body .withdrawal-boxes p {
	color: #000;
}

body .page .withdrawal-boxes h2 {
	color: #0A255A;
}

.online-funeral-access-sec .images-col .gb-block-layout-column-inner {
	position: relative;
}

.online-funeral-access-sec figure {
	height: auto;
}

body .page .online-funeral-access-sec figure img {
	width: 70%;
}

.online-funeral-access-sec figure.first-img img {
	z-index: 2;
	position: relative;
}

.online-funeral-access-sec figure.second-img img {
	height: auto;
	position: absolute;
	right: 0;
	top: 48%;
}

body .page .mn-of-credits-sec {
	padding-top: 0;
}

@media screen and (max-width: 1023px) {
	
	body .page .online-funeral-access-sec figure img {
		width: 100%;
	}
	
	.online-funeral-access-sec figure.second-img img {
		position: relative;
	}
	
	.reinst-std-section .gb-layout-column-wrap {
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {

	body .page .two-bg-images-sec {
		height: auto;
	}
}

@media screen and (max-width: 600px) {

	.online-program-boxes {
		background: #F2F6FF;
	}
	
	body .page .two-boxes-main .gb-layout-column-wrap {
		gap: 0;
	}
	
	.online-schedule .wp-block-cover {
		padding: 20px;
	}
	
	body .page .withdrawal-boxes {
		background: linear-gradient(to bottom, #E7EEFF 50%, #EFF4FF 50%);
	}
	
	.withdrawal-boxes .wp-block-genesis-blocks-gb-column {
		min-height: 700px;
	}
}

/* Courses */

.courses-main h2 {
	margin-bottom: 70px;
}

.courses-main h4 {
	margin-bottom: 30px;
	color: #004C97;
}

.courses-main .box-main {
	padding: 20px;
	margin-bottom: 20px;
}

.courses-main .box-main:nth-child(odd) {
	background: #F2F7FB;
}

@media screen and (max-device-width: 600px) {
	
	.courses-main .box-main .gb-layout-column-wrap {
		gap: 0px;
	}
	.courses-main h4 {
		margin-bottom: 15px;
		font-size: 20px;
	}
}

/* before Footer */

.before-footer-widgets {
	background-color: #004C97;
	padding: 6rem 0;
}

.before-footer-links {
    display: flex;
	align-items: center;
    /* justify-content: space-between; */
    gap: 6rem;
}

.before-footer-link a {
	color: #fff;
	font-size: 4.4rem;
	font-weight: 800;
	font-family: 'acumin-variable', sans-serif;
	font-variation-settings: 'wdth' 67.5;
	line-height: 1;
	text-transform: uppercase;
}

 @media (max-width: 895px) {
	.before-footer-link a {
		font-size: 3.8rem;
	}
 }

.before-footer-link a:hover {
	color: #82bef9;
}

.before-footer-separator svg {
	color: #fff;
	width: 2.8rem;
	height: 2.8rem;
}

/* Custom Footer */

.site-footer {
	background: #004C97;
}

.site-footer-widgets .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
	display: grid;
	grid-template-columns: 19% 19% auto 175px;
	gap: 8rem;
}

@media (max-width: 895px) {
	.site-footer-widgets .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		grid-template-columns: 50% 19% auto 175px;
	}

	.site-footer-widgets .footer-reach-out .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		flex-direction: column;
	}
}

.site-footer-widgets .wp-block-image img {
	max-width: 150px;
}

.site-footer-widgets .wrap a,
.site-footer-widgets .wrap div {
	display: flex;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 1.9rem;
	font-weight: 800;
	font-family: 'acumin-variable', sans-serif;
	font-variation-settings: 'wdth' 67.5;
}

.site-footer-widgets ul,
.footer-reach-out > .gb-block-layout-column-inner {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin: 0;
}

.site-footer-widgets ul li {
	list-style-type: none;
	display: flex;
}

.site-footer-widgets .wp-block-image img {
    width: 100%;
	height: auto;
}

.site-footer-widgets .footer-reach-out .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: start;
    row-gap: 1.5rem;
    column-gap: 3rem;
}

.site-footer-widgets .footer-reach-out .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
    flex: 0 1 fit-content;
}

.footer-reach-out p {
	display: flex;
	font-size: 19px;
	gap: 0.5rem;
	margin: 0;
}

.site-footer-credits.standalone p {
	font-size: 1.9rem;
	text-align: center;
	color: #fff;
}

@media screen and (max-device-width: 1024px) { 
    
	.site-footer-widgets .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	
	.site-footer-widgets .wrap section {
		flex-basis: 32%;
	}
	
	body .phone-main {
		flex-direction: column;
		gap: 10px;
	}
	
	.site-footer-widgets .wrap section img {
		margin: 0 auto;
	}
	
	body .before-footer h2 {
		font-size: 30px;
	}
}


@media screen and (max-device-width: 768px) {
	
	body .before-footer h2 {
		font-size: 25px;
	}
	
	.site-footer-widgets .wrap section {
		flex-basis: 47%;
	}
}

@media screen and (max-device-width: 600px) {
	
	body .before-footer h2 {
		font-size: 20px;
	}
	
	.site-footer-widgets .wrap section {
		flex-basis: 100%;
	}
}

/*** Contact steps ***/

.contact-steps--items {
	position: relative;
	padding: 60px 20px;
	background: #f5faff;
  }
  
  .contact-steps--items-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .contact-steps--items-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 60px;
  }
  
  .contact-steps--items-inner::before {
	content: '';
	position: absolute;
	left: 50%;
	top: var(--line-top, 0px);
	height: var(--line-height, 100%);
	width: 2px;
	background-color: #eee;
	transform: translateX(-50%);
	z-index: 0;
  }
  
  .contact-step {
	position: relative;
	width: 50%;
	padding: 0 40px;
  }
  
  .contact-step:nth-child(odd) {
	align-self: flex-start;
	text-align: right;
  }
  .contact-step:nth-child(even) {
	align-self: flex-end;
	text-align: left;
  }
  
  .contact-step::before {
	content: '';
	position: absolute;
	top: 8px;
	width: 16px;
	height: 16px;
	background-color: #004C97;
	border-radius: 50%;
	z-index: 2;
	left: 100%;
	transform: translateX(-50%);
  }
  
  .contact-step:nth-child(even)::before {
	left: 0px;
	transform: translateX(-50%);
  }
  
  .contact-step--heading .step-count {
	margin: 0 0 10px;
	font-size: 3.8rem;
	color: #003865;
	font-weight: bold;
	text-transform: uppercase;
  }

  .contact-step--heading .step-heading {
	margin: 0 0 10px;
	font-size: 2.8rem;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
  }
  
  .contact-step--copy p {
	color: #000;
	margin: 0;
	line-height: 1.5;
  }
  
  @media (max-width: 895px) {
	.contact-steps--items-inner::before {
	  display: none;
	}
  
	.contact-step {
	  width: 100%;
	  text-align: left;
	  padding: 0 20px;
	}
  
	.contact-step::before {
	  left: 0;
	  transform: none;
	}
  }

  /*** Application Deadline Block ***/

  .application-deadline .three-part-section .gb-layout-column-wrap {
	  padding: 3rem;
  }

  .application-deadline .three-part-section {
	  margin-bottom: 3rem;
  }

  .application-deadline h3 {
	margin-top: 3rem;
  }

  /*** Highlight Opportinities ***/

  .highlight-opportunities__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.highlight-opportunities__item {
    border: 1px solid #888;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    background-color: #f8f8f8;
    font-size: 14px;
}

.highlight-opportunities__item:hover {
    background-color: #444;
    color: #fff;
}

    /*** Student handbook page - career opportunities section ***/

	.career-opportunities .gb-container-content {
		padding: 3rem;
		margin: 1rem;
		background-color: #fff;
	}

	.career-opportunities .gb-layout-column-wrap {
		grid-gap: 0 1rem;
	}

	.career-opportunities .gb-container-content strong {
		text-transform: uppercase;
	}

	.career-opportunities .gb-layout-column-wrap {
		display: flex !important;
		align-items: stretch;
		gap: 1rem;
	}

	@media (max-width: 895px) {
		.career-opportunities .gb-layout-column-wrap {
		flex-direction: column;
		}
	}
	
	.career-opportunities .gb-block-layout-column {
		display: flex;
		flex-direction: column;
		flex: 1;
	}
	
	.career-opportunities .gb-block-layout-column-inner {
		flex: 1;
		display: flex;
		flex-direction: column;
	}
	
	.career-opportunities .gb-block-container {
		flex: 1;
		display: flex;
		flex-direction: column;
	}
	
	.career-opportunities .gb-container-inside {
		flex: 1;
		display: flex;
		flex-direction: column;
	}
	
	.career-opportunities .gb-container-content {
		flex: 1;
		display: flex;
		flex-direction: column;
		background-color: #fff;
		padding: 3rem;
		margin: 0;
	}

	.career-opportunities .wp-block-genesis-blocks-gb-columns {
		padding: 0.5rem 0;
	}

/*** Google Maps Block ***/

.entry-content > .google-maps-block.wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
	max-width: unset !important;
}

/*** Gravity form mods ***/

.gform_heading .gform_required_legend {
	display: none;
}

/*** Contact page updates ***/

.contact-form-column {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 3rem;
}

/*** Faculty archive page template ***/

/* .faculty-directory-page {
    background-color: #f5faff;
    padding: 40px 20px;
} */

 .faculty-board-directory-page .faculty-directory-container {
    max-width: 1200px;
    margin: 0 auto;
	max-width: 90%;
}

 .faculty-board-directory-page .faculty-directory-title {
    text-align: center;
    color: #004C97;
    font-size: 2.2em;
    margin-bottom: 20px;
}

 .faculty-board-directory-page .faculty-filter-form {
    margin-bottom: 30px;
    text-align: center;
}

 .faculty-board-directory-page .faculty-filter-form button {
    margin: 0 5px;
	background-color: #004C97;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.4rem 2.2rem;
    text-decoration: none;
    position: relative;
}

 .faculty-board-directory-page .faculty-filter-form select {
	padding: 1.4rem 2.2rem;
    font-size: 1.4rem;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

 .faculty-board-directory-page .faculty-directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

 .faculty-board-directory-page .faculty-directory-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: transform 0.2s ease;
}

 .faculty-board-directory-page .faculty-directory-card:hover {
    transform: translateY(-3px);
}

 .faculty-board-directory-page  .faculty-directory-image img {
	max-height: 300px;
	margin: 0 auto;
    object-fit: cover;
}

 .faculty-board-directory-page  .faculty-directory-content {
    padding: 15px;
}

 .faculty-board-directory-page .faculty-name {
    font-size: 1.2em;
    color: #004C97;
    margin-bottom: 10px;
}

 .faculty-board-directory-page .faculty-role,
 .faculty-board-directory-page .faculty-year,
 .faculty-board-directory-page .faculty-emeritus {
    font-size: 0.95em;
    color: #444;
    margin-bottom: 6px;
}

 .faculty-board-directory-page .faculty-certifications {
    padding-left: 20px;
    text-align: left;
    font-size: 0.9em;
    list-style-type: disc;
}

/*** Faculty archive page template - Updated for Grey Styling ***/

/*** Faculty Directory – Final CSS with .faculty-directory-page Prefix Only ***/

/*** Faculty Directory Styles — All Prefixed with .faculty-directory-page ***/
/* 
.faculty-directory-page {
    background-color: #fff;
	padding: 6rem 0;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.faculty-directory-page .faculty-directory-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.faculty-directory-page .faculty-directory-title {
    text-align: left;
    color: #000;
    font-size: 2em;
    margin-bottom: 30px;
    font-family: Georgia, serif;
    font-weight: bold;
    text-transform: uppercase;
}

.faculty-directory-page .faculty-term-heading {
    font-family: Georgia, serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #111;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.faculty-directory-page .faculty-directory-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faculty-directory-page .faculty-directory-card {
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}

.faculty-directory-page .faculty-name {
    background-color: #f0f0f0;
    font-size: 2rem;
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 16px;
}

.faculty-directory-page .faculty-directory-content {
    background-color: #fff;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.faculty-directory-page .faculty-role,
.faculty-directory-page .faculty-year,
.faculty-directory-page .faculty-emeritus {
    font-size: 18px;
    color: #222;
    margin-bottom: 4px;
}

.faculty-directory-page .faculty-accomplishments {
    font-size: 18px;
    color: #222;
    white-space: pre-line;
}

.faculty-directory-page .faculty-directory-image {
    display: none;
}

.faculty-directory-page .faculty-filter-form {
    margin-bottom: 30px;
    text-align: right;
}

.faculty-directory-page .faculty-filter-form button {
    background-color: #444;
    color: #fff;
    padding: 10px 16px;
    font-size: 0.95rem;
    border: none;
    border-radius: 4px;
}

.faculty-directory-page .faculty-filter-form select {
    padding: 10px 16px;
    font-size: 0.95rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media (max-width: 895px) {
	.faculty-directory-page .faculty-directory-content {
		grid-template-columns: 1fr;
	}
} */


.faculty-directory-page {
    padding: 6rem 0;
}

.faculty-directory-page .faculty-directory-container {
    max-width: 1200px !important;
    margin: 0 auto;
    max-width: 90%;
}

.faculty-directory-page .faculty-directory-title {
    /* text-align: center;
    color: #004C97;
    font-size: 2.2em;
    margin-bottom: 20px; */
}

.faculty-directory-page .faculty-filter-form {
    margin-bottom: 30px;
    text-align: center;
}

.faculty-directory-page .faculty-filter-form button {
    margin: 0 5px;
    background-color: #004C97;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.4rem 2.2rem;
    text-decoration: none;
    position: relative;
}

.faculty-directory-page .faculty-filter-form select {
    padding: 1.4rem 2.2rem;
    font-size: 1.4rem;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.faculty-directory-page .faculty-directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.faculty-directory-page .faculty-directory-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: transform 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.faculty-directory-page .faculty-directory-card:hover {
    transform: translateY(-3px);
}

.faculty-directory-page .faculty-directory-image img {
    max-height: 300px;
    margin: 0 auto;
    object-fit: cover;
}

.faculty-directory-page .faculty-directory-content {
    padding: 15px;
}

.faculty-directory-page .faculty-name {
    font-size: 1.2em;
    color: #004C97;
    margin-bottom: 10px;
}

.faculty-directory-page .faculty-role,
.faculty-directory-page .faculty-year {
    font-size: 0.95em;
    color: #444;
    margin-bottom: 6px;
}

.faculty-directory-page .faculty-certifications {
    padding-left: 20px;
    text-align: left;
    font-size: 0.9em;
    list-style-type: disc;
}

.faculty-directory-page .faculty-certifications {
	display: none;
}




















/*** Single faculty page template ***/

.single-faculty-page {
    background-color: #f5faff;
    padding: 40px 20px;
}

.single-faculty-container {
    max-width: 1000px;
    margin: 0 auto;
}

.single-faculty-header {
    display: flex;
    flex-wrap: wrap;
    gap: 8rem;
    background: white;
    padding: 6rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
	align-items: center;
}

.single-faculty-image img {
    max-width: 260px;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.single-faculty-info {
    flex: 1;
}

.single-faculty-name {
    color: #004C97;
    margin-bottom: 10px;
	font-size: 5rem;
}

.single-faculty-bio,
.single-faculty-role,
.single-faculty-year,
.single-faculty-emeritus {
    font-size: 1em;
    margin-bottom: 8px;
    color: #000;
}

.single-faculty-bio span,
.single-faculty-role span,
.single-faculty-year span,
.single-faculty-emeritus span {
    color: #004C97;
    margin-bottom: 10px;
	font-size: 3rem;
	font-weight: 600;
}

.single-faculty-section .cert {
    color: #004C97;
    margin-bottom: 10px;
	font-size: 3rem;
	font-weight: 600;
}

.single-faculty-section .alternate-role {
    color: #004C97;
    margin-bottom: 10px;
	font-size: 3rem;
	font-weight: 600;
}

.single-faculty-section .alt-role-type span {
    color: #004C97;
    margin-bottom: 10px;
	font-size: 3rem;
	font-weight: 600;
}

.faculty-certifications-list,
.faculty-alternate-list {
    padding-left: 20px;
    list-style-type: disc;
    font-size: 0.95em;
}

.single .entry-header {
	display: none;
}

@media (max-width: 767px) {
    .single-faculty-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .single-faculty-image img {
        max-width: 100%;
    }
}

/*** Blog Archive Page ***/

.blog .content {
    max-width: 1280px;
    margin: 0 auto;
}

.blog .blog-archive,
.blog .blog-archive * {
  box-sizing: border-box;
}

.blog .blog-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 1rem;
}

.blog .blog-archive--sidebar {
  flex: 1 1 250px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.blog .blog-filter h3 {
  margin-bottom: 1rem;
  color: #0a58ca;
}

.blog .blog-filter span {
  display: inline-block;
  margin: 0.25rem 0.25rem 0.25rem 0;
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.blog .blog-filter span:hover {
  background-color: #e2e6ea;
}

.blog .blog-archive--loop {
  flex: 1 1 0;
  min-width: 0;
}

.blog .blog-articles {
  display: grid;
  gap: 2rem;
}

.blog .blog-articles--three-column {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.blog .blog-article {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s;
}

.blog .blog-article:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.blog .blog-article--image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.blog .blog-article--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog .blog-article--image span {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #0a58ca;
  color: #fff;
  padding: 0.3rem 0.6rem;
  border-radius: 3px;
  font-size: 0.85em;
}

.blog .blog-article--content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.blog .blog-article--content-info-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.blog .blog-article--content-info-title a:hover {
  color: #0a58ca;
}

.blog-article--content-info-description p {
  margin: 0;
  opacity: 0.8;
}

.blog .blog-article--content-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #0a58ca;
  transition: color 0.3s;
}

.blog .blog-article--content-cta a:hover {
  color: #084298;
}

.blog .featured-articles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.blog .featured-articles h2 {
  color: #0a58ca;
}

.blog .blog-pagination {
  margin-top: 2rem;
  text-align: center;
}

.blog .blog-pagination ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.blog .blog-pagination li {
	list-style-type: none;
}

.blog .blog-pagination li a,
.blog .blog-pagination li span {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  border-radius: 4px;
  color: #0a58ca;
  background: #f8f9fa;
}

.blog .blog-pagination li a:hover {
  background: #e2e6ea;
}

.blog .blog-pagination li .current {
  background-color: #0a58ca;
  color: #fff;
}

.blog .error-message {
  text-align: center;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 6px;
}

.blog .button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #0a58ca;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.blog .button:hover {
  background-color: #084298;
}

.blog-article--content-info-title h2 {
    font-size: 3.6rem;
}

@media screen and (max-width: 960px) {
	.blog .blog-archive {
    flex-direction: column;
  }

  .blog .blog-archive--sidebar {
    max-width: 100%;
  }

  .blog .blog-articles--three-column {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

/* === Single post === */

.single-post-template__hero {
    background-size: cover;
    background-position: center;
    padding: 180px 20px 100px;
    position: relative;
    color: white;
}

.single-post-template__hero-overlay {
    padding: 60px 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.single-post-template__hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.single-post-template__hero .category-label {
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.single-post-template__hero h1 {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.single-post-template__hero .author-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.single-post-template__hero .author-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.single-post-template__hero .author-info .text p {
    margin: 2px 0;
}

.single-post-template .entry {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 20px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #222;
}

.single-post-template .entry h2, 
.single-post-template .entry h3, 
.single-post-template .entry h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 600;
}

.single-post-template .entry img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 20px 0;
}

.single-post-template .entry-footer-section {
    max-width: 750px;
    margin: 60px auto 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.single-post-template .post-tags {
    margin-bottom: 20px;
}

.single-post-template .post-tags .tag {
    display: inline-block;
    background: #f0f0f0;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #333;
}

.single-post-template .share-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.single-post-template .share-icons i {
    font-size: 1.2rem;
    margin-right: 10px;
    cursor: pointer;
}

.single-post-template__hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
    pointer-events: none;
}

.single-post-template__hero-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.single-post-template__top-row {
	display: flex;
	justify-content: space-between;
	align-items: normal;
    margin: 6rem auto 0;
    padding: 0 6rem;
    max-width: 1200px;
}

.single-post-template__top-row .breadcrumbs,
.single-post-template__top-row .socials {
	font-size: 0.9rem;
}

.single-post-template__top-row .breadcrumbs * {
	/* color: #000; */
    font-size: 1.4rem;
}

.single-post-template__top-row .socials *:not(svg) {
	color: #004C97;
}

.single .breadcrumbs svg {
    color: #004C97;
}

.single .inner-section {
    max-width: 1200px;
    padding: 6rem;
    margin: 0 auto;
    width: 100%;
}

.single-post-template__footer {
	max-width: 850px;
	margin: 10rem auto;
	padding-top: 30px;
	border-top: 1px solid #eee;
	text-align: center;
}

.single-post-template__share-title {
	font-weight: 600;
	margin-bottom: 15px;
}

.single-post-template__socials {
	margin-bottom: 20px;
}

.single-post-template__topics {
	margin-top: 10px;
}

.single-post-template__topic {
	display: inline-block;
	background: #f1f1f1;
	color: #000;
	padding: 6px 12px;
	margin: 4px 6px;
	text-decoration: none;
	transition: 0.2s ease;
}

.single-post-template__topic:hover {
	background: #004C97;
	color: #fff;
}


.single-post-template__socials {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 20px;
}

.single-post-template__socials > * {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
}

.single .back-to-blogs-button {
	margin-top: 2em;
	text-align:center;
}

.single .back-to-blogs-button a {
	background-color: #004C97;
}

.single .back-to-blogs-button a:hover {
	background-color: #fff;
	color: #004C97;
}

/***  404 Page ***/
.custom-404-page {
    text-align: center;
    padding: 6rem 0 !important;
    max-width: 700px;
    margin: 0 auto;
}

/*** Confirmation block ***/

.confirmation-block {
    text-align: center;
    margin: 0 auto;
}

.confirmation-block svg {
    font-size: 15rem;
    color: #004C97;
}

/*** Footer links ***/

@media (max-width: 895px) {
	.before-footer-separator svg {
		rotate: 90deg;
	}

	.before-footer-links {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-footer .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
		/* grid-template-areas:
				"col1"
				"col2"
				"col3"
				"col4"; */
				/* display: flex !important; */
	}

	.site-footer .site-footer-widgets .gb-block-layout-column:nth-child(3) {
		width: fit-content;
	}
	
}

@media (max-width: 1100px) {
	.footer-reach-out p {
		flex-direction: column;
	}
}

/*** Attendance Policy ***/
@media (max-width: 1150px) {

	.attendance-policy-col .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2";
    }

	.attendance-policy-col .custom-button.align-left,
	.attendance-policy-col .custom-button.align-right {
		align-items: center;
	}
}

/*** scholarship opportunity ***/

.scholarship-opportunity {
	padding: 2rem 0;
}

/*** stacked-images ***/

.stacked-images .gb-block-layout-column-inner {
	height: unset;
}

.stacked-images .gb-block-layout-column-inner figure:nth-of-type(2) img {
    height: 200px;
	width: auto;
}

/*** features-section ***/
.features-section .gb-block-layout-column-inner {
	height: unset;
}

.features-section .wp-block-genesis-blocks-gb-columns {
    padding: 2rem 0;
}

/*** Tagline colors ***/

h2.wp-block-heading.tagline-color--white {
    color: #fff;
}

h2.wp-block-heading.tagline-color--black {
    color: #000;
}

h3.wp-block-heading.tagline-color--dark-blue {
	color: #0A255A;
}

/***  Center column content ***/

.center-column-content .wp-block-genesis-blocks-gb-column {
	align-self: center;
	height: unset;
}

/*** Online program box alternate color ***/

.online-program-boxes--alternate-color {
	background: linear-gradient(to right, #2557B7 50%, #2E70F0 50%);
	color: #fff;
}

/*** Footer update for mobile ***/
@media (max-width: 950px) {
	.site-footer-widgets .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		gap: 6rem;
	}
}

/*** Stand alone images ***/
@media screen and (max-width: 895px) {
    .shaped-img img {
        max-height: 250px;
    }
}


/*** Search ***/
.primary-menu-ctas-search {
	display: flex;
	align-items: center;
	position: relative;
}

.search-toggle {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1.5rem;
	color: #fff; /* Set based on your site’s theme/nav bar */
	padding: 0.5rem;
}

.search-form-wrapper {
	display: none;
	/* margin-left: 1rem; */
}

.search-form-wrapper.visible {
	display: block;
}

.search-form {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.search-form input[type="search"] {
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 200px;
}

.search-form input[type="submit"] {
	/* background-color: #000; */
	background: #004C97;
	color: #fff;
	margin-top: unset;
	border: none;
	padding: 1.5rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
}

button.search-toggle:focus,
button.search-toggle:focus {
	background-color: transparent !important;
}

/*** Serach Results page ***/


  .archive-description .archive-title {
    max-width: 1280px;
    margin: 0 auto;
    width: 96%;
	color: #004c97;
  }
  
  .search-results .search-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2rem;
	max-width: 1280px;
	padding: 2rem 1rem;
	margin: 0 auto;
	box-sizing: border-box;
  }
  
  .search-results .search-grid article {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.3s ease;
  }
  
  .search-results .search-grid article:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .search-results .search-grid .entry-image {
	max-height: 220px;
	overflow: hidden;
	border-bottom: 3px solid #0a58ca;
  }
  
  .search-results .search-grid .entry-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
  }
  
  .search-results .search-grid h2.entry-title {
	font-size: 1.4rem;
	font-weight: 800;
	margin: 1rem;
	color: #002d72;
	line-height: 1.3;
  }
  
  .search-results .search-grid h2.entry-title a {
	color: inherit;
	text-decoration: none;
  }
  
  .search-results .search-grid h2.entry-title a:hover {
	color: #0a58ca;
  }
  
  .search-results .search-grid .entry-content {
	/* margin: 0 1rem 1rem; */
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
  }
  
  @media (max-width: 768px) {
	.search-results .search-grid {
	  grid-template-columns: 1fr;
	}
  }

  .search-results .archive-pagination {
	margin-top: 2rem;
	text-align: center;
  }
  
  .search-results .archive-pagination ul {
	list-style: none;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
  }
  
  .search-results .archive-pagination li a,
  .search-results .archive-pagination li span {
	display: inline-block;
	padding: 0.5rem 0.8rem;
	text-decoration: none;
	border-radius: 4px;
	color: #0a58ca;
	background: #f8f9fa;
  }
  
  .search-results .archive-pagination li a:hover {
	background: #e2e6ea;
  }
  
  .search-results .archive-pagination li .current {
	background-color: #0a58ca;
	color: #fff;
  }

  .search-results .archive-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .search-results .archive-pagination li {
	list-style: none;
  }

  .search-results .search-grid .entry-content p {
	padding: 1rem !important;
  }


  .aami-footer-search {
	text-align: center;
	margin-top: 15px;
	flex-direction: column;
}

.aami-search-toggle {
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 5px 10px;
	transition: color 0.3s;
}

.aami-search-toggle:hover {
	color: #ccc;
}

.aami-search-form-wrapper {
	display: none;
	margin-top: 10px;
}

.aami-search-form-wrapper.visible {
	display: block;
}

.aami-search-form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.aami-search-form input[type="search"] {
	padding: 6px 10px;
	border: none;
	border-radius: 4px;
	width: 200px;
	max-width: 90%;
	font-size: 14px;
}

.aami-search-form button[type="submit"] {
	background: #fff;
	color: #003366;
	border: none;
	padding: 6px 10px;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s;
}

.aami-search-form button[type="submit"]:hover {
	background: #e8e8e8;
}



.aami-footer-search button.search-toggle {
	height: fit-content;
}

.aami-footer-search button.search-toggle:focus,
.aami-footer-search button.search-toggle:hover {
	background-color: transparent !important;
}

.site-footer-widgets .gb-block-layout-column:nth-child(4) .gb-block-layout-column-inner {
	flex-direction: column;
}


.aami-footer-search .search-form-wrapper .search-form input[type="submit"] {
	border: 1px solid #fff;
}

.aami-footer-search .search-form-wrapper .search-form input[type="submit"]:hover {
	border: 1px solid #fff;
}

.aami-footer-search {
	margin-top: unset !important;
}

.information-block .gb-layout-column-wrap {
    padding: 6rem 0;
}

.information-block h5.aab__accordion_title {
    color: #0A255A;
}

@media (max-width: 895px) {
	.contact-step::before {
		display: none;
	}
	.contact-step:nth-child(odd){
		text-align: left;
	}


	.stacked-images.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2";
    }

	.single-column--mobile.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2"
		"col3";
    }

	.information-block.gb-layout-columns-3>.gb-layout-column-wrap {
		grid-template-columns: 1fr;
		grid-template-areas:
			"col1"
			"col2"
			"col3";
	}

}



.presidents-message .gb-layout-column-wrap {
    padding: 6rem 0;
}

.presidents-message--title {
	color: #004C97;
}

.presidents-message--name {
	font-family: 'acumin-variable', sans-serif;
    font-variation-settings: 'wdth' 67.5;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2;
	font-size: 2.6rem;
}

.presidents-message .wp-block-genesis-blocks-gb-column.gb-block-layout-column {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 3rem;
}



ul.sub-menu.multi-column-auto > li > ul.sub-menu {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 3rem !important;
	width: 100%;
	padding: 0;
	margin: 0;
  }
  
  @media (max-width: 895px) {
	ul.sub-menu.multi-column-auto > li > ul.sub-menu {
	  /* grid-template-columns: 1fr; */
	  display: flex !important;
	  flex-direction: column !important;
	  gap: 1.25rem !important;
	  margin: 0 !important;
	}
  }


  ul.sub-menu.multi-column-auto > li {
	width: 100%;
  }
  
  ul.sub-menu.multi-column-auto > li > ul.sub-menu {
	width: 100%;
  }


  /* Ensure the immediate submenu container is full-width */
.mega-menu-wrap--menu > ul.sub-menu,
.mega-menu-wrap--menu ul.sub-menu.multi-column-auto {
  width: 100% !important;
  max-width: 100% !important;
}

/* Remove unnecessary padding/margin that might restrict width */
.mega-menu-wrap--menu > ul.sub-menu,
ul.sub-menu.multi-column-auto {
  padding: 0 !important;
  margin: 0 !important;
}


.information-block h5.aab__accordion_title {
    color: #0A255A;
    font-size: 2.8rem;
}

.information-block .aab__accordion_head.aab_right_icon {
    min-height: 200px;
	padding: 0 3rem;
}

.information-block .wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_icon .aab__icon {
	color: #004C97;
}

/*** Sara logo in footer ***/
.site-footer-widgets .wp-block-image .wp-image-1949 {
	max-width: 80px !important;
    margin: 0 auto;
}

.site-footer-widgets .wp-block-image .wp-image-1458 {
	margin: 0 auto;
}


.faculty-board-directory-page {
	padding: 6rem 0;
}

.homepage-student-login-section {
	padding: 6rem 0;
}


.page-template-archive-faculty .faculty-directory-image img,
.page-template-template-faculty-board .faculty-directory-image img {
	display: none;
}

.aami-footer-search {
	/* display: none !important; */
}

.search-results .content-sidebar-wrap .content {
	padding: 2rem 1rem;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
  }
  
  @media (max-width: 992px) {
	.search-results .content-sidebar-wrap .content {
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  
  @media (max-width: 600px) {
	.search-results .content-sidebar-wrap .content {
	  grid-template-columns: 1fr;
	}
  }
  
  .search-results .content-sidebar-wrap .content article {
	background-color: #fff;
	padding: 1rem;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	transition: box-shadow 0.2s, transform 0.2s;
  }
  
  .search-results .content-sidebar-wrap .content article:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 12px rgba(0,0,0,0.08);
  }
  
  /* Optional image and title */
  .search-results .content-sidebar-wrap .content article img {
	width: 100%;
	height: auto;
	display: block;
  }
  
  .search-results .content-sidebar-wrap .content .entry-title {
	margin: 1rem 0 0 0;
	font-size: 1.8rem;
	font-weight: 600;
  }
  
  /* Pagination fix */
  .search-results .archive-pagination {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2rem;
	gap: 0.5rem;
  }
  
  .search-results .archive-pagination li {
	list-style: none;
  }
  
  .search-results .archive-pagination a,
  .search-results .archive-pagination span {
	padding: 0.5rem 1rem;
	background-color: #eee;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
  }
  
  .search-results .archive-pagination a:hover {
	background-color: #0073aa;
	color: #fff;
  }
  
  .search-results .archive-pagination .active span,
  .search-results .archive-pagination .current {
	background-color: #0073aa;
	color: #fff;
  }


/* ✅ Wrapping articles in a grid layout */
body.search.search-results .content {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 20px !important;
	align-items: stretch !important;
	margin-top: 2rem;
  }
  
  /* ✅ Style individual article cards */
  body.search.search-results .content > article {
	background-color: #fff !important;
	padding: 1.5rem !important;
	border: 1px solid #ddd !important;
	border-radius: 6px !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between;
	box-sizing: border-box !important;
	height: 100% !important;
  }





  /* ===========================
   SEARCH RESULTS PAGE STYLING
   =========================== */
.search-results .content-sidebar-wrap .content {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
	gap: 2rem !important;
	align-items: stretch !important;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
  }
  
  /* Article Cards */
  .search-results .content-sidebar-wrap .content article {
	background-color: #fff;
	padding: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	height: 100%;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
  }
  .search-results .content-sidebar-wrap .content article:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  }
  
  /* Images inside article */
  .search-results .content-sidebar-wrap .content article img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1rem;
  }
  
  /* Title */
  .search-results .content-sidebar-wrap .content .entry-title {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 1rem 0 0.5rem;
	color: #003366;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
  }
  
  /* Make anchor tag fill the card */
  .search-results .content-sidebar-wrap .content article a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
  }
  
  /* Pagination */
  .search-results .archive-pagination {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 2rem;
  }
  .search-results .archive-pagination li {
	list-style: none;
  }
  .search-results .archive-pagination a,
  .search-results .archive-pagination span {
	padding: 0.5rem 1rem;
	background-color: #eee;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
  }
  .search-results .archive-pagination a:hover,
  .search-results .archive-pagination .current {
	background-color: #0073aa;
	color: #fff;
  }

 
  h3.faculty-term-heading {
    padding-top: 3rem;
}
 
.faculty-directory-container h3 {
	padding-top: 3rem !important;
}

.faculty-directory-image img {
	display: none;
}


.page-template-template-faculty-only p.faculty-role {
    display: none;
}


@media (max-width: 895px){
	.home-banner.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
		-ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2";
	}
}


/*** Logins page block ***/

/* Container styles */
.logins-page-block .gb-container-content {
    display: flex;
    flex-wrap: wrap;      /* Allows items to wrap on smaller screens */
    justify-content: center;
    gap: 2rem;
    margin: 2rem auto;
    padding: 1rem;
    max-width: 1200px;
}

/* Individual login box styles */
.logins-page-block .gb-container-content > * {
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    min-width: 180px;
    flex: 1 1 400px;
    align-items: center;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    cursor: pointer;
}

.logins-page-block .gb-container-content a {
	width: 100%;
	justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .logins-page-block .gb-container-content {
        gap: 1rem;
        padding: 1rem;
    }

    .logins-page-block .gb-container-content > * {
        font-size: 1rem;
        padding: 1.5rem;
        flex: 1 1 100%;
    }
}



#menu-item-1854 > ul.sub-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
  }
  

/* === ROW 1 === */
#menu-item-1854 ul.sub-menu li#menu-item-1443 { grid-column: 1; grid-row: 1; } /* Welcome */
#menu-item-1854 ul.sub-menu li#menu-item-1454 { grid-column: 2; grid-row: 1; } /* Sonis Login */
#menu-item-1854 ul.sub-menu li#menu-item-1402 { grid-column: 3; grid-row: 1; } /* Transcripts & Diplomas */

/* === ROW 2 === */
#menu-item-1854 ul.sub-menu li#menu-item-1396 { grid-column: 1; grid-row: 2; } /* Conduct & Policies */
#menu-item-1854 ul.sub-menu li#menu-item-1455 { grid-column: 2; grid-row: 2; } /* Blackboard Login */
#menu-item-1854 ul.sub-menu li#menu-item-2075 { grid-column: 3; grid-row: 2; } /* Student Forms */

/* === ROW 3 === */
#menu-item-1854 ul.sub-menu li#menu-item-1397 { grid-column: 1; grid-row: 3; } /* Handbook */
#menu-item-1854 ul.sub-menu li#menu-item-1956 { grid-column: 2; grid-row: 3; } /* Email Login */
#menu-item-1854 ul.sub-menu li#menu-item-1452 { grid-column: 3; grid-row: 3; } /* Order Books */

/* === ROW 4 === */
#menu-item-1854 ul.sub-menu li#menu-item-1813 { grid-column: 2; grid-row: 4; } /* Blackboard Support */

#menu-item-1854 ul.sub-menu li#menu-item-2203 {
    grid-column: 3;
    grid-row: 4;
}

  #menu-item-1855 > ul.sub-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 10px;
  }
  
  /* COLUMN 1 */
  #menu-item-1855 ul.sub-menu li#menu-item-1431 { grid-column: 1; grid-row: 1; } /* Academic Policies */
  #menu-item-1855 ul.sub-menu li#menu-item-1432 { grid-column: 1; grid-row: 2; } /* Academic Requirements */
  #menu-item-1855 ul.sub-menu li#menu-item-1430 { grid-column: 1; grid-row: 3; } /* Curriculum */
  
  /* COLUMN 2 */
  #menu-item-1855 ul.sub-menu li#menu-item-1427 { grid-column: 2; grid-row: 1; } /* Campus Program */
  #menu-item-1855 ul.sub-menu li#menu-item-1428 { grid-column: 2; grid-row: 2; } /* Online Program */
  
  /* COLUMN 3 */
  #menu-item-1855 ul.sub-menu li#menu-item-1433 { grid-column: 3; grid-row: 1; } /* Program Learning Outcomes */
  #menu-item-1855 ul.sub-menu li#menu-item-1429 { grid-column: 3; grid-row: 2; } /* Careers in Funeral Services */


  #menu-item-1856 > ul.sub-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
  }
  
  /* === COLUMN 1 === */
  #menu-item-1856 ul.sub-menu li#menu-item-1465 { grid-column: 1; grid-row: 1; } /* Our History */
  #menu-item-1856 ul.sub-menu li#menu-item-1464 { grid-column: 1; grid-row: 2; } /* Our Mission */
  #menu-item-1856 ul.sub-menu li#menu-item-1952 { grid-column: 1; grid-row: 3; } /* President's Message */
  #menu-item-1856 ul.sub-menu li#menu-item-2084 { grid-column: 1; grid-row: 4; } /* Board Members */

  #menu-item-1856 ul.sub-menu li#menu-item-2214 { grid-column: 1; grid-row: 5; } /* Donate Now */

  #menu-item-1856 ul.sub-menu li#menu-item-1421 { grid-column: 1; grid-row: 6; } /* Contact Us */
  
  /* === COLUMN 2 === */
  #menu-item-1856 ul.sub-menu li#menu-item-1391 { grid-column: 2; grid-row: 1; } /* Administration */
  #menu-item-1856 ul.sub-menu li#menu-item-2083 { grid-column: 2; grid-row: 2; } /* Faculty */
  #menu-item-1856 ul.sub-menu li#menu-item-1463 { grid-column: 2; grid-row: 3; } /* Public Information */
  #menu-item-1856 ul.sub-menu li#menu-item-1462 { grid-column: 2; grid-row: 4; } /* Postings */
  #menu-item-1856 ul.sub-menu li#menu-item-1420 { grid-column: 2; grid-row: 5; } /* Blog */
  
  /* === COLUMN 3 === */
  #menu-item-1856 ul.sub-menu li#menu-item-1392 { grid-column: 3; grid-row: 1; } /* Approvals & Accreditations */
  #menu-item-1856 ul.sub-menu li#menu-item-1461 { grid-column: 3; grid-row: 2; } /* State Licensure Requirements */
  #menu-item-1856 ul.sub-menu li#menu-item-1393 { grid-column: 3; grid-row: 3; } /* AAMI NBE Result */
  #menu-item-1856 ul.sub-menu li#menu-item-1424 { grid-column: 3; grid-row: 4; } /* Informational Security Program */


.single .wp-block-image {
    margin: 0;
}

.single .wp-block-image .alignright {
    width: 300px;
    margin: 0 0 3rem 3rem;
}

@media (min-width: 1076px) {
	.single .entry-content h2 {
		font-size: 5.6rem;
	}
}

@media (max-width: 600px) {
	.single .wp-block-image .alignright {
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0 0 3rem;
	}

	.single .wp-block-image .alignright img {
		max-width: 300px;
	}
}


.site-footer .site-footer-widgets .gb-block-layout-column:nth-child(4) .menu {
	flex-direction: row;
	justify-content: space-evenly;
}

.site-footer .site-footer-widgets .gb-block-layout-column:nth-child(4) .custom-socials {
    align-self: center;
    padding-bottom: 1rem;
}

@media (max-width: 895px) {
	.site-footer-widgets .gb-layout-columns-4 {
		overflow-x: unset;
	}
}

.site-footer .site-footer-widgets .gb-block-layout-column:nth-child(4) .widget.widget_nav_menu {
    justify-content: center;
}


.site-footer .site-footer-widgets .gb-block-layout-column:nth-child(2) .gb-block-layout-column-inner {
	flex-direction: column;
	gap: 3rem;
}

button.search-toggle.toggle-icon.button {
    padding: unset;
    width: 50px;
    margin: unset;
    min-width: unset;
    padding-bottom: 2rem;
}

.site-footer .site-footer-widgets .gb-block-layout-column:nth-child(4) .gb-block-layout-column-inner figure {
	height: auto;
}


.site-footer-widgets .wrap div .gb-block-layout-column:nth-child(1) a.button {
    padding: 1rem 2rem;
    border: 2px solid #fff;
	margin-top: 2rem;
}

/* .site-footer-widgets .wrap div .gb-block-layout-column:nth-child(1) .gb-block-layout-column-inner {
	flex-direction: column !important;
}

@media (max-width: 895px) {
	body .site-footer-widgets .wrap div .gb-block-layout-column:nth-child(1) .gb-block-layout-column-inner {
		flex-direction: column !important;
	}
} */

.site-footer-widgets .donate-now-button a {
    gap: 1rem;
    align-items: center;
	padding: 1rem 2rem;
    border: 2px solid #fff;
}

/* @media (max-width: 895px) {
	.site-footer-widgets .donate-now-button a svg {
		display: none;
	}
} */







/* --- 30/70 Sidebar Layout --- */

.alumni-sidebar-layout {
    display: flex;
    flex-wrap: wrap; 
    
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 6rem 0;
}

.alumni-sidebar-layout .alumni-sidebar-left {
    width: 100%;
    box-sizing: border-box;
}

.alumni-sidebar-layout .alumni-sidebar-right {
    width: 100%;
    box-sizing: border-box;
}

.alumni-sidebar-layout .alumni-sidebar-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.alumni-sidebar-layout .alumni-sidebar-nav li {
    margin-bottom: 0.5em;
    list-style: none;
}

.alumni-sidebar-layout .alumni-sidebar-nav li a {
    display: block;
    padding: 0.75em 1em;
    text-decoration: none;
    background-color: #f4f4f4;
    border-radius: 4px;
    font-weight: bold;
    color: #0A255A;
}

.alumni-sidebar-layout .alumni-sidebar-nav li a:hover {
    background-color: #e0e0e0;
}

.alumni-sidebar-layout .alumni-sidebar-nav li.current-menu-item a {
    background-color: #004C97;
    color: #ffffff;
}

.alumni-sidebar-right .wp-block-genesis-blocks-gb-columns {
    padding: 6rem 0;
}

.alumni-sidebar-right .wp-block-genesis-blocks-gb-columns.no-padding-top {
    padding-top: unset;
}

.alumni-sidebar-right .wp-block-genesis-blocks-gb-columns.no-padding-bottom {
    padding-bottom: unset;
}


@media (min-width: 896px) {
    .alumni-sidebar-layout {
        gap: 40px; 
    }

    .alumni-sidebar-layout .alumni-sidebar-left {
        width: 30%; 
        flex-grow: 0;
        flex-shrink: 0;
    }

    .alumni-sidebar-layout .alumni-sidebar-right {
        width: calc(70% - 40px); 
        flex-grow: 1;
        flex-shrink: 1;
        overflow: hidden; 
    }
}



.template-cta-wrap {
    background-color: #0A255A;
    padding: 6rem 0;
    width: 100%;
    box-sizing: border-box;
}

.template-cta-wrap .template-cta-inner {
	background-color: #fff;
    color: #004C97;
    padding: 40px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
}

.template-cta-wrap .template-cta-text {
    flex: 2;
    min-width: 300px;
}

.template-cta-wrap .template-cta-text h2 {
    color: #004C97;
}

.template-cta-wrap .template-cta-text p {
    font-size: 1.1em;
    line-height: 1.6;
    margin: 0;
    color: #0A255A;
}

.template-cta-wrap .template-cta-button {
    flex: 1;
    text-align: right;
    min-width: 200px;
}

.template-cta-wrap .button.cta-button,
.template-cta-wrap .button.cta-button-disabled {
    background-color: #004C97; 
    color: #ffffff;
	border: 1px solid #004C97;
    padding: 15px 30px;
    border-radius: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
	display: flex;
	justify-self: center;
	gap: 1.5rem;

    border: none;
    cursor: pointer;
    text-align: center;
}

.template-cta-wrap .button.cta-button:hover {
    background-color: #fff; 
	border: 1px solid #004C97;
    color: #004C97;
}

.template-cta-wrap .button.cta-button-disabled {
    cursor: default;
    opacity: 0.9;
}

@media (max-width: 895px) {
    .alumni-sidebar-layout {
        padding: 6rem 0;
        width: 90%;
        gap: 6rem;
    }

    .template-cta-wrap .template-cta-inner {
        flex-direction: column;
        padding: 30px;
		border-radius: unset;
    }
    
    .template-cta-wrap .template-cta-text {
        text-align: center;
    }
    
    .template-cta-wrap .template-cta-button {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

	.page-template-page-template-alumni-sidebar .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
		grid-template-columns: 1fr;
			grid-template-areas:
			"col1"
			"col2";
	}
}

body h2.entry-tagline--white {
	color: #fff;
}

.three-column-block .wp-block-genesis-blocks-gb-column.gb-block-layout-column {
    background-color: #fff;
    padding: 3rem;
    border-radius: 5px;
}

/** Table Optimizations **/

.wp-block-table {
	margin-bottom: 2rem;
}

.wp-block-table td {
	padding: 5px 5px !important;
}

.wp-block-table td strong {
	font-size: 1.6rem;
}


/* .wp-block-table table.has-fixed-layout {
	width: 100%;
	border-collapse: collapse;
}

.wp-block-table table.has-fixed-layout td,
.wp-block-table table.has-fixed-layout th {
	padding: 0.5rem;
}


@media (max-width: 768px) {
	.wp-block-table table.has-fixed-layout thead {
		display: none;
	}

	.wp-block-table table.has-fixed-layout,
	.wp-block-table table.has-fixed-layout tbody,
	.wp-block-table table.has-fixed-layout tr,
	.wp-block-table table.has-fixed-layout td {
		display: block;
		width: 100%;
	}

	.wp-block-table table.has-fixed-layout tr {
		margin-bottom: 1.5rem;
		border: 1px solid #ddd;
		border-radius: 6px;
		padding: 0.75rem 0.75rem 0.5rem;
	}

	.wp-block-table table.has-fixed-layout td {
		display: flex;
		justify-content: space-between;
		padding: 0.25rem 0;
		text-align: left !important;
	}

	.wp-block-table table.has-fixed-layout td::before {
		content: attr(data-label);
		font-weight: 600;
		margin-right: 0.5rem;
	}
} */

/* Make all Gutenberg tables scroll horizontally on small screens */
.wp-block-table {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* Prevent the table from squishing too much; force scroll instead */
.wp-block-table table.has-fixed-layout {
	width: 100%;
	min-width: 650px;
	/* adjust as needed */
	border-collapse: collapse;
}

.wp-block-table table.has-fixed-layout td,
.wp-block-table table.has-fixed-layout th {
	padding: 0.4rem 0.3rem;
}

/* Tweak font size on smaller screens for readability */
@media (max-width: 768px) {

	.wp-block-table table.has-fixed-layout td,
	.wp-block-table table.has-fixed-layout th {
		font-size: 0.85rem;
		white-space: nowrap;
	}

		.wp-block-table td strong {
			font-size: inherit;
		}
}


@media (max-width: 895px) {
	.site-footer-widgets .gb-layout-columns-4 {
		overflow-x: auto;
	}
}