@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,300);

.desktop {
    display: inline-block;
    visibility: visible;
}

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

/*html5 display rule*/

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary, .hiddenInfo { display: block; }

img {
    max-width: 100%;
    height: auto;
}

.table { display: table; }

/* Mozilla based browsers */

::-moz-selection {
    background-color: #94d600;
    color: #fff;
}

/* Works in Safari */

::selection {
    background-color: #94d600;
    color: #fff;
}

body {
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

a:link, a:visited {
    color: #007cc3;
    text-decoration: none;
}

a.rev:link, a.rev:visited {
    color: #fff;
    font-weight: 600;
}

a.rev:hover { opacity: .75; }

a:hover {
    -webkit-transition: all .5s ease-in-out;
    color: #94d600;
}

header {
    width: 100%;
    position: relative;
}

footer {
    width: 100%;
    position: relative;
}

a.cta:after {
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 0 0 5px;
    font-style: normal !important;
}

span.cta a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 0 0 5px;
}

span.cta { font-style: italic !important; }

a.back:before {
    font-family: FontAwesome;
    content: "\f0d9";
    margin: 0 5px 0 0;
}

a.hoverGreen:hover { color: #94d600 !important; }

.mainContent > a[target="_blank"]:after, .fullContainer.learnMore a[target="_blank"]:after {
    font-family: FontAwesome;
    content: "\f08e";
    margin: 0 0 0 5px;
    font-size: 16px;
}

/*  REMOVE ANY OFFSITE ICONS FROM MAIN NAVIGATION  */

.navigation a.offsite { padding-right: 0 !important; }

.navigation a.offsite:after {
    content: "" !important;
    margin-right: 0 !important;
}

.rule {
    border-bottom: 1px dotted #ccc;
    height: 1px;
    line-height: 1px;
    margin: 20px 0;
}

hr {
    border: 0;
    border-bottom: 1px dotted #ccc;
    /*margin: 20px 0;*/
}

a#toTop, span#toTop {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .65);
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 10px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    text-decoration: none;
    font-size: 27px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
}

a:hover#toTop, span:hover#toTop {
    color: #fff;
    background: #067fc4;
}

.headerSearch {
    position: absolute;
    z-index: 2;
    top: 25px;
    height: 30px;
    right: 0;
}

h1, h2, h3 { margin: 0 0 10px 0; }

p { margin: 0 0 10px 0; }

p.lg { font-size: 16px; }

h1 { font-size: 24px; }

.learnMore h1 { font-weight: 400; }

h2 { font-size: 21px; }

h3 { font-size: 19px; }

h3.pickForm {
    cursor: pointer;
    color: #007cc3;
}

.preScreen h3 { border-bottom: 1px dotted #ccc; }

h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

h5 {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 10px 0;
}

/*  NEEDS TO BE SET FOR BULLET AFTER RESET  */

ul, ol {
    position: relative;
    left: 18px;
    margin: 0 0 15px 0;
    padding: 0;
    list-style-position: outside;
    display: table;
}

ul li { margin: 0 0 5px 0px; }

ul li, ol li { margin: 0 0 5px 0px; }

.accInfo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.accInfo ul, .accInfo ol {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    left: auto !important;
    margin: 0 0 15px 20px !important;
}

.categories ul.bullet, .archives ul.bullet { margin-left: 10px !important; }	
	
	
/* saf3+, chrome1+ */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
	

.rt {
    float: right;
    margin: 0 0 15px 15px;
}

.lf {
    float: left;
    margin: 0 15px 15px 0;
}

.tar { text-align: right; }

.photo, b img, strong img {
    padding: 7px;
    background: #fff;
    border: 1px solid #ddd !important;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
}

b iframe, strong iframe, span.video, div.video, span.right50, span.left50 {
    float: right;
    display: inline-block;
    margin: 0 0 15px 15px;
    padding: 7px;
    background: #fff;
    border: 1px solid #ddd !important;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
}

span.right50 {
    float: right;
    margin: 0 0 15px 15px !important;
    max-width: 50%;
    height: auto;
}

span.right50 img, span.left50 img { display: block; }

span.left50 {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 50%;
    height: auto;
}

.formSelected { display: none; }

/*  NEWS ROOM MASONARY  */

.grid-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px .5% !important;
    border: 1px solid #ddd;
    border-bottom: 5px solid #ddd;
    width: 31.5%;
    height: auto !important;
    vertical-align: top;
}

.grid-item .gridContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
}

.grid-item .gridContent h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.gridFourth.categories, .gridFourth.archives {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 5px solid #ddd;
}

.gridFourth.categories h3 {
    padding: 5px 10px;
    background: #003764;
    color: #fff;
}

.gridFourth.archives h3 {
    padding: 5px 10px;
    background: #297fa3;
    color: #fff;
}

.gridFourth.categories ul, .gridFourth.archives ul { margin: 10px 25px; }

.gridFourth.categories ul li, .gridFourth.archives ul li { margin: 0 0 7px 0; }

.gridFourth.categories .content, .gridFourth.archives .content { margin: 10px 25px; }

.gridFourth .categories, .gridFourth .archives {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 5px solid #ddd;
    margin: 0 0 15px 0;
}

.gridFourth .categories h3 {
    padding: 5px 10px;
    background: #003764;
    color: #fff;
}

.gridFourth .archives h3 {
    padding: 5px 10px;
    background: #297fa3;
    color: #fff;
}

.gridFourth .categories ul, .gridFourth .archives ul { margin: 10px 25px; }

.gridFourth .categories ul li, .gridFourth .archives ul li { margin: 0 0 7px 0; }

.gridFourth .categories .content, .gridFourth .archives .content { margin: 10px 25px; }

.gridFourth .btnSubmit {
    width: 100%;
    font-size: 17px;
    padding: 15px;
    text-align: center;
    display: block;
    height: auto;
}

.gridFourth a:hover.btnSubmit { color: #94d600 !important; }

/*  PAGE TABS  */

.tabs {
    width: 100%;
    height: auto;
}

a { cursor: pointer; }

.tabs li {
    float: left;
    list-style: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    outline: none;
}

.tabs li a {
    color: #b00;
    padding: 5px 10px;
    display: block;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    outline: none;
    border-bottom: solid 1px #fff;
    position: relative;
    z-index: 2;
    cursor: default;
}

.tabs li a.inactive {
    color: #fff;
    background: #b00;
    outline: none;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}

/*  .tabs li a:hover,   */

.tabs li a.inactive:hover {
    color: #333;
    background: #fff;
    outline: none;
}

.tabContent {
    clear: both;
    background: #fff;
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
    top: -1px;
}

/*  SWAP TABS  */

.swapTabContainer {
    float: left;
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    clear: both;
}

.swapTabContainer ul.tabs {
    float: left !important;
    width: 25% !important;
    border: 0 !important;
}

.swapTabContainer ul.tabs li {
    float: none !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid #ccc !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.swapTabContainer ul.tabs li:last-child { border-bottom: 1px solid #ccc !important; }

.swapTabContainer ul.tabs li a { border-radius: 0 !important; }

.swapTabContainer .tabContent {
    clear: none !important;
    float: left !important;
    width: 75% !important;
    padding: 10px 20px;
    border: 0 !important;
    top: 0 !important;
}

/*  ACCORDION  */

.accordion {
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
}

/* .accordion ul	{
	margin: 0!important;
	padding: 0!important;
	position: relative;
	left: 0!important;
	}	 */

.accBtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 35px;
    margin: 0 !important;
    text-decoration: none;
    display: block;
    background: #ebebeb;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    position: relative;
    transition: all .5s ease-in-out;
}

.accBtn:last-child { border-bottom: none !important; }

.accBtn span { display: block; }

.accBtn span:before {
    font-family: FontAwesome;
    content: "\f055";
    position: absolute;
    top: 13px;
    left: 10px;
}

.accBtn.on {
    background: #007cc3;
    color: #fff;
}

.accBtn.on span:before {
    font-family: FontAwesome;
    content: "\f056";
}

.accBtn.over {
    background: #007cc3;
    color: #fff;
    transition: all .5s ease-in-out;
}

/* .accInfo li	{
	padding: 10px;
	display: table!important;
	margin: 0!important;
	} */

/*  ul.accInfo	{
	margin: 0!important;
	padding: 0;
	}	
ul.accInfo ul	{
	margin: 0!important;
	padding: 0;
	}	
ul.accInfo ul li	{
	margin: 0 0 5px 0!important;
	padding: 0 0 0 14px;
	position: relative;
	}
ul.accInfo ul li:before {
	 content: "\f111";
	 font-family: FontAwesome;
	 position: absolute;
	 top: 7px; 
	 left: 0;
	 font-size: 7px;
 	}  */

/* MODAL */

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: none;
    background: #000;
    /* display: none; */
}

.showCoverup {
    position: fixed;
    z-index: 10000;
    top: 131px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, .5);
}

.hideModal {
    width: 500px;
    min-height: 200px;
    display: none;
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.modal_close {
    display: table;
    color: #fff;
    text-decoration: none;
    background: #000;
    background: rgba(0, 0, 0, .75);
    height: 24px;
    width: 24px;
    border-radius: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal_close:hover { background: rgba(0, 0, 0, 1.0); }

.click1, .click2 { cursor: pointer; }

.modal_close {
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
}

/*  FORM ELEMENTS  */

input[type=text], select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    padding: 7px;
    color: #666;
    margin: 0 0 10px 0;
}

.utility input[type=text] {
    width: 280px;
    max-width: 100%;
    padding: 4px;
}

input[type='checkbox'], input[type='radio'] { margin-right: 5px; }

.hiddenSearch {
    line-height: 24px;
    display: block;
    padding: 7px 8px 8px 8px;
}

.hiddenSearch.active { background: #007cc3; }

option {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    padding: 0 7px;
    color: #666;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    padding: 3px;
    color: #666;
    margin: 0 0 10px 0;
    min-height: 100px;
    resize: none;
}

input[type=submit] {
    background: #007cc3;
    border: 0;
    padding: 7px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-transition: .5s !important;
    -moz-transition: .5s !important;
    -webkit-transition: .5s !important;
    transition: .5s !important;
}

input[type=submit]:hover {
    background: #94d600;
    transition: all .5s ease-in-out;
}

select { margin: 0 0 10px 0 !important; }

.w300 {
    width: 300px !important;
    max-width: 100% !important;
}

.tRight { text-align: right; }

.tCenter { text-align: center; }

.tLeft { text-align: left; }
	
	
/*  CLEAN WATER  */

.social a {
    color: #fff !important;
    opacity: .6;
    margin: 0 0 0 10px;
    font-size: 21px !important;
}

.social a:hover { opacity: 1; }

.utility a {
    color: #fff !important;
    margin: 0 10px 0 0;
    font-size: 13px;
    line-height: 25px;
}

.utility a:hover { opacity: .8; }

.utilityLinks { display: inline-block; }

.logo {
    float: left;
    width: 212px;
    height: 51px;
}

.logoHolder {
    position: relative;
    float: left;
    margin: 10px 35px 0 1.515%;
}

body.home .logoHolder .logoDefault {
    position: relative;
    top: -3px !important;
}

.slideSearch {
    position: absolute;
    width: 250px;
    top: 0px;
    right: 10px;
    margin-right: 8px;
}

.header {
    position: absolute;
    width: 100%;
    float: left;
    clear: both;
    height: 90px;
}

.fullContainer.footer { color: #fff; }

.fullContainer.footer .gridThird:nth-child(2) ul, .fullContainer.footer .gridThird:nth-child(2) h5 { margin-left: 35px; }

.fullContainer.footer a { color: #73cff1; }

.fullContainer.footer a:hover { color: #fff; }

.fullContainer.footer .gridFourth.twitter { font-size: 13px; }

.fullContainer.footer .gridFourth.twitter .fa-twitter {
    font-size: 21px;
    margin: 0 0 0 10px;
}

.fullContainer.footer .gridFourth.twitter a { color: #94d600; }

.fullContainer.footer .gridFourth.twitter a:hover { color: #73cff1; }

.fullContainer.copyright {
    color: #c5c5c5;
    font-size: 13px;
}

.fullContainer.copyright a { color: #c5c5c5; }

.fullContainer.copyright a:hover { color: #73cff1; }

.fullContainer.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0px !important;
}

.fullContainer.footer ul li {
    list-style: none;
    margin: 0 0 5px 0 !important;
}

.sideNav ul {
    position: relative;
    left: 0px !important;
}

/*  SPECIAL ONE WATER OVERLAYS  */

.holdIt1 {
    position: relative;
    display: table;
    z-index: 1;
    height: 320px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    padding: 20px;
}

.holdIt1 img, .holdIt2 img, .holdIt3 img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.holdIt2 {
    position: relative;
    display: table;
    z-index: 1;
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
    background-size: 100% auto;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    padding: 20px;
}

.holdIt3 {
    position: relative;
    display: table;
    z-index: 1;
    height: 150px;
    width: 100%;
    background-size: 100% auto;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    padding: 20px;
}

.holdIt1 .content, .holdIt2 .content, .holdIt3 .content {
    display: table-cell;
    position: relative;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.holdIt1:hover, .holdIt2:hover, .holdIt3:hover {
    box-shadow: 1px 2px 10px 1px rgba(50, 50, 50, 0.50) inset;
    transition: all .5s ease-in-out;
}

.firstImg img, .secondImg img, .thirdImg img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.featuredNews .holdNews {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.featuredNews .holdNews .content {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: bottom;
    height: auto;
}

.featuredNews .content h2 a {
    color: #fff;
    padding: 10px;
    display: block;
}

.featuredNews .content h2 {
    color: #fff;
    margin: 0;
    background: rgba(100, 100, 100, .75);
}

.featuredNews .content h2:hover {
    color: #fff;
    background: rgba(0, 124, 195, .75);
    transition: all .5s ease-in-out;
}

.gridFourth.categories #twitterZone { padding: 10px 15px; }

.gridFourth .categories #twitterZone { padding: 10px 15px; }



/*  INDEX LIST STYLES  */

ul.check { list-style: none; }

ul.check li {
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
    position: relative;
    font-size: 17px;
    font-style: italic;
}

ul.check li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 4px;
    left: 0;
    color: #94d600;
    text-shadow: 1px 3px 1px rgba(0, 0, 0, .4);
}

.pagination a {
    margin: 0 2px;
    padding: 2px 8px;
    background: #ebebeb;
    display: inline-block;
    border: 1px solid #ddd;
}

.pagination a.active {
    color: #333 !important;
    cursor: default;
}

.searchResult {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted #ddd;
}

.searchResult:last-child { border-bottom: none; }

.searchResult h3 { margin: 0; }

.searchResult .googleNoLink {
    color: green;
    font-size: 13px;
    margin: 0;
}

/*  TABLE STYLES FOR RESPONSIVE TABLES  */

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;	
}

table th, table td {
    border: 1px solid #ccc;
    padding: 5px;
}

table td {
    font-size: 14px;
    /*  word-wrap: break-word;  */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

table th {
    background: #007cc3;
    color: #fff;
    border: 1px solid #007cc3;
}

table.bt thead { display: none; }

table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

table.bt tbody td.bt-hide { display: none; }

table.bt tbody td .bt-content { vertical-align: top; }

.bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

th { border-bottom: 1px solid #d6d6d6; }

tr:nth-child(even) { background: #e9e9e9; }


table.table-responsive td { display: table-cell !important; }


.infoBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: both;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 5px solid #ddd;
}

.infoBox .gridThird {
    margin: 0 !important;
    width: 33.33% !important;
    position: relative;
    padding: 45px 1.515% 10px 1.515% !important;
    border-right: 1px solid #ddd;
}

.infoBox .gridThird:last-child { border-right: none !important; }

.infoBox .gridThird h3 {
    position: absolute;
    padding: 7px 10px;
    top: -10px;
    left: 0;
    width: 100%;
    color: #fff;
    background: #007cc3;
    font-size: 18px;
}

.infoBox .gridThird ul.bullet li { margin-bottom: 5px; }

/*  USED FOR CONTACT INFO SINGLE BOX WITH HEADER  */

blockquote {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 15px 15px 15px;
    float: left;
    clear: both;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 5px solid #ddd;
}

blockquote h3 {
    position: absolute;
    padding: 7px 10px;
    top: -10px;
    left: 0;
    width: 100%;
    color: #fff;
    background: #007cc3 !important;
    font-size: 18px;
}
	
	
/*  HOME SPECIFIC  */

.homeContainer {
    position: relative;
    z-index: 1000;
}

video {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1 !important;
    opacity: .5;
}

.vc {
    clear: both;
    position: absolute;
    /*  position: fixed;  */
    width: 100%;
    max-height: 500px !important;
    overflow-y: hidden;
}

.video-content {
    max-width: 990px;
    display: block;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 999;
    color: #fff;
    text-align: center;
    height: 400px;
    top: 50px;
}

.video-content h1 {
    font-size: 60px;
    color: #fff;
}

.video-content h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.homeModules .gridFourth.fullSize {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 0 !important;
    height: 200px;
    width: 25% !important;
    overflow: hidden;
}

.homeModules .gridHalf.fullSize {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 0 !important;
    height: 200px;
    width: 50% !important;
    overflow: hidden;
}

.buttonEvent {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #007cc3;
    /*background-color: #94d600;*/
    z-index: 3;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
    /*-webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;*/
}

div.event a { color: #94d600; }

div.event a:hover { color: #007cc3; }

.mod.event p {
    padding: 10px;
    background-color: #000000;
    background-color: rgba(0, 124, 195, 0.5);
}

.buttonProject {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    background: #292929;
    z-index: 3;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
}

.buttonNews {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    background: #94d600;
    z-index: 3;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
}

.overlayBtn {
    display: inline-block;
    padding: 10px 15px;
    color: #fff !important;
    text-transform: uppercase;
    background: transparent;
    z-index: 3;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
    border: 2px solid #fff;
    margin: 15px 0 0 0;
}

a:hover.overlayBtn { background: #007cc3; }

.overlayBtn:after {
    font-family: FontAwesome;
    content: "\f0da";
    margin: 0 0 0 5px;
}

.homeModules .textOnly {
    padding: 45px 15px 15px 15px;
    color: #747474;
    background-color: #f7f7f7 !important;
}

.homeModules h3, .homeModules h4 {
    margin: 0 0 7px 0;
    line-height: 1em;
}

.homeModules h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}

.homeModules .fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.homeModules .fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: auto;
}

/*  NOTE THE MODS NEED THE CORRECT SIZE BACKGROUND IMAGE AS NOT TO FORCE THEM TO 150%  */

/* .fullSize.mod1	{
	background: url() no-repeat center center;
	background-size: 150% auto!important;
	}
.fullSize.mod2	{
	background: url(../images/modules-project1.jpg) no-repeat center center;
	background-size: 150% auto!important;
	}
.fullSize.mod3	{
	background: url(../images/modules-project2-wide.jpg) no-repeat center center;
	background-size: 150% auto!important;
	}
.fullSize.mod4	{
	background: url(../images/modules-news1-wide.jpg) no-repeat center center;
	background-size: 150% auto!important;
	}
.fullSize.mod5	{
	background: url() no-repeat center center;
	background-size: 150% auto!important;
	}
.fullSize.mod6	{
	background: url(../images/modules-news2.jpg) no-repeat center center;
	background-size: 150% auto!important;
	} */

.homeModules .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 20px;
    text-align: center;
    z-index: 1000;
    color: #fff;
    background: #007cc3;
    background: rgba(0, 124, 195, .5);
    display: block;
    width: 100%;
    height: 100%;
    display: none;
}

.hero-novideo-bg { display: none; }

.hero-novideo-bg { display: block\0; }

.educate {
    position: relative;
    z-index: 1000;
    float: left;
    clear: both;
    padding: 0 0 20px 70px;
}

.educate .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #00adee;
}

.educate:hover .icon { border: 1px solid #fff; }

.educate a:hover { color: #00adee !important; }	


.checklist {
    position: relative;
    z-index: 1000;
    float: left;
    clear: both;
    padding: 0 0 20px 70px;
}

.checklist .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #00adee;
}

.checklist:hover .icon { border: 1px solid #fff; }

.checklist a:hover { color: #00adee !important; }	


.construction {
    position: relative;
    z-index: 1000;
    float: left;
    clear: both;
    padding: 0 0 20px 70px;
}

.construction .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #00adee;
}

.construction:hover .icon { border: 1px solid #fff; }

.construction a:hover { color: #00adee !important; }

.shovel {
    position: relative;
    z-index: 1000;
    float: left;
    clear: both;
    padding: 0 0 20px 70px;
}

.shovel .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #00adee;
}

.shovel:hover .icon { border: 1px solid #fff; }

.shovel a:hover { color: #00adee !important; }	


.paybill {
    position: relative;
    z-index: 1000;
    float: left;
    clear: both;
    padding: 0 0 20px 70px;
}

.paybill .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #00adee;
}

.paybill:hover .icon { border: 1px solid #fff; }

.paybill a:hover { color: #00adee !important; }

.employment {
    position: relative;
    z-index: 1000;
    float: left;
    clear: both;
    padding: 0 0 20px 70px;
}

.employment .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #00adee;
}

.employment:hover .icon { border: 1px solid #fff; }

.employment a:hover { color: #00adee !important; }

.permits {
    position: relative;
    z-index: 1000;
    float: left;
    clear: both;
    padding: 0 0 0 70px;
}

.permits .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #00adee;
}

.permits:hover .icon { border: 1px solid #fff; }

.permits a:hover { color: #00adee !important; }

.fullContainer.learnMore a.btn, .formSelected input.btn, a.btn, input.btn {
    color: #fff;
    background: #003764;
    padding: 15px 35px;
    font-size: 21px;
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

.fullContainer.learnMore a:hover.btn, .formSelected input.btn:hover, a.btn:hover, input.btn { background: #007cc3; }

input.homeSignup {
    padding: 20px !important;
    color: #afafaf;
    font-size: 21px;
    width: 100%;
    border: 1px solid #ccc !important;
}

.btnSubmit {
    cursor: pointer;
    background: #fff !important;
    border: 3px solid #007cc3 !important;
    padding: 15px !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px !important;
    color: #007cc3 !important;
    width: 100%;
    -ms-transition: .5s !important;
    -moz-transition: .5s !important;
    -webkit-transition: .5s !important;
    transition: .5s !important;
}

.btnSubmit:hover {
    border: 3px solid #94d600 !important;
    color: #94d600 !important;
    transition: all .5s ease-in-out;
}

/*  /HOME SPECIFIC  */


/* APPENDED 012016 */

/* TITLE OVERLAY AND COLOR BOX CTA */

h1.absOverlay {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 15px;
    color: #fff;
}

.landing {
    position: relative;
    z-index: 1;
}

.colorBox {
    background: #007CC3;
    position: relative;
}

.colorBox .cbPad {
    padding: 15px;
    color: #fff;
}

.colorBox a { color: #fff; }

.ctaList {
    position: relative;
    z-index: 1000;
    float: left;
    clear: both;
    padding: 0 0 20px 70px;
}

.ctaList .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #00adee;
}

.ctaList:hover .icon { border: 1px solid #fff; }

.ctaList a:hover { color: #00adee !important; }

/* STEPS */

.steps .gridFourth {
    position: relative;
    /* background: url(http://cwsweb.azurewebsites.net/media/1494/arrow-small2.png) no-repeat center center; */
    background: url(/media/1494/arrow-small2.png) no-repeat center center;
    min-height: 200px;
    color: #fff;
    background-size: 100% auto;
    margin: 15px 0 !important;
    width: 25% !important;
}

.steps .gridFourth h3 { margin: 75px auto; }

.steps .mod .overlayBtn {
    display: inline-block;
    background: rgba(0, 124, 195, .75);
    margin: 0 !important;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

.steps .mod .overlayBtn:hover { background: #007CC3; }

/* END ADDITIONS */

.sideNav > ul.vertical { margin-top: 24px; }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


p.stop-word-breaking a { display: inline-block; }

#load-more-trigger {
    text-align: center;
    margin-top: 25px;
}

#load-more-trigger > button.btnSubmit {
    max-width: 200px;
    font-size: 15px !important;
    padding: 10px !important;
}

.field-validation-error {
      color: #f00;
}

    .videoWrapper {
	position: relative;
	padding-bottom: 47.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.limit-text {
    margin-top: -10px;
    font-size: 12px;
}