/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
.container {
  position: relative;
  width: 100%;
    max-width: 1284px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top; }

/* For devices larger than 400px *//* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 2%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h3:focus {
    outline: none;
}
.ui-accordion .ui-accordion-header {
    padding-top: 0.7em!important;
    padding-bottom: 0.75em!important;
	margin: 6px 100px
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-top: -21px!important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-top: -21px!important;
	position:absolute!important;
}
.ui-state-default .ui-icon {
    background-image: url("../img/plus.png")!important;
    background-position: 0 0!important;
}
.ui-icon {
    width: 60px!important;
    height: 46px!important;
    display: block!important;
    position: relative!important;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 3.5em!important;
}
#facebook:before {
content: url(../img/facebook-sd.png);
content: -webkit-image-set(url(../img/facebook-sd.png) 1x);
}
#twitter:before {
content: url(../img/twitter-sd.png);
content: -webkit-image-set(url(../img/twitter-sd.png) 1x);
}
#google:before {
content: url(../img/google-sd.png);
content: -webkit-image-set(url(../img/google-sd.png) 1x);
}
#youtube:before {
content: url(../img/youtube-sd.png);
content: -webkit-image-set(url(../img/youtube-sd.png) 1x);
}
#blog:before {
content: url(../img/blog-sd.png);
content: -webkit-image-set(url(../img/blog-sd.png) 1x);
}
h1{
	font-family: poppins, sans-serif;
color: #7CB02D;
font-size: 25px;
line-height: 30px;
font-weight: normal;
margin: 5px 0;
}
h2{
	font-family: poppins, sans-serif;
color: #5A4689;
font-size: 1.2em;
font-weight: normal;
margin: 5px 0;
}
h3 {
color: #353d4a;
	font-family: poppins, sans-serif;
font-size: 1.35em!important;
	font-weight: normal;
}
h4{
color: #000000;
text-transform: uppercase;
font-size: 1.1em;
font-family: poppins, sans-serif;
font-weight: normal;
margin:0;
}
.navContainer{
position: fixed;
z-index: 9999;
width: 100%;
}
nav{
width: 100%;
padding-bottom: 18px;
background: #4d4f4a;
position: fixed;
z-index: 99;
box-shadow: 0px 2px 10px #323232;
}
nav ul li {
display: inline-block;
color: white;
padding: 0 10px;
	margin: 0 10px;
	width: 100%;
}

nav ul li a{
	color:white;
	text-decoration:none;
-webkit-transition-property:color, text;
-webkit-transition-duration: .5s, .5s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property:color, text;
-moz-transition-duration:.5s;
-moz-transition-timing-function: linear, ease-in;

-o-transition-property:color, text;
-o-transition-duration:.5s;
-o-transition-timing-function: linear, ease-in;
}

nav ul li a:hover{color:#7cb02d;
}
.bull {
display: none;
}
header{
background-color: #b5c8d1;
background-repeat: repeat;
width: 100%;
position: relative;
padding: 33px 0 0 0;
}
a.link.active {
color: #E0D6F7;
}
header img {
width: 1325px;
max-width: 100%;
margin: 0 auto;
display: block;
}
.mainIcons {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto!important;
    padding: 0px 0;
    box-sizing: border-box;
	
}
.mainIconBox {
    display: inline-block;
    margin: auto 10px 60px 10px;
    /* position: relative; */
    text-align: center;
    max-width:  350px;
    background: #353d4a;
    padding: 15px;
    min-height: 290px;
    vertical-align: top;
}
.mainIconBox h2{
  color: #7cbc2d;
	font-size: 1.6em;
	text-transform: uppercase;
}
.mainIconBox p{
  color: white;
	line-height: 30px;
	font-size: 1.1em;
	margin: 30px auto;
}
section{
overflow: hidden;
padding: 100px 15px 0 15px;
}
.centerImg{margin: 0 auto;display: block;}
.welcome{
padding-bottom: 75px;
max-width: 1360px;
}
.download{
padding-top: 100px;
padding-bottom: 75px;
max-width: 1360px;
}
.bottomBorder {
border-bottom: dotted black 2px;
display: block;
max-width: 100%;
}
.phone {
	width: 100%;
	float: none;
	margin: 15px 0 0 0;
	text-align: center;
	color:#7cb02d;
	font-size:22px;
	font-weight:bold;
	display: block;
}
.phone a{
	color:#000000;
	}
.scheduleBtn {
text-align: center;
color: white;
float: right;
background: #ff6000;
border-radius: 5px;
font-size: 16px;
line-height: 40px;
width: 100%;
margin: 55px auto 0 auto;
max-width: 360px;
float: none;
}
.scheduleBtn a {
display: block;
color: white;
text-decoration: none;
}
.scheduleBtn2 {
text-align: center;
color: #fff;
background: #85C324;
border: 1px solid black;
font-size: 18px;
line-height: 50px;
width: 90%;
margin: 20px auto 60px auto;
max-width: 280px;
}
.scheduleBtn2 a {
display: block;
color: #fff;
text-decoration: none;
}
.scheduleBtn2 a:hover {
background: #4D4F4A;
}
.homeVideo{
float: none;
padding: 0 0 25px 0;
max-width: 100%;
width: 364px;
height: auto;
min-height: 200px;
top: 10px;
position: relative;
margin: 0 auto;
display: block;
}
.txtContainer {
float: none;
width: 100%;
max-width: none;
}
.videosContainer {
float: none;
max-width: none;
width: 100%;
}
.homeTxt{
position: relative;
top: 10px;
}
.gallery{
	background-color:#85c324;
}
.gallery h1{
	color:#ffffff;
	font-size: 4em;
	line-height: 74px;
}
.gallery p{
	color:#ffffff;
	font-size: 1.6em;
}
.halfBox {
    display: inline-block;
    margin: 0px auto 0px auto;
    width: 49%;
    vertical-align: top;
}
.galleryImgs {
	
margin: 50px auto 0 auto;
width: 551px;
max-width: 100%;
	float: right;
}
.galleryImgs img {
width: 551px;
max-width: 100%;
margin: 0 auto;
display: block;
}
.reporting{
	background-color:#353d4a;
}
.reporting h1{
	color:#ffffff;
	font-size: 4em;
	line-height: 74px;
}
.reporting p{
	color:#ffffff;
	font-size: 1.6em;
	padding-top: 30px;
}
.faqs{
	background-color: #85c324;
}
.faqs h1{
	    color: #ffffff;
    font-size: 4em;
    line-height: 74px;
	text-align: center;
}
.faqs h2 {
    color: #ffffff;
    font-size: 1.5em;
    padding-top: 8px;
}
.faqs p {
    color: #222222;
    font-size: 1em;
    padding-top: 0px;
}
.manageList{
	color: #222222;
    font-size: .7em;
	font-weight: 100;
	font-family: poppins, sans-serif; 
}
.phoneImg {
display: block;
width: 100%;
vertical-align:bottom;
}
.newsContent {
width: 1148px;
}
.news{
display: block;
padding: 0px 0 0 0;
}
.news span {
margin: 0 auto;
max-width: 84%;
}
.news div {
	display:block;
}
.videoContainer{
	width:100%;
	margin: 50px 0 0 0;
	margin-bottom: -19px;
	background-color: #e4e4e6;
	margin: 0 auto;
    width: 100%;
	padding: 50px 40px 0 40px;
}
.videoContainer h1{
	color:#4e4b4b;
	font-size: 4em;
	line-height: 74px;
	width: 90%;
}
.videoContainer p{
	color:#4e4b4b;
	font-size: 1.6em;
	width: 90%;
	padding-top: 30px;
}
.videoContainer:last-child{
	margin:0;
}
.homeContent,
.newsContent,
.reportContent,
.docContent,
.contactContent{
	max-width:1500px;
	margin:0 auto;
	width: 100%;
}
.faqsContent{
	max-width:1150px;
	margin:0 auto 50px auto;
	width: 100%;
}
.gallContent{
	max-width:1500px;
	margin:0 auto;
	width: 100%;
}
.fRight{
	float:right;
	margin-left: 45px
}
.fLeft{
	float:left;
	margin-right: 45px;
}
#accordion {
margin: 50px 0 0 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: 1px solid black!important;
background: #ffffff!important;
font-weight: normal!important;
color: #555555!important;
}
.ui-accordion .ui-accordion-icons {
border-radius: 0px!important;
}
.ui-widget-content {
background: #ffffff!important;
color: #222222!important;
border: 1px solid black!important;
	margin: 0px 100px;
}

.copyright{
	font-size: 11pt;
	float: right;
	margin: 0px 0px!important;
}
.form2 {
background-color: #ffffff;
margin: 0 auto 0 auto;
padding: 150px 10px 100px 10px;
}
.contact {
background-color: #ffffff;
margin: 0 auto 0 auto;
padding: 90px 10px 100px 10px;
}
.contactBox {
display: block;
width: 100%;
vertical-align:bottom;
}
.contactBox h3{
margin: 0 0px 0px 0;
color:#4a4747;
	font-size: 1.5em;
}
.contactBox p{
margin: 0 20px 20px 0;
color:#4a4747;
}
.contactBox a{
color:#4a4747;
}
.contactBox .web {
margin: 0 0 20px 0;
display: block;
color: black;
text-decoration: none;
}
.contactBox .bottomBorder {
margin: 15px 0;
max-width: 90%;
}

#form1 input {
width: 100%;
height: 25px;
}
.submit{
color: #ffffff;
width: 80px;
height: 40px;
background: #8c8989;
border: none;
}
.social div {
display: inline-block;
}
.contactBox iframe{
	width:100%;
}
footer {
width: 100%;
height: 0px;
bottom: 0px;
color: #ffffff;
}
footer p {
text-align: center;
font-size: 12px;
}
footer p a {
color: white;
text-decoration: none;
}
.brochureForm {
    float: none;
    width: 100%;
}
.brochureImg {
    width: 25%;
    max-width: 325px;
    margin: 0 auto;
    display: block;
}
.formHeading{
      font-weight: bold;
    color: #2f2e30;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: center;
}
.txtCenter{
  text-align: center;
}
.formFields input {
    width: 100%;
    margin-bottom: 10px;
}
#website {
    display: none;
}
.last{
	max-width:100%!important;
}
.vid {
  display: inline-block;
  width: 24%;
  margin-left: 1%;
  margin-right: -4px;
  vertical-align: top;
}
.vid h3 { font-size: 0.9em; }
.vid:first-child { margin-left: 0; }
.vidvid {
  height: 140px;
  width: 100%;
}
.captchaCode{
	background-color:#0e0a62;
	color:#FFF;
	padding:5px;
}
.mainIconBox img {
    width: 100%;
    height: auto;
    max-width: 423px;
}
@media screen and (max-width: 750px) {
img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.mainIconBox {
    display: block;
    margin: 20px auto;
		max-width: 350px;
}
	.gallery h1{
	color:#ffffff;
	font-size: 2.3em;
	line-height: 44px;
}
.gallery p{
	color:#ffffff;
	font-size: 1.2em;
}
.videoContainer h1{
	font-size: 2.3em;
	line-height: 44px;
}
.videoContainer p{
	font-size: 1.2em;
}
.reporting h1{
	font-size: 2.3em;
	line-height: 44px;
}
.reporting p{
	font-size: 1.2em;
}
.faqs h1{
	font-size: 2.3em;
	line-height: 44px;
}
.faqs p{
	font-size: 1.2em;
}
	  .halfImg {
    display: block;
    width: 100%;
    margin: 20px auto;
}
  .vid:first-child { margin-left: 10%; }
  .vid {
    margin: 0;
    width: 80%;
    margin: 20px 10%;
    display: block;
  }
  .vidivd {
    height: 300px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (max-width: 750px) {
	.icon {
		max-width: 55px;
	}
		.halfBox {
    width: 100%;
}
}
@media screen and (min-width: 750px) {

	.bull {
display: block;
}

.nav-collapse ul {
list-style: none;
list-style-image: none;
text-align: center;
padding: 0;
margin: 10px auto 0px auto;
display: block;
}
	.nav-collapse ul li {
width: auto;
display: inline-block;
padding: 0 1px;
}
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  header{
padding: 70px 0 0 0;
}
section {
padding: 50px 90px 0px 90px;
margin: 0 auto;
display: block;
}
.news{
min-height: inherit;
}
.news div {
display: inline-block;
}
.scheduleBtn {
margin: 0 auto;
}
.videoContainer{
	margin-bottom: 0;
  padding: 40px 40px 0 40px;
}
.galleryImgs img {
width: 100%;
max-width: 953px;
margin: 0 auto;
display: inline-block;
}
.contactBox{
width: 75%;
vertical-align: top;
margin: 0 auto;
display: block;
}
.drImg {
float: right;
padding: 0 0 0 20px;
margin: 0;
display: block;
}
.txtContainer {
float: left;
width: 62%;
max-width: 700px;
}

}
@media only screen and (min-width:960px) {
.nav-collapse ul {
list-style: none;
list-style-image: none;
text-align: center;
}
.nav-collapse ul li {
padding: 0 3px;
}
.contactBox{
	display:inline-block;
	width: 49%;
	vertical-align: bottom;
}
#form1 input {
width: 80%;
height: 25px;
}
.contactBox iframe{
	width:80%;
}
section {
padding: 50px 110px 0px 110px;
margin: 0 auto;
display: block;
}
.contact {
padding: 40px 60px 90px 60px;
}
}

@media only screen and (max-width:1470px) {
	.mainIconBox {
    display: inline-block;
    margin: 20px;
		max-width: 300px;
}
}
@media only screen and (min-width:1070px) {
img {
	
	}
.leftVid {
left: -60px;
}
.rightVid {
left: 60px;
margin-left: 19.75%;
}

}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
