/*# sourceMappingURL=main.css.map */

.homepage-hero__image-container {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	position: absolute;
}

.homepage-hero__image-container.active {
	opacity: 1;
}

.homepage-hero__image-container.static {
	opacity: 1;
	transition: none;
}

.homepage-hero__image-container img {
	object-position: 50% 20%;
}

.homepage-hero__headlines .grid-container {
	position: relative;
}

.hero-image__toggle-button {
	position: absolute;
	right: 5rem;
	z-index: 20;
	cursor: pointer;
}

.hero-image__toggle-container {
	position: relative;
}

.home-page-hero-pause-button, .home-page-hero-play-button {
	position: absolute;
	opacity: 0 !important;
}

.home-page-hero-pause-button.active, .home-page-hero-play-button.active {
	opacity: 1 !important;
	transition: all .35s ease-in-out;
}

.home-header-slider__video {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #021741;
}

.home-header-slider__item-video {
	object-fit: cover;
	width: 100%;
	margin-left: 0;
	object-position: center;
	height: 54%;
}

.home-header-slider__video-block {
	width: 100%;
	height: 40%;
}

.homepage-hero__headlines-video-container {
	display: flex;
	justify-content: center;
}

.homepage-hero__headlines.video {
	width: 1440px;
}

.optional-homepage-hero__cta-mobile {
	display: none;
	color: #fff;
}

.optional-homepage-hero__cta {
	position: absolute;
	bottom: -8rem;
	right: 2.5rem;
	color: #fff;
}

.homepage-hero__content:after, .feature-link-blocks__inner:after {
	width: calc(( 100vw - 1600px ) / 2 + 32px);
}

@media (max-width: 1440px) {
	.homepage-hero__headlines.video {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.homepage-hero__headlines.video {
		padding-top: 0;
		padding-bottom: 9rem;
	}
}

@media (max-width: 991px) {
	.hero-image__toggle-button {
		top: -7rem;
	}
	
	.homepage-hero__image-container {
		height: 100%;
		width: 100%;
	}
	
	.homepage-hero__image-wrapper {
		height: 350px;
		position: relative;
	}
	
	.home-header-slider__video, .home-header-slider__item-video {
		height: 350px;
	}
	
	.optional-homepage-hero__cta {
		display: none;
	}
	
	.optional-homepage-hero__cta-mobile {
		display: block;
		margin-top: 2rem;
	}
}

@media (max-width: 768px) {
	.homepage-hero__image-wrapper {
		height: 300px;
	}
}

.results-grid--program {
	grid-template-columns: auto auto auto;
	grid-row-gap: 1rem;
}

.results-grid__item.program-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.results-grid__item:nth-of-type(even), .results-grid__item:nth-of-type(odd), .results-grid--program .results-grid__item:nth-of-type(even):after, .results-grid--program .results-grid__item:nth-of-type(odd):after {
	background-color: unset !important;
}

.program-card {
	min-height: 280px;
	margin: 0 1rem;
	padding: 1rem 1rem;
	border-bottom: 4px solid #f3f3f3;
	transition: all .35s;
}

.program-card:hover {
	background-color: #f3f3f3 !important;
}

.results-grid__item-link {
	transition: all .35s !important;
}

.modality-icon {
	margin-right: 1rem;
}

@media (max-width: 992px) {
	.results-grid--program {
		grid-template-columns: auto auto;
	}
}

@media (max-width: 576px) {
	.results-grid--program {
		grid-template-columns: auto;
	}
}

.program__degree-type-container {
	margin-top: -3rem;
	padding: 1rem 0;
	position: relative;
}

.program__degree-type-container:after {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #009bdc;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	transform: translateX(-50%);
}

.program__degree-type-container .select-filterbox__list {
	text-align: center;
}

.program__degree-type-container ul li {
	display: inline-block;
}

.program__degree-type-container .select-filterbox__list li:not(.selected):hover {
	background: unset;
}

.program__degree-type-container .select-filterbox__list > li:hover, .program__degree-type-container .select-filterbox__list > li:focus, .program__degree-type-container .select-filterbox__list > li.is-focused {
	background: unset;
}

.program__degree-type-container .select-filterbox__list li.selected {
	color: #fff;
}

.program__degree-type-container .select-filterbox__list li {
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-left: 30px;
	margin-left: 30px;
}

.program__degree-type-container .select-filterbox__list li .select-filterbox__marker {
	position: absolute;
	left: 0;
	top: 10px;
}

.program__degree-type-container .select-filterbox__list li.selected .select-filterbox__marker {
	background: #002a5c;
}

.program__degree-type-container .select-filterbox__list li.selected .select-filterbox__marker:hover {
	background: #002a5c;
}

.program__degree-type-container .select-filterbox__list li:not(.selected):hover .select-filterbox__marker {
	background: #002a5c;
}

.program__degree-type-container .select-filterbox__selected {
	display: none;
}

.single-page__cta-with-form {
	display: none;
	padding: 3rem 0;
	margin-top: 3rem;
}

@media (min-width: 992px) {
	#site-main > .wysiwyg-with-sidebar .col-lg-3.offset-lg-1.wysiwyg-with-sidebar__form {
		z-index: 29 !important;
		background-color: #fff;
		margin-top: -13.5rem;
		padding: 1rem 3rem;
		border: 1px solid transparent;
		border-left: 1px solid #009bdc;
	}
	
	#site-main > .wysiwyg-with-sidebar ~ .wysiwyg-with-sidebar .col-lg-3.offset-lg-1.wysiwyg-with-sidebar__form {
		z-index: 0;
		background-color: unset;
		margin-top: 0;
		padding: unset;
		border: none;
	}
	
	.single-page__breadcrumbs-cta-with-form {
		display: none;
	}
	
	.single-page__cta-with-form {
		display: block;
	}
}

.wysiwyg-with-sidebar__contact > p ~ p {
	margin-bottom: 0;
}

.additional-contact {
	margin-top: 1rem;
}

.single-page__breadcrumb-container.blog-post {
	background: unset;
	margin-top: 2rem;
}

.single-page__breadcrumb-container.blog-post:before {
	background: unset;
}

.blog-content-no-image-container {
	display: none;
}

.wysiwyg-with-sidebar__sidebar.blog-form .blog-title {
	font-size: 2.5rem;
}

@media (min-width: 992px) {
	.wysiwyg-with-sidebar__sidebar.blog-form {
		background-color: #fff;
		padding: 0 3rem;
		border: 1px solid transparent;
		border-left: 2px solid #009bdc;
	}
	
	.wysiwyg-with-sidebar__sidebar.blog-form .gform_title {
		font-size: 1.25rem;
		font-weight: bold;
		line-height: 1.33;
	}
	
	.wysiwyg-with-sidebar__sidebar.blog-form .blog-title {
		margin-top: 1rem;
		font-size: 1.25rem;
	}
	
	.blog-content-no-image-container {
		margin-top: 4rem;
		display: block;
	}
	
	.single-blog-content-container {
		display: none;
	}
}

.action-navigation {
	z-index: 25;
}

/**
* Landing Page Custom Classnames: 7-30-24
*/
.site-main.landing-page {
	margin-top: -2rem;
}

.landing-page-hero {
	overflow: hidden;
	min-height: 45vh !important;
}

.landing-page-hero .wp-block-cover__image-background {
	object-position: top;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.vw-100 {
	width: 100vw;
}

.vw-50 {
	width: 50vw;
}

.width-fit {
	width: fit-content;
}

.overflow-hidden {
	overflow: hidden;
}

.z-10 {
	z-index: 10;
}

.mt-n1 {
	margin-top: -1rem !important;
}

.mt-n2 {
	margin-top: -2rem !important;
}

.mt-n3 {
	margin-top: -3rem !important;
}

.mt-n4 {
	margin-top: -4rem !important;
}

.mt-n5 {
	margin-top: -5rem !important;
}

.mt-n6 {
	margin-top: -6rem !important;
}

.mt-n7 {
	margin-top: -7rem !important;
}

.mt-n8 {
	margin-top: -8rem !important;
}

.mt-n9 {
	margin-top: -9rem !important;
}

.mt-n10 {
	margin-top: -10rem !important;
}

.ml-n1 {
	margin-left: -1rem;
}

.ml-n2 {
	margin-left: -2rem;
}

.ml-n3 {
	margin-left: -3rem;
}

.ml-n4 {
	margin-left: -4rem;
}

.ml-n5 {
	margin-left: -5rem;
}

.ml-n6 {
	margin-left: -6rem;
}

.ml-n7 {
	margin-left: -7rem;
}

.ml-n8 {
	margin-left: -8rem;
}

.ml-n9 {
	margin-left: -9rem;
}

.ml-n10 {
	margin-left: -10rem;
}

.m-0 {
	margin: 0;
}

.bg-no-pad {
	padding: 3px .25rem !important;
}

.t-n3rem {
	top: -3rem;
}

.t-0 {
	top: 0;
}

.l-10vw {
	left: 10vw;
}

.landing-page-hero .wp-block-columns {
	padding-top: 6rem;
}

.content-bg-to-edge {
	background: #fff !important;
	background: linear-gradient(90deg, #fff 50%, #f7b200 50%) !important;
}

.athens-hero-mb-image {
	display: none;
	position: absolute;
	width: auto;
	height: 100%;
	z-index: -1;
}

.athens-hero-mb-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.athens-hero-mb-image img[src="https://www.athens.edu/wp-content/uploads/2024/07/athens-hero-person.png"] {
	padding-left: 9rem;
}

.athens-hero-mb-image img[src="https://www.athens.edu/wp-content/uploads/2024/08/GradStudent-subject.webp"] {
	padding-left: 9rem;
}

.athens-hero-mb-image.top-right {
	top: 0;
	right: 0;
}

.athens-hero-mb-image.bottom-right {
	bottom: -4rem;
	right: -70px;
	height: 75vw;
}

.landing-page .wp-block-button {
	border-width: 2.4px 2.4px 4px 2.4px;
	border-style: solid;
	border-color: #012169;
}

.landing-page .wp-block-button a {
	border-color: transparent !important;
	background-color: #fff !important;
	padding: .25rem 2rem !important;
	color: #012169 !important;
}

.landing-page .wp-block-button:hover {
	background-color: #012169;
}

.landing-page .wp-block-button:hover a {
	color: #fff !important;
	border-color: transparent !important;
	background-color: #012169 !important;
}

/*--- Connect Gravity Form ---*/
.post-63059 .ui-datepicker-div {
	background-color: #fff !important;
}

.post-63059 #field_43_5 {
	margin-top: 3rem;
}

.post-63059 #form_submit_button_43 {
	width: fit-content !important;
}

.post-63059 #input_43_5 {
	display: flex;
	margin: 0 !important;
}

.post-63059 #input_43_5 .ginput_container_date {
	width: fit-content !important;
}

.post-63059 #input_43_5 .ginput_container_date .has-input {
	width: fit-content !important;
}

@media (min-width: 782px) {
	.vw-50-md {
		width: 50vw;
	}
	
	.overflow-hidden-md {
		overflow: hidden;
	}
	
	.position-relative-md {
		position: relative;
	}
	
	.position-absolute-md {
		position: absolute;
	}
	
	.mt-n1-md {
		margin-top: -1rem !important;
	}
	
	.mt-n2-md {
		margin-top: -2rem !important;
	}
	
	.mt-n3-md {
		margin-top: -3rem !important;
	}
	
	.mt-n4-md {
		margin-top: -4rem !important;
	}
	
	.mt-n5-md {
		margin-top: -5rem !important;
	}
	
	.mt-n6-md {
		margin-top: -6rem !important;
	}
	
	.mt-n7-md {
		margin-top: -7rem !important;
	}
	
	.mt-n8-md {
		margin-top: -8rem !important;
	}
	
	.mt-n9-md {
		margin-top: -9rem !important;
	}
	
	.mt-n10-md {
		margin-top: -10rem !important;
	}
}

@media (max-width: calc(1248px + 1em)) {
	.landing-page-logo {
		left: 0;
	}
}

@media (pointer: none), (pointer: coarse) {
	.landing-page-hero .wp-block-cover__image-background {
		display: none;
	}
	
	.athens-hero-mb-image {
		display: block;
	}
	
	.athens-hero-mb-image img {
		object-fit: contain;
	}
	
	.athens-hero-mb-image.bottom-right {
		right: -20%;
	}
	
	.landing-page-hero {
		background: linear-gradient(129.16deg, #ffb81c 27.56%, #ffd700 92.35%);
	}
}

@media (max-width: 782px) {
	html:has(main.landing-page) {
		margin-top: 1.5rem !important;
	}
	
	.landing-page-hero {
		background: linear-gradient(129.16deg, #ffb81c 27.56%, #ffd700 92.35%);
	}
	
	.landing-page-hero .wp-block-cover__image-background {
		display: none;
	}
	
	.athens-hero-mb-image {
		display: block;
	}
	
	.landing-page-hero h1 {
		font-size: 3.5rem !important;
		width: 76%;
	}
	
	.landing-page-hero .wp-block-columns {
		padding-top: 0;
	}
	
	.landing-page-hero {
		min-height: 100% !important;
		height: 100% !important;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.font-22-md {
		font-size: 22px !important;
		line-height: 1 !important;
	}
	
	.content-bg-to-edge {
		background: #f7b200 !important;
	}
	
	.content-bg-to-edge {
		padding-bottom: 2rem !important;
		padding-top: 2rem !important;
	}
}
