body {
    margin: 0 auto;
    min-width: 1000px;
    color: #504c4e;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/highperformancetrainingcenter1/bg.png');
	background-repeat: repeat;
}
a {
    color: #4e8fd6;
    text-decoration: none;
}
a:hover {
	text-decoration: underline; 
}
a img {
	border: 0;
}
h1, h1 a {
	color: #4e8fd6;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 400;
    margin: 0;
}
h2, h2 a {
	color: #4e8fd6;
	font-family: 'Open Sans', sans-serif;;
	font-size: 26px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a {
	color: #4e8fd6;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a {
	color: #3e3a36;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a {
	color: #2882e2;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
h6, h6 a {
	color: #314552;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
p, ul, ol {
    color: #504c4e;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	margin: 0;
	line-height: 21px;
}
hr {  
    border: none;
    border-bottom: solid 1px #dddddd;
}
table {
    border-spacing: 0 !important;
}
.button {
    display: inline-block;
	padding: 5px 12px;
	background-color: #3e69ac;
    color: #ffffff;
    font-size: 16px;
	transition: background 0.25s ease-in-out 0s;
}
.button:hover {
	cursor: pointer;
	background: #4e90d7;
    text-decoration: none;
}
.button a, .button a:hover {
	color: #ffffff;
	text-decoration: none;
    font-size: 16px;
}
.anythingSlider-default {
    padding: 0 !important;
}
.as-oldie .anythingSlider-default .arrow a{
   margin : 40px 0 0 0\9!important; /* IE8 and below */  
   *margin : 40px 0 0 0 !important; /* IE7 and below */ 
}
div.anythingSlider .back  a {
    display: block;
    height: 40px;
    margin: -12px 0 0 0;
    width: 40px;
    text-align: center;
    outline: 0;
	border: #cacaca 1px solid;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/highperformancetrainingcenter1/arrow-left.png') no-repeat;
    position: absolute;
    left: 60px;
}
div.anythingSlider .back  a:hover {
    display: block;
    height: 40px;
    margin: -12px 0 0 0;
    width: 40px;
    text-align: center;
    outline: 0;
   background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/highperformancetrainingcenter1/arrow-left.png') no-repeat;
    position: absolute;
    left: 60px;
}
div.anythingSlider .forward a {
    display: block;
    height: 40px;
    margin: -12px 0 0 0;
    width: 40px;
    text-align: center;
    outline: 0;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/highperformancetrainingcenter1/arrow-right.png') no-repeat;
    position: absolute;
    right: 60px;
}
div.anythingSlider .forward a:hover {
    display: block;
    height: 40px;
    margin: -12px 0 0 0;
    width: 40px;
    text-align: center;
    outline: 0;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/highperformancetrainingcenter1/arrow-right.png') no-repeat;
    position: absolute;
    right: 60px;
}
div.anythingSlider .anythingWindow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 113.9%;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/highperformancetrainingcenter1/slider-shadow.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.slidershadow{
	border: #4c8fc9 10px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    height: 379px
}
.bluebox{
	background-color: #4e90d7;
    border: #ffffff 3px solid;
	-moz-box-shadow: inset 1px 0px 24px #366493;
	-webkit-box-shadow: inset1px 0px 24px #366493;
	box-shadow: inset 1px 0px 24px #366493;
	padding: 0 0 33px 19px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
}
.bluebox:before, .bluebox:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	-webkit-box-shadow: 0 15px 10px #222222;
	-moz-box-shadow: 0 15px 10px #222222;
	box-shadow: 0 15px 10px #222222;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.bluebox:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.bluebox h2, h2 a {
	color: #ffffff;
    text-shadow: 1px 0 1px #2c527a;
    text-transform: uppercase;
}
.bluebox img {
    float: right
}
.graybox{
	background-color: #c4c4c4;
	padding: 12px 0;
    text-align: center;
}
.graybox h1{
	font-size: 30px;
	color: #3e3a36;
}
.grayborder{
	border: #dedede 3px solid;
}
.wrapper {
	width: 100%;
}

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

.le_form {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #504c4e;
	margin: 0;
}
.le_form_name {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #504c4e;
	margin: 0;
}
.le_form_submit input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	padding: 5px 10px;
	background-color: #3e69ac;
	color: #ffffff;
    font-size: 16px;
    border: 0;
	transition: background 0.25s ease-in-out 0s;
}
.le_form_submit input[type="submit"]:hover {
	cursor: pointer;
   	background-color: #4e90d7;
}
.le_form input[type="text"] {
	background-color: #ffffff;
	border: #dddddd 2px solid;
	padding: 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #504c4e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.le_form textarea {
	background-color: #ffffff;
	border: #dddddd 2px solid;
	padding: 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #504c4e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.le_form select {
	background-color: #ffffff;
	border: #dddddd 2px solid;
	padding: 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #504c4e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

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


/*-------------------------HEADER START----------------------------*/

.headerwide {
	width: 100%;
	border-top: #cccccc 4px solid;
}
.header {
	margin: auto;
	width: 960px;
	padding: 5px 0px 26px;
}
.header h5, h5 a{
	font-size: 16px;
	font-weight: bold;
}
.headerlink {
	color: #314552;
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.headerlink:hover{
	color: #2882e2;
	text-decoration: underline;
}
.headerleft {
	float: left;
	width: 410px;
}
.logo {
	padding: 30px 10px 0 10px;
}
.headerright {
	float: right;
	width: 550px;
	text-align: right;
}
.header1 {
	padding: 0 10px;
}

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


/*-------------------------MENU START------------------------------*/

.navigationwide {
	width: 100%;
}
.navigation {
	margin: auto;
	width: 960px;
	background-color: #4e90d7;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.MainMenu {
	padding: 0px;
     text-align: center;
}
.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: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 40px;
	text-decoration: none;
	text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #122539;
	background-color: #5b9be0;
}
.MainMenu li.le_menuitem_level_0 a.le_current_link{
	color: #122539;
	background-color: #5b9be0;
}

/*--------1st level submenu-------*/

.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0px;
	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;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 150px;
	background-color: #4e90d7;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #122539;
	background-color: #5b9be0;
}
/*----------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: 0px 0px 0px;
	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;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 150px;
	background-color: #4e90d7;
}
.MainMenu li.le_menuitem_level_2 a:hover {
	color: #122539;
	background-color: #5b9be0;
}

/*-------------------------MENU END--------------------------------*/


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

.contenttopwide{
	width: 100%;
	border-bottom: #dddddd 2px solid;
}
.contentop{
	margin: auto;
	width: 960px;
    padding: 9px 0px 42px;
}
.content1 {
	padding: 0;
}
.contenttopwidebottom{
	width: 100%;
	background-color: #ffffff;
	border-top: #dddddd 2px solid;
}
.contentopbottom{
	margin: auto;
	width: 960px;
    padding: 12px 0px;
}
.content2 {
	padding: 0;
}
.contentwidemid{
	width: 100%;
	background-color: #f2f2f2;
	border-bottom: #ffffff 3px solid;
}
.contentmid{
	margin: auto;
	width: 960px;
    overflow: hidden;
    padding: 35px 0px 41px;
    z-index: 5;
    position: relative;
}
.content3 {
	padding: 0 10px;
	width: 300px; 
	float: left;
}
.content4 {
	padding: 0 10px;
	width: 300px; 
	float: left;
}
.content5 {
	padding: 0 10px;
	width: 300px; 
	float: left;
}
.contentwidebottom{
	width: 100%;
	background-color: #f7f7f7;
}
.contentbottom{
	margin: auto;
	width: 960px;
    padding: 38px 0px 27px;
}
.content6 {
	padding: 0 10px;
	float: left;
	width: 620px;
}
.content7 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content8 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.content9 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.content10 {
	padding: 0 10px;
} 

/*-------------------------SUBCONTENT START---------------------------*/
.subcontentwide {
	margin: auto;
	background-color: #f7f7f7;
	width: 100%;
}
.subcontent {
	margin: auto;
	width: 960px;
	padding: 40px 0 27px;
}
.subcontent1 {
	padding: 0 10px;
}
.subcontent2 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.subcontent3 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.subcontentleft {
	float: left;
	width: 640px;
}
.subcontent4 {
	padding: 0 10px;
}
.subcontent5 {
    float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent6 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontentright {
	float: left;
	width: 320px;
}
.subcontent7 {
    padding: 0 10px;
}
.subcontentleft2 {
    float: left;
	width: 320px;
}
.subcontent8 {
    padding: 0 10px;    
}
.subcontentright2 {
    float: left;
	width: 640px;
}
.subcontent9 {
    padding: 0 10px;
}
.subcontent10 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent11 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent12 {
	padding: 0 10px; 
}

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

/*-------------------------PAGE WRAPPER START----------------------*/

.pwrapperwide {
	width: 100%;
	background-color: #f7f7f7;
}
.pwrapper {
	margin: auto;
	width: 960px;
	padding: 40px 0 27px;
}
.pwrapper1 {
    padding: 0 10px;
}

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


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

.footerwide {
	width: 100%;
	background-color: #1f1d1d;
}
.footer {
	margin: auto;
	width: 960px;
    padding: 20px 0;
}
.footer p {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
.footerleft{
	width: 480px;
	float: left;
}
.footerright{
	width: 480px;
	float: left;
    text-align: right;
}
.footer1 {
	padding: 0 10px;
}
.le_view_mobile {
	padding: 0 10px;
}
.le_view_mobile a {
	color: #4e90d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
.le_view_mobile a:hover {
	text-decoration: underline;
}

/*-------------------------FOOTER 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;
}

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