@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
body {
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    min-width: 1000px;
    color: #000000;
    background-color: #FFFFFF;
	font-size: 14px;
    font-height: 25px;
}

/*-------------------------FONT STYLING START----------------------*/

a {
	color: #003366;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
	color: #001b36;
}
a img {
	border: 0;
}
p {
	color: #001b36;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
h1, h1 a, h1 a:hover {
	color: #003366;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h2, h2 a, h2 a:hover {
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h4, h4 a, h4 a:hover {
	color: #003366;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h5, h5 a, h5 a:hover {
	color: #7E99B4;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.le_form_name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: #003366;
	margin: 0;
}
.wrapper input[type="submit"] {
	background-color: #003366;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #001b36;
}
.wrapper input[type="text"], .wrapper input[type="password"], #search_form_value {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 15px;
	height: 25px;
}
.wrapper textarea {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 15px;
	height: 25px;
}
.blackbox .le_form_name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin: 0;
	padding-bottom: 20px;
}
.blackbox .le_form {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.blackbox input[type="submit"] {
	background-color: #000000;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	width: 200px;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #747576;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {}
.blackbox {
    background-color: #000000;
    padding: 10px;
}
.blackbox p {
    color: #000000
    !important;
}
.quote {
}
.quote h3 {
    font-size: 55px;
    color: #cccccc;
    font-weight: bold;
}

.whitebox h3 {
    font-size: 24px;
    color: #ffffff;
}
.bio {
    position: relative;
    width: 220px;
    height: 165px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.bio a, .bio p, .bio h1, .bio h2, .bio h3, .bio h4, .bio h5, .bio h6 {
	color: #000000;
}
.bio:hover .bioBlue {
    height: 100%;
}
.bioBlue {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
    width: 100%;
    height: 20%;
    padding: 5px;
    background: rgba(0,0,0,0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -moz-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -o-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}
.bio a, a.bio {
    position: relative;
    z-index: 10;
    display: block;
	padding: 5px;
    color: #ffffff;
}
.no_classes {
    display: none !important;
}
/*-------------------------SITE CLASSES END------------------------*/




/*-------------------------HEADER START----------------------------*/
.navigationwide{
    width:100%;
}
.navagation-conatiner {
    display: inline-block;
    width:100%;
}
.logo {
	padding: 0 10px;
	margin-top: 2%;
	margin-left: 2.2%;
	float: left;
}
.header1 {
  display: inline-block;
  border: none;
  Margin-left: 31%;;
  padding: 0 10px;
  float: right;
  width: auto;
}


/*-------------------------HEADER END----------------------------*/


/*-------------------------MAIN MENU START-------------------------*/
.navigation-wide {
    width:100%;
}
.navigation-container {
	margin: auto;
	width: 100%;
	background-color: #ffffff;
	display: inline-block;
}
.MainMenu {
	padding: 0 10px;
	float: right;
	margin-top: 3%;
	margin-right: 10%;
}
.MainMenu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 {
	float: left;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding: 10px 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #d3dbe5;
	font-weight: bold;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #009ddc;
}
.MainMenu li.le_menuitem_level_0:last-of-type a {
    border-right: 0;
    padding-right: 0;
}
.MainMenu li.le_menuitem_level_0 a.le_current_link{
    color: #009ddc;
}
/*--------1st level submenu-------*/
.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #003366;
	min-width: 160px;
	text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	background-color: #001b36;
}
/*----------2nd level submenu-----*/
.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu li.le_menuitem_level_2 a {
	display: block;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #001b36;
	text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_2 a:hover {
	background-color: #000000;
}
/*-------------------------MAIN MENU END---------------------------*/

/*-------------------------CONTENT START---------------------------*/

.contentwide {
	width: 100%;

/*-------------------------INSIDE CONTENT START--------------------*/

.subcontentwide {
	width: 100%;
/*-------------------------PAGE WRAPPER START----------------------*/

.pwrapperwide {
	width: 100%;
}
.pwrapper {
	margin: auto;
	width: 960px;
	background: rgb(211,219,229); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZGJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzhlYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(211,219,229,1) 0%, rgba(115,142,171,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,219,229,1)), color-stop(100%,rgba(115,142,171,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(211,219,229,1) 0%,rgba(115,142,171,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(211,219,229,1) 0%,rgba(115,142,171,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(211,219,229,1) 0%,rgba(115,142,171,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(211,219,229,1) 0%,rgba(115,142,171,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3dbe5', endColorstr='#738eab',GradientType=0 ); /* IE6-8 */
    border: 2px solid #738eab;
    padding: 10px 0;
}
.pwrapper1 {
    padding: 0 10px;
}

/*-------------------------CONTENT END-----------------------------*/




/*-------------------------FOOTER START----------------------------*/

.footercontent {
	width: 100%;
}

.footer1 {
	padding: 0 10px;
	color: #ffffff;
}

.le_view_mobile {
    padding: 0 10px;
}

.le_view_mobile a {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	text-decoration: none;
}

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

/*-------------------------FOOTER END------------------------------*/




/*-------------------------RESETS START------------------*/

table {
	border-spacing: 0 !important;
}
.anythingSlider-default {
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

/*-------------------------RESETS END--------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.showing {
    display: none;
}
/*-------------------------CLEAR END-------------------------------*/