﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    color: #131313;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}


	a:link {
		text-decoration: none;
		color: #0088cc;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#CenterColumn {
	  margin: auto;
	  padding-right: 20px;
	  padding-left: 20px;
	  max-width: 1170px;
	  min-height: 402px;
	  background: white url('-/media/Default Website/cover.ashx') no-repeat;
	  background-size: 1170px 402px;
	  text-align: left;
	}	
	
	#InnerCenter {
		margin: auto;	
		position:relative;
		width:1150px;
		height:700px;
	}	
	
	#Header {
		height:402px;
	}	
	
	#Footer {
		width:100%;
		clear:both; 
		padding-top:2px;
	}	
	
	#LeftContent {
        width:750px;
	    text-align: justify;
	}
	
	#scLogo {
		margin-top:20px;
	}
	
	.contentTitle {
		margin-top: 50px;
		font-weight:400;
		font-size: 36px;
	}
	
	.divider {
		background-color: #DCDCDC;
		border: 0 none;
		clear: both;
		display: block;
		height: 1px;
		float:none;
		margin: 50px auto;
		width: 100%;
	}
	
	.contentDescription{
		padding-right:20px;
		line-height: 22px;
	}

/* Custom styles */
a {
	color: #ab0b51;
}

img.img-responsive {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.img-description {
	display: block;
	padding: 8px 15px;
	background: #eeeeee;
}

.content-header-1 {
	font-size: 30px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.content-header-2 {
	color: #ab0b51;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.content-header-3 {
	color: #ab0b51;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.content-header-4 {
	color: #ab0b51;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #ab0b51;
	display: block;
}

.h1,
.h2,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.h1 {
	font-size: 26px;
}

.h2 {
	font-size: 20px;
}

.h3 {
	font-size: 16px;
}

.h4 {
	font-size: 14px;
}

.h5 {
	font-size: 12px;
}

.smaller {
	font-size: 80%;
}

.footnote {
	font-size: 80%;
	line-height: 1.7;
	display: block;
}

ul.custom-list-slash,
ul.custom-list-slash-indented {
	margin: 0;
	list-style-type: none;
}

ul.custom-list-slash {
	padding: 0;
}

ul.custom-list-slash-indented {
	padding-left: 40px;
}

	ul.custom-list-slash > li,
	ul.custom-list-slash-indented > li {
		padding-left: 35px;
		position: relative;
		margin-bottom: 10px;
	}

		ul.custom-list-slash > li:before,
		ul.custom-list-slash-indented > li:before {
			content: "////";
			letter-spacing: -1px;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			text-align: center;
		}
