@charset "UTF-8";
/* CSS Document */


/* ABOUT US - MAIN WRAPPER ----------*/


#about_leftcol
{
	float: left;
	width: 49.1%;
	background: #fff;
	border-top: solid 2px #0A3992;
	margin: 0 0 0 0;
}

#about_rightcol
{
	float: right;
	width: 49.1%;
	background: #fff;
	border-top: solid 2px #0A3992;
	margin: 0 0 0 0;
}

/* ABOUT US STYLES -----*/

.about_content
{
	position: relative;
	width: 92.6%;
	min-height: 373px;
	padding: 3.7% 3.7% 0 3.7%;
	margin: 0 0 0 0;
}

.about_content h2
{
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}

.about_content h2 .title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	color: #B1B1B1;
	margin: 0 0 0 0;
}

.about_content h2 .sub_title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	color: #0A3992;
	margin: 8px 0 0 0;
}

.about_content a
{
	text-decoration: none;
	color: #5375B4;
}

.about_content a:hover
{
	text-decoration: underline;
}

.about_content_img_wrapper
{
	position: absolute;
	bottom: 0;
	width: 92.6%;
}

.about_content_img
{
	position: relative;
	max-width: 260px;
	line-height: 0;
	margin: 0 auto 0 auto;
}

a.about_content_link
{
	position: absolute;
	bottom: 0;
	left: 50%;
    display: block;
    width: 80px;
    height: 40px;
    text-decoration: none;
    outline: none;
    background: url(../images/ctas/link_arrow.png);
    margin: 0 0 0 -40px;
}

a.about_content_link:hover
{
    background-position: 0 -40px;	
}

.about_block_link
{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

.about_block_link a
{
	display: block;
	background: #A1D1FF;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	margin: 0 0 0 0;
}

.about_block_link a:hover
{
	background: #3C61A8;
}


/* ABOUT US - INVESTMENT ----------*/


#investment_leftcol
{
	float: left;
	width: 49.1%;
	margin: 0 0 0 0;
}

#investment_rightcol
{
	float: right;
	width: 49.1%;
	margin: 0 0 0 0;
}

/* ABOUT US - INVESTMENT STYLES -----*/

.investment_block
{
	position: relative;
	width: 92.6%;
	background: #fff;
	border-top: solid 2px #0A3992;
	padding: 3.7%;
	margin: 3.7% 0 0 0;
}

.investment_block.CAJ, .investment_block.WAS
{
	margin: 0 0 0 0;
}

.investment_block .icon
{
	float: left;
	width: 24%;
	margin: 0 0 0 0;
}

.investment_block .text
{
	float: right;
	width: 72%;
	min-height: 228px;
	margin: 0 0 0 0;
}

.investment_block .text h2
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 130%;
	color: #0A3992;
	margin: 0 0 20px 0;
}


@media screen and (max-width : 1100px) {


/* INTRO WRAPPER ----------*/

.about_content h2 .sub_title,
.investment_block .text h2
{
	font-size: 1.25em;
}
	
	
}


/* iPad Landscape -1px ----------- */
@media screen and (max-width : 1023px) {
	
	
/* ABOUT US - MAIN WRAPPER ----------*/

#about_leftcol, #about_rightcol
{
	width: 48.915%;
}


/* ABOUT US STYLES -----*/

.about_content
{
	width: 91.12%;
	min-height: 409px;
	padding: 4.44% 4.44% 0 4.44%;
}


/* ABOUT US - INVESTMENT ----------*/

#investment_leftcol, #investment_rightcol
{
	width: 48.915%;
}


/* ABOUT US - INVESTMENT STYLES ----------*/

.investment_block
{
	width: 91.12%;
	padding: 4.44%;
	margin: 4.44% 0 0 0;
}

.investment_block .icon
{
	float: none;
	position: relative;
	width: 26.64%;
	margin: 0 auto 0 auto;
}

.investment_block .text
{
	float: none;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
	
	
}


/* iPad Portrait -1px ----------- */
@media screen and (max-width : 767px) {


/* ABOUT US - MAIN WRAPPER ----------*/

#about_leftcol
{
	float: none;
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
}

#about_rightcol
{
	float: none;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

/* ABOUT US STYLES -----*/

.about_content
{
	width: 94.2%;
	min-height: 0;
	padding: 2.9% 2.9% 0 2.9%;
}

.about_content_img_wrapper
{
	position: relative;
	width: 100%;
	margin: 4.34% 0 0 0;
}


/* ABOUT US - INVESTMENT ----------*/

#investment_leftcol, #investment_rightcol
{
	float: none;
	position: relative;
	width: 100%;
}

/* ABOUT US - INVESTMENT STYLES ----------*/

.investment_block
{
	width: 94.2%;
	padding: 2.9%;
	margin: 20px 0 0 0;
}

.investment_block.WAS
{
	margin: 20px 0 0 0;
}

.investment_block .icon
{
	width: 18.45%;
}

.investment_block .text
{
	min-height: 0;
}


}


/* iPhone Landscape -1px ----------- */
@media screen and (max-width : 567px) {


/* ABOUT US STYLES -----*/

.about_content
{
	width: 86.2%;
	padding: 6.9% 6.9% 0 6.9%;
}

.about_content_img_wrapper
{
	margin: 6.9% 0 0 0;
}


/* ABOUT US - INVESTMENT STYLES ----------*/

.investment_block
{
	width: 86.2%;
	padding: 6.9%;
}

.investment_block .icon
{
	width: 25.5%;
}


}