﻿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;
}

table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #c6c6c6;
}

table th,
table td {
	border: 1px solid #c6c6c6;
}

table th {
	font-weight: normal;
}

.No-Grid-Line-Table{
    border: none;
}
.No-Grid-Line-Table th,
.No-Grid-Line-Table td{
    border: none;
}

.Dark-Blue-Table tr.Dark-Blue-TableTableHeaderRow{
    color: white;
    background: #040064;
}

.Mid-Blue-Table tr.Mid-Blue-TableTableHeaderRow{
    color: white;
    background: #1564B9;
}

.Light-Blue-Table tr.Light-Blue-TableTableHeaderRow{
    color: white;
    background: #0091e1;
}

.Purple-Table tr.Purple-TableTableHeaderRow{
    color: white;
    background: #7d50ac;
}

.Pink-Table tr.Pink-TableTableHeaderRow{
    color: white;
    background: #DC0096;
}

.Orange-Table tr.Orange-TableTableHeaderRow{
    color: white;
    background: #FA550A;
}

.Green-Table tr.Green-TableTableHeaderRow{
    color: white;
    background: #00C896;
}

	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;
	}	

    .oh-text-normal {
        font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #333;
    }
    .oh-text-quote {
        font-style: italic;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #333;
    }
    .oh-text-quote-intense {
        font-style: italic;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #1564B9;
		text-decoration: underline;
    }
    .oh-text-emphasis {
        font-style: italic;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #333;
    }
    .oh-text-emphasis-intense {
        font-style: italic;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #1564B9;
		text-decoration: underline;
    }
    .oh-text-reference {
        font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #333;
    }
    .oh-text-referense-intense {
        font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #1564B9;
		text-decoration: underline;
    }
    .oh-text-accent-1 {
        font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #1564B9;
    }
    .oh-text-accent-2 {
        font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #040064;
    }
    .oh-text-hyperlink {
        font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #1564B9;
    }
    .hyperlink-uppercase {
        font-family: "cairo", Arial, sans-serif;
        color: #1564b9;
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
    }
    .oh-text-single-line {
        font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #1564B9;
		line-height: 1;
    }
    .oh-text-double-line {
        font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #1564B9;
		line-height: 2;
    }
    .oh-text-onehalf-line {
        font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #1564B9;
		line-height: 1.5;
    }

	.portrait-image {
		font-style: normal;
	}

	img.portrait-image,
	.portrait-image img {
		width: 150px !important;
		height: 210px !important;
		object-fit: cover;
		object-position: center center;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}