/*******************
GENERAL
*******************/
.row {
	display: flex;
	flex: 1;
}
.col {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 10px;
}
/*Gradient line*/
.gradient-underline::after {
	content: "";
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fdce45;
	background: linear-gradient(317deg, rgba(218,242,61,1) 0%, rgba(253,206,69,1) 100%);
	border-radius: 5px;
}

.gradient-underline h3 {
	margin: 0;
}

#degreesList {
	margin: 25px 0;
	max-width: 700px;
}

h2.scaleDown {
	font-size: calc(1.3rem + (10) * ((100vw - 400px) / (300))); 
}

.panel__title::after {
    width: 0% !important;
}

/*******************
MAIN HEADER 
*******************/
.hero__details--title {
	line-height: 1.1;
	max-width: 18em;
	font-weight: 700;
	padding-bottom: 1.3rem;
	margin: 0;
	padding-top: 1.3rem;
	text-shadow: 1px 2px 2px rgb(0 0 0 / 80%);
	color: #fff;
}
.hero_section {
	background-color: #fbb034;
	background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
	z-index: -1;
}
.diagonal-hero-bg {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

/*******************
LOGO STYLING INLINE
*******************/
.block-revealer__content {
	display: flex;
	align-items: center;
}
.program-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: start;
}
.program-icon {
	display: block;
	border-radius: 8px;
	background: #e2e9f4;
	box-shadow: 5px 5px 5px #a7acb5, -5px -5px 15px #ffffff;
	width: calc(2.5rem + (10) * ((100vw - 400px) / (600 - 400)));
	height: calc(2.5rem + (10) * ((100vw - 400px) / (600 - 400)));	
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 25px;
	max-width: 90px;
	max-height: 90px;
}

/***********************
SEARCH/FILTER STYLES 
***********************/
.searcher {
	display: flex;
	flex: 1;
	align-items: center;
}
.searcher input[type="text"] {
	padding: 10px;
	width: 100%;
	margin-right: 10px;
}
.filter-div, .search-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #eeee;
	padding: 10px;
	border: 1px solid #dee2e6;
}
.section-filter-div.dropdown {
	background-color: transparent;
	border: 0px solid #dee2e6;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.dropdown, .dropup {
	position: relative;
}
button.btn.btn-reset-filter {
	background-color: #a10c22;
	padding: 5px 12px !important;
	color: #fff;
	border-radius: 28px;
	font-size: 14px;
	margin-left: 10px;
}
/*Open filter JS*/
.hidden {
	display: none;
}
.section-filter-div.dropdown span.title-label-filter {
	font-weight: bold;
	margin-right: 10px;
}
.section-filter-div.dropdown .Filter-icon, .search-btn, .clear-btn {
	background: #fff;
	width: 30px;
	height: 30px;
	border: 1px solid #000000;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.section-filter-div.dropdown .Filter-icon img {
	width: 14px;
}
img {
	border: none;
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: middle;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.section-filter-div.dropdown span.title-label-filter {
	font-weight: bold;
	margin-right: 10px;
}
.dropdown-menu.filter-dropdown-menu .filter-header .filter-title {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dropdown-menu.filter-dropdown-menu {
	padding: 15px;
	border-radius: 0;
	box-shadow: #494949 0 0 16px;
}
.dropdown-menu.filter-dropdown-menu.show {
	z-index: 9999999;
	min-width: 300px;
}
button.btn.btn-reset-filter {
	background-color: #a10c22;
	padding: 5px 12px !important;
	color: #fff;
	border-radius: 28px;
	font-size: 14px;
	margin-left: 10px;
}
.show {
	display: block!important;
}

/*****************
PROGRAM LISTING
******************/
svg.iconify.dept-arrow {
	margin-left: auto;
}
.department-title {
	font-size: 20px;
	text-transform: capitalize;
	padding: 5px 0;
	font-weight: 600;

}
a.department-body {
	flex: 1;
	padding: 15px 12px;
	border: 1px solid #dee2e6;
	font-size: 16px;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: background 300ms;
	color: black;
}

a.department-body:hover {
	background:linear-gradient(120deg, #001b33 0%, #023867 35%, #007ecc 100%);
	color: #fff;
}

a.department-body:focus-visible, a.department-body:active {
	background: #fdb930;
	color: #023867;
	outline: none;
}

dt {
	visbility: hidden;
	display: none;
}
dd {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
	border-bottom: none;
	margin-left: 15px;
}
dd:before {
	visibility: hidden;
	display: none;
}
.degree-list {
	background: #fff;
}
/*HOVER TEXT DATA ATTR*/
.hovertext {
	position: relative;
	padding-left: 10px;
}
.hovertext:before {
	content: attr(data-cert);
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	transition: opacity .5s ease-in;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 110%;
	text-transform: capitalize;
}
.hovertext:hover:before {
	opacity: .95;
	visibility: visible;
	width: 200px;
}
.department-bkg {
	margin: 50px;
}
.department-bkg img {
	display: none;
	visibility: hidden;
}

span.degree-type.hovertext {
	padding: 2px 10px;
	background: #dae9f8;
	border-radius: 4px;
	margin-left: 10px;
	color: #023867;
}
			
		
/*********************
ASSET SIDE BAR NAV
**********************/
/*Department Team*/
.acp-info {
	padding: 3px 3px 0 3px;
	padding:
}
.department-team, .department-partners, .department-buildings {
	font-size: initial;
	padding: 10px;
	margin: 5px;
} 
.left-box {
	margin-bottom: 0px;
	margin-top: 20px;
	word-wrap:break-word;
}
.left-box .child-boxdiv {
	margin-bottom: 25px;
}
.Details-info {
	margin-bottom: 0px;
	border-bottom: 0px solid #dee2e6;
	padding-bottom: 0px;
}
.listul {
	margin: 0;
}
.department-team h4, .department-partners h4, .department-buildings h4 {
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	margin: 0 0 10px 0;
	position: relative;
	text-decoration: underline;
}
.program__nav--list-item a {
	background: linear-gradient(0deg, #ddef3e, #f4d743) no-repeat right bottom / 0 100%;
	transition: background-size 350ms;
}
.program__nav--list-item-secondary {
    cursor: pointer;
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 1rem;
}
.program__nav--list-item-secondary a {
	text-decoration: none;
	color: #000000bf;
	position: relative;
	padding-bottom: 2px;
	font-family: 'Antonio', sans-serif;
	background: linear-gradient(0deg, #ddef3e, #f4d743) no-repeat right bottom / 0 100%;
	transition: background-size 350ms;
	line-height: 1.7;
}
.program__nav--list-item a:hover, .program__nav--list-item-secondary a:hover {
	background-size: 100% 100%;
	background-position-x: left;
	color: #000;
}

/***************
PROGRAM TAGS
***************/
#programsList {
	display: flex;
	flex-wrap: wrap;
	max-width: 750px;
}

span.numDegrees {
	padding: 0px 6px;
    background: #dae9f8;
    border-radius: 4px;
    margin-left: 6px;
    color: #023867;
}

a.programTag {
    padding: 4px 10px;
    border: 1px solid #ddd;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    text-transform: capitalize;
    text-decoration: none;
    color: black;
}

a.programTag:hover {
	background: #023867;
    color: #fff;
}

a.programTag:focus-visible, a.programTag:active {
	background: #fdb930;
	color: #023867;
	outline: none;
}

/***********
FILTERS
***********/
#typesList {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
}

span.typeFilterTag {
    padding: 0px 6px;
    background: #dae9f8;
    border-radius: 4px;
    margin-left: 6px;
    color: #023867;
}

span.typeFilterName {
    text-transform: capitalize;
}

span.typeFilter {
    font-size: .9rem;
    padding: 4px 10px;
    border: 1px solid #ddd;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    text-transform: capitalize;
    text-decoration: none;
    color: black;
	cursor: pointer;
}

span.typeFilter:hover {
	border-color: #023867;
}

span.typeFilter.activeFilter {
	background: #023867;
    color: #fff;
}


/********
RESOURCES
*********/
.full .card.sticker.course {
	flex: 1;
}
