/*
red - #e11b22
lt blue - #5eb9e4
blue - #0083a9
dk blue - #0039a6
lt grey - #c9cac8
dk grey - #4d4f53
green - #7ab800
gold - #f0ab00
purple - #6E267B
*/

/*grid*/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*column*/
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*grouping*/
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*12 col grid*/
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

/*global styles*/
.container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}
.content {
	padding: 15px;
}
.contentHeight {
    height: 725px;
}
.topPadding {
	padding-top:30px;
}
h1, h2, h3, h4, blockquote {
	font-family: 'Prelo Slab W01 Book';
	font-weight: normal;
	font-size: 3em;
	color: #e11b22;
	margin-bottom: 12px;
}
h1.name {
	font-size: 2.25em;
	margin-left: 40px;
}
h1.blue {
	color: #0039a6;
}
h2 {
	font-size: 1.25em;
	line-height: 1.375em;
	color: #0083a9;
}
h3{
	font-family: 'Prelo Slab W01 Bold';
	font-size: 1.25em;
	margin-bottom: 10px;
	color: #0039a6;
}
h4{
	font-family: 'Prelo Slab W01 Bold';
	font-size: 1.25em;
	margin-bottom: 10px;
	color: #0039a6;
}
h5{
	font-family: 'Prelo Slab W01 Bold';
	font-size: 1.75em;
	margin-bottom: 10px;
	color: #0039a6;
}
p {
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #000;
	font-weight: normal;
}
p.stmtText {
	font-family: 'Prelo Slab W01 Book';
	font-size: 1.125em;
	line-height: 1.25em;
	color: #4d4f53;
}
p.intro{
	font-family: 'Prelo Slab W01 Book';
	font-size: 2em;
	line-height: 1.375em;
	color: #4D4F53;
}		
p.title {
	font-family: Arial, sans-serif;
	font-size: 1.25em;
}
p.value {
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
}
p.establish {
	color: #f0ab00;
}
p.partner {
	color: #7ab800;
}
p.leverage {
	color: #6E267B;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
img.stmt1 {
	padding-top: 75px;
}
img.stmt2 {
    padding-top: 75px;
}
li.list {
    color: black;
    list-style-type: none;
	line-height: 1.5em;
	font-size: 1.125em;
}
li.list:before {
    content: "\25b6";
    color: #e11b22;
    padding-right: 0.5em;
}
li.list2 {
    color: black;
    list-style-type: none;
    line-height: 1.75em;
    font-size: 1.2em;
}
li.list2:before {
    content: "\25b6";
    color: #e11b22;
    padding-right: 0.5em;
}
.dsNav {
	overflow: hidden;
	background-color: #4d4f53;
	margin-top: 30px;
}
.dsNav a {
	float: left;
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 15px;
	width: 170px;
}
.dsNav a:hover {
	background-color: #ddd;
	color: black;
}
.dsNav a.active {
    background-color: #4CAF50;
    color: white;
}
.contentGrayBox {
	background-color: #f4f4f4;
	padding: 15px;
	position:relative;
}
.clickSection {
	background-color: #f0ab00;
	padding: 20px;
}
p.click {
	font-family: 'Prelo Slab W01 Medium';
	color: #003f72;
	font-size: 3em;
	text-align: center;
}
.vertAlign {
	display: flex;
	align-items: center;
}
.colLftPadding {
	padding-left: 18px;
	box-sizing: border-box;
}
.colRtPadding {
	padding-right: 18px;
	box-sizing: border-box;
}
.paddingTop {
	padding-top: 12px;
}
.paddingBtm {
	padding-bottom: 12px;
}
.paddingLeft {
padding-left: 80px;
box-sizing: border-box;
}
.paddingRight {
padding-right: 30px;
box-sizing:border-box;
}
.marginTop {
	margin-top: 12px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.borderRight {
    border-right: 1px solid #F0AB00;
}
.borderLeft {
    border-left: 1px solid #F0AB00;
	padding-left: 28px;
}
.borderStyle1 {
    border-top: 1px solid #0039a6;
	border-bottom: 1px solid #0039a6;
    padding-top: 15px;
    padding-bottom: 8px;
}
.borderStyle2 {
    border-bottom: 1px solid #0039a6;
    padding-bottom: 8px;
}
.register {
	font-size: 20px;
	color: #e11b22;
}
.register:hover {
	text-decoration: none;
	color: #0039a6;	
}
.register:before {
	content: "\21D2";
	margin-right: 8px;
}
hr {
  border: 0;
  width: 100%;
  background-color: #0039a6;
  color: #0039a6;
  height: 1px;
	margin: 20px 0;
}
blockquote{
	border-left:.75em solid #e11b22;
	margin:1em .5em;
	padding:.5em 1em;
	quotes:"\201C""\201D";
	font-size: 1.5em;
	line-height:1.75em;
	color: #4d4f53;
	font-family: Arial, sans-serif; 
}
blockquote:before {
	color:#e11b22;
	content:open-quote;
	font-size:6em;
	line-height:.1em;
	margin-right:.1em;
	vertical-align:-.4em;
}
blockquote:after {
	color:#e11b22;
	content:close-quote;
	font-size:6em;
	line-height:.1em;
	margin-left: .1em;
	vertical-align:-.6em;
}
blockquote:first-child {
	display: inline;
}
blockquote:last-child {
	margin-bottom:0;
}
.center {
	text-align: center;
}
.boxText{
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	background:#0039a6;
	border-radius: 5px;
	text-align: center; 
	color: #fff;
	font-size:2em;
	padding: 12px 21px;
	/*border: solid #4d4f53 2px;*/
	text-decoration: none;
}

.boxText2 {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	background:#0039a6;
	border-radius: 5px;
	text-align: left; 
	color: #fff;
	padding: 12px 21px;
	/*border: solid #4d4f53 2px;*/
	text-decoration: none;
}
.boxText3 {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	background:#c9cac8
	border-radius: 5px;
	text-align: left; 
	color: #fff;
	padding: 12px 21px;
	/*border: solid #4d4f53 2px;*/
	text-decoration: none;
}

a.btn1{
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #fff;
	font-size: 1.25em;
	background: #7ab800;
	padding: 12px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
}

.btn1:hover {
	background: #003f72;
	background-image: -webkit-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: -moz-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: -ms-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: -o-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: linear-gradient(to bottom, #bbdc7b, #7ab800);
	text-decoration: none;
	cursor: pointer;
}
a.btn2{
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #fff;
	font-size: 1.25em;
	background: #7ab800;
	padding: 12px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	max-width: 200px;
	float: left;
}

.btn2:hover {
	background: #003f72;
	background-image: -webkit-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: -moz-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: -ms-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: -o-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: linear-gradient(to bottom, #bbdc7b, #7ab800);
	text-decoration: none;
	cursor: pointer;
}

a.btn3{
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #fff;
	font-size: 1.25em;
	background: #7ab800;
	padding: 12px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	max-width: 400px;
	display: block;
}

.btn3:hover {
	background: #003f72;
	background-image: -webkit-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: -moz-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: -ms-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: -o-linear-gradient(top, #bbdc7b, #7ab800);
	background-image: linear-gradient(to bottom, #bbdc7b, #7ab800);
	text-decoration: none;
	cursor: pointer;
}


/*accordion styles*/
#faq .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    position: relative;
	margin: 12px 0 0 0;
	padding: 8px;
    font-family: 'Prelo Slab W01 Bold';
	font-size: 1.25em;
}
#faq .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #0039a6;
	font-weight: normal;
	color: #fff;
}
#faq .ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
#faq .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 0px;
	background: #7ab800;
	font-weight: normal;
	color: #ffffff;
}
#faq .ui-widget-content a {
	color: #5988b1;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background: ;
	font-weight: normal;
	color: #454545;
}

/* Corner radius */
#faq .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
#faq .ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
#faq .ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
#faq .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

#toTop {
	z-index: 999;	
}
div[id^="ui-id-"] { 
    height: auto !important; 
}

/*mobile*/
/*full width below 480px*/
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {width: 100%;}
	
	.dsNav a {
	text-align: left;
}
	img {
	height: auto;
	display: block;
	margin: 0 auto; 
}
	img.stmt1, .stmt2 {
	max-width: 50%;
	padding-top: 0px;
}
	.colRtPadding, .colLftPadding, .paddingLeft {
	padding: 0px;
}
	.topPadding {
	padding: 0px;
	}
	.contentHeight {
	height: 0px;
	}
	
a.btn1{
	min-width: 200px;
	float: left;
		position: inherit;
		margin: 10px 0;
	}
	.contentHeight {
		height: auto;
	}
	.vertAlign {
		display: inline;
	}
}

