/* 
This is the section css for
Stem Grant2 
*/

.borderContent{
	padding: 5% 20%;
}
.borderContent .border{
	padding: 2.5% 2.5% 5% 2.5%;
}

.STEMpic{
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.STEMacc .grid6{
	padding-right: 10px;
}



/*Responsive CSS triangles. Resize the Result section to see the triangles in action.*/

#arrow-section, .gen-pad{
	display: block;
	float: left;
	width: 100%;
	padding: 0px 10%;
}
.gen-pad{
	padding: 2.5% 5% 2.5% 5%;
}
#arrow-section .grid10 .grid3{
	padding: 0px 5%;
}
#arrow-section .grid2 img{
	display: block;
	margin: 0 auto;
}
.first-row h3{
	text-align: center;
}
.first-row .row-responsive{
	margin-bottom: 0px;
}


.box{
	width: 92%;
	background-color: #6e3061;
	color: #fff;
	margin-bottom: 20px;
	padding: 3% 15%;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;

	&:before,
	&:after {
		width: 20px;
		height: 50%;
		position: absolute;
		right: 100%;
		content: "";
	}

	&:before {
		top: 0px;
		background: linear-gradient(to left top, #ffe800 50%, transparent 50%)
	}

	&:after {
		top: 50%;
		background: linear-gradient(to left bottom, #ffe800 50%, transparent 50%)
	}
}

.light-purple-box {
	background-color: #6e3061;
	color: #fff;

	&:before {
		background: linear-gradient(to left top, #6e3061 50%, transparent 50%)
	}

	&:after {
		background: linear-gradient(to left bottom, #6e3061 50%, transparent 50%)
	}
}

.bronze-box {
	background-color: #d4a129;
	color: #6e3061;

	&:before {
		background: linear-gradient(to left top, #d4a129 50%, transparent 50%)
	}

	&:after {
		background: linear-gradient(to left bottom, #d4a129 50%, transparent 50%)
	}
}


.purple-box {
	background-color: #382140;
	color: #ffe800;

	&:before {
		background: linear-gradient(to left top, #382140 50%, transparent 50%)
	}

	&:after {
		background: linear-gradient(to left bottom, #382140 50%, transparent 50%)
	}
}


.gold-box {
	background-color: #ffe800;
	color: #382140;

	&:before {
		background: linear-gradient(to left top, #ffe800 50%, transparent 50%)
	}

	&:after {
		background: linear-gradient(to left bottom, #ffe800 50%, transparent 50%)
	}
}

@media only screen and (min-width:1024px){
	#arrow-section{
		display: block;
		float: left;
		width: 100%;
		padding: 0px 10%;
	}
	.mobile-only{
		display: none;
	}
	#arrow-section{
		display: flex;
	}
	.tip-text{
		font-size: 2.5em;
		text-align: center;
		text-transform: uppercase;
	}
	#arrow-section .grid2{
		height: 100%;
	}
	#arrow-section .sticky{
		position: sticky;
		top: 20px;
	}
}
@media only screen and (max-width:768px){
	.gen-pad{
		display: block;
		float: left;
		width: 100%;
		padding: 0% 2.5% 2.5% 2.5%;
	}
}

@media only screen and (max-width:1024px){
	#arrow-section{
		display: none;
	}
	.mobile-only{
		display: block;
		float: left;
		width: 100%;
		padding: 0% 2.5% 2.5% 2.5%;
	}
}

@media only screen and (max-width:768px){

}


/* HEADER ANNOUNCEMENT */

#home-content .topBannerMessage {
	padding: 1.5% 10% 1.5% 10%;
	background-color: #382140;
	float: left;
	width: 100%;
	margin-top: -18px;
}
#home-content .topBannerMessage p {
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 6px 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#home-content .topBannerMessage p a, 
#home-content .topBannerMessage p a:visited,
#home-content .topBannerMessage .wcuLink svg{
	color: #ffe800;
	fill: #ffe800;
}
#home-content .topBannerMessage .wcuLink svg{
	top: 2px;
}

#home-content .topBannerMessage .largerText {
	font-size: 1.5em;
}

@media only screen and (max-width: 768px) {
	#home-content .topBannerMessage .largerText {
		font-size: 1.2em;

	}

}
@media only screen and (max-width: 768px) {
	#home-content .topBannerMessage {
		margin-top: 0px;
	}

}


#home-content .logoTop {
	width: 400px;
}

#home-content .headingContent p {
	padding: 15px;
	margin: 0px;
}

#home-content .headingSummary {
	text-align: right;
	border-right: 2px solid #382140;
	padding: 0 20px;

}

@media only screen and (max-width: 768px) {
	#home-content .headingSummary {
		text-align: center;
		border-right: none;
		padding: 0px;

	}

}

@media only screen and (max-width: 768px) {
	#home-content .headingContent p {
		text-align: center;
		padding: 0px;
	}

}
