DIV.gt-page-body {
		padding:0px;
		min-width: 100%;
}

body.page .entry-header {
	display: none;
}

.et-db #et-boc .et-l .et_pb_section .et_pb_row:not(.et_pb_row_0_tb_body):not(.gt-banner-row) {
	padding-left: 50px;
	padding-right: 50px;
}

/* Style sidebar menu on homepage */
.success-sidebar-menu ul {
		padding: 0 !important;
		margin: 0 !important;
}

.success-sidebar-menu ul li {
		list-style: none !important;
		padding: 15px 5px !important;
		border-bottom: 1px solid var(--gt-light-grey) !important;
}

.success-sidebar-menu ul li:last-child {
		border-bottom: none !important;
}

.success-sidebar-menu ul li a {
		color: var(--gtweb-navy-blue) !important;
}

li.current-page {
		background-color: #e5eaee !important;
}
/*-------------------------------*/




/* BEGIN: CTA Blocks */
.gt-cta {
		background-color: #e5eaee !important;
		padding: 48px !important;
		width: 100%;
		max-width: 405px;
}

.gt-cta img {
		margin-bottom: 25px !important;
}

.gt-cta-img-wrap img {
		margin-bottom: 0 !important;
		aspect-ratio: 3/2;
		object-fit: cover;
}

.gt-cta .gt-cta-img-wrap {
		display: flex;
		gap: 40px;
}

/* Vertical layout */
.gt-cta {
		padding: 30px 30px 40px 30px !important;
}

.gt-cta .gt-cta-img-wrap {
		flex-direction: column;
		gap: 20px;
}

.gt-cta .gt-cta-img-wrap img {
		width: 100%;
}
/* ------------------- */

.gt-cta h3 {
		font-family: "Roboto Slab";
		color: var(--gtweb-navy-blue) !important;
		margin-bottom: 10px !important;
}

.gt-cta p {
		margin-bottom: 25px !important;
}

.gt-cta-wrap {
		display: flex;
		gap: 30px !important;
		justify-content: center;
}

@media only screen and (max-width: 980px) {
		.gt-cta-wrap {
				flex-direction: column;
		}
		
		.gt-cta {
				max-width: 500px;
				margin-left: auto !important;
				margin-right: auto !important;
		}
}
/* END: CTA Blocks */



/* BEGIN: GT Buttons */

.gt-btn {
		display: inline-block;
		color: var(--gt-black) !important;
		font-size: 1rem;
		background-color: #a4925a !important;
		border: 2px solid #a4925a !important;
		padding: 12px 8px !important;
		transition: 0.2s all ease-in-out !important;
		border-radius: 2px !important;
}

.gt-btn:hover {
		background-color: rgba(0,0,0,0) !important;
		color: #a4925a !important;
}

.gt-btn-wrap {
		display: flex;
		justify-content: space-between
}

.gt-btn-wrap br {
		display: none; /* Cross-browser compatibility */
}

.gt-btn-wrap .gt-btn-blue {
		width: 30%;
		display: flex;
		justify-content: center;
		align-items: center;
}

@media only screen and (max-width: 600px) {
		.gt-btn-wrap {
				flex-direction: column;
				gap: 25px;
				margin-bottom: 50px !important;
		}
		
		.gt-btn-wrap .gt-btn-blue {
				width: 100%;
		}
}

.gt-btn-blue {
		color: white !important;
		background-color: #003057 !important;
		border: 2px solid #003057 !important;
		font-size: 24px;
		padding: 20px 30px !important;
		line-height: 1.2 !important;
		transition: all 0.2s ease-in-out !important;
}

.gt-btn-blue:hover {
		
		background-color: transparent !important;
		color: #003057 !important;
}

/* END: GT Buttons */




/* BEGIN: Homepage banner image */

.gt-banner-image img {
		display: block !important;
		width: 100%;
}

.gt-banner-row.gt-small-banner .gt-banner-image img {
		max-height: 500px;
		object-fit: cover;
}

.gt-banner-text {
		margin-bottom: 10px !important;
}

.gt-btn {
		color: var(--gt-black) !important;
		font-size: 1rem;
		background-color: #a4925a !important;
		border: 2px solid #a4925a !important;
		padding: 12px 8px !important;
		transition: 0.2s all ease-in-out !important;
		border-radius: 2px !important;
}

.gt-btn:hover {
		background-color: rgba(0,0,0,0) !important;
		color: #a4925a !important;
}

@media only screen and (max-width: 980px) {
		.gt-banner-image {
				right: 0;
		}
		.gt-banner-image img {
				width: 100%;
		}
		
		.gt-banner-text-wrap {
				margin-top: 50px !important;
				margin-bottom: 50px !important;
		}
}

/* END: Homepage banner image */



/* BEGIN: Featured item block */

.gt-featured-item {
		display: flex;
		gap: 50px;
}

.gt-featured-item-img-wrap {
		flex-basis: 250px;
		flex-shrink: 0;
}

/* END: Featured item block */



/* BEGIN: Breadcrumbs on department pages */

ul.asa-breadcrumbs {
		display: flex;
		margin: 0 !important;
		padding-left: 0 !important;
}

ul.asa-breadcrumbs li {
		list-style: none !important;
}

ul.asa-breadcrumbs li::after {
		content: "/";
}

ul.asa-breadcrumbs li:last-child::after {
		content: "";
}

ul.asa-breadcrumbs li:first-child a {
		padding-left: 0 !important;
}

ul.asa-breadcrumbs li a:hover {
		color: var(--gtweb-linkhover-blue) !important;
}

ul.asa-breadcrumbs li a {
		font-size: 14px;
		color: var(--gtweb-link-blue) !important;
		padding: 0 15px !important;
		transition: 0.2s all ease-in-out !important;
}

/* END: Breadcrumbs on depatment pages */




/* BEGIN: ASA Staff page */

.asa-staff-member a {
		color: var(--gtweb-link-blue) !important;
}

.asa-staff-member a:hover {
		color: var(--gtweb-linkhover-blue) !important;
}

.asa-staff-member i {
		color: var(--gt-gold);
}

.asa-staff-email {
		text-indent: -22px;
		position: relative;
		left: 22px;
		padding-bottom: 7px !important;
}

.asa-staff-email::before {
		font-family: "FontAwesome";
		content: "\f0e0";
		color: var(--gt-gold);
		margin-right: 5px;
}

.asa-staff-phone::before {
		font-family: "FontAwesome";
		content: "\f095";
		color: var(--gt-gold);
		margin-right: 5px;
}

.asa-staff-title {
		padding-bottom: 5px !important;
}

/* END: ASA Staff page */

.asa-body-text ul li {
		margin-bottom: 10px !important;
}

.asa-program-links {
		display: flex;
		justify-content: space-between;
		gap: 2%;
}

.asa-program-links a {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 80px;
		text-align: center !important;
}






/* BEGIN: Sitewide Banner Notice */

.clough-close-notice .close-notice-btn {
		cursor: pointer;
}

.clough-close-notice {
		position: absolute !important;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		color: white !important;
		font-size: 18px;
}

@media only screen and (max-width: 767px) {
		.clough-notice-section .header-content {
				margin: 0 !important;
		}
}

/* END: Sitewide Banner Notice */








/* BEGIN: Success Series page */

.success-series-row {
		width: 90% !important;
}

.success-series-event .time-title-wrap {
		display: flex;
		align-items: center;
		margin-bottom: 25px !important;
}

.success-series-event .time-title-wrap time {
		display: inline-block;
		font-weight: 700;
		font-size: 16px;
		color: var(--gtweb-navy-blue);
		margin-right: 0 !important;
		padding-right: 20px;
		padding: 10px 20px 10px 0;
		border-right: 1px solid #ccc;
		white-space: nowrap;
}

.success-series-event .time-title-wrap h3 {
		padding-bottom: 0 !important;
		padding-left: 20px !important;
		color: var(--gt-tech-gold) !important;
		font-weight: 700 !important;
}

.success-series-event {
		display: flex;
		align-items: center;
		gap: 50px;
		border-bottom: 1px solid #ccc !important;
		padding-bottom: 50px !important;
}

.success-series-row:last-child .success-series-event {
		border-bottom: 0 !important;
}

.success-series-event p {
		font-size: 16px !important;
		line-height: 1.5em;
}

.success-series-event a {
		color: var(--gtweb-link-blue) !important;
}

.multiple-instructors-wrap {
		display: flex;
		flex-direction: column;
		flex-basis: 350px;
		flex-shrink: 0;
		gap: 25px;
}

.multiple-instructors-wrap > .instructor-wrap {
		flex-basis: 0;
}

.instructor-wrap {
		display: flex;
		align-items: center;
		flex-basis: 350px;
		flex-shrink: 0;
}

.instructor-wrap > p {
		width: 45%;
		flex-shrink: 0;
}

.instructor-wrap img {
		width: 45%;
		flex-shrink: 0;
}

.et-db #et-boc .et-l .instructor-wrap p.instructor-name {
		color: #b3a369 !important;
		font-weight: 700;
		font-size: 1rem;
}

.et-db #et-boc .et-l .instructor-wrap p.instructor-title {
		font-weight: 700;
}

.et-db #et-boc .et-l .instructor-wrap p {
		padding-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
		.success-series-event {
				flex-direction: column;
		}
		
		.success-series-event .instructor-wrap {
				flex-basis: 0px;
		}
}

/* END: Success Series page */






/* BEGIN: RCI page */

.rci-wrap {
		display: flex;
		gap: 25px;
}

.rci-wrap .rci-cta {
		border: 1px solid #ccc !important;
		width: 50%;
		flex-shrink: none;
}

.rci-wrap .rci-cta img {
		width: 100%;
		height: 300px !important;
		object-fit: cover;
}

.rci-wrap .rci-cta .rci-inner-cta {
		padding: 25px !important;
}

/* END: RCI page */



/* BEGIN: Past Advising Awardees page */

.year-awards {
  display: flex;
	border-bottom: 1px solid #ccc !important;
		margin-bottom: 50px !important;
		padding-bottom: 50px !important;
		margin-left: 25px !important;
		margin-right: 25px !important;
}

.year-awards > div {
  width: 50% !important;
  text-align: center !important;
}

.year-awards p {
  font-size: 20px !important;
}

.year-awards img {
  max-width: 250px !important;
}

h3.year-awards-h3 {
  font-size: 32px !important;
		margin-left: 25px !important;
}

.year-awards h4 {
  font-size: 24px !important;
}

@media only screen and (max-width: 767px) {
		.year-awards {
				flex-direction: column;
		}
		
		.year-awards > div {
				width: 100% !important;
		}
		
		.year-awards > div:first-child {
				margin-bottom: 50px !important;
		}
}

/* END: Past Advising Awardees page */