/* global */
html {
	font-size: 100% !important;
}

.nodisplay, .no-display, .mobile-display, .mobile-toggle,
	.mobile-display-block, #mobileSearchMenu {
	display: none;
}

.wait {
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #007BB6;
	color: #fff;
}

.right-align, .right {
	float: right !important;
}

.left-align {
	float: left !important;
}

.menuHeader {
	font-weight: bold !important;
}

label {
	font-weight: 200 !important;
}

.label {
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #2a2a2a !important;
}

.ds_opened {
	color: #8c1d40 !important;
}

.programs_term {
	color: #191919;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}

.backtop {
	color: black;
	cursor: pointer;
	float: right;
	font-weight: 400;
	font-size: 14px;
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.5) !important;
} /*fade in */
/* Apply 1.5 line-height globally */
body {
	line-height: 1.5;
}

#filterContainerMobile .modal-dialog {
	margin: 0 !important;
}

#filterContainerMobile .modal-content {
	height: 100vh;
	border: none !important;
	border-radius: 0 !important;
}

#filterContainerMobile .modal-header {
	position: sticky;
	top: 0;
	z-index: 1055;
	display: flex;
	justify-content: space-between;
	padding: 1rem 2rem;
	height: 4rem;
	background: white;
}

#filterContainerMobile .modal-body {
	padding: 0;
	height: calc(100vh - 8rem);
	overflow-y: auto;
}

#filterContainerMobile .modal-body .row {
	padding: 0 2rem;
	border-bottom: 1px solid #E8E8E8 !important;
}

#filterContainerMobile .modal-body .row.last-row {
	padding: 0 2rem;
	border-bottom: none !important;
}

#filterContainerMobile .modal-footer {
	position: sticky;
	bottom: 0;
	z-index: 1055;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
	margin: 0;
	height: 4rem;
	background: white;
	box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.16);
}

#filterContainerMobile .modal-footer:before, #filterContainerMobile .modal-footer:after
	{
	content: none !important;
}

.filter-mobile-accordion-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#closeFilterModal {
	text-decoration: underline;
	line-height: 16px
}

#applyFiltersMobile {
	width: min-content;
	padding: 7px 15px;
	line-height: 16px
}

#mobile-applyBtn {
	text-decoration: none;
}

#filterBtnMobile {
	padding: 0.5rem 1rem;
}

#filterBtnMobile.no-filters-applied {
	border: 1px solid black;
}

#filterBtnMobile.filters-applied {
	border: 1px solid #8c1d40;
}

.clear-filters-btn {
	text-decoration: underline;
	cursor: pointer;
	margin: 7px 0;
}

#clearFilters {
	cursor: pointer;
	margin: 7px 12px;
}

.blackFooter {
	background-color: #1e1e1e;
	color: #e8e8e8;
}

a.btn-archive {
	border: solid maroon 1px;
	color: maroon;
}

a.btn-archive:hover {
	color: maroon;
}

.new-btn-row {
	padding: 0 1rem;
}

.new-btn {
	width: 100%;
	display: flex !important;
	justify-content: center;
}

.new-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12 !important;
	margin-right: -12 !important;
	margin-top: 0 !important;
}

.new-row>* {
	flex-shrink: 0;
	margin-top: 0;
	max-width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}

.new-row-spaced {
	margin-bottom: -32px;
}

.new-row-spaced>.new-col {
	margin-bottom: 32px;
}

.new-col {
	flex: 1 0;
}

.new-col-12 {
	flex: 0 0 auto;
	width: 100% !important;
}

.explore-header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
}

.view-all-btn {
	width: 100%;
}

.new-container {
	margin-left: auto;
	margin-right: auto;
}

.mobile-row-reverse {
	flex-flow: row-reverse;
}

.mobile-col-reverse {
	flex-flow: column-reverse;
}

@media ( min-width :576px) {
	.new-container {
		max-width: 576px;
	}
}

@media ( min-width :768px) {
	.new-container {
		max-width: 768px;
	}
	.new-col-md-3 {
		flex: 0 0 auto;
		width: 25% !important;
	}
	.new-col-md-6 {
		flex: 0 0 auto;
		width: 50% !important;
	}
	.new-col-md-9 {
		flex: 0 0 auto;
		width: 75% !important;
	}
	.explore-header {
		flex-direction: row;
	}
	.view-all-btn {
		width: auto;
	}
}

@media ( min-width :992px) {
	.new-container {
		max-width: 992px;
	}
	.new-col-lg-3 {
		flex: 0 0 auto;
		width: 25% !important;
	}
	.new-col-lg-6 {
		flex: 0 0 auto;
		width: 50% !important;
	}
	.mobile-row-reverse, .mobile-col-reverse {
		flex-flow: row;
	}
}

@media ( min-width :992px) and (max-width:1260px) {
	.card-title {
		font-size: 1.25rem !important;
	}
}

@media ( min-width :1260px) {
	.new-container {
		max-width: 1224px;
	}
}

.py-2 {
	padding: 1rem 0 !important;
}

.pb-1 {
	padding-bottom: 1rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

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

.px-1 {
	padding: 0 1rem !important;
}

.p-1 {
	padding: .5rem 1rem !important;
}

.m-0 {
	margin: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.w-full {
	width: 100%;
}

.btn:focus {
	outline: solid 2px black !important;
	/* outline: auto 5px -webkit-focus-ring-color !important; */
	outline-offset: 3px !important;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #191919 !important;
}

a:focus {
	outline: solid 2px black !important;
	/* outline: auto 5px -webkit-focus-ring-color !important; */
	outline-offset: 1px !important;
	box-shadow: none;
}

.whiteOutline:focus {
	outline: solid 1px white !important;
}

.singleBox:focus, .singleBox:focus-visible {
	outline: solid 2px black !important;
	outline-offset: 1px !important;
	opacity: 1 !important;
	box-shadow: none;
}

.small-font {
	font-size: 12px;
	margin-top: 5px;
}

.off-screen {
	position: absolute;
	left: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

table, tr, td {
	border-top-color: none !important;
	border-top-style: none !important;
}

.large-bullets li {
	padding-bottom: 10px;
	font-size: 24px;
}

.large-bullets li a {
	font-size: 16px;
	vertical-align: middle;
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Alerts */
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	color: black !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0 !important;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-success {
	color: #3e6311;
	background-color: #e9f5db;
	/* background-color: #e4f2d2; */
	border-color: #78be20;
	/* border-color: #d9edc1; */
}

.alert-info {
	color: #005574;
	background-color: #d6f0fa !important;
	/* background-color: #ccedf9; */
	border-color: #005b8a !important;
	/* border-color: #b8e5f6; */
}

.alert-warning {
	color: #85421a;
	border-color: #ff7f32;
	/* border-color: #ffdbc6; */
	background-color: #ffeade;
	/* background-color: #ffe5d6; */
}

.alert-danger {
	color: #6a1818;
	background-color: #f7dddd;
	/* background-color: #f5d5d5; */
	border-color: #cc2f2f;
	/* border-color: #f1c5c5; */
}

.alert .alert-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 4rem;
	flex: 0 0 4rem;
}

.alert .alert-icon svg {
	font-size: 2rem;
}

.alert .alert-content {
	-webkit-box-flex: 10;
	-ms-flex: 10;
	flex: 10;
	padding: 0.5rem 0rem;
}

.alert-fixed {
	position: fixed !important;
	max-width: 588px;
	width: 80%;
	z-index: 9999;
}

.alert .alert-close {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.alert .alert-close .close {
	opacity: 1;
	font-size: 1rem;
}

.alert .alert-close .close:hover {
	opacity: 1;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 1 !important;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus
	{
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

.alert:not([class*=alert-]), div[class="alert alert-block"] {
	/* Catch-all for default alert class */
	background-color: #e8e8e8;
	border-color: #d0d0d0;
}

@media screen and (max-width: 576px) {
	.alert .alert-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 3rem;
		flex: 0 0 3rem;
	}
	.alert .alert-icon svg {
		font-size: 2rem;
		margin-top: 1rem;
	}
	.alert .alert-close {
		margin-top: -0.5rem;
		margin-right: -0.75rem;
	}
}

.btn.btn-circle, .btn-circle.uds-modal-close-btn {
	padding: 0.25rem 0.25rem;
	width: 2rem !important;
	height: 2rem;
	border: solid 1px #d0d0d0;
}

.btn.btn-circle.btn-circle-alt-white, .btn-circle.btn-circle-alt-white.uds-modal-close-btn
	{
	background: #e8e8e8;
	color: #191919;
}

.btn.btn-circle.btn-circle-alt-gray, .btn-circle.btn-circle-alt-gray.uds-modal-close-btn
	{
	background: #ffffff;
	color: #191919;
}

.btn.btn-circle.btn-circle-alt-black, .btn-circle.btn-circle-alt-black.uds-modal-close-btn
	{
	background: #ffffff;
	color: #191919;
}

.btn.btn-circle.btn-circle-large, .btn-circle.btn-circle-large.uds-modal-close-btn
	{
	width: 4rem !important;
	height: 4rem;
	font-size: 1.5rem;
}

.btn.btn-circle.btn-circle-x-large, .btn-circle.btn-circle-x-large.uds-modal-close-btn
	{
	width: 6.5rem !important;
	height: 6.5rem;
	font-size: 3rem;
}

/*.modal {z-index: 96 !important;} 
 .modal-backdrop {z-index: -2 !important;} */
#topMenu, #menuMsg {
	font-size: 14px !important;
}

.easy-breadcrumb {
	margin-bottom: 0px !important;
	margin-top: 1em !important;
}

#menuMsg #links {
	float: right;
	margin-top: -5px;
}

#programs_middle_section #list_icon {
	margin-top: -10px;
}

#list_icon {
	float: right;
	margin-right: 25px;
	margin-top: 20px;
}

#list_icon a {
	border-bottom: none;
}

#list_icon .fa-map-inactive, #list_icon .fa-th-inactive {
	color: #bfbfbf;
}

#list_icon .fa-map-active, #list_icon .fa-th-active {
	color: #8c1d40;
}

.view-map, .hide-map, .view-map-loaded {
	color: #8c1d40;
	cursor: pointer;
	margin-left: 30px;
}

.fa {
	cursor: pointer;
}

.fa-chevron-down, .fa-chevron-up {
	margin-left: 5px;
}

.desktop-toggle .fa-chevron-down, .desktop-toggle .fa-chevron-up {
	margin-left: 0px;
}

.fa-heart, .fa-heart-o {
	color: #d23153;
}

.asuNavMenuTop {
	position: fixed;
	z-index: 1000;
	width: 100%;
	visibility: visible;
	top: 0;
	background-color: #353535;
}

/* cluetip*/
#cluetip {
	font-size: 14px !important;
}

#cluetip table tr td, [id^="myModal_"] table tr td {
	padding-top: 0;
	padding-bottom: 0;
}

#cluetip input, [id^="myModal_"] input {
	margin-right: 10px;
}

#cluetip .cluetipTh, [id^="myModal_"] .cluetipTh {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#cluetip a, [id^="myModal_"] a {
	border-bottom: none;
}

#cluetip-close .closeImg {
	background: #e0e0e1 url(../images/close.gif) no-repeat;
	float: right;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-top: -20px;
}

span.tt, span.tt_local, span.tt_noTitle {
	cursor: help;
	border-bottom-style: none;
	color: #8C1D40;
}

[id^="myModal_"] .tabCol {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}

[id^="myModal_"] .radioBtn {
	margin-right: 10px;
}

[id^="myModal_"] .noBorder {
	border-bottom: none;
}

[id^="myModal-"] .noBtnMargin {
	margin-top: 0px !important;
}

/* top nav bar*/
#resourcesLink .active, #acceleratedLink .active {
	color: #ffb130;
	background-color: black;
}

#resourcesLink ul, #acceleratedLink ul {
	list-style: none;
	margin-left: -40px;
}

#resourcesDropdown {
	width: 220px;
}

/* top title image */
.title-banner-undergrad {
	background-image: url("../images/ds_header_undergrad.jpg") !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	min-height: 280px;
}

.title-banner-undergrad-minors {
	background-image: url("../images/ds_header_minors.jpg") !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	min-height: 350px;
}

.title-banner-grad {
	background-image: url("../images/ds_header_graduate.jpg?v=1.4")
		!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	min-height: 350px;
}

.title-banner-undergrad, .title-banner-undergrad-minors,
	.title-banner-grad {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
	min-width: 990px;
	background-size: cover;
}

.title-banner-checksheet {
	background-image: url("../images/ds_header_checksheet.svg");
	background-size: cover; /* Adjust as needed */
	background-repeat: no-repeat;
	background-position: center;
	background-color: #191919;
}

.title-banner-major {
	background-image: url("../images/ds_header_major_details.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

/* .title-banner-undergrad{background-image:url("../images/ds_header_undergrad.jpg");background-repeat:no-repeat;background-position:center center;background-attachment:scroll;}
.title-banner-undergrad-minors{background-image:url("../images/ds_header_minors.jpg");background-repeat:no-repeat;background-position:center center;background-attachment:scroll;}
.title-banner-grad{background-image:url("../images/ds_header_graduate.jpg");background-repeat:no-repeat;background-position:center center;background-attachment:scroll;}
 */
.title-banner-undergrad p, .title-banner-grad p {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	max-width: 700px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#home_header .fieldable-panels-pane, #programs_header .fieldable-panels-pane
	{
	width: 700px;
	margin-top: -15px;
}

/*home page*/

#homeContainerDiv .interestBoxImg {
	text-align: center;
}

#homeContainerDiv .area-of-interest-last-row {
	height: 180px;
	min-width: 20% !important;
}

#InterestDropbox .card, #startSection .card, #SchoolDropbox1 .card {
	min-height: 300px;
}

#startSection .card-img-top, #InterestDropbox .card-img-top,
	#SchoolDropbox1 .card-img-top {
	max-width: 100%;
	object-fit: cover;
	object-position: top;
}

#InterestDropbox a, #SchoolDropbox1 a {
	color: #191919;
}

/* advanced search area*/
.search-menu {
	background-color: #fafafa;
}

#InterestDropbox .interestBoxText {
	font-size: 24px;
	color: rgb(255, 255, 255);
	text-align: center;
	margin-top: -80px;
	font-weight: 700;
}

#advSearchForm {
	padding-left: 20px;
	padding-right: 20px;
}

#advSearchForm select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image:
		url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
	padding: .5em;
	padding-right: 1.5em
}

#advSearchForm select, #advSearchForm #keywordEntry, #advSearchForm #careerData
	{
	height: 50px;
	border-style: none;
	border: 1px solid #ccc;
}

#advSearchForm #keywordEntry {
	padding-left: 10px;
}

#advSearchForm .pane-bundle-banner {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 800px;
}

#advSearchForm select {
	border-radius: 0px;
}
/* #advSearchForm .checkbox{padding-left:20px;} */
/* #advSearchForm .btn{border-radius:0px;margin:0px;height:40px;overflow-x:hidden;font-weight:300;} */
#advSearchForm .multiselect {
	min-width: 250px;
	text-align: left;
}
/* #advSearchForm #GoCollege{color:#ededed;margin:0px 0px 15px 0px;width:180px;border-radius:0px 4px 4px 0px;} */
#advSearchLink {
	margin-top: 10px;
	color: #8c1d40;
	cursor: pointer;
	border-bottom: 1px dotted #fff !important;
}
/* #advSearchForm .radio input[type="radio"], #advSearchForm .checkbox input[type="checkbox"] {
    margin-left: 3px !important;
} */
#advSearchForm .advSearchRow {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#advSearchForm .checkbox input[id="ONLNE"] {
	margin-left: 3px !important;
}

/* .homeBody #advSearchForm .playGame a:hover{color:#d23153 !important;} */
#startSection .me3Icon, #startSection .careerIcon, #startSection .compareIcon,
	#startSection .campusQuizIcon {
	text-align: center;
	height: 95px;
}

#startSection a {
	border-bottom: none;
}

#startSection {
	margin-bottom: 20px;
}

#startSection .me3IconText, #startSection .careerIconText, #startSection .compareIconText
	{
	height: 90px;
}

#startSection .column {
	margin-top: 5px;
}

#startSection .card {
	height: 450px;
	padding-bottom: 20px;
}

#startSection .card-button {
	text-align: center;
}

#advSearchSection .btn-default {
	background-color: #fff;
}

#advSearchSection .btn-default:hover {
	background-color: #8c1d40 !important;
	color: #fff !important;
	border-color: #8c1d40 !important;
}

#advSearchSection .filter-selected:active, #advSearchSection .btn-default:active
	{
	background-color: #8c1d40 !important;
	color: #fff !important;
	border-color: #8c1d40 !important;
}

#advSearchSection .filter-unselected:hover {
	background-color: #fff !important;
	color: #555 !important;
}

#advSearchSection #filter-container .btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid black;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 10px 30px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin: 7px 12px 7px 0;
}

#advSearchSection .caret {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
}

#advSearchSection .playGameLink {
	margin: 10px 30px;
	width: 170px;
}

#advSearchSection .campusQuiz {
	margin: 10px 10px;
	width: 170px;
}

#advSearchSection .title-banner-undergrad a, #advSearchSection .title-banner-grad a,
	#advSearchSection .title-banner-undergrad-minors a {
	color: #fff;
}

#advSearchSection .filter-container-location .btn, #advSearchSection .filter-container-college .btn,
	#advSearchSection .filter-container-degree-level .btn {
	padding: 6px 10px;
	overflow-x: hidden;
}

/* #advSearchSection .filter-container-online .btn,#advSearchSection .filter-container-accelerated .btn,#advSearchSection .filter-container-concurrent .btn,#advSearchSection .filter-container-new .btn{padding:6px 10px;}
 */
#filter-container .bootstrap-select>.dropdown-toggle, #filter-container .filter-selected
	{
	background-color: #8c1d40 !important;
	color: #fff !important;
	border-color: #8c1d40 !important;
}

#advSearchSection .bootstrap-select>.bs-placeholder {
	background-color: #fff;
	color: #555;
}

/* #filter-online, #filter-accelerated,#filter-concurrent,#filter-new,#filter-favorite,#filter-language{color:#555;}*/
#advSearchSection a, #advSearchSection .ui-widget-content a {
	border-bottom: none !important;
}

#advSearchSection .dropdown-menu {
	background-color: #fff !important;
	margin-top: -1px;
	font-size: 14px;
}

.dropdown-menu>.active>a {
	background-color: #fff !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #eee !important;
}

#advSearchSection .dropdown-menu>li>a {
	color: black;
	text-decoration: none;
}

#advSearchSection #filter-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
	{
	width: 180px !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
	text-align: center !important;
}

#advSearchForm input {
	color: #333;
}

#advSearchForm .undergrad-false-options {
	width: 22%;
}
/* #advSearchForm .column {padding:0px;} */
.no-padding {
	padding: 0px !important;
	margin-right: 20px !important;
}

/* programs page*/
#programs_header .title-banner-undergrad, #programs_header .title-banner-grad,
	#programs_header .title-banner-undergrad-minors {
	height: 200px;
}

#programs_header .title-banner-grad h2, #programs_header .title-banner-undergrad-minors h2
	{
	margin-top: -50px;
}

#programs_header .title-banner-undergrad h2 {
	margin-top: -30px;
}

#programsTable_filter {
	display: none;
}

#programsTable {
	width: 100% !important;
}

#programsTable .odd {
	background-color: #fafafa !important;
}

#programsTable th, #majorMapArchiveTable th {
	background-color: #bfbfbf;
	border: 1px solid #ffffff;
	font-weight: 400 !important;
}

#programsTable .sorting {
	background-image: none;
}

#programsTable .btn {
	margin-top: 10px !important;
}

#programsTable .botBorder {
	border-bottom: 1px solid #E8E8E8 !important;
}

#programs_middle_section .dataTables_info {
	display: none !important;
}

#programs_middle_section .pane-node-body {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#programs_middle_section #atoz {
	margin-bottom: 10px;
}

#programsTable a, #roadmap_middle_section a {
	text-decoration: none;
	cursor: pointer;
}

#major_middle_section a, #compare_middle_section a {
	cursor: pointer;
}

#programs_middle_section #atoz .browseLetter {
	font-weight: 400;
	margin-right: 10px;
}

#programs_middle_section #atoz .browseLetterInActive {
	font-weight: 400;
	margin-right: 10px;
	color: #828282;
}

#programsTable .majorSummaryDiv {
	display: none;
}

#compare_panel {
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 80px;
	background-color: #353535;
	z-index: 100;
}

#programs_middle_section .compare_panel_column {
	color: #fff;
	height: 50px;
	margin-top: 15px;
	padding-left: 5px;
	border: dotted #fff;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
}

#programs_middle_section .compare_panel_column4 {
	text-align: center;
	color: #fff;
}

#programs_middle_section #compare_panel_clear_all {
	font-size: 14px;
	cursor: pointer;
}

#programs_middle_section #compare_panel .selected {
	background-color: #fff;
	color: #000;
}

#programs_middle_section .compare_close {
	margin: 15px 2px 0px 2px;
	float: right;
	cursor: pointer;
}

#programs_middle_section .compare_close .fa-times {
	color: gray;
	cursor: pointer;
}

#programs_middle_section #compare_panel_tbl {
	display: table;
	width: 100%;
	margin-left: 10px;
}

#programs_middle_section #compare_panel_tbl .tr {
	display: table-row;
}

#programs_middle_section #compare_panel_tbl .td {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	padding-right: 20px;
}

#programs_middle_section .favor_label {
	cursor: pointer;
}

#programs_middle_section .newDegree {
	text-decoration: none;
	margin-left: 1px;
	margin-top: 2px
}

#programs_middle_section .major_quickview div {
	line-height: 1.5em;
}

#programs_middle_section .major_quickview p {
	margin: 0;
}

#programs_middle_section .major_quickview .show-more-text,
	#programs_middle_section .major_quickview .show-less-text {
	cursor: pointer;
	color: #8c1d40;
}

#programs_middle_section .truncate-text {
	height: 4.5em;
	line-height: 1.5em;
	overflow: hidden;
}

/* major details page */

/* .jumptarget::before {
  content:"";
  display:block;
  height:60px; fixed header height
  margin:-60px 0 0; negative fixed header height
} */
#major_middle_section p {
	margin: 0px 0px 1em 0px !important;
}

#major_middle_section .inlineTitle {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
}

#major_middle_section .inlineSubTitle {
	font-weight: bold;
	margin-bottom: 1em;
}

#major_middle_section .major-menu-list {
	float: right;
	z-index: 80;
}

#major_middle_section .careerdata_row_0 {
	background-color: #fafafa;
}
/* #major_middle_section #careerdataTbl tr{ border-bottom:1px solid #bfbfbf;} */
#major_middle_section #careerdataTbl th {
	border-top: 0px !important;
}

#major_middle_section b {
	font-weight: 500;
}

#major_middle_section table {
	margin: 0;
}

#major_middle_section .mm_reqUnderCat {
	margin: 10px 10px 10px 0px;
}

#major_middle_section .mm_req_cat {
	margin-top: 10px;
	font-weight: 700;
}

#major_middle_section .mm_section_note {
	margin-top: 15px;
	margin-bottom: 15px;
}

#major_middle_section .mm_section_note_row, #major_middle_section .mm_section_note_AR
	{
	margin-top: 10px;
	margin-bottom: 5px;
}

#major_middle_section .mm_notes {
	color: black;
	margin-left: 20px;
}

#major_middle_section .marketText {
	font-size: 20px;
}

#major_middle_section .majorDeadlineTerm {
	font-weight: 700 !important;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

#major_middle_section .majorDeadlineTerm  .fa {
	color: #903;
	position: absolute;
	left: 100px;
}

#major_middle_section .majorDeadlineTerm li {
	margin-top: 3px;
}

#major_middle_section .majorDeadlineTerm .deadlineExpand {
	position: absolute;
	left: 110px;
	color: #903;
	font-weight: 400;
	margin-left: 5px;
}

#major_middle_section .majorDeadlineTerm .fa-chevron-down,
	#major_middle_section .majorDeadlineTerm .fa-chevron-up {
	margin-left: -5px;
}

#major_middle_section .majorDeadlineTable table th {
	border-top: none !important;
	border-bottom: 1px solid #bfbfbf;
}

#major_middle_section .majorDeadlineTable table {
	margin-left: 40px;
}

#major_middle_section .transfer_container .column-left {
	float: left;
	padding-right: 10px;
	text-align: center;
	border-right: 1px solid #bfbfbf;
}

#major_middle_section	.transfer_container .column-right {
	float: right;
	text-align: center;
}

#major_middle_section	.transfer_container .column-center {
	display: inline-block;
	min-height: 420px;
	text-align: center;
	border-right: 1px solid #bfbfbf;
}

#major_middle_section	.transfer_container .twoColumn {
	width: 50%;
}

#major_middle_section	.transfer_container .threeColumn {
	width: 33%;
}

#major_middle_section .divTable {
	display: table;
}

#major_middle_section .divRow {
	display: table-row;
}

#major_middle_section .divLeft, #major_middle_section .divRight,
	.divMiddle {
	display: table-cell;
	width: 33%;
	padding-left: 5px;
	padding-right: 5px;
}

#major_middle_section .divLeft, #major_middle_section .divMiddle {
	width: 33%;
	border-right: 1px solid #bfbfbf
}

#major_middle_section .transferAgreeTitle {
	font-weight: bold;
	text-align: center;
	height: 80px;
}

#major_middle_section #concurrentTbl, #major_middle_section #accelerateTbl
	{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#major_middle_section #concurrentTbl .col-md-6 {
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#major_middle_section #accelerateTbl .col-md-12 {
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#userMenuGrad .btn, #userMenu .btn {
	margin-top: 10px;
}

/* compare majors page */
#majorCompare .compareColumn-0, #majorCompare .compareColumn-2 {
	background-color: #fafafa;
}

#majorCompare .compareColumnWidth2 {
	width: 50% !important;
}

#majorCompare .compareColumnWidth3 {
	width: 33% !important;
}

#majorCompare .buttons {
	padding: 5px 20px 0px 20px;
}

#majorCompare #majorDescription th {
	background-color: #bfbfbf;
	border: 1px solid #fff !important;
}

#majorCompare td {
	font-size: 14px;
}

#majorCompare .subheading {
	font-size: 16px;
	font-weight: 500;
}

#majorCompare .evenColumn .careerdataTbl {
	background-color: #f7f7f7;
}

#compare_middle_section #compare_me3 {
	border: 2px solid #bfbfbf;
	border-radius: 5px;
	text-align: center !important;
	margin-top: 15px;
}

#compare_middle_section #compare_me3 table th {
	background-color: #bfbfbf;
}

#compare_middle_section #compare_me3 .me3logo {
	height: 35px;
	margin-right: 10px;
	border-radius: 5px;
}

#compare_middle_section .pane-node-body, #compare_roadmap_middle_section .pane-node-body
	{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#compare_middle_section  #favorite_panel_tbl td {
	background-color: #fafafa;
	padding: 3px;
}

#compare_middle_section  #favorite_panel_tbl {
	margin: 5px;
	width: auto !important;
}

#compare_middle_section .compareTable {
	padding: 0;
}

#compare_middle_section table.dataTable.no-footer {
	border-bottom: none !important;
}
/* #compare_middle_section .playGameLink,#compare_middle_section .campusQuiz{width:170px;} */
#compare_middle_section  #favorite_panel {
	background-color: #fafafa;
	padding: 10px;
	font-size: 15px;
	border-style: solid;
	border-width: thin;
	border-color: #e2e2e2;
}

#compare_middle_section  #favorite_panel a {
	border-bottom: none;
}

#compare_middle_section #hide_favorite_panel {
	font-weight: bold;
}

#compare_middle_section #favorite_panel .fa-times {
	color: gray;
	cursor: pointer;
}
/* road map */
#roadmap_middle_section {
	font-size: 13px;
}

#roadmap_middle_section .termTbl .termHeading {
	background-color: #bfbfbf;
	font-weight: bold;
}

#roadmap_middle_section .termTbl .termHeading .term {
	font-size: 18px;
	margin-right: 10px;
}

#roadmap_middle_section .termTbl .underline {
	border-bottom: 1px dotted;
}

#roadmap_middle_section .t1Table {
	font-size: 24px !important;
	font-weight: normal !important;
}

#roadmap_middle_section table {
	margin: 0 !important;
}
/* compare major map */
#mm_mainLayoutTable .termHeading {
	background-color: #bfbfbf !important;
	font-weight: bold !important;
}

#mm_mainLayoutTable .termHeading .term {
	font-size: 18px;
}

#mm_mainLayoutTable .compareColumn-0, #mm_mainLayoutTable .compareColumn-2
	{
	background-color: #fafafa;
}

#mm_mainLayoutTable .compareColumn-0 tr, #mm_mainLayoutTable .compareColumn-2 tr
	{
	background-color: #fafafa;
}

#mm_mainLayoutTable .compareMajormapSelection {
	max-width: 400px;
}

#compare_roadmap_middle_section table {
	font-size: 13px !important;
}

/* majormap archive*/
#asuprogram_right_content_column {
	float: right;
	background-color: #fafafa;
	padding: 15px;
	margin-left: 10px;
}

#majorMapArchiveTable .odd, #majorMapArchiveTable .odd .majorMaps tr {
	background-color: #fafafa !important;
}

/* career details*/
#career_main {
	width: 70%;
	margin-bottom: 3em;
	height: auto;
	padding: 1em;
}

#career_main table {
	border-width: 1px solid #999;
	border-collapse: collapse;
	width: 700px;
	vertical-align: middle;
	text-align: center;
}

#career_main table th {
	border: 1px solid;
	background-color: #dedede;
}

#career_main table td {
	border: 1px solid;
}

.career_main_bullet {
	margin-left: 20px;
}

.career_main_tr_odd {
	background-color: #F8DFA7;
}

.empTrend {
	width: 400px;
}

.empTrend {
	margin-top: 10px;
	border-bottom: 1px solid #999999;
}

.career_main_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: -22px;
	margin-left: 25px;
	padding: 3px;
	color: #990033;
}

.career_main_subTitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 3px;
	border-bottom: 2px solid #990033;
	color: #990033;
}

.career_subTitle_icon {
	color: #990033;
	float: left;
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 20px;
}

/* major map page */
#mm_mainLayoutTable .notesColumn {
	width: 120px;
}

#mm_mainLayoutTable .break {
	display: block
}

.trackGroupDiv .innerDiv ul {
	/*border-bottom: 0.5px solid #DCDCDC;*/
	list-style-type: none;
	padding-left: 4px;
	padding-top: 0;
	margin: 0;
}

.trackGroupDiv .innerDiv ul li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	border-top: none;
}

.trackGroupDiv .innerDiv ul li:hover {
	background-color: #ffe8b7;
}

.trackGroupDiv .innerDiv .listTitle {
	background-color: #fafafa;
	/*height: 20px;*/
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}

.trackGroupDiv .trackGroupInnerDiv {
	/*border: 0.5px solid #DCDCDC;
	/*background: url("/roadmaps/resources/images/bg.png") repeat;*/
	
}

.trackGroupDiv, .trackGroupDiv div {
	float: left;
	padding: 0 !important;
}

.trackGroupDiv {
	width: 100%;
}

.trackGroupDiv .innerDiv {
	width: 100%;
}

.trackGroupDiv .innerDiv div {
	/*height: 100%*/
	width: 400px;
}

.trackGroupDiv .breakDiv {
	/* width: 1040px; */
	height: 15px;
}

.trackGroupDiv .copyTrack {
	float: right;
	cursor: pointer;
	padding-right: 5px;
	padding-top: 2px;
}

.generalNotesDiv {
	width: 100%;
	float: left;
	font-size: 12px;
}

.generalNotesDiv ul {
	padding-left: 20px;
	padding-right: 30px;
}

.generalNotesDiv ul .title {
	list-style: none;
	padding-bottom: 5px;
	margin-left: -14px;
}

.generalNotesDiv .noBullets {
	list-style: none;
}

/*mobile search box*/
#searchCollegeDropbox, #searchLocationDropbox, #searchInterestDropbox,
	#searchAtoZdropbox {
	border: 3px #00CCFF !important;
	border-style: ridge !important;
}

#searchCollegeDropbox table, #searchLocationDropbox table,
	#searchInterestDropbox table, #searchAtoZdropbox table {
	background-color: #f4f4f4;
}
/* contact page*/
div#contactForm textarea {
	height: 5em;
	margin-bottom: 1em;
	width: 66em;
}

/*Survey banner css*/
#survey-div {
	background-color: #191919;
}

.hide-survey {
	display: none;
}

#survey-div .container {
	padding-top: 20px;
	/* padding-bottom: 20px; */
	padding-left: 3%
}

#survey-div h3 {
	margin-top: 0;
	margin-bottom: 6px;
	color: #FFFFFF;
}

#survey-div p {
	margin-bottom: 24px;
	color: #FFFFFF;
}

#survey-div .body div {
	float: left;
}

#survey-div .body div.button {
	margin-left: 40px
}

#survey-div .body .btn {
	color: #212529;
	background-color: #FFC627;
}

#survey-div .icon {
	text-align: right;
	color: #FFFFFF;
}

#survey-div .fa {
	cursor: default !important;
}

#survey-div i {
	font-size: 30px;
}

#survey-div #dismiss-survey {
	width: 31px;
	height: 31px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D0D0D0;
	opacity: 1;
	text-align: center;
	border-radius: 50%;
	float: right;
}

#survey-div #dismiss-survey i {
	font-size: 15px !important;
}

@media ( max-width : 991px) {
	#survey-div .icon {
		text-align: left;
	}
	#survey-div h3 {
		margin-top: 5px !important;
	}
	#survey-div .body div.button {
		margin-left: 0px;
		margin-bottom: 10px
	}
	#survey-div .body div {
		float: none;
	}
	.alert-fixed {
		left: 0;
		width: 100%;
		max-width: 991px;
	}
}

#applyForm input {
	margin-right: 10px;
}

#applyForm .cluetipTh {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#applyForm a {
	border-bottom: none;
}

#applyForm .btn {
	margin-top: 10px;
}

#wrapper-footer-colophon {
    background-color: #e8e8e8;
}

#wrapper-footer-colophon .colophon {
    margin: 1rem 0;
}

#innovation-footer .nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

#innovation-footer .nav-link {
    background: 0;
    border: 0;
}

#wrapper-footer-colophon a {
    color: #191919;
    margin-right: 1.5rem;
    text-decoration: none;
}

#innovation-footer a {
    border: 0;
}

#footer-colophon .nav-link {
    padding: 0;
}

#manualConsentoptout { 
	color: #191919 !important;
}

.tabs-header {
	display: flex;
	margin-bottom: 1rem;
}

.tabs-header .extra-border {
	flex-grow: 1;
	border-bottom: 1px solid #BFBFBF;
}

.tabs-header .tab {
	padding: 0.5rem 1rem;
	cursor: pointer;
	user-select: none;
	background: #fff;
	font-weight: bold;
	border-bottom: 1px solid #BFBFBF;
	border-top:none;
	border-left:none;
	border-right:none;
}

.tabs-header .tab.active {
	border-bottom: 8px solid #8C1D40;
}

.tabs-content .tab-pane {
	display: none;
}

.tabs-content .tab-pane.active {
	display: block;
}

.accelerated-accordion {
	border: 1px solid #BFBFBF;
}

.accordion-item+.accordion-item {
	border-top: 1px solid #BFBFBF;
}

.accordion-header {
	padding: 1rem 1.5rem;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	user-select: none;
	background: #FFFF;
	font-weight: bold;
	width:100%;
	border:none;
}

.accordion-header:hover {
	color: #8C1D40;
}

.accordion-icon {
	transition: transform 0.2s ease;
}

.accordion-icon .fa-chevron-down {
	margin: 0;
}

.accordion-header.active .accordion-icon {
	transform: rotate(180deg);
}

.accordion-panel {
	padding: 0.5rem 1.5rem 1.5rem;
	display: none;
}

.accordion-panel.active {
	display: block;
}

.checksheet-requirement td > p:first-of-type, .courseListRow > p:first-of-type {
	display: inline;
}

.checksheet-requirement td > p:first-of-type:after, .courseListRow > p:first-of-type:after {
  content: '\A';
  white-space: pre;
}


/* .tt_apply_keyup{
  border-radius: 4px !important;
  border:3px solid #66ccff !important;
 
}  */

/***********************************************************************************************
 * This is the responsive part - This media query adapts the design for low resolution screens *
 ***********************************************************************************************/
/* @media only screen and (max-width:990px){
	#advSearchForm select,#advSearchForm #keywordEntry,#advSearchForm #careerData,#advSearchForm .col-md-4{width:100% !important;} 
	#advSearchForm .undergrad-false, #advSearchForm .undergrad-false-options{width:100% !important;} 
	.google-map,.hide-map,.view-map{display:none !important;}
	
	#degreeDetails_menu{width:100% !important;}
} */
@media only screen and (max-width:990px) {
	#advSearchSection #filter-container {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	#advSearchForm {
		padding-left: 0px;
		padding-right: 0px;
	}
	#advSearchLink, #advSearchForm, #advSearchForm input, #advSearchForm select,
		#advSearchForm .keywordEntry {
		font-size: 14px !important;
	}
	#advSearchForm .advSearchRow {
		width: 100%;
	}
	#advSearchForm .btn-group, #advSearchForm .btn {
		width: 100%;
		margin-top: 5px;
	}
	#advSearchSection #filter-container .btn {
		width: auto !important;
	}
	/* #advSearchForm .pane-bundle-banner {display:none;} */
	#home_page #advSearchForm .pane-bundle-banner h2 {
		font-size: 40px;
		font-weight: 700;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#home_page #advSearchForm .pane-bundle-banner {
		padding-top: 0px;
		padding-bottom: 0px;
		display: block !important;
	}
	#advSearchForm .col-md-3 {
		width: 100%;
	}
	#advSearchForm .checkbox input[id="ONLNE"] {
		margin-left: 0px !important;
	}
	#advSearchForm #GoCollege, #advSearchForm .btn, #advSearchForm #keywordEntry
		{
		width: 100%;
		margin-top: 15px;
	}
	#degreeDetails_menu {
		width: 100% !important;
	}
	#advSearchSection .btn-default:hover, #advSearchSection .btn-default:focus
		{
		background-color: #fff;
		color: #555;
	}
	.no-padding {
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-right: 0 !important;
	}
	.responsive-text {
		display: block; /* Moves text to a new line on mobile */
	}

	/*  #advSearchForm .pane-bundle-banner{display:none;}  */
	.archive {
		margin-top: 0px !important;
	}
}

@media only screen and (max-width:930px) {
	.google-map, .hide-map, .view-map, .reset-map {
		display: none !important;
	}

	/* This code is to prevent webkit from stylizing the buttons itself */
	input[type="button"], input[type="submit"], input[type="image"] {
		-webkit-appearance: none;
		-webkit-tap-highlight-color: transparent;
	}
	::-webkit-input-placeholder {
		color: #999;
	}
	::-moz-placeholder {
		color: #999;
	} /* FF 19+ */
	:-moz-placeholder {
		color: #999;
	} /* FF 18- */
	:-ms-input-placeholder {
		color: #999;
	}
	.placeholder {
		color: #999 !important;
	} /* for the polyfill */
	td {
		padding: 0;
	}
	table {
		border-spacing: 0;
	}
	html {
		overflow-x: hidden;
	}
	html, body, #asu_container, #homeContainerDiv, .asu_container_home {
		min-width: 0px;
		width: 100% !important;
	}
	body.modal-open {
		overflow: hidden !important;
		position: fixed;
	}
	#major_middle_section.divTable, #major_middle_section .divRow,
		#major_middle_section .divRight, #major_middle_section .divLeft,
		#major_middle_section .divMiddle {
		display: inline !important;
		border-right: none !important;
	}
	#programsTable {
		margin: 0 !important;
	}
	#programsTable tr:nth-child(odd) {
		background-color: #FAFAFA;
	}
	.mobile-no-padding {
		padding: 0 !important;
	}
	.mobile-program-row {
		display: flex;
		font-size: 11pt;
		line-height: 16px;
		margin-bottom: 8px;
	}
	.mobile-program-row-label {
		min-width: 75px;
	}
	.mobile-program-row-link {
		margin-left: 1rem;
	}
	.mobile-tag-row {
		display: flex;
		justify-content: end;
		gap: 1rem;
	}
	.mobile-tag {
		color: #484848;
		background-color: #D0D0D0;
		font-size: 11pt;
		line-height: 16px;
		padding: 2px 6px;
		margin: 10px 0;
		border-radius: 2px;
	}
	.mobile-padding-program-results {
		padding: 0 2rem !important;
	}
	.mobile-margin-program-section {
		margin-top: 24px !important;
	}
	.mobile-w-full {
		width: 100%;
	}
	.mobile-bold {
		font-weight: 700;
	}
	.mobile-new-btn-row {
		padding: 0 1rem;
	}
	.mobile-new-btn {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.mobile-flex {
		display: flex;
		justify-content: space-between;
	}
	.mobile-no-display, .desktop-toggle {
		display: none;
	}
	.mobile-display {
		display: inline;
	}
	.mobile-display-block, #mobileSearchMenu {
		display: block;
	}
	#mobileSearchMenu {
		background-color: #fff;
		z-index: 100;
	}
	.mobile-toggle {
		display: inline;
		color: black;
		margin-left: 10px;
		margin-right: 10px;
	}
	#roadmap_middle_section .mobile-toggle-content, #career_middle_section .mobile-toggle-content
		{
		display: none;
		border: none !important;
	}
	.btn {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	.wait {
		position: relative;
		left: 0;
		top: 0;
	}
	p {
		line-height: 1.44;
	}
	H1 {
		font-weight: bold;
		font-size: 18pt;
		margin-top: 15px;
	}
	TABLE.MajorList TR {
		height: 50px !important;
	}
	TABLE#mainLayoutTable {
		padding-right: 10px;
	}
	#cluetip {
		display: none !important;
	}
	.sticky {
		position: static !important;
		width: auto !important;
		min-width: auto !important;
	}
	.mobile-flex-col {
		display: flex;
		flex-direction: column;
	}
	.mobile-lockup {
		height: auto !important;
	}

	/*************
	* Apply Now *
	*************/
	#applyNowTitle, #major_map_tooltip_title {
		font-size: 26px;
		line-height: 1em;
		display: block;
		font-weight: bold;
	}
	#applyNow_contain {
		padding: 20px;
	}
	.applyMobile_contain table, .applyMobile_contain tbody,
		.applyMobile_contain tr, .applyMobile_contain td {
		width: 100%;
	}

	/************
	* homepage *
	************/
	#homeContainerDiv #homeContainer #leftMenuDiv {
		display: none !important;
	}
	#homeContainerDiv .homePageLeftMenu {
		width: 0%;
		display: none;
	}
	#homeContainerDiv .minorHomePageRightMenu {
		display: none;
		width: 0%;
	}
	#homeContainerDiv .homePageMainMenu {
		width: 100%;
	}
	#homeContainerDiv #homePageTopMenu {
		display: none;
	}
	#homeContainerDiv #byInterest .detailContent {
		clear: both;
		width: 100%;
		margin-left: 0;
	}
	#homeContainerDiv #interestBoxImg {
		float: left;
		margin-top: 20px;
		margin-left: 20px;
		text-align: center;
	}
	#homeContainerDiv #byInterest.detailTxt {
		font-size: 18px;
		line-height: 1.1em;
	}
	#homeContainerDiv #interestBoxText {
		float: left;
		width: 140px;
		font-size: 18px;
		margin-top: 40px;
	}
	#homeContainer {
		width: 100%;
		margin-left: 0px;
	}
	#homeContainerDiv .tablerow1 {
		background-color: #f1f1f1;
	}
	#homeContainerDiv .tablerow0 {
		background-color: white;
	}
	#homeContainer .homeInterestBox {
		margin-left: 0;
		margin-right: 0;
	}
	#homeContainer .homeInterestLabel {
		font-size: 20px;
		font-weight: normal;
		margin-top: 15px;
		margin-left: 20px;
	}
	#homeContainerDiv .breadcrumbAsuProgram {
		display: table;
		width: 100%;
		height: 40px;
		background-color: #505558;
		margin-bottom: 20px;
	}
	#homeContainerDiv .breadcrumbAsuProgramTxt {
		margin-left: 20px;
		margin-top: 10px;
		float: left;
		font-size: 15px;
		font-weight: normal;
		color: white !important;
	}
	#homeContainerDiv .breadcrumbAsuProgram :hover {
		text-decoration: none !important;
	}
	#homeContainerDiv .breadcrumbDegreeTxt {
		font-size: 25px;
		font-weight: normal;
		margin: 20px 20px 20px 20px;
		display: block;
		color: #444;
		line-height: 1;
	}
	#homeContainerDiv #searchInterestMobile {
		display: none;
	}
	/* 	#homeContainerDiv #byInterest.detailImg {
		width: 85%;
		height: 85%;
	} */

	/******************
	* Career Details *
	******************/
	#career_main {
		width: 100%;
		margin-bottom: 1em;
		box-sizing: border-box;
	}
	.career_main_subTitle {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding-top: 10px;
		border: none;
		color: #000;
		height: 30px;
		width: 10%;
		display: table-cell;
		vertical-align: middle;
	}
	.career_subTitle_icon {
		margin-top: 5px;
	}
	.careerTitle {
		display: block;
		line-height: 1.1em;
		margin: 0 !important;
	}
	.mobile-title {
		padding: 8px 0 20px 10px;
	}
	.mobile-table-container {
		width: 100%;
		padding: 10px 0 10px;
	}
	.mobile-table-container table {
		width: 100% !important;
	}
	#career_main .empTrend {
		width: 100%;
		border: none;
		margin: 0 0 20px 0;
	}
	#mobile-employTbl {
		margin: 0 auto !important;
		border-collapse: collapse;
	}
	#mobile-employTbl tr:first-child {
		border-bottom: 2px solid #CCCCCC;
	}
	#mobile-employTbl th, #mobile-employTbl td {
		width: 100%;
		padding: 0 0 0 10px;
		text-align: right;
		white-space: normal;
		word-wrap: break-word;
		display: block;
		text-align: left !important;
		border: none !important;
		background-color: transparent !important;
	}
	#mobile-employTbl tr td:first-child {
		padding-top: 10px;
	}
	#mobile-employTbl tr td:last-child {
		padding-bottom: 10px;
	}
	#mobile-employTbl tr th:last-child {
		font-size: 14px;
		padding-bottom: 5px;
	}
	#mobile-employTbl .mobile-title {
		text-decoration: underline;
		padding: 0 0 2px 10px;
	}
	#career_main .mobile-toggle-content .mobileCell {
		padding: 15px;
	}
	#career_main .career_main_bullet {
		margin: 0 0 5px;
	}
	#career_main .career_main_bullet:last-child {
		margin: 0;
	}

	/******************
	* Degree Details *
	******************/
	.t1Div {
		border-bottom: none;
	}
	.mobile-table {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
	}
	.mobile-table, .mobile-table tbody, .mobile-table tr, .mobile-table td {
		display: block !important;
		width: 100% !important;
	}
	.mobile-table .btn {
		margin: 5px 0;
		text-align: center;
	}
	#mainLayoutTableMajorInfo .majormap-box {
		float: none;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 1em;
		width: 100%;
	}
	#mainLayoutTableMajorInfo .majormap-box table {
		margin: 0;
	}
	#mainLayoutTableMajorInfo #college-info {
		margin-left: 0;
		margin-top: 0;
	}
	#mainLayoutTableMajorInfo #userMenuHeader .mm_subplan {
		font-size: 13px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#mainLayoutTableMajorInfo #userMenuHeader {
		padding-left: 0;
		padding-right: 0;
		background-color: white;
	}
	span.mobile-toggle {
		cursor: pointer;
	}
	.inlineTitle {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.majorInfoTable .showVideoFrame span {
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none !important;
	}
	#degreeDetails_contain #mainLayoutTableMajorInfo {
		width: 100% !important;
		padding: 10px 10px 0px 10px !important;
	}
	#degreeDetails_contain #mainLayoutTableMajorInfo .t1Table {
		padding: 0 !important;
	}
	#degreeDetails_contain #mainLayoutTable {
		width: 100%;
		padding: 20px 10px 10px !important;
	}
	#degreeDetails_contain #mainLayoutTable td.mayorInfoTd,
		#degreeDetails_contain #mainLayoutTable #rightContent {
		display: block !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}
	#degreeDetails_contain #mainLayoutTable #careerdataTbl {
		margin: 0 !important;
		border-collapse: collapse;
		width: 100%;
		padding: 0 10px;
	}
	#degreeDetails_contain #mainLayoutTable #careerdataTbl tr:first-child {
		border-bottom: 2px solid #CCCCCC;
	}
	#degreeDetails_contain #mainLayoutTable #careerdataTbl th,
		#degreeDetails_contain #mainLayoutTable #careerdataTbl td {
		width: 100%;
		padding: 0 0 0 10px;
		text-align: right;
		white-space: normal;
		word-wrap: break-word;
		display: block;
		text-align: left !important;
	}
	#degreeDetails_contain #mainLayoutTable #careerdataTbl tr td:first-child
		{
		padding-top: 10px;
	}
	#degreeDetails_contain #mainLayoutTable #careerdataTbl tr td:last-child
		{
		padding-bottom: 10px;
	}
	#degreeDetails_contain #mainLayoutTable #careerdataTbl tr th:last-child
		{
		padding-bottom: 10px;
	}
	#degreeDetails_contain .majorDeadlineTable table {
		margin-left: 0px;
		font-size: 14px !important;
	}
	#degreeDetails_contain .mobileCell {
		font-size: 16px !important;
	}
	#degreeDetails_contain .transfer_container .column-left {
		width: 100%;
		border-right: 0;
	}
	#degreeDetails_contain	.transfer_container .column-right {
		width: 100%;
		border: none;
	}
	#degreeDetails_contain	.transfer_container .column-center {
		width: 100%;
		border: none;
	}
	.majorMap-header span {
		color: #000;
	}
	span.tt_noTitle {
		color: black !important;
	}
	#major_middle_section .major-menu-list {
		clear: both;
		float: none;
	}

	/**************************
	* topmenu and breadcrumb *
	**************************/
	.mobileSearchLinebreak {
		clear: both;
		margin-top: 10px;
	}
	.mobileSearchOption, #advSearchInterestOption, #advSearchCollegeOption {
		height: 35px;
		display: block;
		border-left: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
	}
	.searchDropboxContentSmall {
		/* vertical-text:middle !important;
	display:block; */
		margin-left: 20px;
		text-decoration: none !important;
		display: block;
	}
	.breadcrumbDiv {
		display: none;
	}
	#topMenuContainer .breadcrumb {
		background-color: #505558;
		display: block;
		height: 20px;
		padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 0;
	}
	#topMenuContainer .breadcrumbAsuProgram {
		display: none;
	}
	#topMenuContainer .breadcrumbDegreeTxt {
		margin-left: 20px;
		font-size: 15px;
		font-weight: normal;
		color: white !important;
		vertical-align: middle;
		text-decoration: none;
	}

	/* .inlineTitle span{margin-top:15px;} */
	.inlineTitle {
		background-color: transparent !important;
		text-align: left !important;
		display: table-cell;
		color: black;
		height: 30px;
		margin: 0;
		vertical-align: middle;
		width: 10%;
		font-size: 16px;
		padding: 0;
		border: none;
	}
	.mobileTable {
		border-collapse: collapse;
	}
	.mobileTable, .mobileRow {
		border: 1px solid #E3E6E6;
		width: 100%;
	}
	.mobileCell {
		vertical-align: middle;
		width: 100%;
		padding: 5px 10px;
	}
	#mainLayoutTable #careerdataTbl .underline {
		border-bottom: transparent !important;
	}
	.mobile-underline {
		border-bottom: 1px solid #CCCCCC;
	}
	#mainLayoutTable #rightContent {
		width: 100%;
	}

	/****************
	* Term Details *
	****************/
	#majorMapDetails #mainLayoutTable {
		width: 100%;
		padding: 20px 10px 10px !important;
	}
	#majorMapDetails #mainLayoutTable td.mayorInfoTd, #majorMapDetails #mainLayoutTable #rightContent
		{
		display: block !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}
	#majorMapDetails #mainLayoutTable td.mayorInfoTd.mobile-no-display {
		display: none !important;
	}
	#mobileTermTbl {
		margin: 5px 0 0;
	}
	.mobileTermTbl.mobileTable, .mobileTermTbl .mobileRow {
		border: none !important;
	}
	.mobileTermTbl .outputMessage, .mobileTermTbl .reqUnderCat,
		.mobileTermTbl .mobile-icon {
		display: table-cell;
		vertical-align: middle;
		padding-right: 5px;
	}
	.mobileTermTbl .mobile-icon:empty {
		display: none;
	}
	.mobileTermTbl .mobile-outputMessage {
		font-weight: bold;
		font-size: 14px;
		color: black;
	}
	.mobileTermTbl .mobile-requirements {
		font-size: .85em;
	}
	.requirementCell {
		padding: 0 10px 10px 32px !important;
	}
	.termTitle {
		font-size: 16px;
		margin: 0;
		padding: 0;
		border: none;
		height: 30px;
		width: 10%;
		display: table-cell;
		vertical-align: middle;
	}
	.mobileCourseInfo {
		font-size: 12px;
	}
	#majorMapDetails #rightContent DIV#userMenu {
		margin: 0 !important;
	}
	#mobileTrackGroup .mobileTermTbl .mobileCell {
		padding: 5px 10px !important;
	}
	.trackGroupDiv, .trackGroupDiv .innerDiv, .trackGroupDiv div {
		float: none;
	}
	.trackGroupDiv .innerDiv div {
		width: 100%;
	}
	.generalNotesDiv-mobile {
		width: 100%;
		float: none;
		font-size: 12px;
	}
	.generalNotesDiv-mobile ul {
		padding-left: 20px;
		padding-right: 30px;
	}
	.generalNotesDiv-mobile ul .title {
		list-style: none;
		padding-bottom: 5px;
		font-weight: bold;
		margin-left: -14px;
	}
	.generalNotesDiv-mobile .noBullets {
		list-style: none;
	}
	.generalNotesDiv-mobile div {
		float: none;
		width: 100%;
	}
	#trackGroupHeader {
		padding: 10px 10px 0;
	}
	/* #mobileTrackGroup {
		display: none;
	} */
	#trackGroupTitle {
		font-weight: bold;
	}

	/********************
	* Course Info Page *
	********************/
	#courseInfo_contain {
		padding: 20px;
	}
	#courseInfo_contain .mobile-title {
		padding-left: 0;
	}
	#courseInfo_contain .courseInfoHeader {
		font-size: 26px;
		line-height: 1em;
		display: block;
		font-weight: bold;
	}
	#courseInfo_contain .courseInfoTitle {
		color: #505558;
		display: block;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		/* 	line-height: 1.1em; */
		/* 	margin: 0 !important; */
	}
	#courseInfo_contain .courseInfoHeader span, #courseInfo_contain .courseInfoTitle span
		{
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.closeInfo {
		margin-right: 30px;
	}
	.closeInfo img {
		size: 24px;
	}

	/***********
	* Buttons *
	***********/
	.btn {
		display: block;
		margin-bottom: 0;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		border-top-color: rgba(255, 255, 255, 0.4);
		border-bottom-color: rgba(0, 0, 0, 0.9);
		white-space: nowrap;
		padding: 10px 36px;
		font-size: 16px;
		line-height: 1.5;
		border-radius: 4px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	.btn-lg {
		padding: 18px 54px;
		font-size: 20px;
		line-height: 1.33;
		border-radius: 4px;
	}
	.btn-sm {
		padding: 10px;
		font-size: 14px;
		line-height: 1.5;
		border-radius: 4px;
	}
	.btn-xs {
		padding: 1px 5px;
		font-size: 14px;
		line-height: 1.5;
		border-radius: 2px;
	}
	.btn-block {
		display: block;
		width: 100%;
	}
	.btn-red {
		background-color: #903;
		color: white;
	}
	.btn-gold {
		background-color: #fec422;
		color: black;
	}

	/*************
	* Dropdowns *
	*************/
	.mobile-dropdown {
		width: 100%;
		height: 35px;
		overflow: hidden;
		outline: none;
		margin: 0 auto;
		border: 1px solid #CFCFCF;
		border-radius: 3px;
		cursor: pointer;
		/*  background: -webkit-linear-gradient(#f0f0f0, #dfdfdf);
    background: -o-linear-gradient(#f0f0f0, #dfdfdf);
	background: -moz-linear-gradient(#f0f0f0, #dfdfdf);
	background: linear-gradient(#f0f0f0, #dfdfdf); */
	}
	.mobile-dropdown span.fieldname {
		display: none;
	}
	.mobile-dropdown span.fieldname.placeholder {
		height: 100%;
		border: none;
		background: transparent;
		margin: 0;
		padding: 0 10px;
		font-size: 15px !important;
		display: inline;
		position: relative;
		top: 10px;
		float: left;
	}
	.mobile-dropdown span.select {
		float: right;
		border-left: 1px solid #CFCFCF;
		width: 35px;
		height: 100%;
		display: inline;
	}
	.mobile-dropdown span.up-arrow {
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #b1b1b1;
		display: block;
		margin: 0 auto;
		position: relative;
		top: 10px;
	}
	.mobile-dropdown span.down-arrow {
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #b1b1b1;
		display: block;
		margin: 0 auto;
		position: relative;
		top: 15px;
	}
	.mobile-dropdown select {
		width: 120% !important;
		height: 100%;
		border: none;
		background: transparent;
		margin: 0;
		padding: 0 10px;
		font-size: 15px !important;
		display: inline !important;
		position: relative;
		top: -35px;
		color: #666;
	}

	/**************
	* Text Field *
	**************/
	.mobile-input {
		width: 100%;
		height: 35px;
		overflow: hidden;
		outline: none;
		margin: 0 auto;
		border: 1px solid #CFCFCF;
		border-radius: 3px;
	}
	.mobile-input input, .mobile-input input#keywordEntry {
		width: 100% !important;
		height: 100% !important;
		border: none !important;
		background: transparent !important;
		margin: 0 !important;
		padding: 0 10px !important;
		font-size: 15px !important;
		display: table-cell !important;
		color: #666;
		box-sizing: border-box;
	}
	#homeContainerDiv #mobileSearchMenu, #homeContainerDiv #advMobileSearchMenu
		{
		display: block;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		z-index: 100;
		background-color: #fff;
	}
	#homeContainerDiv .breadcrumb {
		padding-top: 0;
		padding-left: 0;
	}

	/***********
	* tooltip *
	***********/
	#major_map_tooltip_contain {
		padding: 10px;
	}

	/* #majorMapTT, #subPlanForm{
		font-size:13px;		
	} */
	#majorMapTT td {
		padding: 5px 10px;
	}
	/* #subPlanForm {
		padding:10px;
		font-weight:normal;
	} */
	#mobile-mmconcurrent-container input, #mobile-mmsubplan-container input,
		#applyNow_contain input {
		margin-right: 10px;
	}
	#applyNow_contain tr td {
		padding-bottom: 0;
		padding-top: 0;
	}

	/***************
	* footer link *
	***************/
	DIV#footerLinks {
		border-top-style: none;
	}
	DIV#footerLinks .bottomLinkLeft {
		text-align: left;
	}
	DIV#footerLinks .bottomLinkProgram {
		font-size: 20px;
		margin-left: 0;
	}
	DIV#footerLinks .searchLabel {
		margin-left: 20px;
	}
	DIV#footerLinks .bottomLinkProgram a {
		color: white !important;
		font-weight: normal !important;
		display: block;
		margin-right: 20px;
		margin-left: 20px;
		text-align: center;
	}
	DIV#footerLinks .btn-block {
		display: block;
		width: 100%;
	}
	DIV#footerLinks .btn-lg {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		font-size: 20px;
		line-height: 1.33;
		margin-top: 10px;
		padding: 12px 24px 12px 24px;
	}
	DIV#footerLinks .btn-blue {
		background-color: #038dd5;
		color: white;
	}
	DIV#footerLinks .more {
		margin-top: 0;
		margin-left: 20px;
		width: 99%;
	}
	DIV#footerLinks .more span {
		border-bottom: 1px dotted #999999;
		border-right: none;
		display: block;
		height: 30px;
		font-size: 15px;
		font-weight: normal;
		text-align: left;
		margin-top: 15px;
	}
	DIV#footerLinks .more span a {
		margin-left: 20px;
	}
	DIV#footerLinks .more p {
		text-align: left;
		margin-left: 10px;
	}
	DIV#footerLinks .footer-spacer {
		height: 5px;
		width: 100%;
		margin-top: 20px;
		background-color: #903;
	}
	.asuFooterContainer {
		text-align: left;
	}
	.black-font {
		color: black !important;
	}
	.red-font {
		color: #903 !important;
	}
	.orange-overlay {
		background-color: #FFA040;
	}
	.termNotes {
		font-size: .85em;
	}
	.termNotesHeader {
		font-weight: bold;
		font-size: 14px;
		color: black;
	}
	/****************
 * Contact Page *
 ****************/
	div#contactForm textarea {
		width: 20em !important;
		height: 10em;
		margin-bottom: 1em;
	}
	div#contactForm .subjectLbl, div#contactForm .fromLbl, div#contactForm .commentsLbl,
		div#contactForm .emailLbl {
		font-size: 13px;
		font-weight: bold;
		display: block;
	}
	div#contactForm .fromLbl, div#contactForm .commentsLbl {
		margin-top: -15px;
	}
	div#contactForm #comments {
		width: 20em !important;
	}
	div#contactForm #subject, div#contactForm #from, div#contactForm #emailAddr
		{
		width: 20em !important;
		display: block;
	}
	div#contactForm {
		margin-left: 0px;
	}
	/*hero image header*/
	.title-banner-undergrad, .title-banner-grad,
		.title-banner-undergrad-minors {
		min-width: auto;
	}
	.undergrad-img-title h2, .grad-img-title h2, .undergrad-minor-img-title h2
		{
		font-size: 35px !important;
		margin-top: -60px !important;
		width: 150px;
	}
	/* program list*/
	#programsTable .majorSummaryDiv {
		display: block !important;
	}
	#programsTable #list_icon {
		display: none;
	}
	#programsTable .degree, #programsTable .MajorMap, #programsTable .MajorMapHeader,
		#programsTable .campuses, #programsTable .campusesHeader,
		#programsTable .online, #programsTable .onlineHeader, #programsTable .collegeAlphaHeader,
		#programsTable .collegeAlpha, #programsTable .menuHeader,
		#programsTable .menu {
		display: none;
	}
}