@charset "UTF-8";
/* CSS Document */

/*limited reset and general styles*/
@import url('https://fonts.googleapis.com/css?family=Gothic+A1:400,500,800&display=swap');
div, p, body, h1, h2, h3, h4, ul, li, ol {
	margin: 0;
	padding:0;
	border: none;
}
/*disable text sizing on orientation change*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	-webkit-text-size-adjust:none;
	scroll-behavior: smooth;
}

body {
    padding: 0;
	background: #fff;
	font-family: 'Gothic A1', sans-serif;
}

.QuickLinks {
	width: 50%;
	max-width: 500px;
	margin: 0 auto 0px auto;
	padding: 0%;
	border: none;
	background-color: transparent;
	display: block;
	text-align: right;
	float: right;
	
}

.QuickLinks a:link, .QuickLinks a:visited, .QuickLinks a:active {
	color: #0085CA;
	font-size: 1.0em;
	text-decoration: underline;
	font-weight: normal;
}
.QuickLinks a:hover {
	text-decoration: none;

}

.BlueBorder {
	background-color: #0085ca;
	width: 100%;
	height: 5px;
	margin: 0 auto;
	clear: both;
	border: none;
	display: block;
}

.Holder {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: none;
	clear: both;
	border: none;
	display: block;
	background-color: transparent;
}

.NameNavHolder {
	width: 98%;
	max-width: 1165px;
	height: auto;
/*	min-height: 50px;*/
	clear: both;
	padding: 1% 1% 3% 1%;
	margin: 0 auto;
	background-color: transparent;
	border: none;
	display: block;	
}

#LogoCompany {
	width: 131px;
	height: 60px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

#LogoCompanyVideo {
	width: 100%;
	height: auto;
	display: block;
	float: none;
	margin: 0px auto;
	padding: 0px;
	border: none;
	text-align: center;
}

#Nav {
	width: 84%;
	max-width: 985px;
	min-width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: right;
	background: #0C2D83;
	border: none;
	display: block;
}
#BannerPicture {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 1% 0px 0px 0px;
	clear: both;
	display: block;
	background-color:#fff;
	background-image: url("../images/background-banner-pic.jpg");
	background-repeat: repeat-x;
	align-content: center;
	text-align: center;
}
.PicBorder {
	border: 0px
}

.ContentBackground {
	width: 98%;
	height: auto;
	display: block;
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 1% 1% 0 1%;
	border: none;
}


.ContentBackgroundOneThirdL {
	width: 31%;
	height: auto;
	display: block;
	background-color: #fff;
	margin: 0 auto;
	float: left;
	padding: 0 0 0 2%;
	border: none;
}

.ContentBackgroundTwoThirdsR {
	width: 64%;
	height: auto;
	display: block;
	background-color: transparent;
	margin: 0 auto;
	float: right;
	padding: 1% 1% 0 1%;
	border:none;
}
.ContentBackgroundTwoThirdsL {
	width: 64%;
	height: auto;
	display: block;
	background-color: #fff;
	margin: 0 auto;
	float: left;
	padding: 1% 1% 0 1%;
	border:none;
}
.ContentBackgroundOneThirdR {
	width: 31%;
	height: auto;
	display: block;
	background-color: #fff;
	margin: 0 auto;
	float: right;
	padding: 0 0 0 2%;
	border: none;
}
.ContentBackground48LL {
	width: 100%;
	height: auto;
	min-height: 300px;
/*	min-height: 100%;
	overflow: hidden;*/
	display: block;
	background-color: #444444;
	clear: both;
	margin: 0 auto;
	padding: 0 1% 0 1%;
	border: none;
	position: relative;
	z-index: 2;
	top: 0px;

}

.ContentBackgroundHalfL {
	width: 48%;
	height: auto;
	display: block;
	background-color: #fff;
	float: left;
	margin: 0 auto;
	padding: 1% 1% 0 1%;
	border: none;
}

.ContentBackgroundHalfR {
	width: 48%;
	height: auto;
	display: block;
	background-color: #fff;
	float: right;
	margin: 0 auto;
	padding: 1% 1% 0 1%;
	border: none;
}

/*Patterns & Colors*/

.BackgroundPatternGreen {
	background-image: url("../images/background-pattern-green.png");
	background-repeat: repeat;
}

.BackgroundPatternBlue {
	background-image: url("../images/background-pattern-blue.png");
	background-repeat: repeat;
}

.BackgroundPatternGray {
	background-image: url("../images/background-pattern-gray.png");
	background-repeat: repeat;
}

.BackgroundPatternSlate {
	background-image: url("../images/background-pattern-slate.png");
	background-repeat: repeat;
}

.BackgroundPatternWhite {
	background-image: url("../images/background-pattern-white.png");
	background-repeat: repeat;
}


.BackgroundPatternGold{
	background-image: url("../images/background-pattern-gold.png");
	background-repeat: repeat;
}

.BackgroundColorPurple {
	background-color: #8031A7;
}

.BackgroundColorGreen {
	background-color: #009639;
}

.BackgroundColorLimeGreen {
	background-color: #FC4C02;
}

.BackgroundColorLightGray {
	background-color: #BBBCBC;
}

.BackgroundColorBlue {
	background-color: #0C2D83;
}

.BackgroundColorCyan {
	background-color: #0085CA;
}

.BackgroundColorDarkBlue {
	background-color: #003A70;
}

.BackgroundColorSlate {
	background-color: #424046; 
}
.BackgroundColorWhite {
	background-color: #FFFFFF;
}

.BackgroundMoneyImage {
	width: 100%;
	height: 433px;
	background-image: url("../images/background-image-money.png");
	background-repeat: repeat-x;
	display: block;
	padding: 0px;
	margin: 0 auto;
	border: none;
	clear: both;
}

.BackgroundGavelImage {
	width: 100%;
	max-width: none;
	height: 433px;
	background-image: url("../images/background-image-gavel.png");
	background-repeat: repeat-x;
	display: block;
	padding: 0px;
	margin: 0 auto;
	border: none;
	clear: both;
}

.Overlay {
	background-color: #fff;
	opacity: .9
}
.ContentSection {
	width: 98%;
	max-width: 1144px;
	height: 100%;
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 1% 1% 2% 1%;
	background-color: transparent;
	border: none;
}

.BoxFull90 {
	width: 90%;
	max-width: 900px;
	height: auto;
	display: block;
	clear: none;
	margin: 0 auto;
	padding: 0px;
	border:none;
}

.BoxHalf {
	width: 46%;
	max-width: 515px;
	height: auto;
	display: block;
	float: left;
	margin: 2%;
	padding: 0px;
	border: none;
}

.BoxThirdR {
	width: 95%;
	max-width: 380px;
	height: auto;
	display: block;
	float: right;
	margin: 0% 0% 0% 5%;
	padding: 0px;
	border: none;
		
}
.BoxThirdLeft {
	width: 30%;
	max-width: 380px;
	height: auto;
	display: block;
	float: left;
	margin: 1%;
	padding: 0px;
	border: none;	
}

.BoxTwoThirds {
	width: 96%;
	max-width: 760px;
	min-height: 175px;
	height: auto;
	display: block;
	float:left;
	margin: 1% 3% 1% 1%;
	padding: 0px;
	border: none;
		
}

.BoxTwoThirdsRight {
	width: 64%;
	max-width: 760px;
	height: auto;
	display: block;
	float: right;
	margin: 1%;
	padding: 0px;
	border: none;
		
}

.BoxThirdRight {
	width: 30%;
	max-width: 380px;
	height: auto;
	display: block;
	float: right;
	margin: 1%;
	padding: 0px;
	border: none;
		
}

.BoxTwoThirdsLeft {
	width: 64%;
	max-width: 760px;
	height: auto;
	display: block;
	float: left;
	margin: 1%;
	padding: 0px;
	border: none;
		
}
.Video {
	width: 96%;
	max-width: 850px;
	height: auto;
	display: block;
	clear: both;
	margin: 2% auto 2% auto;
	padding: 5%;
	border: none;
	background-color: transparent;
	text-align: center;
}


.BoxQuarterCheckMark {
	width: 23%;
	min-width: 125px;
	max-width: 200px;
	height: auto;
	min-height: 85px;
	float: left;
	margin: 1%;
	padding: 0px 0px 0px 50px;
	background-image: url(../images/img-checkmark.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
}

.BoxQuarter {
	width: 23%;
	min-width: 200px;
	max-width: 286px;
	height: auto;
	min-height: 85px;
	float: left;
	margin: 1%;
	padding: 0px;
	border: none;
}
h1 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size: 2.3em;
	color: #424046;
	clear: both;
	font-weight:400;
	font-style: normal;
	padding-bottom: 20px;
}

h1:before,
h1:after {
    content: '';
    border-top: 1px solid #cfcfcf;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h1:after {
    margin: 0 0 0 20px;
}


h2 {
	font-size: 2.3em;
	color: #424046;
	width:100%;
	text-align:left;
	border-bottom: 1px solid #cfcfcf;
	line-height:0.1em;
	margin: 3% 0 20px 0px;
	font-weight: normal;
} 

h2 span { 
	background:#fff;
	padding:0 10px;
	font-weight: normal;
}

h2 strong {
	font-weight: 700px;
	text-transform: uppercase;
}


h3 {
	font-size: 1.9em;
	color:#424046; 
	clear: both;
	font-weight:normal;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

h3 strong {
	font-weight: 700px;
	text-transform: uppercase;
}
.Quote {
	font-size: 2.0em;
	color: #fff;
	font-style: italic;
	line-height: 1.3em;
}

.OverlayGreen {
	background-color: #009639;
	opacity: .9
}

h4 {
	font-size: 1.5em;
	color:#424046; 
	clear: both;
	font-weight:normal;
	font-style: normal;
	margin: 20px auto 20px auto;
	padding: 1%;
	border-bottom: 1px solid #424046;
}

h5 {
	font-size: 2.5em;
	color:#FFF; 
	clear: both;
	font-weight:normal;
	font-style: normal;
	margin: 20px auto 20px auto;
	padding: 1%;
}


p, .regtext {
	color: #333333;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.4em;
	clear: both;
}

a:link, a:visited, a:active {
	color: #0085CA;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #0085CA;
	text-decoration: none;	
}


a.LinkWhite:link, a.LinkWhite:visited, a.LinkWhite:active {
	color: #fff;
	text-decoration: underline;	
}

a.LinkWhite:hover {
	text-decoration: none;	
}

/*a.LinkCharcoal:link, a.LinkCharcoal:visited, a.LinkCharcoal:active {
	color: #333333;
	text-decoration: none;	
}

a.LinkCharcoal:hover {
	text-decoration: underline;	
}*/
strong {
	font-weight: 700;
}

.htmllink, p.htmllink, a.htmllink {
	color: #A7A7A9;
	font-size: .9em;
	font-weight: lighter;
	margin: 0px;
	line-height: normal;
	clear: none;
}
.colorWhite {
	color: #ffffff;
}
.colorSlate {
	color: #424046;
}
.colorLighterBlue {
	color: #0067B9;
}
.colorDarkerBlue {
	color: #00358E;
}
.colorGreen {
	color: #009639;
}
.colorNeonGreen {
	color: #FC4C02;
}
.colorCyan {
	color: #0085CA;
}
.colorMaroon {
	color: #710043;
}
.highlight {
	background-color: #FFF61A;
	padding: 2px;
	color: #000;
}
ul {
	list-style-type: square;
	color: #FC4C02;
	margin: 0px 0px 0px 35px;
	padding: 0px;		
}

ol {
	color: #FC4C02;
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-weight: bold;
}
.shadow {
	width: auto;
	height: auto;
	box-shadow: 5px 5px 8px #888888;
}
.simpleCallout {
	border-left: solid 8px #FC4C02;
	background-color: #ededed;
	padding: 10px;	
}

.PullQuote {
	width: 96%;
	max-width: 380px;
	background-color: #fff;
	border-top: #FC4C02 5px solid;
	padding: 2%;
	margin-top: 1%;
	font-style: italic;
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
}

blockquote {
	font-size: 1.2em;
	color: #fff;
	background-color: #00358E;
	clear: both;
	font-weight: lighter;
	margin-bottom: 15px;
	line-height: 1.4em;
	padding: 20px;
}
.caption {
	text-align: center;
	font-size: .9em;
	color: #cccccc;
	display: block;
	clear: both;
}

.nowrap {
    white-space:nowrap;
}
#NCRIcons3 {
		display: block;
		width: 100%;
		min-height: 100%;
	overflow: hidden;
	height: 100%;
		clear: both;
		padding: 0px;
		margin: 0 auto;
		border: none;
		text-align: center;
	vertical-align: top;
	align-content: center;
	text-decoration: none;
	color: #27251F;
	background-color: transparent;
	}


.NCRMobileIcons3 {
	width: 30%;
	min-width: 200px;
	min-height: 345px;
	overflow: hidden;
	height: 100%;
	/*height: auto;
	max-height: 141px;*/
	padding: 1% 1% 2% 1%;
	background-color: transparent;
	color: #27251F;
	font-size: 1.125em;
	font-weight: normal;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	border: none;
	vertical-align: top;
	}


.visionBox{
	width: 49%;
	height:auto;
	float:left;
	padding: 0.5%;	
}


.BoxLeft {
	width: 44%;
	max-width: 325px;
	height:auto;
	float:left;
	clear:left;	
	margin: 3% 0px 5% 0px;
	padding: 3%;	
	background-color: transparent;
}
.BoxRight {
	width: 44%;
	max-width: 325px;
	height:auto;
	float: right;
	clear:right;
	margin: 3% 0px 5% 0px;
	padding: 3%;	
	background-color: transparent;	
}




.scaleImage {
	width: 100%;
	height: auto;
}
/*Drop Cap Styles */


.WhiteDropCap {
	font-size: 60px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	color: #0C2D83;
}
.GreyDropCap {
	color: #0C2D83;
	font-size: 60px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;

}

.ActualWhiteDropCap {
	font-size: 60px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	color: #FFF;
}

/*Auth Card Colors*/

.AuthBlue1 {
	width: 100%;
	background-color: #9fcbed;
	padding: 3px;
	margin-bottom: 2%;
	display: block;
	clear: both;
}

.AuthPurple2 {
	width: 100%;
	background-color: #bd8cbf;
	padding: 3px;
	margin-bottom: 2%;
	display: block;
	clear: both;
}

.AuthOrange3 {
	width: 100%;
	background-color: #f78e55;
	padding: 3px;
	margin-bottom: 2%;
	display: block;
	clear: both;
}
.AuthPink4 {
	width: 100%;
	background-color: #f49ac2;
	padding: 3px;
	margin-bottom: 2%;
	display: block;
	clear: both;
}

.AuthGreen5 {
	width: 100%;
	background-color: #8dc73f;
	padding: 3px;
	margin-bottom: 2%;
	display: block;
	clear: both;
}
/* accordian styles */

.accordion {
	width: 100%;
	height: auto;
	clear: both;
	border: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.accordion h6 {
	margin: 0;
	font-size: 1.2em;
	cursor: pointer;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
	border: none;
	color:#0067B9;
	text-decoration:none;
	clear: both;
	font-weight: normal;
}
.accordion h6:hover {
	text-decoration: underline;
}

.accordion p {
	margin: 5px 0px 15px 20px;
	display: none;
	padding: 10px;	
	background: #ededed;	
	color: #444444;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	clear: both;

}
/* end accordian */


.PieChartBlue {
	color: #3167a9;
	font-weight: bold;
}

.PieChartRed {
	color: #b33330;
	font-weight: bold;
}

.PieChartGreen {
	color: #789735;
	font-weight: bold;
}

.PieChartPurple {
	color: #533b71;
	font-weight: bold;
}

.PieChartTeal {
	color: #2b92ad;
	font-weight: bold;
}

.PieChartOrange {
	color: #ea7d23;
	font-weight: bold;
}
.PieChartLightBlue {
	color: #1f4879;
	font-weight: bold;
}

.PieChartPink {
	color: #7a1f1c;
	font-weight: bold;
}

.PieChartLightGreen {
	color: #5e7a23;
	font-weight: bold;
}


.feedbacktext {
	background-color: #27251F;
	color: #fff;
	padding: 1%;
	font-size: 1.125em;
}
#FooterCopyright {
	width: 96%;
	height: auto;
	display: block;
	background-color: #BBBCBC;
	clear: both;
	margin: 0 auto;
	padding: 2%;
	border: none;
	text-align: center;
}
#FooterCopyright a:link, a:visited, a:active {
	color: #27251F;
	text-decoration: underline;	
}
#FooterCopyright a:hover {
	color: #0085CA;
	text-decoration: none;	
}
#FooterCopyright p {
	color: #27251F;
	font-weight: normal;
	font-size: .9em;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width:985px) and (max-width:1200px){
	

#Nav {
	width: 100%;
	float: none;
	clear: both;
	margin: 0 auto;
}

#LogoCompany {	
	float:none;
	clear: both;
	margin:0 auto;	
}
	
.BannerWide {
	width: 100%;
	display: block;
}
.BannerMobile {
	width: 100%;
	display: none;
}
	.scaleImage {
	width: 100%;
	height: auto;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#fc4c02;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#78BE20;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

}


/*////////////////////////////////////////////////////////////////////////////////////////*/


@media only screen and (min-width:775px) and (max-width:984px){
	
body {
  font-size: .8em;
}
	
.QuickLinks, .Tagline {
	width: 98%;
	text-align: center;
	float: none;
	clear: both;
}

#NameNavHolder {
	width: 96%;
	max-width: 1288px;
	min-height: 80px;
	clear: both;
	padding: 2% 2% 2% 2%;
	margin: 0 auto;
	background-color: #fff;
	border: none;
	display: block;	
}	
#Nav {
	width: 100%;
	float: none;
	clear: both;
	margin: 0 auto;
}

#LogoCompany {	
	float:none;
	clear: both;
	margin:0 auto;	
}
.LinksHolder {
	min-height:75px;
	height: auto;
}
.Links {
	text-align: center;
	padding: 3%;
}
.SiteName {
	text-align: center;
	padding: 3%;
}
	
.BannerWide {
	width: 100%;
	display: none;
}
.BannerMobile {
	width: 100%;
	display: block;
}
.ContentBackgroundOneThirdL {
	width: 100%;
	height: auto;
	display: block;
	background-color: #fff;
	margin: 0 auto;
	float: none;
	padding:0;
	border: none;
	clear: both;
}

.ContentBackgroundTwoThirdsR {
	width: 98%;
	height: auto;
	display: block;
	background-color: #fff;
	margin: 0 auto 0 auto;
	float: none;
	padding: 1% 1% 0 1%;
	border: none;
	clear: both;
}
/*	
	.visionBox{
	width: 99%;
	height:auto;
	float:left;
	padding: 0.5%;	
}*/
	
.BoxHalf {
	width: 94%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	clear: both;
	margin: 3% auto 3% auto;
	padding: 0px;
	border: none;
}
.BoxThirdLeft {
	width: 94%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	clear: both;
	margin: 3% auto 3% auto;
	padding: 0px;
	border: none;
		
}
	
.BoxThirdR {
	width: 98%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	margin: 1% auto 1% auto;
	padding: 0px;
	border: none;
		
}
	
.BoxTwoThirds {
	width: 98%;
	max-width: 750px;
	min-height: none;
	height: auto;
	display: block;
	float:none;
	margin: 1% 1% 1% 1%;
	padding: 0px;
	border: none;
		
}
	
.BoxTwoThirdsRight {
	width: 98%;
	max-width: 750px;
	min-height: none;
	height: auto;
	display: block;
	float:none;
	clear: both;
	margin: 1% 1% 1% 1%;
	padding: 0px;
	border: none;
		
}	
	
.BoxThirdRight {
	width: 98%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	margin: 1% auto 1% auto;
	padding: 0px 1% 0 1%;
	border: none;
	clear: both;
		
}

.BoxTwoThirdsLeft {
	width: 98%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	margin: 1% auto 1% auto;
	padding: 0px 1% 0 1%;
	border: none;
		
}	
.ContentBackground48LL {
	width: 96%;
	height: auto;
	min-height: 300px;
/*	min-height: 100%;
	overflow: hidden;*/
	display: block;
	background-color: #444444;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 2%;
	border: none;
	position: relative;
	z-index: 2;
	top: 0px;

}
	
.BoxQuarterCheckMark {
	width: 98%;
	max-width: 540px;
	height: auto;
	min-height: 54px; 
	float: none;
	clear: both;
	margin: 0 20px 20px 0;
	padding: 0 0 0 50px;
	border: none;
	background-image: url(../images/img-checkmark.png);
	background-repeat: no-repeat;
	background-position: top left;	
}
	
.BoxQuarter {
	width: 98%;
	max-width: 540px;
	height: auto;
	min-height: 54px; 
	float: none;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	border: none;	
}
.BoxLeft {
	width: 85%;
	max-width: 600px;
	height:auto;
	float:none;
	clear:both;	
	margin: 3% auto 5% auto;
	padding: 3%;	
	background-color: transparent;
}
.BoxRight {
	width: 85%;
	max-width: 600px;
	height:auto;
	float: none;
	clear:both;
	margin: 3% auto 5% auto;
	padding: 3%;	
	background-color: transparent;	
}	
.BackgroundColorLightBlue {
	background-color: #009bff;
}
.PullQuote {
	width: 96%;
	max-width: 750px;
	background-color: #fff;
	border-top: #A4D233 5px solid;
	padding: 2%;
	margin-top: 1%;
	font-style: italic;
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
}	
.scaleImage {
	width: 100%;
	height: auto;
}

.scaleImageBanner {
	width: 100%;
	max-height: 300px;
}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width:774px){
	
body {
  font-size: .8em;
}
	
.QuickLinks, .Tagline {
	width: 98%;
	text-align: center;
	float: none;
	clear: both;
}
#NameNavHolder {
	width: 96%;
	max-width: 1288px;
	min-height: 80px;
	clear: both;
	padding: 5% 2% 2% 2%;
	margin: 0 auto;
	background-color: #fff;
	border: none;
	display: block;	
}	
#Nav {
	width: 100%;
	float: none;
	clear: both;
	margin: 0 auto;
}

#LogoCompany {	
	float:none;
	clear: both;
	margin:0 auto;	
}
	
.LinksHolder {
	min-height:75px;
	height: auto;
}
.Links {
	float: none;
	clear: both;
	text-align: center;
	padding: 3%;
	width: 100%;
}
.SiteName {
	float: none;
	clear: both;
	text-align: center;
	padding: 3%;
	width: 100%;
}
	
.BannerWide {
	width: 100%;
	display: none;
}
.BannerMobile {
	width: 100%;
	display: block;
}
h1 {
	font-size: 1.4em;

}	
h2 {
	font-size: 1.9em;	
	}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	}
	
	.visionBox{
	width: 99%;
	height:auto;
	float:left;
	padding: 0.5%;	
}

.BoxHalf {
	width: 94%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	clear: both;
	margin: 3% auto 3% auto;
	padding: 0px;
	border: none;
}
	
.ContentBackgroundOneThirdL {
	width: 100%;
	height: auto;
	display: block;
	background-color: #fff;
	margin: 0 auto;
	float: none;
	padding:0;
	border: none;
	clear: both;
}

.ContentBackgroundTwoThirdsR {
	width: 98%;
	height: auto;
	display: block;
	background-color: transparent;
	margin: 0 auto 0 auto;
	float: none;
	padding: 1% 1% 0 1%;
	border:none;
	clear: both;
}
	
.ContentBackgroundHalfL {
	width: 98%;
	height: auto;
	display: block;
	background-color: #fff;
	float: none;
	margin: 0 auto;
	padding: 1% 1% 0 1%;
	border: none;
}

.ContentBackgroundHalfR {
	width: 98%;
	height: auto;
	display: block;
	background-color: #fff;
	float: none;
	margin: 0 auto;
	padding: 1% 1% 0 1%;
	border: none;
}	
.BoxHalf {
	width: 94%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	clear: both;
	margin: 3% auto 3% auto;
	padding: 0px;
	border: none;
}
	
.BoxThirdLeft {
	width: 94%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	margin: 3% auto 3% auto;
	padding: 0px;
	border: none;
	clear: both;
		
}
	
.BoxThirdR {
	width: 98%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	margin: 1% auto 1% auto;
	padding: 0px;
	border: none;
		
}
	
.BoxTwoThirds {
	width: 96%;
	max-width: 750px;
	min-height: none;
	height: auto;
	display: block;
	float:none;
	margin: 1% 2% 1% 2%;
	padding: 0px;
	border: none;
		
}
.BoxTwoThirdsRight {
	width: 96%;
	max-width: 750px;
	min-height: none;
	height: auto;
	display: block;
	float:none;
	clear: both;
	margin: 1% 2% 1% 2%;
	padding: 0px;
	border: none;
		
}		
.BoxThirdRight {
	width: 98%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	margin: 1% auto 1% auto;
	padding: 0px 1% 0 1%;
	border: none;
	clear: both;
		
}

.BoxTwoThirdsLeft {
	width: 98%;
	max-width: 750px;
	height: auto;
	display: block;
	float: none;
	margin: 1% auto 1% auto;
	padding: 0px 1% 0 1%;
	border: none;
		
}
	
.ContentBackground48LL {
	width: 96%;
	height: auto;
	min-height: 300px;
/*	min-height: 100%;
	overflow: hidden;*/
	display: block;
	background-color: #444444;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 2%;
	border: none;
	position: relative;
	z-index: 2;
	top: 0px;

}
	
.BoxQuarterCheckMark {
	width: 98%;
	max-width: 300px;
	height: auto;
	min-height: 54px; 
	float: none;
	clear: both;
	margin: 1%;
	padding: 0 0 0 50px;
	border: none;
	background-image: url(../images/img-checkmark.png);
	background-repeat: no-repeat;
	background-position: top left;

}	
.BoxQuarter {
	width: 98%;
	max-width: 300px;
	height: auto;
	min-height: 54px; 
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	border: none;

}
.BoxFull90 {
	width: 92%;
	max-width: 550px;
	height: auto;
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	border:none;
}
.BoxLeft {
	width: 85%;
	max-width: 600px;
	height:auto;
	float:none;
	clear:both;	
	margin: 3% auto 5% auto;
	padding: 3%;	
	background-color: transparent;
}
.BoxRight {
	width: 85%;
	max-width: 600px;
	height:auto;
	float: none;
	clear:both;
	margin: 3% auto 5% auto;
	padding: 3%;	
	background-color: transparent;	
}
.BackgroundColorLightBlue {
	background-color: #009bff;
}
.PullQuote {
	width: 96%;
	max-width: 750px;
	background-color: #fff;
	border-top: #A4D233 5px solid;
	padding: 2%;
	margin-top: 1%;
	font-style: italic;
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
}			
.scaleImage {
	width: 100%;
	height: auto;
}
.scaleImageBanner {
	width: 100%;
	max-height: 200px;
}	
}
