  
/* hide nave bar dropdown */
/* .topheader .main-nav.row-nav {
display: none;
}
#navbarNavMain .nav-search .site-menu.button {
display: none;
} */
/* hide program spec info title */
/* #degree-information .online-degree-information-wrap .degree-information h2.online-section-title {
display: none;
} */

.js-program {
	font-weight: 600;
}

/* Online Style */

.online-badge-container {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	align-items: center;
    justify-content: center;
}
.online-badge-container li {
	max-width: 200px;
	padding: 1em;
}
.online-badge-container li img {
	width: 100%;
}

.online-section__off-blue {
	background-color: #D9ECFF;
}

.online-header-img-container {
	position: relative;
    height: 800px;
    overflow: hidden;
}
.online-header-img-container img {
	-o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.online-header-img-container::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.23%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(67.59deg, rgba(0, 51, 102, 0.65) 33.78%, rgba(204, 0, 0, 0.65) 88.21%);
}
.online-header-img-container .online-overlay-container {
	position: relative;
    max-width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.online-header-img-container .online-overlay-container .online-program-title {
	padding: 1.2em;
}
.online-header-img-container .online-overlay-container .online-program-title .program-name {
	color: #FFF;
	font-size: 3.6vw;
	line-height: 1.35em;
	margin-bottom: 0;
	text-transform: uppercase;
}
.online-header-img-container .online-overlay-container .online-header-form {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding: 0;
	font-size: 1.25vw;
}
.online-header-img-container .online-overlay-container .online-header-form .online-form-title {
	margin-top: 2em;
	color: #fff;
}
.online-header-img-container .online-overlay-container .online-header-form .online-form-title h3 {
	font-size: 1.1em;
	font-weight: 600;
}
.online-header-img-container .online-overlay-container .online-header-form .online-form-title p {
	font-size: 0.7em;
}

.online-form-wrapper {
	width: 100%;
	font-size: 1.2vw;
}
.online-form-wrapper input.online-form-input {
	font-size: 12px;
	height: 45px;
	display: block;
	margin-bottom: 1em;
	padding: 1em;
	border: none;
	background: #FFF;
}

.online-form-wrapper select.online-form-input {
	font-size: 12px;
	height: 45px;
	display: block;
	margin-bottom: 1em;
	border: none;
}

.online-form-wrapper input.online-form-input.hidden {
	display: none;
}
.online-form-wrapper .form-btn-wrap {
	width: 100%;
	text-align: center;
}
.form-btn-wrap button{
	display: block;
	border: none;
	background-color: #C00;
	margin: 2em auto;
	font-weight: 750;
}
.form-btn-wrap button:hover {
	background-color: #a30000;
}
.online-form-wrapper.form-2-col form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.online-form-wrapper.form-2-col form input {
	width: 40%;
	margin: 1em;
}
.online-form-wrapper.form-2-col form select {
	width: 40%;
	margin: 1em;
}

.online-form-wrapper .error{
    color: white;
    font-size: 0.7em;
}

.online-form-wrapper .error.black{
    color: black;
}

.IFormSuccess {
	text-align: center;
	background: #EFEFEF;
	color: #036;
	padding: 1em;
	font-size: 1em;
}

.online-intro-glance {
	padding: 0;
}
.online-intro-glance .glance-container {
	background-color: #D9ECFF;
	padding: 2em;
	margin-right: 2em;
}
.online-intro-glance .glance-container .glance-title {
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 2.5em;
}
.online-intro-glance .glance-container .glance-detail {
	margin-bottom: 2em;
}
.online-intro-glance .glance-container .glance-detail_item {
	margin-top: 0.8em;
}
.online-intro-glance .glance-container .glance-detail_item ._label {
	color: #737373;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	font-weight: bolder;
}
.online-intro-glance .glance-container .glance-detail_item ._value {
	color: #0073E6;
	font-size: 1.5em;
	line-height: 2em;
	font-weight: 800;
}
.online-intro-glance .glance-container .glance-highlight {
	font-weight: 800;
	padding: 0.4em;
	display: inline-block;
	color: #0073E6;
	border: 2px solid #0073E6;
	margin: 0.4em;
}
.online-intro-glance .glance-container .action-button {
	text-align: center;
}

.online-intro-content {
	padding-top: 1em;
}

.online-section-title {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1.8em;
}

.online-section-title__full {
	width: 100%;
	color: #0073E6;
	text-transform: none;
	font-size: 2em;
}

.online-body-text {
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 2em;
}

.online-block-list {
	list-style: none;
	padding-left: 0;
}
.online-block-list .list-item {
	background-color: #D9ECFF;
	padding: 1em;
	font-size: 1.2em;
	font-weight: 900;
	transition: background-color 0.2s ease-in-out;
}
.online-block-list .list-item + .list-item {
	margin-top: 0.5em;
}
.online-block-list .list-item:hover {
	background-color: rgba(217, 236, 255, 0.5);
}

.online-highlight-row {
	display: flex;
	width: 100%;
	justify-content: space-around;
}
.online-highlight-row .highlight-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 22%;
}
.online-highlight-row .highlight-item ._icon {
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #D9ECFF;
}
.online-highlight-row .highlight-item ._title {
	text-align: center;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding: 0 0.5em;
	width: 100%;
	font-size: 24px;
	color: #036;
}

.online-degree-information-wrap .degree-information {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 2em;
}
.online-degree-information-wrap .degree-form {
	margin: 2em 0;
	padding: 2em;
	background-color: rgba(0, 0, 0, 0.5);
}
.online-degree-information-wrap .degree-form .online-form-title {
	color: #FFF;
}

.online-concentration-list {
	list-style: none;
	padding: 0;
}
.online-concentration-list .concentration-list-item {
	margin-bottom: 3em;
}
.online-concentration-list .item-img ._img-container {
	width: 100%;
	position: relative;
}
.online-concentration-list .item-img ._img-container img {
	width: 100%;
	position: relative;
}
.online-concentration-list .item-img ._img-container::after {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(0, 51, 102, 0.3);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.online-concentration-list .item-info ._title {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 900;
	color: #0073E6;
	margin-bottom: 1em;
}
.online-concentration-list .item-career._list ul {
	background-color: #EFEFEF;
	list-style: disc;
	padding-top: 1em;
	padding-bottom: 2em;
	padding-left: 3em;
	font-size: 2rem;
	color: #036;
}
.online-concentration-list .item-career._list ul::before {
	content: "Careers";
	display: block;
	font-size: 1.2em;
	font-weight: 800;
	color: #C00;
	margin: 1em -1em;
}
.text-wrap-center{
	height: 100px;
	text-align:center;
	line-height:90px;
}
.text-wrap-center span{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
@media screen and (max-width: 990px) and (min-width: 768px) {
	.online-header-img-container {
		min-height: 500px;
	}

	.online-form-title {
		font-size: 16px;
	}
}
@media screen and (max-width: 1500px) {

	section#intro-section, section#degree-information {
		padding-left: 0;
		padding-right: 0;
	}

	.online-header-img-container {
	}
	.online-header-img-container img {
		-o-object-fit: cover;
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.online-header-img-container .online-overlay-container {
		display: flex;
		justify-content: space-between;
	}
	.online-header-img-container .online-overlay-container .program-name {
	}
	.online-intro-glance-row {
		margin: 0;
	}
	.online-intro-glance-row .glance-container {
		margin: 0;
	}

	.online-highlight-row {
		flex-direction: column;
	}
	.online-highlight-row .highlight-item {
		width: 100% !important;
	}

	.online-form-wrapper.form-2-col {
		margin: 0;
	}
	.online-form-wrapper.form-2-col form {
		width: 100%;
	}
	.online-form-wrapper.form-2-col .online-form-input {
		width: 100%;
	}

	.online-form-title {
		font-size: 20px;
	}

	.online-degree-information-wrap {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 768px){
	.online-header-img-container .online-overlay-container .program-name {
		font-size: 1.5em !important;
	}
}

@media screen and (min-width: 2000px){
	.online-header-img-container .online-overlay-container .online-program-title .program-name {
    font-size: 2.6vw;
	}
}