 html,
  body {
    height: 100%;
  }

  .overlay {
   position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  } 
  .confirm-box {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    text-align: center;
    background: white;
  }

  .close {
    cursor: pointer;
  }

.hide {
    display: none;
}

.show {
    display: block;
}

@font-face {
    font-family: "Montserrat";
    src:  url('fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.center {
    margin: auto;
    width: 60%;
    padding: 10px;
    }


html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
    font-family: "Montserrat";
    color: #6D6E71 !important;
    font-size: 15px;
}

p{
    margin-bottom: 0px;
}

.moreinfo {
    font-weight: bold;
}

.morenewinfo a{
	font-weight: bold;
	color: #d01317 !important;
	text-decoration: none;
}

.logos1{ 
      margin:0 auto; 
      display:table;
      padding: 0 20px 0 20px;
}


.logos1 li{
  float:left;
}

.morenewinfo a:hover {
    color: #d01317 !important;
    text-decoration: none;
}

.classWithPad { margin:10px; padding:10px; }

.marginbelow {
    margin-bottom: 20px !important;
}

.makemypaymentFormMargin {
    margin-top: 10px;
}

.vertical-center {
  height:100%;
  width:100%;
  text-align: center;  /* align the inline(-block) elements horizontally */
}

.vertical-center .row {
  align-items: center;
  display: flex;
}

.menuImage {
    cursor: pointer; cursor: hand; 
}

.headingText {
    font-weight: 500; 
    font-size: 26px; 
    color: #6D6E71 ;
}

.headingText a {
    color: #27aae1 ;
}

.headingText a:hover {
    color: #27aae1 !important;
    text-decoration: none;
}


.textBlue {
    color: #27aae1;
}

.textnewRed {
    color: #d01317;
}

.textBlack {
    color: #000000;
    line-height: 2.5em;
}
.bluePanel {
    background-color: #27aae1 ; 
    color: white; 
    padding-top: 30px; 
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 1.7;
}

.redPanel {
    background-color: #811523 ; 
    color: white; 
    padding-top: 30px; 
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 1.7;
}

.rednewPanel {
    background-color: #d01317 ; 
    color: white; 
    padding-top: 30px; 
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 1.7;
}

.head-class {
    background-color: #eee;
    color: black;
    display: block;
    height: 120px;
    min-height: 100px;
    font-weight: bold;
}

.GDPR-text {
	display: none;
	background-color: #000000; 
	color: white; 
	font-size: 13px;
	line-height: 1.7;
	padding-top: 10px; 
	padding-bottom: 10px;
	padding-left: 15px; 
	padding-right: 15px;
	text-align: center;
}

.GDPR-text a {
    	text-decoration: none;
    	color: white; 
    	font-size: 13px;
    	transition: 0.3s
}

.scrolling-portion-class {
	position:absolute;
	top: 120px;
	left:0px;
	right:0px;
	bottom:0px;
  	overflow-y:auto;
}

.homePageContentImages {
    margin-bottom: 10px;
}

.gasPageContentImages {
    padding-top: 5px;
}

.subText {
    line-height: 1.8;
}


#footer {
    background: #eee none repeat scroll 0% 0%;
    padding-top: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
    clear: both;
    color: #6D6E71;
    display: block;
    font-size: 12px;
}

#footer img {
    margin-left: 20px;
}

#footer .widgettitle {
    margin: 0px;
    padding: 0px 0px 15px;
    border-bottom: medium none;
}
#footer h4 {
    color: #6D6E71;
    font-weight: bold;
}

#footer ul {
    list-style: outside none none;
    padding-left: 0px;
}

#footer li {
    padding: 4px 0px 0px 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin: 0px;
}

#footer li a {
    color: #6D6E71;
}

#footer hr {
    height: 1px;
    background-color: #6D6E71;
    margin: -5px 0px 5px 0px;
    }

@media (min-width: 920px) {
    #footer .col-md-2 {
        width: 20%;
    } 

    #footer .col-md-3 {
        width: 18%;
    } 

    #footer .col-md-5 {
      width: 42%;
}
}


@media (min-width: 421px) {
    #mobile {
        display: none;
        color: red;
    }
}

@media (max-width: 420px) {
    #desktop {
        display: none;
        color: red;
    }
}


@media (max-width: 420px) {
    #desktop {
        display: none;
    }
    .homePageContentImages {
        text-align: center;
    }
    .headingTextSmall {
       font-size: 16px;
    }
    .subTextSmall {
        line-height: 1.4;
        font-size: 13px;
    }
    .center {
        text-align: center;
    }
    .head-class {
        height: 90px;
        min-height: 90px;
    }
		.scrolling-portion-class {
				top: 90px;
		}
		
    .top10 {
        margin-top: 10px;
    }
    #footer img {
        margin-left: 10px;
        height: 45px;
        width: 45px
    }
    .lessBluePanel {
        display: none !important;
    }
    .bluePanel {
        background-color: #27aae1 ; 
        color: white; 
        padding-top: 10px; 
        padding-bottom: 15px;
        font-size: 17px;
        line-height: 1.7;
    }
    .redPanel {
        background-color: #811523 ; 
        color: white; 
        padding-top: 10px; 
        padding-bottom: 15px;
        font-size: 17px;
        line-height: 1.7;
    }
    h2 {
        font-size: 24px;
    }
}

/* The side navigation menu */
.sidenav {
    list-style: outside none none;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #009fe3;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #f1f1f1 !important;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* Header */

#header a {
    color: black;
    font-weight: bold;
}



.header {
    margin-top:20px;
}

.list-inline {
    color: #D5D5D5;
    margin-top: 9%;
    font-size: 16px;
    font-family: cursive;
}


.header-text {
    position: relative;
    top: 50px;
    color: #fff;
    font: 100 28px "Ubuntu", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 1px 0 #000;
    line-height: 1.3;
    text-align: center;   
}

.header-register {
    text-align: center; 
    position: relative;
    top: 80px;
    
}



.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 15%;
    padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
    margin-top: 10px;
    font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
    .transition-timer-carousel .carousel-caption .carousel-caption-header {
        font-size: 36px;
    }
}
.transition-timer-carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
    z-index: 10;
    color: white;
    opacity: 1;
    background-color: black;
    margin-bottom: 10px;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 1;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
    -moz-transition: width 4.25s linear;
    -o-transition: width 4.25s linear;
    transition: width 4.25s linear;
}

.img-icon {vertical-align:middle ;
	padding-bottom: 8px;
	padding-right: 15px; }

hr.download-hr{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	background-color:#27aae1;
}

.download-subtext{
	font-family: "Montserrat";
	color: #636466!important;
    	font-size: 20px;
    	vertical-align: middle;
}

ul li span{
        font-family: "Montserrat";
        color: #6D6E71 !important;
    	font-size: 15px;
    	vertical-align: text-bottom;
}

.download-bullets {
  list-style-type:square ;
  color: #27aae1; 
  font-size: 150%; 
  vertical-align: middle;
  margin-left: 0em;
  margin-block-start: -5px;
  margin-block-end: -10px;
  text-indent: -.2em;
}

.img-icon-bottom {
    vertical-align: bottom;
    padding-bottom: 6px;
    padding-right: 5px;
}

.img-youtube{
	 padding:15px 0 5px 0;
}

a.headingText-link {color: #ffffff !important;}
a.headingText-link:visited {color:#ffffff;}
a.headingText-link:hover {color:#ffffff;}


/*@charset "utf-8";*/
/* CSS Document */

@media (min-width: 920px) {
    #footer .col-md-2 {
        width: 26% !important;
    } 

    #footer .col-md-3 {
        width: 15%;
    } 

    #footer .col-md-5 {
      width: 39%;
}
}

@media (max-width: 420px) {
    #footer .col-xs-10 {
      width: 100%;
}
    #footer .col-xs-2 {
      width: 100%;
}
}

h2 a{
	color:#fff !important;}
