/*@blue: #003562;*/
/*@green: #2ea443;*/
/*@grey-text: #919191;*/
body * {
  font-family: 'Titillium Web', sans-serif;
  line-height: 1.2;
}
@media only screen and (min-width: 1600px) {
  .container-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner-wrapper {
    padding: 0 63px;
  }
}
.btn,
.bg-blue {
  background-color: #13355f;
  color: white;
}
.bg-green {
  background-color: #008a19;
  color: white;
}
.bg-white {
  background-color: white;
  color: #13355f;
}
.bg-grey-gradient {
  background: linear-gradient(#f6f7f6, #dbdbdb);
}
.btn {
  text-transform: uppercase;
  border-radius: 8px;
  width: 100%;
  font-weight: 700;
}
.btn a {
  color: white;
  text-decoration: none;
}
.btn:hover,
.btn.bg-blue:hover {
  background-color: transparent;
  border: 1px solid #13355f;
  color: #13355f;
}
.btn:hover a,
.btn.bg-blue:hover a {
  color: #13355f;
}
.btn.bg-green:hover {
  background-color: transparent;
  border: 1px solid #008a19;
  color: #008a19;
}
.btn.bg-green:hover a {
  color: #008a19;
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 0 6px;
  }
}
.title {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1199px) {
  .title {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 991px) {
  .title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 1.1em;
  }
}
section:not(#banners) {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  section:not(#banners) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* slider */
.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 37px;
  color: rgba(0, 0, 0, 0.5);
}
.slick-prev {
  z-index: 1;
  left: -35px;
}
.slick-prev::before {
  content: '\f053';
}
.slick-next {
  right: -26px;
}
.slick-next::before {
  content: '\f054';
}
.slick-dots {
  bottom: -60px;
}
.slick-dots li {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 12px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button::before {
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f10c';
  text-align: center;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  content: '\f111';
  color: white;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 16px;
    height: 16px;
  }
  .slick-dots li button::before {
    font-size: 16px;
    line-height: 16px;
  }
}
/* banner */
#banners .slick-track {
  height: 500px;
}
#banners .slick-prev:before,
#banners .slick-next:before {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.25);
}
#banners .slick-prev {
  left: 30px;
}
#banners .slick-next {
  right: 37px;
}
#banners .slick-dots {
  bottom: 0;
}
#banners .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#banners .banner .title {
  font-size: 2.5em;
  color: white;
}
#banners .banner .content {
  font-size: 1.5em;
  color: white;
}
#banners .banner .links {
/*  display:flex;*/
/*  justify-content:space-between;*/
}
#banners .banner .btn {
/*  width: max-content;*/
  width: 47%;
  padding: 16px;
  margin-right:16px;
}
#banners .banner .btn:hover {
  background-color: white;
}
@media only screen and (min-width: 1200px) {
  #banners .banner .container-wrapper {
/*    padding-right: 45%;*/
    padding-right: 40%;
  }
}
@media only screen and (min-width: 991px) and (max-width:1199px){
  #banners .banner .container-wrapper {
    padding-right: 34%;
  }
}
@media only screen and (max-width: 1199px) {
  #banners .slick-track {
    height: 390px;
  }
  #banners .banner .title {
    font-size: 2em;
  }
  #banners .banner .content {
    font-size: 1.2em;
  }
  #banners .banner .btn {
    padding: 16px;
  }
}
@media only screen and (max-width: 991px) {
  #banners .banner .title {
    font-size: 1.5em;
  }
  #banners .banner .content {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  #banners .slick-track {
    height: 300px;
  }
  #banners .banner .title,
  #banners .banner .content p {
    margin-bottom: 0.5rem;
  }
  #banners .banner .title {
    font-size: 1.3em;
  }
  #banners .banner .content {
    font-size: 1em;
  }
  #banners .banner .btn {
    padding: 4px 16px;
    width:100%;
  }
  #banners .banner .links .btn:first-child {
    margin-bottom:0.5rem;
  }
}
/* quick-link */
#quick-link .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#quick-link .col a {
  text-align: center;
  color: #13355f;
  font-weight: 700;
  text-transform: uppercase;
}
#quick-link .col a .title {
  margin-top: 1rem;
  font-size: 1.2em;
}
@media only screen and (max-width: 991px) {
  #quick-link .col a img {
    width: 80px;
  }
  #quick-link .col a .title {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #quick-link {
    padding-bottom: 22px !important;
  }
  #quick-link .col a img {
    width: 70px;
  }
  #quick-link .col a .title {
    font-size: 0.8em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
/*  time-of-use  */
#time-of-use {
  position: relative;
}
#time-of-use #timeBar {
  display: flex;
  align-items: center;
}
#time-of-use #timeBar #clock {
  margin-right: 1rem;
}
#time-of-use #timeBar #timeBarItems {
  flex-grow: 1;
  position: relative;
  
  display: flex;
  flex-direction: column;
}
#time-of-use #timeBar #timeBarItems .title {
  color: #757575;
}
#time-of-use #timeBar #timeBarItems button {
  position: absolute;
  top: 0;
  right: 0;
  width: inherit;
}
#time-of-use #timeBar .widget {
  position: relative;
  background: #e3e5e9;
  display: flex;
  flex-direction: row;
  width: 170px;
  border: 1px solid #afb7c7;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 1px black;
  margin-top: 8px;
  transition: 1s;
  left: 0;
  
  order: 1;
}
#time-of-use #timeBar .widget .left {
  padding: 5px 10px;
}
#time-of-use #timeBar .widget .left p:first-of-type {
  font-size: 1.025rem;
  font-weight: bold;
  color: #38414a;
  margin: 0;
  padding: 0;
}
#time-of-use #timeBar .widget .left p:last-of-type {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  color: #38414a;
  margin: 0;
  padding: 0;
}
#time-of-use #timeBar .widget .right {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #afb7c7;
  font-size: 1.375rem;
  flex-grow: 1;
}
#time-of-use #timeBar .widget:after {
  content: " ";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -5px;
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent #e3e5e9 transparent;
}
#time-of-use #timeBar .bar {
  display: flex;
  border: 3px solid black;
  border-radius: 8px;
  
  order: 0;
}
#time-of-use #timeBar .bar div {
  color: #ffffff;
  font-size: 1.2em;
  padding: 2px 8px;
}
#time-of-use #timeBar .bar div:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#time-of-use #timeBar .bar div:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#time-of-use #timeBar .bar .offpeak {
  background: #008a19;
}
#time-of-use #timeBar .bar .onpeak {
  background: #d43939;
}
#time-of-use #timeBar .bar .midpeak {
  background: #fac90e;
  color: black;
}
#time-of-use .flashing {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
.tooltip > .tooltip-inner {
  background-color: #13355f;
  font-size: 18px;
}
/*@media only screen and (max-width:991px) {
        #time-of-use #timeBar {
            .bar div {
                font-size: 0.8em;
            }
        }
    }*/
@media only screen and (max-width: 767px) {
  #time-of-use #timeBar #clock {
    display: none;
  }
  #time-of-use #timeBar .bar div {
    font-size: 0.8em;
  }
}
/* news */
#news #news-slider {
  margin-left: -15px;
  margin-right: -15px;
}
#news .title {
  color: #13355f;
}
#news .title span.btn_news {
  /*                background-color: @blue;*/

  /*                color: white;*/

  /*                font-weight: 700;*/

  float: right;
}
#news .news-items {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #757575;
  background-color: white;
  border-radius: 8px;
}
#news .date {
  text-transform: uppercase;
  color: #757575;
  font-weight: 700;
}
#news .news-title {
  font-size: 1.5em;
  color: #13355f;
  font-weight: 700;
}
#news .btn {
  margin-top: auto;
  width: max-content;
}
@media only screen and (max-width: 1199px) {
  #news .news-title {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 575px) {
  #news .news-items {
    min-height: 150px;
  }
}
/* social feed */
#timeline_feed1.sboard .sb-item a.sb-crop {
  background-size: cover;
  background-position-y: top;
}
#social-feed {
  background-color: #13355f;
}
#social-feed .title {
  color: white;
}
#social-feed .title i {
  margin-left: 8px;
}
/* ads */
#ads .ad-items {
  padding: 15px;
  border: 1px solid #757575;
  border-radius: 8px;
  margin: 0 15px;
}
#ads .ad-items img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
#ads .slick-dots li button:before {
  color: #13355f;
}
/* modal */
@media only screen and (min-width: 1024px) {
  .modal-dialog {
    max-width: 1000px;
  }
}
.modal-header .close {
  padding: 8px 1rem;
  font-size: 3em;
}
.modal-title {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #13355f;
}
.modal-body .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.modal-body .title {
  font-size: 1.2em;
  margin-top: 16px;
  margin-bottom: 8px;
}
.modal-body .description {
  font-size: 1.2em;
}
@media only screen and (max-width: 1199px) {
  
}
/* #modal-search */
#modal-search {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 10;
  max-height: 500px;
  overflow-y: scroll;
}
#modal-search .search-results {
  list-style-type: none;
  padding-inline-start: 0;
}
#modal-search .search-results li {
  border: 1px solid #e0dfe0;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}
#modal-search .search-results li:hover {
  border-color: #008a19;
  background-color: #e0dfe0;
}
#modal-search .search-results li h2 {
  font-weight: 400;
}
#modal-search .search-results li .description {
  color: #008a19;
}
#modal-search .search-results li a:hover {
  text-decoration: none;
}
