﻿@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Sarina|Raleway:500,700,300|Merriweather);
/*========================================================
                      Main Styles
=========================================================*/

/*
Green Theme
#236952 - background, header
#61cba8 - background, select menu item
#3c3d3d - foreground, selected menu item
#dddddd - foreground, unselected menu items
#3c3d3d - foreground, selected top-level menu item when dropped down to show sub-items


Blue Theme
#013e6d - background, header
#013e6d - background, select menu item
#3c3d3d - foreground, selected menu item
#dddddd - foreground, unselected menu items
#3c3d3d - foreground, selected top-level menu item when dropped down to show sub-items


Grey Theme
#a5a39e - background, header
#006b54 - background, select menu item
#eeeeee - foreground, selected menu item.
#eeeeee - foreground, unselected menu items
#eeeeee - foreground, selected top-level menu item when dropped down to show sub-items

*/
body {
  color: #3c3d3d;
  font: 500 14px/24px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
}

.job-app-checkmark {
	color:#009933;
}

.it-com-list {
	margin-bottom:10px;
	line-height:26px;
}
.it-com-list-tight {
	margin-bottom:0px;
	line-height:26px;
}


.it-sitemap-ul {
	list-style:square outside none;
	margin:0px 0px 0px 40px;	
}

.it-sitemap-li {
	margin-bottom:10px;
	line-height:26px;
}

.it-sitemap-li2 {
	margin-bottom:10px;
	line-height:16px;
}

.it-tbl-required {
	color:#ff0000 !important;
	width:5%;
	vertical-align:top;
	text-align:right;
}

.it-span-reqd {
	color:#ff0000 !important;
	display:inline;
}

.it-tbl-label {
	width:20%;
	vertical-align:top;
}

.it-tbl-data {
	vertical-align:top;
	width:70%;
}

.fldWidth {
	width:50%;
}




.srch-result-hdr {
	color:#EFF5E7;
	background-color:#727969;
	text-align:left;
	height:28px;
	padding-left:5px;
}

.srch-result-tbl {
	padding:10px 5px 10px 5px;
	vertical-align:top;
}

.srch-result-tbl a {
	text-decoration:underline;
}
.srch-result-tbl a:hover {
	color:#b5d448;
	text-decoration:none;
}

.it-tbl-reqd {
	vertical-align:top;
	width:3%;
	color:red;
	text-align:right;
	padding-right:3px;
}

.it-tbl-5050 {
	width:50%;
	vertical-align:top;
}


.it-stealth {
	display:none;
}

.it-tbl-field {
	width:73%;
}

.it-tbl-textarea {
	width:95%;
}

/*.it-link:hover {
	text-decoration:underline;
}
*/

.TeamH3 {
	padding-top:40px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.POurTeam {
	margin-top:20px;
	margin-bottom:0px;
}
.ULOurTeam {
	list-style:square outside none;
	margin:0px 0px 0px 40px;	
}

.ATLP-image {
	float:right;
	margin:0px 0px 20px 20px;
	border: thin gray solid;
}


.it-ask-topics-list {
	margin-top:20px;
	text-align:left;
	margin-left:40px;
}

/*.it-link {
	text-decoration:underline;
	font-weight:bold;
}
.it-link:hover {
	color:#b5d448;
	text-decoration:none;
}
*/
.it-link-article {
	padding-left:20px;
	margin-bottom:20px;
}

.it-link-article a {
	text-decoration:none;
}


.it-link-article a:hover {
	text-decoration:underline;
	color: #000000;
}

.it-para-h {
	font-size:48px;
	line-height:56px;
}

.tag-line {
	float: right;
	padding-top: 12px;
	color: #222222;
	font-size: 110%;
	padding-bottom: 10px;
}

.it-fa-social {
	font-size:56px;
	margin-top:30px;
}

.it-official-landscape-company-of {
	text-align:center;
	font-size:24px;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-family: "Sarina", cursive;
  font-weight: 400;
}

h2 {
  font-size: 53px;
  line-height: 60px;
  font-weight: 300;
}

h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
}

h4 {
  font-size: 36px;
  line-height: 41px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

blockquote {
  color: #fff;
}
blockquote > p {
  color: #3c3d3d;
  border: 2px solid #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  padding: 35px 19px 41px 33px;
  font-size: 12px;
  line-height: 18px;
  z-index: 1;
}
blockquote > p:before {
  content: '';
  position: absolute;
  background: url("../images/page-1_img24.png") no-repeat;
  top: 12px;
  left: 20px;
  height: 80px;
  width: 80px;
  z-index: -1;
}
blockquote > p:after {
  content: '';
  position: absolute;
  bottom: -36px;
  left: 30px;
  border-style: solid;
  border-width: 0.5px 0 35.5px 40px;
  border-color: transparent transparent transparent #FFF;
}
blockquote h6 {
  padding-left: 33px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
blockquote h6 span {
  display: block;
  font-size: 11px;
  line-height: 10px;
}
blockquote * + h6 {
  margin-top: 42px;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.center {
  text-align: center;
}

.primary-color {
  color: #3c3d3d; /*#9d9d9d;*/
}

.border {
  border: 4px solid #cdcdcd;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.img_add {
  margin-top: 6px;
}

@media (max-width: 479px) {
  h2 {
    font-size: 43px;
    line-height: 50px;
  }

  h3 {
    font-size: 38px;
    line-height: 45px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 20px;
}

* + h6 {
  margin-top: 34px;
}

* + h5 {
  margin-top: 13px;
}

* + .row {
  margin-top: 88px;
}

* + time {
  margin-top: 6px;
}

* + .btn2 {
  margin-top: 24px;
}

* + .center {
  margin-top: 86px;
}

/** + .marked-list {
  margin-top: 17px;
}*/

* + .offset {
  margin-top: 82px;
}

* + .offset2 {
  margin-top: 28px;
}

* + .terms-list {
  margin-top: 80px;
}

.client_wr + a {
  margin-top: 75px;
}

.btn + .btn {
  margin-left: 13px;
}

.row + .row {
  margin-top: 28px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #3c3d3d;
}
.brand_name {
  padding-left: 3px;
}
.brand_slogan {
  font-family: inherit;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #eeeeee;
  margin-top:0px;
}

.brand-middle {
	float:left; 
	color:#222222; 
	margin-top:35px; 
	font-size:36px; 
	margin-left:35px;
	text-align:center;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  /*background: url("../images/bg-primary.jpg") bottom no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
  background-color:#ffffff;
}

.bg-secondary {
  background: #e9e9e9;
}
.bg-secondary * + .row {
  margin-top: 78px;
}
.bg-secondary * + .btn2 {
  margin-top: 34px;
}
.bg-secondary p {
  font-size: 12px;
  font-weight: 400;
}

.bg-secondary2 {
  background: #b5d448;
}
.bg-secondary2 .border {
  border-color: #9db34f;
}
.bg-secondary2 a:hover {
  color: #fff;
}
.bg-secondary2 .marked-list li {
  border-bottom: 1px solid #9db34f;
}
.bg-secondary2 .marked-list li a:hover {
  color: #fff;
}
.bg-secondary2 .marked-list li:before {
  color: #fff;
}

/*================   Client Wrapper   ===================*/
.client_wr img {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.client_wr a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*==================     Icons     ======================*/
.fa-tint,
.fa-undo,
.it-fa,
.fa-newspaper-o,
.fa-paper-plane {
	display: inline-block;
	font-size: 42px;
	line-height: 116px;
	color: #013e6d;
	height: 116px;
	width: 116px;
	border: 1px solid #666666;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*==================    Buttons    ======================*/
.btn {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  padding: 20px 36px;
  border: 1px solid #bab8b8;
  color: #797979;
}
.btn:hover {
  background: #3c3d3d;
  border-color: #3c3d3d;
  color: #fff;
}
.btn:active {
  background: #9dbd2c;
}

.btn2 {
  font-weight: 700;
  display: inline-block;
}
.btn2:hover {
  color: #b5d448;
}

.btn_mod1 {
  padding: 20px 60px;
}

.butn_wrap {
  padding-top: 50px;
  margin-left: -7px;
}

@media (min-width: 767px) and (max-width: 1199px), (max-width: 479px) {
  .butn_wrap {
    padding-top: 10px;
    margin-left: 0;
  }
  .butn_wrap .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*================== Info List ======================*/
.info-list li {
  position: relative;
}
.info-list li p {
  color: #515252;
}
.info-list li h6 {
  font-size: 18px;
  font-weight: 500;
  color: #9d9d9d;
}
.info-list li h6 a {
  padding-left: 0;
}
.info-list li h6 a:hover {
  color: #3c3d3d;
}
.info-list li:before {
  position: absolute;
  top: 0;
  left: -5px;
  height: 75px;
  width: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 36px;
  line-height: 75px;
  font-family: "FontAwesome";
  text-align: center;
  background: #3c3d3d;
  color: #e9e9e9;
}
.info-list * + p {
  margin-top: 5px;
}
.info-list li * {
  padding-left: 95px;
}
.info-list li:nth-child(n+4) {
  margin-top: 40px;
}
.info-list li:nth-child(3n+1) {
  clear: left;
}

.info-list_mod1 li * {
  margin-left: 48px;
}
.info-list_mod1 li h6 {
  color: #3c3d3d;
  font-weight: 700;
  font-size: 20px;
}
.info-list_mod1 li:before {
  text-align: center;
  height: 116px;
  width: 116px;
  border: 1px solid #bab8b8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 42px;
  line-height: 116px;
  color: #b5d448;
  background: transparent;
}
.info-list_mod1 li * + p {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .info-list_mod1 li p {
    padding: 0;
    margin: 0;
  }
  .info-list_mod1 li h6 + p {
    margin-top: 60px;
  }
}
/*=============      Pricing Table      =================*/
.pricing-table > li {
  margin-top: 46px;
  padding: 40px 63px 49px;
  text-align: center;
  background: #fffef7;
  color: #898989;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.pricing-table > li:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #3c3d3d;
  height: 81px;
  top: 95px;
  left: 0;
}
.pricing-table > li h4 {
  font-size: 33px;
  line-height: 36px;
  text-transform: uppercase;
  color: #3c3d3d;
}
.pricing-table > li .btn {
  padding: 17px 56px;
}
.pricing-table .price {
  display: inline-block;
  margin-left: -56px;
  position: relative;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  color: #b5d448;
}
.pricing-table .price:before {
  content: "$";
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 11px;
  left: -9px;
}
.pricing-table .price:after {
  content: ".99/month";
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 17px;
  left: 105%;
}
.pricing-table ul li {
  padding: 14px 0;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.pricing-table ul li a:hover {
  color: #3c3d3d;
}
.pricing-table ul li + li {
  border-top: 1px solid #d6d5cf;
}
.pricing-table > li.bg-secondary {
  background: #e9e9e9;
}
.pricing-table > li.active {
  margin-top: 0;
  padding: 85px 63px 98px;
  color: #fff;
  background: #3c3d3d;
}
.pricing-table > li.active:before {
  display: none;
}
.pricing-table > li.active h4 {
  color: #fff;
}
.pricing-table > li.active .price {
  color: #fff;
}
.pricing-table > li.active .price:before {
  left: -13px;
}
.pricing-table > li.active ul li {
  color: #fff;
}
.pricing-table > li.active ul li a:hover {
  color: #b5d448;
}
.pricing-table > li.active ul li + li {
  border-color: #323333;
}
.pricing-table > li.active .btn {
  background: #b5d448;
  border: none;
  color: #3c3d3d;
}
.pricing-table > li.active .btn:hover {
  background: #fff;
  color: #b5d448;
}
.pricing-table * + .price {
  margin-top: 23px;
}
.pricing-table * + ul {
  margin-top: 22px;
}
.pricing-table * + .btn {
  margin-top: 22px;
}
@media (max-width: 479px), (min-width: 768px) and (max-width: 1199px) {
  .pricing-table > li,
  .pricing-table > li.active {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .pricing-table > li.active {
    margin-top: 30px;
  }
}

/*==================  Terms List  ======================*/
.terms-list dt {
  font-size: 24px;
  line-height: 30px;
  color: #9d9d9d;
  font-weight: 500;
}
.terms-list dd {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.terms-list dd > a {
  display: inline-block;
  color: #9d9d9d;
}
.terms-list dd > a:hover {
  color: #b5d448;
  text-decoration: underline;
}
.terms-list dt + dd {
  margin-top: 23px;
}
.terms-list dd + dt {
  margin-top: 27px;
}

/*================== Address List ======================*/
.address-list address {
  font: 700 20px/24px "Raleway", sans-serif;
  color: #3c3d3d;
}
.address-list li dl a:hover {
  color: #b5d448;
}
.address-list li dl a:active {
  color: #9dbd2c;
}
.address-list li dl a[href^="mailto:"] {
  color: #9d9d9d;
}
.address-list li dl a[href^="mailto:"]:hover {
  color: #b5d448;
  text-decoration: underline;
}
.address-list li dt {
  float: left;
}
.address-list li dd {
  float: right;
  margin-right: 43px;
}
.address-list li dl + dl {
  clear: both;
}
.address-list li dl + dl dd, .address-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.address-list li dt + dd {
  margin-top: 0;
}
.address-list li dd + dt {
  clear: both;
  margin-top: 0;
}
.address-list address + dl {
  margin-top: 21px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .address-list li dl {
    font-size: 13px;
  }
  header .brand-middle {
	display:none;
  }
  header .tag-line {
	display:none;
  }
}
/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 28px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 4px;
  margin-right: 28px;
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  left: 2px;
  top: 2px;
  font-weight: 400;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #b5d448;
}
.marked-list li:last-child {
  border-bottom: none;
}
.marked-list li + li {
  margin-top: 2px;
}
.marked-list a:hover {
  text-decoration: none;
  color: #b5d448;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 40px;
}
.inline-list a:hover {
  color: #b5d448;
}

/*==================  Company List  ======================*/
.company-list li {
  display: inline-block;
}
.company-list li a {
  display: inline-block;
}
.company-list li a img {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.company-list li + li {
  margin-left: 25px;
}
.company-list img:hover {
  -moz-transform: scale(0.8) translateY(-50%);
  -ms-transform: scale(0.8) translateY(-50%);
  -o-transform: scale(0.8) translateY(-50%);
  -webkit-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
}

@media (max-width: 1199px) {
  .company-list li + li {
    margin-left: 7px;
  }
}
@media (max-width: 979px) {
  .company-list li {
    text-align: center;
    display: block;
  }
  .company-list li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  display: inline-block;
  height: 86px;
  width: 86px;
  font-size: 36px;
  line-height: 86px;
  font-weight: 500;
  color: #b5d448;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #bdbbbb;
  margin-bottom: 35px;
}
.index-list li p {
  padding: 0 20px;
}
.index-list li * + p {
  margin-top: 24px;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 2px;
}
.sf-menu a {
  display: block;
  padding: 11px 10px;
  position: relative;
  z-index: 1;
}
	.sf-menu a:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 0;
		background: #013e6d; /* background color for the selected menu option */
		top: 0;
		left: 0;
		-moz-transition: 0.3s ease all;
		-o-transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
		z-index: -1;
	}

.sf-menu > li > a {
  color: #222222;		/* foreground, unselected top-level menu items */
  z-index: 1;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #eeeeee;		/* foreground, selected top-level menu item when dropped down to show sub-items */
}
.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before {
  height: 53px;
}
.sf-menu > li.active > a {
  color: #eeeeee;		/* foreground, selected menu item. */
}
.sf-menu > li.active > a:before {
  height: 53px;
}

	.sf-menu ul {
		display: none;
		position: absolute;
		top: 91%;
		left: 0px; /* -4px; */
		width: 235px;
		padding: 20px 0;
		background: #013e6d; /*#323232;		/* background color for the area of a drop down menu */
		z-index: 2;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 13px;
		line-height: 37px;
		font-weight: 300;
	}
.sf-menu ul a {
  padding: 0 18px;
}

		.sf-menu ul > li > a {
			color: #FFF;
			background: #013e6d; /*#323232; */
		}
			.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
				color: #FFF; /*#000;						/* text color for the text of a highlighted drop down menu option */
				background: #0169b9; /* #cccccc; /*#b5d448;*/ /* background color for an item selected on a drop down menu */
			}

.sf-menu ul ul {
  position: absolute;
  top: 41.6%;
  left: 250px;
  background: #323232;
  color: #fff;
  width: 200px;
  z-index: 4;
  padding: 0;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #323232;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #b5d448;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  left: 85.5%;
  top: 50%;
  margin-top: -14px;
  content: "T";
  font: 400 14px/30px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #b5d448;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #444444;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  display: block;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}

.isStuck {
	background: #eeeeee;
	z-index: 999;
	border-bottom: 1px solid #333333; /* Green theme - 9d9d9d, Grey theme - 333333 */
}
.isStuck .sf-menu ul {
  top: 100%;
}
.isStuck .sf-menu ul ul {
  top: 41.6%;
}
.isStuck .search-form {
  top: 5px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
	font-size: 37px;
	line-height: 29px;
	color: #013e6d;
	border-radius: 50%;
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop:before {
  content: '\f0aa';
  display: inline-block;
  background: #fff;
  width: 31px;
  margin-left: -1px;
}
.toTop:hover {
  color: #3c3d3d;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax h2, .parallax h3 {
  font-weight: 500;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax3,
.parallax5,
.parallax7 {
  line-height: 18px;
}
.parallax3 h2,
.parallax5 h2,
.parallax7 h2 {
  font-weight: 300;
}
.parallax3 .btn,
.parallax5 .btn,
.parallax7 .btn {
  float: right;
  margin-top: 45px;
  background: #b5d448;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #3c3d3d;
  padding: 20px 32px;
}
.parallax3 .btn:hover,
.parallax5 .btn:hover,
.parallax7 .btn:hover {
  background: #fff;
  color: #b5d448;
}
.parallax3 .btn:active,
.parallax5 .btn:active,
.parallax7 .btn:active {
  background: #e6e6e6;
}
.parallax3 * + p,
.parallax5 * + p,
.parallax7 * + p {
  margin-top: 10px;
}

.parallax4 h2 {
  letter-spacing: -2.5px;
}

.parallax5 .btn, .parallax7 .btn {
  margin-left: -16px;
  padding: 20px 44px;
}
.parallax5 h2, .parallax7 h2 {
  font-size: 52px;
  font-weight: 300;
}

.parallax7 h2 {
  font-weight: 300;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "e";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(181, 212, 72, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80B5D448', endColorstr='#80B5D448')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80B5D448', endColorstr='#80B5D448');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #eeeeee;
  border-bottom: 1px solid #222222;
}
header:before, header:after {
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  background: #9d9d9d;
}
header:before {
  top: 148px;
}
header:after {
  bottom: 0;
}
header .wrapper {
  padding-top: 12px;
  font-size: 24px;
  line-height: 13px;
  position: relative;
  color: #3c3d3d;
}
header .wrapper a {
  /*text-transform: uppercase;*/
}
header .wrapper a:hover {
  color: #b5d448;
}
header .wrapper:before {
  content: '';
  position: absolute;
  height: 30px;
  width: 35px;
  left: -32px;
  top: 6px;
  font-size: 34px;
  line-height: 40px;
  font-family: "FontAwesome";
}
header .banner {
  display: block;
  padding-top: 2px; /*25px;*/
  padding-bottom: 0px;  /*31px;*/
}
header .banner:before, header .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
header .banner:after {
  clear: both;
}
header .brand, header .nav {
  float: left;
}
header .wrapper, header .search-form_toggle {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header:before, header:after {
    display: none;
  }
  header .nav, header .search-form_toggle {
    float: none;
  }
  header .brand-middle {
	display:none;
  }
}
@media (max-width: 479px) {
  header .brand, header .wrapper {
    float: none;
    display: inline-block;
  }
  header .wrapper {
    margin-top: 7px;
    text-align:center !important;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fafafa;
}

/*==================      Well     ======================*/
.well {
  padding-top: 50px;
  padding-bottom: 50px;
}
.well-small-margin {
  padding-top: 20px;
  padding-bottom: 10px;
}

.well2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well__ins1 {
  padding-bottom: 95px;
}

.well__ins2 {
  padding-top: 77px;
}
.well-organic {
	padding-top:150px;
	padding-bottom:150px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #3c3d3d;
  text-align: center;
  padding-top: 35px;
}
footer .inline-list li a {
  height: 87px;
  width: 87px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 37px;
  line-height: 87px;
  color: #3c3d3d;
  background: #fafafa;
}
footer .inline-list li a:hover {
  background: #b5d448;
  color: #3c3d3d;
}
footer .inline-list li + li {
  margin-left: 70px;
}
footer hr {
  border: none;
  background: #5d5e5e;
  width: 100%;
  height: 1px;
  margin: 0;
}
footer .copyright {
  padding-bottom: 35px;
  color: #b3b3b3;
}
footer .copyright > * {
  display: inline-block;
}
footer .copyright p em {
  text-transform: uppercase;
  color: #b5d448;
}
footer .copyright a:hover {
  color: #b5d448;
}
footer .copyright * + p {
  margin-top: 0;
}
footer * + hr {
  margin-top: 35px;
}
footer * + .copyright {
  margin-top: 35px;
}

@media (max-width: 479px) {
  footer .inline-list li + li {
    margin-left: 0;
  }
}



/* BEGIN Style settings for Contact Us web form */
.it-tbl-required {
	color:red;
	width:5%;
	vertical-align:top;
	text-align:right;
}

.it-tbl-label {
	width:20%;
	vertical-align:top;
}

.it-tbl-data {
	vertical-align:top;
	width:70%;
}

/* END Style settings for Contact Us web form */




.it-box-link {
	color:black;
}

	.it-box-link:hover {
		color: #013e6d;
		background-color: #f0f7f5 !important;
	}


.it-link:link {
	color: #013e6d !important;
	text-decoration: none;
	font-weight: bold;
}

.it-link:active {
	color: #013e6d !important;
	text-decoration: none;
	font-weight: bold;
}

.it-link:visited {
	color: #013e6d !important;
	text-decoration: none;
	font-weight: bold;
}

.it-link:focus {
	color: #013e6d !important;
	text-decoration: none;
	font-weight: bold;
}

.it-link:hover {
	color: #013e6d !important;
	text-decoration: underline;
	font-weight: bold;
}

.it-home-tbl-right {
	width:100%;
	padding:20px;
}

.it-home-tbl-right-icon {
	width:38px;
	vertical-align:middle;
	font-size:24px;
	padding-bottom:10px;
}

.it-home-tbl-right-text {
	text-align:left;
	padding-bottom:16px;
}

.it-news li {
	list-style:square outside none !important;
	color:#000000;
	margin-left:30px;
	text-align:left;
	display:list-item;
}

.it-ordered-list li {
	list-style: decimal outside none !important;
	color: #000000;
	margin-left: 30px;
	text-align: left;
	display: list-item;
}

.rd-it-style {
	text-align:right;
	margin-right:60px;
	padding-top:15px;
}

.it-header-link a:visited, a:active, a:focus {
	text-decoration:none;
	color:#222222 !important;
}

.it-header-link a:hover {
	text-decoration:underline;
	color:#222222 !important;
}


.it-announcement {
    background-color:#CC3300 ;
    padding: 10px;
    color: #efefef;
}

.it-announcement p {
    border: 1px #efefef solid;
    padding: 10px;
    text-align: center;
}

.it-announcement p a {
    color: #ffffff;
}

.it-announcement p a:hover a:active a:visited {
    color:#FFFF00; 
}

.it-water-qual-well {
	width:175px;
	display:inline-block;
}

.it-ul {
	margin-top:20px;
	margin-bottom:20px;
}

.it-ul li {
	list-style:square outside none !important;
	color:#000000;
	margin-left:30px;
	text-align:left;
	display:list-item;
}



.it-h5 {
	margin-top:20px;
	margin-bottom:15px;
}

.it-contact-method {
	width:70px;
	display:inline-block;
}

.it-bg-alt {
	background-color:#F1F1F1;
}

.it-contact-social {
	font-size:40px;
	margin-right:10px;
}

.it-contact-social {
	color: #013e6d;
}

.it-contact-social:hover {
	color:#3c3d3d;
}

.it-contact-social-small {
	font-size: 20px;
	margin-left: 6px;
}

.it-contact-social-small {
	color: #222222;
}

	.it-contact-social-small:hover {
		color: #013e6d;
	}

.it-faq-question {
	font-weight:800;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:0px;
}

.it-faq-answer {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
}

.it-hover-box {
	background-color:#fafafa;
}
.it-hover-box:hover {
	background-color:#E5E5E5;
}


.it-hover-box-leak {
	background-color:#ffffff;
	padding:10px;
}
.it-hover-box-leak:hover {
	background-color:#E5E5E5;
	padding:10px;
}

.it-cross-connection-threat {
	width:100%;
	margin:15px 0px 15px 0px;
}

.it-cross-connection-backflow {
	width:80%;
	margin:15px 0px 15px 0px;
}



/* Desktop Computers */
@media all and (min-width:960px) {
	.it-mobile-br {
		display:none;
	}
	
	.it-show-mobile {
		display:none;
	}
	
	.it-show-desktop {
		display:inline-block;
	}

	.it-about-board-member-name {
		width:300px;
		display:inline-block;
	}
	
	.it-contact-name {
		width:155px;
		display:inline-block;
	}

	.it-contact-name2 {
		width: 185px;
		display: inline-block;
	}

	.contact-fldWidth {
		width: 50%;
	}

	.it-form-lbl {
		width: 18%;
		display: inline-block;
	}
	
	.it-about-img-wrap {
		width:50%;
		float:right;
		margin-left:20px;
		margin-bottom:20px;
		box-shadow:5px 5px 5px rgba(0,0,0,0.5);
	}
}

/* Tablets */
@media all and (min-width:569px) and (max-width: 959px) {
	.it-mobile-br {
		display:none;
	}
	
	.it-show-mobile {
		display:none;
	}
	
	.it-show-desktop {
		display:inline-block;
	}

	.it-about-board-member-name {
		width:200px;
		display:inline-block;
	}

	.contact-fldWidth {
		width: 95%;
	}

	.it-form-lbl {
		width:100%;
		display:inline;
	}

	.it-contact-name {
		width: 155px;
		display: inline-block;
	}

	.it-contact-name2 {
		width: 185px;
		display: inline-block;
	}
	
	.it-about-img-wrap {
		width:50%;
		float:right;
		margin-left:20px;
		margin-bottom:20px;
		box-shadow:5px 5px 5px rgba(0,0,0,0.5);
	}
}

/* Smartphones */
@media all and (min-width:0px) and (max-width: 568px) {
	.it-mobile-br {
		display:inline-block;
	}
	
	.it-show-mobile {
		display:inline-block;
	}
	
	.it-show-desktop {
		display:none;
	}

	.it-about-board-member-name {
		width:100%;
		display:inline-block;
	}
	
	.it-contact-name {
		width:100%;
		display:inline-block;
	}

	.it-contact-name2 {
		width: 100%;
		display: inline-block;
	}

	.contact-fldWidth {
		width: 95%;
	}

	.it-form-lbl {
		width: 100%;
		display: inline;
	}
	
	.it-about-img-wrap {
		width:100%;
		display:block;
		margin-bottom:20px;
		box-shadow:5px 5px 5px rgba(0,0,0,0.5);
	}
}

.it-pay {
	border: 1px solid #666666;
	background-color:#efea89;
}
.it-pay td {
	padding-top: 10px;
	padding-bottom:10px;
}

.it-pay-next td {
	padding-top: 10px;
	padding-bottom: 10px;
}