﻿@charset "UTF-8";
#padding_xlarge {
	padding: 50px;
}
#padding_large {
	padding: 30px;
}
#padding_medium {
	padding: 20px;
}
#padding_small {
	padding: 10px;
}
#padding_none {
	padding: 0px;
}
#Content_FullWidthContainer {
	padding: 50px 0px;
}
#Sidemenu {
	padding-bottom: 20px;
}
#Sidemenu h2 {
	color: #969696;
	font-family: 'Raleway', sans-serif;
	font-family: "Montserrat", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	/* padding-bottom: 10px; */
	padding: 20px 0px 0px 10px;
	text-transform: uppercase;
}
/*---------------------------------------------------------------*/
/* Blank Box Color DARK CREAM */
/*---------------------------------------------------------------*/
#bkgrnd_dark_cream {
	background-color: #747367;
	padding: 0px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 5px;
}
#bkgrnd_dark_cream a {
	color: #fff;
	text-decoration: underline;
}
#bkgrnd_dark_cream p {
	color: #fff;
	padding: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.centered {
	text-align: center;
}
/*---------------------------------------------------------------*/
/* Content Subheading */
/*---------------------------------------------------------------*/
#Content_Subheading {
	margin: 0px auto 0px auto;
	font-size: 100%;
	padding: 10px;
}
#Content_Subheading h2 {}
#Content_Subheading P, #Content_Subheading li {
	font-size: 16px;
}
/*---------------------------------------------------------------*/
/* Content Subheading Grid */
/*---------------------------------------------------------------*/
#Content_Subheading_Grid {
	margin: 0px auto 0px auto;
	font-size: 100%;
	padding: 10px;
	height: 405px;
	display: inline-block;
}
#Content_Subheading_Grid h2 {}
#Content_Subheading_Grid P, #Content_Subheading li {
	font-size: 16px;
}
/*---------------------------------------------------------------*/
/* Content Section Title */
/*---------------------------------------------------------------*/
#Content_SectionTitle {
	margin: 0px auto 0px auto;
	font-size: 100%;
}
#Content_SectionTitle h2 {
	font-family: "Montserrat Light", sans-serif;
	font-size: 1.1em;
	font-weight: 600;
}
#Content_SectionTitle P {}
/*---------------------------------------------------------------*/
/* Content Section Title LINE (Default)*/
#Content_SectionTitle .line {
	color: #710000;
	border-bottom: 1px solid #afafaf;
	margin: 35px 0px 20px 0px;
	text-transform: uppercase;
	border-left: 5px solid #afafaf;
	padding: 10px 10px 15px 10px;
}
/*---------------------------------------------------------------*/
/* Content Section Title BLUE */
#Content_SectionTitle .blue {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 20px 10px 20px;
	margin: 25px 0px 20px 0px;
	background-color: #2c6f9e;
}
/*---------------------------------------------------------------*/
/* Content Section Title  CREAM */
#Content_SectionTitle .cream {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 20px 10px 20px;
	margin: 25px 0px 20px 0px;
	background-color: #82765d;
}
/*---------------------------------------------------------------*/
/* Page Title Box */
/*---------------------------------------------------------------*/
#Page_Title {
	margin: 0px auto 0px auto;
	font-size: 100%;
}
#Page_Title h1 {}
#Page_Title h2 {}
#Page_Title P {}
/*---------------------------------------------------------------*/
/* Content Block - A Block of Text with Large Margins */
/*---------------------------------------------------------------*/
#Content_Padding_Large {
	padding: 50px;
	margin: 0px auto 0px auto;
	font-size: 100%;
}
#Content_Padding_Large h2 {
	color: #1a1a1a;
	font-size: 1.7em;
	font-weight: bold;
	padding-bottom: 25px;
}
#Content_Padding_Large P {}
/*---------------------------------------------------------------*/
/* Content Block No Title - A Block of Text with No Title Displayed  */
/*---------------------------------------------------------------*/
#Content {
	margin: 0px auto 0px auto;
	font-size: 100%;
}
#Content h2 {
	/*color: #910000;
    font-size: 1.4em;
    font-weight: bold;
    margin: 10px 0px 10px 0px; */
}
#Content P, #Content li {}
/*---------------------------------------------------------------*/
/* Content Box Title and Border */
/*---------------------------------------------------------------*/
#Content_Box {
	/*-webkit-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1); */
	/* border-radius: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10px; */
	margin: 5px 10px 20px 10px;
	padding: 20px 20px 5px 20px;
	border: 1px solid #bfbfbf;
}
#Content_Box h2 {
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 1.3em;
	/*letter-spacing: 0.10em;*/
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
#Content_Box P {}
#Content_Box a, #Content_Box a:link, #Content_Box a:visited, #Content_Box a:active {
	text-decoration: underline;
	/* font-weight: bold; */
	font-size: .975em;
}
/*---------------------------------------------------------------*/
/* Content Box CONTACT- Title and Border */
#Content_Box_Contact {
	/* border-radius: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10px; */
	margin: 20px 10px 20px 10px;
	padding: 20px 20px 5px 20px;
	background-color: #f6f6f3;
	border: 1px solid #d5d5d5;
}
#Content_Box_Contact h2.Gray {
	color: #363636;
	font-size: 1.2em;
	/* letter-spacing: 0.10em; */
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-weight: 600;
}
#Content_Box_Contact P {}
#Content_Box_Contact a, #Content_Box_Contact a:link, #Content_Box_Contact a:visited, #Content_Box_Contact a:active {
	text-decoration: underline;
	/* font-weight: bold; */
	font-size: .975em;
}
/*---------------------------------------------------------------*/
/* Content Box GRAY - Title and Border */
#Content_Box_Gray {
	/* border-radius: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10px; */
	margin: 5px 10px 20px 10px;
	padding: 20px 20px 5px 20px;
	background-color: #f6f6f3;
	border: 1px solid #d5d5d5;
}
#Content_Box_Gray h2.Gray {
	color: #363636;
	font-size: 1.2em;
	/* letter-spacing: 0.10em; */
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-weight: 600;
}
#Content_Box_Gray P {}
#Content_Box_Gray a, #Content_Box_Gray a:link, #Content_Box_Gray a:visited, #Content_Box_Gray a:active {
	text-decoration: underline;
	/* font-weight: bold; */
	font-size: .975em;
}
/*---------------------------------------------------------------*/
/* Content Box BLUE - Title and Border */
#Content_Box_Blue {
	/* border-radius: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10px; */
	margin: 5px 10px 20px 10px;
	padding: 20px 20px 5px 20px;
	background-color: #d6eeff;
	border: 1px solid #9ad5ff;
}
#Content_Box_Blue h2.blue {
	color: #295371;
	text-transform: uppercase;
	font-size: 1.2em;
	/* letter-spacing: 0.10em; */
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
#Content_Box_Blue P {}
#Content_Box_Blue a, #Content_Box_Blue a:link, #Content_Box_Blue a:visited, #Content_Box_Blue a:active {
	text-decoration: underline;
	/* font-weight: bold; */
	font-size: .975em;
	color: #0064ab;
}
/*---------------------------------------------------------------*/
/* Content Box CREAM - Title and Border */
#Content_Box_Cream {
	margin: 5px 10px 20px 10px;
	padding: 20px 20px 5px 20px;
	background-color: #f3f2e7;
	border: 1px solid #dad6ce;
}
#Content_Box_Cream h2.cream {
	color: #5a5844;
	text-transform: uppercase;
	font-size: 1.2em;
	/* letter-spacing: 0.10em; */
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
#Content_Box_Cream P {}
#Content_Box_Cream a, #Content_Box_Cream a:link, #Content_Box_Cream a:visited, #Content_Box_Cream a:active {
	text-decoration: underline;
	/* font-weight: bold; */
	font-size: .975em;
	color: #5a5844;
}
/*---------------------------------------------------------------*/
/* Content Box NOTICE - Title and Border */
#Content_Box_Notice {
	margin: 5px 10px 20px 10px;
	padding: 20px 20px 5px 20px;
	background-color: #fafbe1;
	border: 1px solid #d4d4a3;
}
#Content_Box_Notice h2.notice {
	color: #4e4b29;
	text-transform: uppercase;
	font-size: 1.2em;
	/* letter-spacing: 0.10em; */
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
#Content_Box_Notice P {}
#Content_Box_Notice a, #Content_Box_Notice a:link, #Content_Box_Notice a:visited, #Content_Box_Notice a:active {
	text-decoration: underline;
	/* font-weight: bold; */
	font-size: .975em;
	color: #710000;
}
/*---------------------------------------------------------------*/
/* Content Box ALERT - Title and Border */
#Content_Box_Alert {
	border: 1px solid #e2b3b3;
	margin: 5px 10px 20px 10px;
	padding: 20px 20px 5px 20px;
	background-color: #ffe5e8;
}
#Content_Box_Alert h2.alert {
	color: #8a2a32;
	text-transform: uppercase;
	font-size: 1.2em;
	/* letter-spacing: 0.10em; */
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
#Content_Box_Alert P {}
#Content_Box_Alert a, #Content_Box_Alert a:link, #Content_Box_Alert a:visited, #Content_Box_Alert a:active {
	text-decoration: underline;
	/* font-weight: bold; */
	font-size: .975em;
	color: #710000;
}
/*---------------------------------------------------------------*/
/* Home Box - Title and Border */
/*---------------------------------------------------------------*/
#HomeContainer {
	margin: 40px 10px;
}
#HomeContainer h2.blue_heading {
	color: #0082e2;
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 0px;
	text-transform: uppercase;
}
#HomeContainer h2.gray_heading {
	color: #777777;
	font-size: 1em;
	font-weight: normal;
	/* padding-bottom: 10px; */
	/* padding-top: 0px; */
	text-transform: uppercase;
	letter-spacing: .05em;/* font-family: "open sans", sans-serif; */
}
#HomeContainer h3 {
	font-size: 1em;
	color: #a31f34;
	text-transform: uppercase;
}
#HomeContainer h2 {
	color: #910000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}
#HomeContainer h2.heading {
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	text-transform: uppercase;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
#HomeContainer P {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
	line-height: 1.5em;
}
/*---------------------------------------------------------------*/
/* Home Container Box - Title and Border */
#HomeBox {
	/*-webkit-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1); */
	border: 1px solid #bfbfbf;
	margin: 15px 0px 15px 0px;
	padding: 10px 25px 25px 25px;/* border-radius: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10px; */
}
#HomeBox h2.blue_title {
	color: #0082e2;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#HomeBox h2.gray_title {
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 1.3em;
	/*letter-spacing: 0.10em;*/
	font-weight: normal;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}
#HomeBox h2.crimson_title {
	color: #710000;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#HomeBox h3 {
	font-size: 1em;
	color: #a31f34;
	text-transform: uppercase;
}
#HomeBox P {}
/*---------------------------------------------------------------*/
/* Learn More Box - Title and Border */
/*---------------------------------------------------------------*/
#LearnMore {
	/* -webkit-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);*/
	padding: 20px 20px 50px 20px;
	font-family: Lato, sans-serif;
	font-size: 1em;
	width: 100%;
}
#LearnMore h2 {
	background-position: left bottom;
	font-family: 'Libre Baskerville', serif;
	font-size: 1.4em;
	color: #a31f34;
	text-transform: uppercase;
	font-weight: normal;
	/*background-image: url('../../Skins/scc_v2/images/yellow_rectangle.png');
        background-repeat: no-repeat;*/
	padding-bottom: 15px;
}
#LearnMore h3 {
	font-size: 1em;
	color: #a31f34;
	text-transform: uppercase;
}
#LearnMore P {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}
/*---------------------------------------------------------------*/
/* FOOTER Box - Title and Border */
/*---------------------------------------------------------------*/
.footer_socialmedia {
	line-height: 60px;
	float: right;
}
.footer_socialmedia img {
	padding-left: 15px;
}
#Content_Footer {
	/* -webkit-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);*/
	padding: 0px;
	margin: 10px auto 0px auto;
	font-family: Lato, sans-serif;
	font-size: .8em;
}
#Content_Footer a, #Content_Footer a:visited {
	color: #a31f34;
	text-transform: uppercase;
	font-size: .9em;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
}
#Content_Footer h2 {
	font-size: 1.3em;
	font-family: Montserrat, sans-serif;
	color: #a31f34;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;/* letter-spacing: 2px; */
}
#Content_Footer h3 {
	font-family: Montserrat, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.7em;
}
#Content_Footer p {}
/*---------------------------------------------------------------*/
/* SLIDER Box */
/*---------------------------------------------------------------*/
#Rotator_PageHeader {
	padding: 0px 0px 30px 0px;
	color: #fff;
}
#Rotator_Body {
	padding: 25px 0px 25px 0px;
	color: #fff;
}
#Rotator_Body h2 {
	background-position: left bottom;
	font-family: 'Libre Baskerville', serif;
	/* font-size: 1.4em; */ font-size: 1.7em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	/*background-image: url('../../Skins/scc_v2/images/yellow_rectangle.png');
        background-repeat: no-repeat;*/
	padding-bottom: 25px;
	margin-bottom: 15px;
}
#Rotator_Body p {
	font-family: "Lato" san-serif;
	color: #ffffff;
	font-size: 1.1em;
}
#Rotator_Body a {
	color: #ffffff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}
/*---------------------------------------------------------------*/
/* MISC */
/*---------------------------------------------------------------*/
.AdminActions input, .AdminActions a.CommandButton {
	text-decoration: none;
}
/*  Banner Rotator
    -- Banners will automatically cycle along with navigation by inserting 
    -- the desired images into a Text/HTML module using the Banner Container. */
/* Set height of div.Normal to equal the height of banners + 34px for shadow */
.RotatorWrapper div.DNNModuleContent > div.Normal {
	height: 339px;/*background: url(images/Slide-Shadow.png) no-repeat 0 bottom;*/
}
/* Set width and height of banners within div.Normal img */
.RotatorWrapper div.DNNModuleContent > div.Normal img {
	width: 960px;
	height: 305px;
}
.RotatorNav {
	position: absolute;
	z-index: 20;
	width: 960px;
	height: 40px;
	/*background: url(images/50black.png) repeat top left;*/
	margin: -74px 0 0;
	padding: 0;
	list-style: none;
}
.RotatorNav li {
	float: left;
}
.RotatorNav li a {
	padding: 0 10px;
	display: block;
	color: #b8b8b8;
	line-height: 40px;
	text-decoration: none;
}
.RotatorNav li a:hover {
	text-decoration: underline;
}
.RotatorNav li.activeSlide a {
	color: #fff;
}
#AccordionTabs_7057 {
	background-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
@media (max-width: 479px) {
	#Content_Padding_Large {
		padding: 25px;
		margin: 0px auto 0px auto;
		font-size: 100%;
		/*#global_menu_container {
	display: none;
	}*/
	}
	#HomeContainer {
		margin: 10px 10px 10px 10px;
	}
	#HomeContainer h2.heading {
		color: #000000;
		font-family: 'Raleway', sans-serif;
		font-weight: normal;
		font-size: 1.8em;
		padding: 0px;
		margin: 20px 0px 20px 0px;
	}
	#HomeContainer h2 {
		color: #910000;
		font-size: 1em;
		font-weight: bold;
		padding: 10px 0px 10px 0px;
		text-transform: uppercase;
	}
}
/*---------------------------------------------------------------*/
/* Provost Message */
/*---------------------------------------------------------------*/
#ProvostMessage blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
}
#ProvostMessage blockquote p {
	font-size: 1em;
	line-height: 24px;
	color: #2e2e2e;
	font-style: normal;
	text-align: justify;
}
#ProvostMessage {
	padding: 0px 20px;
}
#ProvostMessage h1 {
	font-size: 2.1em;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 0;
	color: #910000;
	font-weight: normal !important;
}
#SolidTitle-Blue h2 {
	background-color: #008edf;
	color: #fff;
	padding: 10px 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.3em;
	font-weight: 400;
}
#SolidTitle-BlueContainer {
	padding: 20px;
}