@font-face {
	font-family: 'open_sans_condensedbold';
	src: url('../fonts/OpenSans-CondBold/opensans-condbold-webfont.eot');
	src: url('../fonts/OpenSans-CondBold/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-CondBold/opensans-condbold-webfont.woff2') format('woff2'), url('../fonts/OpenSans-CondBold/opensans-condbold-webfont.woff') format('woff'), url('../fonts/OpenSans-CondBold/opensans-condbold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-CondBold/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansextrabold';
	src: url('../fonts/OpenSans-ExtraBold/opensans-extrabold_2-webfont.eot');
	src: url('../fonts/OpenSans-ExtraBold/opensans-extrabold_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold/opensans-extrabold_2-webfont.woff2') format('woff2'), url('../fonts/OpenSans-ExtraBold/opensans-extrabold_2-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold/opensans-extrabold_2-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold/opensans-extrabold_2-webfont.svg#open_sansextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanslight';
	src: url('../fonts/OpenSans-Light/opensans-light_2-webfont.eot');
	src: url('../fonts/OpenSans-Light/opensans-light_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light/opensans-light_2-webfont.woff2') format('woff2'), url('../fonts/OpenSans-Light/opensans-light_2-webfont.woff') format('woff'), url('../fonts/OpenSans-Light/opensans-light_2-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light/opensans-light_2-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/OpenSans-Regular/opensans-regular_3-webfont.eot');
	src: url('../fonts/OpenSans-Regular/opensans-regular_3-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular/opensans-regular_3-webfont.woff2') format('woff2'), url('../fonts/OpenSans-Regular/opensans-regular_3-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular/opensans-regular_3-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular/opensans-regular_3-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/OpenSans-Bold/opensans-bold_2-webfont.eot');
	src: url('../fonts/OpenSans-Bold/opensans-bold_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold/opensans-bold_2-webfont.woff2') format('woff2'), url('../fonts/OpenSans-Bold/opensans-bold_2-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold/opensans-bold_2-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold/opensans-bold_2-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansitalic';
	src: url('../fonts/opensans-italic/opensans-italic_2-webfont.eot');
	src: url('../fonts/opensans-italic/opensans-italic_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-italic/opensans-italic_2-webfont.woff2') format('woff2'), url('../fonts/opensans-italic/opensans-italic_2-webfont.woff') format('woff'), url('../fonts/opensans-italic/opensans-italic_2-webfont.ttf') format('truetype'), url('../fonts/opensans-italic/opensans-italic_2-webfont.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	position: relative;
	min-height: 100%;
}



/*body{

     margin: 0px;

     padding: 0px 0px 0px 0px;

     font-size: 20px;

     font-family: 'open_sansregular';

     color: #58595b;

}

 */

#eb .ebd-block a { text-decoration: underline; }
h1.newsh1 { font-size: 30px; }
body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	font-family: 'open_sansregular';
	color: #58595b;
	max-width: 100%;
	overflow-x: hidden;
}
a {
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	color: #008df2;
}
a:focus {
	outline: none;
}
a:hover, .btn-link:hover {
	text-decoration: none;
}
 .sppb-row:before, .sppb-row:after{display:inline-block;}

.form-control:focus, .btn.focus, .btn:focus, button:focus{box-shadow: none; outline: 0 none;}
/*---------------------------------- Header start ------------------------------------*/

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navbar-fixed-top.-is-open {
	position: absolute;
}
.s-header__navbar {
	background: #fff;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Container ------------------------------ */

.s-header__container {
	width: 100%;
	height: auto;
	display: table;
	padding: 0;
}
.s-header__container:before, .s-header__container:after {
	content: " ";
	display: table;
}
.s-header__container:after {
	clear: both;
}
/* Navbar Row ------------------------------ */

.s-header__navbar-row {
	position: relative;
	display: flex;
	clear: both;
}
.s-header__navbar-row-col {
	width: 49.8%;
	display: inline-block;
	vertical-align: middle;
	height: 110px;
}
/* Logo ------------------------------ */

.s-header__logo {
	position: relative;
	z-index: 9999;
	width: auto;
	height: auto;
	float: left;
}
.s-header__logo-link {
	display: inline-block;
	padding: 20px 35px;
}
.s-header__logo-link:focus, .s-header__logo-link:hover {
	text-decoration: none;
}
.s-header__logo-img-default, .s-header__logo-img-shrink {
	display: block;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header__logo-img-default {
	opacity: 1;
}
.s-header__logo-img-shrink {
	position: absolute;
	top: 1rem;
	left: 0;
	opacity: 0;
}
/* right section */

.s-header-right-col {
	float: right;
	width: 100%;
	text-align: right;
}
.s-header-right-col ul {
	margin: 0;
	list-style: none;
	height: 110px;
}
.s-header-right-col ul li {
	width: auto;
	display: inline-block;
	background: #e6e7e9;
	text-align: center;
	min-height: 100%;
	vertical-align: middle;
	padding: 20px;
	min-width: 110px;
}
.s-header-right-col ul li a.btn-link {
	font-weight: 600;
	color: #002D72;
	background-color: transparent;
	text-align: center;
	font-size: 14px;
}
.s-header-right-col ul li span.icon-box {
	display: block;
}
/* Trigger ------------------------------ */

.s-header__trigger {
	background: #002153;
	position: relative;
	z-index: 9999;
	width: 110px;
	height: 110px;
	float: left;
	overflow: hidden;/*transition-duration: 500ms;

     transition-property: all;

     transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);

     */

}
/* Trigger Icon */

.s-header__trigger-icon {
	position: absolute;
	top: 36%;
	left: 50%;
	right: auto;
	bottom: auto;
	width: 42px;
	height: 6px;
	background: #fff;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	border-radius: 2px;
}
.s-header__trigger-icon:before, .s-header__trigger-icon:after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	content: " ";
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
	transition: transform 0.5s, width 0.5s, top 0.3s;
	border-radius: 2px;
}
.s-header__trigger-icon:before {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	top: 2px;
}
.s-header__trigger-icon:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	top: -2px;
}
.s-header__trigger--dark .s-header__trigger-icon {
	background: #222324;
}
.s-header__trigger svg {
	position: absolute;
	top: 0;
	left: 0;
}
.s-header__trigger circle {
	-webkit-transition: stroke-dashoffset 0.4s 0s;
	transition: stroke-dashoffset 0.4s 0s;
}
/* Trigger Is Active Style */

.-is-active.s-header__trigger {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.-is-active .s-header__trigger-icon {
	background: transparent;
	top: 58%;
}
.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
	width: 100%;
	-webkit-transition: transform 0.5s, width 0.5s;
	transition: transform 0.5s, width 0.5s;
}
.-is-active .s-header__trigger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -20px;
	left: 4px;
	background: #fff;
}
.-is-active .s-header__trigger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px;
	left: -1px;
	background: #fff;
}
.-is-active.s-header__trigger circle {
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 0.4s 0.3s;
	transition: stroke-dashoffset 0.4s 0.3s;
}
/* Overlay ------------------------------ */

.s-header-bg-overlay {
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: auto;
	background: rgba(34, 35, 36, 0);
	visibility: hidden;
	-webkit-transition: all 1s ease-in 0.4s;
	transition: all 1s ease-in 0.4s;/*min-height: 100%;

     */

}
.s-header-bg-overlay.-is-open {
	background: #002153;
	visibility: visible;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.s-header-bg-overlay .custom-select {
	display: inline-block;
	width: 80%;
	height: 50px;
	padding: 0.375rem 1.75rem 0 .75rem;
	line-height: 30px;
	color: #fff;
	vertical-align: middle;
	background: #002153 url('../images/dropdown.png') no-repeat right center;
	background-size: auto auto;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0 none;
	border-bottom: 6px solid #002D72;
	margin: 25px 0;
}
.s-header-bg-overlay .custom-select option {
	color: #fff;
}
.s-header-bg-overlay .custom-select:focus {
	box-shadow: none;
}
/* Nav ------------------------------ */

.s-header__nav {
	height: 100%;
	padding: 60px 0;
}
/* Menu List */

.s-header__nav-menu {
	width: 100%;
	float: none;
	text-align: left;
	margin-bottom: 0;
}
.s-header__nav-menu-item {
	padding: 0;
	margin-bottom: .3125rem;
	list-style: none;
}
.s-header__nav-menu-item.has-child ul li a {
	display: block;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	opacity: 1;
	padding: .3125rem;
	text-transform: none;
	font-family: 'open_sansregular';
	line-height: 32px;/* transition-duration: 300ms;

     transition-property: all;

     transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);

     */

}
.s-header__nav-menu-link-divider {
	position: relative;
}
.s-header__nav-menu-item.has-child {
	border-top: 6px solid #002D72;
	margin-top: 20px;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}
.s-header__nav-menu-item.has-child a {
	text-transform: uppercase;
	color: #E57200;
	font-size: 26px;
	font-weight: 900;
	font-family: 'open_sansextrabold';
	line-height: 62px;
}
.s-header__nav-menu-item.has-child .s-header__nav-menu {
	width: auto;
	float: none;
	text-align: left;
	margin-bottom: 0;
}
.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover, .s-header__nav-menu-item.has-child ul li a:hover {
	color: #E57200;
	opacity: 1;
}
.s-header__nav-menu-link-divider[href]:hover:before {
	right: 0;
	background: white;
}
.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
	color: #fff;
}
.s-header__nav-menu-link-divider:hover {
	opacity: 1;
	padding-right: 0;
}
.s-header__nav-menu-link-divider.-is-active {
	padding-right: 0;
}
/* Action ------------------------------ */

.s-header__action {
	margin-bottom: 0;
}
.s-header__action--lb {
	position: absolute;
	left: 1.875rem;
	bottom: 1.875rem;
}
.s-header__action--rb {
	position: absolute;
	right: 1.875rem;
	bottom: 1.875rem;
}
.s-header__action-item {
	padding: 0;
	margin-left: .1875rem;
	margin-right: .3125rem;
}
.s-header__action-link {
	position: relative;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	padding: .3125rem;
}
.s-header__action-link:first-child {
	padding-left: 0;
}
.s-header__action-link:last-child {
	padding-right: 0;
}
.s-header__action-link:hover {
	color: rgba(255, 255, 255, 0.7);
}
.s-header__action-link.-is-active {
	color: white;
}
/* Menu Open/Close ------------------------------ */

.s-header-bg-overlay .s-header__nav-menu-item {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-webkit-transform: translate3d(0, 1.25rem, 0);
	transform: translate3d(0, 1.25rem, 0);
}
.s-header-bg-overlay .s-header__action-item {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/* Shrink ------------------------------ */

/* Navbar */

.s-header__shrink .s-header__navbar {
	box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}
.s-header__shrink.-is-open .s-header__navbar {
	background: #fff;
}
/* Logo */

.s-header__shrink.-is-open .s-header__logo-img-default {
	opacity: 1;
}
.s-header__shrink.-is-open .s-header__logo-img-shrink {
	opacity: 0;
}
.s-header__shrink .s-header__navbar {
	background: #fff;
}
.s-header__shrink .s-header__logo-img-default {
	opacity: 1;
}
.s-header__shrink .s-header__logo-img-shrink {
	opacity: 1;
}
/* Trigger Icon */

.s-header__shrink.-is-open .s-header__trigger-icon {
	background: #fff;
}
.s-header__shrink .s-header__trigger-icon {
	background: #fff;
}
.s-header-menu {
	position: relative;
	top: 54%;
	left: 23%;
	color: #fff;
	text-transform: uppercase;
}
.-is-active .s-header-menu {
	display: none;
}
.top110 {
	position: relative;
	top: 110px;
}
.bg-1 {
	background-color: #002d72;
	padding: 50px;
	margin-right: 50px;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0;
}
.-is-open .bg-1 {
	opacity: 1;
}
.bg-1 ul {
	border-bottom: 3px solid #002153;
	padding: 0 0 30px 0;
	list-style: none;
}
.bg-1 ul li a {
	font-size: 26px;
	color: #A8CF39;
	line-height: 80px;
	text-align: left;
	font-family: 'open_sansbold';
}
.bg-1 .contact-us {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	opacity: 1;
	padding: .3125rem;
	font-family: 'open_sansregular';
	line-height: 32px;
	text-transform: uppercase;
	margin-top: 40px;
}
.bg-1 .contact-us .phone-number {
	font-size: 32px;
	color: #A8CF39;
	line-height: 43px;
	text-transform: none;
	font-family: 'open_sansbold';
	white-space: nowrap;
}
.bg-1 form {
	margin-top: 70px;
	border-bottom: 4px solid #fff;
}
.bg-1 form #searchterm {
	border: 0px;
	background-color: transparent;
	color: #fff;
	width: 86%;
}
.bg-1 form #search-btn {
	background-color: transparent;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
}
.bg-1 .socialicons {
	width: 100%;
	margin-top: 50px;
}
.bg-1 .socialicons a {
	width: 14%;
	display: inline-block;
	text-align: center;
}
.socialicons-mob {
	display: none;
}
.arrow-mob {
	display: none;
}
.list-unstyled.s-header__nav-menu.collapse {
	display: block;
}
/* search popup */

.search-popup {
	background-color: #002153;
	display: none;
	z-index: 9;
	position: absolute;
	top: 110px;
	width: 100%;
	left: 0;
	right: 0;
	height: 200px;
}
.search-popup form, #eb form {
	margin: 70px 120px 15px 120px;
	border-bottom: 4px solid #fff;
}
.search-popup #search-blogs { color: white; }
.search-popup #searchterm, .search-popup #search-blogs {
	border: 0px;
	background-color: transparent;
	color: #fff;
	font-size: 60px;
	font-family: 'open_sansextrabold';
	width: 90%;
}
.search-popup #search-btn {
	background-color: transparent;
	background-image: url(../images/blue-magnify.png);
	background-repeat: no-repeat;
	width: 53px;
	height: 53px;
	cursor: pointer;
	border: none;
	position: relative;
	top: 25px;
}
.searchbtn.searchon {
	background: #022150;
}
.s-header-right-col ul li.searchbtn.searchon a.btn-link {
	color: #fff;
	text-decoration: none;
}
.searchbtn.searchon .icon-box {
	background: transparent url('../images/search-cross.png') no-repeat;
	width: 100%;
	height: 34px;
	background-position: 17px center;
}
body #eb .form-control:focus { border: 0; box-shadow: 0 0 0 #fff; }
body #eb.eb-mod.eb-mod-search .input-group-btn { display: none}
.searchbtn.searchon .icon-box img, .searchbtn.searchon .icon-box i {
	display: none;
}
.socialicons a i {
	color: #A8CF39;
	font-size: 26px;
	transition: all 0.3s;
}
.socialicons a:hover i {
	color: #fff;
}
.s-header-right-col .icon-box i {
	font-size: 36px;
	transition: all 0.3s;
}
.s-header-right-col li:hover .icon-box i, .s-header-right-col li:hover a {
	color: #e57200 !important;
}
.socialicons-mob a i {
	font-size: 26px;
	transition: all 0.3s;
	color: #A8CF39;
}
.socialicons-mob a:hover i {
	color: #fff !important;
}
/*.h3.bordered {

     min-height: 231px;

}

 */

.heading-min-height .h3.bordered {
	min-height: 231px;
}
.box-padding {
	padding: 20px;
}
.col-green {
	background-color: #a8cf39;
}
.col-blue {
	background-color: #008df2;
}
.col-orange {
	background-color: #e57200 !important;
}
.col-orange-dark {
	background-color: #a75300 !important;
}
.container {
	max-width: 1520px;
}
.card-group-primary {
	border-radius: 0px;
	border-bottom: 5px solid #ffc72c;
}
.card-group-primary > .card:first-child, .card-group-primary > .card:last-child {
	border-radius: 0;
}
.card-group-primary .card-footer {
	border: none;
	background: none;
	padding: 53px 20px 50px 50px;
}
.card-group-primary .card {
	border: none;
	border-radius: 0;
}
.card-group-primary .card-body {
	padding: 53px 20px 20px 50px;
	height: 382px;
}
.card-group-primary .card-body h3 a {
	color: #fff;
}
.card-group-primary .card-body h3 a:hover {
	color: #fff;
	opacity: .9;
}
.carousel-primary {
	height: auto;
}
.carousel-primary p {
	font-family: 'open_sansregular';
	max-width: 85%;
	font-style: italic;
	margin-top: 65px;
	margin-bottom: 95px;
	font-size: 26px;
	line-height: normal;
}
.carousel-primary .carousel-inner {
	height: 100%;
}
.carousel-primary .carousel-item {
	height: 100%
}
.carousel-primary .w-100 {
	width: 100% !important;
	min-height: 970px;
	object-fit: cover;
}
.carousel-primary .carousel-control-next, .carousel-primary .carousel-control-prev {
	height: 40px;
	width: 40px;
	border: 3px solid #fff;
	border-radius: 6px;
	opacity: .8;
	bottom: 60px;
	top: auto;
}
.carousel-primary .carousel-control-next:hover, .carousel-primary .carousel-control-prev:hover {
	opacity: 1;
}
.carousel-primary .carousel-control-next {
	left: auto;
	right: 50px;
}
.carousel-primary .carousel-control-prev {
	left: auto;
	right: 100px;
}
.carousel-caption {
	font-family: 'open_sans_condensedbold';
	bottom: 0;
	text-align: left;
	right: 0;
	left: 0;
	padding: 0;
	position: relative;
}
.carousel-caption .btn-learn-more {
	width: 265px;
	text-align: center;
	line-height: 30px;
}
.carousel-caption .btn-learn-more:hover {
	text-decoration: none;
	color: #002d72;
	background: #fff;
	border-color: #fff;
}
.carousel-footer {
	background-color: #022150;
	text-align: center;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.carousel-footer a {

	color: #fff;
	font-family: 'open_sansbold';
	font-size: 25px;
	height: 297px;
	display: flex;
	/*display: inline-block;*/
	align-items: center;
	flex-direction: column;
	padding-top: 0px;
	position: relative;
	justify-content: center;
/*	white-space:pre-wrap;*/
		word-wrap: break-word;
}
.carousel-footer p {
	margin-bottom: 0px;
}
.carousel-footer a:hover {
	background: #002D71;
	text-decoration: none;
}
.carousel-footer a:hover .circle {
	background: #022150;
}
.carousel-footer a:hover .circle::after {
	content: "";
	height: 6px;
	background-color: #e77424;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.carousel-footer .col-lg-2 {
	padding-left: 0px;
	padding-right: 0px;
}
.carousel-footer .circle {
	background-color: #002D71;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	line-height: 120px;
	margin-bottom: 20px;
}
.carousel-footer .circle .fas, .carousel-footer .circle .fa {
	font-size: 60px;
	font-size: 50px;
	color: #E57200;
	line-height: 110px;
}
.darkblue_menu {
	padding: 88px 0px 0px 0px;
	background-color: #022150;
}
.darkblue_menu li {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.darkblue_menu li a {
	font-size: 22px;
	color: #fff;
}
.darkblue_menu li a:hover {
	opacity: .6;
}
.lightblue_menu {
	color: #fff;
	min-height: 200px;
	padding: 90px 50px 0px 50px;
	background-color: #002D72;
}
.lightblue_menu h4 {
	font-size: 1rem;
	color: #ACCE39;
	font-family: 'open_sansregular';
	font-weight: 600;
	line-height: normal;
}
.lightblue_menu li {
	font-family: 'open_sansbold';
	font-size: 25px;
}
.lightblue_menu p {
	margin-bottom: 44px;
	font-size: 25px;
	line-height: 34px;
}
.lightblue_menu p.font-bold {
	font-size: 32px;
}
.lightblue_menu a {
	color: #fff;
	word-wrap: break-word;
}
.lightblue_menu span a {
	word-wrap: normal;
}
.lightblue_menu a:hover {
	opacity: .6;
}
.img-left, .img-right {
	position: relative;
}
.gallery .img-left .img-fluid, .gallery .img-right .img-fluid {
	width: 100%;
	height: 100%;
}
.font-bold {
	font-family: 'open_sansbold';
}
footer h4 {
	color: #E57200;
	font-family: 'open_sansextrabold';
	font-size: 26px;
	margin-bottom: 5px;
}
.footer-left {
	background-color: #022150;
}
.footer-right {
	background-color: #002D72;
}
.footer-bottom {
	background: #001534;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
	color: #fff;
}
.footer-bottom a {
	color: #fff;
}
.footer-bottom a:hover {
	opacity: .6;
}
.footer-bottom .ml-auto {
	margin-top: 5px;
}
.footer-bottom p {
	font-size: 18px;
}
.gallery .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.gallery h3 {
	color: #1e376c;
	margin-bottom: 35px;
}
.gallery-content {
	padding: 65px 70px 40px 75px;
}
.gallery-content p {
	line-height: 35px;
	margin-bottom: 60px;
}
.left-orange-border {
	border-left: 5px solid #FFC632;
}
.right-orange-border {
	border-right: 5px solid #FFC632;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
.h2 {
	font-size: 126px;
	color: #bbbdbf;
	font-family: 'open_sanslight';
}
.h3 {
	font-size: 60px;
	line-height: 69px;
	color: #fff;
	font-family: 'open_sansextrabold';
}
.h5 {
	color: #e57200;
	font-size: 25px;
	font-family: 'open_sansbold';
}
.head-h3 h3 {
	color: #1e376c;
	font-size: 60px;
	line-height: 69px;
	font-family: 'open_sansextrabold';
}
.navbar-primary {
	padding: 0px;
}
.navbar-primary .nav-link.btn-link {
	background-color: #e6e7e8;
	color: #002d72 !important;
	font-size: 14px;
	margin-left: 5px;
	width: 110px;
	height: 100px;
	text-align: center;
}
.navbar-primary .nav-link.btn-link:hover {
	background-color: #D9DADD;
}
.navbar-primary .nav-link.btn-link .icon-box {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
.carousel-primary .home-slider .sppb-carousel-item-inner .sppb-col-sm-6 {
	max-width: 70%;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
}
.carousel-primary .home-slider .sppb-carousel-item-inner .sppb-col-sm-6 .sppb-btn-default.sppb-btn-outline {
	color: #ffffff;
	font-size: 25px;
	line-height: 25px;
	font-family: 'open_sansbold';
	padding: 20px;
	min-width:195px;
	text-align: left;
}
.carousel-primary .home-slider .sppb-carousel-item-inner .sppb-col-sm-6 .sppb-btn-default.sppb-btn-outline:hover {
	color: #000;
}
.powered_by {
	font-weight: 900;
	font-family: 'open_sans_condensedbold';
	color: #fff;
	text-transform: uppercase;
	line-height: 115px;
	margin-bottom: 20px;
	opacity: 1;
	/*font-size: 11rem;*/
	font-size: 9rem;
}
.powered_by big {
	opacity: .5;
	font-size: 11rem;
	display: block;
	word-break: keep-all;
	margin-bottom: 20px;
}
.powered_by span {
	font-size: 11rem;
}
.jumbotron-primary {
	text-align: center;
	background: transparent;
	color: #fff;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}
.jumbotron-primary p {
	margin-bottom: 0px;
	font-size: 82px;
	line-height: 112px;/*margin-bottom: 78px;

     */

}
.jumbotron-primary .custom {
	max-width: 100%;
	padding-right: 0px;
	padding: 80px 0px 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
.jumbotron-primary .custom p.lead {
	width: 100%;
	padding-bottom: 35px;
}
.jumbotron-primary .custom p {
	padding-bottom: 98px;
}
.jumbotron-primary .container {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	max-width: 100%;
}
.technology {
	font-family: 'open_sans_condensedbold';
	font-size: 182px;
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
	opacity: 1;
	line-height: 120px;
}
.btn-primary, .btn-learn-more {
	color: #ffffff;
	font-size: 25px;
	line-height: 25px;
	font-family: 'open_sansbold';
	display: inline-block;
	padding: 20px 20px;
	width: auto;
	text-align: left;
	border: 5px solid #fff;
	border-radius: 0px;
	text-transform: uppercase;
}
.btn-learn-more:hover {
	text-decoration: none;
	color: #002d72;
	background: #fff;
	border-color: #fff;
}
.btn-learn-more {
	width: 265px;
	text-align: center;
	line-height: 30px;
}
.btn-primary {
	background-color: #e57200;
	border: 5px solid #e57200;
	min-width: 250px;
	text-align: center;
	line-height: 29px;
}
.btn-primary:hover, .btn-primary:active:focus {
	border-color: #0069d9;
}
.right-bar {
	position: absolute;
	z-index: 11;
	top: 25%;
	right: 0px;
}
.right-bar .list-group-item.active {
	background-color: #a8cf39;
	border: 1px solid transparent;
}
.right-bar .list-group-item.active span {
	color: #a8cf39;
}
.right-bar .list-group-item-action {
	background-color: #008df2;
	border: 1px solid transparent;
	color: #fff;
	margin-bottom: 5px;
	position: relative;
	font-family: 'open_sansbold';
	font-size: 25px;
	height: 110px;
	width: 450px;
	padding-left: 148px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.right-bar .list-group-item-action:hover {
	background-color: #a8cf39;
	color: #fff;
}
.right-bar .list-group-item-action:hover span {
	color: #a8cf39;
}
.right-bar .list-group-item:first-child {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
}
.right-bar .list-group-item:last-child {
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem;
}
.right-bar .list-group-item span {
	color: #008df2;
	position: absolute;
	left: -2px;
	top: -1px;
	width: 110px;
	height: 110px;
	display: inline-block;
	background: #fff;
	line-height: 110px;
	text-align: center;
	font-size: 40px;
}
.right-bar small {
	display: none;
}
.right-bar-sm {
	display: none;
}
.icon-language {
	display: inline-block;
	margin-left: 100px;
	color: #fff;
	position: relative;
	padding-left: 60px;
	vertical-align: bottom;
	width: 220px;
}
.icon-language img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.social-icons {
	text-align: right;
	font-size: 32px;
}
.social-icons a {
	color: #ACCE39;
	display: inline-block;
	margin-left: 15px;
}
.social-icons a:hover {
	color: #fff;
}
.bg-whitebox {
	padding-top: 113px;
	padding-bottom: 117px;
	text-align: center;
}
.bg-whitebox .h5 {
	margin-bottom: 1px;
}
.dash {
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
}
.white-logo {
	padding: 0px 0px 50px 0px;
}
/* manoj 5 apr */

.dark-header.recrBanner {
	height: 750px;
	width: 100%;
	background-color: #404042;
	color: #fff;
	max-height: 780px;
	display: table;
	text-align: center;
	/*border-bottom: 5px solid #fbc733;*/
	border-bottom: 6px solid #E57200;
	background-repeat: no-repeat;
	background-size: cover;
}
.jumboInner {
	max-width: 1020px;
	margin: auto;
	min-height: 550px;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
	padding-top: 200px;/*background-image: url(../images/video.png);

     */

}
.headin01 {
	font-weight: 100;
	font-family: 'open_sansextrabold';
	font-size: 121px;
	line-height: 1.36;
	color: #fff;
}
.recreation .navbar02 {
	display: flex;




	flex-wrap: nowrap;
	position: relative;
	/*overflow: hidden;

     */

	margin: 0 auto;
	max-width: 1520px;
}
.blueText {
	color: #1e376c;
}
.backyard h3 {
	text-align: right;
	margin-right: 60px;
}
.nav.navbar02 a.active {
	color: #fff;
}
.blueBack {
	background-color: #002d71;
}
.lightBlueBack {
	background-color: #008df1;
}
.greenBakc {
	background-color: #a8ce3a;
}
.orangeBack {
	background-color: #e57100;
}
.visitUs {
	color: #fff;
}
.bordered {
	position: relative;
}
.bordered::before {
	position: absolute;
	left: 0;
	width: 70px;
	height: 6px;
	bottom: 0;
	background: #fff;
	content: "";
	transition: all 0.3s;
}
.bordered {
	position: relative;
	padding-bottom: 70px;
}
.iconBack {
	background-repeat: no-repeat;
}
.iconBack p {
	font-size: 25px;
	line-height: 34px;
}
.visite01 {
	background-image: url(../images/Group_01.png);
	background-position: 50px 90%;
}
.visite02 {
	background-image: url(../images/Group_02.png);
	background-position: 93% 87% !important;
}
.visite03 {
	background-image: url(../images/Group_03.png);
	background-position: 50px 90%;
}
.visite04 {
	background-image: url(../images/Group_04.png);
	background-position: 93% 87%;
}
.navbar02 ul li {
	display: inline-block;
}
.jumboInner p {
	font-size: 25px;
	font-weight: normal;
	line-height: 1.36;
}
.navbar02 li {
	margin: 0;
	display: inline-block;
	padding: 0 35px;
}
.navbar02 li a, .navbar02 li button {
	font-family: 'open_sansbold';
	font-size: 25px;
	line-height: 1.36;
	color: #58595b;
	transition: all 0.3s;
	padding: 30px 0;
	width: 100%;
}
.navbar02 li a.active {
	color: #fff;
}
.navbar02 li a:hover {
	color: #e57200;
}
.navbar02 > li:first-child {
	height: 100px;
	width: auto;
	/*background: url(../images/blue-arrow-icon.png) no-repeat left top;

     */

	background: #002d72;
	text-align: right;
	padding-right: 20px;
	/*background-size: 100%;

     */

	margin: 0;
	transform: skew(-30deg);
}
.navbar02 > li:first-child a {
	padding-right: 30px;
	color: #fff;
	transform: skew(30deg);
}
.navbar02 li.active:first-child a {
	color: #fff;
}
/* .recreation .navbar02::before {

     position: absolute;

     height: 300px;

     width: 300px;

     background-color: #002D72;

     content: "";

     z-index: -1;

     transform: rotate(25deg);

     top: -100px;

     left: -30px;

}

 */

/*Praveen Css Hunting-Fishing*/

.navbar02 li a.white-text {
	color: #fff;
}
.navbar02 li a.active {
	color: #e57200;
}
.navbar02 li.active a {
	color: #e57200;
}
/* Add CSS for sub menus */

.navbar02 li a, .navbar02 li button {  font-family: 'open_sansbold';    font-size: 25px;    line-height: 1.36;	color: #58595b;	transition: all 0.3s;padding: 30px 0;white-space: nowrap;}
.navbar02 li a.active{	color: #e57200;} 
.navbar02 li a:hover{color: #e57200;}
.navbar02 > li:first-child { height: 100px;width:auto;  background:#002D72;text-align: right;padding-right: 20px; padding-left: 0; background-size: 100%;margin: 0; position: relative;transform: skewX(-30deg);}
.navbar02 > li:first-child:before{content: ""; background:#002D72; position: absolute; left:-27px; top:0px; width: 30px;height: 100%;}
.navbar02 > li:first-child a{padding-right: 30px;transform: skewX(30deg);}
li.moreMenu{transform: none;}
.navbar02 li a button{	padding: 0;}
.moreMenu .dropdown-menu li { padding: 20px 40px; display: block;}
.moreMenu .dropdown-menu a {    color: #fff;    padding: 0;transform: none;}
.moreMenu .btn-link:hover, .moreMenu.show .btn-link {    color: #e57200 !important;    text-decoration: none;}
.moreMenu .dropdown-menu {min-width: 100%; border-right: 5px solid #e57200;}
.navbar02 li.moreMenu ul{
position:absolute;
display:none;
right:0px;
	left: -100%;
}

.navbar02 li.moreMenu
{
position:relative;
	line-height: 100px;
}
/*
.recreation .navbar02::before {position: absolute; height: 300px;width: 300px; background-color: #002D72;
    content: ""; z-index: -1; transform: rotate(25deg); top: -100px;  left: -30px;}
*/

/*Praveen Css Hunting-Fishing*/
.navbar02 li a.white-text{color:#fff;}
.navbar02 li a.active{color: #e57200;} 
#collapse_mobile li.hideshow ul{
position:absolute;
background: #f3f3f3;
display:none;
left:0px;
}
#collapse_mobile li.hideshow{position:relative;}

/* Add CSS for sub menus end */

.inner-banner-height {
	background-attachment: initial !important;
	height: 396px;
	text-align: center;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.inner-banner-height:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #002d72, #e57200);
	opacity: 0.4;
	top: 0;
	left: 0;
}
.dark-header {
	background: #404041;
	min-height: 396px;
	border-bottom: 6px solid #E57200;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-banner-search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	min-height: 396px;
}

/*.dark-header:before{

     content: "";

     background: rgba(0,0,0,.5);

     height: 100%;

     width: 100%;

     position: absolute;

     top: 0px;

     left: 0px;

}

 */

.tbd-section .gray-box {
	height: 973px;
	text-align: center;
	background: #9c9fa5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tbd-section {
	margin-bottom: 168px !important;
}
.tbd-section .gray-box p {
	font-family: 'open_sansbold';
	font-size: 121px;
	font-weight: 800;
	line-height: 1.36;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.bottom-space {
	margin-bottom: 0px;
	margin-top: 0px;
}
.back_to_page h3 {
	color: #1e376c;
	margin-bottom: 45px;
}
.gray-box-page {
	background: #bbbdbf;
	min-height: 370px;
	padding: 32px 30px;
	position: relative;
}
.gray-box-page h5 {
	font-size: 45px;
	font-weight: 800;
	line-height: 1.14;
	text-align: left;
	color: #ffffff;
	font-family: 'open_sansextrabold';
}
/*.gray-box-page .arrow-left{

     position: absolute;

     top: 120px;

}

 */

.blue-box-page {
	background: #008df2;
	min-height: 370px;
	padding: 32px 30px;
	position: relative;
}
.blue-box-page h5 {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.33;
	color: #ffffff;
	font-family: 'open_sansbold';
	position: absolute;
	right: 35px;
	bottom: 20px;
	text-align: right;
	width: 100%;
	max-width: 340px;
}
.dark-blue-bg {
	background: #0074c7;
}
.back_to_page {
	margin-bottom: 100px !important;
}
#back_to_page_mt {
	margin-top: 73px;
}
.page-image img {
	margin-top: 20px;
}
/*Recreation Visit us*/

.card-primary {
	font-family: 'open_sansregular';
	border: none;
	margin-bottom: 73px;
	/*margin-right: -5px;
	margin-left: -5px;*/
	margin-right: 0px;
	margin-left: 0px;
}
.card-primary .card-img-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	object-fit: cover;
	height: 240px;
}
.card-primary .card-title {
	font-size: 26px;
	font-family: 'open_sansextrabold';
	color: #231f20;
	line-height: 39px;
	min-height: 80px;
	margin-bottom: -2px;
}
.card-primary .card-title span {
	display: block;
	margin-top: 7px;
	margin-bottom: 17px;
	    min-height: 78px;
}
.card-primary .card-title span a {
	display: inline-block;
	margin-right: 10px;
}
.card-primary .card-body {
	padding: 6px 0px 20px 0px;
}
.card-primary .card-body p {
	color: #58595b;
	line-height: 34px;
	font-size: 25px;
}
.text-blue {
	color: #1e376c !important;
}
.gallery-recreation {
	padding: 90px 15px;
}
.gallery-recreation .col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}
.gallery-recreation .h3 {
}
.card-overlay {
	position: relative;
}
.card-overlay img {
	max-width: 100%;
}
.card-overlay .h3 {
	position: absolute;
	bottom: 30px;
	right: 35px;
	font-family: 'open_sansbold';
}
.card-overlay .h3:before {
	content: url(../images/header-top.jpg);
	top: -75px;
	right: 0px;
	position: absolute;
}
/*Recreation Visit us ends*/

.blue-box-page h5 a {
	left: 40px;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.33;
	color: #ffffff;
	font-family: 'open_sansregular';
	position: absolute;
	right: 0px;
	bottom: 18px;
	text-align: right;
	text-decoration: none;
	padding-left: 15px;
}
/*09 Apr 2018*/

.card-primary a {
	position: relative;
}
.card-primary a .fa {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ffff;
}
.card-primary .card-title a {
	color: #231f20;
}
.card-primary .card-title a:hover {
	color: #0069d9;
}
.gallery-recreation .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.gallery-recreation-mb100 {
	margin-bottom: 100px;
}
.bottom-space-0 {
	margin-bottom: 0px;
}
.lightbox .modal-dialog {
	max-width: 1265px;
	box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.16);
}
.lightbox .modal-dialog button.close {
	position: absolute;
	z-index: 9;
	color: #fff;
	opacity: .8;
	font-size: 60px;
	right: 28px;
	top: 8px;
}
.lightbox .modal-dialog button.close:hover {
	opacity: 1;
}
.lightbox .modal-top {
	/*background: url(../images/Apricot_Orchard_360.jpg) no-repeat center center;*/
	/*height: 454px;*/
	background-position:center center;
	background-repeat:no-repeat;
	height:auto;
	background-size: cover;
	color: #fff;
	padding: 58px 10px 0px 77px;
	position: relative;
}
.lightbox .modal-top::before {
	content: "";
	background: rgba(30,55,108,.5);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.lightbox .modal-top img {
	width: 100%;
}
.lightbox .modal-top h5 {
	font-size: 40px;
	line-height: 69px;
	font-family: 'open_sansbold';
	margin-bottom: 16px;
	color: #fff;
}
.lightbox .modal-top p {
	font-size: 25px;
	line-height: 34px;
	padding-right: 60px;
	margin-bottom: 45px;
}
.lightbox .modal-top .col-md-7 {
	border-right: 1px solid #fff;
}
.lightbox .modal-content {
	border-radius: 0px;
	border: none;
}
.lightbox .modal-body {
	padding: 0px;
}
.lightbox .modal-bottom .col-md-7 {
	background: #E6E7E8;
}
.lightbox .modal-bottom .col-md-5 {
	padding-left: 0px;
}
.lightbox .modal-bottom {
	padding-left: 15px;
	padding-right: 0px;
}
.lightbox .modal-bottom .modal-title {
	color: #231f20;
	font-family: 'open_sansbold';
	margin-bottom: 13px;
	font-size: 25px;
}
.web-url {
	font-family: 'open_sansitalic';
	color: #fff;
	font-size: 25px;
	margin-top: 20px;
}
.web-url:hover {
	opacity: .6;
	color: #fff;
}
ul.list-primary {
	list-style-type: none;
	padding: 0px;
	margin-top: 25px;
}
.list-primary li {
	position: relative;
	padding-left: 40px;
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 15px;
	font-size: 25px;
	font-family: 'open_sansitalic';
}
.circle-red {
	width: 24px;
	height: 24px;
	background-color: #e72b24;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 7px;
}
.circle-yellow {
	width: 24px;
	height: 24px;
	background-color: #ffc72c;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 7px;
}
.google-map {
	height: 515px;
	position: relative;
}
.get-direction {
	background-color: #658d1b;
	background: #658D1B;
	color: #fff;
	font-family: 'open_sansbold';
	line-height: 34px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 23px;
	display: block;
	font-size: 25px;
}
.get-direction:hover {
	color: #fff;
	background: #759D2B;
}
.amenities {
	padding: 50px 20px 50px 55px;
}
.amenities ul {
    padding-left: 0px;
    min-height: 348px;
    position: relative;
}
.amenities li {
	position: relative;
	margin-bottom: 10px;
	font-size: 25px;
	background: url(../images/bullet-oval.png) no-repeat left 15px;
	list-style-type: none;
	padding-left: 15px;
}
.amenities .fid_link{color: #008df2;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
    bottom: 0;}
.amenities .fid_link a i {
    font-weight: 600;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
    vertical-align: middle;
}
.modal-open {
    overflow: hidden !important;
    height: 100vh;
}

.amenities .fid_link a:hover{
   color: #008df2;
}
.amenities .fid_link a span{
    font-weight: 600;
}
.refgraph{
    color: #FFFFFF;
    position: relative;
    top: 15px;
    font-size: 16px;
}
a.refgraph:hover{
   color: #FFFFFF;
}
.refgraph i {
    padding-right: 10px;
 font-weight: 500;
}
a:focus, .close:focus {
	outline: none;
}
/* 09 apr manoj */

.card-overlay img {
	width: 100%;
}
.backyard p {
	font-size: 34px;
	font-weight: 300;
	line-height: 50px;
	font-family: 'open_sanslight';
	padding: 0 20px 0 0;
}
.font-26 {
	font-size: 26px;
}
.backyardSec {
	padding: 100px 0px;
}
.gallery-recreation .h3.text-blue {
	padding-bottom: 70px;
}
.map {
	padding: 100px 0;
}
.video img {
	max-width: 100%;
}
.imgRight {
	overflow: hidden;
	height: 523px;
}
.imgRight div, .imgRight div div, .imgRight img {
	width: auto;
	height: 100%;
}
.media-gray .sppb-container-inner .sppb-row .sppb-col-md-6, .media-gray .sppb-container-inner .sppb-row .sppb-col-md-6 .sppb-column, .media-gray .sppb-container-inner .sppb-row .sppb-col-md-6 .sppb-column .sppb-column-addons, .media-gray .sppb-container-inner .sppb-row .sppb-col-md-6 .sppb-column .sppb-column-addons .clearfix, .media-gray .sppb-container-inner .sppb-row .sppb-col-md-6 .sppb-column .sppb-column-addons .clearfix .sppb-addon, .media-gray .sppb-container-inner .sppb-row .sppb-col-md-6 .sppb-column .sppb-column-addons .clearfix .sppb-addon .sppb-addon-content, .media-gray .sppb-container-inner .sppb-row .sppb-col-md-6 .sppb-column .sppb-column-addons .clearfix .sppb-addon .sppb-addon-content .sppb-addon-single-image-container, .media-gray .sppb-container-inner .sppb-row .sppb-col-md-6 .sppb-column .sppb-column-addons .clearfix .sppb-addon .sppb-addon-content .sppb-addon-single-image-container img {
	width: auto;
	height: 100%;
}
/* new update */

/*.iconBack p {
	font-size: 25px;
	line-height: 1.3;
}
.visitUs {

     min-height: 505px;

}

 */

.borderRight::before {
	right: 0;
	left: auto;
}
/* changes 10 par */

.visitUs .iconBack:hover .invisible, .visitUs .iconBack:hover .bordered::before {
	visibility: visible !important;
	z-index: 999;
	opacity: 1;
	color:#fff;
}
/* changes 10 par close */

.bordered::before {
	visibility: hidden;
	opacity: 0;
}
.form {
	padding: 195px 0px 120px 0px;
}
.form label {
	color: #000020;
	font-weight: 600;
	font-size: 18px;
}
.form .form-control {
	border-radius: 0px;
	background: #E6E7E8;
	border: none;
	font-size: 34px;
	padding-top: 14px;
	padding-bottom: 14px;
    height:auto;
}
.form textarea.form-control {
	height: 210px;
}
.form .form-group {
	margin-bottom: 23px;
}
.form-check label {
	font-weight: 100;
	font-family: 'open_sansregular';
	vertical-align: top;
	font-size: 25px;
	margin-left:20px;
}
.form-content {
	text-align: right;
	padding-right: 70px;
	margin-right: 10px;
}
.form-content p {
	font-size: 25px;
	margin-bottom: 30px;
	line-height: 34px;
}
.form-content h3 {
	margin-bottom: 35px;
}
label.custom-control-label {
	font-weight: 100;
	font-size: 25px;
}
/* .custom-control-label::before {
	top: 8px;
	background-color: #fff;
	border: 1px solid #008DF2;
	width: 22px;
	height: 22px;
}
.custom-control-label::after {
	top: 11px;
	background-size: 80% 80%;
	left: 4px;
} */
.custom-control {
	padding-left: 2rem;
}
.txt-orange {
	color: #E36700;
}
.media-gray img {
	width: 100%;
}
.media-gray {
	background: #E6E7E8;
}
.media-gray-content {
	padding: 50px;
}
.media-gray-content p {
	/*font-size: 25px;

     */

	margin-bottom: 40px;
}
.media-gray-content h3 {
	margin-bottom: 30px;
}
.media-gray .col-md-6:first-child {
	padding-left: 0px;
}
.bg-whitebox1 {
	padding-top: 120px;
	padding-bottom: 130px;
}
.graybox2 {
	background: #E6E7E8;
	max-width: 1265px;
	margin-left: auto;
	margin-right: auto;
	padding: 112px 129px 80px 128px;
	margin-top: 0px;
}
.list-inline-primary li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	color: #9C9FA5;
	font-family: 'open_sansextrabold';
	font-size: 26px;
}
.list-inline-primary li .input-group > .input-group-prepend > .input-group-text {
	background: #A75300;
	color: #fff;
	border: none;
	width: 80px;
	height: 80px;
	justify-content: center;
}
.list-inline-primary li .fa-download, .list-inline-primary li i {
	font-size: 42px;
}
.list-inline-primary .btn-primary {
	position: relative;
	text-align: left;
	width: auto;
	padding-right: 90px;
}
.list-inline-primary .btn-primary:hover, .list-inline-primary .btn-primary:active:focus {
	background: #A75300;
	border-color: #A75300;
}
.list-inline-primary .btn-primary span {
	background: #A75300;
	color: #fff;
	border: none;
	width: 79px;
	height: 79px;
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -5px;
	text-align: center;
	line-height: 80px;
}
.input-group > .input-group-prepend > .input-group-text {
	background: #A75300;
	color: #fff;
	border: none;
	width: 80px;
	height: 80px;
	justify-content: center;
}
.fa-download {
	font-size: 42px;
}
.input-btn-primary {
	/*     min-width: 320px;*/

	position: relative;
	text-align: left;
	width: auto;
	padding-right: 100px;
}
.input-btn-primary:hover, .btn-primary:active:focus {
	background: #A75300;
	border-color: #A75300;
}
.input-btn-primary span {
	background: #A75300;
	color: #fff;
	border: none;
	width: 79px;
	height: 79px;
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -5px;
	text-align: center;
	line-height: 80px;
}
.bg-procedure {
	/* background: url(../images/Apricot_Orchard_360.jpg) no-repeat left top;

     */

	background-size: cover;
	padding-top: 120px;
	height: 650px;
	margin-bottom: 500px;
}
.bg-procedure .graybox2 {
	margin-top: 25px;
	padding: 102px 129px 80px 128px;
}
.graybox2 .h3 {
	font-size: 40px;
	line-height: 58px;
	margin-bottom: 55px;
}

.font-normal {
	font-family: 'open_sansregular' !important;
	color: #494A4D;
}
.arrow-xs {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: none;
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0px;
	line-height: normal;
	color: #fff;
	vertical-align: middle;
	background: url(../images/select-arrow.png) no-repeat right top;
	background-size: auto auto;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0 none;
	margin: 0px;
	margin-left: 13px;
}
.custom-select option {
	color: #333;
}
.custom-select:focus {
	box-shadow: none;
}
/* support 10 apr manoj */

.support .backyardSec .backyard h3 {
	margin-right: 80px;
}
.headingGrey {
	font-size: 25px;
	color: #58595b;
	font-family: 'open_sansbold';
	margin-bottom: 0;
	line-height: 2.24;
}
.customerService span {
	font-size: 42px;
	line-height: 1.33;
	color: #002d72;
	font-family: 'open_sansbold';
}
.customerService {
	position: relative;
	background: #e6e7e8;
	padding: 35px;
}
.supportDesc {
	margin-top: 50px;
}
.support .recrCategories {
	margin-bottom: 100px;
}
.iconBack {
	position: relative;
}
.iconBack i, .iconBack p i  {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 112px;
	opacity: 0.2;
	color: #000;
}
.visitUs .h3.bordered a, .gallery-recreation .h3 a {
	color: #fff;
}
.visitUs .h3.bordered a:hover, .gallery-recreation .h3 a:hover {
	color: #e2e2e2;
}

.video {
	padding-bottom: 100px;
}
.gallery-recreation .h3:hover:before {
	opacity: 0 !important;
}
.gallery-recreation .col-md-4 {
	margin-bottom: 30px;
}
.cardheading {
	font-family: 'open_sansextrabold';
	font-weight: 600;
	max-width: 420px;
}
/* about us */

.aboutUs .recrCategories {
	margin-bottom: 100px;
}
.navbar02 li a button {
	padding: 0;
}
.moreMenu .dropdown-menu {
	min-width: 368px;
}
.moreMenu .dropdown-menu a {
	color: #fff;
	padding: 0px;
	display: block;
}
.moreMenu .btn-link:hover, .moreMenu.show .btn-link {
	color: #e57200 !important;
	text-decoration: none;
}
.moreMenu .dropdown-menu {
	min-width: 368px;
	border-right: 5px solid #e57200;
	right: auto !important;
}
.backImage {
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}
.iconBack img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
}
.iconBack p {
	z-index: 99;
	position: relative;
}
/* visit us form start */

.formvisitus .row:nth-child(2) {
	margin-top: 15px;
}
.vsformsearch {
	padding-right: 0;
}
.vsformsearch input {
	background: #e6e7e8;
	font-family: 'open_sansbold';
	font-size: 25px;
	font-weight: bold;
	line-height: 34px;
	text-align: left;
	color: #231f20;
	border-radius: 0;
	border: 0 none;
	text-transform: uppercase;
	padding: 28px;
    height:90px;
}
.vsformsearch input.form-control:focus {
	border: 0 none;
	box-shadow: none;
	background: #e6e7e8;
}
.vsformsearch button {
	background: #9c9fa5;
	border: 0 none;
	padding: 0;
	cursor: pointer;
}
.vsformsearch .fa-search {
	font-size: 36px;
	line-height: 36px;
	padding: 27px;
	background: #9c9fa5;
	color: #fff;
}
.vsformmap input {
	background: #58595b;
	font-family: 'open_sansbold';
	font-size: 25px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	border: 0 none;
	border-radius: 0;
	text-transform: uppercase;
	padding: 28px;
	cursor:pointer;
}
.vsformmap input.form-control:focus {
	border: 0 none;
	box-shadow: none;
	background: #58595b;
	color: #fff;
}
 .vsformmap input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

     color: #fff;
}
 .vsformmap input::-moz-placeholder {

    /* Firefox 19+ */

     color: #fff;
}
 .vsformmap input:-ms-input-placeholder {

    /* IE 10+ */

     color: #fff;
}
 .vsformmap input:-moz-placeholder {

    /* Firefox 18- */

     color: #fff;
}

.vsformmap button {
	background: #9c9fa5;
	border: 0 none;
	padding: 0;
	cursor: pointer;
	display:flex;
	width:100%;
	cursor:pointer;
}
.vsformmap .fa-map, .vsformmap .fa-close {
	font-size: 36px;
	line-height: 36px;
	padding: 27px;
	background: #9c9fa5;
	color: #fff;
}
.vsfilterby {
	font-family: 'open_sansbold';
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	color: #231f20;
	text-transform: uppercase;
}
.vsfilterby .fa-sliders-h {
	color: #9c9fa5;
	font-size: 37px;
	line-height: 37px;
	vertical-align: middle;
}
.filterby:nth-child(2), .filterby:nth-child(3) {
	padding-right: 0;
}
.filterby .dropdown a {
	font-family: 'open_sansbold';
	font-size: 23px;
	font-weight: bold;
	line-height: 84px;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	background-color: #002d72;
	padding-left: 24px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 6px solid transparent;
}
.filterby .dropdown a.textadded {
	font-size: 18px;
	text-transform: none;
	white-space:nowrap;
	border-bottom-color: #a8cf39;
}
.filterby .dropdown a:hover {
	color: #fff;
}
.filterby .dropdown.show a {
	border-bottom-color: #a8cf39;
}
.filterby .dropdown a:before {
	content: "\f107";
	color: #fff;
	position: absolute;
	right: 0;
	top: 0px;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 64px;
	background: #022150;
	width: 90px;
	height: 90px;
	text-align: center;
	padding-top: 5px;
}
.filterby .dropdown.show a:after {
	content: "\f106";
	color: #fff;
	position: absolute;
	right: 0;
	top: 0px;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 64px;
	background: #022150;
	width: 90px;
	height: 90px;
	text-align: center;
	padding-top: 5px;
}
/*.filterby .dropdown i.fa{

     float: right;

     background: #022150;

     font-size: 68px;

     line-height: 90px;

     padding: 0 24px;

     top: -90px;

     position: relative;

     pointer-events: none;

     color: #fff;

}

 .filterby .dropdown i.fa-angle-up{

     display: none;

}

 .filterby .dropdown.show i.fa-angle-up{

     display: block;

}

 .filterby .dropdown.show i.fa-angle-down{

     display: none;

}

 */

.filterby .dropdown-menu.show {
	display: block;
	width: 100%;
	margin: 0;
	background: #022150;
	border-radius: 0;
	color: #fff;
	padding: 32px 27px;
}
.filterby .dropdown-menu.show.vsformddopen label i {
	font-family: 'open_sansregular';
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: #ffffff;
	font-style: normal;
	padding: 15px;
}
.vsformddopen .custom-control-label::before {
	background-color: #022150;
	border: 1px solid #bbbdbf;
	top: 6px;
	width: 1rem;
	height: 1rem;
}
.vsformddopen .custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #a8cf39;
	border: 0 none;
}
.vsformddopen .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	background-color: #022150;
	border-radius: 50%;
	top: 11px;
	width: 6px;
	height: 6px;
	left: 5px;
}
.formvisitus .clearall a {
	font-family: 'open_sansbold';
	font-size: 25px;
	font-weight: bold;
	line-height: 34px;
	text-align: left;
	color: #231f20;
	text-transform: uppercase;
	vertical-align: middle;
}
.formvisitus .clearall a i {
	color: #9c9fa5;
}
.formvisitus .clearall {
	margin-top: 65px;
}
/* visit us form end */

/*fire-safety-section */

.fire-safety-section {
	/* background: url(../images/water-fire-safety-hero.jpg) no-repeat;

     */

	background-size: cover;
	padding-top: 72px;
	padding-bottom: 200px;
	position: relative;
}
.fire-safety-section .card {
	background-color: transparent;
	border: 0;
}
.p-icon .fas.fa-anchor {
	color: #ffc72c;
	font-size: 113px;
}
.fire-safety-section .card-title {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: 'open_sansbold';
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.fire-safety-section .card-text {
	color: #fff;
	font-size: 25px;
}
.fire-safety-section .top_space {
	margin-top: 76px;
}
.fire-safety-section .bottom-space {
	margin-bottom: 100px;
}
.fire-safety-section .h3 {
	color: #fff;
	margin-bottom: 115px;
}
.gray-bg {
	background: #e6e7e8;
	padding: 110px 110px;
	max-width: 1264px;
	margin: 0 auto;
	margin-top: -203px;
	position: relative;
}
.blue-title {
	color: #032f73;
	font-family: 'open_sansbold';
	font-size: 25px;
	margin-bottom: 35px;
}
.gray-bg .blue-title {
	color: #032f73;
	font-family: 'open_sansbold';
	font-size: 38px;
	margin-bottom: 35px;
	line-height: 58px;
	font-weight: 800;
}
.boating-details ul li {
	background: url(../images/green-check-icon.png) no-repeat no-repeat left top 9px;
	padding-left: 64px;
	margin-bottom: 25px;
	background-size: 35px;
	font-size: 25px;
	line-height: 36px;
}
/*fire-safety-section*/

.fire-safty {
	/*background: url(../images/stay-sage-bg.jpg) no-repeat;

     */

	background-size: cover;
	padding-top: 83px;
	position: relative;
	margin-top: 112px;
	min-height: 824px;
}
.gray-bg.gray_top_space {
	margin-top: -555px;
	margin-bottom: 110px;
}
/*fire-safety-section*/

/* login page start */

.logintop {
	text-align: right;
	width: 100%;
}
.loginhome {
	font-family: 'open_sansregular';
	font-size: 25px;
	line-height: 34px;
	color: #58595b;
}
.mw396 {
	max-width: 396px;
}
.pl3 {
	padding-left: 3px;
}
.grayboxlogin {
	background: #e6e7e8;
	width: 366px;
	text-align: center;
	padding: 40px 20px;
	margin-bottom: 18px;
}
.loginhead {
	font-family: 'open_sansbold';
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #002d72;
	padding-bottom: 44px;
}
.loginbtn {
	background-color: #e57200;
	font-family: 'open_sansbold';
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 20px 75px;
	border: 0 none;
	text-transform: uppercase;
	cursor: pointer;
}
.loginlbl {
	font-family: 'open_sansregular';
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #001433;
	text-transform: uppercase;
	display: block;
}
.grayboxlogin form, .grayboxlogin .forgotlinks {
	margin: auto;
	max-width: 298px;
}
.grayboxlogin .forgotlinks ul {
	margin-top: 20px;
}
.grayboxlogin .control-group {
	margin-top: 15px;
}
.grayboxlogin .control-group.custom-checkbox {
	position: relative;
	left: 0;
	top: 0;
}
label.custom-control-label.loginlbl {
	font-size: 18px;
	line-height: 36px;
}
.grayboxlogin form input[type="text"], .grayboxlogin form input[type="password"] {
	background-color: #ffffff;
	border: solid 1px #707070;
	width: 100%;
	padding: 6px;
}
.forgot {
	font-family: 'open_sansregular';
	font-size: 25px;
	line-height: 34px;
	text-align: left;
	color: #0099da;
	margin: 0;
}
.forgot a {
	color: #0099da;
}
.forgot a:hover {
	color: #0069d9;
}
.mt20 {
	margin-top: 20px;
}
.grayboxlogin form .loginbtn {
	width: 100%;
}
/* login page end */

.gallery .row-eq-height .sppb-column-addons, .gallery .row-eq-height .sppb-column-addons .clearfix, .gallery .row-eq-height .sppb-column-addons .sppb-addon-content {
	height: 100%;
}
/* Outages page */
.outageseccont {
    padding: 80px 0 95px;
    text-align: center;
}
h3.phone {
    padding: 10px 0 30px;
}
h3.phone a {
	font-family: 'open_sansextrabold';
	font-size: 60px;
	font-weight: 800;
	line-height: 69px;
	text-align: center;
	color: #a8cf39;
}
h4.calltoreport {
	font-family: 'open_sansregular';
	font-size: 40px;
	line-height: 55px;
	text-align: center;
	color: #58595b;
	max-width: 1007px;
	margin: 0 auto;
}
hr.hrmin {
	max-width: 386px;
	margin: 56px auto;
	border-bottom: 6px solid #bbbdbf;
}
.reporttext {
	font-family: 'open_sansregular';
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	line-height: 27px;
	text-align: center;
	color: #58595b;
	padding-top: 5px;
	max-width: 790px;
	margin: 0 auto;
}
.outage-gray {
	min-height: 396px;
	background-color: #e6e7e8;
}
.rightbaroutage {
	position: absolute;
	right: 0;
	width: 50%;
}
.rightbaroutage .row {
	margin: 0;
}
.iconBackoutage {
	min-height: 396px;
}
.iconBackoutage i {
	position: relative;
	top: 0;
	left: 0;
	font-size: 110px;
	opacity: 1;
	color: #e6e7e8;
}
.iconBackoutage .bordered {
	position: relative;
	top: 90px;
	width: 85px;
	float: right;
	right: 65px;
}
.iconBackoutage:hover .invisible, .iconBackoutage:hover .bordered::before {
	visibility: visible !important;
}
.twtback {
	background-color: #008df2;
}
.fbback {
	background-color: #0074c7;
}
.iconBackoutage p {
	font-family: 'open_sansregular';
	font-size: 39px;
	line-height: 45px;
	text-align: right;
	color: #ffffff;
	position: relative;
	top: 120px;
}
.iconBackoutage p a {
	color: #ffffff;
}
.stayinformed {
	flex-direction: column;
	justify-content: center;
	min-height: 396px;
	display: flex;
}
.stayinformed h4 {
	font-family: 'open_sansextrabold';
	font-size: 38px;
	/*font-weight: 800;*/

	line-height: 58px;
	text-align: left;
	color: #231f20;
}
.stayinformed p {
	font-family: 'open_sansregular';
	font-size: 25px;
	line-height: 34px;
	text-align: left;
	color: #001433;
	padding-right: 20px;
}
.stayinformed p a {
	color: #008df2;
	text-decoration: underline;
}
.outagewtd {
	margin-top: 150px;
}
.outagewtd p {
	font-family: 'open_sansregular';
	font-size: 25px;
	line-height: 34px;
	text-align: left;
	color: #58595b;
	padding: 20px 0 0px 66px;
}
.outagewtd h2 {
	padding-left: 66px;
}
.outagewtd p a {
	color: #0099da;
	text-decoration: underline;
}
.outagewtd p a.bold_black_font {
	color: #58595b;
	text-decoration: none;
	font-family: 'open_sansbold';
}
.outagewtd p a strong {
	color: #58595b;
	text-decoration: none;
	font-weight: bold;
}
.outageicons {
	margin: 85px 0;
}
.outageicons p {
	padding-left: 0;
	padding-top: 30px;
}
.outageicons i {
	color: #9c9fa5;
	font-size: 90px;
}
.icon_space p {
	margin-top: 30px;
}
.outagecta {
	flex-direction: column;
	justify-content: center;
	min-height: 352px;
	display: flex;
	background-color: #e57200;
	width: 100%;
	padding: 25px;
}
.outagecta i {
	color: #a75300;
	position: relative;
	left: 15px;
	font-size: 300px;
	transform: rotate(90deg);
}
.outagecta .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: auto;
}
.outagecta p {
	font-family: 'open_sansbold';
	font-size: 40px;
	font-weight: bold;
	line-height: 58px;
	text-align: left;
	color: #ffffff;
	padding-bottom: 22px;
}
.outagecta a {
	font-family: 'open_sansbold';
	font-size: 25px;
	font-weight: bold;
	line-height: 34px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	border: 6px solid #fff;
	padding: 10px 0;
	width: 70%;
	display: block;
}
.outagegu {
	margin-top: 206px;
}
.outagegu .outagegu p {
	font-family: 'open_sansregular';
	font-size: 25px;
	line-height: 34px;
	text-align: left;
	color: #58595b;
	padding-right: 66px;
}
.outagegu h3 {
	padding-right: 66px;
}
.outagegu p a {
	color: #0099da;
	text-decoration: underline;
}
.outagegu p a strong {
	color: #58595b;
	text-decoration: none;
	font-weight: bold;
}
.outageguicon {
	background: #e6e7e8;
	border-top: solid 6px #ffc72c;
	padding: 95px 0;
}
.outageguicon i {
	color: #9c9fa5;
	font-size: 90px;
}
.outageguicon p {
	font-family: 'open_sansregular';
	font-size: 25px;
	line-height: 34px;
	text-align: left;
	color: #58595b;
	padding: 27px 20px 27px 0;
}
.outagewtd .customerService {
	margin: 66px 0 0 66px;
}
.outagewtd .stayinformed {
	min-height: 100%;
	display: block;
	margin-top: 80px;
}
.outagewtd .stayinformed h4 {
	font-family: 'open_sansbold';
	font-size: 40px;
	font-weight: bold;
	line-height: 58px;
	text-align: left;
	color: #001433;
}
.outagewtd .stayinformed p {
	padding: 5px 40px 5px 0px;
}
.outagefaq {
	background-color: #022150;
	padding: 96px 0px !important;
	margin-top: 108px;
}
.outagefaq h3 {
	font-family: 'open_sansbold';
	font-size: 60px;
	font-weight: 800;
	line-height: 70px;
	text-align: center;
	color: #ffffff;
	width: 100%;
	padding-bottom: 78px;
}
.outagefaq .accordion {
	width: 100%;
}
.outagefaq .accordion .card {
	border-radius: 0;
	background: transparent;
	border: 0 none;
}
.outagefaq .accordion .card-header {
	padding: 0;
	border-radius: 0;
	background: #e6e7e8;
	margin-top: 16px;
	border: 0 none;
}
.outagefaq .accordion .card-header .card-title {
	margin-bottom: 0;
	line-height: 75px;
	padding-left: 34px;
	font-family: 'open_sansregular';
	font-size: 25px;
	text-align: left;
	color: #58595b;
}
.outagefaq .accordion .card-body {
	background-color: #ffffff;
	border: solid 1px #707070;
	border-top: 0 none;
}
.outagefaq .accordion .card-header:after {
	font-family: 'Font Awesome\ 5 Pro';
	content: "\f107";
	float: right;
	background: #bbbdbf;
	line-height: 75px;
	padding: 0 20px;
	color: #fff;
	font-size: 54px;
	font-weight: bold;
}
.outagefaq .faqcontact {
	width: 100%;
	margin: 90px 0 27px 0;
	text-align: center;
}
.outagefaq .faqcontact p {
	font-family: 'open_sanslight';
	font-size: 34px;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
}
/*Who we are*/

.navbar02 li.gray-active {
	position: relative;
	margin: 0;
	padding: 0 1%;
	width: auto;
}
.navbar02 li.gray-active .nav-link {
	color: #fff;
	text-align: center;
}
.navbar02 li.gray-active::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	background: #58595b;
	width: auto;
	height: 100px;
	z-index: -1;
	min-width: 100%;
	transform: skew(-30deg);
}
.map-section {
	padding: 145px 0px 125px 0px !important;
	background-color: #e6e7e8;
}
.h4 {
	color: #231f20;
	font-size: 38px;
	font-family: 'open_sansextrabold';
	margin-bottom: 40px;
}
.map1 img {
	max-width: 100%;
}
.statics {
	padding: 99px 50px 139px 50px;
	text-align: center;
}
.statics p {
	color: #002d72;
	font-size: 18px;
	line-height: 30px;
	font-family: 'open_sansbold';
}
.statics .col {
	padding: 0px;
}
.head2 {
	color: #658d1b;
	font-size: 90px;
	line-height: 103px;
	font-family: 'open_sansextrabold';
	margin-bottom: 10px;
}
.p-primary {
	font-size: 25px;
	line-height: 34px;
}
.img-partner {
	background-image: url(../images/img-partner.png);
	background-position: 50px 90%;
}
.img-group {
	background-image: url(../images/icon-group.png);
	background-position: 50px 90%;
}
.img-history {
	background-image: url(../images/icon-history.png);
	background-position: 50px 90%;
}
.imgRight-h100 {
	height: 100%;
}
.bg-darkblue {
	background-color: #001433;
}
.borderLeft::before {
	left: 0px !important;
}
/*Who we are ends*/

/*Leadership*/

.media-section h5 {
	font-size: 39px;
	color: #001433;
	font-family: 'open_sansbold';
	margin-bottom: 0px;
}
.media-section .media-body {
	padding-top: 3px;
}
.media-leader {
	margin-bottom: 0px;
	margin-left: 100px;
}
.media-title {
	color: #e57200;
	font-size: 24px;
	font-family: 'open_sansbold';
	margin-bottom: 20px;
	display: block;
}
.leader-marl {
	margin-right: 95px;
}
.logo-gray {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
.dark-blue2 {
	background: #001433;
}
.prussian-blue {
	background: #002D72;
}
/*Leadership ends*/

/* Who we are commissioners*/

.district-section {
	margin-bottom: 80px;
}
.gray-col {
	background-color: #e6e7e8;
}
.dark-gray-col {
	background-color: #bbbdbf;
	text-align: center;
	vertical-align: middle;
}
h2.heading2 {
	font-size: 60px;
	font-family: 'open_sansextrabold';
	color: #1e376c;
}
.district-content {
	margin-left: 110px;
	padding-right: 167px;
	margin-top: 120px;
}
.district-boundries {
	margin-top: 120px;
	margin-bottom: 120px;
	max-width: 100%;
}
.district-content h2 {
	margin-bottom: 50px;
}
.district-content p {
	margin-bottom: 76px;
}
.media-bottom {
	font-size: 25px;
}
.media-bottom b {
	color: #231f20;
}
.jumbotron-secondary {
	background: url(../images/bg-gradient.jpg) repeat left top;
	border: solid 1px #707070;
	color: #fff;
	text-align: center;
	padding-top: 110px !important;
	padding-bottom: 165px !important;
}
.jumbotron-secondary h2.heading2 {
	margin-top: 3px;
	margin-bottom: 60px;
}
.jumbotron-secondary .p-content {
	margin-bottom: 70px;
}
.text26 {
	font-size: 26px;
}
.text-white {
	color: #fff !important;
}
.btn-lg1 {
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.p-content {
	max-width: 1135px;
	margin-left: auto;
	margin-right: auto;
}
.btn-lg1 .visible {
	display: none;
}
/* Who we are commissioners ends*/

/*History*/

.carousel-history h3 {
	font-size: 40px;
	opacity: 1;
	line-height: normal;
	margin-bottom: 15px;
}
.carousel-history .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.carousel-history .carousel-primary p {
	margin-top: 0px;
	font-style: normal;
	font-size: 25px;
	position: relative;
	padding-bottom: 45px;
}
.carousel-history .carousel-primary p:after {
	width: 85px;
	height: 5px;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #ffc629;
}
.carousel-history .carousel-primary {
	height: 650px;
}
.carousel-history .carousel-primary .carousel-item {
	position: relative;
}
.carousel-history .carousel-primary .carousel-item::before {
	content: "";
	position: absolute;
	background: rgba(70,102,150,.5);
	z-index: 1;
	height: 100%;
	width: 100%;
}
.carousel-history .carousel-primary .carousel-caption {
	bottom: 212px;
	font-family: 'open_sansbold';
}
.expand {
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: #fff;
	font-size: 40px;
	opacity: .8;
	z-index: 1;
}
.expand:hover {
	opacity: 1;
	color: #fff;
}
.carousel-history .carousel-primary2 .carousel-item::before {
	content: "";
	position: absolute;
	background: rgba(64,162,232,.5);
	z-index: 1;
	height: 100%;
	width: 100%;
}
.times {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 50px;
	opacity: .8;
	z-index: 999;
}
.times:hover {
	color: #fff;
	opacity: 1;
}
h3.heading3 {
	font-size: 40px;
	color: #001433;
	line-height: 69px;
	font-family: 'open_sansbold';
}
.history-video {
	padding: 120px 0px 50px 0px;
}
.history-video iframe {
	margin-bottom: 35px;
}
.history-video h3.heading3 {
	margin-bottom: 17px;
}
.lightbox .carousel-primary {
	height: 710px;
}
.history-lightbox .modal-dialog button.close {
	position: relative;
	z-index: 9;
	right: 0px;
}
.history-lightbox .modal-content {
	background: none;
}
.history-lightbox .carousel-primary .carousel-control-next, .history-lightbox .carousel-primary .carousel-control-prev {
	bottom: -50px;
}
.history-lightbox .carousel-primary .carousel-control-next {
	right: 0px;
}
.history-lightbox .carousel-primary .carousel-control-prev {
	left: auto;
	right: 50px;
}
.history-lightbox-footer {
	position: relative;
}
/*History ends*/

/*Careers*/

.navbar02 li.gray-active-sm::before {
	background-size: 80% 100%;
}
.career-bg1 {
	background: #A8CF39;
}
.career-bg2 {
	background: #8AAA2F;
}
.how-to-apply .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.how-to-apply h4 {
	color: #fff;
	margin-bottom: 35px;
}
.bg-blue {
	background-color: #022150;
	color: #fff;
}
.bg-blue2 {
	background-color: #002d72;
	color: #fff;
}
.paddingbox {
	padding: 100px 100px 100px 110px;
}
body .text-orange {
	color: #E57200;
}
.table-striped1 thead th {
	border: none;
	background: none;
	color: #0056b3;
}
.table-striped1 tbody tr.td-gray td {
	background: #EFEFEF;
}
.opening-table {
	padding-top: 75px;
	padding-bottom: 135px;
}
.icon-career-left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 140px;
	opacity: 1;
	color: #000;
}
.mb130 {
	margin-bottom: 130px;
}
.employee-benefits {
	padding-top: 140px !important;
	padding-bottom: 27px !important;
}
.gray-icon-lg {
	background: #9C9FA5;
	height: 455px;
	width: 100%;
	text-align: center;
	padding-top: 100px;
}
.benefits-card {
	background-color: #e6e7e8;
	padding: 95px 30px 30px 30px;
	margin-bottom: 75px;
	min-height: 360px;
}
.card-top {
    width: 144px;
    height: 144px;
    background-color: #008df2;
    display: table;
    top: -80px;
    border-radius: 50%;
    line-height: 140px;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 0px;
    margin: auto;
    transform: translateX(-50%);
    margin: 0;
}
.card-title2 {
	color: #008df2;
	font-family: 'open_sansextrabold';
	line-height: normal;
	margin-bottom: 2px;
}
ul.card-list {
	padding-left: 0px;
}
.card-list li {
	padding-left: 20px;
	font-size: 25px;
	line-height: 34px;
	list-style: none;
	background: url(../images/bullet-oval.png) no-repeat 5px 15px;
}
.mb100 {
	margin-bottom: 100px;
}
.green-top {
	background: #8AAA2F;
}
.green-row {
	margin-top: 90px;
}
.nav-pills .nav-link {
	height: 100%;
}
.gray-box-page .arrow-left {
	bottom: 50px;
	top: auto;
	position: absolute;
}
.head-insurance {
	margin-bottom: 0px;
}
.gray-icon-lg2 {
	background: #bbbdbf;
	height: 350px;
	width: 100%;
	text-align: center;
	padding-top: 45px;
}
.questionnaire {
	margin-top: 20px;
}
.list-questionnaire li {
	color: #0099da;
	line-height: 36px;
	font-size: 25px;
	width: 33% !important;
	margin-bottom: 20px;
	list-style: none;
	padding-right: 20px;
	display: inline-block;
	vertical-align: top;
}
ul.list-questionnaire {
	margin-left: 0px;
	padding-left: 0px;
}
.link-blue, .link-blue a {
	color: #0099da;
}
.link-blue a:hover {
    color: #0056b3;
}
.benefit-faq {
	background-color: #022150;
	padding-top: 115px !important;
	padding-bottom: 130px !important;
}
.benefit-faq h4 {
	width: 100% !important;
	text-align: center !important;
	color: #fff;
}
.mb-40 {
	margin-bottom: 40px !important;
}
/* .card-list li {

     font-size: 16px;

     line-height: 22px;

}*/

/*.navbar02 li.gray-active::before{

     left: -125px;

     height: 59px;

}

 */

/*.h3{

     line-height: normal;

}

 */

.wage-levels {
	background-color: #002d72;
	color: #fff;
	padding: 94px 135px 140px 125px;
}
.wage-levels .h4 {
	margin-bottom: 70px;
}
.wage-levels h3.heading3 {
	line-height: 61px;
	margin-bottom: 30px;
}
.wage-levels .p-primary {
	width: 100%;
	max-width: 100%;
}
.heading5 {
	font-size: 18px;
	line-height: 30px;
}
.wage-levels-bottom {
	border-top: 6px solid #022150;
	margin-top: 45px;
	font-family: 'open_sansitalic';
	padding-top: 50px;
	font-size: 25px;
	line-height: 34px;
}
.text-green2 {
	color: #a8cf39 !important;
}
.white-bg {
	background: #fff;
	color: #58595b;
	padding: 0px 0px 0px 0px;
}
.font-extrabold {
	font-family: 'open_sansextrabold' !important;
}

 ::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

     color: #fff;
}

 ::-moz-placeholder {

    /* Firefox 19+ */

     color: #fff;
}

 :-ms-input-placeholder {

    /* IE 10+ */

     color: #fff;
}

 :-moz-placeholder {

    /* Firefox 18- */

     color: #fff;
}
ul.list-check {
	padding: 0px;
	margin-top: 30px;
}
.list-check li {
	background: url(../images/green-check-icon.png) no-repeat left 7px;
	list-style: none;
	padding-left: 45px;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 34px;
	padding-right: 20px;
}
.text-gray-chateau {
	color: #9c9fa5;
}
.gray-content2 {
	padding: 85px 80px 125px 80px;
}
.btn-block2 {
	width: 495px;
	max-width: 100%;
}
.backyard-center {
	text-align: center;
}
.backyard-center h3 {
	text-align: center;
	float: none;
}
.backyard-center p {
	max-width: 1265px;
	margin-left: auto;
	margin-right: auto;
}
/*Careers ends*/

/*What we do*/

.blue-clr1 {
	background: #008DF2;
}
.blue-clr2 {
	background: #0074C7;
}
/*What we do ends*/

.footer-bottom .ml-auto a {
	display: inline-block;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border-left: 1px solid #fff;
	line-height: 17px;
}
.dash {
	display: none;
}
.lightblue_menu strong {
	font-size: 18px;
	color: #ACCE39;
	font-family: 'open_sansregular';
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
/*The Wanupam*/

.jumbotron-wanapum {
	/* background: url(../images/img-the-wapanum.jpg) no-repeat left top !important;

     */

	background-size: cover;
	text-align: center;
	margin-top: 0px !important;
	margin-bottom: 0px !important;

}
.carousel-wanapum {
}
.paddingbox2 {
	padding: 50px 50px 50px 80px;
}
ul.li-icon-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}
.li-icon {
	width: 112px;
	height: 112px;
	display: inline-block;
	text-align: center;
	padding-top: 25px;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 0.3s;
}
.li-icon span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.li-icon-orange {
	background-color: #e57200;
}
.li-icon-blue {
	background-color: #008df2;
}
.li-icon-green {
	background-color: #a8cf39;
}
.li-icon-yellow {
	background-color: #ffc72c;
}
/*The Wanupam end*/

/*Billing & Payment CSS 12-4-18*/

.no_content_top_space {
	margin-top: 130px;
}
.paybill {
	min-height: 505px;
}
.text-white {
	color: #fff;
}
.no_content_top_space .boxes-height {
	min-height: 506px
}
/*Ways-to-save*/

.payment_bills_ways_page .backyard h3 {
	float: left;
	text-align: left
}
.payment_bills_ways_page #tbd-section {
	margin-bottom: 93px;
}
.ways_blue_box {
	background-color: #002d72;
	min-height: 370px;
	padding: 32px 30px;
	position: relative;
}
.ways_blue_box h5 a {
	font-size: 38px;
	font-weight: 800;
	line-height: 52px;
	color: #ffffff;
	font-family: 'open_sansextrabold';
	position: absolute;
	bottom: 33px;
	text-align: right;
	text-decoration: none;
	right: 50px;
	width: 100%;
}
.pay_darkb_lue {
	background-color: #001433;
	min-height: 370px;
	padding: 32px 30px;
	position: relative;
}
.pay_darkb_lue h5 a {
	font-size: 38px;
	font-weight: 800;
	line-height: 52px;
	color: #ffffff;
	font-family: 'open_sansextrabold';
	position: absolute;
	bottom: 33px;
	text-align: right;
	text-decoration: none;
	right: 50px;
	width: 100%;
}
.go-back-page {
	margin-top: 11px;
}
.go-back-page .gray-box-page h5 {
	font-size: 48px;
	line-height: 70px;
}
.go-back-page .gray-box-page .arrow-left {
	top: inherit;
	bottom: 50px;
}
.go-back-page .arrow-left .fas.fa-angle-left {
	color: #fff;
	font-size: 84px;
}
/*Rates and fees*/

.our_rate_section {
	margin-top: 87px;
	position: relative;
}
.our_rate_section h3 {
	margin-bottom: 30px;
}
.our_rate_section .filterby .dropdown a {
	line-height: 69px;
}
.our_rate_section .filterby .dropdown a::before {
	height: 74px;
}
.our_rate_section .vsformsearch .form-control {
	height: 75px;
}
.our_rate_section .vsformsearch .fa-search {
	line-height: 21px;
}
/*
.rate_sheet {
	margin-top: 60px;
}
*/
.rate_sheet h4 {
	color: #E57200;
	font-family: 'open_sansextrabold';
	font-size: 26px;
	margin-bottom: 5px;
}
.historical_rate_section {
	margin-top: 65px;
}
.download_section {
	margin-bottom: 25px;
}
.media_dark_gray {
	background: #e6e7e8;
	padding: 77px 0;
	text-align: center;
}
.media_dark_gray .input-group {
	margin: 0 auto;
	display: block;
}
.download_section p {
	font-size: 26px;
	font-family: 'open_sansextrabold';
	font-weight: 800;
	line-height: 37px;
	text-align: center;
	color: #9c9fa5;
}
.other_fees-section {
	background: #002d72;
	padding: 69px 70px
}
.other_fees-section h5 {
	font-size: 38px;
	text-align: center;
	font-family: 'open_sansextrabold';
	line-height: 58px;
	color: #fff;
	margin-bottom: 30px;
}
.acc-service {
	margin-bottom: 51px;
}
.acc-service h4 {
	color: #E57200;
	font-family: 'open_sansextrabold';
	font-size: 26px;
	margin-bottom: 5px;
}
.acc-service p {
	color: #fff;
	font-family: 'open_sansregular';
	font-size: 25px;
	margin-bottom: 5px;
	;
	line-height: 34px
}
.gray_dark_bg {
	background: #9c9fa5;
	height: 100%;
}
.our_olicies_section p {
	color: #fff;
	font-family: 'open_sansregular';
	font-size: 25px;
	margin-bottom: 5px;
	;
	line-height: 34px;
	max-width: 1264px;
	margin: 0 auto;
	text-align: center;
}
.our_olicies_section {
	background: url(../images/blue_mid_bg.png) no-repeat left top;
	background-size: auto auto;
	background-size: cover;
	padding-top: 120px;
	height: 650px;
	margin-bottom: 700px !important;
	margin-top: 130px !important;
}
.meeting_agenda_section .download_section p {
	font-size: 26px;
	font-family: 'open_sansextrabold';
	font-weight: 800;
	line-height: 37px;
	text-align: left;
	color: #9c9fa5;
	max-width: 600px;
}
.meeting_agenda_section .download_section {
	float: left;
}
.meeting_agenda_section ul li {
	margin-top: 20px;
}
.meeting_agenda_section ul li:first-child {
	margin-top: 0;
}
.cost-section {
	margin-bottom: 200px !important;
	height: 500px;
}
.our_olicies_section h3 {
	margin-bottom: 36px;
}
.back_to_page.rates_top_space {
	position: relative;
	top: 80px;
	margin-bottom: 267px;
}
.our_rate_section .filterby .dropdown.show a::after {
	height: 61px;
}
/*Way to pay CSS*/

.way_to_pay .carousel-footer a.active {
	background: #8aaa2f;
	text-decoration: none;
}
/*.way_to_pay .carousel-footer a:hover .circle {

     background: #a8cf39;

}

 */

.way_to_pay .carousel-footer a:hover .circle::after {
	height: 6px;
}
.set_up_pay .backyard h3 {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 28px
}
.set_up_pay {
	margin-top: 116px;
}
.backyard .set_up_epay_left p {
	font-family: 'open_sansregular';
	font-size: 25px;
	text-align: left;
	color: #58595b;
	line-height: 34px;
}
.set_up_epay_left button {
	margin-top: 22px;
}
.benefits_onling_billing {
	margin-top: 65px;
}
.benefits_onling_billing h3 {
	font-family: 'open_sansbold';
	font-size: 40px;
	font-weight: bold;
	line-height: 69px;
	text-align: left;
	color: #001433;
	margin-bottom: 50px;
}
.notification_section .fas {
	color: #9c9fa5;
	font-size: 74px;
	margin-bottom: 35px;
}
.mail_your_payment {
	background: #e6e7e8;
	padding-top: 100px !important;
	padding-bottom: 140px !important;
	margin-top: 110px !important;
}
/*16-4-2018*/

.mail_ur_payment h4 {
	font-family: 'open_sansbold';
	font-size: 40px;
	font-weight: bold;
	line-height: 58px;
	text-align: left;
	color: #e57200;
}
.mail_ur_payment p {
	font-family: 'open_sansregular';
	font-size: 40px;
	line-height: 55px;
	text-align: left;
	color: #58595b;
	margin-top: 60px;
}
.mail_ur_payment .h3.blueText {
	margin-bottom: 35px;
}
.mail_ur_payment {
	padding-left: 10%;
}
.key_icon {
	position: relative;
}
.key_icon {
	position: absolute;
	top: auto;
	bottom: -140px;
	width: 100%;
}
.payment_location {
	margin-top: 130px;
	margin-bottom: 84px;
}
.payment_location .backyard p {
	font-size: 25px;
	line-height: 34px;
}
.payment_location .backyard h3 {
	float: left;
}
.select_city_section h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 69px;
	text-align: left;
	color: #001433;
	font-family: 'open_sansbold';
	margin-bottom: 40px;
}
.select_city_blue_bar {
	background: #022150;
	padding: 40px 50px 25px;
}
.select_city_blue_bar.vsformddopen .custom-control-label::before {
	border: 1px solid #bbbdbf;
	width: 20px;
	height: 20px;
}
.select_city_blue_bar .custom-control-label {
	font-family: 'open_sansregular';
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	color: #ffffff;
	font-style: normal;
}
.select_city_blue_bar ul li {
	display: inline-block;
	margin-right: 67px;
}
.select_city_blue_bar ul li:last-child {
	margin-right: 0;
}
.select_city_blue_bar.vsformddopen .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	left: -17px;
	top: 13px;
}
.city_details {
	background: #e6e7e8;
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
	margin-bottom: 20px;
}
.city_details h3 {
	padding-left: 51px;
	margin-bottom: 26px;
}
.border_bottom_box {
	border-bottom: 6px solid #d2d4d6;
}
.payment_address_left {
	padding-left: 51px
}
.orange_text {
	font-family: 'open_sansregular';
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #e57200;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}
.payment_address_left {
	position: relative;
	padding-top: 75px;
}
.map_address {
	min-height: 330px;
}
.map_address iframe {
	position: absolute;

	width: 98%;
	left: 0;
	height: 430px;
}
.get_direction_btn {
	text-align: center;
	color: #fff;
	background: #658d1b;
	text-transform: uppercase;
	padding-top: 37px;
	padding-bottom: 37px;
	position: absolute;
	width: 100%;
	bottom: -99px;
	line-height: 34px;
	font-size: 25px;
	font-family: 'open_sansbold';
	cursor: pointer;
}
.get_direction_btn:hover {color: #fff; background: #0069d9;}
.time_payment p {
	font-size: 25px;
	line-height: 34px;
	text-align: left;
	color: #001433;
}
/*Pay Your Bill CSS*/

#another_way_section {
	background: #002d72;
	padding-top: 87px !important;
	margin-top: 30px;
	padding-bottom: 110px !important;
	margin-bottom: 135px;
}
h2.heading2 {
	font-size: 60px;
	font-family: 'open_sansextrabold';
	color: #1e376c;
}
#another_way_section h2.heading2 {
	margin-bottom: 35px;
}
#another_way_section p {
	color: #fff;
	font-size: 25px;
	line-height: 34px;
	padding-bottom: 50px;
}
.sky_blue_btn {
	font-weight: bold;
	font-family: 'open_sansbold';
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #008df2;
	margin: 0 auto;
	display: block;
	padding: 21px 45px;
	width: 540px;
}
.sky_blue_btn:hover {
	color: #fff;
}
.cost-section .blueText {
	color: #0090f8;
}
/*Billing & Payment CSS 12-4-18*/

/*Responsive Billing & Payment CSS 12-4-18*/

/*End Billing Responsive CSS*/

/* services */

.bordered {
	z-index: 1;
}
a, a:hover {
	outline: none;
}
.visitUs .iconBack {
	min-height: 507px;
	max-height: 507px;
}
.visitUs.contactthreecol .iconBack {max-height: 100%;}
.darkBlue {
	background-color: #001433;
}
.navbar02 li.grayShap {
	height: 100px;
	width: 339px;
	background: url(../images/gray-arrow-icon.png) no-repeat left top;
	text-align: center;
	padding-right: 20px;
	background-size: 100%;
	margin: 0;
	margin-left: 0px;
	margin-left: -45px;
}
.defaultImgBack {
	background-image: url(../images/default.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.landLoardGray {
	width: 100%;
	max-width: 1520px;
	height: 973px;
	background-color: #9c9fa5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 121px;
	font-weight: 800;
	line-height: 1.36;
	color: #ffffff;
	font-family: 'open_sansextrabold';
	margin-bottom: 100px;
}
.BluetxtLight {
	color: #008df2;
}
.mw-720 {
	max-width: 720px;
}
.iconBack button i {
	font-size: 42px;
	color: #fff;
	opacity: 1;
}
.font-25 {
	font-size: 25px;
	line-height: 34px;
}
.serviceWorkbook img {
	max-width: 100%;
}
.serviceWorkbook {
	margin: 100px 0;
}
.w-auto {
	width: auto;
}
.serviceWorkbook p {
	margin-bottom: 70px;
	margin-top: 40px;
}
.servConstruct .argument {
	font-size: 360px;
	color: #000;
	opacity: 0.3;
	position: absolute;
	bottom: 2px;
	transform: translateX(-50%);
	left: 50%;
}
.heading04 {
	font-size: 26px;
	line-height: 36px;
	font-family: 'open_sansextrabold'
}
.text-orenge {
	color: #e57200 !important;
}
.iconbxSer {
	margin-bottom: 30px;
}

.workbook-categories {
	margin-bottom: 100px;
}
.energyEffient {
	/*background-image: url(../images/efficient.jpg);

     background-size: cover;

     background-repeat: no-repeat;

     */

	text-align: center;
}
.overlayBacke {
	background-image: url(../images/overlay02.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.efficientInner {
	padding: 130px 0;
}
.efficientInner p {
	margin: 45px auto 82px;
	max-width: 1260px;
}
.efficientInner button {
	background: transparent;
	padding-left: 40px;
	padding-right: 40px;
}
/* 16 apr */

.heading-04 {
	font-size: 40px;
	line-height: 69px;
	font-family: 'open_sansbold';
}
/*.input-group-append {

     margin-left: 15px;

}

 */

.signUp .input-group {
	margin-top: 100px;
}
.signUp label {
	font-size: 18px;
	line-height: 30px;
}
.visitUs .iconBack.signUp {
	min-height: 468px;
}
.energyHypow .efficientInner p {
	margin: 45px auto 0px;
	max-width: 1260px;
}
.yellowBorder {
	border-bottom: 6px solid #fdc62f;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
	background-color: #002d72;
	border-radius: 0;
}
.nav-pills .nav-link {
	background-color: #9c9fa5;
	color: #fff;
	border-radius: 0;
	font-size: 25px;
	line-height: 34px;
	text-align: left;
	padding: 29px;
	font-family: 'open_sansbold';
}
.projectInner li {
	width: 24%;
}
/*.eneProjectTabs {

     padding: 100px 0;

}

 */

.text-dakBlue {
	color: #001433
}
.tabSlider {
	min-height: 468px;
}
.tabInner {
	background-color: #e6e7e8;
	padding: 73px 124px;
}
.customtab .sppb-tab-content>.active.in>div {
	background-color: #e6e7e8;
	padding: 73px 62px 73px 62px;
}
.tabSlider .carousel-control-next, .tabSlider .carousel-control-prev {
	padding: 5px;
}
.text-green {
	color: #658d1b;
}
.tabInner .text-green {
	font-size: 18px;
	line-height: 23px;
}
/* FAQs and Resources page */

.faqsearch {
	margin-bottom: 95px;
}
.faqsearch form {
	border-bottom: solid 3px #001433;
	margin: 27px 0;
	position: relative;
}
.faqsearch #searchtermfaq {
	border: 0px;
	background-color: transparent;
	color: #9c9fa5;
	font-size: 60px;
	font-family: 'open_sansextrabold';
	width: 100%;
	font-weight: 800;
	line-height: 75px;
	padding-right: 90px;
	padding: 15px;
	position: relative;
}
.faqsearch #search-btnfaq {
	background-color: transparent;
	background-image: url(../images/faq-search.png);
	background-repeat: no-repeat;
	width: 53px;
	height: 53px;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
}
.searchbtn.searchon .icon-box {
	background: transparent url('../images/search-cross.png') no-repeat;
	width: 100%;
	height: 34px;
	background-position: 17px center;
}
.searchbtn.searchon .icon-box img, .searchbtn.searchon .icon-box i {
	display: none;
}
.faqs {
	padding: 0;
	margin-top: 0;
	margin-bottom: 220px;
}
.faqs h4 {
	font-family: 'open_sansbold';
	font-size: 40px;
	font-weight: bold;
	line-height: 69px;
	text-align: left;
	color: #001433;
}
.faqs .accordion {
	width: 100%;
}
.faqs .accordion .card {
	border-radius: 0;
	background: transparent;
	border: 0 none;
}
.faqs .accordion .card-header {
	padding: 0;
	border-radius: 0;
	background: #e6e7e8;
	margin-top: 16px;
	border: 0 none;
}
.faqs .accordion .card-header .card-title {
	margin-bottom: 0;
	line-height: 75px;
	padding-left: 34px;
	font-family: 'open_sansregular';
	font-size: 25px;
	text-align: left;
	color: #58595b;
}
.faqs .accordion .card-body {
	background-color: #ffffff;
	border: solid 1px #707070;
	border-top: 0 none;
}
.faqs .accordion .card-header:after {
	font-family: 'Font Awesome\ 5 Pro';
	content: "\f107";
	float: right;
	background: #bbbdbf;
	line-height: 75px;
	padding: 0 20px;
	color: #fff;
	font-size: 54px;
	font-weight: bold;
}
.faqsup .faqcontact {
	width: 100%;
	margin: 23px 0 7px 0;
	text-align: center;
}
.faqsup .faqcontact p {
	font-family: 'open_sanslight';
	font-size: 34px;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
	color: #58595b;
}
.faqtopic .custom-select {
	display: inline-block;
	width: 80%;
	height: 79px;
	padding: 0 0 0 25px;
	vertical-align: middle;
	background: #e6e7e8 url('../images/faqsddarrow.png') no-repeat right center;
	background-size: auto auto;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0 none;
	margin: 25px 0;
	font-family: 'open_sansregular';
	font-size: 25px;
	line-height: 79px;
	text-align: left;
	color: #58595b;
}
.faqtopic .custom-select:focus {
	box-shadow: none;
}
.faqtopic .custom-select option {
	background-color: #9c9fa5;
	font-family: 'open_sansbold';
	font-size: 25px;
	font-weight: bold;
	line-height: 34px;
	text-align: left;
	color: #ffffff;
}
.filterbyfaq .dropdown {
	width: 80%;
	margin: 25px 0;
}
.filterbyfaq .dropdown a {
	font-family: 'open_sansregular';
	font-size: 25px;
	font-weight: bold;
	line-height: 79px;
	letter-spacing: normal;
	text-align: left;
	color: #58595b;
	background-color: #e6e7e8;
	padding-left: 24px;
	width: 100%;
	display: block;
	cursor: pointer;
}
.filterbyfaq .dropdown a:hover {
	color: #58595b;
}
.filterbyfaq .dropdown a:before {
	content: "\f107";
	color: #000;
	position: absolute;
	right: 0;
	top: 0px;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 58px;
	background: #bbbdbf;
	width: 79px;
	height: 79px;
	text-align: center;
	padding-top: 5px;
}
.filterbyfaq .dropdown a.textadded:before {
	content: "\f00d";
	font-size: 42px;
	padding-top: 0;
}
.filterbyfaq .dropdown.show a:after {
	content: "\f106";
	color: #000;
	position: absolute;
	right: 0;
	top: 0px;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 58px;
	background: #bbbdbf;
	width: 79px;
	height: 79px;
	text-align: center;
	padding-top: 5px;
}
.filterbyfaq .dropdown-menu.show {
	display: block;
	width: 100%;
	margin: 0;
	background: #9c9fa5;
	border-radius: 0;
	color: #fff;
	padding: 32px 25px;
}
.filterbyfaq .dropdown-menu.show.vsformddopen label i {
	font-family: 'open_sansbold';
	font-size: 25px;
	line-height: 34px;
	text-align: left;
	color: #ffffff;
	font-style: normal;
	padding: 15px;
	cursor: pointer;
}
.filterbyfaq .vsformddopen .custom-control {
	padding-left: 0;
}
.filterbyfaq .vsformddopen .custom-control-label::before {
	background-color: none;
	border: 0 none;
	top: 0;
	width: 0;
	height: 0;
}
.filterbyfaq .vsformddopen .custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: none;
	border: 0 none;
}
.filterbyfaq .vsformddopen .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	background-color: transparent;
	border-radius: 50%;
	top: 0;
	width: 0;
	height: 0;
	left: 0;
	display: none;
}
.supportresources {
	background: #e6e7e8;
	padding: 70px 0 80px 0;
}
.supportresources h4 {
	font-family: 'open_sansbold';
	font-size: 40px;
	font-weight: bold;
	line-height: 69px;
	text-align: left;
	color: #001433;
	margin-bottom: 12px;
	margin-top: 60px;
}
.supportresources ul {
	padding: 0;
	list-style: none;
}
.supportresources li {
	color: #0099da;
	font-size: 25px;
	line-height: 50px;
	font-family: 'open_sansregular';
}
.supportresources li:after {
	content: '\f105';
	position: relative;
	right: 0;
	top: 0;
	color: #008df2;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 25px;
}
/* Start stop service */

.ssservice {
	text-align: center;
	margin-top: 80px;
}
.ssservice i {
	color: #008df2;
	font-size: 96px;
}
.ssservice h4 {
	font-family: 'open_sansextrabold';
	font-size: 37px;
	font-weight: 800;
	line-height: 58px;
	text-align: center;
	color: #231f20;
}
.ssservice p {
	font-family: 'open_sansregular';
	font-size: 25px;
	line-height: 34px;
	color: #58595b;
	padding: 10px 0 30px 0;
}
.ssservice a.btn {
	padding: 20px 33px;
	margin-top: 18px;
}
.minhgt626 {
	min-height: 626px;
}
.minhgt626in {
	min-height: 626px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bg-bluelite {
	background-color: #0074c7;
	padding: 58px 15px;
	color: #fff;
}
/*Typography*/

h1 {
	font-size: 121px;
	font-family: 'open_sansextrabold';
}
h2 {
	font-size: 60px;
	color: #002d72;
	font-family: 'open_sansextrabold';
	line-height: 69px;
	margin-bottom: 39px;
}
h3 {
	font-size: 30px;
	line-height: 59px;
	color: #e57200;
	font-family: 'open_sansbold';
}
h4 {
	font-size: 26px;
	line-height: 36px;
	color: #001433;
	font-family: 'open_sansbold';
}
h5 {
	font-size: 18px;
	line-height: 26px;
	color: #001433;
	font-family: 'open_sansbold';
}
p {
	font-size: 25px;
	line-height: 34px;
	white-space:pre-wrap;
}
/*Typography ends*/

/* for joomla */

#sp-page-builder .sppb-section.popup {
	z-index: 1050;
}
#sp-page-builder .sppb-section.visitUs {
	padding: 0;
}
.visitUs .sppb-col-md-8, .visitUs .sppb-col-md-4 {
	padding-left: 0;
	padding-right: 0;
}
.card-overlay .h3 a {
	color: #fff;
}
.visitUs .imgRight {
	height: 507px;
}
.sppb-section.gallery-recreation {
	padding-bottom: 30px;
}
.sppb-section.gallery-recreation.pt0 {
	padding-top: 0px;
}
.sppb-section.gallery-recreation .sppb-col-md-4 {
	padding-right: 0;
}
.gallery-recreation .card-overlay .sppb-addon-single-image-container {
	width: 100%;
}
.sppb-panel-modern {
	border-radius: 0;
	border: 0 none;
	margin-bottom: 16px;
}
.sppb-panel-group>.sppb-panel:first-child {
	border-top-width: 0px;
}
.sppb-panel-modern>.sppb-panel-heading {
	padding: 0;
	border-radius: 0;
	background: #e6e7e8;
	margin-top: 0px;
	border: 0 none;
	height: 75px;
    line-height: 75px;
}
.sppb-panel-modern>.sppb-panel-heading>.sppb-panel-title {
	margin-bottom: 0;
	line-height: 37px;
	padding-left: 34px;
	font-family: 'open_sansregular';
	font-size: 25px;
	text-align: left;
	color: #58595b;
	font-weight: normal;
	display: inline-block;
	width: 90%;
}
.sppb-panel-body {
	border: solid 1px #707070;
}
.sppb-panel-modern .sppb-panel-body {
	border-top-color: transparent;
}
.sppb-panel-heading .sppb-toggle-direction {
	background: #bbbdbf;
	padding: 0 31px;
	color: #fff;
	top: 0;
	right: 0;
	-webkit-transform: translateY(0) rotate(90deg);
	transform: translateY(0) rotate(90deg);
}
.sppb-panel-heading.active .sppb-toggle-direction {
	-webkit-transform: translateY(0) rotate(90deg);
	transform: translateY(0) rotate(90deg);
}
.recrCategories .sppb-col-md-4 {
	padding-left: 0;
	padding-right: 0;
}
.visitUs .sppb-row .sppb-col-md-6:last-child {
	padding-left: 0px;
}
/*03 May 2018*/

.visitUs .sppb-row .sppb-col-md-6:first-child {
	padding-right: 0px;
}
.district-section .sppb-row .sppb-col-md-6:first-child {
	padding-right: 0px;
}
.district-section .sppb-row .sppb-col-md-6:last-child {
	padding-left: 0px;
}
#column-id-1525327262466 {
	background-image: none;
}
.firesafetyGray .sppb-row-container {
	width: 100%;
}
.carousel-primary .sppb-item:first-child::before {
	content: "";
	position: absolute;
	background: rgba(64,162,232,.0);
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.sppb-carousel-content {
	margin-top: 0px;
	font-style: normal;
	font-size: 25px !important;
	position: relative;
	padding-bottom: 45px;
	font-family: 'open_sansregular';
	line-height: 34px !important;
}
.sppb-carousel-content:after {
	width: 85px;
	height: 5px;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #ffc629;
}
.historycarousal .sppb-carousel-inner .sppb-item:first-child::before {
	content: "";
	position: absolute;
	background: rgba(2,33,80,.8);
	z-index: 0;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.sppb-carousel-pro .sppb-item::before {
	content: "";
	position: absolute;
	background: transparent;
	z-index: 0;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.home-slider .sppb-carousel .sppb-item::before {
	content: "";
	position: absolute;
	background: transparent;
	z-index: 0;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.sppb-carousel-arrow {
	z-index: 9;
}
.sppb-carousel-arrow.left {
	height: 40px;
	width: 40px;
	border: 3px solid #fff;
	border-radius: 6px;
	opacity: .8;
	bottom: 60px;
	top: auto;
	left: auto;
	right: 100px;
}
.sppb-carousel-arrow.right {
	height: 40px;
	width: 40px;
	border: 3px solid #fff;
	border-radius: 6px;
	opacity: .8;
	bottom: 60px;
	top: auto;
	left: auto;
	right: 50px;
}
.sppb-carousel-arrow .fa-chevron-left, .sppb-carousel-arrow .fa-chevron-right {
	top: 5px;
}
.sppb-carousel-arrow:focus, .sppb-carousel-arrow:hover {
	opacity: 1;
}
.how-to-apply .sppb-row .sppb-col-md-6:first-child {
	padding-right: 0px;
}
.how-to-apply .sppb-row .sppb-col-md-6:last-child {
	padding-left: 0px;
}
.carousel-history .sppb-row .sppb-col-md-6:first-child {
	padding-right: 0px;
}
.carousel-history .sppb-row .sppb-col-md-6:last-child {
	padding-left: 0px;
}
.carousel-history h2 {
	font-family: 'open_sansbold';
}
.carousel-history .expand {
	bottom: -80px;
	left: 0px;
}
.carousel-history .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
	padding: 20px 50px 20px 20px;
}
.carousel-history .times {
	top: -150px;
	right: 0px;
}
#tbd-section .sppb-addon-content .gray-box {
	min-height: 695px;
	text-align: center;
	background: #9c9fa5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.how-to-apply {
	padding-bottom: 0px !important;
}
#tbd-section .sppb-addon-content .gray-box p {
	font-family: 'open_sansbold';
	font-size: 121px;
	font-weight: 800;
	line-height: 1.36;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.sppb-nav-tabs > li.active > a, .sppb-nav-tabs > li > a:hover, .sppb-nav-tabs > li.active > a:focus {
	background-color: #002d72;
	border-radius: 0;
	color: #fff;
}
.sppb-nav-tabs > li.active > a:hover {
	background-color: #002d72;
}
.sppb-nav-tabs > li > a {
	background-color: #9c9fa5;
	color: #fff;
	border-radius: 0;
	font-size: 25px;
	line-height: 34px;
	text-align: left;
	padding: 29px;
	font-family: 'open_sansbold';
	border: none;
	min-height: 125px;
	font-weight: normal;
}
.sppb-tab-content {
	margin-top: 0px;
}
.sppb-nav-tabs {
	border-bottom: 6px solid #fdc62f;
	display: table;
	width: 100%;
}
.sppb-nav-tabs > li {
	width: 25%;
}
.sppb-nav-tabs > li > a {
	margin-right: 20px;
}
.sppb-nav-tabs > li:last-child > a {
	margin-right: 0px;
}
.sppb-nav-tabs > li > a .sppb-tab-icon {
	display: none;
}
.yearstab .sppb-nav-tabs > li {
    width: auto;
}
.yearstab .sppb-nav-tabs > li > a {
	min-height: 100%;
}
.grayboxlogin-right {
	float: right;
}
.grayboxlogin-right .grayboxlogin:last-child {
	margin-bottom: 0px;
}
.loginhead {
	padding-bottom: 14px;
}
/*03 May 2018 ends*/

/*04 May 2018*/

.min-h-auto a {
	min-height: auto !important;
}
.meeting_agenda_section {
	padding: 112px 129px 80px 128px;
	margin-top: 95px;
}
.signUp {
	padding: 40px;
	min-height: 468px;
}
.signUp .form-control {
	background-color: #e6e7e8;
}
.signUp .btn-primary {
	min-width: 131px;
}
.signUp .input-group-append {
	margin-left: 20px;
}
.signUp .input-group {
	margin-top: 175px;
}
.servConstruct .sppb-row .sppb-col-sm-4 {
	padding-right: 0;
}
.servConstruct .sppb-row .sppb-col-sm-8 {
	padding-left: 0;
}
/*04 May 2018 ends*/

/*07 May 2018*/

a.arrow-left .fa.fa-chevron-left {
	color: #fff;
	font-size: 84px;
}
.col-padlr {
	margin-bottom: 10px !important;
	margin-bottom: -8px !important;
}
.col-padlr .sppb-col-md-3 {
	padding-left: 8px;
	padding-right: 8px;
}
.col-padlr .sppb-col-md-6 {
	padding-left: 8px;
	padding-right: 8px;
}
.clearall {
	margin-top: 65px;
}
.clearall a {
	font-family: 'open_sansbold';
	font-size: 25px;
	font-weight: bold;
	line-height: 34px;
	text-align: left;
	color: #231f20;
	text-transform: uppercase;
	vertical-align: middle;
}
.text-right {
	text-align: right !important;
}
.possible-network-avail {
	height: 810px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	display: flex;
	color: #fff;
}
.img-fluid .sppb-addon-single-image-container, .img-fluid .sppb-addon-single-image-container img {
	width: 100%;
	height: 100%;
	    object-fit: cover;
}
.jumbotron-primary.home {
	padding: 80px 0 105px 0;
}
.jumbotron-primary.home p {
	margin-bottom: 78px;
}
#column-id-1525339894431 {
	background-image: url(/~grant/grantpud/images/2018/05/02/blue_bg_header.jpg) !important;
}
/*07 May 2018 ends*/

/* 09 may 2018 starts*/

#sp-page-builder .sppb-section.modalpopup {
	z-index: 1041;
}
.modal-backdrop {
    position: relative;
}

.modalpopup .amenities ul li{width:49%; display:inline-block; margin-right: 5px;vertical-align: top;}
.modalpopup .modal { background-color: rgba(0,0,0,0.5);}
.modal-backdrop.fade {
	width: 0;
	height: 0;
}
.modal-backdrop.fade.show {
	width: 100%;
	height: 100%;
}
.gallery-recreation h3.cardheading {
	font-family: open_sansextrabold !important;
}
.padding-left-add {
	padding-top: 90px;
	padding-left: 0px;
}
.pd-left-custom .sppb-addon-content p {
	max-width: 750px;
	margin-bottom: 50px;
}
.serviceTab .sppb-nav-tabs li a {
	text-transform: uppercase;
}
.custom-pd {
	padding: 70px 70px;
}
.custom-pd p {
	padding-top: 40px;
	padding-bottom: 5px;
}
.row-eq-height .sppb-column-addons, .row-eq-height .sppb-column-addons .clearfix, .row-eq-height .sppb-column-addons .img-fluid, .row-eq-height .sppb-column-addons .img-fluid .sppb-addon-content {
	height: 100%;
}
.workbook-categories .heading04 {
	margin-bottom: 0;
}
.yellow-border-left {
	border-left: 6px solid #ffc72c;
	text-align: left;
}
.network-available .sppb-addon-single-image-container, .network-available .sppb-addon-single-image-container img {
	width: 100%;
}
.possible-network-avail p {
	font-family: open_sansextrabold;
	font-size: 26px;
	line-height: 37px;
	color: #e6e7e8;
}
/*.banner-overlay{

     position: relative;

}

 .banner-overlay::before {

     content: "";

     position: absolute;

     background: rgba(70,102,150,.5);

     z-index: 1;

     height: 100%;

     width: 100%;

}

 */

/* 09 may 2018 ends*/

/* 10 may 2018*/

.blue-box-page a {
	left: 0;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.33;
	color: #ffffff;
	font-family: 'open_sansregular';
	position: absolute;
	right: 0px;
	bottom: 18px;
	text-align: right;
	text-decoration: none;
	padding: 0 15px;
}
/* 09 may 2018 ends*/

/* 10 may 2018 ends*/

.blue-band {
	background-color: #0074c7;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	color: #fff;
}
.blue-band ul.list-check {
	margin-top: 0px;
	font-family: 'open_sansbold';
}
.blue-light-band {
	background-color: #008df2;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	color: #fff;
	margin-left: 150px;
}
.btn-green {
	background-color: #a8cf39;
	border: 5px solid #a8cf39;
}
.btn-green span {
	background-color: #8aaa2f;
}
.btn-green:hover, .btn-green:active:focus {
	background: #8aaa2f;
	border-color: #8aaa2f;
}
.btn-primary + .btn-green {
	margin-left: 25px;
}
.know-811 {
	width: 100%;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 140px;
}
.graybox2-w100 {
	width: 100%;
	max-width: 100%;
}
.add-search {
	max-width: 696px;
}
.heading05 {
	font-size: 40px;
	line-height: 69px;
}
.highspeed-contact .heading05 {
	margin-bottom: 15px;
}
.add-search .input-group .form-control {
	height: 90px;
	font-size: 25px;
	line-height: 34px;
	color: #231f20;
	font-weight: bold;
	border-color: #fff;
	background-color: #fff;
	padding: 0 30px;
}
 .add-search .input-group .form-control::placeholder {
 color: #231f20;
}
.add-search p.copyContainer {
	max-width: 655px;
}
.add-search .input-group .input-group-append button {
	width: 90px;
	height: 90px;
	vertical-align: middle;
	background-color: #9c9fa5;
	border-radius: 0;
}
.add-search .input-group .input-group-append button img {
	max-width: 30px;
}
.add-search .input-group .input-group-append button:hover {
	background: #022150;
}
.add-search .input-group {
	margin-top: 60px;
}
.showing-result h6 {
	font-size: 25px;
	text-transform: uppercase;
	color: #231f20;
	font-family: 'open_sansbold';
	position: relative;
}
.showing-result {
	margin-top: 65px;
	position: relative;
}
.showing-result h6 span i {
	margin-right: 15px;
}
.showing-result h6 span {
	float: right;
}
.showing-result p {
	max-width: 230px;
	margin-top: 25px;
}
.custom-media h5 {
	font-size: 26px;
	line-height: 37px;
	font-family: open_sansextrabold;
}
.custom-media .col-md-10 {
	padding-left: 50px;
}
.custom-media {
	margin-top: 70px;
}
.custom-media h5 {
	font-size: 26px;
	line-height: 37px;
	font-family: open_sansextrabold;
}
.custom-media a {
	text-decoration: underline;
	color: #0099da;
}
.highspeed-contact p img {
	max-height: 70px;
}
.pdf-link li {
	margin: 22px 0;
}
.pdf-link {
	margin-top: 50px;
	font-size: 25px;
	line-height: 30px;
}
.pdf-link li a {
	color: #0099da;
}
.pdf-link.list-unstyled li a i {
	color: #008df2;
}
.service-map {
	max-width: 596px;
	float: right;
}
.network-services-high {
	background: #002d71;
	max-width: 1490px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}
.network-services-high {
	background: #002d71;
	max-width: 1520px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 110px;
	padding-bottom: 130px;
	color: #fff;
}
.network-services-high .sppb-row.sppb-align-center {
	padding: 0 200px;

}
.network-services-high h2.sppb-addon-title {
	margin-bottom: 100px;
}
.network-services-high .sppb-col-md-3 .net-service-title p {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	font-weight: bold;
	max-width: 200px;
}
.network-services-high .sppb-col-md-3 {
	height: 280px;
	position: relative;
	transition: all 0.3s;
	padding-bottom: 70px;
}
.network-services-high .sppb-col-md-3:after {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 6px;
	background-color: #ffc72c;
	;
	content: "";
	left: 0;
	right: 0;
	transition: all 0.3s;
	margin: auto;
}
.network-services-high .sppb-col-md-3:hover:after {
	width: 100%;
}
.service-description .btn-primary {
	margin-top: 50px;
}
.service-description {
	margin-top: 70px;
}
.resulte-box {
	/*min-height: 165px;*/
	padding: 25px;
}
.resulte-box .result-network b {
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #231f20;
	margin-bottom: 5px;
}
.resulte-box .result-network p {
	max-width: 100%;
	margin-bottom: 0;
	font-size: 20px;
    line-height: 28px;
}
.resulte-box .result-network p.high-speed-city {color: #e57200;font-weight: 600;font-size:16px;}
.resulte-box .result-network a {
	color: #0099da;
}
.city-name-col {
    padding: 25px 10px;
}
.city-name-col p, .result-network a {
    word-wrap: break-word;
}
.result-icn-commn img {
	max-width: 50px;
}
.resulte-box03 {
	padding-top: 0;
	padding-bottom: 0;
}
.result-icn-commn img {
	max-width: 50px;
	height: 40px;
	margin: auto;
	vertical-align: middle;
}
.result-icn-commn {
	text-align: center;
	height: 135px;
	display: flex;
}
.newsbox {
	background-color: #e6e7e8;
}
.newsbox-first-col {
	padding-top: 175px !important;
}
.newsbox-last-col {
	padding-bottom: 175px !important;
}
.new-item {
	background-color: #ffffff;
	padding: 75px 40px 70px 45px;
	height: 100%;
}
.new-item>div {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.new-item .btn-primary{max-width: 250px;}
.new-item p {
	margin-bottom: 30px;
}
.newsbox .sppb-column-addons .clearfix {
	height: 100%;
}
.news-heading {
	color: #231f20;
	font-size: 38px;
	font-family: 'open_sansextrabold';
	margin-bottom: 15px;
	line-height: 57px;
	min-height: 285px;
}
.news-heading a, .news-heading a:hover{
	color: #231f20;
}
.date {
	color: #e57200;
	font-size: 18px;
	line-height: 47px;
	margin-bottom: 15px;
}
.sp-page-builder .page-content #tbd-section {
	margin-right: 0px !important;
}
.sp-page-builder .page-content .gallery {
	margin-right: auto !important;
}
.result-icn01 {
	background: #008df2;
}
.result-icn02 {
	background: #ffc72c;
}
.result-icn03 {
	background: #e57200;
}
.result-icn04 {
	background: #a8cf39;
}
.resulte-box03 {
	padding-right: 15px;
}
/* 10 may 2018 ends*/

/* 11 may 2018 */

.yellow-border-top {
	border-top: 6px solid #fdc62f;
}
.video-card h3 {
	line-height: normal;
	margin-bottom: 1px;
}
.video-img {
	background-color: #e6e7e8;
	width: 100%;
	text-align: center;
	height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 23px;
}
.video-img .fa-youtube {
	font-size: 64px;
	color: #BCBDBF;
}
.video-container {
	padding-top: 125px;
	padding-bottom: 125px;
}
.blue-box-page, .gray-box-page {
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.blue-box-page:hover, .gray-box-page:hover {
	opacity: .9;
}
.contact-info-generation .font-bold {
	color: #231f20;
	margin-bottom: 20px;
	min-height: 110px;
}
.contact-info-generation {
	margin-top: 10px;
}
.contact-information h4.sppb-addon-title {
	font-family: 'open_sansextrabold';
}
span.contact-title {
	font-family: 'open_sansitalic';
}
p.font-20 {
	font-size: 20px;
	line-height: 27px;
}
.contact-info-generation .font-20 span {
	display: block;
}
.boating-details ul.blue-text li {
	color: #002d72;
	font-family: 'open_sansbold';
}
.wind-generation p {
	margin-top: 20px;
}
.wind-generation .boating-details {
	margin-top: 110px;
}
.counter-generation h3.sppb-addon-title {
	font-size: 90px;
	line-height: 103px;
	font-family: 'open_sansextrabold';
}
p.font-18 {
	font-size: 18px;
	line-height: 30px;
	max-width: 300px;
	color: #fff;
	margin: auto;
}
.fuel-mix-generation .sppb-addon-content p {
	margin-bottom: 70px;
	margin-top: 25px;
}
.fuel-mix-generation .sppb-addon-content p b {
	font-family: 'open_sansbold';
}
.fuel-table-generation tr th, .fuel-table-generation tr td {
	font-size: 25px;
	line-height: 34px;
	padding-left: 25px;
	padding-right: 25px;
}
.fuel-table-generation tr th {
	background: #58595b;
	color: #fff;
	text-transform: uppercase;
	border-color: transparent;
}
.fuel-table-generation tr td {
	background-color: #e6e7e8;
	border-top: 6px solid #fff;color: #58595b;
}
.fuel-table-generation tr td.gray-tdh {
	background-color: #bbbdbf;
	font-family: 'open_sansbold';
	color: #231f20;
}
.search-network-result {
	z-index: 0 !important;
	position: relative !important;
}
.contact-info-box {
	max-width: 688px;
	min-height: 318px;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: -260px;
	right: -150px;
	background-color: #e6e7e8;
	z-index: 9;
}
p.font-15 {
	font-size: 15px;
	line-height: 20px;
}
.contact-info-bx-inner h4 {
	font-size: 25px;
	line-height: 34px;
	font-family: 'open_sansextrabold';
}
.contact-info-bx-inner p {
	margin-bottom: 0;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
}
.contact-info-bx-inner {
	margin-top: 15px;
}
.about-shoreline-comm .sppb-addon-content .text-white {
	max-width: 1220px;
	margin: auto;
	margin-bottom: 60px;
}
.upcoming-meeting {
	background-color: #002d72;
	color: #fff;
	margin-top: 0px;
}
.green-heading {
	background-color: #a8cf39;
	position: relative;
	font-size: 38px;
	padding: 36px 20px 34px 54px;
	font-family: 'open_sansextrabold';
	color: #fff;
}
.green-heading-right {
	background-color: #8aaa2f;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: 'open_sanslight';
	font-size: 34px;
	color: #fff;
	height: 100%;
	padding: 41px 20px 34px 54px;
}
.text-location {
	padding-left: 75px;
	position: relative;
	max-width: 350px;
}
.icon-location {
    max-width: 310px;
    display: flex;
}
.text-location img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.address {
	padding: 60px 60px 30px 51px;
}
.big-blank-img .clearfix {
	margin-bottom: 0px !important;
}
.big-blank-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.big-blank-img iframe{margin-bottom:-8px;}
.padl-0 {
	padding-left: 0px;
}
.padr-0 {
	padding-right: 0px;
}
.sppb-panel-body .link-blue {
	display: block;
	font-size: 25px;
	line-height: 45px;
}
.sppb-panel-body .link-blue-lh {
	line-height: 35px;
}
.btn-blue {
	background-color: #008df2;
	border: 5px solid #008df2;
}
.btn-blue span {
	background-color: #0074c7 !important;
}
.btn-blue:hover, .btn-blue:active:focus {
	background-color: #0074c7;
	border: 5px solid #0074c7;
}
.meeting-panel-body {
	padding: 45px 50px 50px 40px;
}
.logo-high-speed {
	max-width: 100%;
}
.contact-info-bx-inner span {
	display: block;
}
.contact-info-bx-inner .custom-space {
	margin-top: 40px;
}
.caption-box {
	position: relative;
}
.caption-box p {
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 0px;
	font-size: 38px;
	line-height: 52px;
	color: #fff;
	z-index: 1;
	font-family: 'open_sansbold';
	padding-top: 40px;
	padding-right: 40px;
	left: 0;
    padding-left:5px;
}
.caption-box p img {
	position: absolute;
	top: 0px;
	right: 40px;
}
/* 11 may 2018 ends*/

/* 14 may starts */

.pdf-note i {
	font-size: 68px;
	color: #9c9fa5;
}
.pdf-note {
	max-width: 890px;
	margin: 70px auto 0;
}
.pdf-note p b {
	font-family: 'open_sansbold';
}
.pdf-note p a {
	color: #0099da
}
.bg-license {
	background-color: #a8cf39;
	display: flex;
	height: 50%;
}
.bg-other {
	background-color: #008df2;
	display: flex;
	height: 50%;
}
.font-38 {
	font-size: 38px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 55px;
	color: #231f20;
	font-family: 'open_sansextrabold';
}
.water-quality {
	margin-bottom: 590px;
}
.water-quality a {
	color: #0099da;
}
.you-can-help {
	color: #231f20;
	font-family: 'open_sansbold';
	margin-bottom: 50px;
}
/* 14 may */

.btn-primary.btn-blue:hover {
	background: #0074c7;
	border-color: #0074c7;
}
.disclaimer-column h3.font-38 {
	text-align: left;
}
.data-count h4 {
	color: #e57200;
	font-size: 26px;
	line-height: 37px;
	text-transform: uppercase;
	font-family: 'open_sansextrabold';
}
.count-year span {
	font-size: 25px;
	line-height: 34px;
	color: #0099da;
	position: relative;
	padding-right: 30px;
	display: inline-block;
	margin-right: 10px;
}
.count-year span:before {
	position: absolute;
	background: #231f20;
	content: "";
	width: 2px;
	height: 25px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.data-count {
	margin-bottom: 50px;
}
.declaimer-description p {
	margin-bottom: 30px;
}
.declaimer-description h3.font-38 {
	margin-bottom: 10px;
}
.text-light-blue {
	color: #0099da;
}
.count-year span:last-child:before {
	display: none;
}
.count-year span:last-child {
	padding-right: 0;
	margin-right: 0;
}
.disclaimer-column .data-count-column {
	display: block;
	max-width: 450px;
}
/* sub-menu css update 14 may */

#sp-page-builder .sppb-section.full_widh_menu {
	z-index: 2;
}
.full_widh_menu .sppb-row-container {
	width: 100%;
	padding: 0;
}
.accordion-sub:before {
	content: "";
	background: #002D72;
	position: absolute;
	height: 100px;
	left: 0px;
	width: 16%;
}
.five-column-box .sppb-col-md-1 {
	display: none;
}
.five-column-box .sppb-col-md-2 {
	max-width: 20% !important;
	flex: 0 0 20%;
}
.Fish-wildlife {
	margin-bottom: 890px;
}
.Fish-wildlife .sppb-addon-content .text-white {
	max-width: 1220px;
	margin: auto;
	margin-bottom: 120px;
}
.bg-license {
	background-color: #a8cf39;
	display: flex;
	height: 47%;
	position: relative;
}
.bg-license .fa, .bg-other .fa {
	color: #fff;
	font-size: 60px;
	position: absolute;
	right: 30px;
	bottom: 40px;
}
.bg-other {
	background-color: #008df2;
	display: flex;
	height: 47%;
	position: relative;
}
/* .bg-other .fa {

     color: #fff;

     font-size: 60px;

     position: absolute;

     right: 30px;

     bottom: 30px;

}*/

.bg-other p {
	text-align: left;
	right: auto;
	left: 30px;
}
.bg-other a:hover, .bg-license a:hover {
	opacity: .7;
}
.bg-license .arrow-right, .bg-other .arrow-right {
	bottom: 50px;
	top: auto;
	position: absolute;
}
.caption-box img {
	max-width: 100%;
}
.last-block .clearfix {
	height: 100%;
}
.last-block .sppb-addon {
	height: 100%;
}
.last-block .sppb-addon-content {
	height: 100%;
}
.last-block .caption-box {
	height: 100%;
}
.last-block .caption-box p {
	left: 30px;
	right: auto;
	text-align: left;
}
.para1 {
	font-size: 25px !important;
	line-height: 34px !important;
}
.icon-info {
	color: #9c9fa5;
	font-size: 16px;
}
.list-year li a {
	font-size: 25px;
	color: #0099da;
	line-height: 45px;
}
.list-year li a .fas {
	font-size: 25px;
}
.list-year li a:hover {
	color: #0088DA;
}
.h4 .fa-info-circle {
	font-size: 24px;
}
ul.list-year {
	list-style: none;
	padding: 0;
}
.box-gray {
	background-color: #e6e7e8;
}
.head4 {
	font-size: 26px;
	color: #e57200;
	font-family: 'open_sansextrabold';
	margin-top: 10px;
	margin-bottom: 5px;
}
.mb35 {
	margin-bottom: 35px;
}
.list-inline-secodary li p {
	font-size: 25px;
	line-height: 34px;
	font-family: 'open_sansregular';
	color: #58595b;
	max-width: 70%;
	margin-top: 10px;
}
.list-inline-secodary li {
	position: relative;
	border-bottom: 6px solid #bbbdbf;
	padding-bottom: 60px;
	margin-bottom: 70px;
}
.list-inline-secodary li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.list-inline-secodary li .float-right {
	position: absolute;
	right: 0px;
	top: 0px;
}
.graybox2-liscense {
	padding: 94px 95px 75px 128px;
}
.water-carousel .sppb-item::before {
	display: none;
}
.water-carousel .sppb-carousel-content:after {
	display: none;
}
.water-carousel .sppb-carousel-inner>.sppb-item {
	padding: 0px !important;
}
.water-carousel .sppb-carousel-arrow.left {
	bottom: 78px;
	left: 50px;
}
.water-carousel .sppb-carousel-arrow.right {
	bottom: 78px;
	left: 105px;
}
.water-carousel .sppb-carousel-indicators {
	bottom: 90px;
	left: auto;
	text-align: center;
	right: 0;
	width: 50%;
}
.water-carousel .sppb-carousel-indicators li {
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	margin: 1px 6px 1px 6px;
}
.water-carousel .sppb-carousel-indicators .active {
	width: 16px;
	height: 16px;
}
.carousel-col {
	background-color: #022150;
	text-align: left;
	border-right: 5px solid #FFC82F;
}
.carousel-col p {
	text-align: left;
	margin-bottom: 55px;
}
.carousel-col h3 {
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 28px;
}
.carousel-col h4 {
	color: #e57200;
	font-size: 26px;
	line-height: normal;
}
.carousel-col-pad {
	padding: 45px 53px 110px 53px;
}
/* 16 may */

.start-stop-service .efficientInner {
	padding: 110px 0;
}
.start-service-categr .font-38 {
	margin-top: 52px;
	margin-bottom: 20px;
}
.start-service-categr p {
	margin-bottom: 60px;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}
.categories-column-space {
	padding-left: 7px;
	padding-right: 7px;
}
.text-green2 {
	margin-bottom: 55px;
}
.box-service-categories .blueText {
	margin-bottom: 50px;
}
.box-service-categories-left {
	padding-left: 20%;
}
.box-service-categories-right {
	padding-left: 70px;
	padding-right: 20%;
}
.contact-detail .head4 {
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 34px;
}
.contact-detail .heading3 {
	line-height: 58px;
	margin: 0;
	color: #002d72;
}
.contact-detail-inner {
	margin-bottom: 50px;
}
.contact-detail {
	margin-top: 60px;
}
.contact-us-page .customerService {
	margin-top: 50px;
}
.contact-primary-list li .d-block {
	margin-top: 25px;
}
.contact-primary-list li {
	text-transform: uppercase;
	margin-bottom: 60px;
}
.contact-primary-list {
	margin-top: 40px;
}
.mailing-address .sppb-addon-content {
	margin-top: 40px;
}
.contact-primary-list li .d-block button {
	min-width: 318px;
}
.contact-social-info .blueBack {
	height: 396px;
	padding: 0 130px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.contact-social-info .social-link {
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 25px 60px;
	font-size: 114px;
	min-height: 395px;
}
.contact-social-info .social-link a {
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 15px 50px;
	font-size: 114px;
}
.social-link.facebook {
	background-color: #0074c7;
}
.social-link.twitter {
	background-color: #008df2;
}
.visitor-gallery .h4 {
	margin-bottom: 34px;
}
.visitor-pic img {
	width: 100%;
	margin-bottom: 49px;
}
.visitor-gallery ul.li-icon-wrap {
	padding: 0px;
	margin-top: 60px;
}
.visitor-gallery ul.li-icon-wrap a {
	color: #fff;
}
.visitor-gallery ul.li-icon-wrap a:hover {
	opacity: .9;
}
.visitor-gallery .p-primary.font-extrabold {
	margin-bottom: 5px;
}
.visitor-gallery .font-bold {
	color: #231f20;
}
.mt40 {
	margin-top: 40px;
}
.li-icon:hover {
	opacity: .9;
	cursor: pointer;
}
.service-box-categories p.font-25 {
	margin-bottom: 70px;
	margin-top: 60px;
}
.iconBack p.invisible {
	position: relative;
	z-index: 999999999;
}
.fish-carousel img {
	max-width: 100%;
}
.fish-carousel .sppb-carousel-indicators {
	bottom: 27px;
	left: auto;
	text-align: center;
	right: 0px;
	width: 100% !important;
}
.fish-carousel .sppb-carousel-arrow.left {
	bottom: 530px;
	left: auto;
}
.fish-carousel .sppb-carousel-arrow.right {
	bottom: 530px;
	left: auto;
}
.fish-carousel .carousel-col-pad {
	border-top: 5px solid #ffc72c;
	width: 100.5%;
	height: 450px;
}
.head5 {
	color: #e57200;
	font-size: 18px;
	line-height: 23px;
}
.separator {
	height: 6px;
	background-color: #e6e7e8;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.txt-prussian-blue {
	color: #002d72;
	font-family: 'open_sansbold';
}
body .move-next-page i {
	opacity: 1;
	position: relative;
	font-size: 53px;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.move-next-page {
	position: absolute;
	right: 0;
	bottom: 0px;
}
.leader-pic img {
	max-width: 100%;
}
/*17 May 2018*/

 /* 18 may */



.contractors-safety-requirements img {
	max-width: 100%;
}
.the-wanapum-carousel .sppb-item-has-bg img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.the-wanapum-carousel .sppb-item-has-bg {
	height: 650px;
}
.the-wanapum-carousel .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div>div {
	display: table-cell;
	vertical-align: bottom;
}
.the-wanapum-carousel.carousel-history .expand {
	bottom: 40px;
	left: 30px;
}
.the-wanapum-carousel .sppb-carousel-content:after {
	display: none;
}
.caption-box > img {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}
/*22 May 2018*/

.img-responsive {
	width: 100%;
}
.img-responsive img {
	width: 100%;
}
.slider-nocaption {
}
.slider-nocaption .sppb-carousel-content:after {
	display: none;
}
.slider-nocaption .sppb-item::before {
	display: none;
}
.slider-nocaption .sppb-carousel-content {
	min-height: 355px;
}
.slider-nocaption2 .sppb-carousel-content {
	min-height: 495px;
}
ul.benefits-list {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
}
.benefits-list li {
	vertical-align: top;
	font-family: 'open_sansbold';
	display: inline-block;
	text-align: center;
	width: 230px;
	color: #231f20;
	margin-bottom: 65px;
}
.benefits-list li div {
	height: 120px;
}
ul.status {
	list-style-type: none;
	text-align: right;
}
.status li {
	display: inline-block;
	padding: 0px 15px;
	font-size: 25px;
}
.status-circle {
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	margin-right: 10px;
	margin-top: -5px;
	vertical-align: middle;
}
.circle-not-started {
	background-color: #ffc72c;
}
.circle-in-progress {
	background-color: #a8cf39;
}
.circle-complete {
	background-color: #e57200;
}
.advanced-faq {
	padding: 70px;
	background: #022150;
}
.advanced-faq h3 {
}
.resource-box {
	background: #E6E7E8;
	padding: 50px;
}
.resource-box .float-right {
	margin-top: -40px;
}
.contact-box {
	background-color: #022150;
	color: #fff;
	padding: 50px 30px 30px 70px;
	min-height: 380px;
}
.contact-box p {
	margin-bottom: 5px;
}
.contact-box .h4 {
	color: #fff;
	font-family: 'open_sansextrabold';
	margin-bottom: 55px;
}
.contact-box a {
	display: block;
}
.contact-box strong {
	font-family: 'open_sansbold';
	font-size: 42px;
	margin-bottom: 20px;
	display: block;
}
/*23 May 2018*/
.btn-green:not(:disabled):not(.disabled).active, .btn-green:not(:disabled):not(.disabled):active, .show>.btn-green.dropdown-toggle {
	background: #8aaa2f;
	border-color: #8aaa2f;
}
.jumbotron-text {
	text-align: center;
}
.jumbotron-text h2 {
	margin-bottom: 45px;
}
.jumbotron-text p {
	margin-bottom: 63px;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
}
.carousel-left {
	padding-right: 30px;
}
.h2-marb59 {
	margin-bottom: 59px;
}
.p-marb {
	margin-bottom: 58px;
}
.drop-down-index {
	z-index: -9 !important;
	position: relative !important;
}
.z-2 {
	z-index: 2 !important;
}
.z-7 {
	z-index: 7 !important;
}
.z-8 {
	z-index: 8 !important;
}
.z-9 {
	z-index: 9 !important;
}
.z-99999 {
    z-index: 99999 !important;
}
.z-0 {
	z-index: 0 !important;
}
.employee-benefits.col-order-1 {
	padding-top: 61px !important;
}
.gototop {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 0px;
	z-index: 99999999;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	padding: 15px;
	border-radius: 0;
	background-image: url(../images/gototop.png);
	width: 69px;
	height: 69px;
	background-repeat: no-repeat;
}
.gototop:hover {
	background-color: transparent;
}
/*footer{margin-top: 90px;}*/

/*25 May 2018*/
.media-left-box {
	padding-left: 38px;
	padding-top: 5px;
}
.media-right-box {
	padding-left: 38px;
	padding-top: 5px;
}
.single-button, .efficientInner button, .rsform-submit-button {
	padding-right: 40px !important;
	padding-left: 40px !important;
}
.efficientInner button {
	line-height: normal !important;
}
/* 28may */
.filterby .dropdown a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.search-results .finder {
	margin: 25px 0;
}
.iconBackoutage {
	position: relative;
}
.searchresult fieldset {
	width: 100%;
}
.searchresult .srform {
	width: 100%;
	display: block;
	border: 0 solid transparent;
	border-bottom-color: #333;
	border-bottom-width: 4px;
}

.searchresult input.inputbox {
	width: 80%;
	border: 0px none;
	background-color: transparent;
	color: #9c9fa5;
	font-size: 60px;
	font-family: 'open_sansextrabold';
}
.searchresult button.finder {
	background-color: transparent;
	background-image: url(../images/faq-search.png);
	background-repeat: no-repeat;
	width: 53px !important;
	height: 53px;
	cursor: pointer;
	border: none;
	position: relative;
	top: 10px;
}
.outage-gray .iconBackoutage p {
	right: 30px;
	max-width: 160px;
	text-align: right;
	position: absolute;
	bottom: 20px;
	top: auto;
}
.outage-gray .iconBackoutage p:before {
	position: absolute;
	top: 0;
	width: 85px;
	height: 4px;
	background: #fff;
	content: "";
	right: 0;
}
/* 29 may */
.history-page-slider .sppb-carousel-inner .sppb-item-has-bg img {
	min-height: 512px;
}
.home-carousel a.sppb-btn-default {
	background-image: url(../images/orange_arrow.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	padding: 0px 60px 38px 0 !important;
	border: none !important;
  width:200px;
	text-transform: capitalize !important;
}
.home-carousel a.sppb-btn-default:hover, .home-carousel a.sppb-btn-default:focus, .home-carousel a.sppb-btn-default:active, .home-carousel a.sppb-btn-default {
	background-color: transparent !important;
	color: #fff !important;
	border: none !important;
	box-shadow: none !important;
}
.caption-box a {
	color: #fff;
}
/* 30 may */
.iconBack .invisible {
	opacity: 0;
	transition: all 0.3s
}
.go-back-page a, .gray-box-page a.arrow-left {
	color: #fff;
}
.s-header__trigger:hover, .s-header__trigger {
	color: #fff !important;
}
.yellow-pay-now {
	background-color: #8aaa2f;
}
.yellow-pay-now a:hover {
	background-color: #a8cf39;
}
.carousel-footer .yellow-pay-now a:hover .circle {
	background-color: #8aaa2f;
}
.carousel-footer .yellow-pay-now .circle {
	background-color: #a8cf39;
}
* {
	outline: none;
}
 .faqsearch input::placeholder {
color: #9c9fa5;
}
.find-provider .filterby:nth-child(2), .filterby:nth-child(3) {
	padding-right: 15px;
}
.shoreline-comm-new .graybox2 li .float-right {
	width: 40%;
}
.graybox2 li .float-right .input-group {
	width: auto;
	float: right;
}
/* forms css */

.jmforms #form13 .wdform_page, .jmforms #form14 .wdform_page {
	padding: 0;
}
.jmforms #form13 .wdform_column>div {
	border-bottom: 0 none;
}
.jmforms #form13 .wdform-field, .jmforms #form14 .wdform-field {
	display: inline-block;
	padding: 0px;
	width: 100% !important;
}
.jmforms #form13 .wdform-label-section, .jmforms #form14 .wdform-label-section {
	text-align: left;
	display: block;
	max-width: 100% !important;
	margin: 0;
}
.jmforms #form13 .wdform-element-section, .jmforms #form14 .wdform-element-section {
	width: 100% !important;
	margin-bottom: 25px;
}
.jmforms #form13 .wdform-required, .jmforms #form14 .wdform-required {
	line-height: 10px;
	padding-left: 5px;
}
.jmforms #form13 input[type="text"], .jmforms #form14 input[type="text"] {
	border-radius: 0;
	border: none;
	font-size: 34px;
	line-height: 34px;
	padding: 10px 15px !important;
	box-shadow: none;
	background: #E6E7E8;
	height: 79px;
}
.jmforms #form13 .wdform-label, .jmforms #form14 .wdform-label, .jmforms #form14 .mini_label {
	border: none;
	color: #000020;
	font-weight: 600;
	font-size: 18px;
	vertical-align: top;
	line-height: 17px;
	font-family: Segoe UI;
	text-transform: uppercase;
}
.jmforms #form13 .checkbox-div {
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #008DF2;
	position: relative;
	display: inline-block;
	border-radius: .25rem;
}
/* 01 jun */
.jmforms #form13 .button-submit, .jmforms #form14 .button-submit {
	background-color: #e57200;
	border: 5px solid #e57200;
	text-align: center;
	background-image: none;
	color: #fff;
	height: 80px;
	padding-left: 38px !important;
	padding-right: 38px !important;
	font-size: 25px;
	line-height: 34px;
	padding-top: 0;
	padding-bottom: 0;
	transition: all 0.3s;
	margin: 0;
}
.jmforms #form13 .button-submit:hover, .jmforms #form14 .button-submit:hover {
	background-color: #007bff;
	border-color: #007bff;
}
.jmforms #form13 textarea, .jmforms #form14 textarea {
	min-height: 212px;
	padding: 15px !important;
	background: #e6e7e8;
	border: 1px solid #e6e7e8;
}
.three-field div span:nth-child(3) {
	width: 18% !important;
	margin: 0 3%;
}
.three-field div span:nth-child(2) {
	width: 48% !important;
	float: left;
}
.three-field div span:nth-child(4) {
	width: 28% !important;
	float: right;
}
.custom-check-new {
	position: relative;
	width: 100%;
	padding-left: 40px;
	display: inline-block;
	margin-bottom: 10px;
}
.custom-checkbox {
	position: absolute;
	left: 0;
	top: -3px;
}
.jmforms #form13, .jmforms #form14 {
	margin-top: -15px;
}
.submit-form-custom {
	text-align: right !important;
	display: block !important;
}
.jmforms #form13 .checkbox-div label {
	top: 2px;
	left: 2px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center center;
}
/* 4 jun */
#form13 .checkbox-div input[type=checkbox]:checked + label {
	background-color: #007bff;
	height: 20px;
	left: 0;
	top: 0;
	width: 100%;
}
.sppb-panel-group .sppb-panel:last-child .sppb-panel-body {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.rsfp_thankyou_popup_inner .alert-success{
	color: #002D72;
    background-color: transparent;
    border-color: transparent;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0;
}
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn{right:10px;top:0;}
.formControls .custom-select {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0px 25px;
	line-height: normal;
	color: #fff;
	font-size: 23px;
	vertical-align: middle;
	background: #002d72 url(../images/ddarrowform.jpg) no-repeat right top;
	background-size: auto auto;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0 none;
	margin: 0px;
	min-height: 90px;
    line-height: 90px;
}
.custom-select option {
	color: #fff;
	background-color: #002d72;
}
.custom-select:focus {
	box-shadow: none;
}
#visit_us .formControls .custom-select {font-family: 'open_sansbold';}
.pl80{padding-left: 80px;}
.form.pb0{padding-bottom: 0;}
.form.pb0 label{color: #fff;font-weight: normal;}
/* forms css */
/* new footer css */

.footer-left .s-header__nav-menu-item.has-child{border-top:0 none; width: 100%;margin-top: 0;}
.footer-left .s-header__nav-menu-item.has-child ul li a{line-height: 22px;}

/* 25 jun */
.mb-none h2 {
    margin-bottom: 0;
}
.media-img-rates img {
    max-width: 100%;
}
.rates-compare-circle {
    width: 407px;
    height: 407px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}
.compare-title {
    font-size: 36px;
    line-height: 42px;
    font-family: 'open_sansbold';
    text-align: center;
	    margin-top: 50px;
}
.lightBlueText {
    color: #008df1;
}
.orangeText {
    color: #e57100;
}

.rate-compare-section .h4 {
    margin-bottom: 30px;
}
.our-rates-compare {
    margin-bottom: 50px;
}
/* 26 jun way to save */
.half_width ul li {width: 50%;}
.half_width ul li a:hover {color: #fff;}
.half_width ul li:hover {color: #fff;}

.service-box-categories .sppb-addon-single-image-container img{height: auto;}




.energy-saving-tips .sppb-nav-tabs > li {
    width: 50%;
	margin-bottom: 0;
}
.energy-saving-tips {
    margin-bottom: 0px !important;
}
.energy-saving-tips .sppb-addon-content .text-white {
    max-width: 950px;
	    margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
.energy-saving-tips .custom-top-space {
    margin-top: 0px !important;
}
.energy-saving-tips .tabInner h5 {
    font-size: 26px;
    line-height: 37px;
    color: #002d72;
    font-family: 'open_sansextrabold';
	    margin-bottom: 35px;
}
.energy-saving-tips .list-check li {
    margin-bottom: 35px;
}

.energy-saving-tips .list-check {
    padding: 0px;
    margin-top: 0;
}
.energy-saving-tips h3 {
    margin-bottom: 30px;
}
.calculate-your-use p.p-primary {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
.calculate-your-use  .head-h3 h3 {
    margin-bottom: 50px;
}
.energy-saving-tips .sppb-nav-tabs > li > a{min-height: auto;}

.calculate-your-use .benefits-list li {
    width: 16.3%;
	margin-bottom: 0;	
	padding: 10px;
}
.calculate-your-use .benefits-list li:hover{cursor: pointer;}
.calculate-your-use .benefits-list li:hover img{background-color: #e6e7e8; cursor: pointer;border-radius: 10px;}
.calculate-your-use .benefits-list li.selected {cursor: default;}
.calculate-your-use .benefits-list li.selected img {background-color: #e6e7e8; cursor: default;border-radius: 10px;}
.energy_calculator_module_div .showing-result{margin-top: 0;}
.showing-result #clear span{cursor: pointer;}
.calculate-energy-use p {
    color: #9c9fa5;
    font-size: 26px;
    line-height: 37px;
    font-family: 'open_sansextrabold';
	margin-bottom: 5px;
}


.calculate-energy-use .font-25{color: #58595b; font-family: 'open_sansregular';}
.img-icon-calculate img {
    max-width: 100%;
    max-height: 100%;
}

.calculate-energy-use .benefits-list {
    margin-top: 0px;
    margin-bottom: 0;
}
.calculate-your-use .img-icon-calculate {
    height: auto;
}
.calculate-monthly-cost .heading-04 {
    font-size: 38px;
    line-height: 52px;
}
.calculate-monthly-cost .blueBack {
    background-color: #002d71;
    padding: 50px;
}
.calculate-monthly-cost .list-check {
    margin-top: 20px;
}
.font-italic{
font-family: 'open_sansitalic';
}

.calculate-monthly-cost .fuel-table-generation tr td.gray-tdh {
    font-size: 25px;
	line-height: 34px;
}

.calculate-monthly-cost  .fuel-table-generation tr th, .fuel-table-generation tr td {
    font-size: 24px;
    padding-left: 25px;
    padding-right: 25px;
}
.calculate-monthly-cost .no-back-color td {
    background-color: transparent !important;
}

.mw-490 {
    width: 490px;
}	

.calculate-monthly-cost .showing-result {
    display: inline-block;
    width: 100%;
}

.calculate-monthly-cost .fuel-table-generation tr td i {
    float: right;
    margin-top: 5px;
	font-size: 21px;
    color: #9c9fa5;
	cursor: pointer;
    padding: 3px;
}
.calculate-monthly-cost .fuel-table-generation tr td i:hover {background-color: #d3d3d3;}
.calculate-monthly-cost .showing-result h6 span i {
    color: #9c9fa5;
}



/* 27 jun */

.banner-gradient-overlay{position: relative;}
.font-40{font-size: 40px; line-height: 58px;}
.white-border-button {    background: transparent; border-color: #fff;}
.white-border-button:hover{background: #fff; color: #002d72; border-color: #fff;}
.efficient-appliances-inner {    max-width: 1264px;    margin-left: auto;    margin-right: auto;}
.efficient-appliances-inner .img-box  {    margin-top: 90px;     align-items: center; padding-left: 30px; padding-right: 30px;}
.energy-efficient-appliances.our_olicies_section {    height: auto;}
.efficient-appliances-inner .img-box .col-sm-9  h5 {    margin-bottom: 35px !important;}
.energy-efficient-appliances.our_olicies_section {    margin-bottom: 110px !important;}
.contact-energy-service .head-h3 h3 {    margin-bottom: 45px;}
.banner-gradient-overlay:after {	content: '';	position: absolute;	width: 100%;	height: 100%;	background: linear-gradient(to top, #e57200, #002d72 40%);	opacity: 0.5;	top: 0;	left: 0;}
.community-events{margin-bottom: 500px;}
.community-events .sppb-addon-content .text-white{max-width: 100%; }
.img-box img {    max-width: 100%;}
.tips-top-margin {    margin-top: -300px !important;}
.tips-top-margin-recreation {    margin-top: -300px !important;}
.tips-top-margin-species {    margin-top: -100px !important;}
.energy-education-tabs .sppb-nav-tabs > li{    width: 33.33%; }
.text-left.backyard h3 {    text-align: left; }
.read-your-bill .sppb-col-md-4 h2 {    margin-bottom: 65px;}
.read-your-bill  .download_section {    margin-bottom: 45px;}
.billing-options h3.h3.text-center {    margin-bottom: 90px;}
.billing-options .font-38, .billing-options .text-white a{color: #002d72; text-align: left;}
.billing-options .font-38 {    margin-bottom: 30px;}
.multiple-account-billing img {    margin-bottom: -1px;}
.fraud_prevention_call .font-38 {    color: #008df2;    text-align: left; margin-bottom: 20px;}
.fraud_prevention_call {    background-position: left 100% !important;}
.hang-up-call {    margin-bottom: 60px;}
.billing-options .customerService {  background: #e6e7e8;    padding: 35px 35px 35px 75px;    position: absolute;    top: 0;    right: 0;    z-index: 99999;}
.community-events{padding-top: 125px;    margin-top: 0px !important;}
.community-events h2.sppb-addon-title{}
.community-events-tabs .sppb-nav-tabs > li{ width: 33.33%;margin-bottom: 0;}
.community-events-tabs .sppb-nav-tabs > li > a{ min-height: 0px;    }
.energy-education .sppb-addon-content .text-white{max-width: 100%;}
.heading4{    font-family: 'open_sansextrabold'; color: #e57200;}
.energy-education  h2.text-white{margin-bottom: 40px !important;}
.classroom-tips .sppb-addon-content .text-white{    max-width: 100%;}
.classroom-tips .sppb-addon-content h2.text-white{    margin-bottom: 40px;}
.classroom-tabs.water-carousel .sppb-carousel-indicators { bottom: 50px;   width: 50%;    right: 0;    text-align: center;}
.button-inline.marb35 .btn:last-child {margin-left: 0px;}
.marb35{margin-bottom: 35px;}
.marb23 {margin-bottom: 23px !important;}
.marb28{margin-bottom: 28px !important;}
.small-para{    max-width: 700px;    margin: auto auto 55px auto;}
.energy-education{    height: 930px;}
.artifact{ margin-top: 0px !important; margin-bottom: 0px;}
.thelaw-gray-box{  background-color: #e6e7e8;    padding: 102px 129px 80px 128px;max-width: 1265px;    margin-left: auto;    margin-right: auto;    text-align: center;}
.thelaw-gray-box .font-38{    margin-bottom: 35px; }
.thelaw-gray-box .list-unstyled{    font-size: 25px;    line-height: 36px;}
.thelaw-gray-box .list-unstyled a{ color: #0099da;}
.thelaw-gray-box .list-unstyled a img{ display: inline-block; margin-left: 15px;}
.thelaw-gray-box .list-unstyled a:hover{color: #0056b3;}  
.thelaw-gray-box .list-unstyled li{ margin-bottom: 25px;}

.discovery-unit img{ max-width: 100%;}
.discovery-unit #sppb-addon-1530099571482{ margin-bottom: 0px;}
.discovery-unit .sppb-row .sppb-col-md-6:first-child {    padding-right: 0px;}
.discovery-unit .sppb-row .sppb-col-md-6:last-child {    padding-left: 0px;}
.discovery-unit-content{    padding: 35px 70px 0px 75px;}
.discovery-unit-content .h2-marb59 {margin-bottom: 10px;}
.mail-btn{background: #e8b528;    border: 5px solid #e8b528;}
.mail-btn span{background-color: #ffc72c;}
.mail-btn:hover{background-color: #ffc72c;border: 5px solid #ffc72c;}
.band-mb0 #sppb-addon-1530099571475{margin: 0px 0px 0px 0px;}
.band-mb0 .h4{margin: 0px 0px 0px 0px; }
/* 28 jun */
.community-events-tabs img, .energy-education-tabs img {    max-width: 100%;}
.fish-counts-dropdown .list-questionnaire li {    width: 100% !important;}
.fish-counts-dropdown .data-count {    margin-bottom: 0px;}
.mw-1264{max-width: 1264px; margin-left: auto; margin-right: auto;}
.padding-left-70{padding-left: 70px;}
.padding-right-70{padding-right: 70px;}
.discovery-unit-img img {    height: 100%;    width: 100%;    object-fit: cover;}
.discovery-unit-img {    height: 100%;    width: 100%;    display: table-cell;}
.adult-fishways {    margin-top: -230px !important;}
.adult-fish-wield div {    width: 100%;    display: block;    text-align: center;}
.orange-26 {    font-size: 26px;    line-height: 37px;    color: #e57200;    font-family: 'open_sansextrabold';}
.predator-control-inner h4 {    margin-top: 15px;}
.predator-control-inner p {    margin: 30px 0px;}
.object-cover div {width: 100%;    display: block;}
.object-cover img {width: 100%;    object-fit: cover;    height: 100%;    display: block;}
.northern-pikeminnow {    padding-left: 20px;}
.avian-arrays {    padding-right: 20px;}
.fish-habitat.fuel-table-generation tr th, .fish-habitat.fuel-table-generation tr td {    font-size: 25px;    line-height: 34px;    padding-left: 25px;    padding-right: 25px;    width: 16.66%;    vertical-align: text-bottom;}
.fish-habitat.fuel-table-generation tr td.gray-tdh {    background-color: #bbbdbf;    font-family: 'open_sansregular';    color: #58595b;}
.fish-habitat {    margin-top: -330px !important;}

.low-income.fuel-table-generation tr th, .low-income.fuel-table-generation tr td {    font-size: 25px;    line-height: 34px;    padding-left: 25px;    padding-right: 25px;    width: 16.66%;    vertical-align: text-bottom;}
.low-income.fuel-table-generation tr td.gray-tdh {    background-color: #bbbdbf;    font-family: 'open_sansregular';    color: #58595b;}
.low-income{    margin-top: 0px !important;}

.fish-slider.fish-carousel .carousel-col-pad {    height: 580px;}
.fish-slider.fish-carousel .sppb-carousel-arrow.right, .fish-slider.fish-carousel .sppb-carousel-arrow.left {    bottom: 640px;}
.fish-survival {    padding-bottom: 260px !important;}
.predator-control .font-38 {margin-bottom: 0px;}
.contract-box .text-blue{ color: #0099da !important; display: block;}
.contract-box h3{font-size: 36px;text-align: left;  color: #002d72; line-height: 50px;font-family: 'open_sansextrabold';}
.contract-box b{ display: block; font-size: 26px;font-family: 'open_sansextrabold'; line-height: 34px; color: #001433;}
.contract-box a{ color:#0099da;}
.mb-0{ margin-bottom: 0px;}
.list-interlocal li{ width: 42%; display: inline-block;    margin-right: 70px;    margin-bottom: 40px;}
.list-interlocal li .float-right{ float: left !important; position: inherit;}
.list-interlocal li p{max-width: 100%;}
.list-interlocal li:last-child{    border-bottom: 6px solid #bbbdbf;    padding-bottom: 60px;    margin-bottom: 40px;}
.list-interlocal li p{margin-top: 6px;margin-bottom: 27px;}
.heading26{color: #008df2;font-size: 26px; line-height: 37px;font-family: 'open_sansextrabold'; }
.heading38{ color: #231f20;font-size: 38px;font-family: 'open_sansextrabold'; line-height: 58px; }
/* 29 jun */
.potential-investors {    margin-top: -500px;}
.font-26 {    font-size: 26px;    color: #001433;}
.other_fees-section .acc-service {    margin-bottom: 14px;}
.efficient-appliances-inner .text-white {    margin-top: 50px;}
.sppb-tab-content>.active.in{display: flex; }
.min-h-auto.wwdoe .active.in .clearfix{width:50%; display: flex;background-color: #e6e7e8;padding: 73px 128px; flex-direction: column; justify-content: center;}
/* 02/07/2018 */
.power-outages h3 {    margin-bottom: 30px;}
.ourheritage p{margin-bottom:40px;}
.during-an-outage .full-container-right h2, .during-an-outage  .full-container-left h2, .outageseccont .h3.blueText {    font-size: 42px;    line-height: 50px;    margin-bottom: 20px;}
.during-an-outage .list-unstyled li {    font-size: 25px;    line-height: 34px;    padding: 15px 0;	    color: #58595b;}
.during-an-outage .list-unstyled {    margin-top: 30px;}
.sm-prpl{width:70%; float:left;}
.sm-prpl h5{font-family: 'open_sansextrabold';font-size: 26px;line-height: 34px;color: #9c9fa5;}
.sm-prpl p{ font-family: 'open_sansregular'; font-size: 25px;font-style: italic;line-height: 34px;color: #58595b;}
.during-an-outage .list-unstyled li .media-left-div {    text-align: center;    width: 80px;}
.text-bold {    font-family: 'open_sansbold'; color: #58595b;}
.generator-use.during-an-outage .list-unstyled li .media-left-div {    width: 135px;}
.medically-sensitive .customerService {    margin-top: 75px;}
.font-36 {    font-size: 36px;    line-height: 42px;    }
.scheduled-outages .font-36 {    color: #008df2;    margin-bottom: 25px;}
.basic-emergency-preparedness .font-38 {    margin-bottom: 35px;}
.font-42{font-size: 42px; line-height: 50px; color: #002d72;  font-family: 'open_sansextrabold';}
.outdoor-safety-boxes .font-42 {    margin-top: 40px;    margin-bottom: 60px;}	
.water-nfire-safety .font-25 {    margin-bottom: 55px;}
.water-nfire-safety h3.text-blue {    margin-bottom: 20px;}
.electricity-and-water h3.font-42 {    margin-bottom: 30px;}
.indoor-safety-tips {    margin-top: -170px;}

/* 03 july*/
.outageseccont .heading4 {    line-height: normal;    margin-top: 50px;	margin-bottom: 0;	}
.outageseccont p {    margin-bottom: 0;}
.outageseccont hr.hrmin {    margin: 65px auto 52px;}
.more-helpful-tips .outagecta a {   min-width: auto; width: auto;display: inline;}
.circuits-and-outlets {    padding: 100px 85px 50px 85px;}
.circuits-and-outlets-last {    padding: 0px 85px 50px 85px;}
.drop-water-img {    padding: 0 15px;}
.power-production-safety .float-left {    float: left!important;    width: 50%;}
p.font-26.mb-0.invisible {    color: #fff;}
.border-btm-none {    border-bottom: none !important;}
.rsform-submit-button {    min-width: auto;   float: right;}

/* 09 July */

.addr-vert-scroll{height: 200px; overflow-y: auto; }
.search-pagination .pagination ul{width: 100%;padding: 0;margin-top: 50px;}
.search-pagination .pagination ul li {list-style: none;display: inline-block;width: 5%;}
ul.search-results.list-striped {list-style: none;padding: 0;}
.sppb-tab-content>.active.in>div{width: 100%; }

/* 11 July rate-n-fees */

.servicesrates>.row{margin-top: 30px;}
.servicesrates h5{
	font-family: 'open_sansextrabold';
  font-size: 26px;
  line-height: 37px;
  text-align: left;
  color: #001433;
  padding-right: 3rem;	
}
.servicesrates .gray_bg{
	background:#e6e7e8;
	padding: 60px 35px 50px 35px; 
}
.servicesrates .gray_bg .tablehead{
  font-family: 'open_sansregular';
  font-size: 18px;
  font-weight: 600;	
  line-height: 30px;
  text-align: left;
  color: #002d72;
}
.servicesrates .gray_bg .orange_text{
 font-family: 'open_sansextrabold';
	 font-size: 26px;
  line-height: 37px;
  text-align: left;
  color: #e57200;
  margin-bottom:15px;
}
.servicesrates .gray_bg .smallitalic{
  /*font-family: 'open_sansregular';
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 30px;
  text-align: left;
  color: #58595b;
  margin-bottom:0;*/
  font-family: 'open_sansregular';
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
  text-align: left;
  color: #58595b;
}
.servicesrates .gray_bg .xsmallitalic {
  font-family: 'open_sansregular';
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
  text-align: left;
  color: #58595b;
}

.sppb-section.newsbox .mn-30 {
margin-bottom: 30px;
}

.newsbox-inner .news-heading {
    min-height: auto;
}

/* 20 july  */


.font-18 {
    font-size: 18px;
    font-weight: 700;
    color: #002d72;
}
.capacity-charge-descr {
    font-family: 'open_sansitalic';
    font-size: 15px;
    line-height: 24px;
}
	
.charges-irrigators .font-26 {
    font-family: 'open_sansextrabold';
    margin-bottom: 0;
}


.charges-irrigators .text-orange {
    color: #E57200;
    line-height: normal;
}


.charges-irrigators .capacity-charge {
    margin-bottom: 25px;
}


.irrigation-billing-terms .download_section p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.irrigation-billing-terms .media-img-rates {
    margin-top: 25px;
}

.irrigation-billing-terms  .download_section {
    margin-bottom: 65px;
}

.irrigation-billing-terms .other_fees-section {
    padding: 50px 50px;
}
.landlord-services-sections .font-38 {
    font-size: 38px;
    line-height: 58px;
        margin-bottom: 15px;
    color: #fff;
	text-align: left;
}
.landlord-services-sections p {
    color: #fff;
}

.newsbox-inner.new-item {
padding: 0px 40px 0px 45px;
}
.newsbox-inner.new-item p, .newsbox-inner.new-item li{
   font-size: 25px;
   line-height: 34px;
   color: #58595b;
 font-family: 'open_sansregular';
}

.newsbox-inner.new-item h4.news-heading {
  font-family: 'open_sansextrabold';
  font-size: 60px;
  line-height: 69px;
  color: #1e376c;
}

.small-yellow-border .sppb-carousel-inner .sppb-item:first-child::before, .small-yellow-border .sppb-carousel-content:after{background: transparent;}

.small-yellow-border .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div>div{vertical-align: top;min-height: 100%;}
.small-yellow-border .sppb-carousel-caption .sppb-carousel-content{position: absolute;bottom: 23px;}

.small-yellow-border .sppb-carousel-caption h2 {
    font-size: 38px;
    line-height: 52px;
}
.small-yellow-border .sppb-carousel-caption h2:after {
    /*width: 85px;
    height: 5px;
    content: "";
    position: absolute;
    top: 20%;
    left: 48px;
    background: #ffc629;*/
}

.continuous-service .font-38 {
    margin-bottom: 30px;
}


.continuous-service .button-inline {
    margin-top: 55px;
}


 .landlords-need-know .head-h3 h3 {
    color: #008df2;
    text-align: center;
    margin-bottom: 70px;
}


.landlords-need-know .list-check li {
    color: #fff;
}


.landlords-need-know  .list-check {
    border-bottom: 7px solid #1e376c;
    padding-bottom: 80px;
}

.network-services-high .tool-tip p {
    display: none;
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    top: 0%;
    background: rgba(0,0,0,0.8);
    padding: 15px;
    border-radius: 15px;
    color: #fff;
	width: calc(100% + 60px);
    margin: 0 -30px;
}

.network-services-high .sppb-col-md-3:hover .tool-tip p{
	display: block;
}


#page_links
 {
  font-size: 20px;
  font-family: 'open_sansregular';
  color: #58595b;
  padding: 20px;
  margin: 3px;
  text-decoration: none;
 }
 #page_a_link
 {
  font-size: 20px;
  font-family: 'open_sansregular';
  color: #008df2;
  padding: 20px;
  margin: 3px;
  text-decoration: none;
 }

/* 25 july  */
.energy-education-tabs.surplus-action-tbs {
    margin-top: 0 !important;
}
.faqnewblock h3.sppb-media-heading{font-size: 26px;line-height: 38px;}
.faqnewblock .sppb-panel-body{padding: 50px 50px 15px 50px;}
.meeting-panel-body audio {width: 75%; }
.meeting-panel-body a {    text-decoration: underline;}
.meeting-panel-body IFRAME { margin-top: 25px; }

.meeting-panel-body .col-md-12 a{display:inline-block; width:48%;vertical-align: top;margin-right: 5px;}
.cost-row td input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

     color: #bbbdbf;
}
 .cost-row td input::-moz-placeholder {

    /* Firefox 19+ */

     color: #bbbdbf;
}
 .cost-row td input:-ms-input-placeholder {

    /* IE 10+ */

     color: #bbbdbf;
}
 .cost-row td input:-moz-placeholder {

    /* Firefox 18- */

     color: #bbbdbf;
}
/* Commission Meeting Upcoming */

.wage-levels-bottom span a {
    color: #fff;
    text-decoration: underline;
}
.wage-levels-bottom span p {
    margin: 0;
}
/* tabs */
.customtab .sppb-tab-content .sppb-fade{-webkit-transition: none; transition: none;}
.customtab .sppb-tab-pane > div {    float: left;    width: 50% !important;    flex-basis: inherit !important;}

.customtab .sppb-tab-pane > div:nth-child(3) {
    width: 100% !important;
}


/* 23-10-2018 */
.service-box-categories.gallery.row-eq-height .sppb-addon-single-image-container img{height: 100%;}
.h-auto, #column-wrap-id-1536961141902 {height: auto !important;}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .carousel-footer a span {
    display: block !important;
    margin: 30px auto;
}
.carousel-footer a {
    color: #fff;
    font-family: "open_sansbold";
    font-size: 25px;
    height: 297px;
    display: inline-block !important;
    text-align: center;
    flex-direction: column;
    padding-top: 0px;
    position: relative;
    width: 100%;
 
}
.graybox2 li .float-right{width: 37%;}
 .media-gray .sppb-container-inner .sppb-row .sppb-col-md-6 .sppb-column .sppb-column-addons .clearfix .sppb-addon .sppb-addon-content .sppb-addon-single-image-container img {
    width: 100%;
}

}
/*
@supports (-ms-ime-align: auto) {
	.btn .btn-primary{background-color: red !important;}
}
*/
@media (max-width:767px){.customtab .sppb-tab-pane > div {float: none;width: 100% !important;}}


/*Advanced search*/
.advanced-search-tip p {font-size: 20px;}

/* 11 Jan 2019 Advanced search */

a.sradvancedSearch {
	clear: both;
    display: inline-block;
    width: auto;
    padding: 0;
    color: #002d72;
    font-size: 32px;
    margin: 25px 0;
    font-weight: 600;
	text-decoration: underline;
}
.collapse.show {width: 100%;margin-bottom: 35px;}
/*.filter-date .chzn-container .chzn-single, .filter-date .chzn-container .chzn-drop{display: none;}*/
.filter-date .chzn-container{width: auto !important;position: absolute;left: 100px;top: 4px;}
#finder-filter-window {margin: 10px 0 10px;height: auto; min-height: 100%;overflow: visible;padding: 0;width: 100%;}
ul#finder-filter-select-dates li.filter-date {background: none;float: left;list-style: none;margin: 0 0 50px 0;padding: 5px 0;text-align: left;	width: 49%;position: relative;}
 .field-calendar .input-append .btn-secondary{background: #9c9fa5;border: 0 none;border-radius: 0;padding: 0 27px;margin: 0;position: relative;    top: -7px;left: -5px;height: 79px;width: 79px;}
.form-inline .filter-date label, .form-inline .finder-selects label{display: inline-block; text-align: left;}
.form-inline .filter-date br, .form-inline .finder-selects br{display: none;}
.finder-selects .chzn-container-single .chzn-single div{width: 90px; height: 90px;}
.finder-selects .chzn-container-single .chzn-single div b{
	background-image: url(../images/ddarrowform.jpg) !important;
	background-color: #002d72 !important;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	width: 90px;
	height: 90px;
}
.finder-selects .chzn-container-active.chzn-with-drop .chzn-single div b{
	background-image: url(../images/ddarrowform.jpg) !important;
	background-color: #002d72 !important;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	width: 90px;
	height: 90px;
}
div#finder-filter-window .filter-branch .finder-selects{width: 25%;}
.finder-selects .chzn-container {width: 95% !important; margin-bottom: 35px;}
.filter-branch .finder-selects:last-child .chzn-container {width: 100% !important;}
.finder-selects .chzn-container-single .chzn-single, .finder-selects .chzn-container-active.chzn-with-drop .chzn-single {    
    padding: 0 0 0 20px;
    height: 90px;
    border: 0 none;
    border-radius: 0;
    background-color: #002d72;
    background: #002d72;
    box-shadow: none;
    color: #fff;
    line-height: 90px;
}
.finder-selects .chzn-container-single .chzn-single span, .finder-selects .chzn-container-active.chzn-with-drop .chzn-single span {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.finder-selects .chzn-container-single .chzn-single:hover, .finder-selects .chzn-container-active.chzn-with-drop .chzn-single:hover, .finder-selects .chzn-container-single .chzn-single:focus, .finder-selects .chzn-container-active.chzn-with-drop .chzn-single:focus{color: #fff;}
.finder-selects .chzn-container .chzn-drop .chzn-results{background-color: #002d72; margin: 0; color: #fff; font-size: 23px; padding: 15px 0; max-height:100%;}
.field-calendar .input-append .btn .icon-calendar{
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 28px;
}
.field-calendar .input-append .btn .icon-calendar:before {
    content: "\f133";
}
.chzn-container .chzn-results li{padding: 10px 6px;}
.autocomplete-suggestions{min-width:65%;}
@media (max-width:1199px) {
  div#finder-filter-window .filter-branch .finder-selects{width: 50%;} 
}
@media (max-width:1024px) {
.finder-selects .advancedSelect {
    display:block;
    width: 100%;
    padding: 0px 25px;
    line-height: normal;
    color: #fff;
    font-size: 23px;
    vertical-align: middle;
    background: #002d72 url(../images/ddarrowform.jpg) no-repeat right top;
    background-size: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    margin: 0px 0px 20px 0px;
    height: 50px !important;
    min-height: 50px;
}
  .filter-branch .finder-selects:nth-child(2) .chzn-container{width:100% !important}
}
@media (max-width:991px) {
	ul#finder-filter-select-dates li.filter-date{width: 100%;}	
	.searchresult input.inputbox{font-size: 32px;}
/*	.searchresult button.finder{top:-32px;}  */
	a.sradvancedSearch{font-size: 28px;}
   .finder-selects .chzn-container-single .chzn-single span, .finder-selects .chzn-container-active.chzn-with-drop .chzn-single span {
    font-size: 15px;}
}
@media (max-width:767px) {
	.field-calendar .input-append .input-medium{width: 70%}
	.field-calendar .input-append .btn-secondary{top: -9px;left: -3px;}
	div#finder-filter-window .filter-branch .finder-selects{width: 100%;}
    .filter-branch .finder-selects .chzn-container{width:100% !important}
}
@media (max-width: 767px){
.amenities ul {min-height: 100%;}
.amenities .fid_link {bottom: -35px;font-size: 13px !important;}
}
@media (max-width:767px){
.modal-open {
    overflow: hidden !important;
    height: 100vh;
}
.mr-0-sm {
    margin-right: 0;
}
.mr-0-sm .col-md-5 {
    padding-right: 0;
}
}
/* 03 Apr 2019 */
.carousel-caption .sppb-container {
    max-width: 100%;
}

/* Easy blog single page */
.sppb-section.newsbox .sppb-row-container {
    margin: 0 auto;
    padding: 20px 0;
}
#eb .eb-header {margin-top: 40px;}
#eb .eb-comments{margin-bottom:40px;}
#eb .eb-entry-title.reset-heading   {
    font-family: 'open_sansextrabold';
    font-size: 60px;
    line-height: 69px;
    color: #1e376c;
}
#eb .eb-entry-meta .fa{    color: #e57200;}
.text-muted, .text-muted a{
  color: #e57200 !important;
    font-size: 18px;
    line-height: 47px !important;
    margin-bottom: 15px;    font-family: 'open_sansbold';
}
#eb .eb-post-thumb .eb-post-image img{max-height:450px; object-fit:cover;}
#eb .form-action .btn-primary{
    background-color: #e57200 !important;
    border: 0 none !important;
    text-align: center;
    line-height: 29px;
    color: #ffffff !important;
    font-size: 25px;
    font-family: 'open_sansbold';
    display: inline-block;
    padding: 20px 40px;
    width: auto;
    border-radius: 0px;
    text-transform: uppercase;
    margin-top: 25px;
    max-width: 100%;
}
#eb .form-action .btn-primary:hover{
   background-color: #0069d9 !important;
    border: 0 none !important;
}
.newsbox-inner #eb blockquote.eb-quote{color: #555 !important;
    padding: 0px !important;
    margin: 0 0 20px !important;
    border-left: 0 none !important;
    vertical-align: unset !important;
    border-radius: 0 !important;
}
.newsbox-inner #eb blockquote.eb-quote p{font-size: 25px;line-height: 34px;}
/* Easy blog single page */


/* Easy blog NEWS listing page */

#eb.news-item .mod-items-grid, .newsbox #eb .mod-items-grid {
    display: flex;
    flex-wrap: wrap;
}

#eb.news-item .mod-items-grid>.mod-grid, .newsbox #eb .mod-items-grid>.mod-grid {
    float: none;
    background-color: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 15px 30px 15px;
    width: 31% !important;
    padding: 35px 40px 70px 45px;
    justify-content: space-between;
    /*align-items: flex-start;*/
}

#eb.news-item .mod-items-grid>.mod-grid .mod-item, .newsbox #eb .mod-items-grid>.mod-grid .mod-item{    
min-height: 100%;
}
#eb.news-item .eb-mod-context, .newsbox #eb .eb-mod-context {
    min-height: 80%;    
    margin-bottom: 20px;
}
#eb.news-item .eb-mod-media-title, .newsbox #eb .eb-mod-media-title{
color: #231f20;
    font-size: 38px;
    font-family: 'open_sansextrabold';
    margin-bottom: 15px;
    line-height: 52px;
    min-height: 285px;
    overflow-wrap: normal;
    word-wrap: normal;
    -ms-word-break: unset;
    word-break: normal;
    word-break: normal;
    -ms-hyphens: unset;
    -moz-hyphens: unset;
    -webkit-hyphens: unset;
    hyphens: unset;
}
#eb.news-item .mod-muted, .newsbox #eb .mod-muted {
    color: #e57200;
    font-size: 18px;
    line-height: 47px;
    margin-bottom: 15px;
    font-family: 'open_sansbold';
    font-weight: 500;
    padding-top:0;
}

#eb.news-item .eb-mod-body, .newsbox #eb .eb-mod-body {
    font-size: 25px;
    line-height: 34px !important;
    font-family: 'open_sansregular';
    color: #58595b;
}

#eb.news-item .mod-cell a, .newsbox #eb .mod-cell a{
    background-color: #e57200 !important;
    border: 0 none !important;
    text-align: center;
    line-height: 29px;
    color: #ffffff !important;
    font-size: 25px;
    font-family: 'open_sansbold';
    display: inline-block;
    padding: 20px 40px;
    width: auto;
    border-radius: 0px;
    text-transform: uppercase;
    margin-top: 0px;
    max-width: 100%;
}
#eb.news-item .mod-cell a:hover, .newsbox #eb .mod-cell a:hover{
   background-color: #0069d9 !important;
    border: 0 none !important;
}

@media (max-width: 1439px){
  #eb.news-item .mod-items-grid>.mod-grid, .newsbox #eb .mod-items-grid>.mod-grid {
    width: 46% !important;  
}
}
@media (max-width: 767px){
  #eb.news-item .mod-items-grid>.mod-grid, .newsbox #eb .mod-items-grid>.mod-grid {
    width: 96% !important;  
        min-height: initial;
}
  #eb.news-item .mod-items-grid>.mod-grid .mod-item, .newsbox #eb .mod-items-grid>.mod-grid .mod-item  {
    min-height: initial;
}
  #eb.news-item .eb-mod-context, .newsbox #eb .eb-mod-context {
    min-height: initial;
}
  }
/* Easy blog NEWS listing page */

/* notification */
.sticky_gwl_notification{position:relative;}
.sticky_gwl_notification .top{position:absolute; background-color: rgba(255,216,208,0.8);padding: 10px;}
.sticky_gwl_notification .top .jk-notice-body{line-height:27px;}
.top.notic_fixed{position:fixed;}

.SLNotificationBar {border-bottom: none;position: absolute;left: 0;top: 110px;}
.SLNotificationBar {background-color: rgba(249, 209, 201, 0.9);color: #ff2b02;font-size: 12px;}
.SLNotificationBar p.SLtext {margin: 0px;width: 96%;max-width: 96%;font-size: 20px;}
.SLdownarrow {position: absolute;right: 25px;top: 0px;line-height: 1.7em !important;margin: 8px 0px !important;}
.SLNotificationBar.notic_fixed{position:fixed;top:0;}
.SLNotificationBar .SLtext a {font-weight: 600;margin: 0 10px;padding: 0px;background: none;border-radius: 0;-webkit-border-radius: 0; -moz-border-radius: 0;box-shadow: none;}
.SLNotificationBar .SLtext a:hover {background: none;}
@media (max-width: 767px){
  .SLNotificationBar {top: 65px;}
  .SLNotificationBar p.SLtext { width: 90%; max-width: 90%;}
}
/* notification */
/*News Page Month Drop Down */
#eb .btn.btn-primary {
    background-color: #e57200;
    border: 5px solid #e57200;
    min-width: 250px;
    text-align: center;
    line-height: 29px;
    color: #ffffff;
    font-size: 25px;
    font-family: 'open_sansbold';
    display: inline-block;
    padding: 20px 20px;
    width: auto;
    border-radius: 0px;
    text-transform: uppercase;
}
#eb .form-control.custom-select{   
 display: inline-block;
    width: auto;
    line-height: 90px;
    height: auto;
    padding: 0px 25px;
    color: #fff;
    font-size: 23px;
    vertical-align: middle;
    background: #002d72 url(../images/ddarrowform.jpg) no-repeat right top;
    background-size: auto auto;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    margin: 0px;
    min-height: 90px;
    min-width: 300px;
}

#eb form{
text-align: right;
    padding-right: 20px;
    margin-bottom: 20px;
}
#eb #clearbutton{
display: inline-block;
    color: #000;
    margin-left: 10px;
     margin-top: 10px;
}


/* End */
/* Nov 11 2019 Joomla Content Search */
.searchresult .btn-toolbar {
    width: 100%;
    display: flex;
    border: 0 solid transparent;
    border-bottom-color: #333;
    border-bottom-width: 4px;
    justify-content: space-between;
}
.searchresult input.inputbox {
    width: 100%;
}
.searchresult button.finder {
   
    opacity: 1 !important;
}
.pagination ul {
    padding-left: 0;
}
.pagination li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}
.searchresult .btn-group.pull-left:first-child{
width:80%;
}
    #search-popup input.inputbox.search-query {
    border: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 60px;
    font-family: 'open_sansextrabold';
    width: 90%;
}
.hoverblue:hover{
  color:#008df2 !important;  
}
@media only screen and (max-width: 767px) {
#search-popup input.inputbox.search-query {
    font-size: 26px;
}
}
#search-popup input.inputbox.search-query::-webkit-search-cancel-button {
    display: none;
}

.blog-all {text-align: center;}
.blog-all a {background-color: #e57200 !important;
    border: 0 none !important;
    text-align: center;
    line-height: 29px;
    color: #ffffff !important;
    font-size: 25px;
    font-family: 'open_sansbold';
    display: inline-block;
    padding: 20px 40px;
    width: auto;
    border-radius: 0px;
    text-transform: uppercase;
    margin-top: 0px;
    max-width: 100%;
    width: 97%;}
/*End */
.newsbox-inner.new-item a.eb-pager__fast-first-link,
.newsbox-inner.new-item  a.eb-pager__fast-last-link{
    display: none;
}

/*Translate top */
.s-header-right-col .notranslate {
    right: 350px;
    float: unset;
    z-index: 999;
    position: relative;
    top: -70px;
}

@media (max-width: 767px) {
.s-header-right-col .notranslate {right: 78px;
 right: 2px;
    float: unset;
    z-index: 999;
    position: relative;
    top: 8px;
  }


}
@media (max-width: 500px) {
body .s-header__navbar-row-col {
    width: 76%;
    height: 65px;
}
   body span.SLRibbon.SLTrigger{
    display: none !important;
}
  body .s-header-right-col .custom ul li {
    display: inline-grid;
}
   body .s-header-right-col .icon-box i {
    font-size: 24px;
    padding-top: 5px;
}
 body  .s-header-right-col ul li a.btn-link {
    font-size: 10px;
    line-height: 3;
}
body .s-header-right-col ul li {
    min-width: 65px;
    width: 65px;
}
}
@media (max-width: 380px) {
body .s-header__navbar-row-col {
    width: 64%;
    height: 65px;
}
  body span.SLRibbon.SLTrigger{
    display: none !important;
}
  body .s-header-right-col .custom ul li {
    display: inline-grid;
}
   body .s-header-right-col .icon-box i {
    font-size: 24px;
    padding-top: 5px;
}
 body  .s-header-right-col ul li a.btn-link {
    font-size: 10px;
    line-height: 3;
}
 body .s-header-right-col ul li {
    min-width: 56px;
    width: 56px;
  }
}

/* Updated Visit */
.row.mapwater { background: #e6e7e9; margin-left: -77px;   margin-right: -10px; position: relative;   } 
.row.mapwater .col-md-6 { padding: 20px; }
.row.mapwater .col-md-6 h3, .row.mapwater .col-md-6, .row.mapwater .col-md-6 a { color: #002971 !important; }
.shareloc { background: #e87200; padding: 15px; text-transform: uppercase; text-align: center; }
.shareloc a { color: white; }
.row.shareloc {    margin-left: -77px;   margin-right: -10px; position: relative; }
.row.content { margin-right: 40px; } 
.shareloc p.fid_link {
    text-align: center;
    margin: 0 !important;
    width: 100%;
}
li.s-header__nav-menu-item.has-child.lang {
    border-top: 0px solid #002D72;
}
body #sp-page-builder .page-content a {
    text-decoration: underline;
}
body #sp-page-builder .page-content .more-menu-mob a.nav-link,
body #sp-page-builder .page-content .sppb-carousel-pro-text a,
body #sp-page-builder .page-content  .carousel-footer a,
body #sp-page-builder .page-content .right-bar .list-group-item,
body #sp-page-builder .page-content h3.h3.bordered a,
body #sp-page-builder .page-content a.btn,
body #sp-page-builder .page-content .get_direction_btn a,
body #sp-page-builder .page-content .sppb-nav-tabs a ,
body #sp-page-builder .page-content .thelaw-gray-box a,
body #sp-page-builder .page-content section#back_to_page a,
body #sp-page-builder .page-content .go-back-page a,
body #sp-page-builder .page-content .how-to-apply a{
    text-decoration: none;
}

@media (max-width: 991px) {
ul#collapse-support img {
    display: none;
}
}
@media (max-width: 500px) {
    .row.mapwater, .row.shareloc { margin-left: 0px; margin-right: 20px; }
  .s-header__logo-img-default {
    width: auto;
}
  body .s-header__navbar .s-header__navbar-row-col {
    display: flex;
}
  .s-header__navbar .s-header__logo-link {
    padding: 6px 10px;
}
}
@media (max-width: 400px){
body .s-header__navbar-row-col:first-child {
    width: 48%;
}
}
/*new css  for J4*/
@media (min-width: 1380px){
body .sppb-row-container {
    max-width: 1520px;
}
  .full_widh_menu .sppb-row-container {
    max-width: 100%;
}
  
}
a.list-group-item.list-group-item-action.outages-blk {
    background-color: #E57200;
}
a.list-group-item.list-group-item-action.outages-blk i.fas.fa-exclamation-triangle {
    color: #E57200;
}
.media-leader {
    margin-left: 0;
  max-width: 100%;
    height: auto;
}
.leader-pic img {
    max-width: 100%;
      width: 100%;
}
.leader-pic img {
    max-width: 100%;
    height: auto;
}

.row-eq-height .sppb-addon-wrapper {
    height: 100%;
}
section.sppb-section.newsbox time.eb-meta-date {
    color: #e57200;
    font-size: 18px;
    line-height: 47px;
    font-family: 'open_sansbold';
    font-weight: 500;
}
section.sppb-section.newsbox  .eb-post-head h2 a {
    color: #231f20;
    font-size: 38px;
    font-family: 'open_sansextrabold';
    margin-bottom: 15px;
    line-height: 52px;
    min-height: 285px;
}
body #sp-page-builder .page-content section.sppb-section.newsbox  a.btn.btn-default.btn-md {
    background-color: #e57200 !important;;
    text-align: center;
    line-height: 26px;
    color: #ffffff !important;;
    font-size: 20px;
    font-family: 'open_sansbold';
    display: inline-block;
    padding: 15px 30px;
    width: auto;
    border-radius: 0px;
    text-transform: uppercase;

}
.section-head {
  font-weight: 900;
    font-family: 'open_sansextrabold';
}
#rsform_44_page_0.formContainer>.row {
    border-bottom: 1px solid #cccccc59;
    
}
#rsform_44_page_0 .col-form-label {
    padding-top: 0;
}
@media(max-width:468px) {
.eb-entry-article img {width:100%;height:auto}}

.helpful-info .input-group {
    justify-content: center;
}
.rsform-block label {
    font-size: 1rem;
}
.rsform-block p {
    font-size: 16px;
    line-height: 24px;
}
div#rsform_44_page_0>.row>div:not(:last-child) {
    border-right: 1px solid #cccccc59;
}
div#rsform_44_page_0>.row>div{
  padding-bottom: 5px;
    padding-top: 20px;
}
.popover h3.popover-header {
    color: #000;
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 20px;
}
span.hasTip[title] {
    transition: visibility 0s ease 0.75s;
    -webkit-transition: visibility 0s ease 0.75s;
  color: #008df2;
}


.sppb-nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
#eb .form-control {
    display: block;
    height: 55px;}
.hydropower-tabs .customtab .sppb-tab-pane > div {
    width: 100% !important;
}
.hydropower-tabs div.sppb-column {
    padding: 25px;
}
.hydropower-tabs div.addon-root-carousel {
    padding-bottom: 25px;
}

  .custom-control-label {
            position: relative;
            cursor: pointer;
            padding-left: 30px;
            display: inline-block;
        }
        
        .custom-control-label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            border: 1px solid #008DF2;
            background-color: #fff;
            border-radius: 3px;
            transition: all 0.2s ease;
        }
        
        .custom-control-label.checked::before {
            background-color: #008DF2;
            border-color: #008DF2;
        }
        
        .custom-control-label.checked::after {
            content: '✓';
            position: absolute;
            left: 4px;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            font-size: 14px;
            font-weight: bold;
            line-height: 1;
        }
        
        /* Hover effect */
        .custom-control-label:hover::before {
            border-color: #0066cc;
        }
        
        .custom-control-label.checked:hover::before {
            background-color: #0066cc;
            border-color: #0066cc;
        }