/*****************************
// STRUCTURE
*****************************/
/*=====================
    CUSTOMER BRANDING
    ==================  */
/*  ===================
    BUSINESS BRANDING
    ==================  */
.red-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee703d), to(#d2514d));
  background-image: linear-gradient(#ee703d, #d2514d);
}

.blue-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2dafbe), to(#006eac));
  background-image: linear-gradient(#2dafbe, #006eac);
}

/*  ===================
    GLOBALS
    ==================  */
body {
  background: #dfe4e6;
  font-family: 'Open Sans', sans-serif;
}

body {
	background: #191934;
}

a, a:hover, a:active {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #363a43;
}

a:hover {
  text-decoration: none;
}

/* Headings */
h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  color:#fff;
}

.palette-White h2 {
	color:#363a43;
}

@media (min-width: 992px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.1rem;
  }
}

h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  h5 {
    font-size: 1.2rem;
  }
}

.container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }
}

/* Colour Helpers */
.bgYellow {
  background: #FFA800;
}

.bgRed {
  background: #d2514d;
}

.bgPlum {
  background: #ae5674;
}

.bgOrange {
  background: #ee703d;
}

.bgDark {
  /*background: #363a43;*/
  background: #191934
}

.bgBlue {
  background: #006eac;
}

.bgAqua {
  background: #2dafbe;
}

.bgGreen {
  background: #217652;
}

.bgNavy {
  background: #3a2651;
}

.border-Yellow {
  border: solid 1px #FFA800;
}

.border-Red {
  border: solid 1px #d2514d;
}

.border-Plum {
  border: solid 1px #ae5674;
}

.border-Orange {
  border: solid 1px #ee703d;
}

.border-Dark {
  border: solid 1px #363a43;
}

.border-Blue {
  border: solid 1px #006eac;
}

.border-Aqua {
  border: solid 1px #2dafbe;
}

.border-Green {
  border: solid 1px #217652;
}

.text-red {
  color: #d2514d;
}

.text-orange {
  color: #ee703d;
}

.text-plum {
  color: #ae5674;
}

.text-yellow {
  color: #FFA800;
}

.text-dark {
  color: #363a43;
}

.text-blue {
  color: #006eac;
}

.text-aqua {
  color: #2dafbe;
}

.text-green {
  color: #217652;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

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

::placeholder {
  color: #fff;
}

.b2 {
  border-width: 2px !important;
}

.top-bar,
footer {
  background: #d2514d;
}

.business .top-bar,
.business footer {
  background: #006eac;
}

.btn {
  text-transform: uppercase;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul {
  list-style-type: none;
}

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

input[type=text]:focus {
  outline: none;
}

input[type=text]:focus::-webkit-input-placeholder {
  /* Edge */
  font-size: large;
}

input[type=text]:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: large;
}

input[type=text]:focus::-ms-input-placeholder {
  font-size: large;
}

input[type=text]:focus::placeholder {
  font-size: large;
}

img.white {
  -webkit-filter: brightness(7.5);
          filter: brightness(7.5);
}

.b2 {
  border-width: 2px !important;
}

.w-85 {
  width: 85% !important;
}

.main-modal {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  opacity: 0;
  display: none;
}

.main-modal .continue {
  border: none !important;
  cursor: pointer;
}

.imgBg {
  background-position: center;
}

.pay-bill {
  z-index: 100;
  opacity: 0;
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9) !important;
}

.pay-bill .embed-responsive {
  height: 100%;
}

@media (min-width: 768px) {
  .pay-bill {
    padding: 5em;
  }
  .pay-bill .embed-responsive {
    height: unset;
  }
}

.top-bar ul {
  list-style-type: none;
}

.top-bar ul li a {
  color: #fff;
}

.top-bar ul li a:hover {
  background: #dfe4e6;
  color: #363a43;
}

.top-bar ul li a.active {
  background: #dfe4e6;
  color: #363a43;
}

.logo {
  margin-bottom: 5px;
}

.logo img {
  max-height: 60px;
  width: auto;
}

@media (min-width: 768px) {
  .logo img {
    max-height: unset;
    max-width: 150px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .logo img {
    max-width: 180px;
  }
}

.menu-btn div {
  background-color: black;
  width: 25px;
  height: 3px;
  margin: 4px 0;
}

@media (min-width: 768px) {
  .menu-btn div {
    width: 35px;
    height: 5px;
    margin: 6px 0;
  }
}

.menu-btn span {
  display: block;
  cursor: pointer;
}

.main-menu ul {
  list-style-type: none;
  font-weight: 500;
}

.main-menu ul li a {
  color: #363a43;
  cursor: pointer;
}

.main-menu ul li a {
  color: #fff;
  cursor: pointer;
}

.main-menu ul li ul {
  display: none;
}

.main-menu ul li:hover a {
  color: #fff;
  background: #363a43;
}

.main-menu ul li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #363a43;
  width: calc(50%);
  z-index: 1;
}

.main-menu ul li:last-child:hover ul{
	width:300px;
	margin-left: -104px !important;
}

@media (min-width: 768px) and (max-width: 1389px) {
	.main-menu ul li:last-child:hover ul{		
		margin-left: -147px !important;
	}
	
	.main-menu .ml-4:not(.sub-menu),
	.main-menu .mx-4:not(.sub-menu) {
	  margin-left:0.25rem!important
	}
}

@media (min-width: 871px) and (max-width: 1076px) {
	.main-menu ul li:last-child:hover ul{		
		margin-left: -165px !important;
	}
}

@media (min-width: 768px) and (max-width: 870px) {
	.main-menu ul li:last-child:hover ul{		
		margin-left: -197px !important;
	}
}

.main-menu ul li:hover ul li a {
  display: block;
  padding: 1em;
}

.main-menu ul li:hover ul li:hover {
  background: #d2514d;
}

.main-menu ul li:hover ul li:hover a {
  background: #d2514d;
  color: #fff;
}

.main-menu ul.blue li:hover ul li:hover {
  background: #006eac;
}

.main-menu ul.blue li:hover ul li:hover a {
  background: #006eac;
  color: #fff;
}

.mob-menu .modal-dialog {
  height: 100vh;
  background: #363a43;
}

.mob-menu .modal-content {
  background: #363a43;
  border: 0;
  height: 100vh;
}

.mob-menu .logo img {
  max-height: 60px;
  width: auto;
}

.mob-menu ul {
  display: block;
  width: 90%;
  margin: 0 auto;
  list-style-type: none;
  font-size: .8rem;
}

.mob-menu ul li {
  text-transform: uppercase;
  border: solid 1px #6b6b6b;
  margin-bottom: 15px;
}

.mob-menu ul li a {
  color: #fff;
}

.mob-menu ul li ul {
  width: 100%;
  text-indent: 3%;
}

.mob-menu ul li ul li {
  border: none;
  border-bottom: solid 1px #6b6b6b;
  margin-bottom: 0;
  text-transform: initial;
}

.mob-menu ul li ul li:first-child {
  border-top: solid 1px #6b6b6b;
}

.mob-menu ul li ul li a {
  display: block;
  padding: 1em 0;
  color: #fff;
}

footer {
  min-height: 100px;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  display: inline-block;
  width: 48%;
}

footer a, footer a:visited {
  color: #fff;
}

footer a:hover, footer a:active {
  color: lavender;
}

footer .social i {
  font-size: 3rem;
}

.lowerFooter .links a {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .lowerFooter .links a {
    width: 32%;
    display: block;
  }
}

.mob-menu .close-icon {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.mob-menu .close-icon:hover::before, .mob-menu .close-icon:hover::after {
  background: #d2514d;
}

.mob-menu .close-icon.blue::before, .mob-menu .close-icon.blue::after {
  background: #006eac;
}

.mob-menu .close-icon::before, .mob-menu .close-icon::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #d2514d;
}

.mob-menu .close-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mob-menu .close-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mob-menu .close-icon.pointy::Before, .mob-menu .close-icon.pointy::after {
  width: 200%;
  left: -50%;
}

.mob-menu .close-icon.thick::before, .mob-menu .close-icon.thick::after {
  height: 4px;
  margin-top: -2px;
}

[class*="icon"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #d2514d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*="icon"]:after, [class*="icon"]:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*="icon-arrow"] {
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  margin: 10px;
}

[class*="icon-arrow"]:before {
  right: 0;
  top: -2px;
  position: absolute;
  height: 2px;
  -webkit-box-shadow: inset 0 0 0 32px;
          box-shadow: inset 0 0 0 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 13px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

[class*="icon-arrow"][class*="-right"] {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  left: 1px;
}

[class*="icon-arrow"][class*="-right"]:before {
  width: 15px;
}

[class*="icon-arrow"][class*="-down"] {
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}

[class*="icon-arrow"][class*="-left"] {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

i.orange[class*="icon"] {
  color: #ee703d;
}

.business i.orange[class*="icon"] {
  color: #fff;
}

i.yellow[class*="icon"] {
  color: #FFA800;
}

i.red[class*="icon"] {
  color: #d2514d;
}

i.blue[class*="icon"] {
  color: #006eac;
}

.search-wrapper {
  position: absolute;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  top: 7px;
}

.search {
  position: relative;
  width: 20px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
}

.search__circle {
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 100px;
}

.search__rectangle {
  position: absolute;
  right: -5px;
  bottom: 5px;
  width: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

[aria-expanded=true] i {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

i.red {
  color: #d2514d;
}

i.blue {
  color: #006eac;
}

.faq-header {
  margin-bottom: -2%;
}

.faq-header input {
  text-indent: 40px;
  border-width: 2px !important;
}

.faq-block a:hover {
  color: inherit;
  text-decoration: underline;
}

.blog-container a {
  color: #ee703d;
}

.blog-container .pagination ul {
  list-style-type: none;
}

.blog-container .pagination li {
  display: block;
  margin: 0 10px;
}

.blog-container .pagination li.active {
  color: #d2514d;
}

.blog-container .pagination li.disabled {
  display: none;
}

.blog-container .pagination li a {
  color: #ee703d;
}

.blog-container .pagination li [rel*='prev'],
.blog-container .pagination li [rel*='next'] {
  color: #d2514d;
}

@media (min-width: 768px) {
  .blog-container .related-item .image {
    width: 90%;
  }
  .blog-container .related-item .content {
    width: 50%;
  }
}

.blog-container .related-item .content {
  width: 100%;
}

.blog-container .back2news a:hover {
  color: inherit;
  text-decoration: underline;
}

.dev-search {
  width: 100%;
}

@media (min-width: 576px) {
  .dev-search {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .dev-search {
    width: 100%;
  }
}

.dev-search input {
  border-width: 2px !important;
  text-indent: 15%;
  width: 100%;
}

@media (min-width: 576px) {
  .dev-search input {
    text-indent: 12%;
  }
}

@media (min-width: 768px) {
  .dev-search input {
    text-indent: 12%;
    width: 75%;
    max-width: 320px;
  }
}

.dev-search .search {
  padding: 3px 0;
}

.dev-search .dev-search-results {
  z-index: 1;
}

.dev-search .dev-search-results a {
  color: #000;
}

.dev-search .dev-search-results a:hover {
  background: #eee;
  color: #000 !important;
}

.hover-overlay .overlay-wrap {
  overflow: hidden;
}

.hover-overlay .overlay-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.hover-overlay .overlay-wrap .overlay {
  position: absolute;
  top: calc(94%);
  width: 100%;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .hover-overlay .overlay-wrap .overlay h3 {
    font-size: 0.9rem;
    padding: 0 10px;
  }
}

.hover-overlay .overlay-wrap:hover .overlay {
  top: 0px !important;
  height: 100%;
}

@media (min-width: 768px) {
  section.header-banner .text-content
> div {
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  section.header-banner .text-content
> div {
    max-width: 65%;
  }
}

.full-text p {
  display: block;
  margin: 0 auto;
}

.text-image.bg-white {
  background: #fff;
}

@media (min-width: 768px) {
  .text-image.bg-white {
    background: transparent !important;
  }
}
/*# sourceMappingURL=theme.css.map */

.container-fluid img {object-fit: cover;height: auto;width: 100vw;}
video {width:100%;}

.container.type-of-meter,
section .container .row:not(.h-100.mx-0) > div:not(.border-bottom) {border-radius:8px;}
section .container .row > div .row:not(.border-bottom) {border-radius:8px;}
section .container .row.h-100.mx-0 > div:not(.border-bottom) {border-radius:8px 8px 0 0;}
section .container .row.h-100.mx-0 > div:not(.border-bottom) img {border-radius:0 0 8px 8px;}
section .container .row > div:not(.border-bottom).col-md-5,
.container .row .col-12.col-md-6 {border-radius: 8px 0 0 8px;}
section .container .row > div:not(.border-bottom).col-md-7,
.container .row .col-12.col-md-6 + .col-12.col-md-6 img,
.container .row .col-12.col-md-6 + .col-12.col-md-6 {border-radius: 0px 8px 8px 0;}
.container-fluid.mb-3.px-1 .container.bg-white {border-radius: 8px;}
.whr-item,
.card.bg-white.p-2.p-md-3.rounded-0,
.container.palette-White.p-3.shadow,
.container.palette-Orange.py-5.my-3,
.container.palette-Plum.py-3.py-md-4.type-of-meter {border-radius: 8px !important;}

.whr-items {margin-left: 0;padding-left: 0;}
 
.d-block.rounded-circle.p-1.p-md-2.p-md-3.px-1.b2.border.border-dark {border-color:#fff !important;}
.d-block.rounded-circle.p-1.p-md-2.p-md-3.px-1.b2.border.border-dark i {color:#fff !important;}
.row-background-White .d-block.rounded-circle.p-1.p-md-2.p-md-3.px-1.b2.border.border-dark i {color:#343a40 !important;}
.row-background-White h2 {color:#343a40 !important;text-align:Center;}

article > div > img {border-radius: 8px 8px 0 0;}
article section {border-radius:0 0 8px 8px;}

.row.justify-content-center .col-12.col-md-3 {border-radius: 8px 0 0 8px;}
.row.justify-content-center .col-12.col-md-8 {border-radius: 0 8px 8px 0;}

.row.hover-overlay {margin-right: -30px;}
.row.hover-overlay .overlay-wrap {border-radius: 8px !important;overflow: hidden;padding-right: 0;box-sizing: border-box;padding-left:0;-ms-flex: 0 0 25%;flex: 0 0 23.51%;margin: 0 20px 0 0;}

.container-fluid .carousel__item img {height: auto !important;}

@media (max-width: 768px) {
  section .container .row > div:not(.border-bottom).col-md-5,
  section .container .row > div:not(.border-bottom).col-md-5 img,
  .container .row .col-12.col-md-6,
  .row.justify-content-center .col-12.col-md-3 {border-radius:8px 8px 0 0;}
  
  section .container .row > div:not(.border-bottom).col-md-7,

  .container .row .col-12.col-md-6 + .col-12.col-md-6 {border-radius: 0;}
  
  .container-fluid img {object-fit: cover;height: auto;width: 100%;}
  .menu-btn div {background:#fff;}
  
  .col-12.col-md-6.pl-0.pr-0.d-flex.align-items-center,
  .row.justify-content-center .col-12.col-md-8 {border-radius: 0  0 8px 8px;}
  
  .logo img {max-height: 120px;height: auto;width: auto;}
}
