
	/* Utility Classes - Text Center, Padding, Margin, etc. */
	.u-text-center {
		text-align: center;
	}

	.u-max-width--1180 {
		max-width: 1180px;
	}

	.u-max-width--980 {
		max-width: 980px;
		margin: 0 auto;
	}


	.p-5 {
		padding: 20px;
	}

	.p-8 {
		padding: 30px;
	}

	.mt-5 {
		margin-top: 20px;
	}

	.pr-5 {
		Padding-right: 20px;
	}

	.m-5 {
		Margin: 20px;
	}

	.my-5 {
		Margin-top: 20px;
	}

	.my-8 {
		Margin-top: 20px;
	}


	.p-4 {
		padding: 16px;
	}

	.text-xl {
		font-size: 20px;
	}

	.text-white {
		color: rgb(255 255 255);
	}

	.m-auto {
		margin: 0 auto;
	}

	.min-h-450 {
		min-height: 450px;
	}

	.min-h-550 {
		min-height: 550px;
	}

	.flex {
		Display: flex;
	}

	.self-center {
		Align-self: center;
	}

	.pointer-events-none {
		Pointer-events: none;
	}

	h1.u-heading-underline--campus-green::after {
		width: 80px;
		height: 2px;
		background-color: #1e6b52 !important;
		position: absolute;
		top: 40px;
		left: 50%;
		content: '';
		transform: translatex(-50%);
		margin-top: 5px;
	}

	h1.u-heading-underline--campus-green-modified::after {
		width: 80px;
		height: 2px;
		background-color: #1e6b52 !important;
		position: absolute;
		top: 40px;
		left: 50%;
		content: '';
		transform: translatex(-50%);
		margin-top: 15px;
	}

	h1.u-heading-underline--campus-green-modified-subpage::after {
		width: 80px;
		height: 2px;
		background-color: #1e6b52 !important;
		position: absolute;
		top: 40px;
		left: 50%;
		content: '';
		transform: translatex(-50%);
		margin-top: 10px;
	}

	h2.uab-eh-h2 {
		font-size: 1.8rem;
		line-height: 120% !important;
		font-weight: 600 !important;
		font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
	}



	.u-border--campus-green {
		border: 1px solid #80bc00;
	}

	.uab-grid-item-match> :not([class*=uab-width]),
	.uab-grid-match>*> :not([class*=uab-width]) {
		box-sizing: border-box;
		width: 100%;
		flex: auto;
	}

	.uab-card-body {
		padding: 40px 40px;
	}

	.u-color--uab-green {
		color: #1e6b52;
	}

	.u-duotone--green-to-campus-green {
		--fa-primary-color: #1E6B52;
		--fa-secondary-color: #80bc00;
		--fa-secondary-opacity: 1;
	}

	/* .u-duotone-hover--campus-green-to-green:hover {
		--fa-primary-color: #80bc00;
		--fa-secondary-color: #1E6B52;
		--fa-secondary-opacity: 1;
	} */

	.u-rounded-icon {
		font-size: 2.5rem;
		background-color: #eee;
		padding: 40px;
		border-radius: 50%;
		color: #1E6B52;
		transition: background-color .2s ease-in;
	}

	/* Landing-Page Specific Classes */

	/* Sub Menu Sizing in Sidebar */

	span#pre-hire {
		font-size: 16px;
		color: #1e6b52;
	}

	span#post-hire {
		font-size: 16px;
		color: #1e6b52;
	}

	/* Font-Sizes */

	.u-employee-health-landing-p {
		font-size: 18px;
	}

	.u-employee-health-landing-h2 {
		color: #144b39;
		display: block;
		line-height: 1 !important;
		font-family: 'kulturista-web', serif !important;
		text-align: left;
	}

	/* Landing Page - Top Intro Focus Box */

	.o-employee-health-background--campus-green {
		margin: 165px 0 0;
		padding: 30px 50px;
		background-color: #88c408;
	}

	.o-employee-health-landing-focus-box {
		display: flex;
		margin: -150px auto 0;
		box-shadow: 2px 2px 10px rgb(68 68 68 / 30%);
	}

	.o-employee-health-landing-focus-box-container {
		flex-basis: 50%;
		flex-grow: 1;
		padding: 40px;
		background-color: #fff;
	}

	.o-employee-health-landing-focus-box-image {
		flex-basis: 50%;
		background-size: cover;
	}

	.new-employee--img {
		background-image: url('images/new-employees/EH-current-2-new-employee-overview-inline-h-800x640px.jpg');
	}

	.current-employee--img {
		background-image: url('images/current-employees/EH-1-current-employee-overview-inline-h-800x640px.jpg');
	}

	.non-employee--img {
		background-image: url('images/non-employees/EH-current-1-non-employee-overview-inline-h-800x640px.jpg');
	}

	.employee-health-resources-block {
		width: 40%;
		float: right;
	}


	/* Landing Page Announcement - UAB Green */


	.o-employee-health-landing-announcement--uab-green {
		background-color: #1e6b52;
	}

	/* Landing Page Link List - One, Two, Three Across */

	div.u-employee-health-two-across-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	div.u-employee-health-two-across-grid-child {
		position: relative;
		background-color: #fff;
		padding: 1.5em;
		box-sizing: border-box;
		overflow: hidden;
		margin: 10px;
		border: 1px solid #eee;
	}


	div.eh-grid-three-across {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px;
	}

	div.eh-grid-two-across {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}

	div.eh-grid-one-across {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}


	/* Landing Page Fast Facts */

	.o-employee-health-fast-facts {
		background: #fff;
		margin-bottom: -50px;
	}

	/* Page Heading Internal and Landing */
	.u-employee-health-tag {
		font-size: 20px;
		background-color: #144b38;
		padding: 10px;
		margin-left: -25px;
		margin-top: -25px;
		color: #fff;
		margin-right: -25px;
	}

	.o-employee-health-heading-line--green {
		overflow: hidden;
		margin-bottom: 5px;
	}

	.o-employee-health-heading-line--green>span::before {
		right: 100%;
		margin-right: calc(5px + 0.3em);
	}

	.o-employee-health-heading-line--green>span::before,
	.o-employee-health-heading-line--green>span::after {
		content: "";
		position: absolute;
		top: calc(50% - ((0.2px + 0.05em) / 2));
		width: 2000px;
		border-bottom: calc(0.2px + 0.05em) solid #1E6B52;
	}

	.o-employee-health-heading-line--green>span::after {
		left: 100%;
		margin-left: calc(5px + 1.3em);
	}

	.o-employee-health-heading-line--green>span::before,
	.o-employee-health-heading-line--green>span::after {
		content: "";
		position: absolute;
		top: calc(50% - ((0.2px + 0.05em) / 2));
		width: 2000px;
		border-bottom: calc(0.2px + 0.05em) solid #1E6B52;
	}


	/* Font Awesome Icon - Info Circle */

	.fa,
	.fas {
		font-weight: 900;
	}

	i.fa-info-circle:before {
		color: #1e6b52;
	}

	i.uab-eh.fas.fa-info-circle.landing:before {
		color: #fff;
	}

	.o-employee-health-heading-line--green i {
		font-size: 1.1rem;
		cursor: pointer;
		color: #d3d3d3;
		position: relative;
		padding-left: 10px;
	}

	.o-employee-health-heading-line--green>span:first-child {
		display: inline-block;
		position: relative;
		font-size: 1.6rem;
	}

	.o-employee-health-heading-line--green {
		padding-left: 40px;
	}

	

	/* List of Steps - New Employees - Pre-Employment Instructions */

	div.eh-steps-box {
		border: 1px solid #1E6B52;
		padding: 1em;
		background-color: rgba(128, 188, 0, 0.08);
		box-sizing: border-box;
		margin-left: 4%;
		margin-right: 4%;
	}

	div.eh-grid-box {
		border: 2px solid #eee;
		box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
		text-align: center;
		margin: 10px;
		padding: 15px;
	}

	span.o-eh-heading-w-sub__subheading {
		font-size: 16px;
		background-color: rgba(128, 188, 0, 0.08);
		padding: 5px;
		letter-spacing: 1px;
		text-transform: uppercase;
		box-sizing: border-box;
		margin-top: 3px;
		color: #1E6B52;
		font-weight: 600;
	}

	/* Focus Box Styling */

	div.uab-eh-focus-box {
		background: #eee;
	}

	div.uab-eh-focus-box-text-container {
		padding: 1px;
		padding-left: 10px;
	}

	/* ABOUT - Widgetkit - Meet the Team Profiles */

	div.profile-heading__wrapper {
		/* border-top: 2px solid #80bc00;
		background-color: #eee; */
		padding: 10px 20px 5px;
		order: 2;
		position: relative;
	
		margin-bottom: 10px;
		margin-top:20px;
	}

	div.profile-heading__wrapper .profile-heading__name {
		font-size: 1.4rem;
		font-weight: 600 !important;
		margin: 0;
	}

	.uab-eh-profile .uk-card-body {
		padding: 0 !important;
	}

	span.profile-heading__credential,
	.profile-heading__name {
		color: #444;
	}

	span.profile-title {
		display: block;
		font-weight: 600;
		color: #444;
		padding: 0 20px 0;
	}

	span.profile-contact-info {
		display: block;
		padding: 5px 20px 10px;
	}


	body.hd.ribbonFullwidth #whitebox .full-width-page {
		box-shadow: none;
		max-width: 100% !important;
		width: 100% !important;
		display: flex !important;
		justify-content: center;
	}

	div.fast-facts-block {
		margin-top: 6em;
		margin-bottom: 4em;
		background-color: #eee;
		padding-top: 5em;
		padding-bottom: 7em;
	}

	div.fast-facts {
		display: flex;
	}

	div.fast-facts-item {
		border-right: 2px solid #88C408;
		max-width: 33%;
		margin: 0 auto;
		padding: 20px;
	}

	div.fast-facts-item:last-child {
		border: none;
	}

	div.uas-grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		list-style: none;
	}


	element.style {}

	.uas-grid-item-match>:not([class*=uas-width]),
	.uas-grid-match>*>:not([class*=uas-width]) {
		box-sizing: border-box;
		width: 100%;
		flex: auto;
	}

	.uas-grid>*>:last-child {
		margin-bottom: 0;
	}

	.uas-button:not(:disabled) {
		cursor: pointer;
	}

	.uas-button-brown,
	.uas-button-brown-arrow,
	.uas-button-brown-word,
	.uas-button-brown-excel,
	.uas-button-brown-pdf,
	.uas-button-brown-new-window,
	.uas-button-brown-email {
		background-color: #eee;
		border: 1px solid #3D3935;
		color: #1e6b52;
	}

	.uas-button {
		margin: 0;
		border: none;
		overflow: visible;
		font: inherit;
		color: #eee;
		text-transform: none;
		-webkit-appearance: none;
		border-radius: 0;
		display: inline-block;
		box-sizing: border-box;
		padding: 0 30px;
		vertical-align: middle;
		font-size: 18px;
		line-height: 1.1;
		text-align: center;
		text-decoration: none;
		transition: .1s ease-in-out;
		transition-property: color, background-color, border-color;
		padding: 10px 30px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		margin: 5px;
	}

	.uas-grid-item-match,
	.uas-grid-match>* {
		display: flex;
		flex-wrap: wrap;
	}

	/* MIDDLE NAV */

	span#pre-hire-middle-nav {
		font-size: 16px;
	}

	span#post-hire-middle-nav {
		font-size: 16px;
	}

	li.item-1114.deeper.parent {
		margin-top: 20px;
	}

	/* MOBILE CLASSES */
	@media only screen and (max-width: 768px) {
		.u-employee-health-landing-p {
			padding: 5px;
		}

		div.eh-grid-three-across {
			display: grid;
			grid-template-columns: 1fr;
			grid-gap: 10px;
		}

		.new-employee--img {
			display: none;
		}

		.current-employee--img {
			display: none;
		}

		div.eh-grid-two-across {
			display: grid;
			grid-template-columns: 1fr;
		}

		.non-employee--img {
			display: none;
		}

		.employee-health-resources-block {
			width: 100%;
			float: none;
			margin: 10px 0px 10px 0px;
		}
	}

	span#about-sidebar {
		border-top: 0;
		text-transform: uppercase;
		border-right: 0 !important;
		z-index: 2;
		position: relative;
		font-family: kulturista-web, serif !important;
		font-size: 1.4rem;
		padding: 0.9em;
		color: #444;
		display: block;
	}

	.fa-external-link:before {
		content: "\f08e";
	}

	.external-link:after {
		content: "\f08e";
		font-family: "Font Awesome 5 Pro";
		font-weight: normal !important;
		margin-left: 5px;
		font-size: .8rem;
	}
