﻿/* mute leak number of days counter input */
@import url(https://fonts.googleapis.com/css?family=Dosis:700);

.SliderValue {
    color: #34495e;
    text-shadow: white 1px 1px 1px;
    font-family: "Dosis", Helvetica, Arial, sans-serif;
    border-bottom: 4px dashed #bdc3c7;
    text-align: center;
    font-weight: bold;
    font-size: 10em;
    width: 100%;
    height: 130px;
    line-height: 60px;
    margin: 40px auto 20px;
    text-shadow: white 2px 2px 2px;
    display:block
}
.sliderValueLabel {
    font-family: "Dosis", Helvetica, Arial, sans-serif;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.daysliderinput{margin-bottom:25px;}
.daysliderinput input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    /*  overflow: hidden;  remove this line*/
    /* New additions */
    height: 6px;
    background: #ccc;
}
/* Thumb: webkit */
.daysliderinput input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0.25rem solid #d80006;
  box-shadow: 0 1px 3px rgba(0,0,255,.3);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  height: 52px; width: 52px;
}

/* Thumb: Firefox */
.daysliderinput input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    background-color: #d80006;
    border-radius: 50%;
    border: none;
    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

.daysliderinput input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}

.daysliderinput input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

.daysliderinput input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

/* Hover, active & focus Thumb: Firfox */

.daysliderinput input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}

.daysliderinput input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

.daysliderinput input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

@media only screen and (max-width: 600px) {
    .leaknotification h2.title span.theme-bg::after {
        content: "\A";
        white-space: pre;
    }

    .leaknotification h2.title {
        line-height: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .leaknotification h2.title span.theme-bg::after {
        content: "\A";
        white-space: pre;
    }

    .leaknotification h2.title {
        line-height: 50px;
    }
}
#datatable_filter label {
    width: auto;
}
/* vertical timeline */
.button.xx-small {
    padding: 4px 7px;
    font-size: 9px;
}

.vtimeline .mt-70 {
    margin-top: 70px;
}

.vtimeline .mb-70 {
    margin-bottom: 70px;
}

.vtimeline .card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
}

.vtimeline .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: .25rem;
}

.vtimeline .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.vtimeline .vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

    .vtimeline .vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 114px;
        height: 100%;
        width: 4px;
        background: #e9ecef;
        border-radius: .25rem;
    }

.vtimeline .vertical-timeline-element {
    position: relative;
    /*! margin: 0 0 1rem; */
    padding: 10px 0 15px;
}

.vtimeline .vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}

.vtimeline .vertical-timeline-element-icon {
    position: absolute;
    top: 15px;
    left: 108px;
    background-color: white;
    /*! padding: 3px; */
}

    .vtimeline .vertical-timeline-element-icon .badge-dot-xl {
        box-shadow: 0 0 0 5px #fff;
    }

.vtimeline .badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}

.vtimeline .badge:empty {
    display: none;
}

.vtimeline .vertical-timeline-element:nth-child(even),
.vtimeline .vertical-timeline-element:nth-child(even) .vertical-timeline-element-icon {
    background-color: #f9f8f8;
}

.vtimeline .badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.vtimeline .vertical-timeline-element-content {
    position: relative;
    margin-left: 93px;
    font-size: .8rem;
}

    .vtimeline .vertical-timeline-element-content .timeline-title {
        font-size: .8rem;
        text-transform: uppercase;
        padding: 2px 0 0;
        font-weight: bold;
    }

    .vtimeline .vertical-timeline-element-content .vertical-timeline-element-date {
        display: block;
        position: absolute;
        left: -84px;
        top: 0;
        padding-right: 10px;
        text-align: right;
        color: #7f8082;
        font-size: .7619rem;
        white-space: nowrap;
        margin-top: 5px;
    }

    .vtimeline .vertical-timeline-element-content .details {
        margin: 0 0 0 50px;
    }

    .vtimeline .vertical-timeline-element-content:after {
        content: "";
        display: table;
        clear: both;
    }

/* leak notifications begin */
.address-highlight {
    background-color: #ffffa6;
    font-weight: 600;
    padding: 0 7px;
    color: #20467f;
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
.leaknotification h1.leakrate {
    font-size: 44px;
    font-weight: 700;
    margin-top: .5rem;
}

@media (max-width: 767px) {
    .leaknotification .lead {
        font-size: 20px;
    }
}
.htimeline {
    list-style: none;
    padding: 0;
}

.htimeline {
    display: flex; 
    padding: 0;
    list-style: none;
}

.htimeline li {
    flex: 1; 
    text-align: center;
}

.htimeline .step {
    float: left;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    padding: 0px 0 5px 0px;
    background-color: #ddd;
    color: #333;
    height: 70px;
    vertical-align: middle;
    border-right: solid 1px #bbb;
    transition: all 0.5s ease;
}

.htimeline .step:nth-child(odd) {
    background-color: #eee;
}

.htimeline .step:first-child {
    border-left: solid 1px #bbb;
}

.htimeline .step:hover {
    background-color: #ccc;
    border-bottom-width: 6px;
}

.htimeline .step div {
    margin: 15px 5px 0px 10px;
    font-size: 14px;
    vertical-align: top;
    padding: 0;
}

.htimeline .step.green {
    border-bottom-color: #348F50;
}

.htimeline .step.orange {
    border-bottom-color: #F09819;
}

.htimeline .step.red {
    border-bottom-color: #C04848;
}

.htimeline .step.blue {
    border-bottom-color: #49a09d;
}

.htimeline .step::before {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    content: ' ';
    background-color: white;
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-style: solid;
    border-width: 3px;
    transition: all 0.5s ease;
}

.htimeline .step:hover::before {
    width: 18px;
    height: 18px;
    bottom: -12px;
}

.htimeline .step.green::before {
    border-color: #348F50;
}

.htimeline .step.orange::before {
    border-color: #F09819;
}

.htimeline .step.red::before {
    border-color: #C04848;
}

.htimeline .step.blue::before {
    border-color: #49a09d;
}

.htimeline .step::after {
    content: attr(data-date);
    position: absolute;
    bottom: 0px;
    left: 17px;
    font-size: 11px;
    font-style: italic;
    color: #888
}
/* leak notifications end */

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-bottom: solid #fff 2px;
    width: 100%;
}
.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    opacity: .4;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    content: "\f144";
    font: normal normal normal 14px/1 FontAwesome;
}

.video-thumbnail:hover:before {
    color: #eee;
    opacity: .9
}

.video-thumbnail + .card-body {
    border-top: solid 2px #FD5400;
    border-radius: 0 0 5px 5px;
}
.video-thumbnail img.img-fluid { width: 100%;}
.col-md-12 .video-thumbnail:before {
    font-size: 105px;
}

.col-md-6 .video-thumbnail:before {
    font-size: 75px;
}

.col-md-4 .video-thumbnail:before {
    font-size: 60px;
}

.col-md-3 .video-thumbnail:before {
    font-size: 45px;
}
.button.xx-small{
    font-size: 10px;
    padding: 3px 10px;
    margin-left: 10px;
}
.video-background-banner h1 { font-size: 60px !important; }

.red-bg {
    background-color: #d80006
}
.transparent-bg-50 {
    background-color: rgba(255, 255, 255, .5);
}
.transparent-bg{
	background-color:transparent !important;
}
label {
	width: 100%;
}
.height-100vh {
    min-height: 100vh !important;
	height:auto !important
}
.card-input-element {
	display: none;
}

.card-input {
	margin: 10px;
	padding: 00px;
}

.card-input:hover {
	cursor: pointer;
}

.card-input-element:checked + .card-input {
	 box-shadow: 0 0 1px 1px #2ecc71;
 }
.blue-border input.form-control {
    border: solid 2px #20467f !important;
}
.font-20 input.form-control {
    font-size: 20px !important;
}

.checkbox input { margin-right: 10px !important;}
.text-branded {
    color: #20467f !important;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000; }

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.team-photo .flip-container, .team-photo .front, .team-photo .back {
  width: 246px;
  height: 246px;
  margin: 0 auto; }

.department-photo .flip-container, .department-photo .front, .department-photo .back {
  width: 361px;
  height: 240px; }

.department-photo h5 {
  padding: 15px;
  background-color: #fff;
  border: solid 1px #e2e2e2; }

.department-photo .item .flip-container {
  border: solid 1px #e2e2e2; }

#firstTeamMember .flip-container, #firstTeamMember .front, #firstTeamMember .back {
  width: 330px;
  height: 330px;
  margin: 0 auto; }

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50% !important; }

.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #f8f8f8; }

.alert-header {
  background: #f0f0f0;
  border-bottom: solid 2px #20467f;
  min-height: 72px; }
  .alert-header .container-fluid {
    padding: 0 60px; }
  .alert-header .owl-carousel .owl-dot {
    margin-top: 0px !important; }
  .alert-header .owl-carousel .owl-dots {
    bottom: 6px !important;
    position: absolute;
    width: 100px;
    right: 10px;
    text-align: right;
    height: 16px;
    margin-top: 0px !important;
    font-size: 7px; }
    .alert-header .owl-carousel .owl-dots span {
      width: 20px;
      min-height: 5px;
      margin-top: 5px; }
  .alert-header .owl-carousel .owl-dot.active span {
    min-height: 5px; }
  .alert-header .info-box {
    width: 93.5% !important; }
    .alert-header .info-box a.button {
      padding: 5px 10px;
      border: solid 1px;
      font-size: 10px;
      margin-top: 2px; }
    .alert-header .info-box h4 {
      margin: 2px 0px 0px; }
  .alert-header .bs-callout {
    margin: 8px 0 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0px; }
    .alert-header .bs-callout .icon-box {
      width: 25px; }
      .alert-header .bs-callout .icon-box .fa {
        font-size: 25px;
        margin-top: 3px; }

@media only screen and (max-width: 768px) {
  .alert-header .icon-box {
    width: 100% !important;
    text-align: center; }
  .alert-header .info-box {
    width: 100% !important;
    text-align: center; }
  .alert-header a.button {
    margin: 10px auto 0 !important;
    float: none !important; }
  .alert-header .container-fluid {
    padding: 0 20px !important; } }

@media only screen and (min-width: 769px) {
  .mega-menu .menu-links > li > a:hover {
    color: #fff !important; } }

.secondary-background {
  background-color: #d80006; }

.st-menu.st-effect-3 {
  cursor: pointer !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal;
  color: #363636;
  margin-top: 0px; }

header .mega-menu .menu-logo {
  padding: 15px 0 0px; }

header .mega-menu .menu-logo img {
  height: 70px; }

header .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
  height: 45px;
  margin: 10px 0 5px; }

header .mega-menu.desktopTopFixed .menu-list-items {
  background-color: rgba(0, 0, 0, 0.6); }

header .mega-menu .drop-down-multilevel li:hover > a i.fa {
  color: #0079fc !important; }

header .mega-menu .drop-down-multilevel i.fa-indicator {
  font-size: 14px;
  font-weight: 500; }

header .topbar .button {
  font-size: 10px;
  padding: 3px 10px;
  margin-left: 10px; }

header .topbar .button-border.gray {
  background: transparent;
  border: 2px solid #e0e0e0;
  color: #fff; }

header .topbar .button-border.gray:hover {
  border: px solid #0079fc;
  background: transparent; }

.menu-links div.buttons {
  display: none; }

ul.menu-links > li > a {
  padding: 30px 13px !important; }

.desktopTopFixed ul.menu-links > li > a {
  padding: 20px 13px !important; }

ul.menu-links > li.active > a {
  color: #fff !important; }

ul.menu-links > li.active > a {
    border-bottom: solid 2px #d80006 !important;
}
ul#leaknotification > li.active > a,
ul#leaknotification > li > a:hover {color:#20467f !important;}

.desktopTopFixed .menu-links div.buttons {
  display: block;
  margin-top: 16px; }
  .desktopTopFixed .menu-links div.buttons a.button {
    font-size: 10px;
    padding: 3px 10px;
    margin-left: 10px; }

.slider-content-middle .button {
  background-color: rgba(32, 70, 128, 0.7);
  border-color: #20467f; }

.slider-content-middle .member-center {
  background-color: rgba(218, 64, 43, 0.7);
  border-color: #d80006; }

a.member-center {
  background-color: #d80006;
  border-color: #d80006; }

.topbar-call i {
  color: #fff !important; }

#form-validation ul {
  padding-left: 30px;
  margin-bottom: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .desktopTopFixed .menu-links div.buttons a.button {
    display: none; }
  .desktopTopFixed .menu-links div.buttons a.button:last-child {
    display: block; }
  .desktopTopFixed ul.menu-links > li > a {
    padding: 13px 7px !important; } }

@media only screen and (max-width: 991px) {
  .mega-menu {
    min-height: 87px; }
  header .mega-menu .menu-logo img {
    height: 56px; } }

@media only screen and (max-width: 768px) {
  ul.menu-links > li > a {
    padding: 10px 8px !important; }
  ul.menu-links > li.active > a {
    color: #20467f !important; }
  .page-title.white-vertically-centered {
    padding-top: 160px !important;
    padding-bottom: 100px !important; }
  .menu-links div.buttons {
    display: block;
    margin-top: 16px;
    width: 100%; }
    .menu-links div.buttons a.button {
      font-size: 10px;
      padding: 3px 10px;
      margin-left: 10px;
      width: 94%;
      float: left; }
    .menu-links div.buttons a.button.gray {
      color: #aaaaaa !important; }
    .menu-links div.buttons a.button.gray:hover {
      color: #fff !important; }
  .topbar .topbar-call ul li a:last-child {
    margin-right: 0px !important; }
  .topbar .social-buttons {
    display: none; }
  .topbar-call i {
    color: #d80006 !important; } }

.mega-menu .drop-down {
  background-color: rgba(255, 255, 255, 0.9); }

.page-title.light-overlay::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(/frontend/images/white-overlay.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #413f3f4d; }

.page-title.white-vertically-centered {
  padding-top: 260px;
  padding-bottom: 200px; }

.page-title.white-vertically-centered h1, .page-title.white-vertically-centered ul.page-breadcrumb li a {
  color: #fff; }

.center-col {
  margin: 0 auto; }

.skill:not(:first-child) {
  margin-top: 40px; }

.st-menu ul.menu li a {
  font-size: 25px; }

.st-menu .st-header {
  padding: 30px 15px 0 30px; }
  .st-menu .st-header img {
    float: left; }

.modal-open .st-pusher {
  position: inherit; }

.isotope .grid-item .modal img {
  width: auto !important; }

.theme-bg a.popup-youtube {
  color: #d4d2d2; }

testimonial a.popup-youtube {
  text-decoration: underline; }

.section-title em {
  color: #0079fc; }

#contactform form {
  width: 100% !important; }

#contactform .col-md-4 {
  float: left; }

#contactpagemap #map > div:first-child {
  height: 555px !important; }

.waterdrop-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }

.line-effect {
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.overlay:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1); }

.overlay:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -o-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0); }

.overlay:before, .overlay:after {
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1; }

.offer-banner-1 {
  position: relative;
  height: 100%; }

.offer-banner-1 .banner-content {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  z-index: 2; }

.offer-banner-1 .banner-content strong {
  display: block;
  color: #fff;
  margin: 20px 0px; }

.offer-banner-1 .banner-image.bg-overlay-black-50:before {
  z-index: 1; }

.offer-banner-1:hover .line-effect .overlay:before, .offer-banner-1:hover .line-effect .overlay:after {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s; }

@media only screen and (min-width: 1200px) {
  .offer-banner-1 h1 {
    font-size: 30px; } }

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .offer-banner-1 h1 {
    font-size: 20px; } }

@media only screen and (max-width: 768px) {
  .waterdrop-bg {
    background-repeat: no-repeat;
    background-size: 0px 0px; } }

.col-md-15 {
  width: 20% !important; }

.secondary-color {
  color: #d80006 !important; }

.offer-banner-1 .banner-content {
  padding: 20px; }

.offer-banner-1 .banner-image img {
  width: 100%; }

.offer-banner-2 {
  height: 458px;
  display: block;
  width: 100%; }

.offer-banner-2 .banner-bg {
  display: table;
  height: 100%;
  position: relative;
  width: 100%; }

.offer-banner-2 .line-effect {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.offer-banner-2 .banner-content {
  position: relative;
  z-index: 99; }

.offer-banner-2 .banner-content h1 {
  position: relative;
  padding-bottom: 10px; }

.offer-banner-2 .banner-content h1:before {
  position: absolute;
  content: "";
  background: #84ba3f;
  width: 60px;
  bottom: 0px;
  margin-left: -30px;
  height: 1px;
  left: 50%; }

.offer-banner-2 .banner-content strong {
  display: block;
  color: #000;
  margin: 20px 40px; }

.offer-banner-2 .banner-content span {
  display: block;
  color: #000;
  margin: 20px 0px; }

.offer-banner-2 .overlay:before {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1); }

.offer-banner-2 .overlay:after {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  -o-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0); }

.offer-banner-2:hover .line-effect .overlay:before, .offer-banner-2:hover .line-effect .overlay:after {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s; }

.owl-carousel.ontopdots .owl-dots {
  bottom: 26px;
  position: absolute; }

.bs-callout .icon-box {
  display: block;
  width: 56px;
  margin: 0 15px; }

.bs-callout .info-box {
  display: block;
  width: 84%; }

.alerts-and-callouts .entry-meta ul li {
  display: inline-block;
  margin-right: 12px; }

.acd-heading {
  padding: 15px 45px 15px 0px !important; }

.sidebar-widget .acd-group {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }

.sidebar-widget .acd-group:last-child {
  border-bottom: 0px !important; }

.sidebar-widget .bs-callout .icon-box {
  width: 30px; }

.sidebar-widget .bs-callout .info-box {
  width: 70%; }

.isotope.popup-gallery .grid-item {
  padding: 0 8px 8px 0 !important; }

footer .footer-social-big ul li.youtube {
  background-color: #ff0000; }

footer .footer-social-big ul li.twitter {
  background-color: #429cd6; }

.plant-metrics p {
  margin-bottom: 0px; }
  .plant-metrics p span {
    font-size: 22px !important;
    display: block !important;
    font-weight: 600;
    margin: 10px 0 5px !important;
    color: #20467f;
    line-height: 40px; }

.wrapper .login-gradient-03::before {
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #0d59f5));
    background: -webkit-linear-gradient(-315deg, #f9f9f9 0%, #0d59f5 100%);
    background: -webkit-linear-gradient(45deg, #f9f9f9 0%, #0d59f5 100%);
    background: linear-gradient(45deg, #f9f9f9 0%, #0d59f5 100%);
}
form #autocomplete_search{
	border: solid #20467f;
	border-radius: 0px;
}
.blog .timeline {
    height: 100%;
}
.blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
    left: -56px !important;
}
.blog .timeline > li > .timeline-panel {
	border: 1px solid #e3e0e0;
}
.blog .timeline > li > .timeline-panel::before{
	border-top: 15px solid transparent;
	border-left: 15px solid #f7f7f7;
    border-left-width: 15px;
	border-right: 0 solid #d9d8d8;
    border-right-width: 0px;
	border-bottom: 15px solid transparent;
}
.hide{ display: none;}
#cross-connection-survey p.control-label {
    color: #313030;
}
#cross-connection-survey .control-radio label {
    margin-right: 20px;
}
#cross-connection-survey select.form-control{
	height:50px;
}
#cross-connection-survey .control-checkbox>label {margin-right:15px;}
#cross-connection-survey .control-checkbox label input,
#cross-connection-survey .control-radio label input
{margin-right:3px;}

#cross-connection-survey .login-title{
	background-color:#d80006;
}
#cross-connection-survey .login-title h2{
	text-align:center;
}
#cross-connection-survey #form-field-ReceiveTextNotifications label{
	font-size:10px;
}
#cross-connection-survey #form-field-CellPhone{
	margin-bottom:2px;
}

/* Inline Form Error Notification */
form.form div[class*="undefined"]:not(:empty) {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 20px;
    margin-top: 10px;
}
form.form .error-notification {
    display: none;
}

.error-notification:not(:empty) {
    color:#721c24;
    background-color:#f8d7da;
    border-color:#f5c6cb;
    padding: 20px;
    margin-bottom:25px
}
.error-notification ul {
    margin: 0 0 20px 20px;
}
.search-no-result {
    padding: 60px 0px;
}

.search-no-result .bg-title h2 {
    font-size: 250px !important;
    line-height: 200px !important;
}
.six-steps .stepwizard-step{
	width:16.6%;
}
.modal-content .stepwizard .stepwizard-step{
	width:100%;
}
#form-field-IsAttending{
	font-size:16px;
}
.shareurl {
    float: right;
    display: block;
    padding-top: 5px;
}

.shareurl .label {
    color: #000;
    background-color: #eee;
    padding: 5px 12px;
    border-radius: 0px;
    border: solid 1px #e9e9e9;
}

.shareurl .url {
    padding: 5px 9px;
    border: solid 1px #e9e9e9;
    font-size: 13px;
}


/*counter-small*/
.counter.counter-small .not-timer {
    font-size: 30px;
    font-weight: 600;
}

/*big-counter*/
.counter.big-counter .not-timer {
    font-size: 70px;
    font-weight: 600;
}
.counter .not-timer {
    display: block;
    font-size: 44px;
    font-weight: 600;
    line-height: 40px;
    margin: 20px 0 5px;
}

.accordion.animated .acd-group .acd-heading {
   color: #626262 !important;
}


.menu-right-align {
    right: 0 !important;
    margin-left: 0px !important;
}

.form-control-xl {
    font-size: 21px !important;
}

.service-lookup .stepwizard-row::before {
    top: 25%;
    height: 75%;
    background-color: rgba(255,255,255,.6);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.service-lookup .login-title {
    background-color: #d80006;
}
.service-lookup #autocomplete_search {
    border: solid #20467f !important;
    border-radius: 0px;
}
.xl-form-font{
	font-size:1rem;
}
.parallax{
	overflow: hidden !important;
}