.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .desktop-hide {
    display: none !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 1000px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Medium.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Bold.ttf");
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
small,
big {
  color: #002d67;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5em;
  box-sizing: border-box;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
}
h5 {
  font-size: 14px;
  font-weight: 500;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-menu-text {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #002f67;
}
@media screen and (max-width: 800px) {
  .main-menu-text {
    font-size: 20px !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.7em;
}
p {
  margin: 10px auto;
  padding: 10px;
  max-width: 1000px;
  box-sizing: border-box;
}
a {
  color: #002d67;
}
a:hover {
  color: #3d3d3d;
}
a.no-underline {
  text-decoration: none !important;
}
ul,
ol {
  margin: 0 auto;
  padding: 10px 30px;
  max-width: 1000px;
  box-sizing: border-box;
}
.admin-bar .menu-link,
.admin-bar .close-button {
  top: 52px !important;
}
header {
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
header .menu-link {
  position: absolute;
  top: 20px;
  right: 20px;
}
header .header-inner {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .header-inner .main-menu {
  display: flex;
}
header .header-inner .main-menu .nav-logo {
  display: flex;
  align-items: center;
}
header .header-inner .main-menu .nav-logo .image {
  padding: 10px;
}
header .header-inner .main-menu .nav-logo .image img {
  width: 270px;
  min-width: 100px;
  max-width: 100%;
}
header .header-inner .main-menu .detachable-menu {
  align-items: end;
  z-index: 100;
  padding: 100px 20px;
  position: fixed;
  background-color: #0c2c63;
  background: url("../../images/solar_background.webp");
  background-size: cover;
  background-position: center;
  top: 0;
  left: -500px;
  bottom: 0;
  display: block;
  overflow: scroll;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu {
    position: inherit !important;
  }
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu {
    background: unset !important;
  }
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu {
    display: flex !important;
  }
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu {
    overflow: unset !important;
  }
}
header .header-inner .main-menu .detachable-menu.open {
  left: 0 !important;
}
header .header-inner .main-menu .detachable-menu .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
}
header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul {
  display: flex;
  list-style: none;
  padding: 0 30px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul {
    display: block !important;
  }
}
header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul li a {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 30px 0;
  display: block;
  border-top: 4px solid rgba(0,0,0,0);
  border-bottom: 3px solid rgba(255,255,255,0.4);
  font-size: 20px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul li a {
    color: #002f67 !important;
  }
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul li a {
    padding: 20px 15px !important;
  }
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul li a {
    border-bottom: 4px solid white !important;
  }
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul li a {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul li a:hover {
    color: #002d67 !important;
  }
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu .menu-main-menu-container ul li a:hover {
    border-bottom: 4px solid #f36f21 !important;
  }
}
header .header-inner .main-menu .detachable-menu .social-media {
  padding: 50px 20px;
}
header .header-inner .main-menu .detachable-menu .social-media a {
  padding: 10px;
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu .detachable-menu .social-media {
    display: none !important;
  }
}
header .header-inner .main-menu #mobile-menu-tint {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
  z-index: 90;
}
@media screen and (min-width: 1100px) {
  header .header-inner .main-menu #mobile-menu-tint {
    display: none !important;
  }
}
header .header-inner .main-menu #mobile-menu-tint.open {
  display: block;
}
.breadcrumbs {
  display: none;
  margin: 20px auto;
  padding: 30px;
  max-width: 1300px;
  background: ;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .breadcrumbs {
    border-radius: 0 !important;
  }
}
main.bg-grey {
  background: #f7f7f7;
  padding: 10px 10px 0 10px;
}
.bg-grey {
  background: #f7f7f7;
}
section.bg-grey {
  background: #f7f7f7;
  margin-top: 0 !important;
}
section.graphic-with-button {
  margin-top: 50px;
  padding: 50px 0 50px 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.graphic-with-button {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  section.graphic-with-button {
    padding-right: 10px !important;
  }
}
section.graphic-with-button img {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer.main {
  background: #161616;
  padding: 20px;
}
footer.main .footer-inner {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  footer.main .footer-inner {
    padding: 40px 0 !important;
  }
}
footer.main .footer-inner .footer-column {
  flex: 1 1 15%;
  padding: 0 20px 0 0;
  min-width: 200px;
  color: #b8b7b8;
}
footer.main .footer-inner .footer-column h1,
footer.main .footer-inner .footer-column h2,
footer.main .footer-inner .footer-column h3,
footer.main .footer-inner .footer-column h4,
footer.main .footer-inner .footer-column h5 {
  color: white;
}
footer.main .footer-inner .footer-column ul {
  list-style: none;
  padding: 10px 0;
}
footer.main .footer-inner .footer-column ul li {
  padding: 3px 0;
}
footer.main .footer-inner .footer-column ul li.icon {
  display: flex;
}
footer.main .footer-inner .footer-column ul li.icon.phone svg {
  margin-top: 23px;
}
footer.main .footer-inner .footer-column ul li.icon svg {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
footer.main .footer-inner .footer-column ul li.social-media img {
  margin: 20px 12px 0 0;
}
footer.main .footer-inner .footer-column ul li h4 {
  margin: 25px 0;
}
footer.main .footer-inner .footer-column ul li.page_item a,
footer.main .footer-inner .footer-column ul li.menu-item a {
  text-decoration: none;
  color: #b8b7b8;
}
footer.main .footer-inner .footer-column:last-child {
  display: flex;
  flex-wrap: wrap;
  flex: 2 1 15%;
  text-align: right;
  padding-right: 0;
  align-content: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  footer.main .footer-inner .footer-column:last-child {
    justify-content: start !important;
  }
}
@media screen and (max-width: 800px) {
  footer.main .footer-inner .footer-column:last-child {
    justify-content: start !important;
  }
}
@media screen and (max-width: 800px) {
  footer.main .footer-inner .footer-column:last-child {
    text-align: center !important;
  }
}
footer.main .footer-inner .footer-column:last-child img {
  background: white;
  padding: 10px;
  border-radius: 17px;
  max-height: 95px;
  max-width: 100%;
  width: auto;
  border: solid 8px #161616;
}
footer.main .footer-inner .footer-column:last-child img:last-child {
  max-height: unset;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  footer.main .footer-inner .footer-column:last-child img:last-child {
    max-height: 95px !important;
  }
}
@media screen and (max-width: 800px) {
  footer.main .footer-inner .footer-column:last-child img:last-child {
    max-height: 95px !important;
  }
}
footer.post-footer {
  background: #020202;
  padding: 20px;
}
footer.post-footer .post-footer-inner {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer.post-footer .post-footer-inner .site-info {
  display: flex;
  justify-content: space-between;
  color: #b8b7b8;
}
footer.post-footer .post-footer-inner .site-info .site-info-right {
  text-align: right;
}
footer.post-footer .post-footer-inner .site-info a {
  text-decoration: none;
  color: #b8b7b8;
}
.slides {
  max-width: 100%;
  padding: 0;
}
.slides.slick-dotted {
  margin-bottom: 0;
}
.slides .slick-dots {
  margin: 0 auto;
  left: -50%;
  right: -50%;
  bottom: 40px;
}
.slides .slick-dots li {
  border-radius: 50%;
  background: rgba(255,255,255,0);
  border: solid 2px white;
  margin: 0 10px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.slides .slick-dots li.slick-active {
  background: #ffffff;
}
.slides .slick-dots li button::before {
  opacity: 0 !important;
}
.slides .slick-track {
  height: 50vh;
  min-height: 400px;
  max-height: 1000px;
}
.slides .slick-track li {
  position: relative;
}
.slides .slick-track li .hero-banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner p,
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner a,
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner h1,
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner h2,
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner h3,
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner h4,
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner h5 {
  color: white;
}
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner h1 {
    font-size: 30px !important;
  }
}
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner h2 {
  font-size: 20px;
  font-weight: normal;
}
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner a {
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  font-size: 0;
}
.slides .slick-track li .hero-banner-overlay .hero-banner-overlay-inner img {
  max-width: 100%;
}
.slides .slick-track .slick-slide .image {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.slides .slick-track .slick-slide .image .tinter {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
}
.ctas-content.side-by-side .ctas-content {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
.ctas-content.side-by-side .ctas-content .cta-block {
  display: flex;
  flex: 1 1 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .ctas-content.side-by-side .ctas-content .cta-block {
    min-width: 100% !important;
  }
}
.ctas-content.side-by-side .ctas-content .cta-block .info {
  padding: 0 20px;
}
.ctas-content.side-by-side .ctas-content .cta-block .info h3,
.ctas-content.side-by-side .ctas-content .cta-block .info p {
  color: #3d3d3d;
}
.ctas-content.side-by-side .ctas-content .cta-block .info h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
.ctas-content.side-by-side .ctas-content .cta-block .info p {
  margin: 0;
  padding: 0;
}
.ctas-content.side-by-side .ctas-content .cta-block .image,
.ctas-content.side-by-side .ctas-content .cta-block img {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
}
.ctas-content.tiles .ctas-content {
  display: flex;
  flex-wrap: wrap;
}
.ctas-content.tiles .ctas-content .cta-block {
  min-width: 220px;
  flex: 1 1 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .ctas-content.tiles .ctas-content .cta-block {
    min-width: 100% !important;
  }
}
.ctas-content.tiles .ctas-content .cta-block a {
  text-decoration: none;
}
.ctas-content.tiles .ctas-content .cta-block .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ctas-content.tiles .ctas-content .cta-block .info h1,
.ctas-content.tiles .ctas-content .cta-block .info h2,
.ctas-content.tiles .ctas-content .cta-block .info h3,
.ctas-content.tiles .ctas-content .cta-block .info h4,
.ctas-content.tiles .ctas-content .cta-block .info h5 {
  color: white;
}
.ctas-content.tiles .ctas-content .cta-block .info p {
  margin: 0;
  padding: 0;
}
.ctas-content.tiles .ctas-content .cta-block .info .button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 10px;
  text-transform: unset;
  padding: 15px 60px;
}
.ctas-content.tiles .ctas-content .cta-block .info .cta-link {
  padding: 10px;
}
.ctas-content.tiles .ctas-content .cta-block .image {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.ctas-content.tiles .ctas-content .cta-block .image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ctas-content.tiles .ctas-content .cta-block:nth-child(1) .info {
  background: rgba(100,100,100,0.6);
}
.ctas-content.tiles .ctas-content .cta-block:nth-child(1) .button {
  background: #f36f21;
  color: white;
}
.ctas-content.tiles .ctas-content .cta-block:nth-child(1) .button:hover {
  background: #d5570c;
}
.ctas-content.tiles .ctas-content .cta-block:nth-child(2) .info {
  background: rgba(0,101,179,0.6);
}
.ctas-content.tiles .ctas-content .cta-block:nth-child(2) .button {
  background: white;
  color: #002d67;
}
.ctas-content.tiles .ctas-content .cta-block:nth-child(2) .button:hover {
  background: #e6e6e6;
}
.ctas-content.tiles .ctas-content .cta-block:nth-child(3) .info {
  background: rgba(243,111,33,0.6);
}
.ctas-content.tiles .ctas-content .cta-block:nth-child(3) .button {
  background: #002d67;
  color: white;
}
.ctas-content.tiles .ctas-content .cta-block:nth-child(3) .button:hover {
  background: #001734;
}
.image-and-content {
  display: flex;
  flex-wrap: wrap;
}
.image-and-content.image-on-left .image-and-content-image {
  order: 1;
}
.image-and-content.image-on-left .image-and-content-content {
  order: 2;
  text-align: left;
}
.image-and-content.image-on-left .image-and-content-content img {
  max-width: 100%;
  height: auto;
}
.image-and-content .image-and-content-image {
  order: 2;
}
.image-and-content .image-and-content-content {
  order: 1;
  text-align: right;
}
.image-and-content div {
  flex: 1 1 0;
  background-size: cover !important;
  background-position: center !important;
  min-height: 200px;
  padding: 100px;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .image-and-content div {
    width: 50% !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .image-and-content div {
    width: 50% !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .image-and-content div {
    padding: 60px !important;
  }
}
@media screen and (max-width: 800px) {
  .image-and-content div {
    padding: 30px !important;
  }
}
.image-and-content div h1,
.image-and-content div h2,
.image-and-content div h3,
.image-and-content div h4,
.image-and-content div h5,
.image-and-content div .image-and-content-buttons {
  width: 550px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
  text-align: left !important;
}
.image-and-content div p {
  width: 550px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: inline-block;
  text-align: left !important;
}
.image-and-content div h4 {
  color: #f36f21;
}
.image-and-content div .image-and-content-buttons {
  display: inline-block;
  margin-top: 50px;
  padding: 0;
}
.button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 10px;
  text-transform: unset;
  padding: 15px 60px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .button {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .button {
    text-align: center !important;
  }
}
@media screen and (max-width: 800px) {
  .button {
    margin-bottom: 10px !important;
  }
}
.button:hover {
  text-decoration: none;
}
.button.spacing {
  margin-right: 10px;
  margin-bottom: 10px;
}
.button.orange {
  color: white !important;
  background: #f36f21;
}
.button.orange:hover {
  background: #d5570c;
}
.button.blue {
  color: white !important;
  background: #002d67;
}
.button.blue:hover {
  background: #001734;
}
.button.white {
  color: #002d67 !important;
  background: white;
}
.button.white:hover {
  background: #d9d9d9;
}
.logo-display {
  background: #ebebeb;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.logo-display ul.logo-display {
  max-width: 95%;
}
.logo-display ul.logo-display .slick-arrow::before {
  color: #002d67;
  font-size: 40px;
}
.logo-display ul.logo-display li {
  text-align: center;
}
.logo-display ul.logo-display li img {
  margin-left: auto !important;
  margin-right: auto !important;
}
.logo-display .slick-dots {
  display: none !important;
}
.logo-display .slick-next {
  right: -5px !important;
}
.logo-display .logo-display-contents {
  padding: 50px 20px;
  text-align: center;
}
.logo-display .logo-display-contents h4 {
  color: #f36f21;
}
.logo-display .logo-display-contents .logo {
  margin: 5px 15px;
  max-height: 70px;
  height: auto;
  width: auto;
  max-width: 150px;
}
.flex-columns {
  display: flex;
  flex-wrap: wrap;
}
.flex-columns.no-banner {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .flex-columns.no-banner {
    margin-top: 20px !important;
  }
}
.flex-columns div {
  min-width: 280px;
  max-width: 100%;
  padding-bottom: 30px;
  flex: 1 1 0;
}
.flex-columns div.flex-block {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  min-width: 250px;
}
.flex-columns div.flex-block:first-child {
  flex-direction: column;
}
.flex-columns div.block {
  display: block;
  flex: 1 1 0;
  padding-right: 60px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .flex-columns div.block {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 800px) {
  .flex-columns div.block {
    padding-right: 20px !important;
  }
}
.flex-columns div.gallery-block {
  display: block;
  flex: 1 1 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: cover !important;
  background-position: center !important;
  height: 300px;
}
@media screen and (max-width: 800px) {
  .flex-columns div.gallery-block {
    height: 250px !important;
  }
}
.flex-columns div.gallery-block:nth-child(1) {
  min-width: 100%;
}
.flex-columns div.acf-input-wrap,
.flex-columns div.acf-input {
  min-width: unset !important;
}
.flex-columns div p {
  padding-left: 0;
  padding-right: 0;
}
.flex-columns h4 {
  color: #f36f21;
}
.flex-columns h5 {
  color: #3d3d3d;
  font-size: 20px;
  margin-bottom: 10px;
}
.tab {
  background: white;
  min-width: 250px;
  max-width: 500px;
  padding: 40px;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
.tab.narrow {
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .tab.narrow {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .tab.narrow {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .tab.narrow {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .tab.narrow {
    margin-right: 20px !important;
  }
}
.sizable-content {
  padding: 50px 10px;
}
.contact-details {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}
.contact-details td {
  padding-top: 30px;
  padding-right: 50px;
}
.contact-details td.head {
  font-weight: bold;
}
.form-with-graphic .acf-fields {
  display: flex;
}
.acf-fields {
  flex-wrap: wrap;
}
.acf-fields .acf-field {
  border: none !important;
  margin-right: 10px;
  margin-bottom: 15px;
  flex: 1 1 0;
  min-width: 200px;
}
.acf-fields .acf-field .acf-label {
  padding-bottom: 0 !important;
  text-align: left;
}
.acf-fields .acf-field .acf-input,
.acf-fields .acf-field .acf-input-wrap {
  padding-bottom: 0 !important;
}
.acf-fields .acf-field .acf-input input[type=text],
.acf-fields .acf-field .acf-input input[type=email],
.acf-fields .acf-field .acf-input textarea,
.acf-fields .acf-field .acf-input-wrap input[type=text],
.acf-fields .acf-field .acf-input-wrap input[type=email],
.acf-fields .acf-field .acf-input-wrap textarea {
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 10px;
}
.acf-fields .acf-field.acf-field-textarea {
  width: 100%;
  min-width: 100%;
}
.acf-fields .acf-field.acf-field-textarea textarea {
  width: 100%;
}
.acf-form-submit input[type=submit],
.acf-form-submit button[type=submit],
.af-form input[type=submit],
.af-form button[type=submit] {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 10px;
  text-transform: unset;
  padding: 15px 60px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  background: #f36f21;
  color: white;
  cursor: pointer;
  border: none;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .acf-form-submit input[type=submit],
  .acf-form-submit button[type=submit],
  .af-form input[type=submit],
  .af-form button[type=submit] {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .acf-form-submit input[type=submit],
  .acf-form-submit button[type=submit],
  .af-form input[type=submit],
  .af-form button[type=submit] {
    text-align: center !important;
  }
}
@media screen and (max-width: 800px) {
  .acf-form-submit input[type=submit],
  .acf-form-submit button[type=submit],
  .af-form input[type=submit],
  .af-form button[type=submit] {
    margin-bottom: 10px !important;
  }
}
.acf-form-submit input[type=submit]:hover,
.acf-form-submit button[type=submit]:hover,
.af-form input[type=submit]:hover,
.af-form button[type=submit]:hover {
  text-decoration: none;
}
.acf-form-submit input[type=submit].spacing,
.acf-form-submit button[type=submit].spacing,
.af-form input[type=submit].spacing,
.af-form button[type=submit].spacing {
  margin-right: 10px;
  margin-bottom: 10px;
}
.acf-form-submit input[type=submit].orange,
.acf-form-submit button[type=submit].orange,
.af-form input[type=submit].orange,
.af-form button[type=submit].orange {
  color: white !important;
  background: #f36f21;
}
.acf-form-submit input[type=submit].orange:hover,
.acf-form-submit button[type=submit].orange:hover,
.af-form input[type=submit].orange:hover,
.af-form button[type=submit].orange:hover {
  background: #d5570c;
}
.acf-form-submit input[type=submit].blue,
.acf-form-submit button[type=submit].blue,
.af-form input[type=submit].blue,
.af-form button[type=submit].blue {
  color: white !important;
  background: #002d67;
}
.acf-form-submit input[type=submit].blue:hover,
.acf-form-submit button[type=submit].blue:hover,
.af-form input[type=submit].blue:hover,
.af-form button[type=submit].blue:hover {
  background: #001734;
}
.acf-form-submit input[type=submit].white,
.acf-form-submit button[type=submit].white,
.af-form input[type=submit].white,
.af-form button[type=submit].white {
  color: #002d67 !important;
  background: white;
}
.acf-form-submit input[type=submit].white:hover,
.acf-form-submit button[type=submit].white:hover,
.af-form input[type=submit].white:hover,
.af-form button[type=submit].white:hover {
  background: #d9d9d9;
}
.acf-form-submit input[type=submit]:hover,
.acf-form-submit button[type=submit]:hover,
.af-form input[type=submit]:hover,
.af-form button[type=submit]:hover {
  background: #d5570c;
}
.acf-field--validate-email {
  display: none;
}
.af-form .af-field-type-select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.af-form .af-field-type-select .select-field {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
}
.af-form .af-field-type-select .select-field .select-inner {
  padding-bottom: 0;
}
.af-form .af-field-type-select .select-field .select-inner .selected {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.af-form .af-field-type-select .select-field .select-inner .selected::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  font-size: 20px;
}
.af-form .af-field-type-select .select-field .select-inner .options {
  background: white;
  border: 1px solid #bdbdbd;
  padding-bottom: 0;
}
.af-form .af-field-type-select .select-field .select-inner .options .option {
  text-align: left;
  padding-left: 20px;
}
.af-form .af-field-type-select .select-field .select-inner .options .option:hover {
  background: rgba(0,0,0,0.05);
}
.af-form .acf-field-62d103ebe5179 {
  min-width: 100%;
}
.af-form .form-callback-section {
  position: relative;
  min-width: 100%;
  bottom: 30px;
}
.af-form .form-callback-section h4 {
  z-index: 2;
  position: relative;
  width: 70%;
  max-width: 100%;
  text-align: left;
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  .af-form .form-callback-section h4 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .af-form .form-callback-section h4 {
    width: 100% !important;
  }
}
.af-form .form-callback-section h4 span {
  color: #3d3d3d;
  font-weight: 400;
}
.af-form .form-callback-section img {
  position: absolute;
  right: -100px;
  bottom: -75px;
  z-index: 1;
  width: 350px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .af-form .form-callback-section img {
    position: relative !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .af-form .form-callback-section img {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .af-form .form-callback-section img {
    right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .af-form .form-callback-section img {
    display: none !important;
  }
}
.af-form#form_62d0efda2f84e {
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}
.af-form#form_62d0efda2f84e .af-submit {
  padding-bottom: 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .af-form#form_62d0efda2f84e .af-submit {
    bottom: 30px !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .af-form#form_62d0efda2f84e .af-submit {
    bottom: 30px !important;
  }
}
.af-form#form_62d0efda2f84e .af-submit button[type=submit] {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  display: block;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .af-form#form_62d0efda2f84e .af-submit button[type=submit] {
    width: 100% !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .af-form#form_62d0efda2f84e .af-submit button[type=submit] {
    width: 100% !important;
  }
}
.bottom-zero {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.form-with-graphic {
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 800px) {
  .form-with-graphic {
    padding-bottom: 20px !important;
  }
}
.form-with-graphic.darken .dark-background {
  background: rgba(0,0,0,0.5);
}
.form-with-graphic.darken .dark-background a {
  color: white;
}
.form-with-graphic.darken .dark-background a .selected,
.form-with-graphic.darken .dark-background a .options a {
  color: black;
}
.form-with-graphic.darken .dark-background a:hover {
  color: #f36f21;
}
.form-with-graphic .content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.form-with-graphic .content .form-box {
  background: white;
  flex: 1 1 0;
  min-width: 250px;
  max-width: 500px;
  margin-top: 50px;
  margin-right: 50px;
  padding: 40px;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .form-box {
    border-radius: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .form-box {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .form-box {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .form-box {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .form-box {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .form-box .content-above-form h2 {
    font-size: 24px !important;
  }
}
.form-with-graphic .content .form-box .content-above-form img {
  max-width: 100%;
  height: auto;
}
.form-with-graphic .content .graphic-area {
  flex: 1 1 0;
  min-width: 250px;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
}
.form-with-graphic .content .graphic-area .graphic-content {
  color: white;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 80px;
  width: 620px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .graphic-area .graphic-content {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .graphic-area .graphic-content {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .graphic-area .graphic-content {
    padding-right: 15px !important;
  }
}
.form-with-graphic .content .graphic-area .graphic-content p {
  padding-left: 0;
  padding-right: 0;
}
.form-with-graphic .content .graphic-area .graphic-content p:last-child {
  padding-bottom: 50px;
}
.form-with-graphic .content .graphic-area .graphic-content strong {
  color: #f36f21;
}
.form-with-graphic .content .graphic-area .graphic-content em {
  font-style: inherit;
  font-size: 12px;
}
.form-with-graphic .content .graphic-area .graphic-content h1,
.form-with-graphic .content .graphic-area .graphic-content h2,
.form-with-graphic .content .graphic-area .graphic-content h3,
.form-with-graphic .content .graphic-area .graphic-content h4,
.form-with-graphic .content .graphic-area .graphic-content h5 {
  color: white;
}
.form-with-graphic .content .graphic-area .graphic-image {
  max-width: 100%;
  position: absolute;
  bottom: -10px;
}
@media screen and (max-width: 800px) {
  .form-with-graphic .content .graphic-area .graphic-image {
    position: relative !important;
  }
}
.testimonial-section {
  padding: 70px 10px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .testimonial-section {
    padding: 50px 10px !important;
  }
}
.testimonial-section h4 {
  color: #f36f21;
}
.testimonial-section ul {
  list-style: none;
}
.testimonial-section ul .slick-track li {
  border-radius: 10px;
  background: #e6e6e6;
  padding: 20px;
  margin: 10px;
  text-align: left;
}
.testimonial-section ul .slick-track li .stars {
  display: block;
  margin: 20px 0;
}
.testimonial-section ul .slick-track li .stars img {
  display: inline;
  margin: 2px;
  width: 25px;
  height: auto;
}
.testimonial-section ul .slick-track li .stars img.dim {
  opacity: 0.3;
}
.testimonial-section ul .slick-track li .comment {
  display: block;
  line-height: 1.5em;
  margin: 20px 0;
}
.testimonial-section ul .slick-track li .author {
  font-weight: bold;
  font-size: 20px;
}
.testimonial-section ul.slick-dots {
  display: none !important;
}
.testimonial-section .slick-arrow::before {
  color: #002d67;
  font-size: 40px;
  position: relative;
  left: -10px;
}
.testimonial-section.bg-grey {
  background: #f7f7f7;
  padding: 10px 10px 0 10px;
}
.testimonial-section.bg-grey ul .slick-track li {
  background: white;
}
.google-map {
  background: white;
  padding: 10px !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.banner {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.banner .banner-inner {
  background: rgba(0,0,0,0.5);
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.banner .banner-inner.empty {
  background: none;
}
@media screen and (max-width: 800px) {
  .banner .banner-inner {
    padding-top: 30px !important;
  }
}
.banner .banner-inner .flex-columns {
  height: 100%;
}
.banner .banner-inner .flex-columns .flex-block {
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin-right: 50px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .banner .banner-inner .flex-columns .flex-block {
    margin: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .banner .banner-inner .flex-columns .flex-block {
    margin: 10px !important;
  }
}
.banner .banner-inner .flex-columns .flex-block:last-child {
  margin-right: 0;
}
.banner .banner-inner .flex-columns .flex-block p,
.banner .banner-inner .flex-columns .flex-block h1,
.banner .banner-inner .flex-columns .flex-block h2,
.banner .banner-inner .flex-columns .flex-block h3,
.banner .banner-inner .flex-columns .flex-block h4,
.banner .banner-inner .flex-columns .flex-block h5 {
  width: 100%;
  color: white;
}
.banner .banner-inner .flex-columns .flex-block p {
  margin-top: 0;
  margin-bottom: 0;
}
.banner .banner-inner .flex-columns .flex-block h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .banner .banner-inner .flex-columns .flex-block h1 {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 800px) {
  .banner .banner-inner .flex-columns .flex-block h1 {
    font-size: 35px !important;
  }
}
.banner .banner-inner .flex-columns .flex-block h2 {
  font-size: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .banner .banner-inner .flex-columns .flex-block h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 800px) {
  .banner .banner-inner .flex-columns .flex-block h2 {
    font-size: 30px !important;
  }
}
.banner .banner-inner .flex-columns .flex-block img {
  height: auto;
  max-width: 100%;
}
.one-column-content,
.two-column-content,
.three-column-content,
.four-column-content {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 10px;
}
@media screen and (max-width: 800px) {
  .one-column-content,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .one-column-content,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    margin-bottom: 10px !important;
  }
}
.one-column-content.bg-grey,
.two-column-content.bg-grey,
.three-column-content.bg-grey,
.four-column-content.bg-grey {
  margin-top: 0;
  margin-bottom: 0;
}
.one-column-content .grid,
.two-column-content .grid,
.three-column-content .grid,
.four-column-content .grid {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.one-column-content .grid .grid-block,
.two-column-content .grid .grid-block,
.three-column-content .grid .grid-block,
.four-column-content .grid .grid-block {
  flex: 1 1 0;
  padding-right: 100px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .one-column-content .grid .grid-block,
  .two-column-content .grid .grid-block,
  .three-column-content .grid .grid-block,
  .four-column-content .grid .grid-block {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .one-column-content .grid .grid-block,
  .two-column-content .grid .grid-block,
  .three-column-content .grid .grid-block,
  .four-column-content .grid .grid-block {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .one-column-content .grid .grid-block,
  .two-column-content .grid .grid-block,
  .three-column-content .grid .grid-block,
  .four-column-content .grid .grid-block {
    min-width: 300px !important;
  }
}
@media screen and (max-width: 800px) {
  .one-column-content .grid .grid-block,
  .two-column-content .grid .grid-block,
  .three-column-content .grid .grid-block,
  .four-column-content .grid .grid-block {
    min-width: 100% !important;
  }
}
.one-column-content .grid .grid-block p,
.two-column-content .grid .grid-block p,
.three-column-content .grid .grid-block p,
.four-column-content .grid .grid-block p {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.one-column-content .grid .grid-block img,
.two-column-content .grid .grid-block img,
.three-column-content .grid .grid-block img,
.four-column-content .grid .grid-block img {
  max-width: 100%;
  height: auto;
}
.one-column-content .grid .grid-block:last-child,
.two-column-content .grid .grid-block:last-child,
.three-column-content .grid .grid-block:last-child,
.four-column-content .grid .grid-block:last-child {
  padding-right: 0;
}
.one-column-content .grid .grid-block h3 strong,
.two-column-content .grid .grid-block h3 strong,
.three-column-content .grid .grid-block h3 strong,
.four-column-content .grid .grid-block h3 strong {
  color: #f36f21;
}
.one-column-content .grid .grid-block h3 em,
.two-column-content .grid .grid-block h3 em,
.three-column-content .grid .grid-block h3 em,
.four-column-content .grid .grid-block h3 em {
  font-style: inherit;
  font-weight: normal;
}
.article-slider {
  margin-top: 50px;
}
.article-slider h4 {
  color: #f36f21;
}
@media screen and (max-width: 800px) {
  .article-slider h3,
  .article-slider h4 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .article-slider h3,
  .article-slider h4 {
    padding-right: 10px !important;
  }
}
.article-slider .slick-slider {
  max-width: 100%;
  width: 1300px;
  padding: 0;
}
.article-slider .slick-slider .article-grid {
  display: flex;
  flex-wrap: wrap;
}
.article-slider .slick-slider .article-grid .article-card {
  flex: 1 1 0;
  min-width: 50%;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .article-slider .slick-slider .article-grid .article-card {
    min-width: 100% !important;
  }
}
.article-slider .slick-slider .article-grid .article-card .feature-image {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .article-slider .slick-slider .article-grid .article-card .feature-image {
    height: 240px !important;
  }
}
@media screen and (max-width: 800px) {
  .article-slider .slick-slider .article-grid .article-card .feature-image {
    height: 180px !important;
  }
}
.article-slider .slick-slider .article-grid .article-card .title {
  font-weight: bold;
  color: #002d67;
  font-size: 20px;
}
.article-slider .slick-slider .article-grid .article-card .exerpt p {
  padding-left: 0;
  padding-right: 0;
}
.article-slider .slick-slider .article-grid .article-card .button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.top-category-articles {
  padding-top: 50px;
  padding-bottom: 50px;
}
.top-category-articles .articles-grid {
  display: flex;
  flex-wrap: wrap;
}
.top-category-articles .articles-grid .article-card {
  flex: 1 1 0;
  min-width: 30%;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .top-category-articles .articles-grid .article-card {
    min-width: 100% !important;
  }
}
.top-category-articles .articles-grid .article-card .feature-image {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .top-category-articles .articles-grid .article-card .feature-image {
    height: 240px !important;
  }
}
@media screen and (max-width: 800px) {
  .top-category-articles .articles-grid .article-card .feature-image {
    height: 180px !important;
  }
}
.top-category-articles .articles-grid .article-card .subtitle {
  text-transform: uppercase;
  color: #f36f21;
  display: block;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.top-category-articles .articles-grid .article-card .title {
  font-weight: bold;
  color: #002d67;
  font-size: 26px;
  line-height: 1.5em;
}
.top-category-articles .articles-grid .article-card .exerpt {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.top-category-articles .articles-grid .article-card .button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-selector {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .news-selector {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .news-selector h1 {
    text-align: center !important;
  }
}
@media screen and (max-width: 800px) {
  .news-selector h1 {
    font-size: 30px !important;
  }
}
.news-selector .news-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 800px) {
  .news-selector .news-header {
    flex-direction: column !important;
  }
}
.news-selector .news-header .categories {
  display: block;
}
@media screen and (max-width: 800px) {
  .news-selector .news-header .categories {
    text-align: center !important;
  }
}
.news-selector .news-header .categories a {
  margin: 10px 20px 10px 0;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #3d3d3d;
  cursor: pointer;
}
.news-selector .news-header .categories a.current {
  border-bottom: 2px solid #f36f21;
}
.news-selector .news-header .search {
  display: block;
}
.news-selector .news-header .search .search-submit {
  display: none;
}
.news-selector .news-header .search .search-input {
  padding: 10px 30px 7px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-weight: 600;
  background: url("../../images/magnifying-glass.svg");
  background-size: 50px 15px;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 800px) {
  .news-selector .news-header .search .search-input {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .news-selector .news-header .search .search-input {
    margin-top: 30px !important;
  }
}
.news-selector .news-body {
  display: flex;
  flex-wrap: wrap;
}
.news-selector .news-body .article-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex: 1 1 0;
  min-width: 400px;
  max-width: 100%;
  margin: 5px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .news-selector .news-body .article-card {
    min-width: 350px !important;
  }
}
@media screen and (max-width: 800px) {
  .news-selector .news-body .article-card {
    min-width: 250px !important;
  }
}
.news-selector .news-body .article-card:first-child {
  flex-direction: row;
}
.news-selector .news-body .article-card .card-image {
  min-height: 300px;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .news-selector .news-body .article-card .card-image {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 800px) {
  .news-selector .news-body .article-card .card-image {
    min-height: 250px !important;
  }
}
.news-selector .news-body .article-card .card-image .category-label {
  background: white;
  padding: 5px 10px;
  font-weight: bold;
  color: #002d67;
}
.news-selector .news-body .article-card .card-content {
  position: relative;
  padding-bottom: 100px;
  flex-grow: 1;
}
.news-selector .news-body .article-card .card-content p,
.news-selector .news-body .article-card .card-content h3 {
  padding-left: 0;
  padding-right: 20px;
}
.news-selector .news-body .article-card .card-content h3 {
  margin-bottom: 10px;
}
.news-selector .news-body .article-card .card-content .button {
  margin-top: 50px;
  position: absolute;
  bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .news-selector .news-body .article-card:first-child {
    min-width: 100% !important;
  }
}
@media screen and (min-width: 1100px) {
  .news-selector .news-body .article-card:first-child {
    width: 100% !important;
  }
}
@media screen and (min-width: 1100px) {
  .news-selector .news-body .article-card:first-child {
    display: flex !important;
  }
}
@media screen and (min-width: 1100px) {
  .news-selector .news-body .article-card:first-child .card-image {
    width: 66% !important;
  }
}
@media screen and (min-width: 1100px) {
  .news-selector .news-body .article-card:first-child .card-image {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1100px) {
  .news-selector .news-body .article-card:first-child .card-content {
    width: 33% !important;
  }
}
@media screen and (min-width: 1100px) {
  .news-selector .news-body .article-card:first-child .card-content {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1100px) {
  .news-selector .news-body .article-card:first-child .card-content .author-date {
    margin-top: 0 !important;
  }
}
.pagination-nav-wrapper {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.pagination-nav-wrapper .current {
  text-decoration: underline;
}
.pagination-nav-wrapper a {
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
}
.pagination-nav-wrapper .next,
.pagination-nav-wrapper .prev {
  background: #002d67;
  color: white;
  border-radius: 50%;
  font-weight: normal;
  font-size: 22px;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 0;
  position: relative;
  top: 2px;
}
.author-date {
  color: #f36f21;
  margin: 20px 0;
}
.author-date strong {
  margin-left: 20px;
}
.article-content {
  margin: 50px auto;
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article-content p {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article-content .featured-image {
  width: 100%;
  margin-bottom: 50px;
}
.article-content .gallery {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}
.article-content .gallery .gallery-item {
  min-width: 250px;
  max-width: 100%;
  max-height: 100%;
  height: 300px;
  width: auto;
  flex: 1 1 0;
  background-size: cover !important;
  background-position: center !important;
  margin: 5px;
}
.article-content .wysiwyg-content {
  margin: 50px auto;
}
.related-articles {
  background: #f7f7f7;
  min-height: 100px;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 50px 20px;
}
.related-articles h2 {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.related-articles .article-cards {
  display: flex;
  flex-wrap: wrap;
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.related-articles .article-cards .article-card {
  display: block;
  text-decoration: none;
  flex: 1 1 0;
  min-width: 400px;
  max-width: 100%;
  margin: 5px;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .related-articles .article-cards .article-card {
    min-width: 350px !important;
  }
}
@media screen and (max-width: 800px) {
  .related-articles .article-cards .article-card {
    min-width: 250px !important;
  }
}
.related-articles .article-cards .article-card .card-image {
  min-height: 300px;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .related-articles .article-cards .article-card .card-image {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 800px) {
  .related-articles .article-cards .article-card .card-image {
    min-height: 250px !important;
  }
}
.related-articles .article-cards .article-card .card-image .category-label {
  background: white;
  padding: 5px 10px;
  font-weight: bold;
  color: #002d67;
}
.related-articles .article-cards .article-card .card-content p,
.related-articles .article-cards .article-card .card-content h3 {
  padding-left: 0;
  padding-right: 20px;
}
.related-articles .article-cards .article-card .card-content h3 {
  margin-bottom: 10px;
}
.link-bar-content .child-pages {
  background: #f7f7f7;
  overflow: hidden;
}
.link-bar-content .child-pages .controls {
  position: relative;
  z-index: 10;
  top: 20px;
  width: 1200px;
  max-width: calc( 100% - 120px );
  margin-left: auto;
  margin-right: auto;
}
.link-bar-content .child-pages .controls i {
  cursor: pointer;
  position: absolute;
  font-size: 25px;
  color: #002d67;
  z-index: 10;
}
.link-bar-content .child-pages .controls i:nth-child(3) {
  left: -50px;
}
.link-bar-content .child-pages .controls i:last-child {
  right: -50px;
}
.link-bar-content .child-pages .controls .fog {
  position: absolute;
  height: 100px;
  width: 100px;
  z-index: 6;
  top: -20px;
}
.link-bar-content .child-pages .controls .fog.left {
  background: linear-gradient(90deg,#f7f7f7 50%,rgba(247,247,247,0) 100%);
  left: -60px;
}
.link-bar-content .child-pages .controls .fog.right {
  background: linear-gradient(-90deg,#f7f7f7 50%,rgba(247,247,247,0) 100%);
  right: -60px;
}
.link-bar-content .child-pages .child-pages-inner {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.link-bar-content .child-pages .child-pages-inner .child-pages-slider {
  justify-content: center;
  position: relative;
  z-index: 5;
  display: inline-block;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}
.link-bar-content .child-pages .child-pages-inner .child-pages-slider a {
  display: inline-block;
  text-decoration: none;
  color: #3d3d3d;
  font-weight: 500;
  margin-right: 30px;
  border-top: 3px solid rgba(0,0,0,0);
  border-bottom: 3px solid rgba(0,0,0,0);
  padding: 20px 10px;
}
@media screen and (max-width: 800px) {
  .link-bar-content .child-pages .child-pages-inner .child-pages-slider a {
    margin-right: 0 !important;
  }
}
.link-bar-content .child-pages .child-pages-inner .child-pages-slider a:hover {
  color: #f36f21;
  border-bottom: 3px solid #f36f21;
}
.content-row.highlighted {
  background: #ffc9b4;
  padding: 50px;
}
.accordion-content .flex-block.content {
  align-content: center;
}
.accordion-content .flex-block.content p {
  margin: 0;
  padding: 0;
}
.accordion-content .flex-block.content table {
  max-width: 100%;
  width: 450px;
}
.accordion-content .flex-block.content table td {
  padding-top: 50px;
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  .accordion-content .flex-block.content table td {
    padding-right: 0 !important;
  }
}
.accordion-content .flex-block.content table td.icon {
  text-align: center;
}
.accordion-content .accordion-box {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.accordion-content .accordion-box h2 {
  padding-left: 30px;
  margin-bottom: 0;
}
.accordion-content .accordion-box .accordion {
  margin-left: 0;
  list-style: none;
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .accordion-content .accordion-box .accordion {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .accordion-content .accordion-box .accordion {
    padding-right: 10px !important;
  }
}
.accordion-content .accordion-box .accordion .accordion-item .expander {
  cursor: pointer;
  border-bottom: solid 2px #bbbbbb;
  padding: 20px 20px 20px 0;
  font-weight: bold;
  font-size: 16px;
}
.accordion-content .accordion-box .accordion .accordion-item .expander-target {
  border-bottom: solid 2px #bbbbbb;
  padding: 20px;
}
.accordion-content .accordion-box .accordion .accordion-item .expander-target p {
  padding-left: 0;
}
.accordion-content .accordion-box .accordion .accordion-item .expander-icon-plus,
.accordion-content .accordion-box .accordion .accordion-item .expander-icon-minus {
  color: #f36f21;
  padding: 10px 20px 10px 7px;
  transform: scale(1.8);
}
.accordion-content .accordion-box .accordion .accordion-item .expander-icon-plus {
  display: inline-block;
}
.accordion-content .accordion-box .accordion .accordion-item .expander-icon-minus {
  display: none;
}
.accordion-content .accordion-box .accordion .accordion-item.active .expander-icon-plus {
  display: none !important;
}
.accordion-content .accordion-box .accordion .accordion-item.active .expander-icon-minus {
  display: inline-block !important;
}
.tabbed-accordion {
  margin-bottom: 100px;
}
.tabbed-accordion .accordion-box {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tabbed-accordion .accordion-box .accordion {
  margin-left: 0;
  list-style: none;
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .tabbed-accordion .accordion-box .accordion {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .tabbed-accordion .accordion-box .accordion {
    padding-right: 10px !important;
  }
}
.tabbed-accordion .accordion-box .accordion .accordion-item .expander {
  cursor: pointer;
  border-bottom: solid 2px #bbbbbb;
  padding: 20px 20px 20px 0;
  font-weight: bold;
  font-size: 16px;
}
.tabbed-accordion .accordion-box .accordion .accordion-item .expander-target {
  border-bottom: solid 2px #bbbbbb;
  padding: 20px;
}
.tabbed-accordion .accordion-box .accordion .accordion-item .expander-target p {
  padding-left: 0;
}
.tabbed-accordion .accordion-box .accordion .accordion-item .expander-icon-plus,
.tabbed-accordion .accordion-box .accordion .accordion-item .expander-icon-minus {
  color: #f36f21;
  padding: 10px 20px 10px 7px;
  transform: scale(1.8);
}
.tabbed-accordion .accordion-box .accordion .accordion-item .expander-icon-plus {
  display: inline-block;
}
.tabbed-accordion .accordion-box .accordion .accordion-item .expander-icon-minus {
  display: none;
}
.tabbed-accordion .accordion-box .accordion .accordion-item.active .expander-icon-plus {
  display: none !important;
}
.tabbed-accordion .accordion-box .accordion .accordion-item.active .expander-icon-minus {
  display: inline-block !important;
}
.file-sets {
  background: #f7f7f7;
  padding: 10px 50px;
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .file-sets {
    padding: 10px 20px !important;
  }
}
.file-sets .file-set {
  border-bottom: solid 2px #cccccc;
  padding: 30px 0;
}
.file-sets .file-set:last-child {
  border-bottom: none;
}
.file-sets .file-set h4 {
  border-bottom: #002d67 4px solid;
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 10px;
  min-width: 150px;
  color: #3d3d3d;
}
.file-sets .file-set a {
  display: block;
  font-weight: bold;
  margin: 10px 0;
  color: #3d3d3d;
}
.file-sets .file-set a .file-download {
  margin-right: 15px;
  max-width: 20px;
  position: relative;
  top: 5px;
}
.content-404 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.privacy-modal {
  display: none !important;
}
.caring-for-your-investment p,
.caring-for-your-investment h4,
.caring-for-your-investment h2 {
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
}
.caring-for-your-investment h4,
.caring-for-your-investment td {
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
}
.caring-for-your-investment tr {
  display: block;
  box-sizing: border-box;
  border-bottom: solid 2px lightgrey;
}
.caring-for-your-investment tr:last-child {
  border-bottom: none;
}
.caring-for-your-investment tr td {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.caring-for-your-investment tr td:first-child {
  width: 100px;
}
.smart-metre-monitoring h4 {
  font-size: 20px;
  font-weight: 400;
  color: #3d3d3d;
}
.hover-tile-grid {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.hover-tile-grid .hover-tile {
  width: 100%;
  padding: 10px 10px 70px 10px;
  box-sizing: border-box;
  justify-content: start;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1100px) {
  .hover-tile-grid .hover-tile {
    width: 50% !important;
  }
}
.hover-tile-grid .hover-tile .hover-tile-image {
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.hover-tile-grid .hover-tile:hover table {
  opacity: 1;
}
.hover-tile-grid .hover-tile table {
  background: rgba(243,111,33,0.9);
  width: 100%;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0;
}
.hover-tile-grid .hover-tile table tr td {
  padding: 50px;
  text-align: center;
  color: white;
  font-size: 40px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.51);
}
.hover-tile-grid .hover-tile table tr td span {
  display: block;
  font-size: 20px;
  margin: 30px auto 0 auto;
}
.hover-tile-grid .hover-tile .hover-tile-title {
  margin-top: 20px;
  font-size: 20px;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .hover-tile-grid .hover-tile .hover-tile-title {
    max-width: 30% !important;
  }
}
.hover-tile-grid .hover-tile .hover-tile-content {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .hover-tile-grid .hover-tile .hover-tile-content {
    max-width: 70% !important;
  }
}
.hover-tile-grid .hover-tile .hover-tile-content .button {
  margin-top: 50px;
}
.tabbed-accordion {
  margin-top: 50px;
}
.tabbed-accordion h2 {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.tabbed-accordion .tabs {
  background: #f7f7f7;
}
.tabbed-accordion .tabs .tabs-inner {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tabbed-accordion .tabs .tabs-inner a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #3d3d3d;
  font-weight: 500;
  margin-right: 30px;
  border-top: 3px solid rgba(0,0,0,0);
  border-bottom: 3px solid rgba(0,0,0,0);
  padding: 20px 10px;
}
@media screen and (max-width: 800px) {
  .tabbed-accordion .tabs .tabs-inner a {
    margin-right: 0 !important;
  }
}
.tabbed-accordion .tabs .tabs-inner a:hover {
  color: #f36f21;
  border-bottom: 3px solid #f36f21;
}
.tabbed-accordion .tabs .tabs-inner a.active {
  border-bottom: 3px solid #f36f21;
}
.features-showcase-content {
  background: #002967;
  padding: 50px 10px;
  margin: 0;
}
.features-showcase-content .features-showcase {
  column-count: 2;
  column-gap: 150px;
  column-span: all;
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
@media screen and (max-width: 800px) {
  .features-showcase-content .features-showcase {
    column-count: 1 !important;
  }
}
.features-showcase-content .features-showcase p,
.features-showcase-content .features-showcase h1,
.features-showcase-content .features-showcase h2,
.features-showcase-content .features-showcase h3,
.features-showcase-content .features-showcase h4,
.features-showcase-content .features-showcase h5 {
  color: white;
}
.features-showcase-content .features-showcase .feature-card {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 2px #1c54a8;
}
.features-showcase-content .features-showcase .feature-card:first-child,
.features-showcase-content .features-showcase .feature-card:last-child {
  border-bottom: none;
}
.acf-field-6302eb739ba5d {
  display: none;
}
.slides {
  overflow: hidden;
  display: flex;
  list-style: none;
}
.slides li.type-image {
  position: relative;
  flex-shrink: 0;
  flex-basis: 100%;
}
.slides li.type-image div.image {
  max-height: 400px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.slides li.type-image div.image .tinter {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
}
.slides li.type-image .hero-banner-overlay {
  position: relative !important;
  text-align: center;
  color: white;
}
.slides li.type-image .hero-banner-overlay .hero-banner-overlay-inner h2 {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  color: white;
}
.slides li.type-image .hero-banner-overlay .hero-banner-overlay-inner h1 {
  margin-bottom: 0;
  position: relative;
  color: white;
}
.slides li.type-image .hero-banner-overlay .hero-banner-overlay-inner p {
  display: flex;
  flex-direction: column;
  position: relative !important;
}
.slides li.type-image .hero-banner-overlay .hero-banner-overlay-inner p img {
  max-width: 100%;
}
.ctas-content.side-by-side .ctas-content .cta-block .info {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
}
.logo-ul-list {
  list-style: none;
  position: relative;
  white-space: nowrap;
}
.logo-ul-list .logo-li-list {
  position: relative;
  display: inline-block;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  header {
    max-height: 71px;
    position: relative;
  }
  header .header-inner .main-menu .detachable-menu {
    height: 71px;
  }
  .menu-main-menu-container {
    max-height: 71px;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  header {
    max-height: 69px;
    position: relative;
  }
  .hero-banner-overlay .hero-banner-overlay-inner p img {
    max-width: 100%;
    margin: auto;
    height: 100%;
  }
  .hero-banner-overlay .hero-banner-overlay-inner h1 {
    font-size: 30px !important;
  }
  .ctas-content.side-by-side .ctas-content .cta-block {
    height: 100%;
    position: relative;
    flex-direction: row;
  }
}
.alignnone size-full.carbon-image-794 {
  height: 100%;
  width: 100%;
}
