html{
	overflow-x:hidden;
}

body{
	overflow:hidden;
	font: 15px/23px 'Open Sans', Segoe UI, Arial, sans-serif;
}

body.boxed-layout{
	background:#00357a
	background-size:cover;
	background-attachment:fixed;
	padding-top:0!important;
}


.align-left{
	text-align:left;
}

.align-center{
	text-align:center;
}

.align-right{
	text-align:right;
}

img.align-left{
	text-align:left;
	float:left;
	margin:0 15px 15px 0;
}

img.align-center{
	text-align:center;
	margin:10px auto;
}

img.align-right{
	text-align:right;
	float:right;
	margin:0 0 15px 15px;
}

iframe{
	width:100%;
	border:none;
}


.no-margin-top{
	margin-top:0!important;
}

.no-margin-bottom{
	margin-bottom:0!important;
}

.animated{
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}

@-webkit-keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}

@keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
}

.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}


h1{
	font-size:30px;
	font-weight:800;
	text-transform:uppercase;
	margin:30px 0 20px;
}

h2{
	font-size:24px;
	font-weight:400;
	margin:30px 0 20px;
}

h3{
	font-size:18px;
	font-weight:800;
	text-transform:uppercase;
	margin:30px 0 23px;
}

h4{
	font-size:18px;
	font-weight:600;
	margin:30px 0 20px;
}

h5{
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	margin:30px 0 20px;
}

h6{
	font-size:16px;
	font-weight:700;
	margin:30px 0 20px;
}

p{
	margin:10px 0;
}

a{
	color:#00357a;
	transition:color 0.3s;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
}

a:hover{
	color:#00357a;
	text-decoration:none;
}

iframe + h6,
audio + h6{
	margin-top:15px;
	margin-bottom:40px;
}


.section{
	padding:30px 0;
	background:#fff;
}
.sectionvsweb{
	padding:1px 0;
	background:#fff;
}


.section>.row{
	margin-bottom:40px;
}

.section-row{
	margin-top:36px;
}

.section>.row:last-child{
	margin-bottom:0;
}

.full-width-bg{
	margin-left:-5000px;
	margin-right:-5000px;
	padding-left:5000px;
	padding-right:5000px;
}

.col-lg-3 .media-caption h2,
.col-lg-9 .col-lg-4 .media-caption h2{
	font-size:18px;
	font-weight:600;
	line-height:22px;
	margin-right:-15px;
}

.col-lg-3 .media-button a.button,
.col-lg-9 .col-lg-4 .media-button a.button{
	padding:0;
	font-size:13px;
	background:none;
	color:#00357a;
	border:none;
}

.col-lg-3 .media-button,
.col-lg-9 .col-lg-4 .media-button{
	margin-bottom:-6px;
	margin-top:-11px;
}

.col-lg-3 .media-button a.button:first-child,
.col-lg-9 .col-lg-4 .media-button a.button:first-child{
	margin-right:10px;
}

.col-lg-3 .media-button a.button:hover,
.col-lg-9 .col-lg-4 .media-button a.button:hover{
	background:none;
	color:#81d742;
}

.col-lg-3 .media-button a.button:hover:after,
.col-lg-9 .col-lg-4 .media-button a.button:hover:after{
	color:#03357a;
}


::-webkit-input-placeholder {
   color: #95999e;
}

:-moz-placeholder {
   color: #95999e;
}

::-moz-placeholder {
   color: #95999e;
}

:-ms-input-placeholder {  
   color: #95999e;
}


::selection {
	background: #4174c5;
	color:#fff;
	}
::-moz-selection {
	background: #4174c5;
	color:#fff;
}

a.button,
button{
	background:#e2eaf2;
	border:none;
	color:#03357a;
	text-transform:uppercase;
	display:inline-block;
	padding:6px 20px;
	font-size:13px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-top:1px solid #f3f7fa;
	border-bottom:1px solid #bfc8d7;
	transition:background 0.3s, color 0.2s, border 0.3s;
	-webkit-transition:background 0.3s, color 0.2s, border 0.3s;
	-moz-transition:background 0.3s, color 0.2s, border 0.3s;
}


.divider{
	display:block;
	margin:30px 0;
	border-top:1px solid #dee0e5;
}

.divider.light{
	border-color:#ecedf1;
}	


table{
	width:100%;
	background:#ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #ffffff;
	overflow:hidden;
}

h3 + table{
	margin-top:3px;
}

table tr:first-child td:first-child,
table tr:first-child th:first-child{
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
}

table tr:first-child td:last-child,
table tr:first-child th:last-child{
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
}

table tr:last-child td:first-child,
table tr:last-child th:first-child{
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
}

table tr:last-child td:last-child,
table tr:last-child th:last-child{
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
}

table td,
table th{;
	padding:3px 3px 3px 3px;
	text-align:left;
	transition:background 0.3s;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
}


form input[type="text"],
form select,
form .chosen-container{
	margin-bottom:10px;
}

input[type="text"],
input[type="password"],
select,
textarea{
	width:100%;
	border:1px solid #dee0e5;
	padding:8px 10px;
	background:#fafbfd;
	color:#95999e;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

label{
	font-size:11px;
	padding-bottom:5px;
	display:inline-block;
}


input[type="radio"],
input[type="checkbox"]{
	display:none;
}

input[type="radio"]+label,
input[type="checkbox"]+label{
	vertical-align:middle;
	cursor:pointer;
	margin-bottom:8px;
}

input[type="radio"]+label+input[type="radio"]+label,
input[type="checkbox"]+label+input[type="checkbox"]+label{
	margin-left:10px;
}

input[type="radio"]+label:before,
input[type="checkbox"]+label:before{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align:top;
	margin-right:12px;
	color:#95999e;
	position:relative;
	top:1px;
}

input[type="radio"]+label:before{
	content:'';
	background:#fafbfd;
	border:1px solid #dee0e5;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	width:22px;
	font-size:12px;
	padding:4px 3px;
	height:22px;
}

input[type="radio"]:checked+label:before{
	content: '\e8ff';
}

input[type="checkbox"]+label:before{
	content:'';
	background:#fafbfd;
	border:1px solid #dee0e5;
	width:22px;
	font-size:12px;
	padding:4px 3px;
	height:22px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

input[type="checkbox"]:checked+label:before{
	content: '\e818';
}

input[type="submit"],
input[type="reset"]{
	background:#e2eaf2;
	color:#03357a;
	border:none;
	margin-top:20px;
	text-transform:uppercase;
	display:inline-block;
	padding:10px 20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-top:1px solid #f3f7fa;
	border-bottom:1px solid #bfc8d7;
	transition:background 0.3s, color 0.2s;
	-webkit-transition:background 0.3s, color 0.2s;
	-moz-transition:background 0.3s, color 0.2s;
}

input[type="submit"]:hover,
input[type="reset"]:hover{
	background:#76a541;
	border-top-color:#dee0e5;
	border-bottom-color:#dee0e5;
	color:#fff;
	text-decoration:none;
}

@media(min-width:992px) and (max-width:1199px){
	
	
	#header.sticky-header .container,
	.full-width-slider .slide{
		width:980px;
	}
	

	.col-lg-3 .team-member-info p{
		height:40px;
		overflow:hidden;
	}
	
	.col-lg-4 .team-member-info p{
		height:80px;
		overflow:hidden;
	}
	
	
	.media-item a.button{
		font-size:12px;
		padding:7px 15px;
	}
	
	.media-caption h2{
		font-size:22px;
	}
	
	
}

@media(min-width:768px) and (max-width:991px){
	
	ol.list,
	ul.list{
		margin-bottom:20px;
	}
	
}

@media(max-width:130px){
	
	
	table,
	tbody,
	tr,
	td,
	th{
		display:block;
		width:100%!important;
		max-width:100%;
		min-width:100%;
	}
	
	table td,
	table th{
		border:none;
	}
	
	table tr{
		border:1px solid #ecedf1;
	}
	
	
	.magnifier, .cursorshade, .statusdiv, .tracker{
		display:none!important;
	}
	
}


@media(max-width:130px){
	
	
	a.button + a.button{
		margin-left:0;
		margin-top:10px;
	}

}

.dxeListBoxItemSelected_iOS, .dxeListBoxItemSelected_iOS.dxeListBoxItemHover_iOS {
    background-color: #00357a;
    color: white;
}

.dxgvControl_iOS .dxgvHFDRP {
    margin-left: 3px;
    }
    
.dxbButton_iOS {
    color: white;
    border: 1px solid #00357a;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #ffffff;
    padding: 1px;
}

div.dxbButton_iOS.dxbDisabled_iOS {
    color: white;
    background-color: #ffffff;
    border: 1px solid #00357a;
}

.table {
	padding-left: 20px !important;
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-moz-border-radius:5px !important;
}

.dxgvTable_iOS {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.dxgvSearchPanel_iOS {
	padding-left: 20px !important;
}

#form1 {
	background-color: #ffffff;
}
.dx {
	text-align: left;
}
.dxgvHeader_iOS
{
	padding: 20px 20px !important;
	border-bottom: 1px Solid #ffffff !important;
	border-right: 1px Solid #ffffff !important;
	background-color: #81d742 !important;
}
.dxgvFooter_iOS td.dxgv {
	background-color: #81d742 !important;
}
.dxgvDataRow_iOS td.dxgv {
	border-bottom: 1px solid #ccc !important;
}

td.dxgRRB {
	border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.dxeButtonEdit_iOS {
    background: white;
	border: 1px solid #00357a !important;
}

.dxeCalendarButton_iOS {
    color: #00357a !important;
}