﻿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 css*/
 /*arrow button right */
.arrow-button-right {
  font-family: avenir-black,sans-serif;
  text-decoration: none;
}
.arrow-button-right:after{
  content: "\27a1";
  font-family:  icons!important;
  background: #db372b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  text-align: center;
  transition: background .2s ease-in-out,margin-left .2s ease-in-out;
  width: 20px;
}
   /*arrow button down */
.arrow-button-down {
  font-family: avenir-black,sans-serif;
  text-decoration: none;
}
.arrow-button-down:after{
  content: "\2b07";
  font-family:  icons!important;
  background: #db372b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  text-align: center;
  transition: background .2s ease-in-out,margin-left .2s ease-in-out;
  width: 20px;
}
   /*arrow button download */
.arrow-button-download{
  font-family: avenir-black,sans-serif;
  text-decoration: none;
}
.arrow-button-download:after{
  content: "\1f4d1";
  font-family:  icons!important;
  background: #db372b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  text-align: center;
  transition: background .2s ease-in-out,margin-left .2s ease-in-out;
  width: 20px;
}  

  /*button external */ 
.button-external{
  background: #db372b;
  border: 0;
  border-radius: 27px;
  color: #fff;
  display: inline-block;
  font: normal 16px/16px avenir-black,sans-serif;
  padding: 15px 24px;
  text-transform: uppercase;
  padding: 15px 50px 15px 24px;
  position: relative;
  text-decoration: none;
}
.button-external:after{
  content: "\1f517";
  font-family:  icons!important;
  background: #fff;
  border-radius: 50%;
  color: #db372b;
  display: block;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .2s ease-in-out;
  width: 26px;
 }
.button-external:hover{
  background: #b02119;
  color: #fff;
 }
 /*button submit */
.button-submit{
  background: #db372b;
  border: 0;
  border-radius: 27px;
  color: #fff;
  display: inline-block;
  font: normal 16px/16px avenir-black,sans-serif;
  padding: 15px 24px;
  text-transform: uppercase;
  padding: 15px 50px 15px 24px;
  position: relative;
  text-decoration: none;
}
.button-submit:after{
  content: "\27a1";
  font-family:  icons!important;
  background: #fff;
  border-radius: 50%;
  color: #db372b;
  display: block;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .2s ease-in-out;
  width: 26px;
 }
.button-submit:hover {
 background: #b02119;
 color: #fff;
}