@charset "utf-8";
.skrollr-desktop body {
  height: 100% !important;
}

.parallax-image-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 116px;
  -webkit-transition: padding-top 300ms ease;
  transition: padding-top 300ms ease;
  z-index: 1;
}

.parallax-image-wrapper.first {
  position: absolute;
  top: 0;
  transform: none !important;
}

.parallax-image-wrapper-50 {
  height: 50%;
  top: -50%;
}

.parallax-image-wrapper-100 {
  height: 100%;
  top: -86%;
}

.parallax-image-outer {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 40px;
}

.parallax-image-center {
  max-width: 1840px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.parallax-image {
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1840px;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  opacity: 0;
}

.parallax-image.slick-slide {
  position: relative;
  transform: none !important;
}

.parallax-image-50 {
  height: 200%;
  top: -50%;
}

.parallax-image-100 {
  height: 100%;
  top: 0;
}

.parallax-image.skrollable-between {
  display: block;
}

.no-skrollr .parallax-image-wrapper {
  display: none !important;
}

#skrollr-body {
  height: 100%;
  overflow: visible;
  position: relative;
  padding-top: 0 !important;
}

.gap {
  background: transparent center no-repeat;
  background-size: cover;
}

.skrollr .gap {
  background: transparent !important;
}

.gap-50 {
  height: 50%;
}

.homeBannerSlider .parallax-image-100 {
  height: calc(100vh - 116px - 160px);
}

.homeBannerSlider.mobile {
  display: none;
}

.homeBannerSlider .parallax-image.slick-cloned {
  opacity: 1 !important;
}

.homeBannerSlider .parallax-image.slick-current {
  opacity: 1 !important;
}

.homeBannerSlider .parallax-image a {
  display: block;
  height: 100%;
}

.no-touch .homeBannerSlider .parallax-image a:hover {
  text-decoration: none;
}

#homeBanner {
  position: relative;
}

.mobileElem.slick-slider {
  display: none;
}

.homeTagline {
  position: absolute;
  width: 100%;
  left: 0;
  top: 13%;
  text-decoration: none;
  font-size: 2.875rem;
  line-height: 1.1;
  display: block;
  padding: 20px 40px 20px 10%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.homeTagline.left {
  text-align: left;
}

.homeTagline.right {
  text-align: right;
  padding-right: 10%;
}

a.withArrow span.btnMore {
  margin-left: 10px;
}

.homeTagline .subTag {
  display: block;
  font-size: 1.125rem;
  color: #333;
  padding-top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.parallax-image.blue .homeTagline a,
.parallax-image.blue .homeTagline a .highlighted {
  color: #1191ba;
}

.parallax-image.yellow .homeTagline a,
.parallax-image.yellow .homeTagline a .highlighted {
  color: #fcac1b;
}

.parallax-image.brown .homeTagline a,
.parallax-image.brown .homeTagline a .highlighted {
  color: #402a24;
}

.no-touch .parallax-image .homeTagline a:hover {
  color: #fff;
  text-decoration: none;
}

.parallax-image .homeTagline a:hover .btnMore {
  background-color: #fff !important;
}

.parallax-image .homeTagline a:hover .btnMore:before {
  border-color: #333 !important;
}

.parallax-image.blue .homeTagline a:hover {
  background-color: rgba(17, 145, 187, 0.9);
}

.parallax-image.blue .homeTagline a:hover .btnMore:before {
  border-color: rgba(17, 145, 187, 0.9);
}

.parallax-image.yellow .homeTagline a:hover {
  background-color: rgba(252, 173, 28, 0.9);
}

.parallax-image.yellow .homeTagline a:hover .highlighted {
  color: #fff;
}

.parallax-image.yellow .homeTagline a:hover .btnMore:before {
  border-color: #050706;
}

.parallax-image.brown .homeTagline a:hover {
  background-color: #fff;
  color: #402a24;
}

.parallax-image.brown .homeTagline a:hover .btnMore {
  background-color: #412a24;
}

.parallax-image.brown .homeTagline a:hover .btnMore:before {
  border-color: #fff;
}

.mainVisualNav {
  position: absolute;
  top: -245px;
  width: 100%;
}

.mainVisualNav.mobile {
  display: none;
}

.mainVisualNav a {
}

#whatsNew {
  position: relative;
  z-index: 20;
}

.whatsNewContainer {
  display: inline-block;
}

.whatsNewContainer:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}

.whatsNewContainer {
  display: block;
  top: -160px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}

.whatsNewContainer .title {
  float: left;
  width: 139px;
  height: 60px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.whatsNewContainer .title h2 {
  font-weight: bold;
  position: relative;
}

.whatsNewContainer .title h2:before {
  margin-top: -12px;
  width: 1px;
  height: 23px;
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
}

.whatsNewContainer .news {
  float: left;
  width: calc(100% - 139px);
  position: relative;
  padding: 0 180px 0 25px;
  height: 100%;
}

.whatsNewContainer .feeds {
  font-size: 0.875rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.whatsNewContainer .feeds .feed {
  height: 100%;
  line-height: 60px;
}

.whatsNewContainer .feeds .date {
  margin-right: 20px;
  float: left;
}

.whatsNewContainer .feeds .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.no-touch .whatsNewContainer .feeds .desc:hover {
  color: #19a3ce;
}

.whatsNewPanel {
  position: absolute;
  top: 0;
  right: 20px;
  height: 60px;
}

.controls {
  width: 48px;
  height: 100%;
  float: left;
}

.whatsNewPanel .slick-prev,
.whatsNewPanel .slick-next {
  position: relative;
  width: 24px;
  height: 100%;
  display: block;
  border: none;
}

.whatsNewPanel .slick-prev:before,
.whatsNewPanel .slick-next:before {
  width: 12px;
  height: 12px;
  border: 2px solid #666;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.no-touch .whatsNewPanel .slick-prev:hover:before,
.no-touch .whatsNewPanel .slick-next:hover:before {
  border-color: #19a3ce;
}

.whatsNewPanel .slick-prev {
  float: left;
}

.whatsNewPanel .slick-next {
  float: right;
}

.whatsNewPanel .slick-prev:before {
  border-bottom: none;
  border-right: none;
  margin-left: -4px;
}

.whatsNewPanel .slick-next:before {
  border-top: none;
  border-left: none;
  margin-left: -8px;
}

.whatsNewPanel .more {
  float: left;
  margin-top: 17px;
  margin-left: 8px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.no-touch .whatsNewPanel .more:hover {
  color: #19a3ce;
}

.whatsNewPanel .btnMore {
  vertical-align: middle;
  margin-right: 8px;
}

.homeQuickLinks {
  display: inline-block;
}

.homeQuickLinks:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}

.homeQuickLinks {
  display: block;
  top: -100px;
  width: 100%;
  height: 110px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #1978bc;
  position: absolute;
  z-index: 2;
}

.homeQuickLinks ul {
  height: 100%;
}

.homeQuickLinks li {
  float: left;
  width: 20%;
  height: 100%;
}

.homeQuickLinks li a {
  height: 100%;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.no-touch .homeQuickLinks li a:hover {
  background-color: #114b86;
}

.homeQuickLinks li:first-child a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.homeQuickLinks li:last-child a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.homeQuickLinks li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  background-color: #8cbcde;
  width: 1px;
  height: 50px;
}

.homeQuickLinks li:first-child a:before {
  display: none;
}

.homeQuickLinks li a span {
  display: block;
}

.homeQuickLinks li a span.icon {
  width: 67px;
  height: 43px;
  margin: 0 auto 0 auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.homeQuickLinks li a.iconEbilling span.icon {
  background-image: url(/media/getmedia/9619ffff-5a91-44a3-8564-759d5351dc0f/icon_ebilling.png);
}

.homeQuickLinks li a.iconMaintenanceAppointment span.icon {
  background-image: url(/media/getmedia/76dad8eb-6c08-44b7-91b7-c47ae4b7f5f8/icon_maintenance_appointment.png);
}

.homeQuickLinks li a.iconReportMeter span.icon {
  background-image: url(/media/getmedia/9b5c30aa-8901-43bc-a88f-347994591e7b/icon_report_meter.png);
}

.homeQuickLinks li a.iconOnlinePayment span.icon {
  background-image: url(/media/getmedia/27acfb40-dd63-477d-867a-e64746451625/icon_online_payment.png);
}

.homeQuickLinks li a span.title {
  color: #fff;
  line-height: 1.3;
  padding-top: 5px;
}

.stickyMenuContainer {
  width: 40px;
  position: absolute;
  right: 0;
  z-index: 10;
}

.stickyMenu {
  width: 40px;
  text-align: center;
  position: fixed;
  top: 50%;
  transform: translatey(-50%);
}

.stickyMenu li {
  margin-top: 26px;
}

.stickyMenu li:fisrt-child {
  margin-top: 0;
}

.stickyMenu li a {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border: transparent 8px solid;
  border-radius: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.stickyMenu li a:before {
  margin-top: -3px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background-color: rgba(102, 102, 102, 0.7);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.no-touch .stickyMenu a:hover,
.stickyMenu a.active {
  border-color: rgba(26, 163, 207, 0.5);
}

.no-touch .stickyMenu a:hover:before,
.stickyMenu a.active:before {
  background-color: #fff;
}

.homeContentContainer {
  margin: 0 auto;
  max-width: 1520px;
  position: relative;
  z-index: 10;
}

.homeContent {
  margin: 0 50px;
  position: relative;
}

#homeBoxes {
  transform: translate(0, -40px);
}

#homeBoxes .homeContent {
  transform: translate(0, 60px);
}

#homeBoxes .boxListing .thumb img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: #d6d6d6 1px solid;
  border-bottom: none;
}

#homeBoxes .boxContent {
  border: #d6d6d6 1px solid;
  background-color: #fff;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  text-align: center;
  min-height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: 0;
  padding-right: 0;
}

#homeBoxes .boxContent .btnMore {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}

#homeBoxes .boxContent .boxCat {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 15px 10% 0 10%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#homeBoxes .boxContent .boxTitle {
  font-size: 1.125rem;
  padding: 18px 10% 45px 10%;
  line-height: 1.1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#homeBoxes .box.green .boxTitle {
  color: #6b9e27;
}

#homeBoxes .box.red .boxTitle {
  color: #a80014;
}

#homeBoxes .box.orange .boxTitle {
  color: #db5321;
}

#homeBoxes .box.blue .boxTitle {
  color: #2488aa;
}

.no-touch #homeBoxes .boxListing .boxLink:hover .boxContent {
  background-color: #399;
}

.no-touch #homeBoxes .boxListing .boxLink:hover .boxContent .btnMore {
  background-color: #fff;
}

.no-touch #homeBoxes .boxListing .boxLink:hover .boxContent .btnMore:before {
  border-color: #399;
}

.no-touch #homeBoxes .boxListing .boxLink:hover .boxContent .boxCat {
  color: #fff;
}

.no-touch #homeBoxes .boxListing .boxLink:hover .boxContent .boxTitle {
  color: #fff;
}

.no-touch #homeBoxes .boxListing .blue .boxLink:hover .boxContent {
  background-color: #2488aa;
}

.no-touch
  #homeBoxes
  .boxListing
  .blue
  .boxLink:hover
  .boxContent
  .btnMore:before {
  border-color: #2488aa;
}

.no-touch #homeBoxes .boxListing .green .boxLink:hover .boxContent {
  background-color: #6b9e27;
}

.no-touch
  #homeBoxes
  .boxListing
  .green
  .boxLink:hover
  .boxContent
  .btnMore:before {
  border-color: #6b9e27;
}

.no-touch #homeBoxes .boxListing .orange .boxLink:hover .boxContent {
  background-color: #db5321;
}

.no-touch
  #homeBoxes
  .boxListing
  .orange
  .boxLink:hover
  .boxContent
  .btnMore:before {
  border-color: #db5321;
}

.no-touch #homeBoxes .boxListing .red .boxLink:hover .boxContent {
  background-color: #a80014;
}

.no-touch
  #homeBoxes
  .boxListing
  .red
  .boxLink:hover
  .boxContent
  .btnMore:before {
  border-color: #a80014;
}

#homeBoxes .boxListing.homeColorBox .boxContent {
  border: #d6d6d6 1px solid;
  border-radius: 4px;
  color: #fff;
}

#homeBoxes .boxListing.homeColorBox .box .boxTitle {
  color: #fff;
}

#homeBoxes .boxListing.homeColorBox .green .boxContent {
  background-color: #6b9e27;
  border-color: #6b9e27;
}

#homeBoxes .boxListing.homeColorBox .red .boxContent {
  background-color: #bd3f4e;
  border-color: #bd3f4e;
}

#homeBoxes .boxListing.homeColorBox .orange .boxContent {
  background-color: #e85c00;
  border-color: #e85c00;
}

#homeBoxes .boxListing.homeColorBox .blue .boxContent {
  background-color: #168eb6;
  border-color: #168eb6;
}

.no-touch #homeBoxes .boxListing.homeColorBox .boxLink:hover .boxContent {
  border: #d6d6d6 1px solid;
  background-color: transparent;
}

.no-touch
  #homeBoxes
  .boxListing.homeColorBox
  .green
  .boxLink:hover
  .boxContent
  .boxCat,
.no-touch
  #homeBoxes
  .boxListing.homeColorBox
  .green
  .boxLink:hover
  .boxContent
  .boxTitle {
  color: #6b9e27;
}

.no-touch
  #homeBoxes
  .boxListing.homeColorBox
  .red
  .boxLink:hover
  .boxContent
  .boxCat,
.no-touch
  #homeBoxes
  .boxListing.homeColorBox
  .red
  .boxLink:hover
  .boxContent
  .boxTitle {
  color: #bd3f4e;
}

.no-touch
  #homeBoxes
  .boxListing.homeColorBox
  .orange
  .boxLink:hover
  .boxContent
  .boxCat,
.no-touch
  #homeBoxes
  .boxListing.homeColorBox
  .orange
  .boxLink:hover
  .boxContent
  .boxTitle {
  color: #e85c00;
}

.no-touch
  #homeBoxes
  .boxListing.homeColorBox
  .blue
  .boxLink:hover
  .boxContent
  .boxCat,
.no-touch
  #homeBoxes
  .boxListing.homeColorBox
  .blue
  .boxLink:hover
  .boxContent
  .boxTitle {
  color: #168eb6;
}

#homeBoxes .boxListing.homeColorBox .smContainer a {
  background-color: rgba(255, 255, 255, 0.2);
  width: 24px;
  height: 24px;
  border: none;
  margin-left: 2px;
  margin-right: 2px;
}

#homeBoxes .boxListing.homeColorBox .green .smContainer a {
  background-color: #89b152;
}

#homeBoxes .boxListing.homeColorBox .red .smContainer a {
  background-color: #ca6571;
}

#homeBoxes .boxListing.homeColorBox .orange .smContainer a {
  background-color: #ed7d33;
}

#homeBoxes .boxListing.homeColorBox .blue .smContainer a {
  background-color: #45a5c5;
}

#homeBoxes .boxListing.homeColorBox .smContainer a:before {
  background-color: transparent;
}

#homeBoxes .boxListing.homeColorBox .smContainer a.shareFb:before {
  background-position: -24px 0;
}

#homeBoxes .boxListing.homeColorBox .smContainer a.shareIg:before {
  background-position: -24px -50px;
}

.no-touch
  #homeBoxes
  .boxListing.homeColorBox
  .smContainer
  a.shareFb:hover:before {
  background-color: #3b5998;
}

.homeBannerSlider.mobile div img,
.homeBannerSlider.mobile .slick-slide img {
  max-height: 460px;
  width: auto;
}

#greening {
  background: url(/media/getmedia/8dadbc95-319c-4b2d-a916-5415e6986e27/IMG_7954_1920x1094.jpg)
    no-repeat;
  position: relative;
}

.greeningBg {
  display: none;
}

.homeCorpBoxes {
  padding: 10% 50px 0 50px;
  width: 100%;
}

.homeCorpBoxes .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: 50%;
}

.homeCorpBoxes .row:before,
.homeCorpBoxes .row:after {
  display: block;
  content: '';
}

.homeCorpBoxes .row:after {
  clear: both;
}

.homeCorpBoxes .row .box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 0;
  position: static;
}

.homeCorpBoxes .row .box .boxLink {
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  border-radius: 4px;
  width: 100%;
}

.homeCorpBoxes h2 {
  font-size: 3rem;
  width: 50%;
  color: #fff;
  line-height: 1.1;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
}

.homeCorpBoxes .box {
  padding-top: 22px;
}

.homeCorpBoxes .boxLink,
.homeCorpBoxes span {
  display: block;
  text-decoration: none;
}

.homeCorpBoxes .box .boxContent {
  width: 100%;
  padding: 0 25px 25px 25px;
  border-radius: 4px;
  position: relative;
}

.homeCorpBoxes .box .boxContent .boxCat {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  padding: 28px 0 0 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.homeCorpBoxes .box .boxContent .boxTitle {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 25px 0 0 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.homeCorpBoxes .box .boxContent .boxTitle:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}

.homeCorpBoxes .box .boxContent .boxTitle {
  display: block;
}

.homeCorpBoxes .box.size32 .boxContent .boxTitle {
  font-size: 24px;
}

.homeCorpBoxes .box.size24 .boxContent .boxTitle {
  font-size: 24px;
}

.homeCorpBoxes .box.size20 .boxContent .boxTitle {
  font-size: 20px;
}

.homeCorpBoxes .box .boxContent .rightImg {
  float: right;
  width: 32%;
}

.homeCorpBoxes .box .boxContent .rightImg img {
  width: 100%;
  border: transparent 1px solid;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.homeCorpBoxes .box .boxContent .boxTitle .leftTitle {
  float: left;
  width: 68%;
  padding-right: 5%;
}

.homeCorpBoxes .box .boxContent .btnMore {
  margin: 25px 0 0 0;
}

.homeCorpBoxes .box .boxContent .date {
  font-size: 0.75rem;
  line-height: 1.1;
  padding: 30px 0 0 0;
}

.homeCorpBoxes .box.green .boxLink {
  background-color: rgba(107, 158, 39, 0.9);
  color: #fff;
}

.homeCorpBoxes .box.blue .boxLink {
  background-color: rgba(22, 142, 182, 0.9);
  color: #fff;
}

.homeCorpBoxes .box.stock .boxContent {
  background-color: rgba(255, 255, 255, 0.9);
}

.homeCorpBoxes .box.stock .boxContent .boxCat {
  color: #2489aa;
}

.homeCorpBoxes .box.career .boxLink {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.homeCorpBoxes .box.career .boxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.no-touch .homeCorpBoxes .box .boxLink:hover {
  background-color: #fff;
}

.no-touch .homeCorpBoxes .box .boxLink:hover .btnMore:before {
  border-color: #fff;
}

.no-touch .homeCorpBoxes .box.career .boxLink:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.no-touch .homeCorpBoxes .box.green .boxLink:hover .boxCat,
.no-touch .homeCorpBoxes .box.green .boxLink:hover .boxTitle {
  color: #6b9e27;
}

.no-touch .homeCorpBoxes .box.green .boxLink:hover .btnMore {
  background-color: #6b9e27;
}

.no-touch .homeCorpBoxes .box.green .boxLink:hover .rightImg img {
  border: #6b9e27 1px solid;
}

.no-touch .homeCorpBoxes .box.blue .boxLink:hover .boxCat,
.no-touch .homeCorpBoxes .box.blue .boxLink:hover .boxTitle {
  color: #2488aa;
}

.no-touch .homeCorpBoxes .box.blue .boxLink:hover .btnMore {
  background-color: #19a3ce;
}

.no-touch .homeCorpBoxes .box.blue .boxLink:hover .rightImg img {
  border: #19a3ce 1px solid;
}

.no-touch .homeCorpBoxes .box.career .boxLink:hover .btnMore:before {
  border-color: #19a3ce;
}

#footer {
  padding-top: 100px;
  margin-top: -8%;
  z-index: 1;
}

.btnBackToTop {
  display: none !important;
}

.greeningBg .mobile {
  display: none;
}

@media (max-width: 1350px) {
  .homeCorpBoxes .row {
    width: 65%;
  }
}

@media (max-width: 1150px) {
  .homeCorpBoxes .row {
    width: 75%;
  }
}

@media (max-width: 1050px) {
  .homeCorpBoxes .row {
    width: 85%;
  }
}

@media (max-width: 950px) {
  .homeCorpBoxes .row {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #homeBoxes {
    margin-top: 0;
  }

  #homeBanner {
    padding-top: 116px;
  }

  #greening {
    background: #19a3ce !important;
  }

  .touch #greening {
    background: #19a3ce !important;
  }

  .touch .greeningBg {
    display: block;
    position: absolute;
    width: 100%;
  }

  .greeningBg {
    display: block;
    position: absolute;
    width: 100%;
  }

  .greeningBg .desktop {
    display: block;
  }

  .homeCorpBoxes {
    top: 0;
    position: relative;
  }

  .homeCorpBoxes h2 {
    width: 100%;
  }

  .gap-100 {
    height: auto;
  }

  .homeBannerSlider.mobile {
    display: block;
  }

  .mainVisualNav.desktopElem {
    display: none;
  }

  .mainVisualNav.mobile {
    top: -40px;
    display: block;
  }

  .whatsNewContainer {
    position: static;
  }

  .homeQuickLinks {
    position: static;
  }

  #homeBoxes {
    transform: translate(0, -55px);
  }

  .parallax-image-wrapper {
    display: none;
    position: static;
    padding-top: 45px;
    transform: translate(0, 0) !important;
  }

  .parallax-image-wrapper-100 {
    top: auto;
    height: 200px;
  }

  .parallax-image-outer {
    padding-left: 0;
    padding-right: 0;
  }

  .homeBannerSlider .parallax-image {
    transform: translate(0, 0) !important;
  }

  .mainVisualNav desktopElem {
    display: none;
  }

  #skrollr-body {
    height: auto;
  }
}

@media (max-width: 1023px) {
  .homeContent {
    margin-left: 20px;
    margin-right: 20px;
  }

  #homeBanner {
    padding-top: 45px;
  }
}

@media (max-width: 768px) {
  .greeningBg .desktop {
    display: none;
  }

  .greeningBg .mobile {
    display: block;
  }

  .homeCorpBoxes .row {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .homeTagline {
    font-size: 1.3125rem;
    padding-top: 10px;
  }

  .homeTagline .subTag {
    font-size: 0.75rem;
    padding-top: 5px;
  }

  .homeTagline.left {
    padding-left: 6%;
  }

  .homeTagline.right {
    padding-right: 6%;
  }

  .homeTagline .btnMore {
    width: 13px;
    height: 13px;
  }

  .homeTagline .btnMore:before {
    width: 5px;
    height: 5px;
    border-width: 1px;
    margin-top: -3px;
    margin-left: -3px;
  }

  #homeBoxes,
  #homeBoxes .homeContent {
    transform: translate(0, 0);
  }

  .stickyMenuContainer {
    display: none;
  }

  .mainVisualNav.mobile {
    top: -25px;
  }

  .whatsNewContainer {
    height: 64px;
    z-index: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }

  .whatsNewContainer .title {
    float: none;
    font-size: 0.8125rem;
    width: auto;
    height: auto;
    margin-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
    text-align: left;
  }

  .whatsNewContainer .title h2:before {
    display: none;
  }

  .whatsNewContainer .news {
    float: none;
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 45px;
  }

  .whatsNewContainer .feeds {
    font-size: 0.8125rem;
    overflow: hidden;
    height: 18px;
  }

  .whatsNewContainer .feeds .feed {
    line-height: 1.3;
  }

  .whatsNewPanel {
    right: 0;
    width: auto;
    height: auto;
    top: 50%;
    margin-top: -18px;
  }

  .whatsNewPanel .more {
    margin: 0;
  }

  .whatsNewPanel .btnMore {
    vertical-align: inherit;
    margin-right: 15px;
    display: block;
  }

  .whatsNewPanel .more .text {
    display: none;
  }

  .controls {
    display: none;
  }

  .homeQuickLinks {
    margin-bottom: 0;
    height: auto;
  }

  .homeQuickLinks li a {
    min-height: 106px;
  }

  .homeQuickLinks li a span.title {
    font-size: 11px;
  }

  .homeQuickLinks li a span.icon {
    width: 40px;
  }

  .homeContent {
    margin-left: 12px;
    margin-right: 12px;
  }

  #homeBoxes.homeContentContainer {
    margin-bottom: 15px;
  }

  #homeBoxes .boxListing.homeImageBox {
    margin-right: -5px;
    margin-left: -5px;
    height: auto !important;
  }

  #homeBoxes .boxListing.homeImageBox .box {
    width: auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }

  #homeBoxes .boxListing.homeImageBox > div {
    position: relative;
    margin-bottom: 15px;
  }

  #homeBoxes .boxListing.homeImageBox .boxLink {
    padding-left: 5px;
    padding-right: 5px;
  }

  #homeBoxes .boxContent .boxCat {
    line-height: 1.1;
  }

  #homeBoxes .boxContent .boxTitle {
    font-size: 0.875rem;
  }

  #homeBoxes .slick-slide {
    left: auto !important;
    top: auto !important;
  }

  .homeImgBoxesNav .slick-dots {
    padding-bottom: 11px;
  }

  .homeCorpBoxes {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .homeCorpBoxes h2 {
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 30px 0 85px 0;
  }

  .homeCorpBoxes .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .homeCorpBoxes .box {
    padding-top: 10px;
  }

  .homeCorpBoxes .box .boxContent {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    min-height: 176px;
    height: 100%;
  }

  .homeCorpBoxes .box .boxContent .boxCat {
    padding-top: 12px;
  }

  .homeCorpBoxes .box .boxContent .boxTitle {
    padding-top: 15px;
  }

  .homeCorpBoxes .box.size32 .boxContent .boxTitle {
    font-size: 0.8125rem;
  }

  .homeCorpBoxes .box.size24 .boxContent .boxTitle {
    font-size: 0.8125rem;
  }

  .homeCorpBoxes .box.size20 .boxContent .boxTitle {
    font-size: 0.8125rem;
  }

  .homeCorpBoxes .box .boxContent .btnMore {
    margin-top: 10px;
  }

  .homeCorpBoxes .box .boxContent.bottomRight .btnMore {
    position: absolute;
    right: 12px;
    bottom: 10px;
  }

  .homeCorpBoxes .box .boxContent .rightImg {
    float: none;
    text-align: center;
    width: 100%;
  }

  .homeCorpBoxes .box .boxContent .rightImg img {
    width: 56px;
  }

  .homeCorpBoxes .box .boxContent .boxTitle .leftTitle {
    float: none;
    width: 100%;
    padding-top: 5px;
    padding-right: 0;
  }

  .homeCorpBoxes .box .boxContent .date {
    padding-top: 10px;
  }

  #footer {
    padding-top: 0;
    margin-top: 0;
    z-index: 11;
  }

  #footer .box {
    padding-top: 25px;
    padding-bottom: 0;
  }
}

@media (max-width: 450px) {
  .homeQuickLinks li a span.title {
    font-size: 8px;
  }
}
