w/*Reset CSS to even Playing Ground*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, samp,small, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, le, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;	text-decoration: none;}:focus {	outline: 0;}body {	 	line-height: 1; font-size: 62.5%;}ol, ul {	list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}


@font-face {
  font-family: NotoSerif;
  src: local("NotoSerif-Bold"),
       local("Noto Serif Bold"),
       url(Noto_Serif/NotoSerif-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: NotoSerif;
  src: local("NotoSerif-Regular"),
       local("Noto Serif Regular"),
       url(Noto_Serif/NotoSerif-Regular.ttf);
	font-weight:normal;
}

@font-face {
  font-family: Roboto;
  src: local("Roboto-Bold"),
       local("Roboto Bold"),
       url(Roboto/Roboto-Bold.ttf);
	font-weight:bold;
}
@font-face {
  font-family: Roboto;
  src: local("Roboto-Regular"),
       local("Roboto Regular"),
       url(Roboto/Roboto-Regular.ttf);
	font-weight:normal;
}
@font-face {
  font-family: Roboto;
  src: local("Roboto-Thin"),
       local("Roboto Thin"),
       url(Roboto/Roboto-Thin.ttf);
	font-weight:100;
}

body{
    font-family: Roboto,arial,helvetica,sans-serif;
    color: black;
		font-weight:normal;
}

#container{
}
.ic, main .WhiteBG .module, main .GreyBG .module, .ic, main .DarkGreyBG .module, main .Section_Heading .module, main .BlueBG .module,  main .MapBG .module , .section_Footer, footer .section_Footer2>div{
	width: 90%;
	margin:0 auto;
	position:relative;gre
	display:block;
}
main .HalfWide .module {
	width: 90%;
	margin:0 auto;
	position:relative;
}


header{
	position:relative;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #ffc627;
}
header #companyname{
	padding-top:80px;
	color:black;
	font-size:20px;
	font-weight:bold;
	font-family:NotoSerif;
	text-transform:uppercase;
	margin: 0 180px 30px 0;
}
header #companylogo{
	width: 100%;
	padding-top: 3%;
	margin-bottom: -7%;
	z-index:11;
	position:relative;

}
header #banner{
	display:block;
	width:100%;
	overflow:hidden;
	max-height:495px;
	position:relative;
	z-index:8;
}
header #banner>div{
	 
	height: 10%;
	position: absolute;
    bottom: 0;
    width: 100%;
	z-index:10;
}

header #banner img{
	display:none;
}
header #interiorbanner{
	display:none;
}


header nav{
    height: 60px;
     
}
header nav .ic>ul{
	display:none;
}

header nav .mobilenav{
	display:none;
}

.BlueBG,.section_Footer{
	display:none;
}

header #tagline{
	 
	 color:black;
	font-size: 40px;
	font-family:NotoSerif;
	min-height: 10px;
}
header #tagline .ic{
	padding: 10px 0;

}
.section_Main{
	display:block;
	
}
main .mcontainer{
	min-height:20px;
	width:100%;
}
footer{
	 
}
footer .Columns{
	min-height:20px;
	width:23%;
	margin-bottom: 20px;
}


main .GreyBG{
	 
	padding: 20px 0;
}
main .DarkGreyBG{
	 
	padding: 10px 0;
}
main .Quickstart{
	 page-break-inside: avoid;
	display:none;
}
main .Quickstart>.ic>h2{
	 color:black;
	font-size:26px;
	padding-top: 20px;
}
main .Quickstart>.ic>.f{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-flex-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
main .Quickstart #quickstartthumb{
	width: 53%;
	margin: 0 3% 20px -3%;
	-webkit-flex-grow: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}
main .Quickstart #quickstartthumb img{
	width: 100%;
}
main .Quickstart .module{
	min-height: 130px;
	width: 100%;
	-webkit-flex-grow: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-webkit-box-shadow:rgba(0,0,0,0.25) -20px -20px 30px -15px;
	        box-shadow:rgba(0,0,0,0.25) -20px -20px 30px -15px;
}

main .Quickstart .module>div{
	margin: 20px 20px 40px 20px;
}
main .MapBG{
	 margin-top:20px;
	     clear: both;
	border-top: 5px solid #ffc627;
	display:block;
}
main .MapBG .module{
	padding: 40px 0;
	display:block;
}
main .BlueBG{
	 
	padding: 60px 0;
}

main .Photo_Banner .module{
	width:100%;
	padding: 0 0 20% 0;
	 
	 
}


main .HalfWide{
	width: 50%;
	float:left;
	margin: 40px 0;
}

main .HalfWide .module {
	margin:0 0 0 auto;
}
main .HalfWide+.HalfWide .module{
	margin:0 auto 0 0;
}
main .HalfWide .module>div {
	padding: 0 15% 0 0;
	 
	 
	 
	 
	border-right: 1px solid #ececed;
}
main .HalfWide+.HalfWide .module>div{
	border-right-width:0;
	padding-right:0;
	 
	margin-left: 17%;
}

main .Photo_Banner{
	display:none;
}
footer .section_Footer2{
	border-top: 1px solid white;
	padding: 20px 0;
}

main .Local_Nav,main .GreyThrirds, main .DarkGreyBG {
	 display:none;
}

main .Section_Heading{
	 
	padding: 20px 0;
}
#mobilenav{
	display:none;
}


main h2, footer h2{
	margin: 0 0 0.5em 0;
	font-size: 31px;
	font-family: NotoSerif;
	color:black;
	line-height: 1.2em;
}
main h3, footer h3{
	margin: 0 0 0.5em 0;
	font-size: 20px;
	font-family: NotoSerif;
	color:black;
	line-height: 1.4em;
}
main h4, footer h4{
	margin: 0 0 0.5em 0;
	font-size: 16px;
	font-family: NotoSerif;
	color:black;
	line-height: 1.4em;
}


main p, footer p,
main ul, footer ul,
main ol, footer ol{
	margin: 0 0 1em 0;
	font-family: Roboto;
	color:black;
	font-size: 16px;
	line-height: 1.5em;
}
main .MapBG p{
	font-size: 12px;
}
footer p{
	font-size: 13px;
}
main .wysiwyg li, footer .wysiwyg li{
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
	font-size: 15px;
	font-family: Roboto;
	color:black;
	line-height: 1.4em;
}
footer a{
	color:black;
}



main a{
	color:black;
}
main a:hover, footer a:hover{
	text-decoration: underline;
}

main label{
	display:inline-block;
	width: 150px;
}

main p span,main h2 span,footer h2 span, footer p span{
	line-height: 1.4em;
}
main p:last-child, footer p:last-child, main h2:last-child, footer h2:last-child{
	margin-bottom:0;
}
main .DarkGreyBG h2, main .DarkGreyBG p, main .MapBG h2, main .MapBG a, main .MapBG li, main .MapBG p,main .BlueBG h2, main .BlueBG li, main .BlueBG p, main .Quickstart p, main .Quickstart li, main .Quickstart h2{
	 color:black;
}

main .Quickstart ul>li,
main .wysiwyg ul>li, footer .wysiwyg ul>li{
     font-family: NotoSerif;
}

main .WhiteBG ul>li, main .Sitemap ul>li{
     padding: 0 0 0 23px;
	font-family: NotoSerif;
}


main .Quickstart ul>li{
    padding: 0 0 20px 30px;
}
main .Quickstart ul>li>.title{
	font-family: NotoSerif;
	 color:black;
	font-size:18px;
	line-height: 1.1em;
	display:block;
	margin-bottom: 5px;
}
main .Quickstart ul>li>.body{
	font-family:Roboto;
	 color:black;
	font-size:15px;
	line-height: 1.1em;
	display:block;
}
.Section_Heading h1{
	font-size: 30px;
	line-height: 1.1em;
	font-family: NotoSerif;
	color:black;
}
*{
	color:black !important;
}
.noprint{display:none!important;}

