/*
Theme Name:   Divi Child
Theme URI:    https://hwrdesign.com/
Description:  Marmion Divi Child Theme
Author:       Hayden Roberts
Author URI:   https://hwrdesign.com/
Template:     Divi
Version:      1.0.0
*/

/*** GENERAL ***/
:root {
	--header-height: 125px;
	--mobile-header-height: 90px;
	--red: #BE1F24;
	--blue: #133c8b;
}

li::marker {
	color: #BE1F24 !important;
}

/** Flex Align **/
.align-center {
	align-self: center;
}

.white-marker li::marker {
	color: #fff !important;
}

/** Typography **/
h1 {
	font-size: clamp(2.6rem, 7vw, 3rem);
}

.hero--inner__heading h1 {
	font-size: clamp(2.6rem, 7vw, 4.5rem);
}

h2 {
	font-size: clamp(2.2rem, 6vw, 3rem);
}

/** Gravity Forms **/
.gform-theme--foundation .gform_fields {
	gap: 20px !important;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper input, .gform_wrapper textarea {
	border: 1px solid #737C8666 !important;
	box-shadow: none !important;
}

.gform-footer .gform_button {
	background: var(--red) !important;
	width: 100% !important;
	text-transform: uppercase !important;
	border-radius: 0px !important;
	font-weight: 700 !important;
}

/** Events Calendar **/
.tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.tribe-common-c-btn {
	background-color: #BE1F24 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	min-height: unset !important;
}

/** Header Nav Adjustment **/
.header .sub-menu {
	transition: 0s !important;
}

.header .et-menu li li.menu-item-has-children>a:first-child:after {
	right: -20px;
}

/** Search Bar **/
.et_pb_menu__search-form {
	background: #fff;
	padding: 0px 10px;
}

/** Change Header nav breakpoint **/
@media (max-width: 1280px) {
	/* Hide desktop menu & show hamburger */
	.et_pb_menu .et_pb_menu__menu,
	.et_pb_menu .et_pb_fullwidth_menu .et_pb_menu__menu {
		display: none !important;
	}
	.et_pb_menu .et_mobile_nav_menu,
	.et_pb_menu .et_pb_menu__wrap .et_pb_menu__toggle {
		display: block !important;
		visibility: visible;
		opacity: 1;
	}

	/* Make the wrapper respect mobile layout */
	.et_pb_menu .et_pb_menu__wrap {
		align-items: center;
	}

	.header__nav .et_mobile_menu li {
		padding-left: 0px;
		list-style-type: none;
	}

	.header__nav .et_mobile_menu{
		padding: 5%;
		list-style-type: none;
	}
}

@media (min-width: 1281px) {
	/* Ensure desktop menu shows above your custom breakpoint */
	.et_pb_menu .et_pb_menu__menu {
		display: flex !important;
	}
	.et_pb_menu .et_mobile_nav_menu,
	.et_pb_menu .et_pb_menu__wrap .et_pb_menu__toggle {
		display: none !important;
	}
}

/** Mobile Menu Collapse **/
/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 50%;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}

/*Keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}

/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}

/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: end;
	opacity: 1;
}

/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #000000;
	background: #f0f3f6;
	padding: 3px;
}

/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}

/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
	position: relative;
	display: block;
	line-height: 0;
}


/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

/**************************/


/** Main Hero **/
/* Gradient overlay for Fullwidth Slider */
.hero-slider.et_pb_slider .et_pb_slide {
	position: relative; 
	overflow: hidden;
}

.hero-slider.et_pb_slider .et_pb_slide::before {
	content: "";
	position: absolute;
	inset: 0; 
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(19,60,139,0.85) 0%,
		rgba(19,60,139,0.85) 100%
	);
	pointer-events: none; /* don’t block clicks on buttons */
}

.hero-slider .et_pb_slide_description {
	position: relative;
	z-index: 2;
}

.hero-slider .section__subheading {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 0px;
	letter-spacing: 1px;
}

.hero-slider .hero-slider__btn {
	padding: 14px 40px !important;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Augustine Bold', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.hero-slider .hero-slider__btn:after {
	font-size: 14px;
}

.hero-slider .hero-slider__btn:after{
	top: 50%;
	transform: translateY(-50%);
	margin-left: 5px;
}

.hero-slider .hero-slider__btn:first-of-type {
	margin-right: 15px !important;
}

body #page-container .et_pb_section .hero-slider .hero-slider__btn.first-btn {
	background: #be1f24 !important;
	border: 1px solid #be1f24;
	color: #fff;
}

body #page-container .et_pb_section .hero-slider .hero-slider__btn.second-btn {
	background: transparent !important;
	border: 1px solid #fff !important;
	color: #fff
}

.hero-slider .et_pb_slide_description {
	max-width: 750px;
	width: 100%;
	margin-left: 0px;
}

.hero-slider .et_pb_slide_content {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.hero-slider .et_pb_slide {
	padding-top: 0px !important;
	min-height: 95vh !important;
}

@media screen and (max-width: 750px) {
	.hero-slider .et_pb_slide {
		padding-top: 60px !important;
		min-height: unset !important;
	}

	.hero-slider .hero-slider__btn:first-of-type {
		margin-bottom: 10px;
	}

	.hero-slider .hero-slider__btn {
		display: block !important;
		width: max-content;
	}
}

/** Vertical dot navigation on the left **/
.hero-slider .et-pb-controllers {
	position: absolute;
	left: calc(50% - 675px);            
	top: calc(var(--header-height) + 50%);
	transform: translateY(-50%);
	right: auto;
	width: auto;
	z-index: 9;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	margin: 0;
}

.hero-slider .et-pb-controllers a {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 0px !important;
	border: 2px solid rgba(255,255,255,.7);
	background: transparent;
	transform: rotate(45deg); 
	transition: all 0.3s ease;
	text-indent: -9999px; 
}

.hero-slider .et-pb-controllers a:hover {
	border-color: #fff;
}

.hero-slider .et-pb-controllers a.et-pb-active-control {
	background: #be1f24;
	border-color: #be1f24;
}

.hero-slider .et-pb-controllers li {
	display: block;
	margin: 0;
	list-style: none;
}
.hero-slider .et-pb-controllers a {
	display: block;
	width: 10px; height: 10px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.6);
	background: transparent;
	text-indent: -9999px; 
}
.hero-slider .et-pb-controllers .et-pb-active-control a {
	background: #fff;
	border-color: #fff;
}

@media screen and (max-width: 767px) {
	.hero-slider .et-pb-controllers {
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		top: unset;
		flex-direction: row;
	}	
}


/** Hero Inner Pages **/
.hero--inner__crest {
	bottom: 0px !important;
}

.hero--inner__crest img {
	height: 400px;
}

@media screen and (max-width: 767px) {
	.hero--inner__crest img {
		height: 200px;
	}
}


/** Header **/
.header {
	height: var(--header-height);
	align-items: center;
	display: flex;
}

@media screen and (max-width: 767px) {
	.header {
		height: var(--mobile-header-height) !important;
	}
}

.et_pb_section_0_tb_header.header.scrolled {
	background: #133c8b !important;
	box-shadow: 0 2px 30px -5px rgba(0,0,0,0.2);
}

#header.header .et_pb_menu__wrap {
	justify-content: flex-end !important;
}

.header .header__btn a {
	color: #FFFFFF !important;
	border-width: 1px !important;
	border-color: #BE1F24;
	border-radius: 0px;
	font-size: 14px;
	font-family: 'Augustine Bold', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	background-color: #BE1F24;
	height: max-content;
	margin: auto;
	padding: 14px 40px !important;
}

.header .menu-item a {
	opacity: 1;
}

.header .sub-menu .menu-item:not(.header__btn) > a:before {
	display: none;
}

@media screen and (min-width:1280px) {
	.header .menu-item:not(.header__btn) > a:before {
		-webkit-transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out;
		position: absolute;
		display: block;
		bottom: -6px;
		left: 0;
		width: 100%;
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		border-top: 2px solid #BE1F24;
		content: "";
		padding-bottom: inherit;
		transform-origin: right;
	}
}

.header .menu-item:hover > a:before {
	transform-origin: left;
	transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.header .menu-item.current_page_item a:before {
	transform-origin: left;
	transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.header__nav .nav li ul {
	width: 350px;
}

.et-menu li li a, .et-menu li li {
	width: 100%;
}

/** Page Hero Section **/
.hero {
	padding-top: calc(60px + var(--header-height)) !important;
	min-height: 75vh;
}

.hero--inner {
	padding-top: calc(120px + var(--header-height)) !important;
	padding-bottom: 120px !important;
}

@media screen and (max-width: 767px) {
	.hero {
		padding-top: calc(50px + var(--mobile-header-height)) !important;
		min-height: unset;
	}

	.hero--inner {
		padding-top: calc(40px + var(--mobile-header-height)) !important;
		padding-bottom: 40px !important;
	}
}

/** Section Lines **/
.section__line--bottom.et_pb_section {
	position: relative;
	padding-bottom: 120px;
}

.section__line--bottom:before {
	content: '';
	position: absolute;
	height: 60px;
	width: 2px;
	background: #BE1F24;
	bottom: 0px;
	right: 50%;
	transform: translate(-50%, 0%);
}

.section__line--top.et_pb_section {
	position: relative;
	padding-top: 80px;
}

.section__line--top:after {
	content: '';
	position: absolute;
	height: 60px;
	width: 2px;
	background: #BE1F24;
	top: 0px;
	right: 50%;
	transform: translate(-50%, 0%);
}

/** Section Subheading **/
.section__subheading h3, .section__subheading h4{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 0px;
	letter-spacing: 1px;
}

.section__subheading {
	display: flex;
	align-items: center;
	gap: 24px;
}

.section__subheading:before {
	content: '';
	display: inline-flex;
	position: relative;
	height: 2px;
	width: 40px;
	background: #BE1F24;
}

.section__subheading--white:before {
	content: '';
	display: inline-flex;
	position: relative;
	height: 2px;
	width: 40px;
	background: #fff !important;
}

/** Column Reverse Small Screens **/
@media screen and (max-width: 767px) {
	.col-reverse-sm {
		display: flex !important;
		flex-direction: column-reverse !important;
	}

	.col-reverse-sm .et_pb_column:nth-child(1) {
		margin-bottom: 0px !important;
	}

	.col-reverse-sm .et_pb_column:nth-child(2) {
		margin-bottom: 30px !important;
	}
}

/** Pillars Blurbs **/
.pillars__blurb {
	display: flex;
	align-items: center;
}

/** Full Height Image **/
.full-height-img, .full-height-img .et_pb_image_wrap {
	height: 100%;
}

.full-height-img img {
	height: 100%;
	object-fit: cover;
}

.img--left-aligned img {
	object-position: left;
}

.img--right-aligned img {
	object-position: right;
}

/*** 3 Col Home Events **/
.home-events .tribe-common-g-row {
	gap: 20px;
	flex-wrap: nowrap;
	margin: 0px !important;
}

@media screen and (max-width: 767px) {
	.home-events .tribe-common-g-row {
		flex-direction: column;
	}
	
	.home-events .tribe-common-g-col {
		width: 100%;
	}
}

.home-events .tribe_events {
	position: relative;
	padding: 0px !important;
}

.home-events .tribe-common-l-container {
	padding: 0px !important;
}

.home-events .tribe-events-pro-photo__event-date-tag {
	position: absolute;
    top: 10px;
    left: 10px;
	background: #BE1F24;
	padding: 5px;
	margin: 0px !important;
    width: auto !important;
    height: auto;
    padding: 8px 15px;
}

.home-events .tribe-events-pro-photo__event-date-tag-daynum {
	color: #fff !important;
}

.home-events .tribe-events-pro-photo__event-date-tag-month {
	color: #fff !important;
}

/** 3 Col Blog **/
.blog .et_pb_post {
	padding: 35px;
	background: #fff;
	border: none;
	transition: all .3s ease-in-out;
}

.blog .et_pb_post:hover {
	background: #133c8b;
}

.blog .et_pb_post:hover > .entry-title, .blog .et_pb_post:hover > .post-content p {
	color: #fff !important;
}

.blog .et_pb_image_container {
	margin: 0px;
}

.blog .more-link {
	text-transform: uppercase;
	font-weight: bold;
	color: #be1f24;
}

/** Inline Buttons **/
.inline-buttons .et_pb_button_module_wrapper {
	display: inline-block;
}

@media screen and (max-width: 400px) {
	.inline-buttons .et_pb_button_module_wrapper {
		display: block;
	}
}

/** Spirituatlity Award Recipients **/
.award-recipients {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.award-item {
	width: calc(100% / 4 - 20px);
	text-align: center;
}
.award-item img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.award-item .award-item__name {
	color: #fff;
}

.award-item .award-item__description {
	color: #fff;
}

@media screen and (max-width: 100px) {
	.award-item {
		width: calc(100% / 2 - 20px);
	}
}


@media screen and (max-width: 767px) {
	.award-item {
		width: 100%;
	}
}

/** Leadership **/
.admin__team {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.admin__team-member {
	width: calc(100% / 4 - 30px);
}

.admin__team-member .et_pb_main_blurb_image {
	width: 100%;
}

.admin__team-member img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

@media screen and (max-width: 1000px) {
	.admin__team-member {
		width: calc(100% / 3 - 30px);
	}
	
	.admin__team-member img {
		height: 350px;
	}
}

@media screen and (max-width: 767px) {
	.admin__team-member {
		width: calc(100% / 2 - 30px);
	}
	
	.admin__team-member img {
		height: 250px;
	}
}

/** Hall of Fame - Athletics **/
.hof {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 30px;
}

.hof__honor {
	width: calc(100% / 4 - 30px);
}

.hof__honor .et_pb_main_blurb_image, .hof__honor img {
	width: 100% !important;
}

@media screen and (max-width: 767px) {
	.hof__honor {
		width: calc(100% / 2 - 30px);
	}
}

@media screen and (max-width: 450px) {
	.hof__honor {
		width: 100%;
	}
}

/** News **/
.blog__posts article {
	padding: 0px;
	display: flex;
	flex-direction: column;
}

.blog__posts .et_pb_image_container {
	margin: 0px !important;
	order: 1;
}

.blog__posts .entry-featured-image-url {
	margin-bottom: 15px;
}

.blog__posts .post-meta {
	order: 2;
}

.blog__posts .entry-title {
	order: 3;
}

.blog__posts .post-content {
	order: 4;
}

.blog__posts article .post-content-inner {
	margin-bottom: 25px;
}

.blog__posts article .more-link {
	color: #133c8b;
	font-size: 14px;
	border: 1px solid #133c8b;
	font-family: 'Augustine Bold', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	background-color: #fff;
	padding: 14px 40px;
	transition: .3s all ease-in-out;
}

.blog__posts article .more-link:hover {
	background: #133c8b;
	color: #fff;
}

/** Blog Category Icons **/
.cat-icon {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.cat-icon.fa,
.cat-icon.et-pb-icon {
	font-size: 14px;
	color: #ff6600; /* adjust */
}

/*** About Us Timeline ***/
.history-timeline .tmdivi-content {
  box-shadow: none !important;
  margin-top: -50px;
}

.history-timeline .tmdivi-arrow {
  display: none;
}


.history-timeline .tmdivi-media {
  order: 1 !important;
}

.history-timeline .tmdivi-media img {
  border-radius: 100px;
  object-fit: cover;
  width: 150px;
  height: 150px;
}

.history-timeline .tmdivi-description {
  max-width: 200px;
  width: 100%;
}

.history-timeline .tmdivi-title {
  order: 2 !important;
  margin: 0px;
}

.history-timeline .tmdivi-story-left .tmdivi-content {
  justify-self: flex-start !important;
  margin-left: auto
}

@media screen and (max-width:767px) {
	.history-timeline .tmdivi-story-left .tmdivi-content {
		justify-self: unset !important;
	}
}

/* ========= Trending Posts (sidebar) ========= */
:root{
	--tp-heading: #0a2c66;   /* deep blue like screenshot */
	--tp-link:    #123a86;   /* title link */
	--tp-link-h:  #0e2f6a;   /* hover */
	--tp-date:    #6e7891;   /* muted gray-blue */
	--tp-border:  #e6ebf5;
}

.trending-posts{
	font-family: var(--font-sans, "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif);
}

.trending-posts__heading{
	margin: 0 0 1rem;
	font-size: 1.375rem;     /* ~22px */
	line-height: 1.2;
	color: var(--tp-heading);
	letter-spacing: .2px;
	font-weight: 700;
}

/* list + items */
.trending-posts__list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;            /* vertical spacing between items */
}

.trending-posts__item{
	display: flex;
	gap: 20px;
	align-items: center;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--tp-border);
}

.trending-posts__item:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

/* thumbnail */
.trending-posts__thumb{
	display: block;
	width: 125px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.trending-posts__thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .25s ease;
}
.trending-posts__thumb:hover img{
	transform: scale(1.03);
}

/* meta */
.trending-posts__meta{
	display: grid;
	gap: .35rem;
}

.trending-posts__date{
	display: block;
	font-size: .85rem;
	color: var(--tp-date);
	letter-spacing: .2px;
}

/* title link */
.trending-posts__title{
	display: -webkit-box;
	-webkit-line-clamp: 2;   /* clamp to two lines like the screenshot */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: calc(1.35em * 2);
	line-height: 1.35;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--tp-link);
	text-decoration: none;
}
.trending-posts__title:hover{
	color: var(--tp-link-h);
	text-decoration: underline;
}

/* compact mode on very narrow sidebars */
@media (max-width: 480px){
	.trending-posts__item{
		grid-template-columns: 96px 1fr;
		gap: .75rem;
	}

	.trending-posts__thumb { 
		width: 100px; 
	}

	.trending-posts__heading { 
		font-size: 1.25rem; 
	}
}



/** Marquee Slider **/
.marquee-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* default fallbacks (overridden by JS) */
	--marquee-distance: 1000px;
	--marquee-duration: 20s;
}

/* The moving track */
.marquee-slider__track {
	display: flex;
	column-gap: 2rem;            /* space between logos */
	width: max-content;          /* prevents flex from shrinking the row */
	animation: marquee linear infinite;
	animation-duration: var(--marquee-duration);
	will-change: transform;
}

/* Logos */
.marquee-slider__img {
	height: 80px;                /* adjust to taste or make responsive */
	width: auto;
	flex-shrink: 0;
	object-fit: contain;
	display: block;              /* avoids inline-img whitespace quirks */
}

/* Pause on hover (optional) */
/* .marquee-slider:hover .marquee-slider__track {
animation-play-state: paused;
} */

/* The actual motion */
@keyframes marquee {
	from { transform: translate3d(0,0,0); }
	to   { transform: translate3d(calc(-1 * var(--marquee-distance)), 0, 0); }
}

.marquee-slider__img .et_pb_image_wrap, .marquee-slider__img .et_pb_image_wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


/** Events Page **/
.tribe-events-page-template.et-db #et-boc .et-l .et_pb_section_0_tb_header.et_pb_section {
	background: #133c8b !important;
	background-color: #133c8b !important;
}

.tribe-events-page-template #et-main-area {
	padding-top: var(--header-height);
}


/*** Faculty Directory ***/
.faculty-directory { 
	--gap: 28px; 
	margin: 0 auto; 
}

.faculty-directory.is-loading { 
	opacity:.6; 
	pointer-events:none; 
}

.faculty-directory__toolbar {
	display:flex;
	gap:var(--gap);
	align-items:stretch;
	flex-wrap: nowrap;
	margin:0 0 24px
}

@media screen and (max-width: 767px) {
	.faculty-directory__toolbar {
		flex-wrap: wrap;
	}
}

.faculty-directory__select select {
	padding:12px 14px;
	border: 1px solid #737C86;
	font-family: 'Augustine Bold', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #212121;
	height: 100%;
}

.faculty-directory__search {
	min-width:260px;
	width: 100%;
	padding:5px 5px 5px 14px;
	border: 1px solid #737C86;
	font-family: 'Augustine Bold', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	display:flex;
	gap:8px
}

.faculty-directory__search input {
	padding:0px;
	width: 100%;
	border:none;
	color: #212121;
}

.faculty-directory__search button {
	padding: 12px 16px;
	font-family: 'Augustine Bold', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	background: #133B8A;
	color: #fff;
	border: none !important;
}

.faculty-directory__search button:hover {
	cursor: pointer;
}

.faculty-directory__alphabet {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	justify-content:center;
	align-items: center;
	margin:40px 0px;
}

.faculty-directory__alphabet .alpha {
	background:none;
	border:none;
	font-weight:700;
	letter-spacing:.08em;
	cursor:pointer;
	font-family: 'Augustine Bold',Helvetica,Arial,Lucida,sans-serif;
	color: #BE1F24;
	padding: 5px;
	border-radius: 100px;
	font-size: 18px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faculty-directory__alphabet .alpha:last-child {
	padding: 5px 15px;
	width: auto;
	height: auto;
	background: #133B8A !important;
	color: #fff;
	border-radius: 0px;
}

.faculty-directory__alphabet .alpha.is-active {
	background: rgba(175, 31, 44, 0.2);
}

.faculty-directory__grid {
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:32px
}

@media screen and (max-width:1024px) {
	.faculty-directory__grid {
		grid-template-columns:repeat(2,1fr)
	}
}

@media screen and (max-width:640px) {
	.faculty-directory__grid {
		grid-template-columns: 1fr;
	}
}

.faculty-card {
	background:#E9ECEF;
	padding:28px;
	text-align:center;
	display:flex;
	flex-direction:column;
	gap:12px
}

.faculty-card__img {
	width:120px;
	height:120px;
	object-fit:cover;
	border-radius:50%;
	margin:0 auto 8px;
	display:block;
}

.faculty-card__name {
	font-weight:800;
	color:#be1f24;
	margin:4px 0;
}

.faculty-card__role {
	font-weight:700;
	color:#173c8b;
	line-height:1.3;
}

.faculty-card__hr {
	height: 2px;
	background: #be1f24;
	width: 100%;
	margin: 10px 0px;
}

.faculty-card__email {
	padding-bottom: 0px;
}

.faculty-card__email a {
	text-decoration: underline;
	color: #737C86;
}

.faculty-card__phone {
	color: #737C86;
}

.faculty-directory__empty {
	margin-top:12px;
	text-align:center;
}

.sr-only {
	position:absolute;
	left:-9999px
}

/*** Resources ***/
.resources__col {
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
}

.resources__blurb {
	width: calc(100% / 4 - 35px);
	margin: 0px !important;
}

@media screen and (max-width: 767px) {
	.resources__blurb {
		width: calc(100% / 2 - 35px);
	}
}

@media screen and (max-width: 500px) {
	.resources__blurb {
		width: 100%;
	}
}

/*** Events ***/
.tribe-events-page-template.et-db #et-boc .et-l .et_pb_section_0_tb_header.et_pb_section {
	background: transparent !important;
	z-index: 9999;
}

.tribe-events-page-template.et-db #et-boc .et-l .et_pb_section_0_tb_header.et_pb_section.scrolled {
	background: #133c8b !important;
}

.tribe-events-page-template #et-main-area {
	padding-top: 0px !important;
}

.tribe-filter-bar {
	z-index: 1 !important;
}

.events-hero {
	background-image: linear-gradient(90deg,#0a2863 0%,#133c8b 60%)!important;
}

.events-hero .hero--inner {
	z-index: 1;
}

.events-newsletter {
	z-index: 1;
	position: relative;
}