/* color: #41ad48;/*green*/
/* color: #161b45;/*dark blue*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 - modified */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, q:before {content: ""; content:no-open-quote;}
blockquote:after, q:after {content: ""; content:no-close-quote;}
:focus {outline: 0;}/* remember to define focus styles! */
ins {text-decoration: none;}/* remember to highlight inserts somehow! */
del {text-decoration: line-through;}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
/*Universal Box Sizing with Inheritance - see https://css-tricks.com/box-sizing/ 
This means I can apply 100% width and then add a padding to that element because the padding will be INSIDE the 100%!!*/
html {box-sizing: border-box}
*, *:before, *:after {box-sizing: inherit}

/*end reset
**************************************************/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	color:#161b45;/*dark blue*/
	background-color:#fff;
	text-align:center;
	}
		
/*typography
**************************************************/
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0 0 14px;
	}
h1 {
	font-size: 36px;
	line-height: 46px;
	color:#41ad48;/*green*/
	}
.h1_homepg {
	font-size: 28px;
	line-height: 38px;
	color:#41ad48;/*green*/
}
@media only screen and (min-width: 0px) and (max-width: 550px) {
	.h1_homepg {
		font-size: 24px;
		line-height: 34px;
	}
}
.h1_borderbottom {
	border-bottom: 5px solid #41ad48;/*green*/
}
h2 {
	font-size: 28px;
	color:#41ad48;/*green*/
	}
h2 span {font-size: 18px}
.blue {color:#161b45;/*dark blue*/}
h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	}
h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	}
p {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 14px;
	}
ol, ul, li {
	font-size: 14px;
	line-height: 24px;
	margin-left:0;
	padding-left:0; 
	}
ol, ul {
	margin-bottom: 14px;
	margin-left:1.5em; 
	}
strong, b {
	font-weight: bold;
	}
a {
	text-decoration: underline;
	font-weight: normal;
	color: #009;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color:#900;
	}
	
/*misc
**************************************************/
.center {text-align:center}
.txtleft {text-align: left}
.txtright {text-align: right}
iframe {margin:0 12px}
.break-large {display: none}/*a <br> with this class will only be displated on wide screens*/
@media screen and (min-width: 1000px) {
  .break-large {display: block}
}

/*images
**************************************************/
img {max-width: 100%; height: auto;}
@media \0screen {
  img {width: auto; /* for ie 8 */}
}
.imgright {
	float:right;
	margin:0 0 1.2em 1.2em;
	}
.imgleft {
	float:left;
	margin:0 1.2em 1.2em 0;
	}
.sideR {
	float:right;
  width: 230px;
	margin:0 0 1.2em 1.2em;
  text-align: center;
	}
@media only screen and (min-width: 0px) and (max-width: 599px) {
	.imgright, .sideR {
		float: none;
    width: 100%;
		margin: 0 auto 14px;
	}
}
/*clear for floats
**************************************************/
.clr {clear:both;}
/* clearfix for modern browsers -- the class is applied to the parent element containing the floated items */
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}/* For IE 6/7 (trigger hasLayout) */

.anchor {/*to offset html anchor to adjust for fixed header, eg use this: <a class="anchor" id="services"></a>*/
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
.pad4top {padding-top: 70px}
.padtop2x {padding-top: 28px}
.padbottom2x {padding-bottom: 28px}
.padboth2x {
	padding-top: 28px;
	padding-bottom: 28px;
}
.mb2x {margin-bottom: 28px}

/*containers
**************************************************/
.wrap {
	max-width:952px;
	margin:0 auto;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	}
.wrap_hero {
	max-width:952px;
	margin:0 auto;
	}
.hero {
	position: relative;
}
.hero_txt {
	position: absolute;
	top: 56px;
	left: 56px;
}
.hero_txt p {
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	text-shadow: 1px 1px #000;
	margin-bottom: 0;
}

@media only screen and (min-width: 0px) and (max-width: 670px) {
	.hero_txt {
		top: 28px;
		left: 28px;
	}
	.hero_txt p {
		font-size: 24px;
		line-height: 34px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
	.hero_txt {
		top: 21px;
		left: 21px;
	}
	.hero_txt p {
		font-size: 21px;
		line-height: 27px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 399px) {
	.hero_txt {
		top: 16px;
		left: 16px;
	}
	.hero_txt p {
		font-size: 18px;
		line-height: 22px;
	}
}

/*top banner
**************************************************/
body > #navbar{position:fixed;}
#navbar {
  width: 100%;
  position: fixed;
	top: 0;
  z-index:1100;
	overflow: visible;
  background: rgba(255,255,255,1);
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#navbar.active {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
	-moz-box-shadow:    0 0 10px rgba(0,0,0,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#logo {
	position: absolute;
	top: 20px;
	left: 16px;
}

/*About pg
**************************************************/
/*.cv {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.cv_marginR {
	margin-right: 3%;
}*/
.cv_h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color:#161b45;/*dark blue*/ 
}
.cv_h2 span {
	font-size: 16px;
}
.cv_pic {
	float: left;
	margin: 6px 14px 14px 0;
}
@media only screen and (min-width: 0px) and (max-width: 740px) {
	.cv {
		display: block;
		width: 100%;
	}
	.cv_marginR {margin-right: 0}
}

/*Of Interest pg
**************************************************/
.bx1 {
  background-image: linear-gradient(#6ca0ee, #e8f1c6);
  padding: 28px;
  margin: 14px 0 28px;
  text-align: center;
	border: 2px solid #161b45;/*dark blue*/
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.bx1 h3 {margin-bottom: 28px}
.bx1_item {
  width: 250px;
  background-color: #fff;
  padding: 13px;
	border: 1px solid #161b45;/*dark blue*/
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.bx1_item h4 {
  margin-bottom: 4px;
  line-height: 1em;
}
.bx1_item_ul {
  margin: 0 0 0 13px;
}
.bx1_item_ul li {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}
.arr {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  font-size: 48px;
  font-weight: bold;
  color: #161b45;/*dark blue*/
}
.arr_rl {
  padding-top: 50px;
}
.arr_u {
  padding: 20px 170px 40px 0;
}
.arr_d {
  padding: 20px 0 40px 170px;
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
  .bx1_item {width: 200px}
  .arr {width: 60px}
  .arr_u {padding: 10px 145px 30px 0}
  .arr_d {padding: 10px 0 30px 145px}
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
  .arr {display: none}
  .bx1 h3 {margin-bottom: 14px}
  .bx1 {
    display: flex; 
    flex-direction: column;
  }
  .bx1_item {
    display: block;
    width: 100%;
    max-width: 470px;
    margin: 0 auto 14px;
  }
  .item1 {order: 1}
  .item2 {order: 2}
  .item3 {order: 3}
  .item4 {order: 4}
}

/*PVII AMM: Adaptive Menu Magic by Project Seven Development www.projectseven.com*/
.p7AMM {
	padding: 0;
	box-sizing: border-box;
	margin: 3px 0 0 180px;
}
.p7AMM ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.p7AMM ul li {
	list-style-type: none;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding: 6px 0;
}
.p7AMM.amm-responsive li.home {
	display: none;
}
.p7AMM li a {
	display: block;
	text-decoration: none;
	padding: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #41ad48;/*green*/
}
.p7AMM li a:hover {
	color: #860f23;/*dark red*/
}
.p7AMM.amm-right {text-align: right}
.amm-fixed {/*menu when fixed on scroll fallback*/
	background-color: rgba(0,0,0,0.88);
}
.p7AMM.amm-responsive .amm-toolbar {display: none}

@media only screen and (min-width: 0px) and (max-width: 950px) {
.p7AMM.amm-responsive {
	padding: 0 !important;
	margin-left: 0;
}
.p7AMM.amm-fixed {
    max-height: 100% !important;
    overflow-y: auto;
}
.p7AMM.amm-responsive li {
	text-align: left !important;
	display: block;
	max-height: 700777px;
	border-bottom: 1px solid #161b45;/*dark blue*/
}
.p7AMM.amm-responsive li.home {
	display: block;
}
.p7AMM.amm-responsive li.last {
	border-bottom: none;
}
.p7AMM.amm-responsive .amm-toolbar {
	display: block;
	text-align: right;
	margin: 12px 0 0;
	padding: 0 10px;
	background-color: transparent;
	color: #161b45 !important;
}
.p7AMM.amm-responsive .amm-toolbar a {
	display: inline-block;
	text-decoration: none;
	font-size: 2rem;
	color: #161b45;/*dark blue*/
}
.p7AMM.amm-responsive .amm-toolbar.closed a:before {
	content: "Menu";
}
.p7AMM.amm-responsive .amm-toolbar.opened a:before {
	content: "Hide Menu";
}
.p7AMM.amm-responsive .amm-toolbar.closed a:before,
 .p7AMM.amm-responsive .amm-toolbar.opened a:before {
	font-size: 1rem !important;
	position: relative;
 top: -.25rem;
 left: -.25rem;
}
.p7AMM.amm-responsive ul.closed {display: none}
.p7AMM.amm-responsive ul.opened {display: block}
.p7AMM.amm-responsive li.amm-more {display: none !important}
.p7AMM.amm-responsive li.amm-root-moved {
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}
}

/*footer
**************************************************/
.footer {
	border-top: 5px solid #41ad48;/*green*/
}
#logo_lrg {
	float: left;
	margin: 0 42px 28px 0;
	width: 200px;
}
@media only screen and (min-width: 0px) and (max-width: 680px) {
	#logo_lrg {
		width: 175px;
	}
}
.thirdbox {
	display: inline-block;
	vertical-align: top;
	margin-right: 42px
}
.fineprint {
	clear: both;
	font-size: 12px;
	color:#999;
	padding-top: 42px;
	}
.fineprint a {
	color:#999;
	}
.fineprint a:hover {
	color:#900;
	}

/*PVII Show More / Show Less
**************************************************/
a.sml-more {
	color: #161b45;/*dark blue*/ 
	text-decoration: none;
	display: inline-block;
	font-style: normal;
	border-bottom: 1px #161b45 dotted;
	transition: all linear .5s .1s;
	margin-bottom: 28px;
}
a.sml-more.open {
	x-color: #000;
}
a.sml-more:hover {
	border-bottom-style: solid;
}

/* inline */
a.sml-more-inline, a.sml-less-inline {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	font-style: normal;
	border-bottom: 1px dotted;
	border-color: #000;
	font-weight: bold;
}
a.sml-more-inline:hover, a.sml-less-inline:hover {
	border-bottom-style: solid;
}
/* ---------- DO NOT EDIT EVER ----------------- */
.sml-content {
	display: block; 
	height: 0px;
	overflow: hidden;
	box-sizing: border-box;
}
.sml-content div {
	padding: 1px 0px;
}
/* inline content */
.sml-content-inline {
    display: inline;
}
/* ---------- END DO NOT EDIT EVER ----------------- */

/*print css
**************************************************/
@media print {
   body {
	   margin:0;
	   padding:0;
	   font-family:"Times New Roman", Times, serif;
	   font-size:11pt;
	   color:#000;
	   background-color:#fff;
	   text-align:center;
   }
	#p7AMM_1 {display: none}
	#logo {
		position: static;
		top: 20px;
		left: 16px;
	}
}
