body {
    background-image: url(https://dev.deltaliquidenergy.com/paymybill/storage/app/media/images/bg-body1.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
}
.no-scroll {
    overflow: hidden;
}
.hidden {
display:none;
}
#content {
    min-height: calc(100vh - 100px);
}
.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 95rem;
    margin: 0 auto;
}
.h1, h1 {
    font-size: 2.4625rem!important;
}
.h2, h2 {
    font-size: 2.1625rem!important;
}
.h3, h3 {
    font-size: 1.6625rem!important;
}
.h4, h4 {
    font-size: 1.4125rem!important;
}
.h5, h5 {
    font-size: 1.25rem!important;
}
#logo {
    min-height: 195px;
}
.no-margin {
    margin: 0!important;
}
.no-padding-horizontal {
    padding-left: 0!important;
    padding-right: 0!important;
}
.button.secondary {
    background-color: #d0d0d0;
    color: #101010;
}
.dle-pymbutton {
    align-self: flex-end;
    padding: 20px;
    font-size: 33px;
    background: red;
    color: #fff;
}
.dle-pymbutton:hover {
    cursor: pointer;
    background: #eee;
    color: #000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#id {min-height:195px;}
.dle-flex {
    display: flex;
    flex-wrap: wrap;
}
.justify-align-center {
    justify-content: center;
    align-items: center;
}
.head {min-height:195px;}
.dle-contact {
    align-self: flex-end;
    margin-left: 2%;
}
.dle-contact h3{
    margin-bottom:1px;
}
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
    opacity: 1;
    pointer-events: auto;
    background: #797979b8;
}
.modal-window > div {
    max-width: 900px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #333333;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
  color: #333333;
}
.modal-header {
    background: #333;
    color: #fff;
    padding: 10px 0 1px;
}
.modal-body {
    padding: 20px;
    max-height: 700px;
    overflow-y: scroll;
}
.modal-footer {
    background:#333;
    color:#ffeb3b;
}
.modal-footer p {
    margin: 0;
    padding: 10px;
}
.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 1.2em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}
.modal-close:hover {
  color: #fff;
}
.accordion-content p, .dle-theme .accordion-content p {
    color: #000;
}
.accordion-title, .dle-theme a.accordion-title {
    background: #005596;
}
.button.selected {
    background: #616161;
    color: #fff;
}
.button.secondary:focus, .button.secondary:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.button {
    padding: 0.55em 1em;
}
.copy {
    color: #1779ba;
}
.copy:hover {
    cursor: pointer;
}
.copied {
    background: #f8ef22;
}
.body {
    height: 60vh;
    margin-top: 2px;
}
.body iframe {
    height: 100%;
    width: 100%;
}
.stacked.button-group {
    margin-top: 2px;
}
.center-object {
    margin: 0 auto;
    display: block;
}
.dle-theme a, .dle-theme .link {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: transparent;
}
.location iframe {
    width: 100%;
    height: 100vh;
}
.dle-news {
    position: absolute;
    background: #fff;
    min-width: 300px;
    max-width: 300px;
    border: 2px solid #006969;
}
.dle-news.minify {
    width: 72px;
    min-width: 72px;
    height: 50px;
    word-break: break-all;
    overflow: hidden;
}
.dle-news.minify span {
    margin-bottom:10px;
}
.an-header {
    font-size: 2rem;
    background: #009696;
    margin-bottom: 10px;
}
.an-header button:after {
    content: " Location News";
}
.an-body p {
    padding: 0 15px;
}
.an-header:hover button:after {
    content: " Close";
}
button.toggle-news {
    padding: 8px 15px 7px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: left;
    color: #fff;
}
.location-news {
    align-self: flex-end;
}
.location-news p{
    margin: 0;
    padding: 0 4px;
}
.warning {
    background: #f7952047;
    color: #a95c00;
    border: 1px solid orange;
}
.message {
    background: #d0d0d08c;
    border: 1px solid #00000040;
}
.critical {
    background: #ff000a1f;
    color: #e21e26;
    border: 1px solid #ff0000ab;
}
.callout.alert p {
    color: #0a0a0a;
}
@media screen and (max-width:640px) { 
.dle-pymbutton {
    width: 100%;
}
.site-name {
    order:1;
}
}
.dle-theme {
    background-color:#005596;
    color:#fff;
}
.dle-theme p {
    color:#fff;
}
.dle-theme a:hover, .dle-theme .link:hover {
    color: #fcee22;
}