/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * electionz.com
 */

/*!
 * Navbar
 */


.ecomSubmit {
	background-color: #003e7e;	
}

.ecomSubmit:hover {
	background-color: #66ad45;	
}

.bg-dark {
	background-color: #003e7e !important;
	}

.lge19 {
	color: #fff;
	background-color: #575757;
	border-color: #ebebeb;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
	padding: 5px;
	}
.lge19:hover {
	color: #fff;
	background-color: #66ad45;
	border-color: #ebebeb;
	}

.lge22 {
	color: #fff;
	background-color: #575757;
	border-color: #ebebeb;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
	padding: 5px;
	}
.lge22:hover {
	color: #fff;
	background-color: #66ad45;
	border-color: #ebebeb;
	}

.lge25 {
	color: #fff;
	background-color: #f5822b;
	border-color: #ebebeb;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
	padding: 5px;
	}

.lge25:hover {
	color: #fff;
	background-color: #66ad45;
	border-color: #ebebeb;
	}

.ratepayer {
	color: #fff;
	background-color: #003e7e;
	border-color: #ebebeb;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
	padding: 5px;
	}
.ratepayer:hover {
	color: #fff;
	background-color: #66ad45;
	border-color: #ebebeb;
	}

.navbar-nav {
	margin-left: 20px;
	}

.navbar-nav a {
	font-size: 14px;
	font-weight: 500;
	}

.navbar-nav a:hover {
	color: #66ad45 !important;
	}

.jumbotron {
	margin-bottom: 0px;
	}

/*!
 * Top Carousel
 */

.ecom-top-carousel {
	margin-top:10px;
	}

.carousel-caption {
	top: 40%;
	transform: translateY(-50%);
	bottom: initial;
	}

.carousel-item-ecom-top img {
	height: 100vh;
	overflow: hidden;
	object-fit: cover;
	margin-top: 50px;
	}

.carousel-inner-ecom-top {
	height: 95vh;
	}

.ecom-carousel h3 {
	color: #fff;
	padding-top: 5px;
	font-size: 75px;
	font-weight: 300;
	}

@media screen and (max-width: 768px) {
.ecom-carousel h3 {
	font-size: 50px !important;
	}
}

.ecom-carousel h3 b {
	font-weight: 700;
	}

.ecom-carousel p {
	color: #fff;
	padding-top: 5px;
	font-size: 24px;
	font-weight: 500;
	}

@media screen and (max-width: 768px) {
.ecom-carousel p {
	font-size: 18px !important;
	}
}


/*!
 * Intro
 */

.ecom-intro p {
	color: #003e7e;
	font-size: 16px;
	margin-bottom: 15px;
	}

.ecom-intro b {
	color: #003e7e;
	font-size: 20px;
	margin-bottom: 20px;
	}

/*!
 * Highlight Carousel
 */

.ecom-highlight {
	top: 100%;
	transform: translateY(-0%);
	bottom: initial;
	padding-top: 90px;
	}

.ecom-highlight i:hover {
	transform: scale(1.2);
	}

.carousel-inner-ecom-highlight  {
	height: 300px;
	background-color: #003e7e;
	padding-bottom: 0px;
	}

.ecom-highlight h3 {
	color: #66ad45;
	padding-top: 5px;
	font-size: 45px;
	font-weight: 500;
	}

.ecom-highlight p {
	color: #66ad45;
	padding-top: 5px;
	font-size: 20px;
	font-weight: 500;
	}

@media screen and (max-width: 768px) {
.ecom-highlight p {
	font-size: 16px !important;
	}
}

.ecom-highlight i {
	color: #66ad45;
	font-size: 30px;
	}

@media screen and (max-width: 768px) {
.ecom-highlight i {
	font-size: 25px !important;
	}
}

/*!
 * Services
 */

.ecom-services {
	margin-bottom: 20px;
	}

.ecom-services i {
	color: #66ad45;
	font-size: 38px;
	margin-bottom: 5px;
	margin-top: 20px;
	}

.ecom-services i:hover {
	transform: scale(1.2);
	}

.ecom-services-container h2 {
	color: #003e7e;
	font-size: 38px;
	font-weight: 700;
	padding-top:50px;
	}

.ecom-services h3 {
	color: #66ad45;
	padding-top: 5px;
	font-size: 24px;
	font-weight: 700;
	}

.ecom-services p {
	color: #003e7e;
	font-size: 16px;
	margin-bottom: 0px;
	}

.ecom-services a {
	color: #66ad45;
	font-weight: 500;
	}

.ecom-services a:hover {
	color: #66ad45;
	font-weight: 700;
	text-decoration: none;
	}

/*!
 * Numbers Carousel
 */

.ecom-numbers {
	top: 100%;
	transform: translateY(-0%);
	bottom: initial;
	padding-top: 80px;
	}

.carousel-inner-ecom-numbers  {
	height: 300px;
	background-color: #66ad45;
	padding-bottom: 20px;
	}

.ecom-numbers h3 {
	color: #003e7e;
	padding-top: 5px;
	font-size: 55px;
	font-weight: 500;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

.ecom-numbers p {
	color: #003e7e;
	padding-top: 5px;
	font-size: 30px;
	font-weight: 500;
	}

.ecom-numbers i {
	color: #003e7e;
	font-size: 35px;
	}

.ecom-numbers i:hover {
	transform: scale(1.2);
	}

@media screen and (max-width: 768px) {
.ecom-numbers p {
	font-size: 20px !important;
	}
}

@media screen and (max-width: 768px) {
.ecom-numbers i {
	font-size: 25px !important;
	}
}

/*!
 * About
 */

.ecom-about {
	margin-bottom: 20px;
	}

.ecom-card {
	margin-bottom: 20px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ebebeb;
  	border-radius: 10px;
	height: 100%;
	}

.ecom-card:hover {
	box-shadow: 1px 1px 5px #ebebeb;
	}

.ecom-about a:hover {
	font-weight: 500;
	text-decoration: none;
	}

.ecom-about-container h2 {
	color: #003e7e;
	font-size: 38px;
	font-weight: 700;
	padding-top:50px;
	}

.ecom-about h3 {
	color: #003e7e;
	padding-top: 5px;
	font-size: 22px;
	font-weight: 500;
	}

.ecom-about p {
	color: #003e7e;
	font-size: 14px;
	margin-bottom: 0px;
	}

.ecom-about img {
	margin-top: 10px;
	}

/*!
 * Contact
 */

.ecom-contact-form h2 {
	color: #003e7e;
	font-size: 38px;
	font-weight: 700;
	padding-top:50px;
	}

.ecom-contact-form p {
	color: #003e7e;
	font-size: 18px;
	margin-bottom: 20px;
	}

.ecom-contact {
	height: 100%;
	margin-bottom: 10px;
	}

.ecom-form {
	height: 100%;
	}

.ecom-contact h4 {
	color: #003e7e;
	font-size: 20px;
	font-weight: 500;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.ecom-contact p {
	color: #003e7e;
	font-size: 16px;
	margin-bottom: 10px;
	}

.ecom-contact i {
	color: #66ad45;
	font-size: 20px;
	padding-top: 10px;
	}

.ecom-contact i:hover {
	transform: scale(1.2);
	}

.ecom-phone {
	padding-bottom: 20px;
	}

.ecom-form h2 {
	color: #003e7e;
	font-size: 38px;
	font-weight: 700;
	padding-top:10px;
	padding-bottom: 20px;
	}

.ecom-form label {
	color: #003e7e;
	font-size: 16px;
	margin-bottom: 10px;
	}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #66ad45;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #66ad45;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #003770;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*!
 * Footer
 */

.ecom-footer-container {
	height: 100px;
	background-color: #003e7e;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-top: 20px;
	}

.ecom-privacy-button {
	border-color: #66ad45;
	}
.ecom-privacy-button:hover {
	background-color: #66ad45;
	}

.modal-header {
	color: #66ad45;
	}

.ecom-footer p {
	color: #66ad45;
	font-size: 14px;
	}

.ecom-footer table {
	color: #003e7e;
	font-size: 14px;
	}

.modal-content p, li {
	color: #003e7e;
	font-size: 14px;
	}

/*!
 * END
 */