html, body {
	height: 100%;
	font-size: 18px;
	font-family: 'Roboto', Arial, sans-serif;
	color: #00345D;
	line-height: 1.5em;
}

@media only screen and (max-width: 2048px) {
	/* When switching from land to port on Android phones, some
			text elements don't auto resize to fit port mode.  Applying
			a transparent BG fixes this bug */
	h1, h2, h3, h4, h5, h6, p, ul, li {
		background: url(../images/transparentimage.png) 0 0 repeat;
	}

	body {
		min-width: 300px;
	}
}

img {
	vertical-align: middle;
}

/* ----------------------------------------------------
		Start Headers
------------------------------------------------------- */

h1 {
	width: 100%;
	margin: 0 auto 10px auto;
	font-family: Poppins;
	font-weight: bold;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 0.005em;
	color: #00345D;
	text-align: center;
}

.homePage h1 {
	padding-top: 30px;
}

h2 {
	width: 100%;
	margin: 0 auto 20px auto;
	font-family: Poppins;
	font-size: 28px;
	line-height: 33px;
	color: #FFF;
	text-align: center;
}

h3 {
	font-family: Poppins;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 0.005em;
	color: #00345D;
}

@media screen and (max-width:1100px) {
	h1, h2 {
		font-size: 2.5em;
	}
}

@media screen and (max-width:767px) {
	h1, h2 {
		font-size: 2em;
		line-height: 1.4em;
	}
}

.subHeadLine {
	margin-bottom: 30px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #8ebf5c;
	font-style: italic;
	text-align: center;
}

/* ----------------------------------------------------
		End Headers
------------------------------------------------------- */

a:link,
a:visited,
a:active,
a:hover {
	color: #0072BC;
	text-decoration: none;
}

a.disabled {
	cursor: default;
}

strong {
	font-family: 'Roboto', Arial, sans-serif;
}

input[type=text],
textarea,
select {
	width: 100%;
	font-family: 'Poppins', Arial, sans-serif;
	padding: 7px 0 7px 8px;
	color: #151c22;
	font-size: 16px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(196, 196, 196, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Set default select background */
select {
	background: #FFFFFF url(../images/form-dd-arrow.jpg) right 6px no-repeat;
}

/* Remove dropdown arrow from IE dropdown versions 10 and up */
select::-ms-expand {
	display: none;
}

/* Reset select background to normal for IE 9 and below */
.ltie10 select {
	background: #FFFFFF;
}

input[type=button],
input[type=submit] {
	cursor: pointer;
	font-size: 16px;
	-webkit-appearance: none;
	outline: none;
}

input[type=submit]:disabled {
	opacity: 0.5 !important; /* example: reduce opacity to indicate disabled state */
  	cursor: not-allowed !important; /* example: change cursor to indicate disabled state */
}

textarea {
	height: 150px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #8c8c8c;
	font-style:italic;
	font-weight:200;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #8c8c8c;
	font-style: italic;
	font-weight: 200;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #8c8c8c;
	font-style: italic;
	font-weight: 200;
}

:-moz-placeholder { /* Firefox 18- */
	color: #8c8c8c;
	font-style: italic;
	font-weight: 200;
}

sup,
sub {
	font-size: .55em;
	text-transform: uppercase;
	position: relative;
	left: 0;
	padding-left: 1px;
}

sup {
	top: -11px;
}

sub {
	top: 8px;
}

a.btn,
.btn {
	display: inline-block;
	min-width: 115px;
	padding: 11px 30px;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans';
	color: #FFF;
	vertical-align: middle;
	box-sizing: border-box;
	background-color: #0072BC;
	border-width: 2px;
	border-style: solid;
	border-color: #0072BC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 22px;
	-webkit-appearance: none;
}

a.btnWhite,
.btnWhite {
	border-color: #FFF;
	background-color: transparent;
}

a.btnWhite:hover,
.btnWhite:hover {
	color: #6c6d71;
	border-color: #FFF;
	background-color: #FFF;
}

.bodyStopScrolling {
	padding-right: 17px;
	overflow: hidden;
}

/* ----------------------------------------------------
		Start Select Box Styles
------------------------------------------------------- */

.sbHolder {
	width: 100%;
	height: 42px;
	position: relative;
	color: #4D4D4D;
	display: inline-block !important;
	zoom: 1;
	*display: inline !important;
	background: #FFF;
	border: 2px solid #dbdbdb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sbHolder a {
	color: #4D4D4D;
}

.sbHolder .sbToggle {
	width: 36px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/form-dropdown-arrow.png) center center no-repeat;
}

.sbHolder .sbSelector {
	width: 98%;
	line-height: 38px;
	display: block;
	padding-left: 2%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #4D4D4D;
}

.sbHolder .sbOptions {
	width: 100%;
	max-height: 200px !important;
	padding: 6px 0 0 0 !important;
	overflow: auto;
	top: 39px !important;
	left: -1px;
	position: absolute;
	z-index: 1000;
	background: #FFF;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}

.sbHolder .sbOptions li {
	margin: 0 10px;
	padding: 5px 0 5px 0;
	display: block;
	border-bottom: 1px solid #dbdbdb;
}

.sbHolder .sbOptions li:last-child {
	border-bottom: none !important;
}

.sbHolder .sbOptions li a:hover {
	color: #59213C;
}

/* ----------------------------------------------------
		End Select Box Styles
------------------------------------------------------- */

.sitewidth {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 2%;
}

.ltie9 .sitewidth {
	width: 1330px;
}

.displayBlock {
	*display: block;
	zoom: 1;
	display: inline-block;
}

.displayTable {
	display: table;
	width: 100%;
	height: 100%;
}

.displayTableCell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#Wrapper {
	min-height: 100%;
	position: relative;
}

/* ----------------------------------------------------
		Start Header
------------------------------------------------------- */

header {
	width: 100%;
	position: fixed;
	z-index: 1;
	background: #FFF;
}

header .headerLogo {
	display: inline-block;
	padding: 10px 0;
	position: relative;
	z-index: 100000;
}

header .headerLogo img {
	width: 100%;
}

header .sitewidth {
	position: relative;
}

@media screen and (max-width:1023px) {
	header .headerLogo {
		max-width: 250px;
	}
}

@media screen and (max-width:767px) {
	header .headerLogo {
		max-width: 50%;
		padding-top: 13px;
	}
}

/* ----------------------------------------------------
		End Header
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Header Image
------------------------------------------------------- */

.headerImage {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.homePage .headerImage {
	margin-bottom: 0;
}

.headerImage .mainImage {
	width: 100%;
}

.headerImage .displayTable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
}

.headerImage .caption {
	max-width: 620px;
	margin: 0 auto 30px auto;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 64px;
	line-height: 70px;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.headerImage .btn {
	margin: 0 10px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width:1125px) {
	.headerImage .mainImage {
		width: 125%;
		margin-left: -12%;
	}
}

@media screen and (max-width:875px) {
	.headerImage .caption {
		font-size: 55px;
		line-height: 65px;
	}
}

@media screen and (max-width:767px) {
	.headerImage .caption {
		font-size: 50px;
		line-height: 60px;
	}

	.headerImage .mainImage {
		width: 150%;
		margin-left: -25%;
	}
}

@media screen and (max-width:615px) {
	.headerImage .caption {
		font-size: 40px;
		line-height: 50px;
	}

	.headerImage .mainImage {
		width: 300%;
		margin-left: -75%;
	}
}

/* ----------------------------------------------------
		End Header Image
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Top Nav
------------------------------------------------------- */
.topNav {
	margin: 5px 0 50px 0;
	text-align: center;
}

.topNav li {
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
}

.topNav li a {
}

/* ----------------------------------------------------
		End Top Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Main Nav
------------------------------------------------------- */

#MainNavWrap {
	/*float:right;*/
	width: 100%;
	margin-bottom: 15px;
	padding-top: 54px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
	text-align: right;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
}

#MainNavWrap .navBG .navBGContent {
	background: #FFF;
}

#MainNavWrap .mainNav {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	display: table;
}

#MainNavWrap .mainNav li {
	display: inline-block;
	position: relative;
	font-size: 16px;
}

#MainNavWrap .mainNav li.mainNavItem {
	margin-left: 95px;
}

#MainNavWrap .mainNav li .topNavLink {
	display: block;
	float: left;
	padding: 5px 24px 5px 14px;
	color: #000;
}

#MainNavWrap .mainNav li .dropdownArrow {
	position: relative;
	left: 0;
	top: -1px;
}

#MainNavWrap .mainNav li a {
	color: #00345D;
}

#MainNavWrap .mainNav li a.current {
	color: #0072BC;
}

#MainNavWrap .mainNav li:hover .topNavLink {
	color: #0072BC;
}

#MainNavWrap .mainNav .subNav {
	display: none;
	width: 100%;
	position: absolute;
	top: 37px;
	left: 0px;
	font-size: 16px;
	box-shadow: inset 0px 4px 250px 50px rgba(0, 0, 0, 0.7);
}

#MainNavWrap .mainNav .subNav ul {
	display: inline-block;
	text-align: left;
	background: #0072BC;
}

#MainNavWrap .mainNav .subNav ul li {
	display: block;
	white-space: nowrap;
	padding: 5px 20px 5px 15px;
}

#MainNavWrap .mainNav .subNav ul li:hover {
	background: #00345d;
}

#MainNavWrap .mainNav .subNav ul li a {
	color: #ffffff;
}

#MainNavWrap .mainNav .subNav ul li a:hover {
	color: #ffffff;
}

#MainNavWrap .mainNav .subNav ul li a.current {
	color: #ffffff;
}

#MainNavWrap .mainNav .subNav ul li a.childrenPresent {
	/*background: url(../images/main-nav-blue-plus.jpg) right center no-repeat;*/
}

#MainNavWrap .mainNav .subNav ul li:hover a.childrenPresent {
	/*background: url(../images/main-nav-blue-plus-hover.jpg) right center no-repeat;*/
}

#MainNavWrap .mainNav .subNav ul li ul {
	display: none;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: display 3s linear;
	background: #0072BC;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

#MainNavWrap .mainNav .subNav ul li ul li {
	padding-left: 0;
}

#MainNavWrap .mainNav .subNav ul li:hover ul {
	display: block;
}

#MainNavWrap .mainNav .subNav ul li ul li a {
	padding-left: 15px;
}

@media screen and (max-width:1250px) {
	#MainNavWrap .mainNav li.mainNavItem {
		margin-left: 65px;
	}
}

@media screen and (max-width:1150px) {
	#MainNavWrap .mainNav li.mainNavItem {
		margin-left: 35px;
	}
}

@media screen and (max-width:1023px) {
	#MainNavWrap {
		display: none;
	}
}

/* ----------------------------------------------------
		End Main Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Mobile Main Nav
------------------------------------------------------- */

.mobileMainMenu {
	display: none;
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0px;
	z-index: 3000;
	font-size: 16px;
	background: #f9f9f9;
	border-bottom: 1px solid #e9e9e9;
}

.mobileMainMenu ul {
	padding: 0;
	list-style-type: none;
}

.mobileMainMenu ul li {
	position: relative;
}

.mobileMainMenu li .dropdownArrow {
	display: none;
}

.mobileMainMenu ul li a {
	display: block;
	padding: 10px 0 10px 35px;
	color: #FFFFFF;
	background: #0072BC;
	border-top: 1px solid #00345d;
}

.mobileMainMenu ul.mainNav ul {
	display: none;
}

.mobileMainMenu ul li ul.mobileMenuOpen {
	display: block;
}

.mobileMainMenu ul li ul {
	display: none;
}

.mobileMainMenu ul li ul li a {
	padding-left: 50px;
	background: #0072BC;
}

.mobileMainMenu ul li ul ul li a {
	padding-left: 65px;
}

.mobileMainMenu ul li a.current {
	background: #00345d;
	color: #FFFFFF;
	border-top: 1px solid #00345d;
}

.mobileMainMenu ul li .mobileToggle {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	border-left: 1px solid #00345d;
	padding: 10px 0;
	width: 55px;
	background: #0072BC;
}

.mobileMenuButton {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 42px 40px;
}

.mobileMenuButton div {
	width: 30px;
	height: 30px;
	overflow: hidden;
}

.mobileMenuButton div img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.mobileMenuButtonOpen div img {
	top: -30px;
}

@media screen and (max-width:1023px) {
	.mobileMenuButton {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.mobileMenuButton {
		padding: 34px 40px;
	}
}

/* ----------------------------------------------------
		End  Mobile Main Nav
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Breadcrumb
------------------------------------------------------- */

.breadcrumbWrap {
	margin-bottom: 35px;
	font-size: 14px;
	color: #525252;
	background: #dbdbdb;
}

.breadcrumbWrap ul li {
	display: inline;
	padding-right: 10px;
}

.breadcrumbWrap a {
	color: #015593;
}

/* ----------------------------------------------------
		End Breadcrumb
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Pagination
------------------------------------------------------- */

.pagination {
	width: auto;
	margin-bottom: 35px;
	text-align: center;
}

.pagination img {
	box-shadow:none;
}

.pagination span,
.pagination a {
	zoom: 1;
	display: inline-block;
	padding: 5px 15px;
	margin:0 3px 10px 3px;
	text-align: center;
	color: #FFF;
	font-family: 'Poppins';
	font-size: 0.85em;
	background: #00345D;
	border: 1px solid #e8e8e8;
}

.pagination a:hover {
	background: #0072BC;
}

.pagination span {
	color: #FFF;
	background: #0072BC;
}

.pagination .pageLeftArrow,
.pagination .pageLeftArrow:hover,
.pagination .pageRightArrow,
.pagination .pageRightArrow:hover {
	background: none;
	border: none;
}

.pagination .pageLeftArrow,
.pagination .pageRightArrow {
	padding:5px;
}
/* ----------------------------------------------------
		End Pagination
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Body
------------------------------------------------------- */
main {
	display: block;
	background: #F0F0F0;
}

main img {
	/*box-shadow: inset 0px 4px 250px 50px rgba(0, 0, 0, 0.7);*/
	filter: drop-shadow(0px 4px 4px rgba(0, 52, 93, 0.16));
}

.mainBodyCopy {
	padding-bottom: 35px;
}

.rteCopy {
	margin-bottom: 35px;
}

.h1BodyCopy {
	max-width: 1100px;
	margin: 0 auto;
}

.mainBodyCopy .rteCopy:last-child {
	margin-bottom: 0;
}

.rteCopy ul,
.rteCopy ol,
.rteCopy p {
	margin-bottom: 30px;
}

.rteCopy p:last-child {
	margin-bottom: 0;
}

.rteCopy img {
	max-width: 80%;
	width: auto !important;
	height: auto !important;
	margin: 20px;
}

.rteCopy ul li,
.rteCopy ol li {
	padding-bottom: 3px;
}

.rteCopy ul {
	padding-left: 20px;
}

.rteCopy ul.ulSplit {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.rteCopy ol {
	padding-left: 22px;
}

.rteCopy ul li {
	list-style-type: disc;
}

.rteCopy li p {
	margin-bottom: 0;
}

/* ----------------------------------------------------
		End Body
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Two Column Layout
------------------------------------------------------- */

#TwoColumn {
	margin-bottom: 30px;
}

#TwoColumn #LeftColumn {
	width: 100%;
	float: left;
	margin-right: -420px;
}

#TwoColumn #LeftColumn .leftColumnContent {
	margin-right: 445px; /* 25 pixels added for center margin */
}

#TwoColumn #RightColumn {
	width: 420px;
	float: right;
}

@media all and (max-width: 950px) {
	#TwoColumn #LeftColumn {
		margin-right: 0px;
		margin-bottom: 30px;
		float: none;
	}

	#TwoColumn #LeftColumn .leftColumnContent {
		width: 100%;
		margin-right: 0px;
	}

	#TwoColumn #RightColumn {
		width: 100%;
		float: none;
	}
}

/* ----------------------------------------------------
		End Two Column Layout
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Footer
------------------------------------------------------- */

footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 35px 0;
	color: #748FA0;
	font-size: 16px;
	background: #111B3A;
}

footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
	color: #748FA0;
}

footer a:hover {
	color: #ece6e6;
}

footer .copyRight {
	text-align: center;
}

footer .col1 {
	width: 100%;
	max-width: 250px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

footer .col1 img {
	padding-bottom: 15px;
}

footer .footerAddCopy {
	font-size: 18px;
}

footer .footerAddCopy p {
	margin-bottom: 15px;
}

footer .footerAddCopy a:hover {
	color: #748FA0;
}

footer .col2 {
	width: 100%;
	max-width: 900px;
	display: inline-block;
	margin: 0 30px;
	padding: 30px 0 0 0;
	vertical-align: top;
}

footer .col2 .headerText {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

footer .col2 .rteCopy {
	font-size: 16px;
	line-height: 23px;
}

footer .col3 {
	display: inline-block;
	padding: 30px 0 0 0;
	vertical-align: top;
}

footer .footerNav ul {
	margin-bottom: 15px;
	text-align: center;
}

footer .footerNav ul li {
	display: inline-block;
	padding: 0 85px 0 0;
	font-size: 18px;
	font-weight: bold;
}

footer .col3 .recentPosts {
	padding-left: 6%;
}

footer .col3 .recentPosts .headerText {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
}

footer .col3 .recentPosts ul {
	padding-left: 15px;
}

footer .col3 .recentPosts ul li {
	padding: 0 0 4px 15px;
	font-weight: bold;
	background: url(../images/footer-posts-arrow.jpg) 0 9px no-repeat;
}

footer .mobileFooterNav {
	display: none;
	text-align: center;
}

footer .mobileFooterNav ul li {
	display: inline-block;
	padding: 0 7%;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width:1250px) {
	footer .footerNav {
		display: none;
	}

	footer .mobileFooterNav {
		display: block;
	}

	footer .col1,
	footer .col2,
	footer .col3 {
		width: 33%;
		max-width: none;
		margin: 0;
	}

	footer .col3 {
		padding-left: 3%;
	}

	footer .col3 .recentPosts .headerText {
		font-size: 18px;
	}
}

@media screen and (max-width:979px) {
	footer .col1,
	footer .col2 {
		width: 47%;
	}

	footer .col3 {
		display: none;
	}
}

@media screen and (max-width:979px) {
	footer .col1,
	footer .col2 {
		width: 100%;
		display: block;
		padding-top: 0;
	}

	footer .col2 .rteCopy {
		text-align: center;
	}
}

/* ----------------------------------------------------
		End Footer
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Footer Callout Node
------------------------------------------------------- */
.footerCalloutWrap {
	padding: 20px 0;
	position: relative;
	text-align: center;
	font-size: 27px;
	color: #FFF;
	font-family: 'Poppins';
	font-style: italic;
	background: #00345D;
}

.footerCalloutWrap .btn {
	font-style: normal;
	margin-left: 3px;
}

@media only screen and (max-width: 1023px) {
	.footerCalloutWrap span {
		display: block;
	}

	.footerCalloutWrap .btn {
		left: 0;
		top: 0;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.footerCalloutWrap span {
		line-height: 35px;
	}
}

/* ----------------------------------------------------
		End Footer Callout Node
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Contact Form Common Styles
------------------------------------------------------- */

.formWrap {
	margin-bottom: 30px;
}

.formWrap .pnlFormError {
	margin-bottom: 30px;
	color: red;
}

.formWrap .formRowSun {
	display: none;
}

/*.formWrap .formRow .formLeft {
	width: 48%;
	float: left;
}*/

.formWrap .formRow .formRight {
	width: 100%;
	/*float: right;*/
}

.formWrap .formRow {
	margin-bottom: 30px;
}

/*.formWrap .formRow label {
	display: block;
}*/
/*.formWrap .formRow .formLabel span {
	display: inline;
	color: #af243b;
}*/
.formWrap .formRow input[type=text] {
	display: block;
}

.formWrap .backyardSun {
	display:none;
}

/*@media all and (max-width: 800px) {
	.formWrap .formRow .formLeft,
	.formWrap .formRow .formRight {
		width: 100%;
		float: none;
	}

	.formWrap .formRow .formLeft {
		margin-bottom: 30px;
	}
}*/
/* ----------------------------------------------------
		End Contact Form Common Styles
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Header Image Rotator
------------------------------------------------------- */
.flexslider .slideContent {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.flexslider .slideContent .displayTableCell {
	padding: 0 125px;
}

.flexslider .slideContent .slideHeader {
	margin-bottom: 15px;
	color: #af243b;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 3.944em;
	line-height: 76px;
}

.flexslider .slideContent .slideCopy {
	margin-bottom: 25px;
	color: #194a6a;
	font-size: 1.333em;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 33px;
}

.flexslider .slideContent .slideLink {
	padding-left: 16px;
	display: inline-block;
	font-family: 'Roboto', Arial, sans-serif;
	color: #000;
	background: url(../images/flexslider-link-arrow.png) 0 center no-repeat;
}

@media all and (max-width: 1240px) {
	.flexslider .slideContent .slideHeader {
		margin-bottom: 6px;
		font-size: 3.056em;
		line-height: 62px;
	}

	.flexslider .slideContent .slideCopy {
		font-size: 1.167em;
		line-height: 29px;
	}
}

@media all and (max-width: 1023px) {
	.flexslider .slideContent .slideHeader {
		font-size: 42px;
		line-height: 42px;
	}

	.flexslider .slideContent .slideCopy {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 26px;
	}
}

@media all and (max-width: 860px) {
	.flexslider .slideContent .displayTableCell {
		padding: 0 65px;
	}

	.flexslider .slideContent .slideHeader {
		font-size: 42px;
		line-height: 42px;
	}
}

@media all and (max-width: 767px) {

	.flexslider .slideContent .slideHeader {
		margin-bottom: 20px;
		font-size: 40px;
	}

	.flexslider .slideContent .slideCopy {
		display: none;
	}
}

@media all and (max-width: 639px) {
	.flexslider .slideContent .displayTableCell {
		padding: 0 3%;
	}

	.flexslider .slideContent .slideHeader {
		margin-bottom: 3px;
		font-size: 30px;
		line-height: 33px;
	}
}

/* ----------------------------------------------------
		End Header Image Rotator
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Human Sitemap
------------------------------------------------------- */

.humanSitemap .sitemapColumnWrap a {
	color: #3c3c3c;
}

.humanSitemap .sitemapColumnWrap .sectionColumn {
	float: left;
	padding-left: 16%;
}

@media only screen and (max-width: 959px) {
	.humanSitemap .sitemapColumnWrap .sectionColumn {
		padding-left: 14%;
	}
}

@media only screen and (max-width: 799px) {
	.humanSitemap .sitemapColumnWrap .sectionColumn {
		padding-left: 0;
	}
}

/* ----------------------------------------------------
		End Human Sitemap
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Home Page
------------------------------------------------------- */

.homeServiceBlockWrap {
	padding: 0 0 20px 0;
	background: #F0F0F0;
}

/* ----------------------------------------------------
		End Home Page
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Service Block Widget
------------------------------------------------------- */

.serviceBlockWrap {
	width: 100%;
	max-width: 1365px;
	margin: 0 auto;
	overflow: hidden;
}

.serviceBlockWrap .item {
	width: 23.7%;
	margin: 0 .6% 20px .6%;
	padding: 30px 20px 65px 20px;
	float: left;
	vertical-align: top;
	position: relative;
	text-align: center;
	background: #FFF;
	filter: drop-shadow(0px 4px 4px rgba(0, 52, 93, 0.16));
}

.serviceBlockWrap .item .icon {
	margin-bottom: 15px;
}

.serviceBlockWrap .item .title {
	margin-bottom: 15px;
	font-family: 'Poppins';
}

.serviceBlockWrap .item .desc {
	max-width: 350px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}

.serviceBlockWrap .item .blockLink {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

@media screen and (max-width:1099px) {
	.serviceBlockWrap .item {
		width: 31%;
		margin-left: 1.2%;
		margin-right: 1%;
	}
}

@media screen and (max-width:899px) {
	.serviceBlockWrap .item {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

@media screen and (max-width:699px) {
	.serviceBlockWrap .item {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
}

/* ----------------------------------------------------
		End Service Block Widget
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Home Difference Section
------------------------------------------------------- */

.homeDiff {
	padding: 25px 0 35px 0;
	background: #f6f6f6;
}


.homeDiff .sitewidth {
	width: 100%;
	max-width: 1434px;
	margin: 0 auto;
	padding: 0 2%;
}

.homeDiff h2 {
	color: #00345D;
}

.homeDiff .rteCopy {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 25px auto;
}

.homeDiff .homeDiffIcons {
	text-align: center;
}

.homeDiff .homeDiffIcons .item {
	display: inline-block;
	width: 22%;
	margin: 0 1% 35px 1%;
	vertical-align: top;
}

.homeDiff .homeDiffIcons .item .icon {
	margin-bottom: 15px;
}

.homeDiff .homeDiffIcons .item .title {
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-weight: 500;
}

.homeDiff .homeDiffIcons .item .desc {
	max-width: 300px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

@media screen and (max-width:960px) {
	.homeDiff .homeDiffIcons .item {
		width: 47%;
		margin: 0 1% 35px 1%;
	}
}

@media screen and (max-width:650px) {
	.homeDiff .homeDiffIcons .item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.homeDiff .rteCopy {
		text-align: center;
	}
}

/* ----------------------------------------------------
		End Home Difference Section
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Home Track Section
------------------------------------------------------- */

.homeTrack {
	padding: 25px 0 35px 0;
	color: #FFF;
	background: #00345D;
}


.homeTrack .sitewidth {
	width: 100%;
	max-width: 1434px;
	margin: 0 auto;
	padding: 0 2%;
}

.homeTrack .rteCopy {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 25px auto;
}

.homeTrack .homeTrackIcons {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.homeTrack .homeTrackIcons .item {
	display: inline-block;
	width: 22%;
	margin: 0 1% 35px 1%;
	vertical-align: top;
}

.homeTrack .homeTrackIcons .item .icon {
	margin-bottom: 15px;
}

.homeTrack .homeTrackIcons .item .title {
	font-family: 'Poppins';
	font-weight: 500;
	font-style: italic;
}

.homeTrack .homeTrackIcons .item .desc {
	max-width: 300px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-style: italic;
}

@media screen and (max-width:960px) {
	.homeTrack .homeTrackIcons .item {
		width: 47%;
		margin: 0 1% 35px 1%;
	}
}

@media screen and (max-width:650px) {
	.homeTrack .homeTrackIcons .item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.homeTrack .rteCopy {
		text-align: center;
	}
}

/* ----------------------------------------------------
		End Home Track Section
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Home Callout Strip
------------------------------------------------------- */

.homeCalloutWrap {
	padding: 20px 0;
	position: relative;
	text-align: center;
	font-size: 27px;
	color: #FFF;
	font-family: 'Poppins';
	font-style: italic;
	background: #00345D;
}

.homeCalloutWrap .btn {
	font-style: normal;
	margin-left: 3px;
}

@media only screen and (max-width: 1023px) {
	.homeCalloutWrap span {
		display: block;
	}

	.homeCalloutWrap .btn {
		left: 0;
		top: 0;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.homeCalloutWrap span {
		line-height: 35px;
	}
}

/* ----------------------------------------------------
		End Home Callout Strip
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Home Track Section
------------------------------------------------------- */

.homeTest {
	padding: 25px 0 35px 0;
	color: #FFF;
	background: #0072BC;
}

.homeTest .sitewidth {
	width: 100%;
	max-width: 1434px;
	margin: 0 auto;
	padding: 0 2%;
}

.homeTest .rteCopy {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 25px auto;
}

.homeTest .homeTestIcons {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.homeTest .homeTestIcons .item {
	display: inline-block;
	width: 14%;
	margin: 0 1% 35px 1%;
	vertical-align: top;
}

.homeTest .homeTestIcons .item .icon {
	width: 103px;
	height: 100px;
	margin: 0 auto 15px auto;
	background: url(../images/home-testimonial-icon-bg.png) 0 0 no-repeat;
}

.homeTest .homeTestIcons .item .icon img {
	padding-top: 18px;
}

.homeTest .homeTestIcons .item .title {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.005em;
}

.homeTest .swiper-wrapper,
.homeTest .swiper-slide {
	height: auto !important;
}

.homeTest .homeTestItems .swiper-container {
	max-width: 630px;
	margin: 0 auto;
}

.homeTest .swiper-slide .rteCopy {
	padding:10px 0;
	font-style: italic;
}

.homeTest .swiper-slide .rteCopy .leftQuote,
.homeTest .swiper-slide .rteCopy .rightQuote {
	width: auto !important;
	display: inline !important;
	margin: 0 2px !important;
	position: relative;
	left: 0;
}

.homeTest .swiper-slide .rteCopy .leftQuote {
	top:-12px;
}

.homeTest .swiper-slide .rteCopy .rightQuote {
	top: 9px;
}

.homeTest .swiper-slide .author {
	float: right;
	font-size: 16px;
	line-height: 1.5em;
}

.homeTest .swiper-pagination-bullet-active {
	background: #FFF;
}

.homeTest .swiper-container-initialized {
	padding-bottom: 35px;
}

@media screen and (max-width:1099px) {
	.homeTest .homeTestIcons .item {
		width: 18%;
	}
}

@media screen and (max-width:1099px) {
	.homeTest .homeTestIcons .item {
		width: 22%;
	}
}

@media screen and (max-width:767px) {
	.homeTest .rteCopy {
		text-align: center;
	}

	.homeTest .homeTestIcons .item {
		width: 30%;
	}
}

@media screen and (max-width:680px) {
	.homeTest .homeTestIcons .item {
		width: 42%;
	}
}

@media screen and (max-width:400px) {
	.homeTest .homeTestIcons .item {
		width: 100%;
	}
}

/* ----------------------------------------------------
		End Home Track Section
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Home Partners Section
------------------------------------------------------- */

.homePartners {
	padding: 25px 0 35px 0;
	background: #f6f6f6;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.homePartners .sitewidth {
	width: 100%;
	max-width: 1434px;
	margin: 0 auto;
	padding: 0 2%;
}

.homePartners h2 {
	color: #00345D;
}

.homePartners .rteCopy {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 25px auto;
}

.homePartners .homePartnerLogos {
	text-align: center;
}

.homePartners .homePartnerLogos .item {
	display: inline-block;
	width: 17%;
	margin: 0 1% 0 1%;
	vertical-align: top;
}

.homePartners .homePartnerLogos .item img {
	width: 100%;
	max-width: 200px;
}

@media screen and (max-width:1199px) {
	.homePartners .homePartnerLogos .item {
		width: 22%;
	}
}

@media screen and (max-width:920px) {
	.homePartners .homePartnerLogos .item {
		width: 30%;
	}
}

@media screen and (max-width:699px) {
	.homePartners .homePartnerLogos .item {
		width: 45%;
	}
}

@media screen and (max-width:500px) {
	.homePartners .homePartnerLogos .item {
		width: 96%;
	}
}

/* ----------------------------------------------------
		End Home Difference Section
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Blog Post Listing
------------------------------------------------------- */

.blogWrap {
	width: 100%;
	max-width: 1400px;
	padding: 0 2%;
	margin: 0 auto;
}

.blogWrap .blogLeft {
	width: 75%;
	float: left;
}

.blogWrap .blogRight {
	width: 23%;
	float: right;
}

.blogWrap .blogLeft .item {
	margin-bottom: 35px;
}

.blogWrap .blogLeft .item .left {
	width: 39%;
	float: left;
}

.blogWrap .blogLeft .item .left img {
	width: 100%;
	border: 1px solid rgba(0, 52, 93, 0.5);
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 52, 93, 0.16);
}

.blogWrap .blogLeft .item .right h3 {
	margin-top: 6px;
}

.blogWrap .blogLeft .item .right h3 a {
	color: #00345D;
}

.blogWrap .blogLeft .item .right .rteCopy {
	color: #000000;
}

.blogWrap .blogLeft .item .right .date {
	color: #000000;
}

.blogWrap .blogLeft .item .right {
	width: 58%;
	float: right;
}

.blogWrap .rightSection {
	margin-bottom: 30px;
	padding: 35px 30px;
	font-family: 'Poppins';
	background: #F4F4F4;
	filter: drop-shadow(0px 4px 4px rgba(0, 52, 93, 0.16));
}

.blogWrap .rightSection h3 {
	font-size: 21px;
}

.blogWrap .rightSection ul {
}

.blogWrap .rightSection ul li {
	padding: 0 0 6px 15px;
	font-weight: bold;
	background: url(../images/blog-list-arrow.jpg) 0 10px no-repeat;
}

.blogWrap .rightSection ul li a {
	color: #00345D;
}

.blogWrap .blogPaging {
}

@media screen and (max-width:1199px) {
	.blogWrap .blogLeft {
		width: 67%;
	}

	.blogWrap .blogRight {
		width: 29%;
	}
}

@media screen and (max-width:1023px) {
	.blogWrap .blogLeft,
	.blogWrap .blogRight {
		width: 100%;
		float: none;
	}

	.blogWrap .blogLeft {
		margin-bottom: 45px;
	}
}

@media screen and (max-width:675px) {
	.blogWrap .blogLeft .item {
		margin-bottom: 55px;
	}

	.blogWrap .blogLeft .item .left,
	.blogWrap .blogLeft .item .right {
		width: 100%;
	}

	.blogWrap .blogLeft .item .left {
		margin-bottom: 20px;
		text-align: center;
	}
}

/* ----------------------------------------------------
		End Blog Post Listing
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Services Body Section
------------------------------------------------------- */

.serviceBody {
	margin-bottom: 45px;
}

.serviceBody .servicebodyImage {
	width: 100%;
	display: block;
	margin-bottom: 35px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.serviceBody .serviceBodyCopy {
	width: 97%;
	margin: 0 auto;
}

/* ----------------------------------------------------
		End Services Body Section
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Blog Article
------------------------------------------------------- */

.blogArticleBodyImage {
	width: 100%;
	display: block;
	margin-bottom: 35px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* ----------------------------------------------------
		End Blog Article
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Contact Page
------------------------------------------------------- */

.contactPage {
	max-width:1000px;
}

.contactPage .left {
	width: 49%;
	float: left;
}

.contactPage .left .rteCopy {
	margin-bottom:15px;
	font-family: 'Poppins';
	font-weight: 600;
	color: #00345D;
}

.contactPage .left .item {
	margin-left: 25px;
	padding: 0 0 20px 45px;
	font-family: 'Poppins';
	font-weight: 600;
	color: #00345D;
	background-repeat: no-repeat;
}

.contactPage .left .item a {
	color: #00345D;
}

.contactPage .right {
	width: 49%;
	float: right;
}

.contactPage .formWrap #txtName,
.contactPage .formWrap #txtCompanyName,
.contactPage .formWrap #txtEmailAddress {
	max-width: 240px;
}

@media screen and (max-width:930px) {
	.contactPage .left,
	.contactPage .right {
		width: 100%;
		float: none;
	}

	.contactPage .left {
		margin-bottom:35px;
	}
}

/* ----------------------------------------------------
		End Contact Page
------------------------------------------------------- */
