	/*----------#region sticky nav--------*/
	.wk-sticky {
		z-index: 900;
		background-color: #fff;
	}

	.sticky-nav {
		display: flex;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
		text-align: center;
		width: 100%;
		margin-bottom: 0;
		margin-left: 0;

	}

	.sticky-nav li {
		text-transform: uppercase;
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		border-width: 1px 1px 1px 0;
		border-style: solid;
		border-color: #333;
	}

	.sticky-nav li:last-child {
		border-right-width: 0;
	}

	.sticky-nav li a {
		box-shadow: none;
		color: #333 !important;
		text-shadow: none;
		transition: none 0s ease 0s;
		padding: 15px 10px;
		font-weight: 600 !important;
		flex: 1;
		text-align: center;
		line-height: 120%;

	}

	.sticky-nav li:hover {
		background-color: #eee;
	}

	@media all and (max-width: 640px) {
		.sticky-nav li a {
			font-size: 0.9rem;
			padding: 10px;
		}
	}

	/*--------#endregion sticky nav--------*/
	body.hd #whitebar {
		margin-bottom: 1.5em;
	}

	body {
		hyphens: none;
		-webkit-hyphens: none;
	}

	a:link {
		font-weight: inherit;
	}

	.uab-margin-medium-top {
		margin-top: 40px !important;
	}

	.u-color--campus-green {
		color: #80bc00;
	}

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

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

	.u-bg-color--white {
		background-color: #fff;
	}

	.uab-text-bold {
		font-weight: 700;
	}

	.uab-text-uppercase {
		text-transform: uppercase !important;
	}

	.uab-text-center {
		text-align: center;
	}

	.uab-overflow-auto {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.padding-40px {
		padding: 40px;
	}

	.uab-margin-top-remove {
		margin-top: 0 !important;
	}

	.am-background--light-blue-8 {
		background-color: #EBF7FC;
	}

	/*------#region Tailwind Classes-------*/
	.inline-block {
		display: inline-block;
	}

	.box-border {
		box-sizing: border-box;
	}

	.flex {
		display: flex;
	}

	.items-center {
		align-items: center;
	}

	.justify-center {
		justify-content: center;
	}

	.flex-col {
		flex-direction: column;
	}

	.max-w-screen-sm {
		max-width: 640px;
	}

	.max-w-screen-lg {
		max-width: 1024px;
	}

	.max-w-screen-480px {
		max-width: 480px;
	}

	.font-sans {
		font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
	}

	.font-bold {
		font-weight: 700;
	}

	.text-7xl {
		font-size: 4.5rem;
		line-height: 1 !important;
	}

	.p-2\.5 {
		padding: 0.625rem;
	}

	.mt-0 {
		margin-top: 0;
	}

	.mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.mr-4 {
		margin-right: 1rem;
	}

	.mb-7 {
		margin-bottom: 1.75rem;
	}

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

	.-mt-9 {
		margin-top: -2.25rem;
	}

	.tracking-wider {
		letter-spacing: 0.05em;
	}

	.uppercase {
		text-transform: uppercase;
	}

	@media (min-width: 768px) {
		.md\:mr-4 {
			margin-right: 1rem;
		}
	}

	/*------#endregion Tailwind Classes-------*/
	/*------#region Default text style------*/
	p {
		font-size: 18px;
		-webkit-text-size-adjust: 100%;
		color: #444;
	}

	span,
	span>* {
		font-size: inherit;
	}

	p a {
		font-size: inherit;
	}

	h2 span {
		color: #444;
		font-weight: 500 !important;
	}

	/*------#endregion Default text style------*/
	/*------#region Subheading-------*/
	.admissions-subheading--style-1 {
		color: #1E6B52;
		font-size: 1.3rem;
		line-height: 1.3;
		display: block;
		margin-top: 1.2em;
		margin-bottom: 0.2em;
	}

	@media (min-width: 960px) {
		.admissions-subheading--style-1 {
			font-size: 1.5rem !important;
		}
	}

	/*------#endregion Subheading-------*/
	/*------#region Section Heading------*/
	.uab-section-heading {
		font-family: kulturista-web, serif !important;
		color: #1E6B52;
		font-size: 1.8rem !important;
		font-weight: 600 !important;
	}

	/*------#endregion Section Heading------*/
	/*--------#region Links-------*/
	p a:link,
	p a:visited {
		color: #144b39 !important;
		text-decoration: underline;
		cursor: pointer;
		text-decoration-color: #80bc00;
		border-bottom-width: 0 !important;
	}

	p a:hover {
		color: #808285;
		text-decoration: underline;
	}

	a:focus {
		outline: 2px solid #1e6b52;
	}

	/*--------#endregion Links-------*/
	/*--------#region Buttons---------*/
	.uab-button {
		text-decoration: underline;
		font-size: 12pt;
	}

	.uab-button {
		margin: 0;
		border: none;
		overflow: visible;
		font: inherit;
		color: inherit;
		text-transform: none;
		-webkit-appearance: none;
		border-radius: 0;
		box-sizing: border-box;
		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;
	}

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

	.uab-button::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	.uab-button:hover {
		text-decoration: none;
	}

	.uab-button:focus {
		outline: 2px solid #1e6b52;
	}

	.uab-button-primary {
		background-color: #1e6b52;
		color: #fff !important;
		border: 1px solid transparent;
	}

	.uab-button-primary:focus,
	.uab-button-primary:hover {
		background-color: #185743;
		color: #fff !important;
	}

	.uab-button-primary.uab-active,
	.uab-button-primary:active {
		background-color: #134333;
		color: #fff;
	}

	/*--------#endregion Buttons---------*/
	/*--------#region Steps---------*/
	/*H3*/
	body.linear.hd .c-list-of-steps .c-list-of-steps__item h3 {
		line-height: 1.4 !important;
		font-weight: 600 !important;
		font-family: proxima-nova, sans-serif;
		font-size: 1.5rem !important;
	}

	/*Checklist*/
	.c-list-of-steps {
		padding-left: 30px;
		position: relative
	}

	.c-list-of-steps:before {
		content: '';
		height: 100%;
		width: 2px;
		display: block;
		position: absolute;
		left: 0;
		background-color: #80bc00;
		top: 10px
	}

	.c-list-of-steps__item,
	.c-list-of-steps__item--no-line {
		position: relative;
	}

	.c-list-of-steps__item:before {
		content: '';
		height: 2px;
		width: 20px;
		top: 10px;
		display: block;
		position: absolute;
		left: -30px;
		background-color: #80bc00;
	}

	/*--------#endregion Steps---------*/
	/*---------#region Table---------*/
	.uab-table {
		border-collapse: collapse;
		border-spacing: 0;
		margin-bottom: 20px;
	}

	table.uab-table {
		width: 100%;
	}

	*+.uab-table {
		margin-top: 20px
	}

	.uab-table th {
		padding: 16px 12px;
		text-align: left;
		vertical-align: bottom;
		font-size: 18px;
		font-weight: 600;
		color: #444
	}

	.uab-table tbody tr {
		transition: background-color .1s linear
	}

	.uab-table td {
		padding: 16px 12px;
		vertical-align: top
	}

	.uab-table td> :last-child {
		margin-bottom: 0
	}

	.uab-table-middle,
	.uab-table-middle td {
		vertical-align: middle !important
	}

	.uab-table-divider> :first-child>tr:not(:first-child),
	.uab-table-divider> :not(:first-child)>tr,
	.uab-table-divider>tr:not(:first-child) {
		border-top: 1px solid #1e6b52
	}

	.uab-table tbody tr.uab-active,
	.uab-table>tr.uab-active {
		background: #eee
	}

	.uab-table-small td,
	.uab-table-small th {
		padding: 10px 12px
	}

	.uab-table-link {
		padding: 0 !important
	}

	.uab-table-link>a {
		display: block;
		padding: 16px 12px
	}

	.uab-table-small .uab-table-link>a {
		padding: 10px 12px
	}

	/*---------#endregion Table---------*/
	/*---------#region Heading with line---------*/
	.u-heading-line--green {
		overflow: hidden;
		padding-left: 40px;
	}

	.u-heading-line--green>* {
		display: inline-block;
		position: relative;
	}

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

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

	.u-heading-line--green> ::after {
		left: 100%;
		margin-left: calc(5px + 0.3em);
	}

	/*---------#endregion Heading with line---------*/

	/*---------#region icon---------*/
	.uab-contact-icon {
		width: 55px;
		height: 55px;
		border: 2px solid #80bc00;
		border-radius: 100px;
	}

	/*---------#endregion icon---------*/

	/*--------#region Banner ---------*/

	.banner-background--container {
		height: 500px;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.banner-background--content-container,
	.banner-background--content-container>* {
		height: 500px;

	}

	.banner-background--content-container {
		margin: 0 auto 1em;
		width: 95%;
		max-width: 1024px;
	}

	.banner-background--content-container p span {
		font-size: 1.8rem;
	}

	.banner-background--content-container p span {
		border-top: 2px solid #0099D9;
		border-bottom: 2px solid #0099D9;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	/*-----Mobile Banner------*/
	@media all and (min-width: 980px) and (max-width: 1168px) {
		.banner-background--container {
			background-position: 75% 0;
		}
	}

	@media all and (max-width: 979px) and (min-width: 768px) {
		.banner-background--container {
			background-position: 60% 0;
			height: 300px;
		}

		.banner-background--content-container,
		.banner-background--content-container>* {
			height: 300px;
		}

		.banner-background--content-container h1 {
			font-size: 3rem;
		}

		.banner-background--content-container p,
		.banner-background--content-container p span {
			font-size: 1.5rem;
		}
	}

	@media all and (max-width: 767px) {
		.banner-background--content-container h1 {
			font-size: 2rem;
		}

		.banner-background--content-container p,
		.banner-background--content-container p span {
			font-size: 1rem;
		}

		.banner-background--container {
			background-position: 60% 0;
			height: 200px;
		}

		.banner-background--content-container,
		.banner-background--content-container>* {
			height: 200px;
		}

		.banner-background--content-container>div {
			max-width: 400px;
		}

		.banner-background--content-container p {
			border-top: 2px solid #0099D9;
			border-bottom: 2px solid #0099D9;
		}

		.banner-background--content-container p span {
			border-bottom-width: 0;
			border-top-width: 0;
		}
	}

	@media (max-width: 480px) {
		.banner-background--content-container {
			max-width: 180px;
			margin-left: 1em;
		}

		.banner-background--container {
			background-position: 50% 0;
		}
	}

	/*--------#endregion Banner ---------*/

	/*--------#region responsive table-----------*/

	tr:nth-of-type(2n+1) {
		background-color: transparent;
	}

	@media only screen and (max-width: 1024px) and (min-width: 300px) {
		body.linear #content thead {
			display: table-header-group;
		}
	}

	/* Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 960px. If necessary, add (min-device-width: 768px) and (max-device-width: 1024px) in media query. */

	@media only screen and (max-width: 960px) {
		table.respo {
			width: 100%;
			margin-bottom: 1rem;
		}

		/* Force table to not be like tables anymore */
		table.respo,
		thead,
		tbody,
		th,
		td,
		tr {
			display: inline-block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		table.respo thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		table.respo tr {
			border-bottom: 1px solid #1E6B52;
		}

		table.respo tr:last-child {
			border-bottom-width: 0;
		}

		table.respo td {
			/* Behave  like a "row" */
			border: none;
			position: relative;
			padding-left: 54%;
		}

		table.respo td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			padding-right: 10px;
			white-space: nowrap;
			/* Label the data */
			content: attr(data-column);
			color: #444;
			font-weight: 600;
		}
	}

	/*--------#endregion responsive table-----------*/

	/*---#region Adjusts content width for very large screens---*/
	@media (min-width: 1920px) and (max-width: 2239px) {
		.xl-window {
			max-width: 1280px !important;
		}

		.banner-background--container {
			height: 575px;
		}
	}

	@media all and (min-width: 2240px) {
		.xl-window {
			max-width: 1536px;
		}

		.banner-background--container {
			height: 625px;
		}
	}

	/*---#endregion Adjusts content width for very large screens---*/