body {
	font-weight: 400 !important;
}
body a {
	font-weight: 800;
}
.cursor-pointer {
	cursor: pointer;
}

@media (min-width: 992px) {
	html.sticky-header-enabled:not(html.sticky-header-active) {
		#header .header-body, 
		.header-container.bg-color-light {
			background-color: transparent !important;
		}
		#header .header-logo {
			position: relative;
			top: 1rem;
			margin: 0;
			padding: 0.75rem 1rem 1.25rem 1rem;
			width: 100% !important;
			height: auto !important;
			background: radial-gradient(350% 50% at bottom, transparent 50%, #ffffff 51%);
		}
		#header .header-logo img {
			margin-bottom: 2rem;
		}
		.header-container .header-nav .nav li > a {
			color: #ffffff !important;
		}
		.header-container .header-nav .nav li > a:hover {
			color: var(--quaternary) !important;
		}
		.dropdown-menu {
			background-color: rgba(25, 44, 62, 0.875);
		}
		#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a {
			background-color: rgba(25, 44, 62, 1) !important;
			color: #ffffff !important;
		}
	}
	section.video, section.overlay {
		margin-top: -108px !important;
	}
}
.slider-scroll-button.bottom-10 {
	bottom: 200px !important;
}

#header .header-top.header-top-default {
	background: var(--darkblue) !important;
	color: #ffffff !important;
}
#header .header-nav-top .nav > li > a [class*="fa-"],
#header .header-nav-top .nav > li > a .icons,
#header .header-nav-top .nav > li > span [class*="fa-"],
#header .header-nav-top .nav > li > span .icons {
	color: rgba(255, 255, 255, 0.6) !important;
}
#header .header-nav-top .nav > li > a [class*="fa-"]:hover,
#header .header-nav-top .nav > li > a .icons:hover,
#header .header-nav-top .nav > li > span [class*="fa-"]:hover,
#header .header-nav-top .nav > li > span .icons:hover {
	color: rgba(255, 255, 255, 1) !important;
}
#header .header-logo img {
	height: 75px !important;
	width: auto !important;
}
.sticky-header-enabled.sticky-header-active #header .header-logo img {
	height: 55px !important;
	width: auto !important;
}
.overlay:before {
	background-image: url(/images/act-center-mark-cropped.svg);
	background-size: auto 60%;
	background-position: center top 9rem;
	background-repeat: no-repeat;
}
@media (max-width: 600px) {
	.overlay:before {
		background-size: 85% auto;
		background-position: center top 7rem;
	}
}

@media (max-width: 991px) {
	section.video {
		height: 600px !important;
	}
	.slider-scroll-button {
		display: none;
	}
}

.section.interior-title {
	height: 350px;
	z-index: 0;
}
.section.interior-title h1 {
	margin-top: 125px;
	margin-bottom: 0;
}
.section.interior-title.overlay:before {
	background-size: auto 67%;
	background-position: center top 6rem;
}
@media (max-width: 991px) {
	.section.interior-title {
		height: 200px;
	}
	.section.interior-title h1 {
		margin-top: 0;
	}
	.section.interior-title.overlay:before {
		background-size: auto 81%;
		background-position: center top 1rem;
	}
}

/*
@media (max-width: 600px) {
	.overlay:before {
		background-size: 85% auto;
		background-position: center top 7rem;
	}
}
*/
.border-radius-act {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-width: 0 !important;
	border-top-width: 0 !important;
	border-bottom-width: 8px !important;
	border-color: var(--quaternary) !important;
	box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1) !important;
	padding-top: 10px !important;
}
.border-radius-act p:first-child:not(.border-radius-act .card-body p:first-child) {
	color: var(--tertiary);
}


.meet-staff .owl-carousel .owl-nav {
	top: 35%;
}
.staff-photo-interior {
	border-top: 8px solid var(--actblue);
	border-bottom: 8px solid var(--actgray);
	width: 250px;
	max-width: 80%;
}
.lead {
	font-weight: 400;
}

div.section-bar i.fas,
div.section-bar i.far {
	display: inline-block;
	padding: 0;
	border: solid 3px rgba(0, 0, 0, 0.05) !important;
	height: 56px;
	width: 56px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: var(--primary) !important;
}

.border-top-custom {
	border-top: solid 10px var(--quaternary);
}
.border-bottom-custom {
	border-bottom: solid 10px var(--quaternary);
}
hr.hr-custom {
    background-color: var(--quaternary);
    border: 4px solid  var(--quaternary);
    border-radius: 0;
    margin-top: 0.5rem;
    margin-left: 0;
    width: 40px;
}
hr.hr-custom.hr-custom-light {
    background-color: #ffffff;
    border: 4px solid  #ffffff;
}
hr.hr-custom.text-center {
	margin-left: auto;
	margin-right: auto;
}
html .text-color-green, html .text-green {
	color: var(--quaternary);
}
html .text-color-darkblue, html .text-darkblue {
	color: var(--darkblue);
}
html .text-color-medblue, html .text-medblue {
	color: var(--medblue);
}
html .text-color-primary, html .text-primary {
	color: var(--primary);
}
html .text-color-lightblue, html .text-lightblue {
	color: var(--tertiary);
}

html .font-weight-500 {
	font-weight: 500;
}
html .font-weight-600 {
	font-weight: 600;
}
html .font-weight-700 {
	font-weight: 700;
}
html .font-weight-800,
.font-weight-bold {
	font-weight: 800 !important;
}

.scroll-to-top {
	color: #ffffff !important;
}
.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {
	top: 3px !important;
}

@media (max-width: 991px) {
	.text-14 {
		font-size: 3.5em !important;
	}
	.text-5 {
		font-size: 1.3em !important;
	}
}

@media (max-width: 575px) {
	.text-14 {
		font-size: 3em !important;
	}
	.text-12 {
		font-size: 3em !important;
	}
	.text-5 {
		font-size: 1.2em !important;
	}
}




