/* 
This is the section css for
 
*/



#CollegeTemplateSlideshow::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 99%;
	background-color: rgba(56, 33, 64, 0.7);
	z-index: 1;
}

a#btnContactBrandTop {
	z-index: 2;
}

#CollegeTemplateSlideshow h2 {
	text-align: center;
	bottom: 40%;
	position: absolute;
	color: #ffe800;
	z-index: 3;
	font-size: 2.9em;
	width: 100%;
	left: 0;
	text-transform: unset;
}
#CollegeTemplateSlideshow h2 .smallHead {
	text-align: center;
	bottom: 50%;
	position: absolute;
	color: white;
	z-index: 3;
	width: 100%;
	left: 0;
	font-size: .35em;
}
@media only screen and (max-width:768px){
	#CollegeTemplateSlideshow h2 {

		font-size: 1.7em;
	}
}


/* MENU BUTTONS LIST */

#home-content .menu-buttons-list {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #6e3061;
    padding: 10px 0px;
    width: 100%;
    margin: 0px;
}

#home-content .menu-buttons-list .nav-item {
    text-align: center;
    line-height: 1.15;
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
}
#home-content .menu-buttons-list .nav-item a, 
#home-content .menu-buttons-list .nav-item {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}
#home-content .menu-buttons-list .nav-item a:hover,  
#home-content .menu-buttons-list .nav-item:hover{
	color: #ffe800;
}

#home-content .menu-buttons-list .nav-item .HW-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px 10px 0px;
    background-color: #6e3061;
    color: #fff;
    border-right: 2px solid #FFF;
    border-radius: 0px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    margin-left: 15px;
}

#home-content .menu-buttons-list .nav-item .HW-link:hover {
	color: #FFE800;
}

#home-content .menu-buttons-list .nav-item .HW-link .arrow {
	transition: transform 0.2s ease;
}

#home-content .menu-buttons-list .nav-item .HW-link:hover .arrow {
	transform: translateX(-4px);
}

#home-content .menu-buttons-list .nav-item .HW-link:active {
	transform: scale(0.98);
}

@media only screen and (max-width:768px) {
	#home-content .menu-buttons-list .nav-item .HW-link {
		display: inline-flex;
		border-right: none;
		border-bottom: 2px solid yellow;
		margin: 0px;
		padding: 15px 0px 10px;
		margin-left: -13px;
		width: 50%;
	}
	#home-content .menu-buttons-list {
		display: block;
		padding: 0 20px 20px;
	}
	#home-content .menu-buttons-list .nav-item {
		display: block;
		padding: 5px 15px;
		text-align: left;
	}
	#home-content .menu-buttons-wrapper {
		margin-top: 5px;

	}

}

#home-content #home-rebrand .menu-buttons-wrapper {
	margin-top: 0px;
}



/* card section  */

#home-content #cardSectionHomepage {
    padding: 2% 4% 0;
}

#home-content #cardSectionHomepage h3 {
    font-size: 1.3em;
}

#home-content #cardSectionHomepage .card h4 {
	font-size: 1.3em;
	line-height: 1.2em;
}
#home-content #cardSectionHomepage .card .card-content {
	padding: 0px 15px 15px;
}

#home-content #cardSection .card h3{
	font-size: 1.2em;
	line-height: 1.2em;
}

#home-content #cardSection h3, #home-content .linkSection h3, #home-content .tabContainer h3{
	line-height: 1em;
	text-transform: uppercase;
	color: #441F49;
	margin-top: 10px;
	padding-top: 10px;
}
#home-content #cardSection h3, #home-content #cardSection h3:after, #home-content .linkSection h3:after, #home-content .tabContainer h3:after{
	border-bottom: none;
	background: none;
}

#home-content #cardSection, #home-content #cardSectionHomepage {
	float: left;
	width: 100%;
}

#home-content #cardSection > .row-responsive, #home-content #cardSectionHomepage > .row-responsive{
	display: flex;
}

#home-content #cardSection > .row-responsive:last-of-type {
	margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
	#home-content #cardSection > .row-responsive, #home-content #cardSectionHomepage > .row-responsive{
		display: block;
	}
}

#home-content #cardSection .grid4{
	padding: 10px;
}

#home-content #cardSectionHomepage .grid4{
	padding: 10px;
}

#home-content #cardSection .grid4:first-of-type{
	padding-left: 0px;
}
#home-content #cardSection .grid4:last-of-type{
	padding-right: 0px;
}

#home-content #cardSectionHomepage .card {
	border: 2px solid #eee;
	border-top: 7px solid #441F49;
	background-color: #fff;
	float: left;
	width: 100%;
	height: 100%;
}

#home-content #cardSection .card {
	border: 2px solid #eee;
	border-top: 7px solid #441F49;
	background-color: #fff;
	float: left;
	width: 100%;
	height: 100%;
	padding: 5px 15px;
}

#home-content .card img{
	display: block;
}
#home-content .card .slides{
	min-height: 300px;
}
#home-content #cardSection .card .slides h3{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.5em;
}
#home-content .card .contentSlides{
	margin-top: 0px;
}
#home-content .card img + span.pdfIcon{
	display: none;
}



@media only screen and (max-width: 768px) {
	#home-content #cardSection > .row-responsive {
		display: block;
	}
}
