body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "HelveticaNeue", Helvetica;
  border-top: 4px solid #00148C;
}

/************* Standard Classes *************/
.font-size-small{
  font-size: 12px;
}

.u-color-foreground-white,
.u-color-background-white{
  color: white;
}

.u-color-foreground-brand{
  color: #00148C;
}

.u-color-background-blue{
  background: #009DDC;
}
.u-color-background-brand{
  background-color: #00148C;
}

.container{
  margin-left: auto;
  margin-right: auto;
}

.container--constrained{
  max-width: 1590px;
}

.u-margin-top{
  margin-top: 24px;
}

.u-margin-top-large{
  margin-top: 48px;
}

.u-margin-bottom{
  margin-bottom: 24px;
}

.u-margin-bottom-large{
  margin-bottom: 48px;
}

.u-padding{
  padding: 24px;
}

.page-break{
  height: 2px;
  background: #F0F0F0;
}

.image-right{
  position: unset;
  top: 0;
  right: 0;
  width: 100%;
}

/************* Site Banner *************/

.site-banner{
  position: relative;
}
.site-banner-background{
  top: 0;
  left: 0;
  width: 100%;
}

.site-banner-background-image{
  height: 200px;
  position: relative;
}

.site-banner-background-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.site-banner-content{
  position: relative;
  text-align: left;
  margin: 0;
  padding-top: 16px;
  display: flex;

  padding-left: 24px;
  padding-right: 24px;
}

.site-banner-logo{
  height: 50px;
}

.site-banner-content-inner{
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.site-banner-content-inner-text{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.banner-intro-title span{
  font-size: 21px;
  font-weight: bold;
}

.banner-intro-text p{
  color: #53565A;
  font-size: 18px;
  font-weight: 300;
}

.banner-page-content-title span{
  font-size: 56px;
  font-weight: bold;
}

.banner-page-content-text p{
  font-size: 21px;
  color: #53565A;
  font-weight: 300;
}

/************* Site Content *************/
.site-content{
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.site-content-inner{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-top: 2px solid #F0F0F0;
}

.site-content-inner-left{
  width:100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 24px;
}

.site-content-inner-right{
  width: 100%;
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
}

.powercut-text{
  color: #53565A;
  font-size: 18px;
  font-weight: 300;
  padding: 24px;
}
.tel{
  letter-spacing: 0px;
  color: #00148C;
  opacity: 1;
  text-align: left;
  font-weight: bold;
  font-size: 56px;
}


/***************** Footer ******************/
.site-footer-logo{
  height: 35px;
}

.plc{
  width: 100%;
}

.plc p{
  letter-spacing: 0px;
  color: #53565A;
  opacity: 1;
  text-align: left;
}

.footer-top-bar__columns{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-top-bar__column{
  font-size: 16px;
  padding: 24px;
  flex: 0 1 50%;
  min-width: 375px;
  box-sizing: border-box;
}


.footer-top-bar__columns::before{
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  width: calc(50vw - 50%);
  height: 100%;
  background-color: #00148C;
}

.footer-bar__item{
  margin: 0;
}

.footer-top-bar__column-arrow {
  flex: 1 1 100%;
}

.footer-bottom-wrapper{
  display: flex;
  justify-content: space-between;
}

.ng-copyright{
  font-weight: bold;
}

.developed-by{
  color: #53565A;
}

.developed-by span{
  font-weight: bold;
  color: #00148C;
}

/* From Laptop */
@media(min-width: 1024px){

  .site-banner{
    max-height: 670px;
    height: 100%;
  }

  .site-banner-background{
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .site-banner-background-image{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .image-right{
    position: absolute;
    width: 50%;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 250px 50%, 0% 0%);
  }

  .site-banner-content{
    padding-top: 128px;
    padding-bottom: 256px;
    width: 50%;
    padding-left: 62px;
    padding-right: 62px;
  }

  .site-banner-content-inner-text{
    max-width: 700px;
    margin: 0;
  }

  .site-content{
    height: 200px;
    padding-left: 62px;
    padding-right: 62px;
  }

  .site-content-inner{
    flex-direction: unset;
    border-top: unset;
  }

  .site-content-inner-left{
    max-width: 450px;
    flex-direction: column;
    padding: 24px;
    border-left: 4px solid #0072CE;
    margin-bottom: unset;
  }

  .site-content-inner-right{
    max-width: 350px;
    flex-direction: column;
  }

  .site-content-inner-right div{
    display: flex;
    justify-content: flex-end;

    text-align: right;
    letter-spacing: 0px;
    color: #53565A;
    opacity: 1;
    font-size: 18px;
    font-weight: 300;
  }

  .powercut-text{
    padding: unset;
  }

  /************ Footer **************/
  .plc{
    width: 75%;
  }

  .footer-top-bar__columns{
    flex-wrap: nowrap;
  }

  .footer-top-bar__column{
    flex: 1 1 auto;
    min-width: 0;
  }

  .footer-top-bar__column-arrow{
    max-width: 400px;
    padding-right: 32px;
    clip-path: polygon(calc(100% - 35px) 0%, 100% 50%, calc(100% - 35px) 100%, 0% 100%, 0% 0%);
  }
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('/public/fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}