@charset "UTF-8";
/* CSS Document */


/* $slider
-------------------------------------------------------------- */
.main .contain{
	background-color: #295883;
}

.primary{
	float: right;
	width: 75%;
	margin: 0;
	padding: 0;
	background-color: #295883;
	background-image: none;
}

.secondary{
	float: left;
	width: 25%;
	color: #fff;
	background-color: #295883;
	background-image: none;
	padding-top: 185px;
	min-height: 0;
}

	.secondary .widget{
		font-size: 11px;
		font-weight: bold;
		line-height: 21px;
		padding: 0 25px;
	}
.secondary a {
	color: #FCC508;
	
}
.secondary a:hover {
	color: #FFF;
}

#slider {}


.master-slider-parent{
	margin-bottom: 0;
}


.main .curve{
	display: block;
	position: absolute;
	top: 0;
	background-image: url(_images/curve-home.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	background-size: contain;
	min-height: 200px;
	z-index: 100;
	width: 100%;

}


/* racial and social justice callout box*/
.racialsocialjustice_callout {
	padding-top: 10;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 12px;
	border: 1px solid #FFF;
	background-color: #0b3366;
	color: #fcc508;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.racialsocialjustice_callout a {
	color: #fcc508;
}
.racialsocialjustice_callout a:hover {
	color: #FFF;
}
.racialsocialjustice_callout a.rsjarrow {
	color: #FFF;
}

