/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/***************************
 ****************************
 NAME: custom.scss
 SITE: Made up company
 DESCRIPTION: All imported style sheets
 -------------------------------------
 AUTHOR: Charlotte Osborne
 DATE CREATED: 20/06/17
 LAST MODIFIED DATE: 
 LAST MODIFIED BY: 
 ****************************
 ***************************/
/***************************
 ****************************
 NAME: _reset.scss
 SITE: Made up company
 DESCRIPTION: Resetting all theme preset styles where not possible in template
 -------------------------------------
 AUTHOR: Charlotte Osborne
 DATE CREATED: 20/06/17
 LAST MODIFIED DATE:
 LAST MODIFIED BY:
 ****************************
 ***************************/
/* This is reset stylesheet will probably grow over time - and we can share it with each other and reuse it on all new builds*/
/* BELOW IS JUST AN EXAMPLE */
/* line 23, templates/g5_hydrogen/custom/scss/_reset.scss */
input[type="submit"], .button {
  text-shadow: none;
  background-image: none;
  background-color: transparent;
}
/* line 31, templates/g5_hydrogen/custom/scss/_reset.scss */
* {
  outline: 0;
}
/***************************
 ****************************
 NAME: _variables.scss
 SITE: Made up company
 DESCRIPTION: All variables for the website
 -------------------------------------
 AUTHOR: Charlotte Osborne
 DATE CREATED: 20/06/17
 LAST MODIFIED DATE: 07/02/23
 LAST MODIFIED BY: Becky Allenby
 ****************************
 ***************************/
/***************************
 ****************************
 NAME: _layout.scss
 SITE: Made up company
 DESCRIPTION: Amendments to the template & template sections
 -------------------------------------
 AUTHOR: Charlotte Osborne
 DATE CREATED: 20/06/17
 LAST MODIFIED DATE: 07/02/23
 LAST MODIFIED BY: Becky Allenby
 ****************************
 ***************************/
/* line 18, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-main .moduletable.service-usp-image .custom.background-top {
  background-position: top left;
}
/* line 24, templates/g5_hydrogen/custom/scss/_layout.scss */
#SiteMapLocations .location-box {
  border-radius: 0px;
  box-shadow: none;
  flex: 0 31%;
  background-color: white;
  padding: 0px;
  margin-left: 2%;
  margin-bottom: 50px;
  position: relative;
  flex-wrap: wrap;
  max-width: 31%;
}
@media (max-width: 768px) {
  /* line 35, templates/g5_hydrogen/custom/scss/_layout.scss */
  #SiteMapLocations .location-box {
    flex: 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
/* line 42, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 43, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 44, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container {
  max-width: 100%;
}
/* line 46, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 47, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .g-content {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
/* line 53, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 60, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-county #g-main .g-container .default-content .locations {
    margin-top: 0;
  }
}
/* line 63, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations:before {
  content: '';
  position: absolute;
  top: -200px;
  height: 200px;
  width: 100%;
  background-color: #f2f2f2;
  z-index: 1;
}
/* line 72, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .left {
  flex: 0 40%;
  max-width: 40%;
  padding-right: 50px;
  padding-top: 43px;
}
/* line 77, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .left input {
  border: 1px solid #e4e3e3;
}
/* line 81, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right {
  flex: 0 100%;
  max-width: 100%;
  background-color: #f2f2f2;
  padding: 50px 0 50px 0px;
  position: relative;
}
/* line 98, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right a {
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
}
/* line 102, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right a:after {
  height: 3px;
  background-color: #006ac6;
  width: 100%;
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
}
/* line 111, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right a:hover {
  color: #e4002b;
  text-decoration: none;
}
/* line 114, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right a:hover:after {
  background-color: #e4002b;
}
/* line 119, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right p {
  text-align: center;
}
/* line 122, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 123, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right .postcode-input form {
  margin-left: auto;
  margin-right: auto;
}
/* line 128, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right .privacy-link {
  width: 100%;
  text-align: center;
  max-width: 100%;
}
/* line 132, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right .privacy-link a {
  color: #006ac6 !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
/* line 136, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right .privacy-link a:after {
  display: none;
}
/* line 142, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right .individual-regions {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
/* line 147, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right .individual-regions .region {
  flex: 0 20%;
  text-align: center;
}
@media (max-width: 959px) {
  /* line 150, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-county #g-main .g-container .default-content .locations .right .individual-regions .region {
    flex: 0 30%;
  }
}
@media (max-width: 768px) {
  /* line 153, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-county #g-main .g-container .default-content .locations .right .individual-regions .region {
    flex: 0 50%;
  }
}
@media (max-width: 450px) {
  /* line 156, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-county #g-main .g-container .default-content .locations .right .individual-regions .region {
    flex: 0 100%;
  }
  /* line 158, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-county #g-main .g-container .default-content .locations .right .individual-regions .region p {
    margin: 0.8rem 0;
  }
}
/* line 164, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content .locations .right h2 {
  text-align: center;
}
/* line 169, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-county #g-main .g-container .default-content #location-description {
  margin: 80px auto;
}
/* line 179, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 180, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap ul {
  margin-left: 0;
}
/* line 182, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap ul li {
  list-style-type: none;
}
/* line 184, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap ul li > ul {
  margin-left: 30px;
}
/* line 189, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap #g-actions {
  margin-top: 0 !important;
}
/* line 192, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap .three-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 196, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap .three-col > div {
  flex: 0 33%;
}
@media (max-width: 768px) {
  /* line 198, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.sitemap .three-col > div {
    flex: 0 100%;
  }
}
/* line 201, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap .three-col > div ul {
  margin-left: 0;
}
/* line 203, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap .three-col > div ul li {
  list-style-type: none;
}
/* line 209, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 210, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap .two-col > div {
  flex: 0 33%;
}
@media (max-width: 768px) {
  /* line 212, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.sitemap .two-col > div {
    flex: 0 100%;
  }
}
/* line 215, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap .two-col > div ul {
  margin-left: 0;
}
/* line 217, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap .two-col > div ul li {
  list-style-type: none;
}
/* line 223, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap #SiteMapLocations {
  margin-top: 0;
}
/* line 225, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap #SiteMapLocations a {
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 229, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.sitemap #SiteMapLocations {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 0;
  }
}
/* line 236, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 237, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap .item-pagesitemap a {
  margin-bottom: 10px;
  display: inline-block;
}
/* line 242, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 243, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap #g-actions .g-content {
  margin-top: 0;
  padding-top: 0;
}
/* line 248, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 249, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sitemap #g-main .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  /* line 257, templates/g5_hydrogen/custom/scss/_layout.scss */
  #SiteMapLocations .location-box {
    padding: 0;
  }
}
/* line 262, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 263, templates/g5_hydrogen/custom/scss/_layout.scss */
.news-image-right img {
  padding-left: 20px;
}
@media (max-width: 768px) {
  /* line 265, templates/g5_hydrogen/custom/scss/_layout.scss */
  .news-image-right img {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 273, templates/g5_hydrogen/custom/scss/_layout.scss */
  /* line 274, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations.contact-page #g-main .locations-header {
    min-height: 100px;
    height: auto;
  }
}
/* line 281, templates/g5_hydrogen/custom/scss/_layout.scss */
.google-maps-data {
  display: none;
}
/* line 287, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-container {
  width: 100%;
  max-width: 100rem;
}
@media (max-width: 1700px) {
  /* line 290, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-container {
    max-width: 83rem;
  }
}
/* line 296, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 297, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-introduction .size-65 {
  margin-top: 20px;
  padding-right: 30px;
  max-width: 65%;
}
@media (max-width: 768px) {
  /* line 301, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-introduction .size-65 {
    max-width: 100%;
  }
}
/* line 308, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 309, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-flushed .g-container {
  width: 100%;
  max-width: 100%;
}
/* line 318, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase {
  background-color: white;
}
/* line 320, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 321, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) {
  padding-top: 7rem;
  background-size: cover;
  display: flex;
  align-content: center;
  justify-content: left;
  min-height: 400px;
  max-height: 700px;
  position: relative;
  background-position: center;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  /* line 332, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) {
    padding-top: 11rem;
    min-height: auto;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  /* line 337, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) {
    padding-top: 12rem;
  }
}
/* line 340, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) h1 {
  margin-bottom: 0;
}
/* line 343, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) .postcode-entered {
  color: black;
  text-transform: uppercase;
}
/* line 346, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) .postcode-entered:before {
  content: '\f3c5';
  font-family: "Font Awesome 5 Pro";
  color: #006ac6;
  font-weight: 300;
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 15px;
}
/* line 356, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links):before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  content: '';
}
/* line 365, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links):after {
  position: absolute;
  width: 75%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  content: '';
}
/* line 374, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links).no-margin-bottom {
  margin-bottom: 0;
}
/* line 377, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links).small {
  height: 400px;
}
/* line 380, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links).about {
  background-position: top;
}
/* line 385, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 386, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links).emergency .custom {
  margin-bottom: 0;
  padding-bottom: 50px;
}
/* line 389, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links).emergency .custom .showcase-container {
  display: block;
  margin-top: 50px;
}
/* line 392, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links).emergency .custom .showcase-container > * {
  width: 50%;
}
/* line 395, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links).emergency .custom .showcase-container p {
  color: #171717;
  margin: 5px 0 15px 0;
}
@media (max-width: 768px) {
  /* line 398, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable:not(.showcase-links).emergency .custom .showcase-container p {
    width: 100%;
  }
}
/* line 401, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links).emergency .custom .showcase-container p a.book {
  color: white;
  width: 370px;
}
@media (max-width: 768px) {
  /* line 404, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable:not(.showcase-links).emergency .custom .showcase-container p a.book {
    width: 100%;
    max-width: 370px;
  }
}
/* line 408, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links).emergency .custom .showcase-container p a.book:after {
  content: '\f063';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block !important;
  position: relative;
  bottom: auto;
  height: auto;
  width: auto;
  font-weight: 400;
  margin-left: 10px;
}
/* line 419, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 420, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable:not(.showcase-links).emergency .custom .showcase-container p a.book:hover:after {
  background-color: transparent;
}
/* line 430, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 431, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase.g-flushed .g-container {
  max-width: 100%;
}
/* line 433, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase.g-flushed .g-container .showcase-container {
  max-width: 97rem;
  margin: auto;
  width: 95%;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 1700px) {
  /* line 441, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.g-flushed .g-container .showcase-container {
    max-width: 80rem;
  }
}
@media (max-width: 1199px) {
  /* line 444, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.g-flushed .g-container .showcase-container {
    max-width: 80rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  /* line 448, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.g-flushed .g-container .showcase-container {
    width: 90%;
  }
}
/* line 452, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase.g-flushed .g-container .showcase-container h1 {
  color: black;
  margin-top: 0;
  font-size: 4rem;
}
@media (max-width: 1199px) {
  /* line 456, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.g-flushed .g-container .showcase-container h1 {
    font-size: 3rem;
  }
}
@media (max-width: 959px) {
  /* line 459, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.g-flushed .g-container .showcase-container h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  /* line 462, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.g-flushed .g-container .showcase-container h1 {
    font-size: 2rem;
  }
}
/* line 466, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase.g-flushed .g-container .showcase-container p.caption {
  color: black;
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  /* line 472, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.g-flushed .g-container .showcase-container p.caption {
    font-size: 0.9rem;
  }
}
/* line 477, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 478, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase.g-flushed .g-container .moduletable.no-bg .custom {
  height: auto !important;
  background-color: white;
}
/* line 481, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase.g-flushed .g-container .moduletable.no-bg .custom .showcase-container {
  text-align: center;
}
/* line 488, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links {
  width: 50rem;
  margin: auto;
  position: relative;
  right: 0;
  top: 70px;
  left: 0;
  margin-right: 0;
}
@media (max-width: 1700px) {
  /* line 497, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  /* line 500, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links {
    width: 100%;
  }
}
/* line 503, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links .custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  /* line 509, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom {
    width: 100%;
  }
}
/* line 512, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links .custom > * {
  flex: 0 31%;
}
@media (max-width: 768px) {
  /* line 514, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom > * {
    flex: 0 100%;
  }
}
/* line 518, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links .custom .link-parent {
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  position: relative;
  margin-top: 55px;
  /* padding-bottom: 95px; */
  display: flex;
  align-items: flex-end;
}
/* line 528, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links .custom .link-parent a {
  padding-top: 75px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 959px) {
  /* line 535, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent a {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  /* line 538, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent a {
    padding-top: 0px;
  }
}
/* line 541, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 542, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links .custom .link-parent a:hover span {
  background-color: #006ac6;
}
@media (max-width: 959px) {
  /* line 547, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 550, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent {
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
}
/* line 581, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links .custom .link-parent img {
  max-width: 120px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  /* line 587, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent img {
    max-width: 80px;
    top: -40px;
  }
}
@media (max-width: 768px) {
  /* line 591, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent img {
    position: absolute;
    right: 0;
    width: 16%;
    max-width: 55px;
    top: 50%;
    left: auto;
    transform: translateX(0) translateY(-50%);
  }
}
/* line 601, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links .custom .link-parent p {
  display: none;
  color: #171717;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 959px) {
  /* line 612, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent p {
    display: none;
  }
}
/* line 616, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links .custom .link-parent span {
  display: block;
  width: 100%;
  background-color: #e4002b;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 10px 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 959px) {
  /* line 635, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent span {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  /* line 639, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent span {
    background-color: white;
    text-align: left;
    color: #171717;
    text-transform: capitalize;
    box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
    width: 80%;
    position: relative;
  }
  /* line 647, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links .custom .link-parent span:after {
    content: '';
    height: 100%;
    width: 20px;
    background-image: url('../images/white-arrow.svg');
    background-size: contain;
    background-position: left center;
    position: absolute;
    right: -19px;
    top: 0;
    background-repeat: no-repeat;
  }
}
/* line 664, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links.about {
  width: auto;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 959px) {
  /* line 668, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links.about {
    width: 100%;
  }
}
/* line 672, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links.about .custom {
  width: 600px;
  background-color: #e4002b;
  display: block;
  padding: 15px 130px 20px 36px;
  position: relative;
}
@media (max-width: 959px) {
  /* line 678, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links.about .custom {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 682, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links.about .custom {
    padding-right: 30px;
    padding-left: 30px;
  }
  /* line 685, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links.about .custom .privacy-link {
    text-align: center;
  }
  /* line 688, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links.about .custom h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
/* line 693, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links.about .custom:after {
  content: '';
  background-color: #e4002b;
  height: 100%;
  width: 1000px;
  right: -1000px;
  position: absolute;
  top: 0;
}
@media (max-width: 959px) {
  /* line 701, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable.showcase-links.about .custom:after {
    display: none;
  }
}
/* line 705, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links.about .custom h3 {
  margin-bottom: 15px;
}
/* line 708, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase .moduletable.showcase-links.about .custom p {
  font-weight: 700;
  margin: 10px 0;
}
/* line 717, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 718, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 720, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links).about .showcase-container {
    display: block;
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  /* line 724, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links).about .showcase-container {
    padding-top: 1rem;
  }
}
/* line 733, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 734, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-jobs {
  background-color: #f2f2f2;
}
/* line 737, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-actions {
  margin-top: 0;
}
/* line 742, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase {
  position: relative;
  min-height: 750px;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 745, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase {
    margin-bottom: 230px;
    max-height: 600px;
    min-height: 450px;
  }
}
/* line 750, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-container {
  max-width: 100%;
  height: 100%;
}
/* line 753, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-container .g-grid:nth-child(1) {
  height: 100%;
}
/* line 755, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-container .g-grid:nth-child(1) div {
  height: 100%;
}
/* line 761, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content {
  padding: 0;
  margin: 0;
}
/* line 764, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 765, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom {
  background-size: cover;
  min-height: 100%;
  max-height: 100%;
  background-position: center;
  padding-top: 11rem;
}
/* line 774, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div {
  max-width: 97rem;
  margin: auto;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: auto;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1700px) {
  /* line 785, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div {
    max-width: 81rem;
    width: 96%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  /* line 790, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div {
    height: 100%;
    padding-bottom: 0;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 797, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div:after {
    content: '';
    height: 65%;
    width: 100%;
    background: #fff;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
/* line 809, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div:before {
  content: '';
  height: 45%;
  width: 100%;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 821, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div > div {
  height: auto;
}
/* line 824, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box {
  background-image: url('../images/home-showcase-postcode-bg.svg');
  position: relative;
  z-index: 2;
  box-shadow: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 50px 70px 120px 70px;
  width: 500px;
}
@media (max-width: 1199px) {
  /* line 835, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box {
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  /* line 838, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box {
    background-position: top -30px left -10px;
    padding: 20px 50px 120px 45px;
    width: 390px;
  }
  /* line 842, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box > div {
    width: 88%;
  }
}
@media (max-width: 768px) {
  /* line 846, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box {
    background-image: url('../images/home-cta-bottom.jpg');
    background-position: bottom -1px left;
    background-size: 100% auto;
    padding-bottom: 30px;
    background-color: #e4002b;
    width: 90%;
    padding: 30px 30px 70px 30px;
    position: absolute;
    bottom: -230px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 859, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box > div {
    width: 100%;
  }
  /* line 862, templates/g5_hydrogen/custom/scss/_layout.scss */
  /* line 863, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box .postcode-input form {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  /* line 868, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box {
    padding: 30px 30px 70px 30px;
  }
}
@media (max-width: 450px) {
  /* line 871, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box {
    padding: 30px 30px 50px 30px;
  }
}
@media (max-width: 400px) {
  /* line 874, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box {
    bottom: -250px;
  }
}
/* line 877, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box p {
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  width: 80%;
}
@media (max-width: 768px) {
  /* line 883, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box p {
    width: 100%;
  }
}
/* line 887, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box h2 {
  font-family: futura-pt-bold, sans-serif;
  line-height: 2.2rem;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  /* line 891, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .postcode-box h2 {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
/* line 898, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .heading {
  flex: 0 60%;
  max-width: 60%;
}
@media (max-width: 1305px) {
  /* line 901, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .heading {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  /* line 906, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .heading {
    position: absolute;
    width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 910, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content .moduletable:not(.home-postcode) .custom > div .heading {
    position: relative;
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
    margin-top: 30px;
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding-bottom: 80px;
  }
}
/* line 925, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content h1 {
  margin: 0;
  margin-bottom: 25px;
  color: black;
  width: 100%;
  font-size: 3.6rem;
  line-height: 3.8rem;
  text-align: right;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
@media (max-width: 1305px) {
  /* line 936, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content h1 {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 1199px) {
  /* line 940, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content h1 {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }
}
@media (max-width: 959px) {
  /* line 944, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 768px) {
  /* line 948, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content h1 {
    font-size: 2rem;
    line-height: 2rem;
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin-bottom: 70px !important;
  }
}
/* line 960, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .g-content p {
  margin: 0;
  color: black;
  width: 70%;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  /* line 967, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content p {
    width: 90%;
  }
}
@media (max-width: 959px) {
  /* line 970, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  /* line 973, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-showcase .g-content p {
    width: 100%;
    font-size: 1.2rem;
  }
}
/* line 980, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 981, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 982, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-showcase .moduletable .custom:before {
  display: none;
}
/* line 989, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-pillars {
  position: relative;
  top: -50px;
  margin-bottom: 60px;
}
@media (max-width: 959px) {
  /* line 993, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  /* line 996, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars {
    top: 0;
    margin-bottom: 0px;
  }
}
/* line 1000, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-pillars .g-content {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  /* line 1006, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars {
    position: relative;
  }
}
@media (max-width: 768px) {
  /* line 1010, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .size-50 {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 1015, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-pillars ul.pillars {
  padding-right: 50px;
}
@media (max-width: 959px) {
  /* line 1017, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars ul.pillars {
    padding-right: 0;
  }
}
/* line 1021, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-pillars .home-pillars-image {
  position: absolute;
  right: 0;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  /* line 1025, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .home-pillars-image {
    bottom: 100px;
    top: auto;
  }
}
@media (max-width: 959px) {
  /* line 1029, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .home-pillars-image {
    position: relative;
    padding-top: 0;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  /* line 1034, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .home-pillars-image {
    position: relative;
  }
}
/* line 1037, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-pillars .home-pillars-image .custom {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 959px) {
  /* line 1043, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .home-pillars-image .custom {
    height: 500px;
    margin-bottom: 55px;
  }
}
@media (max-width: 768px) {
  /* line 1047, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .home-pillars-image .custom {
    height: 400px;
  }
}
@media (max-width: 450px) {
  /* line 1050, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .home-pillars-image .custom {
    margin-bottom: 140px;
  }
}
/* line 1054, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-pillars .home-pillars-image .g-content {
  margin: 0;
  padding: 0;
}
/* line 1057, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-pillars .home-pillars-image .g-content p {
  margin: 0;
  position: absolute;
  width: 60%;
  margin-left: auto;
  right: 0;
  padding-right: 20px;
  text-align: right;
  top: 825px;
}
@media (max-width: 959px) {
  /* line 1066, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .home-pillars-image .g-content p {
    top: 525px;
    width: 100%;
    text-align: center;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  /* line 1072, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .home-pillars-image .g-content p {
    top: 425px;
  }
}
/* line 1077, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-pillars .home-pillars-image img {
  width: 100%;
  margin-top: 90px;
}
/* line 1082, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 1083, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-pillars .size-50 {
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
/* line 1090, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-services {
  min-height: 400px;
  height: 400px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 1094, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-services {
    height: auto;
    min-height: 100%;
  }
}
/* line 1099, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-services > .g-container {
  height: 100%;
}
/* line 1101, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-services > .g-container > .g-grid {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 1108, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-services .home-services-image {
  position: absolute;
  left: 0;
  height: 400px;
  top: 0;
}
@media (max-width: 768px) {
  /* line 1113, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-services .home-services-image {
    position: relative;
    width: 100%;
    flex: 0 100%;
    order: 2;
    height: 300px;
  }
  /* line 1119, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-services .home-services-image .g-content {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 1122, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-services .home-services-image .g-content p {
    margin-top: 0;
  }
}
/* line 1127, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-services .home-services-image .service-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 10px solid #f7b624;
}
@media (max-width: 1199px) {
  /* line 1135, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-services .home-services-image .service-image {
    background-position: center;
  }
}
@media (max-width: 768px) {
  /* line 1138, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-services .home-services-image .service-image {
    margin-top: 0;
  }
}
/* line 1142, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-services .home-services-image .g-content {
  margin: 0;
  padding: 0;
  height: 100%;
}
/* line 1146, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-services .home-services-image .g-content .platform-content, .g-home #g-services .home-services-image .g-content .moduletable, .g-home #g-services .home-services-image .g-content .custom {
  height: 100%;
}
/* line 1152, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-services .home-services-text {
  margin-left: auto;
}
/* line 1154, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-services .home-services-text h3 {
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 768px) {
  /* line 1158, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-services .home-services-text {
    position: relative;
    width: 100%;
    flex: 0 100%;
    margin-top: 20px;
  }
}
/* line 1167, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-reviews {
  margin-top: 50px;
}
@media (max-width: 959px) {
  /* line 1169, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-reviews {
    margin-top: 0;
  }
}
/* line 1173, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1174, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-compare .compare-services.moduletable {
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (max-width: 959px) {
  /* line 1177, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-compare .compare-services.moduletable {
    margin-bottom: 45px;
    padding-right: 0;
    width: 95%;
    margin: auto;
  }
}
/* line 1184, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-compare .home-special.size-50 {
  position: relative;
  top: 40px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 959px) {
  /* line 1190, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-compare .home-special.size-50 {
    top: auto;
    margin-bottom: 30px;
  }
}
/* line 1194, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-compare .home-special.size-50 > .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
/* line 1200, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1201, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-compare .home-special.size-50 .moduletable.home-special > h3, .g-home #g-compare .home-special.size-50 .moduletable.home-special .home-special {
  position: relative;
  z-index: 2;
}
/* line 1205, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-compare .home-special.size-50 .moduletable.home-special h3 {
  margin-bottom: 15px;
}
/* line 1208, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-compare .home-special.size-50 .moduletable.home-special h4 {
  font-family: "Outfit", serif;
  font-size: 1.4rem;
}
/* line 1212, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-compare .home-special.size-50 .moduletable.home-special p {
  margin-top: 10px;
}
/* line 1217, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 1218, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-compare .g-grid {
    display: block;
  }
}
/* line 1222, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 1223, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-compare .size-50 {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 1229, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1230, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable {
  margin-top: 80px;
}
/* line 1232, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable .custom {
  padding-bottom: 50px;
}
/* line 1234, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable .custom:before {
  display: none;
}
/* line 1239, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable .custom > div:not(.background-image) {
  padding-top: 1px;
  padding-bottom: 10px;
}
@media (max-width: 959px) {
  /* line 1242, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-teams .reviews.moduletable .custom > div:not(.background-image) {
    margin-bottom: 0;
  }
}
/* line 1245, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable .custom > div:not(.background-image) > div:not(.bb_team) {
  padding-bottom: 30px;
}
@media (max-width: 959px) {
  /* line 1248, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home #g-teams .reviews.moduletable .custom > div:not(.background-image) > div:not(.bb_team) button {
    display: none !important;
  }
}
/* line 1253, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable .custom > div:not(.background-image) .slick-slide {
  box-shadow: none;
  padding: 0;
  margin-top: 45px;
  min-height: auto !important;
}
/* line 1258, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable .custom > div:not(.background-image) .slick-slide p {
  text-align: center;
}
/* line 1261, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable .custom > div:not(.background-image) .slick-slide:before {
  display: none;
}
/* line 1264, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable .custom > div:not(.background-image) .slick-slide:after {
  top: -50px;
}
/* line 1267, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable .custom > div:not(.background-image) .slick-slide p.testimonial-author {
  display: none;
}
/* line 1273, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable a {
  text-align: right;
  color: #006ac6;
  text-transform: capitalize;
  position: relative;
  padding-right: 30px;
  font-weight: 700;
  font-size: 1.3rem;
}
/* line 1281, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable a:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  font-size: 1.2rem;
}
/* line 1290, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable a:hover {
  color: #e4002b;
}
/* line 1292, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable a:hover:after {
  background-color: transparent;
}
/* line 1298, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home #g-teams .reviews.moduletable p {
  margin: 0;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  width: 90%;
}
/* line 1308, templates/g5_hydrogen/custom/scss/_layout.scss */
.g-home .our-approach.moduletable {
  width: 95%;
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  /* line 1313, templates/g5_hydrogen/custom/scss/_layout.scss */
  .g-home .our-approach.moduletable {
    width: 90%;
    margin-bottom: 20px;
  }
}
/* line 1320, templates/g5_hydrogen/custom/scss/_layout.scss */
.green-bg.custom {
  background-color: #f7b624;
  color: white;
}
/* line 1325, templates/g5_hydrogen/custom/scss/_layout.scss */
.custom.green-bg-light {
  background-color: rgba(109, 202, 206, 0.15);
  color: white;
  padding: 0px 0;
}
/* line 1331, templates/g5_hydrogen/custom/scss/_layout.scss */
.orange-bg.moduletable {
  background-color: #006ac6;
  color: white;
  padding: 40px;
}
@media (max-width: 768px) {
  /* line 1335, templates/g5_hydrogen/custom/scss/_layout.scss */
  .orange-bg.moduletable {
    width: 90%;
    margin: auto;
    position: relative;
    top: 30px;
    padding: 30px;
  }
}
/* line 1342, templates/g5_hydrogen/custom/scss/_layout.scss */
.orange-bg.moduletable h1, .orange-bg.moduletable h2, .orange-bg.moduletable h3, .orange-bg.moduletable h4 {
  color: white;
  margin: 0;
}
/* line 1348, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-actions {
  position: relative;
}
@media (max-width: 768px) {
  /* line 1352, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-actions {
    margin-top: 40px;
  }
}
/* line 1356, templates/g5_hydrogen/custom/scss/_layout.scss */
.brochure-download {
  padding-top: 200px;
  padding-left: 40px;
  max-width: 50%;
}
@media (max-width: 1199px) {
  /* line 1360, templates/g5_hydrogen/custom/scss/_layout.scss */
  .brochure-download {
    padding-top: 150px;
    padding-left: 30px;
  }
}
@media (max-width: 959px) {
  /* line 1364, templates/g5_hydrogen/custom/scss/_layout.scss */
  .brochure-download {
    padding-left: 20px;
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  /* line 1368, templates/g5_hydrogen/custom/scss/_layout.scss */
  .brochure-download {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
    position: relative;
    text-align: center;
    padding-left: 0;
    padding-top: 160px;
    margin-top: 70px;
  }
}
@media (max-width: 450px) {
  /* line 1378, templates/g5_hydrogen/custom/scss/_layout.scss */
  .brochure-download {
    padding-top: 100px;
  }
}
/* line 1381, templates/g5_hydrogen/custom/scss/_layout.scss */
.brochure-download:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 50%;
  border: 5px solid #e4002b;
  border-right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  /* line 1391, templates/g5_hydrogen/custom/scss/_layout.scss */
  .brochure-download:before {
    width: 100%;
    border-left: 0;
  }
}
/* line 1396, templates/g5_hydrogen/custom/scss/_layout.scss */
.brochure-download img {
  position: absolute;
  top: -10px;
  right: 40px;
  z-index: 2;
  width: 640px;
  transform: rotate(10deg);
}
@media (max-width: 1700px) {
  /* line 1403, templates/g5_hydrogen/custom/scss/_layout.scss */
  .brochure-download img {
    width: 550px;
    right: 30px;
  }
}
@media (max-width: 1199px) {
  /* line 1407, templates/g5_hydrogen/custom/scss/_layout.scss */
  .brochure-download img {
    width: 460px;
    right: -30px;
  }
}
@media (max-width: 959px) {
  /* line 1411, templates/g5_hydrogen/custom/scss/_layout.scss */
  .brochure-download img {
    width: 400px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  /* line 1415, templates/g5_hydrogen/custom/scss/_layout.scss */
  .brochure-download img {
    width: 80%;
    max-width: 500px;
    left: 0;
    right: 0;
  }
}
/* line 1422, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1423, templates/g5_hydrogen/custom/scss/_layout.scss */
.brochure-download .g-content h3 {
  margin-bottom: 17px;
  margin-top: 30px;
}
/* line 1427, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1428, templates/g5_hydrogen/custom/scss/_layout.scss */
.brochure-download .g-content .custom p {
  margin-top: 0;
}
/* line 1430, templates/g5_hydrogen/custom/scss/_layout.scss */
.brochure-download .g-content .custom p:nth-child(1) {
  margin: 0;
}
/* line 1439, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1440, templates/g5_hydrogen/custom/scss/_layout.scss */
.local-engineer-header.custom:hover {
  cursor: pointer;
}
/* line 1443, templates/g5_hydrogen/custom/scss/_layout.scss */
.local-engineer-header.custom h2 {
  background-color: #f2f2f2;
  text-align: center;
  margin: 0;
  margin-bottom: 0 !important;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 768px) {
  /* line 1450, templates/g5_hydrogen/custom/scss/_layout.scss */
  .local-engineer-header.custom h2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 2.2rem;
    font-size: 2rem;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
/* line 1458, templates/g5_hydrogen/custom/scss/_layout.scss */
.local-engineer-header.custom h2:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 120px;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  /* line 1469, templates/g5_hydrogen/custom/scss/_layout.scss */
  .local-engineer-header.custom h2:after {
    top: auto;
    bottom: -20px;
  }
}
/* line 1474, templates/g5_hydrogen/custom/scss/_layout.scss */
.local-engineer-header.custom h2:hover {
  color: #006ac6;
}
/* line 1478, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1479, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1480, templates/g5_hydrogen/custom/scss/_layout.scss */
.local-engineer-header.custom.open h2:after {
  content: '\f077';
}
/* line 1485, templates/g5_hydrogen/custom/scss/_layout.scss */
.local-engineer-header.custom img {
  height: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 1488, templates/g5_hydrogen/custom/scss/_layout.scss */
  .local-engineer-header.custom img {
    height: 50px;
  }
}
/* line 1493, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 1494, templates/g5_hydrogen/custom/scss/_layout.scss */
  .footer-postcode {
    width: 100%;
    flex: 0 100%;
    position: relative;
  }
}
/* line 1499, templates/g5_hydrogen/custom/scss/_layout.scss */
.footer-postcode .g-content {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  /* line 1505, templates/g5_hydrogen/custom/scss/_layout.scss */
  .footer-postcode .g-content {
    text-align: center;
    padding-bottom: 20px;
  }
}
/* line 1512, templates/g5_hydrogen/custom/scss/_layout.scss */
.footer-postcode .g-content h3 {
  margin-bottom: 20px;
}
/* line 1515, templates/g5_hydrogen/custom/scss/_layout.scss */
.footer-postcode .g-content p {
  margin-top: 0;
}
/* line 1518, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1519, templates/g5_hydrogen/custom/scss/_layout.scss */
.footer-postcode .g-content .custom > div {
  display: flex;
  flex-wrap: wrap;
}
/* line 1522, templates/g5_hydrogen/custom/scss/_layout.scss */
.footer-postcode .g-content .custom > div > div:not(.bb_team) {
  flex: 0 60%;
}
@media (max-width: 768px) {
  /* line 1524, templates/g5_hydrogen/custom/scss/_layout.scss */
  .footer-postcode .g-content .custom > div > div:not(.bb_team) {
    flex: 0 100%;
  }
}
/* line 1528, templates/g5_hydrogen/custom/scss/_layout.scss */
.footer-postcode .g-content .custom > div .bb_team {
  flex: 0 36%;
  padding-top: 0;
  display: none;
}
/* line 1532, templates/g5_hydrogen/custom/scss/_layout.scss */
.footer-postcode .g-content .custom > div .bb_team > p {
  width: 450px;
}
/* line 1538, templates/g5_hydrogen/custom/scss/_layout.scss */
.footer-postcode .g-content .postcode-input {
  margin-top: 20px;
}
/* line 1544, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-main {
  padding: 0;
}
@media (max-width: 1199px) {
  /* line 1547, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .service-page-content {
    width: 100%;
    flex: 0 100%;
  }
  /* line 1551, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .service-usps-container, #g-main .service-usps-image-container {
    flex: 0 50%;
  }
  /* line 1554, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .size-65 {
    flex: 0 60%;
    width: 60%;
  }
  /* line 1558, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .size-35 {
    flex: 0 40%;
    width: 40%;
  }
}
@media (max-width: 959px) {
  /* line 1563, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main {
    padding-top: 0;
  }
  /* line 1565, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .service-usps-container, #g-main .service-usps-image-container {
    flex: 0 100%;
  }
  /* line 1568, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .service-usps-image-container {
    height: 320px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  /* line 1574, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .size-65, #g-main .size-35 {
    flex: 0 100%;
    width: 100%;
  }
  /* line 1578, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .service-usps-image-container {
    height: 300px;
    margin-bottom: 40px;
  }
  /* line 1581, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .service-usps-image-container .g-content {
    margin-top: 0;
    padding-top: 0;
  }
}
/* line 1587, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-main .moduletable.service-usp-image {
  position: absolute;
  width: 100%;
  height: 500px;
}
@media (max-width: 959px) {
  /* line 1591, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .moduletable.service-usp-image {
    left: 0;
    height: 400px;
  }
}
@media (max-width: 959px) {
  /* line 1595, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .moduletable.service-usp-image {
    height: 300px;
  }
}
/* line 1598, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-main .moduletable.service-usp-image .custom {
  width: 58%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-bottom: 10px solid #f7b624;
  background-repeat: no-repeat;
}
@media (max-width: 959px) {
  /* line 1605, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-main .moduletable.service-usp-image .custom {
    width: 100%;
  }
}
/* line 1608, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-main .moduletable.service-usp-image .custom.cctv {
  background-position: top;
}
/* line 1617, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1618, templates/g5_hydrogen/custom/scss/_layout.scss */
.item-page ul.pillars {
  margin-top: 0;
}
@media (max-width: 768px) {
  /* line 1620, templates/g5_hydrogen/custom/scss/_layout.scss */
  .item-page ul.pillars {
    display: flex;
  }
}
@media (max-width: 450px) {
  /* line 1623, templates/g5_hydrogen/custom/scss/_layout.scss */
  .item-page ul.pillars {
    display: block;
  }
}
/* line 1626, templates/g5_hydrogen/custom/scss/_layout.scss */
.item-page ul.pillars li {
  flex: 0 21%;
  margin-right: 4%;
}
@media (max-width: 959px) {
  /* line 1629, templates/g5_hydrogen/custom/scss/_layout.scss */
  .item-page ul.pillars li {
    margin-bottom: 0;
    flex: 0 46%;
  }
}
/* line 1637, templates/g5_hydrogen/custom/scss/_layout.scss */
.custom.swoosh-bg {
  padding-bottom: 100px;
  background-repeat: no-repeat;
  position: relative;
}
/* line 1644, templates/g5_hydrogen/custom/scss/_layout.scss */
.custom.swoosh-bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-image: url('../images/swoosh.png');
  background-size: 100% auto;
  background-position: bottom -50px center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  /* line 1655, templates/g5_hydrogen/custom/scss/_layout.scss */
  .custom.swoosh-bg:after {
    background-position: bottom center;
  }
}
/* line 1664, templates/g5_hydrogen/custom/scss/_layout.scss */
.approach-image {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 1671, templates/g5_hydrogen/custom/scss/_layout.scss */
.about-values-block {
  position: relative;
  top: -100px;
}
/* line 1674, templates/g5_hydrogen/custom/scss/_layout.scss */
.about-values-block .button {
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 1678, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block {
    flex: 0 42%;
    width: 42%;
  }
  /* line 1681, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block .white-sidebar.moduletable .custom {
    padding: 40px 40px 30px 40px;
  }
}
@media (max-width: 959px) {
  /* line 1685, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block {
    flex: 0 100%;
    width: 100%;
    top: auto;
  }
  /* line 1689, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block .g-content {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 1692, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block .g-content h3 {
    text-align: center;
  }
  /* line 1696, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block .white-sidebar.moduletable .custom {
    padding: 40px 30px 30px 30px;
  }
  /* line 1699, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block .popup-parent {
    text-align: center;
  }
  /* line 1701, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block .popup-parent .button {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 450px) {
  /* line 1710, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block .popup-parent {
    text-align: center;
  }
  /* line 1712, templates/g5_hydrogen/custom/scss/_layout.scss */
  .about-values-block .popup-parent .button {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 100%;
  }
}
/* line 1724, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1725, templates/g5_hydrogen/custom/scss/_layout.scss */
.reasons-to-choose h2 {
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  /* line 1727, templates/g5_hydrogen/custom/scss/_layout.scss */
  .reasons-to-choose h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  /* line 1733, templates/g5_hydrogen/custom/scss/_layout.scss */
  .reasons-to-choose .service.custom {
    margin-bottom: 0;
  }
}
/* line 1739, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 1740, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-table {
    margin-top: 50px;
  }
}
/* line 1743, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1744, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-table .customcenter > p {
  width: 50%;
  margin: auto;
}
@media (max-width: 959px) {
  /* line 1747, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-table .customcenter > p {
    width: 80%;
  }
}
@media (max-width: 768px) {
  /* line 1750, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-table .customcenter > p {
    width: 100%;
  }
}
/* line 1757, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1758, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1759, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 1760, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-introduction .g-grid {
    display: block;
  }
  /* line 1762, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-introduction .g-grid .introduction-sidebar {
    top: auto;
  }
  /* line 1764, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-introduction .g-grid .introduction-sidebar .video-container-outer {
    max-width: 600px;
    margin: auto;
  }
  /* line 1769, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-introduction .g-grid .size-65, body.g-about #g-introduction .g-grid .size-35 {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}
/* line 1775, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-about #g-introduction .g-grid .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 1779, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-about #g-introduction .g-grid .introduction-sidebar > .g-content {
  top: -50px;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 959px) {
  /* line 1783, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-introduction .g-grid .introduction-sidebar > .g-content {
    top: auto;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
/* line 1788, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-about #g-introduction .g-grid .introduction-sidebar > .g-content p {
  margin: 0;
}
/* line 1794, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1795, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-about #g-table .accred.moduletable {
  margin: 30px auto;
}
/* line 1799, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1800, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 1199px) {
  /* line 1801, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-main .size-80 {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 1806, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1807, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1808, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 1809, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-main .custom.service-usps ul li {
    flex: 0 49%;
  }
}
@media (max-width: 450px) {
  /* line 1812, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-main .custom.service-usps ul li {
    flex: 0 100%;
  }
}
/* line 1818, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 1819, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-main .size-50 {
    flex: 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 1826, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-table {
    margin-top: 0;
  }
  /* line 1828, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-table .accred.moduletable {
    margin-bottom: 0;
  }
  /* line 1830, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-about #g-table .accred.moduletable .custom {
    margin-bottom: 0;
  }
}
/* line 1838, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1843, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-actions.about-above .above-footer-action-left {
  position: inherit;
}
/* line 1852, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1853, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer, .masonry-grid .grid-item {
  width: 50%;
}
@media (max-width: 959px) {
  /* line 1855, templates/g5_hydrogen/custom/scss/_layout.scss */
  .masonry-grid .grid-sizer, .masonry-grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 1858, templates/g5_hydrogen/custom/scss/_layout.scss */
  .masonry-grid .grid-sizer, .masonry-grid .grid-item {
    width: 100%;
  }
}
/* line 1861, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer .grid-container, .masonry-grid .grid-item .grid-container {
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  margin: 15px;
  padding: 30px;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  border-bottom: 10px solid #f7b624;
}
/* line 1871, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer .grid-container > p, .masonry-grid .grid-item .grid-container > p {
  margin-bottom: 0;
}
/* line 1874, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer .grid-container .testimonial-author, .masonry-grid .grid-item .grid-container .testimonial-author {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 1881, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1882, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer.grid-local .grid-container, .masonry-grid .grid-item.grid-local .grid-container {
  background-color: #f7b624;
  border-color: #f7b624;
  color: white;
}
/* line 1886, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer.grid-local .grid-container h4, .masonry-grid .grid-item.grid-local .grid-container h4 {
  color: white;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1.6rem;
}
/* line 1892, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer.grid-local .grid-container p, .masonry-grid .grid-item.grid-local .grid-container p {
  margin-top: 10px;
  display: block;
}
/* line 1901, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 1902, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer.grid-services .grid-container, .masonry-grid .grid-item.grid-services .grid-container {
  background-color: #e4002b;
  border-color: #e4002b;
  color: white;
}
/* line 1908, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer.grid-services .grid-container h4, .masonry-grid .grid-item.grid-services .grid-container h4 {
  color: white;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1.6rem;
}
/* line 1914, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer.grid-services .grid-container p, .masonry-grid .grid-item.grid-services .grid-container p {
  margin-top: 10px;
  display: block;
}
/* line 1924, templates/g5_hydrogen/custom/scss/_layout.scss */
.masonry-grid .grid-sizer {
  display: none;
}
/* line 1929, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 1930, templates/g5_hydrogen/custom/scss/_layout.scss */
  .above-footer-action-right {
    flex: 0 100%;
    background-color: #e4002b;
  }
}
/* line 1934, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right:before {
  content: '';
  height: 100%;
  width: 65%;
  position: absolute;
  right: 0;
  background-color: #e4002b;
}
@media (max-width: 768px) {
  /* line 1941, templates/g5_hydrogen/custom/scss/_layout.scss */
  .above-footer-action-right:before {
    display: none;
  }
}
/* line 1945, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right .g-content {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  height: 100%;
}
/* line 1952, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right .g-content .platform-content {
  height: 100%;
}
/* line 1955, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right .g-content .cleaning-expert-action {
  height: 100%;
  color: white;
}
/* line 1958, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right .g-content .cleaning-expert-action h3 {
  color: white;
  margin-top: 70px;
}
/* line 1962, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right .g-content .cleaning-expert-action .custom {
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
}
@media (max-width: 768px) {
  /* line 1966, templates/g5_hydrogen/custom/scss/_layout.scss */
  .above-footer-action-right .g-content .cleaning-expert-action .custom {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
/* line 1971, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right .g-content .cleaning-expert-action .custom > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* line 1975, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right .g-content .cleaning-expert-action .custom > div > div:not(.bb_team) {
  flex: 0 60%;
}
@media (max-width: 768px) {
  /* line 1977, templates/g5_hydrogen/custom/scss/_layout.scss */
  .above-footer-action-right .g-content .cleaning-expert-action .custom > div > div:not(.bb_team) {
    flex: 0 100%;
    text-align: center;
  }
}
/* line 1982, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right .g-content .cleaning-expert-action .custom > div .bb_team {
  flex: 0 36%;
  padding-top: 0;
  display: flex;
  align-items: flex-end;
  display: none;
}
/* line 1988, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-right .g-content .cleaning-expert-action .custom > div .bb_team img {
  max-height: 300px;
}
/* line 1997, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-left {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
/* line 2001, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-left h3 {
  margin-bottom: 15px !important;
}
/* line 2004, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-left h4 {
  font-family: "Outfit", serif;
  font-size: 1.4rem;
}
/* line 2008, templates/g5_hydrogen/custom/scss/_layout.scss */
.above-footer-action-left p {
  margin-top: 10px;
}
@media (max-width: 768px) {
  /* line 2011, templates/g5_hydrogen/custom/scss/_layout.scss */
  .above-footer-action-left {
    flex: 0 100%;
    top: 0;
  }
}
/* line 2022, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2023, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2024, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-updates #g-introduction .g-content {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 2031, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2032, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2033, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-updates.view-article #g-main .g-container {
  display: none;
}
/* line 2040, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2041, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-updates ul.category-module, #g-news ul.category-module {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
/* line 2045, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-updates ul.category-module li, #g-news ul.category-module li {
  flex: 0 31.33%;
  margin-right: 2%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
/* line 2051, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-updates ul.category-module li img, #g-news ul.category-module li img {
  order: 1;
}
/* line 2054, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-updates ul.category-module li a, #g-news ul.category-module li a {
  order: 2;
}
/* line 2057, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-updates ul.category-module li p, #g-news ul.category-module li p {
  order: 3;
}
/* line 2059, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-updates ul.category-module li p.mod-articles-category-readmore, #g-news ul.category-module li p.mod-articles-category-readmore {
  display: none;
}
/* line 2068, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2069, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 {
  display: flex;
}
@media (max-width: 768px) {
  /* line 2071, templates/g5_hydrogen/custom/scss/_layout.scss */
  .featured .layout-layout2 {
    display: block;
  }
}
/* line 2074, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 div.media-left {
  margin-right: 40px;
  flex: 0 50%;
}
@media (max-width: 768px) {
  /* line 2077, templates/g5_hydrogen/custom/scss/_layout.scss */
  .featured .layout-layout2 div.media-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* line 2082, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 .right {
  flex: 0 50%;
}
/* line 2085, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.title {
  margin-bottom: 15px;
}
/* line 2087, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.title:before {
  content: '\f005';
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 0.8rem;
  vertical-align: text-bottom;
  color: #006ac6;
}
/* line 2096, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.meta {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 10px;
}
/* line 2101, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.meta a {
  font-family: "Outfit", serif;
  font-weight: 700;
}
/* line 2103, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.meta a:after {
  display: none;
}
/* line 2106, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.meta a:hover {
  text-decoration: underline;
}
/* line 2111, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.links {
  margin-top: 30px;
}
/* line 2113, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.links a {
  background-color: #e4002b;
  border-radius: 100px;
  padding: 15px 25px;
  transition: 0.5s;
  position: relative;
  z-index: 10;
  color: white;
  display: inline-block;
  font-family: "Outfit", serif;
  font-weight: 700;
  font-size: 1rem;
}
/* line 2124, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.links a:after {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 20px;
  vertical-align: bottom;
  height: auto;
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  font-size: inherit;
  bottom: auto;
}
/* line 2138, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.links a:hover {
  background-color: #006ac6;
}
/* line 2140, templates/g5_hydrogen/custom/scss/_layout.scss */
.featured .layout-layout2 p.links a:hover:after {
  background-color: transparent;
  margin-left: 25px;
}
/* line 2150, templates/g5_hydrogen/custom/scss/_layout.scss */
.home-hints-items {
  width: 95%;
  margin: auto;
  max-width: 97rem;
  position: relative;
  z-index: 2;
}
/* line 2156, templates/g5_hydrogen/custom/scss/_layout.scss */
.home-hints-items .description {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 2162, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2163, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default, .moduletable:not(.featured) .zoo-list.blog-draindoctors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  overflow: visible;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  /* line 2171, templates/g5_hydrogen/custom/scss/_layout.scss */
  .moduletable:not(.featured) .zoo-list.blog-default, .moduletable:not(.featured) .zoo-list.blog-draindoctors {
    display: block;
  }
}
/* line 2174, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li, .moduletable:not(.featured) .zoo-list.blog-draindoctors li {
  flex: 0 31.3%;
  border-top: 0;
  margin-top: 115px;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: visible;
}
/* line 2183, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li .layout-default, .moduletable:not(.featured) .zoo-list.blog-draindoctors li .layout-default {
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  padding-top: 85px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 2190, templates/g5_hydrogen/custom/scss/_layout.scss */
  .moduletable:not(.featured) .zoo-list.blog-default li, .moduletable:not(.featured) .zoo-list.blog-draindoctors li {
    margin-bottom: 30px;
  }
}
/* line 2193, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li p.title, .moduletable:not(.featured) .zoo-list.blog-draindoctors li p.title {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 15px;
}
/* line 2203, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2204, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li p.title a:after, .moduletable:not(.featured) .zoo-list.blog-draindoctors li p.title a:after {
  display: none;
}
/* line 2207, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li p.title a:hover, .moduletable:not(.featured) .zoo-list.blog-draindoctors li p.title a:hover {
  text-decoration: underline;
}
/* line 2212, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li .description, .moduletable:not(.featured) .zoo-list.blog-draindoctors li .description {
  margin-bottom: 25px;
}
/* line 2215, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li div.media, .moduletable:not(.featured) .zoo-list.blog-draindoctors li div.media {
  float: none;
  overflow: visible;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -100px;
}
@media (max-width: 768px) {
  /* line 2237, templates/g5_hydrogen/custom/scss/_layout.scss */
  .moduletable:not(.featured) .zoo-list.blog-default li div.media img, .moduletable:not(.featured) .zoo-list.blog-draindoctors li div.media img {
    width: 100%;
  }
}
/* line 2241, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li div.media img, .moduletable:not(.featured) .zoo-list.blog-draindoctors li div.media img {
  max-width: 170px;
  left: 0;
  right: 0;
  z-index: 2;
  position: relative;
  margin: auto;
}
/* line 2250, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li .element-itemlink, .moduletable:not(.featured) .zoo-list.blog-draindoctors li .element-itemlink {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 2256, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li .element-itemlink a, .moduletable:not(.featured) .zoo-list.blog-draindoctors li .element-itemlink a {
  width: 100%;
  background-color: #006ac6;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  transition: 0.5s;
}
/* line 2267, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li .element-itemlink a:after, .moduletable:not(.featured) .zoo-list.blog-draindoctors li .element-itemlink a:after {
  display: none;
}
/* line 2270, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li .element-itemlink a:hover, .moduletable:not(.featured) .zoo-list.blog-draindoctors li .element-itemlink a:hover {
  background-color: #e4002b;
}
/* line 2273, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default li .element-itemlink a.read-all, .moduletable:not(.featured) .zoo-list.blog-draindoctors li .element-itemlink a.read-all {
  background-color: #e4002b;
}
/* line 2279, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default button.slick-next, .moduletable:not(.featured) .zoo-list.blog-draindoctors button.slick-next {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-weight: 700;
  font-size: 1.3rem;
  background-color: transparent;
  color: #006ac6;
  text-transform: capitalize;
}
/* line 2288, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default button.slick-next.slick-disabled, .moduletable:not(.featured) .zoo-list.blog-draindoctors button.slick-next.slick-disabled {
  opacity: 0.4;
}
/* line 2291, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default button.slick-next:after, .moduletable:not(.featured) .zoo-list.blog-draindoctors button.slick-next:after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  font-size: 1.2rem;
  vertical-align: bottom;
}
/* line 2298, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default button.slick-next:hover, .moduletable:not(.featured) .zoo-list.blog-draindoctors button.slick-next:hover {
  color: #e4002b;
}
/* line 2302, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default button.slick-prev, .moduletable:not(.featured) .zoo-list.blog-draindoctors button.slick-prev {
  position: absolute;
  left: 10px;
  bottom: 0;
  font-weight: 700;
  font-size: 1.3rem;
  background-color: transparent;
  z-index: 2;
  color: #006ac6;
}
/* line 2311, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default button.slick-prev.slick-disabled, .moduletable:not(.featured) .zoo-list.blog-draindoctors button.slick-prev.slick-disabled {
  opacity: 0.4;
}
/* line 2314, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default button.slick-prev:before, .moduletable:not(.featured) .zoo-list.blog-draindoctors button.slick-prev:before {
  content: '\f104';
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
}
/* line 2319, templates/g5_hydrogen/custom/scss/_layout.scss */
.moduletable:not(.featured) .zoo-list.blog-default button.slick-prev:hover, .moduletable:not(.featured) .zoo-list.blog-draindoctors button.slick-prev:hover {
  color: #e4002b;
}
/* line 2326, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2327, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items, .blog-draindoctors-frontpage .items {
  overflow: visible !important;
}
@media (max-width: 768px) {
  /* line 2329, templates/g5_hydrogen/custom/scss/_layout.scss */
  .blog-default-frontpage .items, .blog-draindoctors-frontpage .items {
    margin-top: 40px;
  }
}
/* line 2332, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first, .blog-draindoctors-frontpage .items > .first {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 2337, templates/g5_hydrogen/custom/scss/_layout.scss */
  .blog-default-frontpage .items > .first, .blog-draindoctors-frontpage .items > .first {
    display: block;
  }
}
/* line 2340, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first .teaser-item-bg, .blog-draindoctors-frontpage .items > .first .teaser-item-bg {
  background-color: white !important;
  background-image: none !important;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  padding-bottom: 55px !important;
  position: relative;
  padding-top: 80px !important;
  overflow: visible !important;
  height: 100%;
}
/* line 2349, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first .teaser-item-bg img, .blog-draindoctors-frontpage .items > .first .teaser-item-bg img {
  width: 100%;
}
/* line 2353, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div, .blog-draindoctors-frontpage .items > .first > div {
  flex: 0 33%;
  max-width: 33%;
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 50px;
  margin-top: 110px;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  /* line 2362, templates/g5_hydrogen/custom/scss/_layout.scss */
  .blog-default-frontpage .items > .first > div, .blog-draindoctors-frontpage .items > .first > div {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
}
/* line 2367, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2368, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-links a, .blog-draindoctors-frontpage .items > .first > div .pos-links a {
  width: 100%;
  background-color: #006ac6;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
/* line 2383, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-links a:after, .blog-draindoctors-frontpage .items > .first > div .pos-links a:after {
  display: none;
}
/* line 2386, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-links a:hover, .blog-draindoctors-frontpage .items > .first > div .pos-links a:hover {
  background-color: #e4002b;
  text-decoration: none;
}
/* line 2392, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .floatbox, .blog-draindoctors-frontpage .items > .first > div .floatbox {
  margin-top: 20px;
}
/* line 2395, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-media, .blog-draindoctors-frontpage .items > .first > div .pos-media {
  margin-top: 20px;
  margin-right: 0 !important;
  float: none !important;
}
/* line 2399, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-media .element, .blog-draindoctors-frontpage .items > .first > div .pos-media .element {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: normal;
}
/* line 2406, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-media a, .blog-draindoctors-frontpage .items > .first > div .pos-media a {
  font-family: "Outfit", serif;
  font-weight: 700;
}
/* line 2408, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-media a:after, .blog-draindoctors-frontpage .items > .first > div .pos-media a:after {
  display: none;
}
/* line 2411, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-media a:hover, .blog-draindoctors-frontpage .items > .first > div .pos-media a:hover {
  text-decoration: underline;
}
/* line 2415, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-media .element-image, .blog-draindoctors-frontpage .items > .first > div .pos-media .element-image {
  width: 190px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  padding: 0;
  top: -100px;
}
@media (max-width: 959px) {
  /* line 2425, templates/g5_hydrogen/custom/scss/_layout.scss */
  .blog-default-frontpage .items > .first > div .pos-media .element-image, .blog-draindoctors-frontpage .items > .first > div .pos-media .element-image {
    width: 170px;
    top: -80px;
  }
}
/* line 2429, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-media .element-image img, .blog-draindoctors-frontpage .items > .first > div .pos-media .element-image img {
  position: relative;
  z-index: 2;
}
/* line 2448, templates/g5_hydrogen/custom/scss/_layout.scss */
.blog-default-frontpage .items > .first > div .pos-content, .blog-draindoctors-frontpage .items > .first > div .pos-content {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 2469, templates/g5_hydrogen/custom/scss/_layout.scss */
.news-header {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  /* line 2473, templates/g5_hydrogen/custom/scss/_layout.scss */
  .news-header {
    margin-top: 30px !important;
  }
}
/* line 2478, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-updates .news-header.moduletable {
  border-top: 2px solid #f5f5f5;
  padding-top: 50px;
  margin-top: 50px;
}
/* line 2484, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2485, templates/g5_hydrogen/custom/scss/_layout.scss */
.news-toggle ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
}
/* line 2490, templates/g5_hydrogen/custom/scss/_layout.scss */
.news-toggle ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px;
}
/* line 2494, templates/g5_hydrogen/custom/scss/_layout.scss */
.news-toggle ul li a {
  display: inline-block;
  border-radius: 100px;
  padding: 0px 25px;
  transition: 0.5s;
  position: relative;
  z-index: 10;
  font-size: 1.6rem;
}
/* line 2502, templates/g5_hydrogen/custom/scss/_layout.scss */
.news-toggle ul li a:after {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 20px;
  vertical-align: bottom;
  right: auto;
  left: auto;
  bottom: auto;
  height: auto;
  position: relative;
  display: inline-block;
  width: auto;
}
/* line 2516, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2517, templates/g5_hydrogen/custom/scss/_layout.scss */
.news-toggle ul li a:hover:after {
  background-color: transparent;
  transform: rotate(90deg);
}
/* line 2527, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-back {
  display: none;
}
/* line 2531, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2532, templates/g5_hydrogen/custom/scss/_layout.scss */
.latest-news-paginaton ul {
  margin-left: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}
/* line 2538, templates/g5_hydrogen/custom/scss/_layout.scss */
.latest-news-paginaton ul li {
  list-style-type: none;
  margin: 0 10px;
}
@media (max-width: 768px) {
  /* line 2541, templates/g5_hydrogen/custom/scss/_layout.scss */
  .latest-news-paginaton ul li {
    display: none;
    margin: 0 20px;
  }
  /* line 2544, templates/g5_hydrogen/custom/scss/_layout.scss */
  .latest-news-paginaton ul li:nth-child(1) {
    display: inline-block;
  }
  /* line 2547, templates/g5_hydrogen/custom/scss/_layout.scss */
  .latest-news-paginaton ul li:nth-last-child(1) {
    display: inline-block;
  }
}
/* line 2557, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2558, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #g-introduction, body.task-item #g-news, body.task-item #g-updates, body.task-item #g-showcase {
  display: none;
}
/* line 2561, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #g-back {
  display: block;
}
/* line 2564, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #g-main {
  padding-top: 100px;
}
@media (max-width: 768px) {
  /* line 2566, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #g-main {
    padding-top: 165px;
  }
}
/* line 2570, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item .pos-content {
  clear: both;
}
/* line 2573, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item {
  position: relative;
}
/* line 2575, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-media {
  float: none;
}
@media (max-width: 768px) {
  /* line 2577, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .pos-media {
    margin-right: 0;
  }
}
/* line 2580, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-media .element-image {
  width: 200px;
  margin: auto;
  position: relative;
}
/* line 2597, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-media .element-image img {
  max-width: 200px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 2601, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .pos-media .element-image img {
    max-width: 150px;
  }
}
/* line 2607, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .item-header {
  text-align: center;
  position: relative;
  padding: 40px 40px 10px 40px;
  flex: 0 40%;
}
/* line 2613, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .item-header .breadcrumb {
  display: none;
  z-index: 2;
  position: relative;
  padding-left: 0;
  margin-top: 0;
  font-family: "Outfit", serif;
}
/* line 2620, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .item-header .breadcrumb > li.active {
  color: white;
}
/* line 2623, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2624, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .item-header .breadcrumb > li > .divider {
  color: white;
}
/* line 2627, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .item-header .breadcrumb > li > a {
  color: white !important;
  text-decoration: underline;
  text-underline-position: under;
}
/* line 2634, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .item-header h1.pos-title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: bebas-neue-pro-expanded, sans-serif;
}
@media (max-width: 768px) {
  /* line 2642, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .item-header h1.pos-title {
    font-size: 1.6rem;
  }
}
/* line 2646, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .item-header .pos-top {
  color: white;
  position: relative;
  z-index: 2;
  font-family: "Outfit", serif;
}
@media (max-width: 768px) {
  /* line 2651, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .item-header .pos-top {
    font-size: 1rem;
  }
}
/* line 2654, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .item-header .pos-top .element {
  display: none;
}
/* line 2659, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .floatbox {
  max-width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 2662, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .floatbox {
    max-width: 100%;
    margin-top: 15px;
  }
}
/* line 2666, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .floatbox h2 {
  font-size: 2rem;
  font-family: "Outfit", serif;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 2.2rem;
  margin-top: 30px;
}
@media (max-width: 768px) {
  /* line 2672, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .floatbox h2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
/* line 2677, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .floatbox h3 {
  font-size: 1.6rem;
  font-family: "Outfit", serif;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.8rem;
}
@media (max-width: 768px) {
  /* line 2682, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .floatbox h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
/* line 2689, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related {
  background: none;
  border-top: 2px solid #f5f5f5;
  padding-top: 50px;
  margin-top: 50px;
}
/* line 2694, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related h3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: bebas-neue-pro-expanded, sans-serif;
}
/* line 2702, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 2705, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .pos-related ul {
    display: block;
  }
}
/* line 2708, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li {
  list-style-type: none;
  background: none;
  padding-left: 0;
  flex: 0 31%;
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  padding-top: 115px;
  margin-top: 90px;
  padding-bottom: 55px;
}
@media (max-width: 959px) {
  /* line 2719, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .pos-related ul li {
    flex: 0 49%;
  }
  /* line 2721, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .pos-related ul li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 2725, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .pos-related ul li {
    flex: 0 100%;
    padding-top: 80px;
    margin-top: 120px;
  }
  /* line 2729, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.task-item #yoo-zoo .item .pos-related ul li:nth-child(2), body.task-item #yoo-zoo .item .pos-related ul li:nth-child(3) {
    display: none;
  }
}
/* line 2733, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li img {
  width: 100%;
}
/* line 2736, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .floatbox {
  max-width: 100%;
  overflow: visible;
}
/* line 2739, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .floatbox a {
  font-family: "Outfit", serif;
  font-weight: 700;
  margin-top: 10px;
}
/* line 2742, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .floatbox a:after {
  display: none;
}
/* line 2747, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .pos-media {
  max-width: 100%;
  margin-right: 0;
}
/* line 2750, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .pos-media .element-itemname {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: normal;
}
/* line 2757, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .pos-media .element-image {
  max-width: 170px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -80px;
}
/* line 2765, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .pos-media .element-image:before {
  top: -9px;
  left: -8px;
}
/* line 2771, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .pos-content {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
/* line 2776, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .pos-links {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
/* line 2782, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .pos-links a {
  background-color: #006ac6;
  text-align: center;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  transition: 0.5s;
}
/* line 2794, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .pos-links a:after {
  display: none;
}
/* line 2798, templates/g5_hydrogen/custom/scss/_layout.scss */
body.task-item #yoo-zoo .item .pos-related ul li .pos-links a:hover {
  background-color: #e4002b;
  text-decoration: none;
}
/* line 2812, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2813, templates/g5_hydrogen/custom/scss/_layout.scss */
.news-back .custom {
  margin-top: 50px !important;
}
/* line 2815, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2816, templates/g5_hydrogen/custom/scss/_layout.scss */
.news-back .custom a:before {
  content: '\f060';
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
/* line 2827, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 2828, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main {
  position: relative;
}
/* line 2830, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header {
  padding-top: 160px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  background-image: url('../../../../images/draindoctor/van-showcase.jpg');
  border-bottom: 10px solid #f7b624;
  background-position: center;
  background-size: cover;
  position: relative;
}
/* line 2843, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  /* line 2859, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-header {
    padding-top: 180px;
    padding-bottom: 30px;
    height: auto;
  }
}
/* line 2865, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header .showcase-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 2868, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-header .showcase-container {
    width: 90%;
    margin: auto;
    text-align: left;
  }
}
/* line 2874, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 2875, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-header .breadcrumb {
    text-align: left;
  }
}
/* line 2879, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 2880, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-header h1 {
    text-align: left;
  }
}
/* line 2884, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header p {
  max-width: 100%;
  margin: auto;
  margin-bottom: 10px;
  font-size: 1rem;
}
@media (max-width: 959px) {
  /* line 2889, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-header p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 2892, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-header p {
    max-width: 100%;
    text-align: left;
  }
}
/* line 2897, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header .postcode-input {
  margin-top: 30px;
}
@media (max-width: 768px) {
  /* line 2899, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-header .postcode-input {
    margin-bottom: 20px;
  }
}
/* line 2902, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header .postcode-input form {
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}
/* line 2906, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header .postcode-input form input {
  border: 5px solid #e4002b;
  padding-right: 45px;
  font-size: 1.6rem;
  padding: 25px 45px 25px 25px;
}
/* line 2912, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header .postcode-input form button {
  top: 30px;
  right: 15px;
}
/* line 2917, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header .postcode-input .privacy-link {
  max-width: 100%;
  text-align: center;
}
/* line 2920, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-header .postcode-input .privacy-link a {
  color: #e4002b !important;
}
/* line 2926, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-top-container {
  position: relative;
}
/* line 2928, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-top-container .local-intro {
  margin: 50px 0;
  width: 80%;
}
@media (max-width: 1199px) {
  /* line 2931, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-top-container .local-intro {
    width: 100%;
  }
}
/* line 2935, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .locations-top-container .service-usp-image {
  height: 500px;
  width: 57%;
  position: absolute;
  background-size: cover;
  background-position: center right;
  border-bottom: 10px solid #f7b624;
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  /* line 2944, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-top-container .service-usp-image {
    width: 48%;
  }
}
@media (max-width: 959px) {
  /* line 2947, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-top-container .service-usp-image {
    height: 300px;
    left: 0;
    width: 100%;
    background-position: top center;
  }
}
@media (max-width: 1199px) {
  /* line 2955, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-top-container .size-40, body.view-locations #g-main .locations-top-container .size-60 {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 959px) {
  /* line 2961, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-top-container .size-40, body.view-locations #g-main .locations-top-container .size-60 {
    flex: 0 100%;
    max-width: 100%;
  }
  /* line 2965, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-top-container .size-60 {
    height: 300px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  /* line 2971, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .locations-top-container .size-60 {
    margin-top: 30px;
  }
}
/* line 2976, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .individual-regions-container {
  display: none;
}
/* line 2979, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .individual-regions {
  margin-top: 50px;
}
/* line 2982, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container {
  width: 95%;
  max-width: 97rem;
  margin: auto;
}
@media (max-width: 1700px) {
  /* line 2986, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container {
    max-width: 87rem;
  }
}
@media (max-width: 768px) {
  /* line 2989, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container {
    max-width: 90%;
  }
}
/* line 2994, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container .locations-top {
  padding-top: 70px;
}
@media (max-width: 959px) {
  /* line 2996, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container .locations-top {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
/* line 3001, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container .locations-top #map {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 60%;
}
@media (max-width: 959px) {
  /* line 3007, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container .locations-top #map {
    position: relative !important;
    width: 100%;
    height: 600px !important;
    order: 2;
  }
}
/* line 3015, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container .locations-top .regions {
  width: 40%;
  padding: 50px;
}
@media (max-width: 959px) {
  /* line 3018, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container .locations-top .regions {
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  /* line 3025, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container .locations-top .regions {
    width: 100%;
  }
}
/* line 3028, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container .locations-top .regions #location-regions {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
/* line 3032, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container .locations-top .regions #location-regions > li {
  flex: 0 50%;
  list-style-type: none;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  /* line 3036, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container .locations-top .regions #location-regions > li {
    flex: 0 33%;
  }
}
@media (max-width: 768px) {
  /* line 3039, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container .locations-top .regions #location-regions > li {
    flex: 0 50%;
  }
}
/* line 3042, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container .locations-top .regions #location-regions > li a {
  font-family: "Outfit", serif;
  font-weight: 700;
  font-size: 1.4rem;
}
/* line 3049, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container .locations-top .location-postcode-box {
  background-color: #e4002b;
  width: 45%;
  position: relative;
  z-index: 2;
  padding: 40px 50px;
}
@media (max-width: 959px) {
  /* line 3055, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container .locations-top .location-postcode-box {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 3060, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .container .locations-top .location-postcode-box {
    text-align: center;
    padding: 40px 30px 10px 30px;
  }
}
/* line 3064, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container .locations-top .location-postcode-box h3 {
  color: white;
  margin-top: 0;
  line-height: normal;
}
/* line 3069, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .container .locations-top .location-postcode-box p {
  color: white;
}
/* line 3075, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region {
  position: relative;
  width: 95%;
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
/* line 3082, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .region-image-title {
  flex: 0 100%;
}
/* line 3103, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .region-image-title .region-image {
  display: none;
  text-align: left;
  position: absolute;
  padding-bottom: 40px;
  left: 0;
  top: 0;
  width: 40%;
}
@media (max-width: 959px) {
  /* line 3111, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .region-image-title .region-image {
    display: none;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  /* line 3115, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .region-image-title .region-image {
    position: relative;
    width: 100%;
    display: none;
    padding-bottom: 20px;
  }
}
/* line 3121, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .region-image-title .region-image img {
  width: 100%;
}
@media (max-width: 959px) {
  /* line 3123, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .region-image-title .region-image img {
    order: 2;
  }
}
/* line 3127, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .region-image-title .region-image p {
  margin-left: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  /* line 3134, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .region-image-title .region-image p {
    order: 1;
    position: relative;
    text-align: right;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 3140, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .region-image-title .region-image p {
    margin-left: 0;
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
  }
}
/* line 3148, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .region-image-title h2 {
  margin-left: 50px;
  margin-bottom: 40px;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 3154, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .region-image-title h2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
/* line 3163, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region h3 {
  width: 100%;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}
/* line 3168, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .region-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 3173, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container {
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  width: 100%;
  flex: 0 48%;
  max-width: 48%;
  padding-bottom: 30px;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  /* line 3186, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .container {
    flex: 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 3190, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .container {
    display: block;
    padding-bottom: 25px;
  }
}
/* line 3194, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container > h3 {
  background-color: #f7b624;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 20px;
  margin-top: 0;
}
@media (max-width: 959px) {
  /* line 3204, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .container > h3 {
    font-size: 1.6rem;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  /* line 3208, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .container > h3 {
    padding: 10px;
  }
}
/* line 3212, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location {
  flex: 0 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  /* line 3222, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .container .location {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 3243, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .location-top {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 768px) {
  /* line 3247, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .container .location .location-top {
    font-size: 1.4rem;
  }
}
/* line 3250, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .location-top a {
  position: relative;
  transition: 0.5s;
  padding-right: 30px;
}
@media (max-width: 768px) {
  /* line 3254, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .container .location .location-top a {
    padding-right: 20px;
  }
}
/* line 3257, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .location-top a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  position: absolute;
  right: 0px;
  top: 7px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  /* line 3264, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .container .location .location-top a:after {
    top: 5px;
    font-size: 1rem;
  }
}
/* line 3269, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .location-top a:hover {
  color: #e4002b;
}
/* line 3271, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .location-top a:hover:after {
  background-color: transparent;
}
/* line 3277, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location a.location-name {
  font-size: 1.6rem;
  font-family: "Outfit", serif;
  font-weight: 700;
}
/* line 3280, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location a.location-name:after {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  margin-left: 20px;
  font-weight: 400;
  transition: 0.5s;
  bottom: auto;
  left: auto;
  height: 0;
  top: -9px;
}
/* line 3293, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location a.location-name:hover {
  color: #e4002b;
}
/* line 3295, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location a.location-name:hover:after {
  margin-left: 30px;
}
/* line 3301, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .left {
  text-align: right;
}
/* line 3304, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .left a {
  font-size: 2rem;
  color: #171717;
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 768px) {
  /* line 3309, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-locations #g-main .region .container .location .left a {
    color: #e4002b;
    pointer-events: all;
    font-size: 1.6rem;
  }
}
/* line 3316, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .more {
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 3323, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .more a {
  background-color: #e4002b;
  color: white;
  font-size: 1.6rem;
  width: 100%;
  display: block;
  padding: 19px;
  text-align: center;
  transition: 0.5s;
}
/* line 3332, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .more a:after {
  display: none;
}
/* line 3335, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations #g-main .region .container .location .more a:hover {
  background-color: #006ac6;
}
/* line 3348, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3349, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations .locations-break .service-break.custom {
  padding-bottom: 80px;
}
/* line 3353, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations .show-hide-locations {
  text-align: center;
  background-color: #f2f2f2;
  padding: 30px 0 20px 0;
  margin: 50px 0 0 0;
  transition: 0.5s;
}
/* line 3359, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations .show-hide-locations:hover {
  background-color: #dcdcdc;
  cursor: pointer;
}
/* line 3363, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations .show-hide-locations h2 {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
}
/* line 3366, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations .show-hide-locations h2:after {
  margin-left: 20px;
  content: '\f063';
  font-family: 'Font Awesome 5 Pro';
  font-size: 2rem;
  font-weight: 400;
}
/* line 3373, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3374, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-locations .show-hide-locations h2.open:after {
  content: '\f062';
}
/* line 3382, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3383, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 3384, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-location.layout-jobs #location-description .size-40 {
    padding-top: 0 !important;
  }
}
/* line 3392, templates/g5_hydrogen/custom/scss/_layout.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
/* line 3397, templates/g5_hydrogen/custom/scss/_layout.scss */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 3407, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3408, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3409, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs #g-showcase .custom.showcase {
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  /* line 3411, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs #g-showcase .custom.showcase {
    margin-bottom: 0 !important;
  }
}
/* line 3414, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs #g-showcase .custom.showcase .showcase-container {
  margin: 60px auto;
}
/* line 3419, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3420, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs #g-main .g-contaner {
  width: 100%;
  max-width: 100rem;
}
@media (max-width: 1700px) {
  /* line 3423, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs #g-main .g-contaner {
    max-width: 83rem;
  }
}
/* line 3427, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs #g-main > .g-container {
  width: 100%;
  max-width: 100%;
}
/* line 3430, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs #g-main > .g-container > .g-grid > .g-block > .g-content {
  margin: 0;
  padding: 0;
}
/* line 3435, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs #g-main .custom.top-postcode-search {
  margin-top: -40px;
}
@media (max-width: 959px) {
  /* line 3437, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs #g-main .custom.top-postcode-search {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  /* line 3440, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs #g-main .custom.top-postcode-search {
    margin-top: unset;
  }
}
/* line 3444, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs #g-main .home-trust.moduletable {
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  /* line 3446, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs #g-main .home-trust.moduletable {
    margin: 0;
  }
}
/* line 3449, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs #g-main .home-trust.moduletable .jobs-trust {
  min-height: 550px;
}
@media (max-width: 959px) {
  /* line 3451, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs #g-main .home-trust.moduletable .jobs-trust {
    min-height: 650px;
  }
}
/* line 3455, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 3456, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs #g-main .home-trust.moduletable .trust-image {
    height: 550px;
  }
}
@media (max-width: 768px) {
  /* line 3459, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs #g-main .home-trust.moduletable .trust-image {
    height: 450px;
  }
}
/* line 3465, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs .apply-container {
  position: relative;
  padding-left: 0;
  margin: 60px 0 30px 0;
}
@media (max-width: 768px) {
  /* line 3469, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs .apply-container {
    margin: 0;
  }
}
/* line 3472, templates/g5_hydrogen/custom/scss/_layout.scss */
body.view-jobs .apply-container .image {
  top: 0;
}
/* line 3475, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 3476, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.view-jobs .apply-container .g-content {
    margin-top: 0;
    padding-top: 0;
  }
}
/* line 3484, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3485, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase.location-jobs-showcase .custom.showcase {
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  /* line 3487, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.location-jobs-showcase .custom.showcase {
    margin-bottom: 30px !important;
  }
}
/* line 3490, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase.location-jobs-showcase .custom.showcase .showcase-container {
  margin: 60px auto;
}
/* line 3493, templates/g5_hydrogen/custom/scss/_layout.scss */
#g-showcase.location-jobs-showcase .custom.showcase h1 {
  font-size: 3rem;
}
@media (max-width: 1199px) {
  /* line 3495, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.location-jobs-showcase .custom.showcase h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 959px) {
  /* line 3498, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.location-jobs-showcase .custom.showcase h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  /* line 3501, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.location-jobs-showcase .custom.showcase h1 {
    font-size: 2rem;
  }
  /* line 3503, templates/g5_hydrogen/custom/scss/_layout.scss */
  #g-showcase.location-jobs-showcase .custom.showcase h1 br {
    display: none;
  }
}
/* line 3512, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3513, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-job.g-jobs #g-showcase {
  display: none;
}
/* line 3516, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-job.g-jobs #g-main {
  padding-top: 8rem;
}
/* line 3521, templates/g5_hydrogen/custom/scss/_layout.scss */
.job {
  width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 3524, templates/g5_hydrogen/custom/scss/_layout.scss */
  .job {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 3528, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .introduction {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  /* line 3530, templates/g5_hydrogen/custom/scss/_layout.scss */
  .job .introduction {
    font-size: 1.1rem;
  }
}
/* line 3534, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .full-part {
  margin-right: 10px;
}
/* line 3536, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .full-part:before {
  content: '\f017';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  color: #e4002b;
}
/* line 3543, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .salary {
  margin-left: 10px;
}
/* line 3545, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .salary:before {
  content: '\f51e';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  color: #e4002b;
}
/* line 3552, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-details {
  display: flex;
  width: 100%;
}
/* line 3556, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form {
  width: 100%;
  margin: auto;
  background-color: #006ac6;
  padding: 60px 80px;
  margin: 70px auto 40px auto;
}
@media (max-width: 1199px) {
  /* line 3562, templates/g5_hydrogen/custom/scss/_layout.scss */
  .job .job-form {
    padding: 50px 60px;
  }
}
@media (max-width: 959px) {
  /* line 3565, templates/g5_hydrogen/custom/scss/_layout.scss */
  .job .job-form {
    padding: 1px 50px 40px 50px;
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 768px) {
  /* line 3569, templates/g5_hydrogen/custom/scss/_layout.scss */
  .job .job-form {
    padding: 1px 40px 40px 40px;
  }
}
/* line 3572, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959px) {
  /* line 3575, templates/g5_hydrogen/custom/scss/_layout.scss */
  .job .job-form form {
    display: block;
  }
}
/* line 3578, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form .equal.width.fields {
  margin-bottom: 0;
}
/* line 3581, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields {
  flex: 0 48%;
  display: block;
}
@media (max-width: 959px) {
  /* line 3584, templates/g5_hydrogen/custom/scss/_layout.scss */
  .job .job-form form > .fields {
    flex: 0 100%;
  }
}
/* line 3587, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field {
  margin-bottom: 20px !important;
  padding-left: 0;
  padding-right: 0;
}
/* line 3591, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field label {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 10px;
}
/* line 3598, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field label:after {
  color: #fff !important;
}
/* line 3603, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field input, .job .job-form form > .fields > .field textarea {
  background-color: white;
  box-shadow: none;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 1.2rem;
  color: black;
  border-radius: 0;
}
/* line 3611, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field input[type='file'] {
  border: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 1.15rem;
  color: #fff;
  background-color: transparent;
}
/* line 3620, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field.error {
  position: relative;
}
/* line 3622, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field.error:after {
  content: '\f06a';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: 7px;
  right: 10px;
  color: #fff;
  font-size: 1.8rem;
}
/* line 3631, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field.error input {
  background-color: white;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 5px solid #e4002b;
}
/* line 3637, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field .custom-error {
  color: #fff !important;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  font-family: bebas-neue-pro-expanded, sans-serif;
}
/* line 3644, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field .custom-error:before {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  vertical-align: top;
}
/* line 3651, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3652, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .field.pleasetellus label:after {
  display: none !important;
}
/* line 3657, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .multifield {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
/* line 3661, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields > .multifield label {
  flex: 0 100%;
  margin-bottom: 20px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #fff;
}
/* line 3670, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields .ui.checkbox label {
  flex: 0 100%;
  margin-bottom: 20px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: normal;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #fff;
  padding-left: 25px;
}
/* line 3679, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields .ui.checkbox label:before {
  top: 2px;
  border-radius: 0;
}
/* line 3683, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields .ui.checkbox label:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  top: 3px;
}
/* line 3689, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields .button {
  background-color: #fff;
  color: #e4002b;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 25px;
  transition: 0.5s;
  position: relative;
  z-index: 10;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 10px;
  width: 120px;
}
@media (max-width: 959px) {
  /* line 3703, templates/g5_hydrogen/custom/scss/_layout.scss */
  .job .job-form form > .fields .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 3707, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields .button:hover {
  color: #006ac6;
}
/* line 3711, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields h2 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  /* line 3715, templates/g5_hydrogen/custom/scss/_layout.scss */
  .job .job-form form > .fields h2 {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
/* line 3720, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields p {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: normal;
  font-size: 1.05rem;
  color: #fff;
}
/* line 3725, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields p a {
  color: #fff;
  text-decoration: underline;
}
/* line 3728, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .job-form form > .fields p a:hover {
  text-decoration: none;
}
/* line 3736, templates/g5_hydrogen/custom/scss/_layout.scss */
.job .date, .job .address, .job .job-details {
  display: none;
}
/* line 3741, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3742, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-contact #g-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
/* line 3748, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-contact #g-showcase.g-flushed .g-container .moduletable.no-bg .custom {
  max-width: 97rem;
  margin: auto;
  width: 95%;
}
@media (max-width: 1700px) {
  /* line 3752, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-contact #g-showcase.g-flushed .g-container .moduletable.no-bg .custom {
    max-width: 80rem;
  }
}
@media (max-width: 768px) {
  /* line 3755, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-contact #g-showcase.g-flushed .g-container .moduletable.no-bg .custom {
    width: 90%;
    padding-top: 12rem;
  }
}
/* line 3760, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-contact #g-showcase.g-flushed .g-container .moduletable.no-bg .custom .showcase-container {
  text-align: left;
  width: 35%;
  margin-left: 0;
}
@media (max-width: 959px) {
  /* line 3764, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-contact #g-showcase.g-flushed .g-container .moduletable.no-bg .custom .showcase-container {
    width: 100%;
  }
}
/* line 3767, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-contact #g-showcase.g-flushed .g-container .moduletable.no-bg .custom .showcase-container p {
  color: black;
}
/* line 3774, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-contact #map {
  min-height: 600px;
  height: 950px;
}
/* line 3779, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3780, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-contact .introduction-sidebar > .g-content {
  width: 100%;
  right: -10px;
}
@media (max-width: 959px) {
  /* line 3783, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-contact .introduction-sidebar > .g-content {
    position: relative;
    top: auto;
    margin: 0;
    padding: 0;
    right: 0;
  }
}
/* line 3792, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-contact #g-introduction {
  background-color: #f2f2f2;
}
/* line 3794, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 3795, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-contact #g-introduction .g-grid {
    display: block;
  }
}
/* line 3798, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 3799, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-contact #g-introduction .g-grid .size-65, body.g-contact #g-introduction .g-grid .size-35 {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 3804, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 3805, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-contact #g-introduction .g-grid .size-65 {
    padding-right: 0;
  }
}
/* line 3809, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 3810, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-contact #g-introduction .g-grid .g-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* line 3814, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-contact #g-introduction .g-grid .g-content {
    margin-top: 0;
    padding-top: 0;
  }
}
/* line 3825, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3826, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3828, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-default #g-main .default-breadcrumb {
  padding-top: 7rem;
}
@media (max-width: 959px) {
  /* line 3830, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-default #g-main .default-breadcrumb {
    padding-top: 8.5rem;
  }
}
@media (max-width: 768px) {
  /* line 3833, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.g-default #g-main .default-breadcrumb {
    padding-top: 10.5rem;
  }
}
/* line 3836, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-default #g-main .default-breadcrumb .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 3839, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-default #g-main .default-breadcrumb .g-content ul {
  margin-bottom: 0;
}
/* line 3842, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3843, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-default #g-main .default-breadcrumb .g-content li .divider {
  color: black;
  font-family: "Font Awesome 5 Pro";
  font-size: 7pt;
  vertical-align: middle;
  margin-left: 10px;
}
/* line 3853, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3854, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-default #g-main .default-content .g-content {
  margin-top: 0;
  padding-top: 0;
}
/* line 3859, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-default #g-main h1 {
  margin-top: 10px;
  margin-bottom: 60px;
}
/* line 3868, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3869, templates/g5_hydrogen/custom/scss/_layout.scss */
body.outline-_error #g-footer {
  margin-top: 0;
}
/* line 3872, templates/g5_hydrogen/custom/scss/_layout.scss */
body.outline-_error #g-main {
  padding-bottom: 0;
}
/* line 3874, templates/g5_hydrogen/custom/scss/_layout.scss */
body.outline-_error #g-main .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 3881, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3883, templates/g5_hydrogen/custom/scss/_layout.scss */
.error-content .custom {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  /* line 3889, templates/g5_hydrogen/custom/scss/_layout.scss */
  .error-content .custom {
    padding-top: 160px;
  }
}
/* line 3892, templates/g5_hydrogen/custom/scss/_layout.scss */
.error-content .custom h1 {
  margin-bottom: 0 !important;
  font-size: 7rem;
  line-height: 1;
}
/* line 3897, templates/g5_hydrogen/custom/scss/_layout.scss */
.error-content .custom h2 {
  margin-top: 0;
}
/* line 3900, templates/g5_hydrogen/custom/scss/_layout.scss */
.error-content .custom ul {
  margin-left: 0;
}
/* line 3902, templates/g5_hydrogen/custom/scss/_layout.scss */
.error-content .custom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
/* line 3908, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3910, templates/g5_hydrogen/custom/scss/_layout.scss */
.error-content .custom > div:nth-child(1) {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  /* line 3912, templates/g5_hydrogen/custom/scss/_layout.scss */
  .error-content .custom > div:nth-child(1) {
    padding-bottom: 0;
  }
}
/* line 3916, templates/g5_hydrogen/custom/scss/_layout.scss */
.error-content .custom > div.bb_team {
  flex: 0 20%;
  display: none;
}
/* line 3919, templates/g5_hydrogen/custom/scss/_layout.scss */
.error-content .custom > div.bb_team img {
  max-height: 300px;
}
/* line 3922, templates/g5_hydrogen/custom/scss/_layout.scss */
.error-content .custom > div.bb_team p {
  width: 400px;
}
/* line 3930, templates/g5_hydrogen/custom/scss/_layout.scss */
.loc-name {
  text-transform: lowercase;
}
/* line 3936, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3937, templates/g5_hydrogen/custom/scss/_layout.scss */
body.itemid-196 .team-locations, body.itemid-196 .individual-regions, body.itemid-196 .regions {
  display: none;
}
/* line 3941, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3942, templates/g5_hydrogen/custom/scss/_layout.scss */
body.itemid-196 #g-main .locations-header {
  max-width: 97rem;
  margin: auto;
  width: 95%;
  justify-content: left;
}
@media (max-width: 1700px) {
  /* line 3947, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.itemid-196 #g-main .locations-header {
    max-width: 80rem;
  }
}
@media (max-width: 768px) {
  /* line 3950, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.itemid-196 #g-main .locations-header {
    width: 90%;
  }
}
/* line 3954, templates/g5_hydrogen/custom/scss/_layout.scss */
body.itemid-196 #g-main .locations-top-container {
  position: inherit;
}
/* line 3956, templates/g5_hydrogen/custom/scss/_layout.scss */
body.itemid-196 #g-main .locations-top-container #map {
  top: 120px !important;
}
@media (max-width: 959px) {
  /* line 3958, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.itemid-196 #g-main .locations-top-container #map {
    top: 0 !important;
  }
}
/* line 3963, templates/g5_hydrogen/custom/scss/_layout.scss */
body.itemid-196 #g-main #locations-postcode-box {
  padding-top: 0;
}
/* line 3966, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3967, templates/g5_hydrogen/custom/scss/_layout.scss */
body.itemid-196 #g-main .contact-showcase .showcase-container {
  text-align: left;
  width: 35%;
  margin-left: 0;
}
@media (max-width: 959px) {
  /* line 3971, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.itemid-196 #g-main .contact-showcase .showcase-container {
    width: 100%;
  }
}
/* line 3974, templates/g5_hydrogen/custom/scss/_layout.scss */
body.itemid-196 #g-main .contact-showcase .showcase-container p {
  max-width: 100%;
  margin: 1.5rem 0;
}
/* line 3988, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3989, templates/g5_hydrogen/custom/scss/_layout.scss */
body.itemid-107 .contact-showcase {
  display: none;
}
/* line 3994, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 3995, templates/g5_hydrogen/custom/scss/_layout.scss */
body.no-main #g-main {
  padding: 0;
}
/* line 3997, templates/g5_hydrogen/custom/scss/_layout.scss */
body.no-main #g-main .g-content {
  display: none;
}
/* line 4003, templates/g5_hydrogen/custom/scss/_layout.scss */
table {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 4009, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 4010, templates/g5_hydrogen/custom/scss/_layout.scss */
  .compare-table {
    display: none;
  }
}
/* line 4015, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4016, templates/g5_hydrogen/custom/scss/_layout.scss */
.covid > div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #e4002b;
  margin: 40px 0;
  padding: 0px 0 40px 0;
}
@media (max-width: 768px) {
  /* line 4022, templates/g5_hydrogen/custom/scss/_layout.scss */
  .covid > div {
    padding-bottom: 15px;
  }
}
/* line 4025, templates/g5_hydrogen/custom/scss/_layout.scss */
.covid > div .left {
  flex: 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 4030, templates/g5_hydrogen/custom/scss/_layout.scss */
  .covid > div .left {
    flex: 0 100%;
  }
}
/* line 4033, templates/g5_hydrogen/custom/scss/_layout.scss */
.covid > div .left img {
  max-width: 150px;
}
/* line 4037, templates/g5_hydrogen/custom/scss/_layout.scss */
.covid > div .right {
  flex: 0 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  /* line 4041, templates/g5_hydrogen/custom/scss/_layout.scss */
  .covid > div .right {
    flex: 0 100%;
  }
}
/* line 4048, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4049, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-service #g-bottom {
  background-color: #f2f2f2;
}
/* line 4052, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4053, templates/g5_hydrogen/custom/scss/_layout.scss */
body.g-service .above-footer-action-left .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 4062, templates/g5_hydrogen/custom/scss/_layout.scss */
.service-reviews {
  margin-top: 90px;
}
@media (max-width: 768px) {
  /* line 4064, templates/g5_hydrogen/custom/scss/_layout.scss */
  .service-reviews {
    margin-top: 70px;
  }
}
/* line 4067, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4068, templates/g5_hydrogen/custom/scss/_layout.scss */
.service-reviews.custom > p {
  margin-bottom: 0;
}
/* line 4070, templates/g5_hydrogen/custom/scss/_layout.scss */
.service-reviews.custom > p img {
  width: 100%;
  height: 100px;
}
@media (max-width: 768px) {
  /* line 4073, templates/g5_hydrogen/custom/scss/_layout.scss */
  .service-reviews.custom > p img {
    height: 50px;
  }
}
/* line 4081, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4087, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4088, templates/g5_hydrogen/custom/scss/_layout.scss */
body.no-icons .service.custom .content h2 {
  padding-left: 80px !important;
}
@media (max-width: 959px) {
  /* line 4090, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.no-icons .service.custom .content h2 {
    padding-left: 65px !important;
  }
}
@media (max-width: 768px) {
  /* line 4093, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.no-icons .service.custom .content h2 {
    padding-left: 0px !important;
  }
}
/* line 4101, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4103, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-description {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  /* line 4107, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  /* line 4110, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description {
    margin-top: 60px;
  }
}
/* line 4113, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container {
  min-height: 500px;
}
@media (max-width: 768px) {
  /* line 4115, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container {
    flex-direction: column-reverse;
  }
}
/* line 4118, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55 {
  background-color: #f2f2f2;
  position: relative;
  padding-right: 60px;
  padding-top: 40px;
  margin-right: 5%;
  max-width: 55%;
}
@media (max-width: 768px) {
  /* line 4125, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55 {
    flex: 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  /* line 4131, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55:after {
    position: absolute;
    right: -1000px;
    width: 1000px;
    content: '';
    background-color: #f2f2f2;
    height: 100%;
    top: 0;
  }
}
/* line 4141, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55:before {
  position: absolute;
  left: -1000px;
  width: 1000px;
  content: '';
  background-color: #f2f2f2;
  height: 100%;
  top: 0;
}
/* line 4150, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55 .service-usps {
  width: 70%;
  padding-bottom: 100px;
  margin-top: 50px;
}
@media (max-width: 959px) {
  /* line 4154, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55 .service-usps {
    width: 80%;
  }
}
@media (max-width: 768px) {
  /* line 4157, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55 .service-usps {
    width: 100%;
  }
}
/* line 4160, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4161, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4162, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 4163, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55 .service-usps.custom ul li {
    flex: 0 49%;
    margin-bottom: 20px;
  }
}
/* line 4170, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55 .service-usps a {
  width: 50%;
  margin: auto;
}
@media (max-width: 1199px) {
  /* line 4175, templates/g5_hydrogen/custom/scss/_layout.scss */
  /* line 4176, templates/g5_hydrogen/custom/scss/_layout.scss */
  /* line 4177, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-container .size-55 .service-usps ul li img {
    max-width: 100px;
  }
}
/* line 4186, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-description .location-description-image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  min-height: 500px;
  width: 55%;
  padding-bottom: 120px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 959px) {
  /* line 4196, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-description-image {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  /* line 4199, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-description-image {
    min-height: 300px;
  }
}
/* line 4202, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-description .location-description-image .image {
  height: 500px;
  background-size: cover;
}
@media (max-width: 768px) {
  /* line 4205, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-description-image .image {
    min-height: 300px;
    height: 300px;
    background-position: center;
  }
}
@media (max-width: 768px) {
  /* line 4212, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .location-description-image {
    position: relative;
    width: 100%;
    flex: 0 100%;
    padding-bottom: 20px;
  }
}
/* line 4219, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-description .size-40 {
  display: flex;
  align-items: center;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 80px;
  max-width: 40%;
}
@media (max-width: 959px) {
  /* line 4226, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .size-40 {
    padding-right: 0;
  }
  /* line 4228, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .size-40 h2 {
    line-height: 2.6rem;
  }
}
@media (max-width: 768px) {
  /* line 4232, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .size-40 {
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 25px !important;
    padding-bottom: 0;
  }
  /* line 4239, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-description .size-40 h2 {
    text-align: left !important;
  }
}
/* line 4246, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #location-places {
  padding: 100px 0 60px 0;
}
@media (max-width: 1199px) {
  /* line 4248, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-places {
    padding: 80px 0 30px 0;
  }
}
@media (max-width: 768px) {
  /* line 4251, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-places {
    padding: 30px 0 0 0;
  }
}
/* line 4254, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 768px) {
  /* line 4255, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-places .size-25 {
    padding-bottom: 15px;
  }
}
/* line 4260, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4262, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 959px) {
  /* line 4264, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-places ul.placenames li.visible, body.com_brightbeautiful.view-location.layout-jobs #location-places ul.hidden-locations li.visible, body.com_brightbeautiful.view-location.layout-jobs #location-places ul.placenames li.hidden, body.com_brightbeautiful.view-location.layout-jobs #location-places ul.hidden-locations li.hidden {
    flex: 0 50%;
    width: 50%;
  }
}
@media (max-width: 450px) {
  /* line 4268, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.com_brightbeautiful.view-location.layout-jobs #location-places ul.placenames li.visible, body.com_brightbeautiful.view-location.layout-jobs #location-places ul.hidden-locations li.visible, body.com_brightbeautiful.view-location.layout-jobs #location-places ul.placenames li.hidden, body.com_brightbeautiful.view-location.layout-jobs #location-places ul.hidden-locations li.hidden {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 4276, templates/g5_hydrogen/custom/scss/_layout.scss */
body.com_brightbeautiful.view-location.layout-jobs #g-footer {
  padding-bottom: 0;
}
/* line 4283, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4285, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4286, templates/g5_hydrogen/custom/scss/_layout.scss */
body.sorry-no-job #g-showcase .custom.showcase .showcase-container, body.sorry-no-location #g-showcase .custom.showcase .showcase-container {
  margin: 60px auto;
}
/* line 4290, templates/g5_hydrogen/custom/scss/_layout.scss */
@media (max-width: 1199px) {
  /* line 4291, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.sorry-no-job .content-sidebar .g-content, body.sorry-no-location .content-sidebar .g-content {
    top: -65px;
  }
}
@media (max-width: 959px) {
  /* line 4294, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.sorry-no-job .content-sidebar .g-content, body.sorry-no-location .content-sidebar .g-content {
    top: -65px;
  }
}
@media (max-width: 768px) {
  /* line 4297, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.sorry-no-job .content-sidebar .g-content, body.sorry-no-location .content-sidebar .g-content {
    top: auto;
  }
}
/* line 4305, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4306, templates/g5_hydrogen/custom/scss/_layout.scss */
/* line 4307, templates/g5_hydrogen/custom/scss/_layout.scss */
body.thank-you-job #g-main ul.breadcrumb {
  margin-top: 60px;
}
/* line 4310, templates/g5_hydrogen/custom/scss/_layout.scss */
body.thank-you-job #g-main h1 {
  margin-bottom: 25px;
}
/* line 4313, templates/g5_hydrogen/custom/scss/_layout.scss */
body.thank-you-job #g-main a.button {
  margin-top: 10px;
}
@media (max-width: 768px) {
  /* line 4315, templates/g5_hydrogen/custom/scss/_layout.scss */
  body.thank-you-job #g-main a.button {
    margin-top: 5px;
  }
}
/* import breakpoints */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Values below are the default breakpoints
 but these values are user definable in style settings in the template
 so that is why the code below uses mixins to get the actual values from the template */
/* LARGE DESKTOP
 /* 75rem / 1200px and above*/
@media only all and (min-width: 100rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
/* DESKTOP & LARGE TABLET
 /* 60rem to 74.938rem / 960px to 1199px */
@media only all and (min-width: 80rem) and (max-width: 99.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
/* TABLET */
/* 48rem to 59.938rem / 768px to 959px */
@media only all and (min-width: 100%) and (max-width: 79.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
/* LARGE MOBILE */
/* 30rem to 47.938rem / 480px to 767px */
@media only all and (min-width: 100.01%) and (max-width: 99.99%) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
/* SMALL MOBILE */
/* 30rem / 480px and below */
@media only all and (max-width: 100%) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
/***************************
 ****************************
 NAME: _typography.scss
 SITE: Made up company
 DESCRIPTION: All text styles (includes buttons)
 -------------------------------------
 AUTHOR: Rachel Oliver
 DATE CREATED: 02/03/2020
 LAST MODIFIED DATE: 07/02/23
 LAST MODIFIED BY: Becky Allenby
 ****************************
 ***************************/
/* line 25, templates/g5_hydrogen/custom/scss/_typography.scss */
body {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 1.1rem;
}
/* line 29, templates/g5_hydrogen/custom/scss/_typography.scss */
h4, h5, h6 {
  font-family: bebas-neue-pro-expanded, sans-serif;
}
@media (max-width: 1199px) {
  /* line 31, templates/g5_hydrogen/custom/scss/_typography.scss */
  h4, h5, h6 {
    line-height: normal;
  }
}
/* line 35, templates/g5_hydrogen/custom/scss/_typography.scss */
h1, h2, h3 {
  font-family: futura-pt-bold, sans-serif;
  letter-spacing: -1px;
}
/* line 39, templates/g5_hydrogen/custom/scss/_typography.scss */
strong {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
}
/* line 43, templates/g5_hydrogen/custom/scss/_typography.scss */
h1 {
  font-size: 4rem;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  /* line 46, templates/g5_hydrogen/custom/scss/_typography.scss */
  h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 959px) {
  /* line 49, templates/g5_hydrogen/custom/scss/_typography.scss */
  h1 {
    font-size: 3rem;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  /* line 53, templates/g5_hydrogen/custom/scss/_typography.scss */
  h1 {
    font-size: 2.2rem;
  }
}
/* line 57, templates/g5_hydrogen/custom/scss/_typography.scss */
h2 {
  font-size: 2.4rem;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  /* line 60, templates/g5_hydrogen/custom/scss/_typography.scss */
  h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
/* line 65, templates/g5_hydrogen/custom/scss/_typography.scss */
h3 {
  font-size: 2rem;
  line-height: normal;
  line-height: 2.2rem;
}
/* line 73, templates/g5_hydrogen/custom/scss/_typography.scss */
a:not(.button) {
  color: #006ac6;
  position: relative;
}
/* line 86, templates/g5_hydrogen/custom/scss/_typography.scss */
a:not(.button):hover {
  color: #006ac6;
  text-decoration: underline;
}
/* line 89, templates/g5_hydrogen/custom/scss/_typography.scss */
a:not(.button):hover:after {
  background-color: #006ac6;
}
/* line 97, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button {
  background-color: #006ac6;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 25px;
  transition: 0.5s;
  position: relative;
  z-index: 10;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 959px) {
  /* line 108, templates/g5_hydrogen/custom/scss/_typography.scss */
  a.button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 113, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button:hover {
  background-color: #e4002b;
}
/* line 115, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button:hover:after {
  margin-left: 25px;
}
/* line 120, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button.white-button {
  background-color: white;
}
/* line 123, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button.orange-detail {
  color: #006ac6;
}
/* line 126, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button.green-detail {
  color: #f7b624;
}
/* line 129, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button.pink-detail {
  color: #e4002b;
}
/* line 132, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button.green {
  background-color: #f7b624;
}
/* line 134, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button.green:hover {
  background-color: #006ac6;
}
/* line 138, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 139, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button.pdf:after {
  display: inline-block;
}
/* line 142, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 143, templates/g5_hydrogen/custom/scss/_typography.scss */
a.button.pdf:hover:after {
  transform: rotate(90deg);
  margin-left: 20px;
}
/* line 151, templates/g5_hydrogen/custom/scss/_typography.scss */
a.housekeeping {
  color: #e4002b;
}
/* line 159, templates/g5_hydrogen/custom/scss/_typography.scss */
a.housekeeping:hover {
  color: #e4002b !important;
}
/* line 163, templates/g5_hydrogen/custom/scss/_typography.scss */
a.security {
  color: #006ac6;
}
/* line 171, templates/g5_hydrogen/custom/scss/_typography.scss */
a.security:hover {
  color: #006ac6 !important;
}
/* line 175, templates/g5_hydrogen/custom/scss/_typography.scss */
a.teams {
  color: #e4002b;
}
/* line 183, templates/g5_hydrogen/custom/scss/_typography.scss */
a.teams:hover {
  color: #e4002b !important;
}
/* line 187, templates/g5_hydrogen/custom/scss/_typography.scss */
a.products {
  color: #f7b624;
}
/* line 195, templates/g5_hydrogen/custom/scss/_typography.scss */
a.products:hover {
  color: #f7b624 !important;
}
/* line 200, templates/g5_hydrogen/custom/scss/_typography.scss */
a.margin-top {
  margin-top: 30px;
}
/* line 207, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.ticks {
  margin-left: 0;
}
/* line 209, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.ticks li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  font-weight: 700;
  margin-bottom: 3px;
}
/* line 215, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.ticks li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 2px;
  color: #f7b624;
  font-weight: 700;
}
/* line 226, templates/g5_hydrogen/custom/scss/_typography.scss */
ol {
  margin-left: 15px;
}
/* line 228, templates/g5_hydrogen/custom/scss/_typography.scss */
ol li {
  margin-bottom: 15px;
}
/* line 233, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars {
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  /* line 239, templates/g5_hydrogen/custom/scss/_typography.scss */
  ul.pillars {
    display: block;
  }
}
/* line 242, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li {
  list-style-type: none;
  flex: 0 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 247, templates/g5_hydrogen/custom/scss/_typography.scss */
  ul.pillars li {
    width: 100%;
  }
}
/* line 250, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li a {
  display: inline-block;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 1.2rem;
  position: relative;
}
/* line 255, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li a img {
  height: 55px;
  display: block;
  margin-bottom: 25px;
}
/* line 260, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li a:before {
  display: block;
}
/* line 263, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li a:after {
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: 0.5s;
  content: '';
  left: 0;
}
/* line 273, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 274, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li a:hover:after {
  bottom: -2px;
  background-color: #006ac6;
}
/* line 279, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 280, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 281, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li a.products:hover:after {
  background-color: #f7b624;
}
/* line 286, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 287, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 288, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li a.housekeeping:hover:after {
  background-color: #e4002b;
}
/* line 293, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 294, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 295, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li a.teams:hover:after {
  background-color: #e4002b;
}
/* line 301, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.pillars li p {
  margin-top: 15px;
}
/* line 307, templates/g5_hydrogen/custom/scss/_typography.scss */
.two-col {
  display: flex;
  flex-wrap: wrap;
}
/* line 310, templates/g5_hydrogen/custom/scss/_typography.scss */
.two-col li {
  flex: 0 50%;
}
/* line 313, templates/g5_hydrogen/custom/scss/_typography.scss */
.two-col > div.col-child {
  flex: 0 50%;
}
/* line 318, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.green {
  margin-left: 10px;
  margin-top: 2rem;
}
/* line 321, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.green li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  padding-right: 10px;
}
/* line 327, templates/g5_hydrogen/custom/scss/_typography.scss */
ul.green li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Pro";
  color: #f7b624;
  font-weight: 700;
  font-size: 0.5rem;
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 340, templates/g5_hydrogen/custom/scss/_typography.scss */
strong {
  color: inherit !important;
}
/* line 344, templates/g5_hydrogen/custom/scss/_typography.scss */
a.book {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  background-color: #e4002b;
  text-align: center;
  padding: 19px 25px;
}
@media (max-width: 768px) {
  /* line 355, templates/g5_hydrogen/custom/scss/_typography.scss */
  a.book {
    padding: 12px;
  }
}
/* line 358, templates/g5_hydrogen/custom/scss/_typography.scss */
a.book:hover {
  color: white;
  background-color: #006ac6;
}
/* line 362, templates/g5_hydrogen/custom/scss/_typography.scss */
a.book:after {
  display: none;
}
/* line 365, templates/g5_hydrogen/custom/scss/_typography.scss */
a.book.arrow {
  text-align: right;
  width: 60%;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  position: relative;
}
/* line 370, templates/g5_hydrogen/custom/scss/_typography.scss */
a.book.arrow:after {
  display: block;
  left: 100%;
  top: 0;
  content: " ";
  height: 100%;
  width: 50px;
  position: absolute;
  pointer-events: none;
  background-image: url('../images/book-arrow.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
/* line 390, templates/g5_hydrogen/custom/scss/_typography.scss */
/* line 391, templates/g5_hydrogen/custom/scss/_typography.scss */
a.book.arrow:hover:after {
  background-color: transparent;
  background-image: url('../images/blue-arrow-right.svg');
}
/* line 395, templates/g5_hydrogen/custom/scss/_typography.scss */
a.book.arrow:hover:before {
  background-color: #006ac6;
}
/* line 400, templates/g5_hydrogen/custom/scss/_typography.scss */
a.book.service-book {
  text-align: right;
  padding-right: 25px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  /* line 405, templates/g5_hydrogen/custom/scss/_typography.scss */
  a.book.service-book {
    width: 80%;
  }
}
/* line 408, templates/g5_hydrogen/custom/scss/_typography.scss */
a.book.service-book:before {
  content: '';
  background-color: #e4002b;
  left: -1000px;
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
}
/* import breakpoints */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Values below are the default breakpoints
 but these values are user definable in style settings in the template
 so that is why the code below uses mixins to get the actual values from the template */
/* LARGE DESKTOP
 /* 75rem / 1200px and above*/
@media only all and (min-width: 100rem) {
}
/* DESKTOP & LARGE TABLET
 /* 60rem to 74.938rem / 960px to 1199px */
@media only all and (min-width: 80rem) and (max-width: 99.99rem) {
}
/* TABLET */
/* 48rem to 59.938rem / 768px to 959px */
@media only all and (min-width: 100%) and (max-width: 79.99rem) {
}
/* LARGE MOBILE */
/* 30rem to 47.938rem / 480px to 767px */
@media only all and (min-width: 100.01%) and (max-width: 99.99%) {
}
/* SMALL MOBILE */
/* 30rem / 480px and below */
@media only all and (max-width: 100%) {
}
/***************************
 ****************************
 NAME: _menus.scss
 SITE: Made up company
 DESCRIPTION: All styles for all Menus/Navigation on the site
 -------------------------------------
 AUTHOR: Charlotte Osborne
 DATE CREATED: 20/06/17
 LAST MODIFIED DATE:
 LAST MODIFIED BY:
 ****************************
 ***************************/
/* line 19, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 20, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 21, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .size-70 .g-content {
  margin-left: 0;
  padding-left: 0;
}
/* line 26, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav {
  font-family: bebas-neue-pro-expanded, sans-serif;
  -webkit-font-smoothing: auto;
}
/* line 29, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav a.g-menu-item-container:after {
  display: none;
}
/* line 32, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel {
  justify-content: flex-end;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  /* line 35, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .g-main-nav .g-toplevel {
    font-size: 1.21rem;
  }
}
/* line 39, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  background-color: transparent;
}
/* line 42, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: transparent;
}
/* line 45, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background-color: transparent;
}
/* line 49, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  color: #171717;
  font-weight: 400;
}
/* line 53, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background-color: #e4002b;
  color: white;
}
/* line 56, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover a.g-menu-item-container {
  color: white;
}
/* line 62, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover .g-menu-parent-indicator {
  vertical-align: bottom;
}
/* line 64, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover .g-menu-parent-indicator:after {
  transform: rotate(-90deg);
  color: white;
}
/* line 70, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) .g-menu-parent-indicator {
  vertical-align: bottom;
}
/* line 72, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) .g-menu-parent-indicator:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  width: auto;
  opacity: 1;
  margin-left: 5px;
  transition: 0.5s;
  color: #171717;
}
/* line 82, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  padding: 0.5rem 0.7rem;
}
@media screen and (max-width: 1250px) and (min-width: 769px) {
  /* line 84, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
    padding: 0.5rem;
  }
}
/* line 91, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  color: #171717;
  font-weight: 400;
}
/* line 94, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) a {
  color: #171717;
  font-weight: 400;
}
/* line 98, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 99, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):not(.g-menu-item-link-parent):hover {
  background-color: transparent;
  color: #e4002b;
}
/* line 100, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):not(.g-menu-item-link-parent):hover a {
  color: #e4002b;
}
/* line 108, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  padding: 0.5rem 0.7rem;
}
/* line 116, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: transparent;
}
/* line 118, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active:hover {
  color: #e4002b;
}
/* line 119, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active:hover a {
  color: #e4002b !important;
}
/* line 125, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 126, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active:hover.no-dropdown a {
  color: #e4002b !important;
}
/* line 132, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 133, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-menu-item-link-parent:hover {
  background-color: #e4002b;
}
/* line 136, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 137, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 138, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-menu-item-link-parent.active:hover > a.g-menu-item-container {
  color: white !important;
}
/* line 142, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 143, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 144, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-menu-item-link-parent.active.no-dropdown-parent:hover > a.g-menu-item-container {
  color: #e4002b !important;
}
@media (max-width: 768px) {
  /* line 149, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-menu-item-link-parent.active.no-dropdown-parent .g-menu-parent-indicator {
    display: none;
  }
}
/* line 156, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 157, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active .g-dropdown a {
  color: white !important;
}
/* line 160, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active .g-dropdown li.active {
  background-color: transparent;
}
/* line 166, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 167, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li a {
  font-family: bebas-neue-pro-expanded, sans-serif;
  -webkit-font-smoothing: auto;
}
/* line 171, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li .g-menu-item-content {
  vertical-align: text-bottom;
  margin-right: 0;
}
/* line 175, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li a.popup {
  background-color: #e4002b;
  border-radius: 100px;
  padding: 15px 25px !important;
  color: white !important;
  margin-left: 10px;
  transition: 0.5s;
  font-family: "Outfit", serif;
  font-weight: 700;
}
/* line 183, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li a.popup:hover {
  background-color: #006ac6;
}
/* line 190, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.services-parent {
  position: relative;
}
/* line 193, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown {
  left: 0;
  right: auto;
  min-width: 300px;
}
@media (max-width: 1199px) {
  /* line 204, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown {
    min-width: 250px;
  }
}
/* line 212, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown .g-sublevel {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  display: block;
}
/* line 220, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown .g-sublevel > li {
  line-height: 1.3;
}
/* line 224, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown .g-sublevel > li.screen-only-parent {
  flex: 0 100%;
  display: none;
}
/* line 228, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown .g-sublevel > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
}
/* line 235, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown .g-sublevel .g-dropdown {
  width: 100%;
}
/* line 237, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown .g-sublevel .g-dropdown .g-sublevel {
  display: block;
  padding: 0;
}
/* line 240, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 241, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown .g-sublevel .g-dropdown .g-sublevel > li > a {
  font-weight: 400;
}
/* line 250, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 251, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 252, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 253, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 254, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.about-parent > .g-dropdown .g-sublevel > li.screen-only-parent {
  flex: 0 100%;
  display: none;
}
/* line 262, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 263, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.no-dropdown-parent:hover {
  background-color: transparent !important;
}
/* line 266, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 267, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.no-dropdown-parent > a .g-menu-parent-indicator {
  display: none;
}
/* line 270, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li.no-dropdown-parent > a:hover {
  color: #e4002b !important;
}
@media (max-width: 768px) {
  /* line 275, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .g-main-nav .g-toplevel > li.no-dropdown-parent .no-dropdown-parent {
    display: none;
  }
}
/* line 282, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-dropdown {
  background-color: #e4002b;
}
/* line 285, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 286, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-dropdown li .g-menu-parent-indicator {
  display: none;
}
/* line 290, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-dropdown li.g-selected:hover {
  background-color: #c1076c !important;
}
/* line 293, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-dropdown .g-dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative !important;
  left: 0;
  min-width: auto;
}
/* line 300, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-dropdown .g-dropdown .g-sublevel {
  display: block;
}
/* line 305, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 308, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 309, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background-color: transparent;
}
@media (max-width: 959px) {
  /* line 352, templates/g5_hydrogen/custom/scss/_menus.scss */
  /* line 353, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .logo-block {
    flex: 0 23%;
  }
  /* line 355, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .logo-block > div {
    margin-right: 0;
    padding-right: 0;
    margin-top: 0;
  }
  /* line 362, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .menu-block {
    flex: 0 77%;
    padding-top: 35px;
  }
  /* line 365, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .menu-block > div {
    margin-right: 0;
  }
  /* line 370, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).popup-parent a.popup {
    padding-right: 26px !important;
  }
}
@media (max-width: 768px) {
  /* line 376, templates/g5_hydrogen/custom/scss/_menus.scss */
  /* line 377, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .logo-block {
    flex: 0 32%;
    padding-top: 3px;
  }
  /* line 381, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .menu-block {
    display: none;
    flex: 0 68%;
    padding-top: 35px;
  }
  /* line 385, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-header .menu-block > div {
    padding-right: 0;
    margin-right: 0;
  }
}
/* line 395, templates/g5_hydrogen/custom/scss/_menus.scss */
.g-offcanvas-toggle {
  color: black;
  top: 2.5rem;
  right: 1.5rem !important;
}
@media (max-width: 490px) {
  /* line 399, templates/g5_hydrogen/custom/scss/_menus.scss */
  .g-offcanvas-toggle {
    top: 1.8rem;
  }
}
/* line 402, templates/g5_hydrogen/custom/scss/_menus.scss */
.g-offcanvas-toggle:after {
  content: '\f0c9';
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  font-weight: 300;
}
/* line 408, templates/g5_hydrogen/custom/scss/_menus.scss */
.g-offcanvas-toggle svg, .g-offcanvas-toggle .fa {
  display: none;
}
/* line 413, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 414, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 415, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 416, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 417, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: white;
}
/* line 419, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > a.g-menu-item-container {
  color: #000;
}
/* line 428, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after, .g-go-back a:before {
  font-family: "Font Awesome 5 Pro";
  color: #e4002b;
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 435, templates/g5_hydrogen/custom/scss/_menus.scss */
  /* line 436, templates/g5_hydrogen/custom/scss/_menus.scss */
  .g-toplevel a.popup {
    display: none;
  }
}
/* line 446, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 447, templates/g5_hydrogen/custom/scss/_menus.scss */
.company-policies ul.g-dropdown {
  display: none;
}
/* line 458, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
/* line 465, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-dropdown {
  display: none;
}
/* line 469, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 470, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 471, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown {
  display: block;
}
/* line 481, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 482, templates/g5_hydrogen/custom/scss/_menus.scss */
body.touchscreen #g-header .g-main-nav .g-toplevel > li > .g-dropdown .g-sublevel > li.screen-only-parent {
  display: block;
}
/* line 485, templates/g5_hydrogen/custom/scss/_menus.scss */
body.touchscreen a.services-link, body.touchscreen a.about-link {
  pointer-events: none;
}
@media (max-width: 768px) {
  /* line 487, templates/g5_hydrogen/custom/scss/_menus.scss */
  body.touchscreen a.services-link, body.touchscreen a.about-link {
    pointer-events: all;
  }
}
/* line 491, templates/g5_hydrogen/custom/scss/_menus.scss */
@media (max-width: 959px) {
  /* line 492, templates/g5_hydrogen/custom/scss/_menus.scss */
  body.touchscreen #g-header .g-main-nav .g-toplevel > li.services-parent > .g-dropdown {
    left: 0;
    right: auto;
  }
}
/* line 500, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  background-color: transparent;
  border: 0;
}
/* line 504, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: transparent;
}
/* line 507, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  font-size: 1.4rem;
}
/* line 512, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container > span {
  line-height: 1.3;
}
/* line 515, templates/g5_hydrogen/custom/scss/_menus.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: none;
}
@media (min-width: 768px) {
  /* line 530, templates/g5_hydrogen/custom/scss/_menus.scss */
  /* line 531, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-offcanvas .g-content {
    padding: 0;
    margin: 0;
  }
  /* line 534, templates/g5_hydrogen/custom/scss/_menus.scss */
  /* line 535, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-offcanvas .g-content nav.g-menu-hastouch li {
    display: block;
    width: 100%;
  }
  /* line 538, templates/g5_hydrogen/custom/scss/_menus.scss */
  /* line 539, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-offcanvas .g-content nav.g-menu-hastouch li.g-parent .g-menu-parent-indicator {
    position: absolute;
    right: 0.938rem;
    text-align: center;
  }
  /* line 543, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-offcanvas .g-content nav.g-menu-hastouch li.g-parent .g-menu-parent-indicator:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    color: #ec008c;
    opacity: 1;
    display: inline-block;
    text-align: center;
    width: 1.5rem;
    line-height: normal;
  }
  /* line 558, templates/g5_hydrogen/custom/scss/_menus.scss */
  #g-offcanvas a {
    color: black;
    padding: 0.938rem 1rem;
  }
}
/* line 568, templates/g5_hydrogen/custom/scss/_menus.scss */
.g-main-nav .g-standard {
  position: static;
}
/* line 572, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 573, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 574, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 575, templates/g5_hydrogen/custom/scss/_menus.scss */
body #g-header .menu-block ul.g-toplevel {
  margin-top: 10px;
  position: relative;
}
/* line 578, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 579, templates/g5_hydrogen/custom/scss/_menus.scss */
body #g-header .menu-block ul.g-toplevel li > .g-dropdown {
  min-width: auto;
  right: 0;
  left: auto;
}
/* line 585, templates/g5_hydrogen/custom/scss/_menus.scss */
body #g-header .menu-block ul.g-toplevel li > .g-dropdown a {
  transition: 0.5s;
}
/* line 588, templates/g5_hydrogen/custom/scss/_menus.scss */
body #g-header .menu-block ul.g-toplevel li > .g-dropdown a:hover {
  background-color: #006ac6;
}
/* line 598, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 599, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 600, templates/g5_hydrogen/custom/scss/_menus.scss */
/* line 601, templates/g5_hydrogen/custom/scss/_menus.scss */
body.commercial #g-header .menu-block ul.g-toplevel {
  position: relative;
}
/* line 603, templates/g5_hydrogen/custom/scss/_menus.scss */
body.commercial #g-header .menu-block ul.g-toplevel li.active.services-parent {
  background-color: #e4002b !important;
}
/* line 606, templates/g5_hydrogen/custom/scss/_menus.scss */
body.commercial #g-header .menu-block ul.g-toplevel li.active.services-parent > a {
  color: white !important;
}
/* line 608, templates/g5_hydrogen/custom/scss/_menus.scss */
body.commercial #g-header .menu-block ul.g-toplevel li.active.services-parent > a .g-menu-parent-indicator:after {
  color: white !important;
}
/* line 612, templates/g5_hydrogen/custom/scss/_menus.scss */
body.commercial #g-header .menu-block ul.g-toplevel li.active.services-parent > .g-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  min-width: 100%;
  width: auto;
  min-width: auto;
  right: 0;
  left: auto;
}
@media (max-width: 768px) {
  /* line 629, templates/g5_hydrogen/custom/scss/_menus.scss */
  /* line 632, templates/g5_hydrogen/custom/scss/_menus.scss */
  .no-dropdown-parent .g-menu-parent-indicator {
    display: none !important;
  }
}
/* import breakpoints */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Values below are the default breakpoints
 but these values are user definable in style settings in the template
 so that is why the code below uses mixins to get the actual values from the template */
/* LARGE DESKTOP
 /* 75rem / 1200px and above*/
@media only all and (min-width: 100rem) {
}
/* DESKTOP & LARGE TABLET
 /* 60rem to 74.938rem / 960px to 1199px */
@media only all and (min-width: 80rem) and (max-width: 99.99rem) {
}
/* TABLET */
/* 48rem to 59.938rem / 768px to 959px */
@media only all and (min-width: 100%) and (max-width: 79.99rem) {
}
/* LARGE MOBILE */
/* 30rem to 47.938rem / 480px to 767px */
@media only all and (min-width: 100.01%) and (max-width: 99.99%) {
}
/* SMALL MOBILE */
/* 30rem / 480px and below */
@media only all and (max-width: 100%) {
}
/***************************
 ****************************
 NAME: _header.scss
 SITE: Made up company
 DESCRIPTION: All styles for the header
 -------------------------------------
 AUTHOR: Charlotte Osborne
 DATE CREATED: 20/06/17
 LAST MODIFIED DATE:
 LAST MODIFIED BY:
 ****************************
 ***************************/
/* line 19, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
}
/* line 23, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) {
  position: relative;
}
/* line 25, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}
@media (max-width: 768px) {
  /* line 30, templates/g5_hydrogen/custom/scss/_header.scss */
  #g-header .g-grid:nth-child(1) .header-cta {
    display: none;
  }
}
/* line 33, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .g-content {
  padding: 0;
  margin: 0;
}
/* line 36, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .g-content span {
  color: #e4002b;
  font-weight: 700;
  font-size: 1rem;
}
/* line 41, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .g-content a.red-button {
  background-color: #e4002b;
  color: white;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: capitalize;
  letter-spacing: -0.2px;
  display: block;
  transition: 0.5s;
}
@media (max-width: 959px) {
  /* line 51, templates/g5_hydrogen/custom/scss/_header.scss */
  #g-header .g-grid:nth-child(1) .header-cta .g-content a.red-button {
    padding: 17px 25px;
    font-size: 1.2rem;
  }
}
/* line 55, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .g-content a.red-button:after {
  display: none;
}
/* line 58, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .g-content a.red-button:hover {
  background-color: #006ac6;
}
/* line 62, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .g-content span.telephone, #g-header .g-grid:nth-child(1) .header-cta .g-content span.loc-num {
  color: #171717;
  font-size: 2rem;
  letter-spacing: -0.2px;
  font-weight: 700;
  line-height: 1.6rem;
  pointer-events: none;
}
/* line 69, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .g-content span.telephone:after, #g-header .g-grid:nth-child(1) .header-cta .g-content span.loc-num:after {
  display: none;
}
/* line 72, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .g-content span.telephone:hover, #g-header .g-grid:nth-child(1) .header-cta .g-content span.loc-num:hover {
  pointer-events: none;
}
/* line 77, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .g-content p {
  margin: 0;
}
/* line 81, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .custom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
/* line 85, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .header-cta .custom > p:nth-child(1) {
  display: flex;
  flex-direction: column-reverse;
  text-align: right;
  justify-items: center;
  margin-right: 15px;
}
/* line 94, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .menu-block {
  width: 70%;
  flex: 0 70%;
  margin-top: 45px;
}
/* line 98, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(1) .menu-block .g-content {
  padding-left: 0;
  padding-right: 12px;
  margin-left: 0;
  margin-right: 0;
}
/* line 107, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(2) {
  position: relative;
}
@media (max-width: 768px) {
  /* line 109, templates/g5_hydrogen/custom/scss/_header.scss */
  #g-header .g-grid:nth-child(2) {
    position: inherit;
  }
}
/* line 114, templates/g5_hydrogen/custom/scss/_header.scss */
@media (max-width: 768px) {
  /* line 115, templates/g5_hydrogen/custom/scss/_header.scss */
  #g-header .size-30 {
    width: 80%;
    flex: 0 80%;
    max-width: 400px;
    min-width: 200px !important;
  }
}
@media (max-width: 490px) {
  /* line 121, templates/g5_hydrogen/custom/scss/_header.scss */
  #g-header .size-30 {
    flex: 0 75%;
  }
}
/* line 125, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header:before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  /* line 133, templates/g5_hydrogen/custom/scss/_header.scss */
  #g-header:before {
    height: 100%;
  }
}
/* line 140, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(3) {
  height: 1px;
}
/* line 142, templates/g5_hydrogen/custom/scss/_header.scss */
#g-header .g-grid:nth-child(3) .g-content {
  margin: 0;
  padding: 0;
}
/* line 150, templates/g5_hydrogen/custom/scss/_header.scss */
.mobile-header-cta {
  display: none;
}
@media (max-width: 768px) {
  /* line 152, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta {
    display: block;
  }
  /* line 154, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content {
    margin: 0;
    padding: 0;
  }
  /* line 157, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom {
    display: flex;
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 162, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom p {
    margin: 0;
    width: 50%;
    flex: 0 49%;
    position: relative;
    min-height: 60px;
    paddin-top: 7px;
    background-color: #006ac6;
  }
  /* line 173, templates/g5_hydrogen/custom/scss/_header.scss */
  /* line 174, templates/g5_hydrogen/custom/scss/_header.scss */
  /* line 181, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom a {
    display: inline-block;
    background-color: #e4002b;
    padding: 10px;
    color: white !important;
    position: relative;
    z-index: 2;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    font-size: 1.4rem;
    line-height: 1.6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 203, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom .blue a {
    background-color: #006ac6;
  }
  /* line 206, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom span.button-text {
    background-color: #006ac6;
    color: white;
    z-index: 3;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    padding-top: 4px;
    left: 50%;
    margin-top: 6px;
    transform: translateX(-50%);
  }
  /* line 226, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom span.mhMobile {
    display: inline-block;
    position: relative;
    display: block;
    background-color: #006ac6;
    color: white !important;
    position: relative;
    z-index: 2;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    font-size: 1.4rem;
    line-height: 1.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 252, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom span.loc-num-mob {
    padding-top: 15px;
    display: none;
  }
  /* line 255, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom span.loc-num-mob a {
    background-color: #006ac6;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  /* line 170, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom p {
    min-height: 55px;
  }
}
@media (max-width: 768px) and (max-width: 340px) {
  /* line 175, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom p.popup-parent a {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  /* line 199, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom a {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  /* line 219, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom span.button-text {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) and (max-width: 340px) {
  /* line 222, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom span.button-text {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  /* line 245, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom span.mhMobile {
    padding-top: 13px;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  /* line 248, templates/g5_hydrogen/custom/scss/_header.scss */
  .mobile-header-cta .g-content .custom span.mhMobile {
    font-size: 1.2rem;
  }
}
/* line 264, templates/g5_hydrogen/custom/scss/_header.scss */
.textsmall {
  display: block;
  line-height: 100%;
  font-size: 1rem;
}
/* line 272, templates/g5_hydrogen/custom/scss/_header.scss */
.breadcrumbs {
  display: none;
}
/* line 275, templates/g5_hydrogen/custom/scss/_header.scss */
.breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 10px;
}
/* line 279, templates/g5_hydrogen/custom/scss/_header.scss */
.breadcrumb a {
  color: #006ac6 !important;
  position: relative;
  text-decoration: underline;
}
/* line 283, templates/g5_hydrogen/custom/scss/_header.scss */
.breadcrumb a:hover {
  color: #e4002b !important;
}
/* line 287, templates/g5_hydrogen/custom/scss/_header.scss */
.breadcrumb .icon-location {
  display: none;
}
/* line 290, templates/g5_hydrogen/custom/scss/_header.scss */
.breadcrumb > li {
  text-shadow: none;
  margin-right: 10px;
}
/* line 293, templates/g5_hydrogen/custom/scss/_header.scss */
.breadcrumb > li.active {
  color: black;
}
/* line 295, templates/g5_hydrogen/custom/scss/_header.scss */
.breadcrumb > li.active:nth-child(1) {
  display: none;
}
/* line 300, templates/g5_hydrogen/custom/scss/_header.scss */
.breadcrumb > li > .divider {
  color: black;
  font-family: "Font Awesome 5 Pro";
  font-size: 7pt;
  vertical-align: middle;
  margin-left: 10px;
}
/* line 311, templates/g5_hydrogen/custom/scss/_header.scss */
/* line 312, templates/g5_hydrogen/custom/scss/_header.scss */
/* line 313, templates/g5_hydrogen/custom/scss/_header.scss */
.logo-block a:after {
  display: none;
}
/* line 347, templates/g5_hydrogen/custom/scss/_header.scss */
/* line 348, templates/g5_hydrogen/custom/scss/_header.scss */
/* line 349, templates/g5_hydrogen/custom/scss/_header.scss */
@media (max-width: 768px) {
  /* line 350, templates/g5_hydrogen/custom/scss/_header.scss */
  body.view-location #g-header:before {
    display: none;
  }
}
/* line 356, templates/g5_hydrogen/custom/scss/_header.scss */
body.view-location .mobile-header-cta .g-content .custom span.loc-num-mob {
  display: flex;
}
/* line 359, templates/g5_hydrogen/custom/scss/_header.scss */
body.view-location .mobile-header-cta .g-content .custom p {
  padding-top: 7px;
}
/* line 365, templates/g5_hydrogen/custom/scss/_header.scss */
.subphone {
  position: absolute !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 12px !important;
  font-size: 12px !important;
  height: 15px !important;
  top: 50% !important;
  margin-top: -20px !important;
}
/* line 376, templates/g5_hydrogen/custom/scss/_header.scss */
.mainphone {
  position: absolute !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 16px !important;
  font-size: 16px !important;
  height: 35px !important;
  top: 50% !important;
  margin-top: -10px !important;
}
/* line 387, templates/g5_hydrogen/custom/scss/_header.scss */
.mainphone a {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1040px) {
  /* line 394, templates/g5_hydrogen/custom/scss/_header.scss */
  /* line 395, templates/g5_hydrogen/custom/scss/_header.scss */
  #g-header .g-grid:nth-child(1) .menu-block {
    position: absolute;
    width: 100%;
  }
  /* line 400, templates/g5_hydrogen/custom/scss/_header.scss */
  #g-header .g-grid:nth-child(1) .logo-block {
    min-width: 300px;
  }
}
@media (max-width: 959px) {
  /* line 407, templates/g5_hydrogen/custom/scss/_header.scss */
  /* line 408, templates/g5_hydrogen/custom/scss/_header.scss */
  #g-header .g-grid:nth-child(1) .menu-block {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  /* line 415, templates/g5_hydrogen/custom/scss/_header.scss */
  body #g-header .mobile-header-cta .custom p:nth-child(1) .blue:nth-child(1) {
    display: block;
  }
}
/* import breakpoints */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Values below are the default breakpoints
 but these values are user definable in style settings in the template
 so that is why the code below uses mixins to get the actual values from the template */
/* LARGE DESKTOP
 /* 75rem / 1200px and above*/
@media only all and (min-width: 100rem) {
}
/* DESKTOP & LARGE TABLET
 /* 60rem to 74.938rem / 960px to 1199px */
@media only all and (min-width: 80rem) and (max-width: 99.99rem) {
}
/* TABLET */
/* 48rem to 59.938rem / 768px to 959px */
@media only all and (min-width: 100%) and (max-width: 79.99rem) {
}
/* LARGE MOBILE */
/* 30rem to 47.938rem / 480px to 767px */
@media only all and (min-width: 100.01%) and (max-width: 99.99%) {
}
/* SMALL MOBILE */
/* 30rem / 480px and below */
@media only all and (max-width: 100%) {
}
/***************************
 ****************************
 NAME: _footer.scss
 SITE: Made up company
 DESCRIPTION: All styles for the footer
 -------------------------------------
 AUTHOR: Charlotte Osborne
 DATE CREATED: 20/06/17
 LAST MODIFIED DATE:
 LAST MODIFIED BY:
 ****************************
 ***************************/
/* line 19, templates/g5_hydrogen/custom/scss/_footer.scss */
.nav-header {
  flex: 0 100%;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-shadow: none;
  color: white;
  text-transform: capitalize;
}
/* line 28, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 29, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 31, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 32, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-content .nav {
  position: relative;
  padding-top: 64px;
}
/* line 36, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-content a {
  font-weight: 400;
  padding-top: 0;
  margin-right: 0;
  display: block;
  padding: 0;
  font-size: 1.3rem;
  transition: 0.5s;
  margin-bottom: 24px;
}
/* line 45, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-content a.submenu, #g-footer .menu-two .g-content a.margin-bottom {
  margin-bottom: 10px;
}
/* line 48, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-content a:hover {
  text-decoration: underline;
}
/* line 52, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-content .nav-header {
  padding-left: 0;
  position: absolute;
  top: 8px;
  left: 0;
}
/* line 59, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two > .g-content {
  display: flex;
}
/* line 61, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 62, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two > .g-content .platform-content:nth-child(1) {
  margin-right: 30px;
}
@media (max-width: 768px) {
  /* line 64, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-two > .g-content .platform-content:nth-child(1) {
    flex: 0 45%;
  }
}
/* line 74, templates/g5_hydrogen/custom/scss/_footer.scss */
.submenu {
  color: white;
  font-size: 1.1rem !important;
  line-height: 1.3rem;
  padding-left: 15px !important;
}
/* line 75, templates/g5_hydrogen/custom/scss/_footer.scss */
.submenu:before {
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  font-size: 1rem;
  left: 0;
  line-height: 1rem;
}
/* line 88, templates/g5_hydrogen/custom/scss/_footer.scss */
.submenu .g-menu-item-title {
  padding-left: 15px;
}
/* line 93, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer {
  position: relative;
  border: 0;
  margin-top: 50px;
}
/* line 94, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 95, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-container .g-grid:nth-child(2), #g-footer .g-container .g-grid:nth-child(3) {
  flex: 0 35%;
}
@media (max-width: 1350px) {
  /* line 97, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .g-container .g-grid:nth-child(2), #g-footer .g-container .g-grid:nth-child(3) {
    flex: 0 60%;
  }
}
@media (max-width: 1199px) {
  /* line 100, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .g-container .g-grid:nth-child(2), #g-footer .g-container .g-grid:nth-child(3) {
    flex: 0 80%;
  }
}
/* line 105, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .neighbourly.moduletable {
  margin-top: 57px;
}
@media (max-width: 1700px) {
  /* line 107, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .neighbourly.moduletable {
    margin-top: 20px;
  }
}
/* line 110, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .neighbourly.moduletable p {
  color: #171717;
  font-weight: 700;
  margin: 0;
}
/* line 114, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .neighbourly.moduletable p img {
  margin: 0 10px;
  margin-top: -5px;
  max-width: 188px;
}
/* line 122, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer:after {
  content: '';
  background-color: #e4002b;
  width: 50%;
  height: 100%;
  right: -200px;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 959px) {
  /* line 131, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer:after {
    display: none;
  }
}
/* line 136, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer > .g-container {
  display: flex;
  z-index: 2;
  position: relative;
}
@media (max-width: 959px) {
  /* line 140, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  /* line 143, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container {
    display: block;
  }
}
/* line 146, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer > .g-container > .g-grid:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  flex: 0 40%;
  padding-bottom: 15px;
}
@media (max-width: 1350px) {
  /* line 151, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container > .g-grid:nth-child(1) {
    flex: 0 60%;
  }
}
@media (max-width: 1199px) {
  /* line 154, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container > .g-grid:nth-child(1) {
    flex: 0 88%;
  }
}
@media (max-width: 959px) {
  /* line 157, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container > .g-grid:nth-child(1) {
    flex: 0 100%;
  }
}
/* line 160, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer > .g-container > .g-grid:nth-child(1) > * {
  flex: 0 80%;
  width: 75%;
}
@media (max-width: 1700px) {
  /* line 164, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container > .g-grid:nth-child(1) > * > .g-content {
    margin-left: 0;
    padding-left: 15px;
  }
}
@media (max-width: 959px) {
  /* line 169, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container > .g-grid:nth-child(1) > * {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 173, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer > .g-container > .g-grid:nth-child(1) > *:nth-last-child(1) {
  flex: 0 100%;
  width: 100%;
}
/* line 176, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer > .g-container > .g-grid:nth-child(1) > *:nth-last-child(1) > .g-content {
  padding-left: 0px;
}
@media (max-width: 959px) {
  /* line 178, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container > .g-grid:nth-child(1) > *:nth-last-child(1) > .g-content {
    margin-right: 0;
    padding-right: 0;
  }
}
/* line 186, templates/g5_hydrogen/custom/scss/_footer.scss */
@media (max-width: 959px) {
  /* line 187, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container > .g-grid:nth-child(2), #g-footer > .g-container > .g-grid:nth-child(3) {
    flex: 0 50%;
  }
}
/* line 191, templates/g5_hydrogen/custom/scss/_footer.scss */
@media (max-width: 959px) {
  /* line 192, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer > .g-container > .g-grid:nth-child(4) {
    flex: 0 100%;
  }
}
/* line 197, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two {
  padding-left: 40px;
}
/* line 198, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two ul.g-toplevel {
  position: relative;
  padding-top: 89px;
}
/* line 203, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two ul.g-toplevel li {
  max-width: 200px;
}
/* line 206, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two ul.g-toplevel > li.g-menu-item-type-heading {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 959px) {
  /* line 225, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-two {
    padding-left: 0;
  }
  /* line 227, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-two .g-content {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  /* line 233, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-two {
    padding-left: 40px;
  }
  /* line 235, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-two .g-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 450px) {
  /* line 241, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-two {
    padding-left: 0;
  }
}
/* line 244, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 245, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 246, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-toplevel > li .g-menu-parent-indicator {
  display: none;
}
/* line 249, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-toplevel > li ul li.g-dropdown-column {
  padding-left: 0;
}
/* line 252, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-toplevel > li ul {
  display: none;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  margin-left: 0;
  width: auto;
}
/* line 261, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-toplevel > li ul li {
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
/* line 267, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-toplevel > li ul li.g-go-back {
  display: none;
}
/* line 277, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two, #g-footer .menu-three {
  background-color: #e4002b;
  padding-top: 10px;
}
/* line 280, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 281, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-toplevel > li, #g-footer .menu-three .g-toplevel > li {
  flex: 0 50%;
}
/* line 283, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-toplevel > li.g-menu-item-type-heading, #g-footer .menu-three .g-toplevel > li.g-menu-item-type-heading {
  flex: 0 100%;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
/* line 288, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .menu-two .g-toplevel > li.g-menu-item-type-heading > .g-menu-item-container, #g-footer .menu-three .g-toplevel > li.g-menu-item-type-heading > .g-menu-item-container {
  padding-left: 0;
}
@media (max-width: 959px) {
  /* line 294, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-two, #g-footer .menu-three {
    padding-top: 0;
  }
}
/* line 298, templates/g5_hydrogen/custom/scss/_footer.scss */
@media (max-width: 959px) {
  /* line 299, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-three {
    padding-left: 40px;
    padding-top: 0;
  }
  /* line 302, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-three .g-content {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 450px) {
  /* line 308, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .menu-three {
    padding-left: 0;
  }
}
/* line 312, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .branding {
  color: #171717;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
/* line 316, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .branding p {
  color: #171717;
  font-size: 1.2rem;
  margin: 0;
}
@media (max-width: 1700px) {
  /* line 320, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .branding p {
    font-size: 1.1rem;
  }
}
/* line 323, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .branding p a {
  color: #e4002b;
  margin-left: 20px;
  margin-right: 0;
  transition: 0.5s;
}
/* line 328, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .branding p a:hover {
  color: #006ac6;
}
@media (max-width: 768px) {
  /* line 331, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .branding p a {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
/* line 339, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .social-container {
  margin-top: 30px;
  flex: 0 30% !important;
}
/* line 342, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .social-container > div {
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  /* line 345, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .social-container {
    flex: 0 100% !important;
    width: 100%;
  }
}
/* line 350, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .neighbourly-container {
  flex: 0 70% !important;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1700px) {
  /* line 354, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .neighbourly-container {
    flex: 0 100% !important;
    width: 100%;
  }
}
/* line 359, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .neighbourly-container .g-content {
  margin: 0;
  padding: 0;
}
@media (max-width: 959px) {
  /* line 363, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .neighbourly-container {
    margin-bottom: 20px;
  }
  /* line 365, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .neighbourly-container .g-content {
    width: 100%;
    padding-left: 0 !important;
  }
}
/* line 372, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer a {
  color: white;
}
/* line 374, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer a:hover {
  font-weight: 400;
}
/* line 377, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer a:after {
  display: none;
}
/* line 381, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer p {
  color: white;
}
/* line 384, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-toplevel {
  display: flex;
  flex-wrap: wrap;
}
/* line 388, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-toplevel li {
  display: inline-block;
  flex: 0 100%;
  margin-bottom: 30px;
}
/* line 392, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-toplevel li.g-menu-item-360, #g-footer .g-toplevel li.g-menu-item-361, #g-footer .g-toplevel li.g-menu-item-362, #g-footer .g-toplevel li.g-menu-item-363, #g-footer .g-toplevel li.g-menu-item-364 {
  margin-bottom: 10px;
}
/* line 395, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-toplevel li:hover {
  cursor: default;
}
/* line 398, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-toplevel li a {
  font-weight: 400;
  padding-top: 0;
  margin-right: 0;
  display: inline;
  padding: 0;
  font-size: 1.3rem;
  transition: 0.5s;
}
/* line 406, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-toplevel li a:hover {
  text-decoration: underline;
}
/* line 409, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-toplevel li a .g-menu-item-content {
  display: block;
}
/* line 415, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-content {
  color: white;
}
/* line 417, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .g-content a {
  font-weight: 700;
  margin-right: 50px;
}
/* line 422, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 423, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .social.g-social a {
  background: transparent;
  border: 0;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
  vertical-align: bottom;
  position: relative;
  transition: 0.5s;
  top: 0;
}
/* line 433, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .social.g-social a span:before {
  color: white;
  background-color: #e4002b;
  border-radius: 100px;
  font-size: 1.4rem;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  padding-top: 4px;
}
/* line 444, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 445, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .social.g-social a:nth-child(1) span:before {
  content: '\f09a';
  font-family: "FontAwesome";
  padding-top: 0px;
  color: #e4002b;
  background-color: transparent;
  font-size: 30pt;
  height: 50px;
}
/* line 455, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 456, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .social.g-social a:nth-child(2) span:before {
  content: '\f099';
  font-family: "FontAwesome";
}
/* line 461, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .social.g-social a:hover {
  top: -10px;
}
/* line 466, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 467, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .footer-logo img {
  width: 100%;
}
@media (max-width: 1350px) {
  /* line 469, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .footer-logo img {
    max-width: 350px;
  }
}
/* line 474, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .mobile-logo {
  display: none;
}
@media (max-width: 450px) {
  /* line 476, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .mobile-logo {
    display: block;
    text-align: center;
  }
  /* line 479, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .mobile-logo a {
    margin-right: 0;
  }
}
/* line 484, templates/g5_hydrogen/custom/scss/_footer.scss */
/* line 485, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .social-container .g-content {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  /* line 490, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .social-container {
    text-align: center;
  }
}
/* line 494, templates/g5_hydrogen/custom/scss/_footer.scss */
@media (max-width: 1700px) {
  /* line 495, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .desktop-logo {
    flex: 0 100% !important;
    width: 100%;
  }
}
/* line 499, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .desktop-logo .g-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  /* line 503, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .desktop-logo {
    flex: 0 100%;
    width: 100%;
    text-align: center;
  }
  /* line 507, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .desktop-logo img {
    max-width: 500px;
  }
  /* line 510, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .desktop-logo a {
    margin-right: 0;
  }
}
/* line 517, templates/g5_hydrogen/custom/scss/_footer.scss */
@media (max-width: 959px) {
  /* line 518, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .size-5 {
    display: none;
  }
}
/* line 523, templates/g5_hydrogen/custom/scss/_footer.scss */
@media (max-width: 959px) {
  /* line 524, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .size-20 {
    flex: 0 33.333%;
    width: 33.333%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* line 529, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .size-20 {
    flex: 0 50%;
    width: 50%;
  }
}
/* line 533, templates/g5_hydrogen/custom/scss/_footer.scss */
@media (max-width: 768px) {
  /* line 534, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .size-20.menu-three {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 540, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .copyright-block {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  /* line 542, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .copyright-block {
    width: 100%;
    flex: 0 100%;
    text-align: center;
    order: 2;
  }
}
/* line 549, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .company-policies {
  font-size: 1.3rem;
}
/* line 551, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .company-policies ul.g-toplevel {
  display: block;
}
/* line 553, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .company-policies ul.g-toplevel li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 50px;
}
/* line 557, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .company-policies ul.g-toplevel li .g-menu-parent-indicator {
  display: none;
}
/* line 560, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .company-policies ul.g-toplevel li a:after {
  display: none !important;
}
@media (max-width: 768px) {
  /* line 565, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .company-policies {
    width: 100%;
    flex: 0 100%;
    text-align: center;
  }
  /* line 569, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .company-policies a {
    margin: 0 20px 10px 20px;
    display: inline-block;
  }
  /* line 572, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .company-policies a.bf {
    margin: 0;
  }
}
/* line 578, templates/g5_hydrogen/custom/scss/_footer.scss */
@media (max-width: 959px) {
  /* line 579, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .branding-container {
    display: none;
  }
}
/* line 583, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .mobile-footer {
  display: none;
  background-color: #e4002b;
}
@media (max-width: 959px) {
  /* line 585, templates/g5_hydrogen/custom/scss/_footer.scss */
  #g-footer .mobile-footer {
    display: flex;
    width: 100%;
    flex: 0 100%;
  }
}
/* line 591, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .mobile-footer .branding-container {
  display: block;
  width: 100%;
  flex: 0 100%;
  color: white;
}
/* line 597, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .mobile-footer .branding-container p {
  color: white;
}
/* line 600, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .mobile-footer .branding-container a {
  color: white;
}
/* line 603, templates/g5_hydrogen/custom/scss/_footer.scss */
#g-footer .mobile-footer .branding-container .g-content {
  margin-bottom: 0;
}
/* Smartphone call us on location */
/* line 616, templates/g5_hydrogen/custom/scss/_footer.scss */
.telephone-mob {
  display: none;
}
@media (max-width: 959px) {
  /* line 620, templates/g5_hydrogen/custom/scss/_footer.scss */
  .telephone-mob {
    display: block;
    bottom: 0;
    background: #e4002b;
    color: white;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2;
  }
  /* line 629, templates/g5_hydrogen/custom/scss/_footer.scss */
  /* line 630, templates/g5_hydrogen/custom/scss/_footer.scss */
  .telephone-mob span, .telephone-mob a {
    color: white;
    font-weight: 700;
  }
  /* line 634, templates/g5_hydrogen/custom/scss/_footer.scss */
  .telephone-mob span {
    width: 100%;
    font-size: 1.1rem;
    display: block;
  }
  /* line 639, templates/g5_hydrogen/custom/scss/_footer.scss */
  .telephone-mob a {
    font-size: 1.8rem;
    height: 100%;
    display: block;
    text-decoration: none;
    line-height: 1.8rem;
  }
  /* line 648, templates/g5_hydrogen/custom/scss/_footer.scss */
  .telephone-mob a:hover {
    color: white;
    text-decoration: inherit;
  }
  /* line 655, templates/g5_hydrogen/custom/scss/_footer.scss */
  /* line 656, templates/g5_hydrogen/custom/scss/_footer.scss */
  body.view-location #g-footer {
    padding-bottom: 80px;
  }
}
@media (max-width: 959px) and (max-width: 281px) {
  /* line 645, templates/g5_hydrogen/custom/scss/_footer.scss */
  .telephone-mob a {
    font-size: 1.1rem;
  }
}
/* import breakpoints */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Values below are the default breakpoints
 but these values are user definable in style settings in the template
 so that is why the code below uses mixins to get the actual values from the template */
/* LARGE DESKTOP
 /* 75rem / 1200px and above*/
@media only all and (min-width: 100rem) {
}
/* DESKTOP & LARGE TABLET
 /* 60rem to 74.938rem / 960px to 1199px */
@media only all and (min-width: 80rem) and (max-width: 99.99rem) {
}
/* TABLET */
/* 48rem to 59.938rem / 768px to 959px */
@media only all and (min-width: 100%) and (max-width: 79.99rem) {
}
/* LARGE MOBILE */
/* 30rem to 47.938rem / 480px to 767px */
@media only all and (min-width: 100.01%) and (max-width: 99.99%) {
}
/* SMALL MOBILE */
/* 30rem / 480px and below */
@media only all and (max-width: 100%) {
}
/***************************
 ****************************
 NAME: _modules.scss
 SITE: Made up company
 DESCRIPTION: All custom module styles
 -------------------------------------
 AUTHOR: Rachel Oliver
 DATE CREATED: 02/03/20
 LAST MODIFIED DATE: 07/02/23
 LAST MODIFIED BY: Becky Allenby
 ****************************
 ***************************/
/* line 18, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.hints-home {
  position: relative;
  padding-top: 70px;
}
/* line 21, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.hints-home .background-image {
  height: 450px;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  border-top: 10px solid #f7b624;
}
/* line 31, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.hints-home .background-image:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
/* line 42, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.hints-home h2, .moduletable.hints-home p {
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 959px) {
  /* line 47, templates/g5_hydrogen/custom/scss/_modules.scss */
  .moduletable.hints-home h2, .moduletable.hints-home p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* line 52, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 53, templates/g5_hydrogen/custom/scss/_modules.scss */
  .moduletable.hints-home h2 {
    line-height: 2.4rem;
  }
}
/* line 57, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.hints-home p {
  font-size: 1.4rem;
  font-weight: 700;
}
/* line 65, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.why-dd {
  position: relative;
  padding-top: 70px;
}
/* line 68, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.why-dd .background-image {
  height: 450px;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: top 25% center;
  border-top: 10px solid #f7b624;
}
@media (max-width: 768px) {
  /* line 78, templates/g5_hydrogen/custom/scss/_modules.scss */
  .moduletable.why-dd .background-image {
    height: 400px;
  }
}
/* line 81, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.why-dd .background-image:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
/* line 91, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.why-dd h2, .moduletable.why-dd p {
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 96, templates/g5_hydrogen/custom/scss/_modules.scss */
  .moduletable.why-dd h2, .moduletable.why-dd p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* line 101, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.why-dd p {
  font-size: 1.4rem;
  font-weight: 700;
}
/* line 109, templates/g5_hydrogen/custom/scss/_modules.scss */
.why {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}
@media (max-width: 959px) {
  /* line 118, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  /* line 121, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why {
    width: 90%;
  }
}
/* line 124, templates/g5_hydrogen/custom/scss/_modules.scss */
.why > div {
  flex: 0 23%;
  max-width: 23%;
  padding: 120px 0 0 0;
  text-align: center;
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  /* line 135, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why > div {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}
@media (max-width: 959px) {
  /* line 139, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why > div {
    flex: 0 49%;
    margin-top: 90px;
    max-width: 49%;
  }
}
@media (max-width: 768px) {
  /* line 144, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why > div {
    flex: 0 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 169, templates/g5_hydrogen/custom/scss/_modules.scss */
.why > div h4 {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  background-color: #f7b624;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 183, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why > div h4 {
    font-size: 1.4rem;
  }
}
/* line 187, templates/g5_hydrogen/custom/scss/_modules.scss */
.why > div p {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 5px;
  color: #171717 !important;
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  line-height: 1.5rem;
}
@media (max-width: 959px) {
  /* line 195, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why > div p {
    line-height: 1.3rem;
  }
}
/* line 200, templates/g5_hydrogen/custom/scss/_modules.scss */
.why > div img {
  max-width: 190px;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 1199px) {
  /* line 206, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why > div img {
    max-width: 150px;
    top: -80px;
  }
}
/* line 213, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 959px) {
  /* line 214, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why.service-blocks {
    padding-bottom: 30px;
  }
}
/* line 217, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.service-blocks .popup-parent {
  flex: 0 31%;
  max-width: 31%;
  margin-bottom: 130px;
  padding-bottom: 80px;
}
/* line 222, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.service-blocks .popup-parent a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 959px) {
  /* line 228, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why.service-blocks .popup-parent {
    flex: 0 49%;
    margin-bottom: 15px;
    max-width: 49%;
  }
}
@media (max-width: 600px) {
  /* line 233, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why.service-blocks .popup-parent {
    flex: 0 100%;
    max-width: 100%;
  }
}
/* line 243, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}
/* line 249, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks.why {
  width: 95%;
}
/* line 252, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div {
  flex: 0 31%;
  max-width: 31%;
  padding: 0px 0 0px 0;
  text-align: center;
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  position: relative;
  margin-top: 95px;
}
/* line 262, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div:nth-child(1), .custom.services-blocks > div:nth-child(2), .custom.services-blocks > div:nth-child(3) {
  margin-top: 0px;
}
/* line 265, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 959px) {
  /* line 266, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div:nth-child(3) {
    margin-top: 95px;
  }
}
/* line 270, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 271, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div:nth-child(2), .custom.services-blocks > div:nth-child(1) {
    margin-top: 95px;
  }
}
/* line 275, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div:nth-child(4), .custom.services-blocks > div:nth-child(5), .custom.services-blocks > div:nth-child(6) {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  /* line 278, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div {
    margin-bottom: 15px;
  }
}
@media (max-width: 959px) {
  /* line 282, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div {
    flex: 0 49%;
    max-width: 49%;
  }
}
@media (max-width: 600px) {
  /* line 286, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div {
    flex: 0 100%;
    max-width: 100%;
  }
}
/* line 290, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div h3 {
  font-family: futura-pt-bold, sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  /* line 295, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div h3 {
    line-height: 2.2rem;
  }
}
/* line 300, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div p {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  /* line 304, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div p {
    line-height: 1.4rem;
    margin: 10px 0;
  }
}
/* line 309, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div img {
  max-width: 190px;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 1199px) {
  /* line 315, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div img {
    max-width: 150px;
    top: -75px;
  }
}
/* line 320, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div div.book {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #e4002b;
  color: white;
  text-transform: uppercase;
  padding: 19px 25px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
/* line 350, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div > a:not(.book), .custom.services-blocks > div > a:not(.popup) {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 105px;
  padding-bottom: 85px;
}
@media (max-width: 1199px) {
  /* line 356, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div > a:not(.book), .custom.services-blocks > div > a:not(.popup) {
    padding-top: 80px;
  }
}
/* line 359, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div > a:not(.book) p, .custom.services-blocks > div > a:not(.popup) p {
  color: #171717;
}
/* line 362, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div > a:not(.book):hover, .custom.services-blocks > div > a:not(.popup):hover {
  text-decoration: none;
  color: inherit;
}
/* line 365, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div > a:not(.book):hover .book, .custom.services-blocks > div > a:not(.popup):hover .book {
  background-color: #006ac6;
}
/* line 371, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks.team-blocks {
  margin-top: 80px;
}
/* line 373, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks.team-blocks > div {
  border-bottom: 10px solid #f7b624;
  padding-bottom: 0;
  padding-top: 120px;
  margin-bottom: 30px;
}
/* line 378, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks.team-blocks > div:nth-child(4), .custom.services-blocks.team-blocks > div:nth-child(5), .custom.services-blocks.team-blocks > div:nth-child(6) {
  margin-bottom: 30px;
}
/* line 381, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks.team-blocks > div p {
  text-transform: capitalize;
}
/* line 384, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks.team-blocks > div:before {
  display: none;
}
/* line 387, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks.team-blocks > div .img {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
}
/* line 397, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks.team-blocks > div .img img {
  max-width: inherit;
  height: 100%;
  top: 0;
}
@media (max-width: 1199px) {
  /* line 402, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks.team-blocks > div .img {
    top: -75px;
  }
  /* line 405, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks.team-blocks > div .img img {
    max-width: inherit;
    height: 100%;
    top: 0;
  }
}
/* line 414, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks.error {
  margin: 50px 0 100px 0;
}
@media (max-width: 959px) {
  /* line 416, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks.error {
    margin-top: 0;
  }
}
/* line 424, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.our-approach, #our-approach {
  margin: 80px auto 60px auto;
}
@media (max-width: 768px) {
  /* line 426, templates/g5_hydrogen/custom/scss/_modules.scss */
  .moduletable.our-approach, #our-approach {
    margin-top: 60px;
  }
}
/* line 429, templates/g5_hydrogen/custom/scss/_modules.scss */
.moduletable.our-approach > h3, #our-approach > h3, .moduletable.our-approach h2, #our-approach h2 {
  text-align: center;
}
/* line 434, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 435, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.our-approach > p {
  text-align: center;
  width: 90%;
  margin: auto;
  max-width: 800px;
}
/* line 441, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.our-approach > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 768px) {
  /* line 446, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.our-approach > div {
    margin-top: 40px;
  }
}
/* line 449, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.our-approach > div > div {
  flex: 0 23%;
  display: flex;
}
@media (max-width: 959px) {
  /* line 452, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.our-approach > div > div {
    flex: 0 49%;
    margin-bottom: 20px;
  }
  /* line 455, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.our-approach > div > div > div:not(.number) {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
@media (max-width: 768px) {
  /* line 461, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.our-approach > div > div {
    flex: 0 100%;
  }
  /* line 463, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.our-approach > div > div h4, .custom.our-approach > div > div p {
    width: 100%;
  }
}
/* line 467, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.our-approach > div > div .number {
  color: #f2f2f2;
  font-weight: 700;
  font-family: futura-pt-bold, sans-serif;
  font-size: 8rem;
  line-height: 7rem;
  margin-right: 10px;
}
/* line 475, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.our-approach > div > div h4 {
  color: #f7b624;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 483, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.our-approach > div > div p {
  margin: 10px 0;
}
/* line 494, templates/g5_hydrogen/custom/scss/_modules.scss */
.mfp-bg {
  background-color: white !important;
}
/* line 497, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer, #g-brochure {
  background-color: #e4002b;
  color: white;
  width: 95%;
  max-width: 800px;
  margin: auto;
  position: relative;
  padding: 15px 50px 50px 50px;
  text-align: center;
}
@media (max-width: 959px) {
  /* line 506, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer, #g-brochure {
    padding: 15px 30px 0 30px;
  }
}
@media (max-width: 768px) {
  /* line 509, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer, #g-brochure {
    padding: 1px 0px 0 0px;
  }
}
/* line 512, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer ul, #g-brochure ul {
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 518, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer ul, #g-brochure ul {
    flex-wrap: wrap;
  }
}
/* line 521, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer ul li, #g-brochure ul li {
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  /* line 525, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer ul li, #g-brochure ul li {
    flex: 0 49%;
    max-width: 49%;
    margin-bottom: 20px;
  }
}
/* line 530, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer ul li > div, #g-brochure ul li > div {
  position: relative;
}
/* line 544, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer ul li img, #g-brochure ul li img {
  max-width: 110px;
  height: auto;
  position: relative;
}
/* line 551, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer ul li p, #g-brochure ul li p {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 558, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer h2, #g-brochure h2 {
  color: white;
}
@media (max-width: 768px) {
  /* line 560, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer h2, #g-brochure h2 {
    font-size: 1.6rem;
  }
}
/* line 564, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .mfp-close, #g-brochure .mfp-close {
  color: white;
  opacity: 1;
  right: 20px;
  top: 20px;
  font-size: 2.8rem;
  transition: 0.5s;
}
/* line 571, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .mfp-close:hover, #g-brochure .mfp-close:hover {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  /* line 574, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer .mfp-close, #g-brochure .mfp-close {
    background-color: #222;
    border-bottom-left-radius: 20px;
    font-size: 2rem;
    top: 0;
    right: 0;
  }
}
/* line 582, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form, #g-brochure form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  /* line 590, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer form, #g-brochure form {
    display: block;
  }
}
/* line 593, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form .field, #g-brochure form .field {
  flex: 0 25%;
  position: relative;
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  /* line 598, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer form .field, #g-brochure form .field {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 602, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form .field:nth-child(2), #g-brochure form .field:nth-child(2), #popupcontainer form .field:nth-child(1), #g-brochure form .field:nth-child(1) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 604, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer form .field:nth-child(2), #g-brochure form .field:nth-child(2), #popupcontainer form .field:nth-child(1), #g-brochure form .field:nth-child(1) {
    margin-right: 0;
  }
}
/* line 608, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form .field label, #g-brochure form .field label {
  color: white;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (max-width: 768px) {
  /* line 613, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer form .field label, #g-brochure form .field label {
    position: relative;
    top: auto;
  }
}
/* line 618, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form .field input, #g-brochure form .field input {
  border-radius: 3px;
  border: 0;
  font-size: 1.2rem;
}
/* line 623, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form .field small, #g-brochure form .field small {
  color: white !important;
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 0.9rem;
}
/* line 629, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form .field small:before, #g-brochure form .field small:before {
  content: '\f077';
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
/* line 636, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form button, #g-brochure form button {
  flex: 0 8%;
  background-color: transparent;
  transition: 0.5s;
  position: relative;
  left: 0;
  padding: 0;
  min-height: 40px;
}
@media (max-width: 768px) {
  /* line 644, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer form button, #g-brochure form button {
    float: right;
    margin-top: 20px;
  }
}
/* line 648, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form button:after, #g-brochure form button:after {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  font-weight: 300;
}
/* line 654, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer form button:hover, #g-brochure form button:hover {
  left: 10px;
}
/* line 659, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .postcode-input, #g-brochure .postcode-input {
  flex: 0 100%;
}
/* line 661, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .postcode-input form, #g-brochure .postcode-input form {
  max-width: 350px;
}
/* line 663, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .postcode-input form input, #g-brochure .postcode-input form input {
  font-size: 1.4rem;
  padding: 20px 45px 20px 20px;
}
/* line 667, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .postcode-input form button, #g-brochure .postcode-input form button {
  position: absolute;
  left: auto;
  padding: 0px 5px;
  top: 16px;
}
/* line 672, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .postcode-input form button:after, #g-brochure .postcode-input form button:after {
  display: none;
}
/* line 675, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .postcode-input form button:hover, #g-brochure .postcode-input form button:hover {
  color: #006ac6;
}
@media (max-width: 768px) {
  /* line 678, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer .postcode-input form button, #g-brochure .postcode-input form button {
    margin-top: 0;
  }
}
/* line 683, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .postcode-input .privacy-link, #g-brochure .postcode-input .privacy-link {
  max-width: 100%;
  text-align: center;
}
/* line 688, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 689, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 690, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .top-popup .custom .postcode-input, #g-brochure .top-popup .custom .postcode-input {
  margin-top: 10px;
}
/* line 694, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .top-popup h2, #g-brochure .top-popup h2 {
  text-align: center;
}
@media (max-width: 959px) {
  /* line 697, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer .top-popup, #g-brochure .top-popup {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 700, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer .top-popup, #g-brochure .top-popup {
    padding-bottom: 15px;
  }
  /* line 702, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer .top-popup .privacy-link, #g-brochure .top-popup .privacy-link {
    text-align: center;
  }
}
/* line 709, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher {
  background-color: #006ac6;
  color: white;
  width: 95%;
  max-width: 400px;
  margin: auto;
  position: relative;
  padding: 25px;
  text-align: center;
  border-radius: 20px;
}
/* line 719, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .siteswitcher-intro {
  margin-bottom: 30px;
}
/* line 722, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .btn-commercial {
  color: white;
  background: #e4002b;
  display: block;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
  text-align: left;
}
/* line 730, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .btn-commercial:hover {
  text-decoration: none;
}
/* line 733, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .btn-commercial:after {
  content: '';
  font-size: 1.3rem;
  margin-left: 20px;
  background-image: url('../images/dd-white-arrow.svg');
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}
/* line 747, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .btn-commercial:hover:after {
  background-color: transparent;
}
/* line 751, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .btn-residential {
  color: white;
  background: #1f3c58;
  display: block;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
  text-align: left;
}
/* line 759, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .btn-residential:hover {
  text-decoration: none;
}
/* line 762, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .btn-residential:after {
  content: '';
  font-size: 1.3rem;
  margin-left: 20px;
  background-image: url('../images/dd-white-arrow.svg');
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}
/* line 776, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .btn-residential:hover:after {
  background-color: transparent;
}
@media (max-width: 959px) {
  /* line 780, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer-siteswitcher {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  /* line 783, templates/g5_hydrogen/custom/scss/_modules.scss */
  #popupcontainer-siteswitcher {
    padding: 10px;
  }
}
/* line 786, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher p:first-of-type {
  margin-top: 10px;
}
/* line 789, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher p:empty {
  display: none;
}
/* line 792, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher h2 {
  color: white;
  font-size: 1.6rem;
  margin: 0;
}
/* line 797, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer-siteswitcher .mfp-close {
  display: none;
}
/* line 801, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 803, templates/g5_hydrogen/custom/scss/_modules.scss */
  /* line 804, templates/g5_hydrogen/custom/scss/_modules.scss */
  .mfp-content .g-grid .g-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* line 812, templates/g5_hydrogen/custom/scss/_modules.scss */
#g-brochure {
  padding-bottom: 30px;
}
/* line 815, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 816, templates/g5_hydrogen/custom/scss/_modules.scss */
#popupcontainer .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 822, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.container {
  position: relative;
}
/* line 824, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.container .reasons {
  position: relative;
}
/* line 827, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.container .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100rem;
  margin: auto;
}
@media (max-width: 1700px) {
  /* line 833, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.container .container {
    max-width: 90rem;
    width: 90%;
  }
}
/* line 843, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom {
  background-color: #f2f2f2;
  position: relative;
}
/* line 850, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 851, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.reviews:before {
  height: 200px;
  width: 100%;
  position: absolute;
  content: '';
  background-color: #f2f2f2;
  top: -200px;
  left: 0;
}
/* line 861, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom > div:not(.background-image) {
  width: 90%;
  max-width: 80rem;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 959px) {
  /* line 870, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom > div:not(.background-image) {
    padding: 50px 40px 0 40px;
  }
}
@media (max-width: 768px) {
  /* line 873, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom > div:not(.background-image) {
    padding: 40px;
  }
}
/* line 876, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom > div:not(.background-image) > div:not(.bb_team) {
  flex: 0 100%;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  /* line 880, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom > div:not(.background-image) > div:not(.bb_team) {
    flex: 0 100%;
  }
}
/* line 885, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom > div:not(.background-image) .bb_team {
  text-align: right;
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 0 28%;
}
/* line 892, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom > div:not(.background-image) .bb_team p {
  width: 450px;
}
/* line 896, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom > div:not(.background-image) h2 {
  line-height: 1.2;
}
/* line 900, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom .background-image {
  height: 400px;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center;
}
@media (max-width: 768px) {
  /* line 909, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom .background-image {
    height: 300px;
  }
}
/* line 913, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 914, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.team-home > div:not(.background-image) {
  display: block;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  /* line 917, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.team-home > div:not(.background-image) {
    padding-bottom: 40px;
  }
}
@media (max-width: 959px) {
  /* line 920, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.team-home > div:not(.background-image) {
    padding-top: 0;
  }
}
/* line 924, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.team-home .bb_team {
  width: 250px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
/* line 929, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.team-home .bb_team p {
  width: 450px;
}
/* line 934, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.opportunities {
  margin-top: 50px;
  margin-bottom: 80px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid #f7b624;
}
@media (max-width: 768px) {
  /* line 942, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.opportunities {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
/* line 946, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.opportunities:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
/* line 981, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.opportunities > div {
  display: block;
  padding: 70px 20px 90px 20px;
}
@media (max-width: 768px) {
  /* line 984, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.opportunities > div {
    padding: 70px 0 60px 0;
  }
}
/* line 988, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.opportunities h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
/* line 993, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.opportunities p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  width: 75%;
  margin: auto;
}
@media (max-width: 959px) {
  /* line 1000, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.opportunities p {
    width: 100%;
  }
}
/* line 1004, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.opportunities a.button {
  margin-top: 30px;
}
/* line 1007, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.opportunities img {
  max-width: 900px;
  background-color: #fff;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
}
/* line 1012, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.opportunities .desktop {
  display: block;
  width: 100%;
  padding: 40px;
  margin: 60px auto;
}
@media (max-width: 768px) {
  /* line 1017, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.opportunities .desktop {
    display: none;
  }
}
/* line 1021, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.opportunities .mobile {
  display: none;
  width: 100%;
  padding: 40px 30px;
  margin: 40px auto;
}
@media (max-width: 768px) {
  /* line 1026, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.opportunities .mobile {
    display: block;
  }
}
/* line 1031, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings {
  position: relative;
  background-color: unset;
}
/* line 1034, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
/* line 1039, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div {
  flex: 0 100%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  /* line 1042, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div {
    padding-bottom: 15px;
  }
}
/* line 1045, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid {
  justify-content: space-between;
}
/* line 1047, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block {
  padding: 40px;
  margin-bottom: 4%;
  max-width: 48%;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  border-bottom: 10px solid #f7b624;
}
@media (max-width: 959px) {
  /* line 1053, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  /* line 1056, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block {
    flex: 0 100%;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
/* line 1061, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 0;
}
/* line 1065, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block h2 a {
  position: relative;
}
/* line 1067, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block h2 a:hover {
  color: #e4002b;
}
/* line 1072, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block a.apply {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
}
/* line 1077, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block a.apply:after {
  content: '\f105';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.45rem;
  font-weight: 200;
  margin-left: 10px;
  vertical-align: bottom;
  transition: 0.5s;
  bottom: auto;
  left: auto;
  height: 0;
}
/* line 1090, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block a.apply:hover {
  color: #e4002b;
  background-color: unset;
}
/* line 1093, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block a.apply:hover:after {
  background-color: unset;
  margin-left: 15px;
}
/* line 1099, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-grid .g-block p.salary {
  margin-top: 0;
  font-style: italic;
  opacity: 0.5;
}
/* line 1106, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1107, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-block p {
  width: 75%;
  margin-right: auto;
}
@media (max-width: 959px) {
  /* line 1110, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-block p {
    width: 85%;
  }
}
@media (max-width: 768px) {
  /* line 1113, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.g-block p {
    width: 100%;
  }
}
/* line 1118, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits {
  flex: 0 100%;
  width: 100%;
  background-color: #f2f2f2;
  padding-bottom: 0;
}
/* line 1123, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .g-grid {
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 768px) {
  /* line 1126, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .g-grid {
    display: block;
  }
}
/* line 1129, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .g-grid .size-48 {
  flex: 0 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
/* line 1134, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .g-grid .size-48 .custom > *:not(.image) {
  padding: 5px 60px;
}
@media (max-width: 1199px) {
  /* line 1136, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .g-grid .size-48 .custom > *:not(.image) {
    padding: 5px 40px;
  }
}
@media (max-width: 959px) {
  /* line 1139, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .g-grid .size-48 .custom > *:not(.image) {
    padding: 0 30px;
  }
}
/* line 1143, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .g-grid .size-48 p.image {
  margin: 0 !important;
}
/* line 1145, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .g-grid .size-48 p.image img {
  width: 100%;
  height: 100%;
}
/* line 1152, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits h2 {
  text-align: center;
  margin: 0;
  padding: 70px 60px 0 60px;
}
@media (max-width: 1199px) {
  /* line 1156, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits h2 {
    padding: 50px 40px 0 40px;
  }
}
@media (max-width: 959px) {
  /* line 1159, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits h2 {
    padding: 40px 30px 0 30px;
  }
}
/* line 1165, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 959px) {
  /* line 1166, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center {
    padding: 0 20px !important;
  }
}
/* line 1169, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 0;
  margin-bottom: 0px;
  margin-top: 20px;
}
@media (max-width: 959px) {
  /* line 1176, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul {
    margin-top: 40px;
  }
}
/* line 1179, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 21%;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding: 0 10px;
}
@media (max-width: 959px) {
  /* line 1190, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li {
    flex: 0 47%;
  }
}
@media (max-width: 450px) {
  /* line 1193, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li {
    flex: 0 100%;
    text-align: left;
    position: relative;
    padding-left: 70px;
    padding-right: 0;
    margin-bottom: 0;
  }
}
/* line 1201, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li .img-wrapper {
  max-width: 120px;
  height: 120px;
  border: 6px solid #f7b624;
  border-radius: 200px;
  margin-bottom: 15px;
}
@media (max-width: 450px) {
  /* line 1207, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li .img-wrapper {
    position: absolute;
    left: 0;
    top: 12px;
    max-width: 50px;
    height: 50px;
    border-width: 4px;
  }
}
/* line 1215, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li .img-wrapper img {
  width: 120px;
  height: 120px;
  padding: 20px 25px 30px 25px;
}
@media (max-width: 450px) {
  /* line 1219, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li .img-wrapper img {
    width: 50px;
    height: 50px;
    padding: 10px 10px 18px 10px;
  }
}
/* line 1226, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li h4 {
  font-family: futura-pt-bold, sans-serif;
  letter-spacing: -0.5px;
  font-size: 1.6rem;
  line-height: 1.1;
  flex: 0 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 1233, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li h4 {
    font-size: 1.4rem;
  }
}
/* line 1237, templates/g5_hydrogen/custom/scss/_modules.scss */
.fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li p {
  margin-top: 15px;
}
@media (max-width: 768px) {
  /* line 1239, templates/g5_hydrogen/custom/scss/_modules.scss */
  .fullwidth-whitebg.custom.location-job-listings > div:not(.background-image) > div.location-jobs-benefits .benefits.center ul li p {
    margin-top: 10px;
  }
}
/* line 1253, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.statistics {
  display: flex;
  margin-left: 0;
  justify-content: space-between;
  margin: 50px 0 80px 0;
}
@media (max-width: 959px) {
  /* line 1258, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics {
    flex-wrap: wrap;
    margin: 50px 0 50px 0;
  }
}
@media (max-width: 450px) {
  /* line 1262, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics {
    display: block;
    margin-left: 5%;
    margin-top: 30px;
  }
}
/* line 1267, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.statistics li {
  flex: 0 23%;
  list-style-type: none;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  /* line 1272, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li {
    flex: 0 24%;
  }
}
@media (max-width: 959px) {
  /* line 1275, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li {
    flex: 0 49%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  /* line 1279, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li {
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  /* line 1282, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li {
    flex: 0 100%;
  }
}
/* line 1285, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.statistics li img {
  width: 90%;
}
@media (max-width: 959px) {
  /* line 1287, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  /* line 1290, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li img {
    width: 95%;
  }
}
/* line 1294, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.statistics li p {
  display: block;
  width: 80%;
  padding: 25px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: white;
  background-color: #006ac6;
  position: absolute;
  bottom: -20px;
  right: 0;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  /* line 1307, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li p {
    font-size: 1.2rem;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  /* line 1311, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li p {
    font-size: 1.1rem;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  /* line 1315, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li p {
    padding: 20px;
  }
}
@media (max-width: 450px) {
  /* line 1318, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.statistics li p {
    padding: 30px;
  }
}
/* line 1323, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1324, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.statistics > li:nth-child(2) p {
  background-color: #e4002b;
}
/* line 1328, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1329, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.statistics > li:nth-child(3) p {
  background-color: #f7b624;
}
/* line 1333, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1334, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.statistics > li:nth-child(4) p {
  background-color: #e4002b;
}
/* line 1340, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom {
  display: none;
  background-color: white !important;
  margin-top: 80px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 95rem;
}
/* line 1348, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom ul {
  width: 100%;
  margin: auto;
}
@media (max-width: 1199px) {
  /* line 1351, templates/g5_hydrogen/custom/scss/_modules.scss */
  .team-home.custom ul {
    width: 95%;
  }
}
@media (max-width: 959px) {
  /* line 1354, templates/g5_hydrogen/custom/scss/_modules.scss */
  .team-home.custom ul {
    width: 100%;
  }
}
/* line 1357, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom ul li {
  list-style-type: none;
  display: inline-block;
}
/* line 1361, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom ul li a {
  position: relative;
}
/* line 1364, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom ul li p.statement {
  display: none;
}
@media (max-width: 768px) {
  /* line 1366, templates/g5_hydrogen/custom/scss/_modules.scss */
  .team-home.custom ul li p.statement {
    display: block;
    font-size: 1rem;
    margin-top: 5px;
  }
}
/* line 1374, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom .no-business-statement {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  /* line 1376, templates/g5_hydrogen/custom/scss/_modules.scss */
  .team-home.custom .no-business-statement {
    display: none;
  }
}
/* line 1379, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom .no-business-statement:before {
  content: '\f3c5';
  font-family: "Font Awesome 5 Pro";
  color: #006ac6;
  font-weight: 300;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
/* line 1389, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom > div {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 1392, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom > div > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 1396, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom > div > ul > li {
  flex: 0 19%;
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  /* line 1401, templates/g5_hydrogen/custom/scss/_modules.scss */
  .team-home.custom > div > ul > li {
    flex: 0 31%;
  }
}
@media (max-width: 768px) {
  /* line 1404, templates/g5_hydrogen/custom/scss/_modules.scss */
  .team-home.custom > div > ul > li {
    flex: 0 48%;
  }
}
@media (max-width: 450px) {
  /* line 1407, templates/g5_hydrogen/custom/scss/_modules.scss */
  .team-home.custom > div > ul > li {
    flex: 0 100%;
  }
}
/* line 1410, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom > div > ul > li h4 {
  background-color: #f7b624;
  width: 100%;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
/* line 1421, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom > div > ul > li ul {
  padding-bottom: 15px;
}
/* line 1423, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom > div > ul > li ul li {
  text-align: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
/* line 1429, templates/g5_hydrogen/custom/scss/_modules.scss */
.team-home.custom > div > ul > li ul li a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #006ac6;
  text-align: left;
}
/* line 1442, templates/g5_hydrogen/custom/scss/_modules.scss */
.quote.custom {
  z-index: 2;
  height: 200px;
  color: white;
  padding: 30px 0 30px 0;
}
@media (max-width: 959px) {
  /* line 1447, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom {
    background-color: #f7b624;
    position: relative;
    padding-top: 35px;
    height: auto;
    padding-bottom: 25px;
    top: 60px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  /* line 1456, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom {
    padding-left: 25px;
  }
}
/* line 1459, templates/g5_hydrogen/custom/scss/_modules.scss */
.quote.custom p {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  width: 90%;
}
@media (max-width: 1199px) {
  /* line 1464, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom p {
    width: 100%;
  }
}
@media (max-width: 959px) {
  /* line 1467, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom p {
    width: 100%;
  }
}
/* line 1470, templates/g5_hydrogen/custom/scss/_modules.scss */
.quote.custom p strong {
  font-size: 1.9rem;
  line-height: 2.2rem;
}
@media (max-width: 768px) {
  /* line 1473, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom p strong {
    line-height: normal;
    font-size: 1.4rem;
  }
}
/* line 1478, templates/g5_hydrogen/custom/scss/_modules.scss */
.quote.custom p:nth-child(1) {
  margin-top: 3.3rem;
}
@media (max-width: 959px) {
  /* line 1480, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom p:nth-child(1) {
    margin-top: 0;
  }
}
/* line 1485, templates/g5_hydrogen/custom/scss/_modules.scss */
.quote.custom:before {
  content: '';
  background-color: #f7b624;
  height: 240px;
  width: 55%;
  position: absolute;
  left: 0;
  z-index: 1;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  /* line 1494, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom:before {
    width: 60%;
  }
}
@media (max-width: 959px) {
  /* line 1497, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom:before {
    width: 90%;
    height: 100%;
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 1502, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom:before {
    width: 95%;
  }
}
/* line 1506, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 959px) {
  /* line 1507, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom:after {
    content: '';
    height: 100%;
    left: -50px;
    width: 50%;
    background-color: #f7b624;
    top: 0;
    z-index: 1;
    display: block;
    position: absolute;
  }
}
@media (max-width: 768px) {
  /* line 1518, templates/g5_hydrogen/custom/scss/_modules.scss */
  .quote.custom:after {
    display: none;
  }
}
/* line 1524, templates/g5_hydrogen/custom/scss/_modules.scss */
.essential-services.moduletable {
  padding-left: 70px;
}
@media (max-width: 1199px) {
  /* line 1526, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable {
    padding-left: 30px;
  }
}
@media (max-width: 959px) {
  /* line 1529, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  /* line 1532, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable {
    padding-left: 0;
  }
}
/* line 1535, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1536, templates/g5_hydrogen/custom/scss/_modules.scss */
.essential-services.moduletable .essential-services.custom > div {
  padding-left: 80px;
  position: relative;
}
@media (max-width: 959px) {
  /* line 1539, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable .essential-services.custom > div {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  /* line 1542, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable .essential-services.custom > div {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  /* line 1546, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable .essential-services.custom > div a:not(.button) {
    padding-left: 60px;
  }
}
@media (max-width: 450px) {
  /* line 1551, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable .essential-services.custom > div:nth-child(3) {
    margin-bottom: 10px;
  }
}
/* line 1555, templates/g5_hydrogen/custom/scss/_modules.scss */
.essential-services.moduletable .essential-services.custom > div a:not(.button) {
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 768px) {
  /* line 1558, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable .essential-services.custom > div a:not(.button) {
    font-size: 1.4rem;
  }
}
/* line 1561, templates/g5_hydrogen/custom/scss/_modules.scss */
.essential-services.moduletable .essential-services.custom > div a:not(.button):after {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: 0.5s;
  content: '';
  left: 0;
}
@media (max-width: 768px) {
  /* line 1570, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable .essential-services.custom > div a:not(.button):after {
    display: none;
  }
}
/* line 1574, templates/g5_hydrogen/custom/scss/_modules.scss */
.essential-services.moduletable .essential-services.custom > div a:not(.button):hover {
  color: #e4002b;
}
/* line 1576, templates/g5_hydrogen/custom/scss/_modules.scss */
.essential-services.moduletable .essential-services.custom > div a:not(.button):hover:after {
  bottom: -7px;
  background-color: #e4002b;
}
/* line 1582, templates/g5_hydrogen/custom/scss/_modules.scss */
.essential-services.moduletable .essential-services.custom > div img {
  position: absolute;
  left: 0;
  top: 5px;
  max-width: 50px;
  max-height: 60px;
}
@media (max-width: 959px) {
  /* line 1588, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable .essential-services.custom > div img {
    max-width: 30px;
  }
}
@media (max-width: 768px) {
  /* line 1591, templates/g5_hydrogen/custom/scss/_modules.scss */
  .essential-services.moduletable .essential-services.custom > div img {
    max-width: 40px;
    max-height: 40px;
    top: -10px;
  }
}
/* line 1602, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable {
  position: relative;
  margin: 150px 0 100px 0;
}
@media (max-width: 768px) {
  /* line 1605, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable {
    margin: 50px 0 0 0;
  }
}
/* line 1608, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .custom {
  width: 95%;
  max-width: 97rem;
  margin: auto;
}
@media (max-width: 1700px) {
  /* line 1612, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom {
    max-width: 79rem;
  }
}
@media (max-width: 768px) {
  /* line 1615, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  /* line 1621, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > p {
    margin-bottom: 0;
  }
}
/* line 1625, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1626, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .custom > div .pink-bg {
  width: 50%;
  color: white;
  background-color: #e4002b;
  padding: 40px 0;
  position: relative;
  z-index: 2;
  padding-left: 5%;
}
@media (max-width: 768px) {
  /* line 1634, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg {
    width: 90%;
    max-width: 400px;
    padding-bottom: 10px;
    margin: auto;
    padding: 30px 30px 0 30px;
  }
  /* line 1640, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg .postcode-input {
    width: 100%;
  }
  /* line 1642, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg .postcode-input form {
    width: 100%;
    max-width: 100%;
  }
  /* line 1646, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg .postcode-input .privacy-link {
    margin-left: auto;
  }
}
/* line 1652, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .custom > div .pink-bg > p {
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 768px) {
  /* line 1655, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg > p {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
/* line 1660, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .custom > div .pink-bg h2 {
  color: white;
  margin-bottom: 10px;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  /* line 1664, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg h2 {
    margin-top: 0px;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
  }
}
/* line 1671, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .custom > div .pink-bg > * {
  position: relative;
  z-index: 3;
}
/* line 1675, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .custom > div .pink-bg .video-container-outer {
  margin-top: 80px;
  width: 85%;
}
@media (max-width: 1199px) {
  /* line 1678, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg .video-container-outer {
    width: 95%;
  }
}
@media (max-width: 959px) {
  /* line 1681, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg .video-container-outer {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 1684, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg .video-container-outer {
    top: 50px;
    margin-top: 0;
    position: relative;
  }
}
/* line 1690, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .custom > div .pink-bg:before {
  content: '';
  position: absolute;
  width: 40%;
  background-color: #e4002b;
  height: 100%;
  left: -40%;
  z-index: 2;
  top: 0;
}
@media (max-width: 768px) {
  /* line 1699, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg:before {
    display: none;
  }
}
/* line 1703, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .custom > div .pink-bg:after {
  display: block;
  left: 100%;
  top: 0;
  content: " ";
  height: 100%;
  width: 170px;
  position: absolute;
  pointer-events: none;
  background-image: url('../images/book-arrow.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
@media (max-width: 768px) {
  /* line 1716, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom > div .pink-bg:after {
    top: auto;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('../images/red-down.png');
    background-size: 100% 100%;
    background-position: top center;
    height: 70px;
    bottom: -70px;
  }
}
/* line 1731, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .custom .trust-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 55%;
  height: 450px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  /* line 1742, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .custom .trust-image {
    position: relative;
    width: 100%;
    height: 400px;
    top: -30px;
    transform: translateY(0);
  }
}
/* line 1751, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-trust.moduletable .jobs-trust {
  min-height: 800px;
}
@media (max-width: 959px) {
  /* line 1753, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .jobs-trust {
    min-height: 650px;
  }
  /* line 1755, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-trust.moduletable .jobs-trust > div {
    width: 100%;
  }
}
/* line 1765, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode-top {
  position: relative;
}
/* line 1767, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode-top .g-content {
  padding: 0;
  margin: 0;
}
/* line 1772, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable {
  height: auto;
  width: 800px;
  margin: auto;
  position: relative;
  top: -50px;
  z-index: 10;
}
/* line 1780, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable .custom {
  height: auto;
  background-color: #e4002b;
  color: white;
  padding: 40px 50px 0px 50px;
  display: block;
}
@media (max-width: 768px) {
  /* line 1786, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-postcode.moduletable .custom {
    padding: 40px 30px 0px 30px;
  }
}
/* line 1789, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable .custom h4, .home-postcode.moduletable .custom p {
  color: white;
}
/* line 1792, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable .custom h4 {
  font-size: 2rem;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: normal;
}
@media (max-width: 768px) {
  /* line 1798, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-postcode.moduletable .custom h4 {
    font-size: 1.6rem;
    text-align: center;
  }
}
/* line 1803, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable .custom p {
  font-family: "Outfit", serif;
  margin: 10px 0;
}
/* line 1807, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable .custom > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 1811, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-postcode.moduletable .custom > div {
    text-align: center;
    display: block;
  }
}
/* line 1815, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable .custom > div > div:not(.bb_team) {
  flex: 0 70%;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  /* line 1818, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-postcode.moduletable .custom > div > div:not(.bb_team) {
    padding-bottom: 20px;
  }
}
/* line 1822, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable .custom > div > .bb_team {
  flex: 0 30%;
  text-align: right;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  /* line 1831, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-postcode.moduletable .custom > div > .bb_team {
    flex-direction: column-reverse;
    align-items: center;
  }
}
/* line 1835, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable .custom > div > .bb_team p {
  padding-right: 20px;
  width: 400px;
}
@media (max-width: 768px) {
  /* line 1838, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-postcode.moduletable .custom > div > .bb_team p {
    position: relative;
    right: auto;
    text-align: center;
    width: 100%;
  }
}
/* line 1845, templates/g5_hydrogen/custom/scss/_modules.scss */
.home-postcode.moduletable .custom > div > .bb_team img {
  max-height: 250px;
}
@media (max-width: 1199px) {
  /* line 1851, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-postcode.moduletable {
    width: 700px;
  }
}
@media (max-width: 959px) {
  /* line 1854, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-postcode.moduletable {
    width: 650px;
  }
}
@media (max-width: 768px) {
  /* line 1857, templates/g5_hydrogen/custom/scss/_modules.scss */
  .home-postcode.moduletable {
    width: 90%;
  }
}
/* line 1862, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider, .job-slider {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  /* line 1865, templates/g5_hydrogen/custom/scss/_modules.scss */
  .slider, .job-slider {
    padding-bottom: 40px;
  }
}
/* line 1868, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-next, .job-slider .slick-next, .slider .slick-prev, .job-slider .slick-prev {
  color: #006ac6;
  font-weight: 700;
  font-size: 1.3rem;
  background-color: transparent;
}
/* line 1873, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-next.slick-disabled, .job-slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled, .job-slider .slick-prev.slick-disabled {
  pointer-events: none;
  opacity: 0.4;
}
/* line 1878, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-prev, .job-slider .slick-prev {
  position: absolute;
  left: 10px;
  bottom: 0;
}
@media (max-width: 768px) {
  /* line 1882, templates/g5_hydrogen/custom/scss/_modules.scss */
  .slider .slick-prev, .job-slider .slick-prev {
    left: -5px;
  }
}
/* line 1885, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-prev:before, .job-slider .slick-prev:before {
  content: '\f104';
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
}
/* line 1891, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-next, .job-slider .slick-next {
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media (max-width: 768px) {
  /* line 1895, templates/g5_hydrogen/custom/scss/_modules.scss */
  .slider .slick-next, .job-slider .slick-next {
    right: 0;
  }
}
/* line 1898, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-next:after, .job-slider .slick-next:after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  font-size: 1.2rem;
  vertical-align: bottom;
  transition: 0.5s;
}
/* line 1906, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1907, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-next:hover:after, .job-slider .slick-next:hover:after {
  margin-left: 15px;
}
/* line 1912, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-slide, .job-slider .slick-slide {
  text-align: left;
  padding: 0 20px;
  font-style: italic;
}
@media (max-width: 768px) {
  /* line 1916, templates/g5_hydrogen/custom/scss/_modules.scss */
  .slider .slick-slide, .job-slider .slick-slide {
    padding: 0;
  }
}
/* line 1919, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-slide .testimonial-author, .job-slider .slick-slide .testimonial-author {
  font-style: normal;
  font-weight: 700;
}
/* line 1923, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider .slick-slide p, .job-slider .slick-slide p, .slider .slick-slide img.quote-marks, .job-slider .slick-slide img.quote-marks {
  margin-left: 1px;
}
/* line 1928, templates/g5_hydrogen/custom/scss/_modules.scss */
.slider img.quote-marks, .job-slider img.quote-marks {
  width: 35px;
  height: auto;
  margin-top: 30px;
}
@media (max-width: 768px) {
  /* line 1932, templates/g5_hydrogen/custom/scss/_modules.scss */
  .slider img.quote-marks, .job-slider img.quote-marks {
    margin-top: 20px;
  }
}
/* line 1938, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1939, templates/g5_hydrogen/custom/scss/_modules.scss */
.job-slider .slick-next, .job-slider .slick-prev {
  color: white;
}
/* line 1942, templates/g5_hydrogen/custom/scss/_modules.scss */
.job-slider .slick-slide {
  padding: 0;
}
/* line 1947, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1948, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 1949, templates/g5_hydrogen/custom/scss/_modules.scss */
.reviews .custom > img {
  width: 100%;
  height: 100px;
}
@media (max-width: 768px) {
  /* line 1952, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reviews .custom > img {
    height: 50px;
  }
}
/* line 1956, templates/g5_hydrogen/custom/scss/_modules.scss */
.reviews .custom .slider {
  margin-top: 60px;
}
@media (max-width: 768px) {
  /* line 1958, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reviews .custom .slider {
    margin-top: 40px;
  }
}
/* line 1962, templates/g5_hydrogen/custom/scss/_modules.scss */
.reviews .custom > div:not(.background-image) {
  position: relative;
  padding-bottom: 80px;
  display: block;
}
/* line 1967, templates/g5_hydrogen/custom/scss/_modules.scss */
.reviews .custom > div:not(.background-image) .slick-slide {
  padding: 50px 50px 50px 50px;
  margin: 0 20px;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-top: 70px;
}
/* line 1973, templates/g5_hydrogen/custom/scss/_modules.scss */
.reviews .custom > div:not(.background-image) .slick-slide:before {
  content: '';
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-bottom: 10px solid #006ac6;
}
/* line 1984, templates/g5_hydrogen/custom/scss/_modules.scss */
.reviews .custom > div:not(.background-image) .slick-slide:after {
  content: '';
  background-image: url('../images/quote-marks.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 1997, templates/g5_hydrogen/custom/scss/_modules.scss */
.reviews .custom > div:not(.background-image) .slick-slide > p {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0px;
}
/* line 2002, templates/g5_hydrogen/custom/scss/_modules.scss */
.reviews .custom > div:not(.background-image) .slick-slide > p.testimonial-author {
  margin-top: 20px;
}
@media (max-width: 959px) {
  /* line 2007, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reviews .custom > div:not(.background-image) {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 2014, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reviews .custom > div:not(.background-image) {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
/* line 2035, templates/g5_hydrogen/custom/scss/_modules.scss */
.content-sidebar, .introduction-sidebar {
  position: relative;
}
/* line 2038, templates/g5_hydrogen/custom/scss/_modules.scss */
.content-sidebar .button, .introduction-sidebar .button {
  width: 100%;
  text-align: center;
}
/* line 2041, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2042, templates/g5_hydrogen/custom/scss/_modules.scss */
.content-sidebar .button.sorry:after, .introduction-sidebar .button.sorry:after {
  content: '\f061';
  bottom: auto;
  width: auto;
  height: auto;
  background-color: transparent;
  position: relative;
  color: white;
}
/* line 2052, templates/g5_hydrogen/custom/scss/_modules.scss */
.content-sidebar .button:hover, .introduction-sidebar .button:hover {
  color: white;
}
/* line 2056, templates/g5_hydrogen/custom/scss/_modules.scss */
.content-sidebar > .g-content, .introduction-sidebar > .g-content {
  position: absolute;
  width: 95%;
  top: -100px;
}
@media (max-width: 959px) {
  /* line 2060, templates/g5_hydrogen/custom/scss/_modules.scss */
  .content-sidebar > .g-content, .introduction-sidebar > .g-content {
    position: relative;
    top: auto;
  }
}
@media (max-width: 768px) {
  /* line 2064, templates/g5_hydrogen/custom/scss/_modules.scss */
  .content-sidebar > .g-content, .introduction-sidebar > .g-content {
    margin-top: 0;
  }
}
/* line 2070, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable {
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 15px;
}
/* line 2074, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable .custom {
  padding: 50px;
}
@media (max-width: 959px) {
  /* line 2076, templates/g5_hydrogen/custom/scss/_modules.scss */
  .white-sidebar.moduletable .custom {
    padding: 30px 30px 40px 30px;
  }
}
/* line 2079, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable .custom h3 {
  margin-top: 0;
  line-height: normal;
}
@media (max-width: 959px) {
  /* line 2082, templates/g5_hydrogen/custom/scss/_modules.scss */
  .white-sidebar.moduletable .custom h3 {
    font-size: 1.6rem;
  }
}
/* line 2087, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable.sorry-dd {
  border-radius: 0;
  background-color: #006ac6;
  color: #fff;
}
/* line 2091, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable.sorry-dd .custom {
  padding: 40px;
}
/* line 2093, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable.sorry-dd .custom h3 {
  color: #fff;
}
/* line 2096, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable.sorry-dd .custom p {
  margin: 0 0 30px 0;
}
/* line 2098, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable.sorry-dd .custom p:last-of-type {
  margin: 0;
}
/* line 2103, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable.sorry-dd a.white-button {
  color: #e4002b;
}
/* line 2105, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable.sorry-dd a.white-button:hover {
  color: #006ac6;
}
/* line 2108, templates/g5_hydrogen/custom/scss/_modules.scss */
.white-sidebar.moduletable.sorry-dd a.white-button:after {
  content: none;
}
/* line 2115, templates/g5_hydrogen/custom/scss/_modules.scss */
.pink-sidebar, .red-sidebar {
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  background-color: #e4002b;
  color: white;
}
/* line 2120, templates/g5_hydrogen/custom/scss/_modules.scss */
.pink-sidebar .custom, .red-sidebar .custom {
  padding: 40px;
}
/* line 2122, templates/g5_hydrogen/custom/scss/_modules.scss */
.pink-sidebar .custom h3, .red-sidebar .custom h3 {
  margin-top: 0;
  color: white;
}
/* line 2129, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom {
  position: relative;
  margin: 20px 0 60px 0;
}
/* line 2130, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2131, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.cctv .image {
  background-position: top;
}
@media (max-width: 768px) {
  /* line 2137, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
/* line 2141, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100rem;
  margin: auto;
}
@media (max-width: 1700px) {
  /* line 2147, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .container {
    max-width: 90rem;
  }
}
@media (max-width: 768px) {
  /* line 2150, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .container {
    display: flex;
  }
}
/* line 2153, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2154, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .container#meet-team h2, .service.custom .container#meet-team p {
  padding: 0;
  padding-left: 0 !important;
}
/* line 2160, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .content {
  flex: 0 55%;
  position: relative;
}
/* line 2161, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .content a.book {
  width: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 2173, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .content {
    padding-left: 0;
    width: 90%;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
    flex: 0 90%;
    order: 2;
  }
}
/* line 2182, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .content > *:not(.icon) {
  padding-left: 80px;
  padding-right: 50px;
}
@media (max-width: 959px) {
  /* line 2185, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .content > *:not(.icon) {
    padding-left: 65px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  /* line 2189, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .content > *:not(.icon) {
    padding-left: 0px;
    padding-right: 0;
  }
}
/* line 2194, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 2196, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .content > h2 {
    padding-left: 55px !important;
  }
}
/* line 2200, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .content .icon {
  width: 80px;
  position: absolute;
  top: -23px;
  left: 15px;
}
@media (max-width: 768px) {
  /* line 2205, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .content .icon {
    right: 0;
    left: auto;
    top: -50px;
    z-index: 2;
  }
}
/* line 2229, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .content h2 {
  margin-bottom: 10px;
  padding-left: 120px !important;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  /* line 2233, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .content h2 {
    display: inline-block;
    vertical-align: top;
    padding-left: 55px;
    padding-left: 0px !important;
  }
}
/* line 2240, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .content h3 {
  margin-top: 0;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: normal;
}
@media (max-width: 768px) {
  /* line 2245, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .content h3 {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
/* line 2251, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .image {
  flex: 0 45%;
  width: 42%;
  position: absolute;
  right: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 959px) {
  /* line 2261, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .image {
    height: 50%;
  }
}
@media (max-width: 768px) {
  /* line 2264, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .image {
    position: relative;
    width: 100%;
    height: 300px;
    flex: 0 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
/* line 2272, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .image p {
  margin-top: 0;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 2276, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom .image p {
    text-align: center;
  }
}
/* line 2280, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom .image.border {
  border-bottom: 10px solid #f7b624;
}
/* line 2284, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2286, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.right .container {
  flex-direction: row-reverse;
}
/* line 2289, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.right .image {
  text-align: right;
  left: 0;
}
/* line 2293, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 2294, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.right .content {
    margin-bottom: 20px;
  }
}
/* line 2299, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2300, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.left .content {
  padding-right: 0;
}
@media (max-width: 768px) {
  /* line 2302, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.left .content {
    margin-bottom: 20px;
  }
}
/* line 2307, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2308, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2309, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.services .content img {
  max-width: 50px;
  max-height: 60px;
}
/* line 2313, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2314, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.services .content .icon img {
  max-width: 100%;
  max-height: inherit;
}
/* line 2321, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency {
  margin-top: 0;
  min-height: 100px !important;
  margin: 0;
  top: -50px;
}
@media (max-width: 768px) {
  /* line 2326, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency {
    top: -30px;
  }
}
/* line 2329, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .container {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  /* line 2332, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .container {
    flex-direction: column-reverse;
  }
}
/* line 2336, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .content {
  flex: 0 47%;
}
@media (max-width: 768px) {
  /* line 2338, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .content {
    flex: 0 100%;
  }
}
/* line 2341, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .content > div {
  background-color: #f7b624;
  padding-top: 5px;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 1700px) {
  /* line 2346, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .content > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  /* line 2350, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .content > div {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* line 2354, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .content > div:before {
  left: -1000px;
  width: 1000px;
  background-color: #f7b624;
  position: absolute;
  content: '';
  height: 100%;
  top: 0;
}
@media (max-width: 768px) {
  /* line 2362, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .content > div:before {
    display: none;
  }
}
/* line 2366, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .content > div h2, .service.custom.emergency .content > div h3 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
}
/* line 2373, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .content > div h3 {
  font-size: 3rem;
  margin-top: 0;
}
@media (max-width: 1199px) {
  /* line 2376, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .content > div h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  /* line 2379, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .content > div h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
/* line 2384, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .content > div h2 {
  margin-bottom: 0;
  padding-left: 0 !important;
}
@media (max-width: 1199px) {
  /* line 2387, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .content > div h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  /* line 2390, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .content > div h2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    font-size: 1.6rem;
    margin-top: 0;
  }
}
/* line 2399, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .content > p {
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 2401, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .content > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 2407, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2408, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2409, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2410, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency.right .content > div:before {
  left: auto;
  right: -1000px;
}
/* line 2417, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2418, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2419, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency.right .image > div:before {
  left: -1000px;
  right: auto;
  box-shadow: -19px 2px 15px 5px rgba(0, 0, 0, 0.15);
}
/* line 2424, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency.right .image > div h4, .service.custom.emergency.right .image > div p {
  text-align: left;
}
/* line 2430, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .image {
  position: relative;
  flex: 0 47%;
}
@media (max-width: 768px) {
  /* line 2433, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .image {
    height: auto;
    flex: 0 100%;
  }
}
/* line 2437, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .image > div {
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 25px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 2445, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .image > div {
    width: 95%;
    margin-left: auto;
    position: initial;
  }
}
/* line 2450, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .image > div:before {
  content: '';
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: -1000px;
  width: 1000px;
  top: 0;
  box-shadow: 19px 2px 15px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  /* line 2459, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .image > div:before {
    display: none;
  }
}
/* line 2463, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .image > div > div:nth-child(1) {
  flex: 0 20%;
  color: #f2f2f2;
  font-weight: 700;
  font-family: futura-pt-bold, sans-serif;
  font-size: 8rem;
  line-height: 7rem;
  text-align: center;
}
/* line 2472, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .image > div > div:nth-child(2) {
  flex: 0 80%;
}
@media (max-width: 959px) {
  /* line 2474, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .image > div > div:nth-child(2) {
    flex: 0 70%;
    max-width: 70%;
    padding-left: 5%;
  }
}
/* line 2479, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .image > div > div:nth-child(2) h4 {
  color: #f7b624;
  font-size: 2rem;
  font-family: bebas-neue-pro-expanded, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 2487, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.custom.emergency .image > div > div:nth-child(2) p {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  /* line 2489, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.custom.emergency .image > div > div:nth-child(2) p {
    text-align: left;
  }
}
/* line 2499, templates/g5_hydrogen/custom/scss/_modules.scss */
.service.left.moduletable {
  padding-left: 50px;
}
@media (max-width: 959px) {
  /* line 2501, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.left.moduletable {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  /* line 2504, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service.left.moduletable {
    padding-left: 0;
  }
}
/* line 2509, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-break {
  background-color: transparent;
  color: black;
  text-align: center;
}
/* line 2513, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-break .custom {
  background-color: rgba(109, 202, 206, 0.2);
  padding-top: 50px;
  padding-bottom: 120px;
  margin-bottom: 80px;
  background-image: url('../images/bg-swoosh.png');
  background-size: 110% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  /* line 2522, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-break .custom {
    background-position: top 50px center;
  }
}
@media (max-width: 959px) {
  /* line 2525, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-break .custom {
    background-position: top 100px center;
  }
}
@media (max-width: 768px) {
  /* line 2528, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-break .custom {
    padding-left: 5%;
    padding-right: 5%;
    background-position: bottom -130px center;
  }
}
@media (max-width: 450px) {
  /* line 2533, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-break .custom {
    background-position: bottom -75px center;
  }
}
/* line 2536, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-break .custom h4 {
  font-family: "Outfit", serif;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  /* line 2539, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-break .custom h4 {
    line-height: 1.8rem;
  }
}
/* line 2543, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-break .custom ul {
  margin: 40px 0;
}
/* line 2545, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-break .custom ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding: 0 50px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  /* line 2551, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-break .custom ul li {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
/* line 2558, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-break .custom ul li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 6pt;
  color: #f7b624;
  display: inline;
  position: absolute;
  left: -2px;
  top: 6px;
}
@media (max-width: 768px) {
  /* line 2568, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-break .custom ul li:before {
    display: none;
  }
}
/* line 2572, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-break .custom ul li:nth-child(1) {
  padding-left: 0;
}
/* line 2574, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-break .custom ul li:nth-child(1):before {
  display: none;
}
@media (max-width: 768px) {
  /* line 2577, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-break .custom ul li:nth-child(1) {
    padding-right: 0;
  }
}
/* line 2588, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.services-article-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
/* line 2592, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.services-article-list li {
  list-style-type: none;
  flex: 0 33%;
  margin-bottom: 20px;
  padding-right: 10px;
  max-width: 33%;
}
@media (max-width: 959px) {
  /* line 2598, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.services-article-list li {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 2602, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.services-article-list li {
    position: relative;
  }
}
/* line 2605, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.services-article-list li a {
  position: relative;
  left: 0;
  padding-left: 15px;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 2610, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.services-article-list li a {
    display: block;
    padding-left: 20px;
  }
}
/* line 2614, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.services-article-list li a:before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  margin-right: 15px;
  display: inline-block;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: -2px;
}
@media (max-width: 768px) {
  /* line 2623, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.services-article-list li a:before {
    position: absolute;
    left: 0;
    top: 0px;
  }
}
/* line 2629, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2630, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.services-article-list li a:hover:before {
  transform: rotate(90deg);
}
/* line 2634, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.services-article-list li a:after {
  display: none;
}
/* line 2641, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2642, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar p {
  margin: 50px 0 30px 0;
  font-size: 1.2rem;
}
/* line 2646, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar a {
  display: inline-block;
  position: relative;
}
/* line 2649, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar a > span {
  width: 45px;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}
/* line 2655, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar a:after {
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: 0.5s;
  content: '';
  left: 0;
}
/* line 2665, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar a:hover {
  color: #e4002b;
}
/* line 2667, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar a:hover:after {
  bottom: -2px;
  background-color: #e4002b;
}
/* line 2673, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar img {
  max-width: 45px;
  max-height: 50px;
  margin-right: 20px;
}
@media (max-width: 959px) {
  /* line 2677, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-list-sidebar img {
    max-width: 35px;
    max-height: 40px;
  }
}
/* line 2682, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar ul {
  margin-left: 0;
  margin-bottom: 0;
}
/* line 2685, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
/* line 2690, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar ul li:nth-last-child(1) {
  margin-bottom: 0 !IMPORTANT;
}
/* line 2695, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2696, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2697, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-list-sidebar.services ul li {
  margin-bottom: 40px;
}
/* line 2704, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2705, templates/g5_hydrogen/custom/scss/_modules.scss */
.pillars-sidebar .pillars {
  display: block;
  margin-top: 25px;
}
/* line 2708, templates/g5_hydrogen/custom/scss/_modules.scss */
.pillars-sidebar .pillars li {
  margin-bottom: 20px;
}
/* line 2710, templates/g5_hydrogen/custom/scss/_modules.scss */
.pillars-sidebar .pillars li a {
  display: inline-block;
  position: relative;
}
/* line 2713, templates/g5_hydrogen/custom/scss/_modules.scss */
.pillars-sidebar .pillars li a img {
  margin-bottom: 0;
  margin-right: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
}
/* line 2721, templates/g5_hydrogen/custom/scss/_modules.scss */
.pillars-sidebar .pillars li:nth-last-child(1) {
  margin-bottom: 5px;
}
/* line 2724, templates/g5_hydrogen/custom/scss/_modules.scss */
.pillars-sidebar .pillars li img {
  margin-right: 20px;
}
/* line 2729, templates/g5_hydrogen/custom/scss/_modules.scss */
.pillars-sidebar p {
  margin: 30px 0 30px 0;
}
/* line 2732, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2733, templates/g5_hydrogen/custom/scss/_modules.scss */
.pillars-sidebar a > span {
  font-size: 2.2rem;
}
/* line 2742, templates/g5_hydrogen/custom/scss/_modules.scss */
.story {
  background-color: #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
/* line 2746, templates/g5_hydrogen/custom/scss/_modules.scss */
.story .moduletable.our-approach {
  width: 95%;
  max-width: 97rem;
}
/* line 2749, templates/g5_hydrogen/custom/scss/_modules.scss */
.story .moduletable.our-approach .number {
  color: #dedede;
}
@media (max-width: 768px) {
  /* line 2753, templates/g5_hydrogen/custom/scss/_modules.scss */
  .story {
    margin-bottom: 0;
  }
}
/* line 2758, templates/g5_hydrogen/custom/scss/_modules.scss */
.yellow-bg {
  background-color: #e4002b;
  padding: 20px 30px 10px 30px;
  position: relative;
}
/* line 2762, templates/g5_hydrogen/custom/scss/_modules.scss */
.yellow-bg:after {
  right: -1000px;
  width: 1000px;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #e4002b;
  top: 0;
}
/* line 2771, templates/g5_hydrogen/custom/scss/_modules.scss */
.yellow-bg h3 {
  color: white;
}
/* line 2776, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2777, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons ul {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 2786, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons ul {
    width: 65%;
  }
}
@media (max-width: 959px) {
  /* line 2789, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons ul {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 2792, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons ul {
    display: block;
  }
}
/* line 2795, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons ul li {
  list-style-type: none;
  padding: 30px;
  margin-bottom: 30px;
  flex: 0 48%;
  border: 5px solid;
  text-align: center;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  background-color: white;
  position: relative;
  max-width: 48%;
}
@media (max-width: 768px) {
  /* line 2806, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons ul li {
    max-width: 100%;
  }
}
/* line 2809, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons ul li:nth-child(1), .reasons ul li:nth-child(2) {
  border-color: #f7b624;
}
/* line 2812, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons ul li:nth-child(3), .reasons ul li:nth-child(4) {
  border-color: #e4002b;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 2815, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons ul li:nth-child(3), .reasons ul li:nth-child(4) {
    margin-bottom: 30px;
  }
}
/* line 2819, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 2820, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
/* line 2824, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons ul li span {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 2836, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons ul li h4 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
/* line 2842, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons .image {
  position: absolute;
  width: 34%;
  left: auto;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 55%;
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 959px) {
  /* line 2852, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons .image {
    width: 600px;
    position: relative;
    top: auto;
    transform: none;
    left: 0;
    margin: auto;
    right: 0;
  }
}
@media (max-width: 1800px) {
  /* line 2861, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons .image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 2864, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons .image {
    width: 100%;
  }
}
/* line 2869, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2870, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons.right ul {
  margin-left: 0;
  margin-right: auto;
}
/* line 2874, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons.right .image {
  left: 55%;
  right: auto;
}
@media (max-width: 959px) {
  /* line 2877, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons.right .image {
    left: 0;
    right: 0;
  }
}
/* line 2883, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2884, templates/g5_hydrogen/custom/scss/_modules.scss */
.reasons.last-reasons .image {
  transform: translateY(0%);
  top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 959px) {
  /* line 2889, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons.last-reasons .image {
    top: auto;
    height: 300px !important;
  }
}
@media (max-width: 959px) {
  /* line 2895, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons.last-reasons li {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* line 2900, templates/g5_hydrogen/custom/scss/_modules.scss */
  .reasons.last-reasons li {
    margin-bottom: 30px;
  }
}
/* line 2907, templates/g5_hydrogen/custom/scss/_modules.scss */
.about-stats {
  margin-top: 70px;
}
/* line 2909, templates/g5_hydrogen/custom/scss/_modules.scss */
.about-stats ul.statistics {
  position: relative;
  top: -70px;
  margin-bottom: 0px;
  z-index: 2;
}
@media (max-width: 959px) {
  /* line 2916, templates/g5_hydrogen/custom/scss/_modules.scss */
  .about-stats .popup-parent {
    margin-top: 0;
  }
}
/* line 2924, templates/g5_hydrogen/custom/scss/_modules.scss */
table {
  margin-top: 80px;
  border: 0;
}
@media (max-width: 959px) {
  /* line 2928, templates/g5_hydrogen/custom/scss/_modules.scss */
  table {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  /* line 2931, templates/g5_hydrogen/custom/scss/_modules.scss */
  table {
    margin-top: 30px;
  }
}
/* line 2934, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2935, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 2936, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td {
  border-top: 5px solid white;
  border-left: 0;
  border-right: 0;
  background-color: #f7f7f7;
}
/* line 2941, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 2942, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.left-aligned {
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 2948, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td:not(.left-aligned) {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  /* line 2950, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td:not(.left-aligned) {
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 6px;
  }
}
/* line 2956, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td img {
  max-height: 35px;
  margin-right: 15px;
}
/* line 2960, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.orange {
  background-color: #006ac6;
  color: white;
  text-align: left;
  font-size: 1.1rem;
  padding: 15px 15px 13px 20px;
}
/* line 2966, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.orange svg {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 2970, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.orange {
    display: block;
    margin-bottom: 10px;
  }
}
/* line 2975, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.pink {
  background-color: #e4002b;
  color: white;
  text-align: left;
  font-size: 1.1rem;
  padding: 15px 15px 13px 20px;
}
/* line 2981, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.pink svg {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 2985, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.pink {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
/* line 2991, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.green {
  background-color: #f7b624;
  color: white;
  text-align: left;
  font-size: 1.1rem;
  padding: 15px 15px 13px 20px;
}
/* line 2997, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.green svg {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 3001, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.green {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
/* line 3007, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.purple {
  background-color: #e4002b;
  color: white;
  text-align: left;
  font-size: 1.1rem;
  padding: 15px 15px 13px 20px;
}
/* line 3013, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.purple svg {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 3017, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.purple {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
/* line 3023, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.left-aligned {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 768px) {
  /* line 3026, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.left-aligned {
    text-align: center;
    display: block;
  }
}
/* line 3031, templates/g5_hydrogen/custom/scss/_modules.scss */
table tbody tr td.highlight {
  background-color: #eee;
}
@media (max-width: 768px) {
  /* line 3034, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.highlight:before {
    content: 'Bright & Beautiful';
  }
}
@media (max-width: 768px) {
  /* line 3040, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  /* line 3045, templates/g5_hydrogen/custom/scss/_modules.scss */
  /* line 3046, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td:nth-child(3):before {
    content: 'Company with employed staff';
  }
  /* line 3050, templates/g5_hydrogen/custom/scss/_modules.scss */
  /* line 3051, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td:nth-child(4):before {
    content: 'Cleaning agency';
  }
  /* line 3055, templates/g5_hydrogen/custom/scss/_modules.scss */
  /* line 3056, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td:nth-child(5):before {
    content: 'Cash in hand cleaning';
  }
  /* line 3060, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.orange-border {
    border-bottom: 2px solid #006ac6;
    background-color: #eee;
  }
  /* line 3064, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.pink-border {
    border-bottom: 2px solid #e4002b;
    background-color: #eee;
  }
  /* line 3068, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.green-border {
    border-bottom: 2px solid #f7b624;
    background-color: #eee;
  }
  /* line 3072, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td.purple-border {
    border-bottom: 2px solid #e4002b;
    background-color: #eee;
  }
  /* line 3076, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td:before {
    font-size: 1.1rem;
    line-height: normal;
  }
  /* line 3080, templates/g5_hydrogen/custom/scss/_modules.scss */
  table tbody tr td span {
    line-height: normal;
  }
}
/* line 3087, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3088, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3089, templates/g5_hydrogen/custom/scss/_modules.scss */
table thead tr td {
  border: 0;
  background-color: #f7f7f7;
  padding: 1rem;
}
/* line 3093, templates/g5_hydrogen/custom/scss/_modules.scss */
table thead tr td.highlight {
  background-color: #eee;
  border-top: 5px solid #e4002b;
}
/* line 3097, templates/g5_hydrogen/custom/scss/_modules.scss */
table thead tr td:nth-child(1) {
  background-color: white;
}
@media (max-width: 768px) {
  /* line 3102, templates/g5_hydrogen/custom/scss/_modules.scss */
  table thead {
    display: none;
  }
}
/* line 3108, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3109, templates/g5_hydrogen/custom/scss/_modules.scss */
.about-above-footer .about-above-footer.custom {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  /* line 3113, templates/g5_hydrogen/custom/scss/_modules.scss */
  .about-above-footer .about-above-footer.custom {
    flex-wrap: wrap;
  }
}
/* line 3117, templates/g5_hydrogen/custom/scss/_modules.scss */
.about-above-footer .pink {
  background-color: #e4002b;
  color: white;
  width: 40%;
  margin-left: auto;
  margin-right: 10%;
  padding: 40px;
  position: relative;
  z-index: 2;
}
/* line 3126, templates/g5_hydrogen/custom/scss/_modules.scss */
.about-above-footer .pink h3 {
  color: white;
  margin-top: 0;
}
@media (max-width: 1199px) {
  /* line 3130, templates/g5_hydrogen/custom/scss/_modules.scss */
  .about-above-footer .pink {
    width: 45%;
    margin-right: 5%;
  }
}
@media (max-width: 959px) {
  /* line 3134, templates/g5_hydrogen/custom/scss/_modules.scss */
  .about-above-footer .pink {
    width: 50%;
    margin-right: 0%;
  }
}
@media (max-width: 768px) {
  /* line 3138, templates/g5_hydrogen/custom/scss/_modules.scss */
  .about-above-footer .pink {
    margin: auto;
    width: 90%;
    text-align: center;
    top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 450px) {
  /* line 3145, templates/g5_hydrogen/custom/scss/_modules.scss */
  .about-above-footer .pink {
    width: 90%;
  }
}
/* line 3149, templates/g5_hydrogen/custom/scss/_modules.scss */
.about-above-footer .image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-width: 60%;
  height: 600px;
  width: 60%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 3161, templates/g5_hydrogen/custom/scss/_modules.scss */
  .about-above-footer .image {
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 400px;
  }
  /* line 3166, templates/g5_hydrogen/custom/scss/_modules.scss */
  .about-above-footer .image p {
    margin-top: 0;
  }
}
/* line 3170, templates/g5_hydrogen/custom/scss/_modules.scss */
.about-above-footer .image p.caption {
  position: absolute;
  top: 625px;
  text-align: right;
  width: 100%;
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 768px) {
  /* line 3177, templates/g5_hydrogen/custom/scss/_modules.scss */
  .about-above-footer .image p.caption {
    top: 425px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9rem;
  }
}
/* line 3187, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3188, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 3189, templates/g5_hydrogen/custom/scss/_modules.scss */
  .above-footer-action-left .g-content {
    margin: 0;
    padding: 0;
  }
}
/* line 3198, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.jobs-benefits {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 3203, templates/g5_hydrogen/custom/scss/_modules.scss */
ul.jobs-benefits li {
  list-style-type: none;
  flex: 0 23%;
}
@media (max-width: 768px) {
  /* line 3207, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.jobs-benefits {
    display: block;
  }
  /* line 3209, templates/g5_hydrogen/custom/scss/_modules.scss */
  ul.jobs-benefits li {
    text-align: left !important;
  }
}
/* line 3215, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3216, templates/g5_hydrogen/custom/scss/_modules.scss */
.benefits h2 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 3220, templates/g5_hydrogen/custom/scss/_modules.scss */
.benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 0;
  margin-bottom: 0px;
  margin-top: 60px;
}
@media (max-width: 959px) {
  /* line 3227, templates/g5_hydrogen/custom/scss/_modules.scss */
  .benefits ul {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  /* line 3230, templates/g5_hydrogen/custom/scss/_modules.scss */
  .benefits ul {
    margin-top: 30px;
  }
}
/* line 3233, templates/g5_hydrogen/custom/scss/_modules.scss */
.benefits ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 21%;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding: 0 10px;
}
@media (max-width: 959px) {
  /* line 3247, templates/g5_hydrogen/custom/scss/_modules.scss */
  .benefits ul li {
    flex: 0 47%;
  }
}
@media (max-width: 450px) {
  /* line 3250, templates/g5_hydrogen/custom/scss/_modules.scss */
  .benefits ul li {
    flex: 0 100%;
    text-align: left;
    position: relative;
    padding-left: 70px;
    padding-right: 0;
    margin-bottom: 0;
  }
}
/* line 3258, templates/g5_hydrogen/custom/scss/_modules.scss */
.benefits ul li .img-wrapper {
  max-width: 120px;
  height: 120px;
  border: 6px solid #f7b624;
  border-radius: 200px;
  margin-bottom: 15px;
}
@media (max-width: 450px) {
  /* line 3264, templates/g5_hydrogen/custom/scss/_modules.scss */
  .benefits ul li .img-wrapper {
    position: absolute;
    left: 0;
    top: 12px;
    max-width: 50px;
    height: 50px;
    border-width: 4px;
  }
}
/* line 3272, templates/g5_hydrogen/custom/scss/_modules.scss */
.benefits ul li .img-wrapper img {
  width: 120px;
  height: 120px;
  padding: 20px 25px 30px 25px;
}
@media (max-width: 450px) {
  /* line 3276, templates/g5_hydrogen/custom/scss/_modules.scss */
  .benefits ul li .img-wrapper img {
    width: 50px;
    height: 50px;
    padding: 10px 10px 18px 10px;
  }
}
/* line 3283, templates/g5_hydrogen/custom/scss/_modules.scss */
.benefits ul li h4 {
  font-family: futura-pt-bold, sans-serif;
  letter-spacing: -0.5px;
  font-size: 1.6rem;
  line-height: 1.1;
  flex: 0 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 3290, templates/g5_hydrogen/custom/scss/_modules.scss */
  .benefits ul li h4 {
    font-size: 1.4rem;
  }
}
/* line 3294, templates/g5_hydrogen/custom/scss/_modules.scss */
.benefits ul li p {
  margin-top: 15px;
}
@media (max-width: 768px) {
  /* line 3296, templates/g5_hydrogen/custom/scss/_modules.scss */
  .benefits ul li p {
    margin-top: 10px;
  }
}
/* line 3304, templates/g5_hydrogen/custom/scss/_modules.scss */
.apply-container {
  margin: 60px auto 30px auto !important;
}
@media (max-width: 768px) {
  /* line 3306, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container {
    margin: 0 !important;
  }
}
/* line 3309, templates/g5_hydrogen/custom/scss/_modules.scss */
.apply-container .custom {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  /* line 3312, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .custom {
    flex-wrap: wrap;
  }
}
/* line 3316, templates/g5_hydrogen/custom/scss/_modules.scss */
.apply-container .orange {
  background-color: #006ac6;
  color: white;
  width: 40%;
  padding: 40px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  /* line 3325, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .orange {
    width: 45%;
    margin-right: 1.6rem;
  }
}
@media (max-width: 959px) {
  /* line 3329, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .orange {
    margin-right: 1.3rem;
  }
}
@media (max-width: 768px) {
  /* line 3332, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .orange {
    margin: auto;
    width: 93%;
    text-align: center;
    top: 30px;
    padding-bottom: 20px;
  }
}
/* line 3339, templates/g5_hydrogen/custom/scss/_modules.scss */
.apply-container .orange h3 {
  color: white;
  margin-top: 0;
}
/* line 3343, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3344, templates/g5_hydrogen/custom/scss/_modules.scss */
.apply-container .orange .postcode-input button {
  color: #006ac6;
  background-color: transparent;
}
/* line 3347, templates/g5_hydrogen/custom/scss/_modules.scss */
.apply-container .orange .postcode-input button:hover {
  color: #006ac6;
  background-color: transparent;
}
/* line 3354, templates/g5_hydrogen/custom/scss/_modules.scss */
.apply-container .image {
  position: absolute;
  left: -10%;
  z-index: 1;
  max-width: 80%;
  height: 600px;
  width: 80%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (max-width: 1700px) {
  /* line 3364, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .image {
    left: -14%;
  }
}
@media screen and (max-width: 1449px) {
  /* line 3367, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .image {
    left: -6%;
  }
}
@media (max-width: 1199px) {
  /* line 3370, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .image {
    left: -2%;
  }
}
@media (max-width: 959px) {
  /* line 3373, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .image {
    background-position: top left;
  }
}
@media (max-width: 768px) {
  /* line 3376, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .image {
    left: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 400px;
  }
  /* line 3382, templates/g5_hydrogen/custom/scss/_modules.scss */
  .apply-container .image p {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 3388, templates/g5_hydrogen/custom/scss/_modules.scss */
.apply-container .g-content {
  margin-left: 0;
  padding-lefT: 0;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 3400, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-image-review {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 3403, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-image-review {
    margin-bottom: 0;
  }
}
/* line 3406, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-image-review .container {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  max-width: 97rem;
  margin: auto;
  align-items: center;
}
@media (max-width: 1700px) {
  /* line 3413, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-image-review .container {
    max-width: 87rem;
  }
}
@media (max-width: 768px) {
  /* line 3416, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-image-review .container {
    width: 100%;
    flex-direction: column-reverse;
  }
}
/* line 3420, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-image-review .container .content {
  flex: 0 45%;
  margin-left: auto;
  position: relative;
  font-style: italic;
  padding: 40px;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  background-color: white;
}
@media (max-width: 959px) {
  /* line 3428, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-image-review .container .content {
    flex: 0 50%;
  }
}
@media (max-width: 768px) {
  /* line 3431, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-image-review .container .content {
    flex: 0 90%;
    margin: auto;
    width: 90%;
    top: 40px;
  }
}
/* line 3449, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-image-review .container .content p {
  margin-top: 0;
  position: relative;
}
/* line 3464, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-image-review .container .content .testimonial-author {
  font-style: normal;
  margin-bottom: 0;
}
/* line 3469, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-image-review .container .image {
  flex: 0 60%;
  width: 60%;
  position: absolute;
  left: 0;
  text-align: right;
  height: 600px;
  top: 0;
  background-position: right;
  background-size: cover;
}
@media (max-width: 768px) {
  /* line 3479, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-image-review .container .image {
    position: relative;
    width: 100%;
    flex: auto;
    height: 400px;
  }
}
/* line 3485, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-image-review .container .image img {
  margin-bottom: 20px;
  width: 100%;
}
/* line 3489, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-image-review .container .image p {
  margin: 0;
  font-size: 0.9rem;
}
/* line 3499, templates/g5_hydrogen/custom/scss/_modules.scss */
.postcode-input {
  margin-top: 25px;
}
/* line 3501, templates/g5_hydrogen/custom/scss/_modules.scss */
.postcode-input form {
  position: relative;
  max-width: 300px;
  margin-bottom: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 3506, templates/g5_hydrogen/custom/scss/_modules.scss */
  .postcode-input form {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
}
/* line 3512, templates/g5_hydrogen/custom/scss/_modules.scss */
.postcode-input input {
  background-color: white;
  padding: 15px 25px;
  font-size: 1.2rem;
  color: black;
  border: 0;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
}
/* line 3522, templates/g5_hydrogen/custom/scss/_modules.scss */
.postcode-input button {
  position: absolute;
  right: 7px;
  top: 11px;
  color: #e4002b;
  transition: 0.5s;
  background-color: transparent;
}
/* line 3529, templates/g5_hydrogen/custom/scss/_modules.scss */
.postcode-input button:hover {
  color: #006ac6;
}
/* line 3532, templates/g5_hydrogen/custom/scss/_modules.scss */
.postcode-input button:before {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.8rem;
}
/* line 3540, templates/g5_hydrogen/custom/scss/_modules.scss */
.postcode-input .privacy-link {
  height: auto !important;
  text-align: right;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  /* line 3545, templates/g5_hydrogen/custom/scss/_modules.scss */
  .postcode-input .privacy-link {
    margin-left: 0;
    max-width: 100%;
  }
}
/* line 3549, templates/g5_hydrogen/custom/scss/_modules.scss */
.postcode-input .privacy-link a {
  color: white !important;
  text-decoration: underline;
  font-size: 0.8rem;
  text-transform: capitalize;
}
/* line 3554, templates/g5_hydrogen/custom/scss/_modules.scss */
.postcode-input .privacy-link a:hover {
  text-decoration: none;
}
/* line 3563, templates/g5_hydrogen/custom/scss/_modules.scss */
.bb_team {
  display: none;
  position: relative;
  padding-top: 20px;
}
/* line 3567, templates/g5_hydrogen/custom/scss/_modules.scss */
.bb_team p {
  position: absolute;
  right: 100%;
  bottom: 15px;
  font-size: 0.9rem !important;
  width: 100%;
  text-align: right;
  padding-right: 25px;
}
/* line 3583, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 25px !important;
}
/* line 3589, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3590, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c > div > div {
  font-size: 1.2rem;
}
/* line 3592, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c > div > div .location {
  background-color: #e4002b;
  color: white;
  padding: 20px;
  border-bottom-right-radius: 10px;
  text-transform: capitalize;
}
/* line 3599, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c > div > div .inner {
  padding: 17px 20px 10px 20px;
}
/* line 3601, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c > div > div .inner > a {
  margin-top: 10px;
  display: inline-block;
}
/* line 3604, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c > div > div .inner > a:after {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  font-size: 1.1rem;
  height: auto;
  width: auto;
  left: auto;
  position: relative;
  bottom: auto;
  background-color: transparent !important;
}
/* line 3616, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c > div > div .inner > a:hover.gm-style .gm-style-iw-c > div > div .inner > a:after {
  background-color: transparent;
}
/* line 3625, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c button {
  top: 8px !important;
  right: 5px !important;
}
/* line 3628, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c button:after {
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
}
/* line 3633, templates/g5_hydrogen/custom/scss/_modules.scss */
.gm-style .gm-style-iw-c button img {
  display: none !important;
}
/* line 3641, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3642, templates/g5_hydrogen/custom/scss/_modules.scss */
body.g-contact .content-sidebar, body.g-contact .introduction-sidebar {
  position: inherit;
  top: auto;
}
/* line 3651, templates/g5_hydrogen/custom/scss/_modules.scss */
body.g-contact .location-postcode-box.moduletable {
  margin: 0;
  padding: 0;
  max-width: 70%;
}
@media (max-width: 959px) {
  /* line 3655, templates/g5_hydrogen/custom/scss/_modules.scss */
  body.g-contact .location-postcode-box.moduletable {
    margin: auto;
  }
}
@media (max-width: 768px) {
  /* line 3658, templates/g5_hydrogen/custom/scss/_modules.scss */
  body.g-contact .location-postcode-box.moduletable {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
/* line 3663, templates/g5_hydrogen/custom/scss/_modules.scss */
body.g-contact .location-postcode-box.moduletable .custom {
  background-color: #e4002b;
  padding: 40px 50px;
  color: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  /* line 3669, templates/g5_hydrogen/custom/scss/_modules.scss */
  body.g-contact .location-postcode-box.moduletable .custom {
    padding: 40px 30px 25px 30px;
  }
}
/* line 3672, templates/g5_hydrogen/custom/scss/_modules.scss */
body.g-contact .location-postcode-box.moduletable .custom h3 {
  color: white;
  margin-bottom: 0;
  margin-top: 0;
  line-height: normal;
}
/* line 3678, templates/g5_hydrogen/custom/scss/_modules.scss */
body.g-contact .location-postcode-box.moduletable .custom p {
  margin-top: 10px;
}
/* line 3683, templates/g5_hydrogen/custom/scss/_modules.scss */
body.g-contact .contact-map.moduletable {
  position: absolute;
  right: 0;
  width: 60%;
  top: 0px;
}
@media (max-width: 959px) {
  /* line 3688, templates/g5_hydrogen/custom/scss/_modules.scss */
  body.g-contact .contact-map.moduletable {
    width: 100%;
    position: relative;
    top: -40px;
  }
}
/* line 3698, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3699, templates/g5_hydrogen/custom/scss/_modules.scss */
.policies-links > p {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  /* line 3702, templates/g5_hydrogen/custom/scss/_modules.scss */
  .policies-links > p {
    display: block;
    margin-top: 0;
  }
}
/* line 3706, templates/g5_hydrogen/custom/scss/_modules.scss */
.policies-links > p a {
  background-color: white;
  flex: 0 31%;
  max-width: 31%;
  border-bottom: 10px solid #f7b624;
  padding: 40px;
  text-align: center;
  font-size: 2rem;
  background-color: white;
  position: relative;
  text-transform: uppercase;
  top: 0;
  transition: 0.5s;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  color: #171717;
  font-weight: 700;
}
/* line 3722, templates/g5_hydrogen/custom/scss/_modules.scss */
.policies-links > p a:after {
  display: none;
}
/* line 3725, templates/g5_hydrogen/custom/scss/_modules.scss */
.policies-links > p a:hover {
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  top: -5px;
}
@media (max-width: 768px) {
  /* line 3729, templates/g5_hydrogen/custom/scss/_modules.scss */
  .policies-links > p a {
    display: block;
    width: 80%;
    margin: 0 auto 20px auto;
    font-size: 1.6rem;
    flex: 0 80%;
    max-width: 80%;
  }
}
/* line 3741, templates/g5_hydrogen/custom/scss/_modules.scss */
.sorry-content {
  margin-top: 40px;
  margin-bottom: 50px;
}
/* line 3746, templates/g5_hydrogen/custom/scss/_modules.scss */
.sorry-pink-box {
  background-color: #e4002b;
  color: #fff;
  padding: 35px 40px 35px 40px;
  width: 63%;
  margin-top: 35px;
  text-align: left;
}
@media (max-width: 1199px) {
  /* line 3753, templates/g5_hydrogen/custom/scss/_modules.scss */
  .sorry-pink-box {
    width: 70%;
  }
}
@media (max-width: 959px) {
  /* line 3756, templates/g5_hydrogen/custom/scss/_modules.scss */
  .sorry-pink-box {
    width: 80%;
  }
}
@media (max-width: 768px) {
  /* line 3759, templates/g5_hydrogen/custom/scss/_modules.scss */
  .sorry-pink-box {
    width: 99%;
  }
}
/* line 3762, templates/g5_hydrogen/custom/scss/_modules.scss */
.sorry-pink-box h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 3767, templates/g5_hydrogen/custom/scss/_modules.scss */
.sorry-pink-box p {
  font-size: 1.2rem;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}
/* line 3773, templates/g5_hydrogen/custom/scss/_modules.scss */
.sorry-pink-box .postcode-input form, .sorry-pink-box .privacy-link {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
/* line 3778, templates/g5_hydrogen/custom/scss/_modules.scss */
.sorry-pink-box .privacy-link a {
  color: #fff !important;
}
/* line 3783, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3784, templates/g5_hydrogen/custom/scss/_modules.scss */
.disclaimer p {
  text-align: center;
  max-width: 97rem;
  margin: auto;
  width: 90%;
}
/* line 3790, templates/g5_hydrogen/custom/scss/_modules.scss */
.disclaimer.moduletable {
  margin-bottom: 40px;
}
/* line 3796, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3797, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-usps.custom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
}
@media (max-width: 959px) {
  /* line 3802, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-usps.custom ul {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* line 3806, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-usps.custom ul {
    justify-content: center;
    margin-top: 0;
  }
}
/* line 3810, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-usps.custom ul li {
  flex: 0 48%;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 959px) {
  /* line 3815, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-usps.custom ul li {
    flex: 0 24%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* line 3819, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-usps.custom ul li {
    flex: 0 48%;
    margin-bottom: 20px;
  }
}
/* line 3823, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-usps.custom ul li img {
  max-width: 150px;
}
@media (max-width: 959px) {
  /* line 3825, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-usps.custom ul li img {
    max-width: 100px;
  }
}
/* line 3829, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-usps.custom ul li p {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (max-width: 959px) {
  /* line 3834, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-usps.custom ul li p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
/* line 3844, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3845, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-content .moduletable.service-intro {
  margin-bottom: 60px;
  max-width: 97rem;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  /* line 3851, templates/g5_hydrogen/custom/scss/_modules.scss */
  .service-content .moduletable.service-intro {
    width: 91%;
    margin-bottom: 40px;
  }
}
/* line 3858, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3859, templates/g5_hydrogen/custom/scss/_modules.scss */
.service-usp-image img {
  border-bottom: 10px solid #f7b624;
}
/* line 3864, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 3865, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow > .g-grid {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 3868, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow > .g-grid {
    flex-wrap: wrap;
  }
}
/* line 3872, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow .size-30 {
  text-align: center;
}
@media (max-width: 768px) {
  /* line 3874, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-30 {
    flex: 0 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* line 3879, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow .size-30 a.book {
  width: 260px;
  margin: auto;
}
@media (max-width: 959px) {
  /* line 3882, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-30 a.book {
    width: 100%;
  }
}
/* line 3886, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow .size-30 a.telephone {
  color: #171717;
  font-weight: 700;
  font-size: 3rem;
  position: relative;
}
/* line 3891, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow .size-30 a.telephone:after {
  display: none;
}
@media (max-width: 959px) {
  /* line 3894, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-30 a.telephone {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  /* line 3897, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-30 a.telephone {
    font-size: 3rem;
    color: #e4002b;
  }
}
/* line 3901, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow .size-30 a.telephone span {
  font-size: 1rem;
  color: #e4002b;
  position: absolute;
  right: 0;
  bottom: -15px;
}
/* line 3910, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow .size-70 {
  background-color: #f2f2f2;
  align-items: center;
  display: flex;
  position: relative;
  padding: 70px 0;
}
@media (max-width: 1700px) {
  /* line 3916, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-70 {
    flex: 0 65%;
  }
}
@media (max-width: 1199px) {
  /* line 3919, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-70 {
    flex: 0 60%;
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  /* line 3923, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-70 {
    flex: 0 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    margin-bottom: 80px;
  }
}
/* line 3930, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow .size-70:before {
  content: '';
  background-color: #f2f2f2;
  height: 100%;
  width: 300px;
  position: absolute;
  left: -270px;
  top: 0;
  z-index: 1;
}
/* line 3940, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow .size-70:after {
  display: block;
  left: 100%;
  top: 0;
  content: " ";
  height: 100%;
  width: 60px;
  position: absolute;
  pointer-events: none;
  background-image: url('../images/grey-arrow.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
@media (max-width: 1199px) {
  /* line 3955, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-70:after {
    width: 80px;
  }
}
@media (max-width: 768px) {
  /* line 3958, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-70:after {
    background-image: url('../images/down-arrow.png');
    background-position: top left;
    background-size: 100% 40px;
    width: 100%;
    height: 100px;
    top: auto;
    bottom: -100px;
    left: 0;
  }
}
/* line 3969, templates/g5_hydrogen/custom/scss/_modules.scss */
.contact-book-arrow .size-70 p {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  margin: 0;
  padding-left: 100px;
  line-height: 2rem;
  padding-right: 30px;
}
@media (max-width: 1700px) {
  /* line 3977, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-70 p {
    padding-left: 50px;
  }
}
@media (max-width: 959px) {
  /* line 3980, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-70 p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  /* line 3984, templates/g5_hydrogen/custom/scss/_modules.scss */
  .contact-book-arrow .size-70 p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
/* line 3992, templates/g5_hydrogen/custom/scss/_modules.scss */
.accred.moduletable {
  margin: 50px auto;
}
/* line 3994, templates/g5_hydrogen/custom/scss/_modules.scss */
.accred.moduletable .custom {
  margin: 50px 0 70px 0;
}
/* line 3997, templates/g5_hydrogen/custom/scss/_modules.scss */
.accred.moduletable ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
}
@media (max-width: 959px) {
  /* line 4002, templates/g5_hydrogen/custom/scss/_modules.scss */
  .accred.moduletable ul {
    flex-wrap: wrap;
  }
}
/* line 4005, templates/g5_hydrogen/custom/scss/_modules.scss */
.accred.moduletable ul li {
  list-style-type: none;
}
@media (max-width: 768px) {
  /* line 4007, templates/g5_hydrogen/custom/scss/_modules.scss */
  .accred.moduletable ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
/* line 4011, templates/g5_hydrogen/custom/scss/_modules.scss */
.accred.moduletable ul li img {
  width: 100%;
  height: 70px;
  width: auto;
}
@media (max-width: 1199px) {
  /* line 4015, templates/g5_hydrogen/custom/scss/_modules.scss */
  .accred.moduletable ul li img {
    height: 55px;
  }
}
@media (max-width: 959px) {
  /* line 4018, templates/g5_hydrogen/custom/scss/_modules.scss */
  .accred.moduletable ul li img {
    height: 40px;
  }
}
@media (max-width: 768px) {
  /* line 4021, templates/g5_hydrogen/custom/scss/_modules.scss */
  .accred.moduletable ul li img {
    height: 55px;
  }
}
/* line 4033, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 4034, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks .popup-parent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 4039, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div > a:not(.book), .custom.services-blocks > div > a:not(.popup) {
  padding-bottom: 0;
  height: auto;
}
@media (max-width: 768px) {
  /* line 4042, templates/g5_hydrogen/custom/scss/_modules.scss */
  .custom.services-blocks > div > a:not(.book), .custom.services-blocks > div > a:not(.popup) {
    padding-top: 105px;
  }
}
/* line 4046, templates/g5_hydrogen/custom/scss/_modules.scss */
.custom.services-blocks > div.serviceself a.popup {
  padding-bottom: 105px;
}
/* import breakpoints */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Values below are the default breakpoints
 but these values are user definable in style settings in the template
 so that is why the code below uses mixins to get the actual values from the template */
/* LARGE DESKTOP
 /* 75rem / 1200px and above*/
@media only all and (min-width: 100rem) {
}
/* DESKTOP & LARGE TABLET
 /* 60rem to 74.938rem / 960px to 1199px */
@media only all and (min-width: 80rem) and (max-width: 99.99rem) {
}
/* TABLET */
/* 48rem to 59.938rem / 768px to 959px */
@media only all and (min-width: 100%) and (max-width: 79.99rem) {
}
/* LARGE MOBILE */
/* 30rem to 47.938rem / 480px to 767px */
@media only all and (min-width: 100.01%) and (max-width: 99.99%) {
}
/* SMALL MOBILE */
/* 30rem / 480px and below */
@media only all and (max-width: 100%) {
}
/* line 4095, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 4096, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video {
  padding-top: 30px;
}
@media (max-width: 768px) {
  /* line 4099, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why.video {
    width: 100%;
    padding-top: 10px;
  }
}
/* line 4104, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video > div {
  padding: 0;
  box-shadow: none;
  background-color: #f7b624;
}
/* line 4109, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video > div:hover {
  background-color: #e4002b;
}
@media (max-width: 991px) {
  /* line 4113, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why.video > div {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  /* line 4117, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why.video > div {
    display: none;
  }
  /* line 4120, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why.video > div:nth-child(1), .why.video > div:nth-child(2), .why.video > div:nth-child(3) {
    display: block;
  }
  /* line 4126, templates/g5_hydrogen/custom/scss/_modules.scss */
  .why.video > div.open {
    display: block;
  }
}
/* line 4131, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video > div img {
  max-width: 100%;
  width: 100%;
  transform: none;
  position: relative;
  top: auto;
  left: auto;
}
/* line 4139, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video > div img.yt-btn {
  position: absolute;
  width: 70px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
  transform: translateY(-50%);
}
/* line 4151, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video > div h4 {
  position: relative;
  margin-top: 0;
  line-height: 1.2;
  padding: 14px 10px;
}
/* line 4158, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 4159, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video > div a.popup-youtube {
  display: inline-block;
}
/* line 4162, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video > div a.popup-youtube > div {
  position: relative;
}
/* line 4167, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video > div a:hover {
  text-decoration: none;
}
/* line 4170, templates/g5_hydrogen/custom/scss/_modules.scss */
.why.video > div a:hover h4 {
  background-color: #e4002b;
}
/* line 4179, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 4180, templates/g5_hydrogen/custom/scss/_modules.scss */
.drainage-videos.moduletable {
  margin: 100px 0 0px 0;
}
@media (max-width: 768px) {
  /* line 4183, templates/g5_hydrogen/custom/scss/_modules.scss */
  .drainage-videos.moduletable {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* line 4188, templates/g5_hydrogen/custom/scss/_modules.scss */
.drainage-videos.moduletable .button {
  display: none;
}
@media (max-width: 768px) {
  /* line 4191, templates/g5_hydrogen/custom/scss/_modules.scss */
  .drainage-videos.moduletable .button {
    display: inline-block;
    z-index: 1;
  }
}
/* line 4199, templates/g5_hydrogen/custom/scss/_modules.scss */
.mfp-container.mfp-iframe-holder {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 900px) {
  /* line 4202, templates/g5_hydrogen/custom/scss/_modules.scss */
  .mfp-container.mfp-iframe-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 4207, templates/g5_hydrogen/custom/scss/_modules.scss */
.mfp-container.mfp-iframe-holder .mfp-close {
  opacity: 1;
}
/* line 4215, templates/g5_hydrogen/custom/scss/_modules.scss */
.video-section {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 97rem;
  margin: auto;
}
@media (max-width: 1700px) {
  /* line 4222, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section {
    max-width: 80rem;
  }
}
@media (max-width: 768px) {
  /* line 4226, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* line 4231, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 4232, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section.center {
    text-align: left !important;
  }
}
/* line 4236, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 4237, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section.center p {
    text-align: left !important;
  }
}
/* line 4243, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 4244, templates/g5_hydrogen/custom/scss/_modules.scss */
.video-section .why.video {
  width: 100%;
}
/* line 4249, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 959px) {
  /* line 4250, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section .drainage-videos.moduletable {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  /* line 4255, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section .drainage-videos.moduletable {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 4260, templates/g5_hydrogen/custom/scss/_modules.scss */
.video-section .drainage-videos.moduletable.single {
  margin-top: 80px;
}
@media (max-width: 959px) {
  /* line 4263, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section .drainage-videos.moduletable.single {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  /* line 4268, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section .drainage-videos.moduletable.single {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
/* line 4276, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 4277, templates/g5_hydrogen/custom/scss/_modules.scss */
/* line 4278, templates/g5_hydrogen/custom/scss/_modules.scss */
.video-section .single .why.video {
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
}
@media (max-width: 768px) {
  /* line 4283, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section .single .why.video {
    max-width: 400px;
    margin-right: auto;
    padding-top: 10px;
  }
}
/* line 4289, templates/g5_hydrogen/custom/scss/_modules.scss */
.video-section .single .why.video > div {
  flex: 0 100%;
  max-width: 100%;
}
/* line 4296, templates/g5_hydrogen/custom/scss/_modules.scss */
.video-section .single .g-grid {
  align-items: center;
}
/* line 4299, templates/g5_hydrogen/custom/scss/_modules.scss */
@media (max-width: 768px) {
  /* line 4301, templates/g5_hydrogen/custom/scss/_modules.scss */
  .video-section .single .g-grid .size-40, .video-section .single .g-grid .size-50 {
    flex: 0 100%;
    width: 100%;
  }
}
/***************************
 ****************************
 NAME: _forms.scss
 SITE: Made up company
 DESCRIPTION: All form styles
 -------------------------------------
 AUTHOR: Charlotte Osborne
 DATE CREATED: 20/06/17
 LAST MODIFIED DATE:
 LAST MODIFIED BY:
 ****************************
 ***************************/
/* import breakpoints */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Values below are the default breakpoints
 but these values are user definable in style settings in the template
 so that is why the code below uses mixins to get the actual values from the template */
/* LARGE DESKTOP
 /* 75rem / 1200px and above*/
@media only all and (min-width: 100rem) {
}
/* DESKTOP & LARGE TABLET
 /* 60rem to 74.938rem / 960px to 1199px */
@media only all and (min-width: 80rem) and (max-width: 99.99rem) {
}
/* TABLET */
/* 48rem to 59.938rem / 768px to 959px */
@media only all and (min-width: 100%) and (max-width: 79.99rem) {
}
/* LARGE MOBILE */
/* 30rem to 47.938rem / 480px to 767px */
@media only all and (min-width: 100.01%) and (max-width: 99.99%) {
}
/* SMALL MOBILE */
/* 30rem / 480px and below */
@media only all and (max-width: 100%) {
}
/***************************
 ****************************
 NAME: _header.scss
 SITE: Made up company
 DESCRIPTION: All styles for the individual location pages
 -------------------------------------
 AUTHOR: Rachel Oliver
 DATE CREATED: 17/03/20
 LAST MODIFIED DATE: 07/02/23
 LAST MODIFIED BY: Becky Allenby
 ****************************
 ***************************/
/* line 21, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 22, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #national-accreditations, body.com_brightbeautiful.view-county #national-accreditations {
  margin: 60px auto 100px auto;
}
@media (max-width: 768px) {
  /* line 24, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #national-accreditations, body.com_brightbeautiful.view-county #national-accreditations {
    margin-bottom: 40px;
  }
}
/* line 27, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #national-accreditations h2, body.com_brightbeautiful.view-county #national-accreditations h2 {
  text-align: center;
}
/* line 30, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #national-accreditations .accred, body.com_brightbeautiful.view-county #national-accreditations .accred {
  margin: 50px auto;
}
/* line 32, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #national-accreditations .accred ul, body.com_brightbeautiful.view-county #national-accreditations .accred ul {
  margin: 50px 0 90px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 959px) {
  /* line 37, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #national-accreditations .accred ul, body.com_brightbeautiful.view-county #national-accreditations .accred ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  /* line 40, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #national-accreditations .accred ul, body.com_brightbeautiful.view-county #national-accreditations .accred ul {
    margin-bottom: 30px;
  }
}
/* line 43, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #national-accreditations .accred ul li, body.com_brightbeautiful.view-county #national-accreditations .accred ul li {
  list-style-type: none;
}
@media (max-width: 768px) {
  /* line 45, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #national-accreditations .accred ul li, body.com_brightbeautiful.view-county #national-accreditations .accred ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
/* line 49, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #national-accreditations .accred ul li img, body.com_brightbeautiful.view-county #national-accreditations .accred ul li img {
  width: auto;
  height: 70px;
}
@media (max-width: 1199px) {
  /* line 52, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #national-accreditations .accred ul li img, body.com_brightbeautiful.view-county #national-accreditations .accred ul li img {
    height: 55px;
  }
}
@media (max-width: 959px) {
  /* line 55, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #national-accreditations .accred ul li img, body.com_brightbeautiful.view-county #national-accreditations .accred ul li img {
    height: 40px;
  }
}
@media (max-width: 768px) {
  /* line 58, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #national-accreditations .accred ul li img, body.com_brightbeautiful.view-county #national-accreditations .accred ul li img {
    height: 55px;
  }
}
/* line 67, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .services-blocks, body.com_brightbeautiful.view-county .services-blocks {
  top: -50px;
  position: relative;
}
/* line 70, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .services-blocks > div.popup-parent, body.com_brightbeautiful.view-county .services-blocks > div.popup-parent {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 74, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .services-blocks > div.popup-parent a.book, body.com_brightbeautiful.view-county .services-blocks > div.popup-parent a.book {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
/* line 80, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .services-blocks > div.popup-parent:nth-child(1), body.com_brightbeautiful.view-county .services-blocks > div.popup-parent:nth-child(1), body.com_brightbeautiful.view-location .services-blocks > div.popup-parent:nth-child(2), body.com_brightbeautiful.view-county .services-blocks > div.popup-parent:nth-child(2), body.com_brightbeautiful.view-location .services-blocks > div.popup-parent:nth-child(3), body.com_brightbeautiful.view-county .services-blocks > div.popup-parent:nth-child(3) {
  margin-bottom: 130px;
}
@media (max-width: 959px) {
  /* line 84, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .services-blocks > div.popup-parent:nth-child(1), body.com_brightbeautiful.view-county .services-blocks > div.popup-parent:nth-child(1), body.com_brightbeautiful.view-location .services-blocks > div.popup-parent:nth-child(2), body.com_brightbeautiful.view-county .services-blocks > div.popup-parent:nth-child(2), body.com_brightbeautiful.view-location .services-blocks > div.popup-parent:nth-child(3), body.com_brightbeautiful.view-county .services-blocks > div.popup-parent:nth-child(3), body.com_brightbeautiful.view-location .services-blocks > div.popup-parent:nth-child(4), body.com_brightbeautiful.view-county .services-blocks > div.popup-parent:nth-child(4) {
    margin-bottom: 100px;
  }
}
@media (max-width: 600px) {
  /* line 89, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .services-blocks > div.popup-parent:nth-child(5), body.com_brightbeautiful.view-county .services-blocks > div.popup-parent:nth-child(5) {
    margin-bottom: 100px;
  }
}
/* line 95, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-container, body.com_brightbeautiful.view-county .location-container {
  max-width: 97rem;
  margin: auto;
  width: 97%;
}
@media (max-width: 1700px) {
  /* line 99, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-container, body.com_brightbeautiful.view-county .location-container {
    max-width: 80rem;
  }
}
@media {
  /* line 102, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-container, body.com_brightbeautiful.view-county .location-container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  /* line 107, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-container, body.com_brightbeautiful.view-county .location-container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 112, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-container .individual-regions, body.com_brightbeautiful.view-county .location-container .individual-regions {
  display: flex;
  flex-wrap: wrap;
}
/* line 115, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-container .individual-regions .region, body.com_brightbeautiful.view-county .location-container .individual-regions .region {
  flex: 0 20%;
}
@media (max-width: 959px) {
  /* line 117, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-container .individual-regions .region, body.com_brightbeautiful.view-county .location-container .individual-regions .region {
    flex: 0 50%;
  }
}
/* line 123, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header, body.com_brightbeautiful.view-county .location-header {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 700px;
  position: relative;
  padding-top: 100px;
  background-image: url('../images/location-header-image-v2.png');
  background-repeat: no-repeat;
  background-position: right bottom -150px;
  background-size: 950px;
  padding-bottom: 100px;
}
@media (max-width: 1350px) {
  /* line 138, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header, body.com_brightbeautiful.view-county .location-header {
    background-size: 850px;
  }
}
@media (max-width: 1199px) {
  /* line 141, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header, body.com_brightbeautiful.view-county .location-header {
    background-size: 750px;
  }
}
@media (max-width: 959px) {
  /* line 144, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header, body.com_brightbeautiful.view-county .location-header {
    background-size: 650px;
  }
}
@media (max-width: 768px) {
  /* line 147, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header, body.com_brightbeautiful.view-county .location-header {
    background-size: 585px;
  }
}
@media (max-width: 450px) {
  /* line 150, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header, body.com_brightbeautiful.view-county .location-header {
    background-size: 585px;
    background-position: right -150px bottom -150px;
  }
}
/* line 154, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-container, body.com_brightbeautiful.view-county .location-header .location-container {
  max-width: 97rem;
  margin: auto;
  width: 97%;
  z-index: 2;
}
@media (max-width: 1700px) {
  /* line 159, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-container, body.com_brightbeautiful.view-county .location-header .location-container {
    max-width: 80rem;
  }
}
@media (max-width: 1700px) {
  /* line 162, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-container, body.com_brightbeautiful.view-county .location-header .location-container {
    width: 90%;
  }
}
/* line 165, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-container .location-areas-link, body.com_brightbeautiful.view-county .location-header .location-container .location-areas-link {
  position: relative;
}
/* line 167, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-container .location-areas-link:before, body.com_brightbeautiful.view-county .location-header .location-container .location-areas-link:before {
  content: '\f3c5';
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 10px;
  font-size: 1.2rem;
}
/* line 174, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-container .location-areas-link:after, body.com_brightbeautiful.view-county .location-header .location-container .location-areas-link:after {
  content: '';
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  position: absolute;
  background-color: transparent;
  transition: 0.5s;
}
/* line 184, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-container .location-areas-link:hover, body.com_brightbeautiful.view-county .location-header .location-container .location-areas-link:hover {
  color: #e4002b;
}
/* line 186, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-container .location-areas-link:hover:after, body.com_brightbeautiful.view-county .location-header .location-container .location-areas-link:hover:after {
  background-color: #e4002b;
}
/* line 191, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-container h1, body.com_brightbeautiful.view-county .location-header .location-container h1 {
  font-size: 3rem;
}
@media (max-width: 959px) {
  /* line 193, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-container h1, body.com_brightbeautiful.view-county .location-header .location-container h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  /* line 196, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-container h1, body.com_brightbeautiful.view-county .location-header .location-container h1 {
    font-size: 2rem;
  }
  /* line 198, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-container h1 br, body.com_brightbeautiful.view-county .location-header .location-container h1 br {
    display: none;
  }
}
/* line 204, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-header-container, body.com_brightbeautiful.view-county .location-header .location-header-container {
  padding: 0;
  width: 95%;
}
/* line 207, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-header-container h1, body.com_brightbeautiful.view-county .location-header .location-header-container h1 {
  width: 50%;
  line-height: 3.2rem;
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  /* line 211, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-header-container h1, body.com_brightbeautiful.view-county .location-header .location-header-container h1 {
    width: 60%;
  }
}
@media (max-width: 959px) {
  /* line 214, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-header-container h1, body.com_brightbeautiful.view-county .location-header .location-header-container h1 {
    width: 75%;
    line-height: 2.8rem;
  }
}
@media (max-width: 768px) {
  /* line 218, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-header-container h1, body.com_brightbeautiful.view-county .location-header .location-header-container h1 {
    width: 90%;
    line-height: 2rem;
  }
}
/* line 223, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-header-container p, body.com_brightbeautiful.view-county .location-header .location-header-container p {
  width: 40%;
}
@media (max-width: 959px) {
  /* line 225, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-header-container p, body.com_brightbeautiful.view-county .location-header .location-header-container p {
    width: 70%;
  }
}
@media (max-width: 768px) {
  /* line 228, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-header-container p, body.com_brightbeautiful.view-county .location-header .location-header-container p {
    width: 100%;
  }
}
/* line 232, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-header-container > a, body.com_brightbeautiful.view-county .location-header .location-header-container > a {
  width: 20%;
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 235, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-header-container > a, body.com_brightbeautiful.view-county .location-header .location-header-container > a {
    min-width: 170px;
  }
}
/* line 238, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-header-container > a:before, body.com_brightbeautiful.view-county .location-header .location-header-container > a:before {
  background-color: #e4002b;
  height: 100%;
  width: 400px;
  content: '';
  left: -400px;
  position: absolute;
  top: 0;
}
/* line 247, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 248, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .location-header-container > a:hover:before, body.com_brightbeautiful.view-county .location-header .location-header-container > a:hover:before {
  background-color: #006ac6;
}
@media (max-width: 768px) {
  /* line 253, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header .location-header-container, body.com_brightbeautiful.view-county .location-header .location-header-container {
    width: 90%;
  }
}
/* line 257, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header .breadcrumbs, body.com_brightbeautiful.view-county .location-header .breadcrumbs {
  display: block;
}
/* line 261, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 262, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-housekeeping-difference .housekeeping-image, body.com_brightbeautiful.view-county #location-housekeeping-difference .housekeeping-image {
  position: absolute;
  right: 0;
}
@media (max-width: 959px) {
  /* line 265, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .housekeeping-image, body.com_brightbeautiful.view-county #location-housekeeping-difference .housekeeping-image {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}
/* line 270, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-housekeeping-difference .housekeeping-image .custom, body.com_brightbeautiful.view-county #location-housekeeping-difference .housekeeping-image .custom {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
@media (max-width: 959px) {
  /* line 276, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .housekeeping-image .custom, body.com_brightbeautiful.view-county #location-housekeeping-difference .housekeeping-image .custom {
    height: 500px;
  }
}
@media (max-width: 768px) {
  /* line 279, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .housekeeping-image .custom, body.com_brightbeautiful.view-county #location-housekeeping-difference .housekeeping-image .custom {
    height: 400px;
  }
}
/* line 284, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 959px) {
  /* line 285, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .size-50, body.com_brightbeautiful.view-county #location-housekeeping-difference .size-50 {
    width: 100%;
    max-width: 100%;
  }
  /* line 288, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .size-50:not(.housekeeping-image), body.com_brightbeautiful.view-county #location-housekeeping-difference .size-50:not(.housekeeping-image) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  /* line 294, templates/g5_hydrogen/custom/scss/_location.scss */
  /* line 295, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .size-50:not(.housekeeping-image) p, body.com_brightbeautiful.view-county #location-housekeeping-difference .size-50:not(.housekeeping-image) p {
    margin-bottom: 0;
  }
}
/* line 301, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-housekeeping-difference .quote.custom, body.com_brightbeautiful.view-county #location-housekeeping-difference .quote.custom {
  height: auto;
}
@media (max-width: 768px) {
  /* line 303, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .quote.custom, body.com_brightbeautiful.view-county #location-housekeeping-difference .quote.custom {
    text-align: center;
    padding-bottom: 35px;
  }
  /* line 306, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .quote.custom p, body.com_brightbeautiful.view-county #location-housekeeping-difference .quote.custom p {
    line-height: 1.3;
  }
}
/* line 311, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 312, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-housekeeping-difference .pillars li, body.com_brightbeautiful.view-county #location-housekeeping-difference .pillars li {
  flex: 0 39%;
}
@media (max-width: 959px) {
  /* line 314, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .pillars li, body.com_brightbeautiful.view-county #location-housekeeping-difference .pillars li {
    flex: 0 48%;
  }
}
@media (max-width: 768px) {
  /* line 318, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .pillars, body.com_brightbeautiful.view-county #location-housekeeping-difference .pillars {
    margin-bottom: 40px;
  }
}
@media (max-width: 959px) {
  /* line 323, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .location-container, body.com_brightbeautiful.view-county #location-housekeeping-difference .location-container {
    display: block;
    padding: 0;
  }
}
@media (max-width: 959px) {
  /* line 329, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-housekeeping-difference .location-container, body.com_brightbeautiful.view-county #location-housekeeping-difference .location-container {
    width: 100%;
  }
}
/* line 335, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry, body.com_brightbeautiful.view-county #location-send-enquiry {
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  width: 700px;
  margin: auto;
  top: -50px;
  z-index: 2;
  position: relative;
  padding: 40px 50px 0 50px;
}
@media (max-width: 959px) {
  /* line 344, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry, body.com_brightbeautiful.view-county #location-send-enquiry {
    width: 90%;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  /* line 348, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry, body.com_brightbeautiful.view-county #location-send-enquiry {
    padding: 30px 40px 0 40px;
  }
}
@media (max-width: 450px) {
  /* line 351, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry, body.com_brightbeautiful.view-county #location-send-enquiry {
    padding: 30px 30px 60px 30px;
  }
}
/* line 354, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry h2, body.com_brightbeautiful.view-county #location-send-enquiry h2 {
  margin-top: 0;
}
/* line 357, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .links, body.com_brightbeautiful.view-county #location-send-enquiry .links {
  margin-bottom: 20px;
  font-size: 2rem;
}
/* line 360, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .links a.enquiry, body.com_brightbeautiful.view-county #location-send-enquiry .links a.enquiry {
  margin: 0 40px 0 0;
}
@media (max-width: 768px) {
  /* line 362, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry .links a.enquiry, body.com_brightbeautiful.view-county #location-send-enquiry .links a.enquiry {
    display: block;
  }
}
@media (max-width: 450px) {
  /* line 365, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry .links a.enquiry, body.com_brightbeautiful.view-county #location-send-enquiry .links a.enquiry {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
/* line 369, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .links a.enquiry:before, body.com_brightbeautiful.view-county #location-send-enquiry .links a.enquiry:before {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  margin-right: 15px;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  transition: 0.5s;
  vertical-align: text-bottom;
}
@media (max-width: 768px) {
  /* line 378, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry .links a.enquiry:before, body.com_brightbeautiful.view-county #location-send-enquiry .links a.enquiry:before {
    font-size: 1.2rem;
  }
}
/* line 382, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .links a.enquiry:after, body.com_brightbeautiful.view-county #location-send-enquiry .links a.enquiry:after {
  display: none;
}
/* line 385, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .links a.enquiry:hover, body.com_brightbeautiful.view-county #location-send-enquiry .links a.enquiry:hover {
  color: #e4002b;
}
/* line 387, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .links a.enquiry:hover:before, body.com_brightbeautiful.view-county #location-send-enquiry .links a.enquiry:hover:before {
  transform: rotate(90deg);
}
/* line 392, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .links .telephone, body.com_brightbeautiful.view-county #location-send-enquiry .links .telephone {
  pointer-events: none;
  color: black;
  vertical-align: middle;
}
@media (max-width: 768px) {
  /* line 396, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry .links .telephone, body.com_brightbeautiful.view-county #location-send-enquiry .links .telephone {
    pointer-events: all;
    color: #e4002b;
    display: block;
  }
}
@media (max-width: 450px) {
  /* line 401, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry .links .telephone, body.com_brightbeautiful.view-county #location-send-enquiry .links .telephone {
    font-size: 1.6rem;
  }
}
/* line 404, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .links .telephone:before, body.com_brightbeautiful.view-county #location-send-enquiry .links .telephone:before {
  content: '\f879';
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  font-weight: 700;
  font-size: 1.2rem;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  /* line 411, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry .links .telephone:before, body.com_brightbeautiful.view-county #location-send-enquiry .links .telephone:before {
    font-size: 1rem;
  }
}
/* line 417, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .photo, body.com_brightbeautiful.view-county #location-send-enquiry .photo {
  width: auto;
  display: flex;
  align-items: flex-end;
  flex: 0 35%;
}
@media (max-width: 450px) {
  /* line 422, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry .photo, body.com_brightbeautiful.view-county #location-send-enquiry .photo {
    max-width: 150px;
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
/* line 428, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .photo img, body.com_brightbeautiful.view-county #location-send-enquiry .photo img {
  flex-shrink: 0;
}
/* line 432, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .location-block-content, body.com_brightbeautiful.view-county #location-send-enquiry .location-block-content {
  display: flex;
}
/* line 434, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .location-block-content .left, body.com_brightbeautiful.view-county #location-send-enquiry .location-block-content .left {
  flex: 0 75%;
}
@media (max-width: 768px) {
  /* line 436, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry .location-block-content .left, body.com_brightbeautiful.view-county #location-send-enquiry .location-block-content .left {
    flex: 0 100%;
    z-index: 2;
  }
}
/* line 440, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .location-block-content .left .opening, body.com_brightbeautiful.view-county #location-send-enquiry .location-block-content .left .opening {
  padding-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 450px) {
  /* line 443, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry .location-block-content .left .opening, body.com_brightbeautiful.view-county #location-send-enquiry .location-block-content .left .opening {
    width: 60%;
  }
}
/* line 446, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry .location-block-content .left .opening h4, body.com_brightbeautiful.view-county #location-send-enquiry .location-block-content .left .opening h4 {
  margin-bottom: 10px;
}
/* line 452, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry > img, body.com_brightbeautiful.view-county #location-send-enquiry > img {
  position: absolute;
  top: -60px;
  width: 100px;
  right: 15px;
}
@media (max-width: 450px) {
  /* line 457, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry > img, body.com_brightbeautiful.view-county #location-send-enquiry > img {
    width: 80px;
    top: -40px;
  }
}
/* line 463, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care, body.com_brightbeautiful.view-county #location-how-we-care {
  padding-top: 60px;
}
@media (max-width: 768px) {
  /* line 465, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-how-we-care, body.com_brightbeautiful.view-county #location-how-we-care {
    padding-top: 40px;
  }
}
/* line 468, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services, body.com_brightbeautiful.view-county #location-how-we-care .services {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  /* line 472, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-how-we-care .services, body.com_brightbeautiful.view-county #location-how-we-care .services {
    margin-bottom: 0;
  }
}
/* line 475, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li, body.com_brightbeautiful.view-county #location-how-we-care .services > li {
  list-style-type: none;
  flex: 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding: 20px 5px 20px 70px;
}
@media (max-width: 959px) {
  /* line 484, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-how-we-care .services > li, body.com_brightbeautiful.view-county #location-how-we-care .services > li {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  /* line 487, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-how-we-care .services > li, body.com_brightbeautiful.view-county #location-how-we-care .services > li {
    padding-top: 5px;
    padding-left: 50px;
    padding-right: 5px;
    padding-bottom: 10px;
    line-height: 1.2;
  }
}
/* line 494, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li a, body.com_brightbeautiful.view-county #location-how-we-care .services > li a {
  display: inline-block;
}
/* line 496, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li a:after, body.com_brightbeautiful.view-county #location-how-we-care .services > li a:after {
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: 0.5s;
  content: '';
  left: 0;
}
@media (max-width: 768px) {
  /* line 505, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-how-we-care .services > li a:after, body.com_brightbeautiful.view-county #location-how-we-care .services > li a:after {
    display: none;
  }
}
/* line 509, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li a:hover:after, body.com_brightbeautiful.view-county #location-how-we-care .services > li a:hover:after {
  bottom: -2px;
  background-color: #e4002b;
}
/* line 514, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li span, body.com_brightbeautiful.view-county #location-how-we-care .services > li span {
  display: block;
}
/* line 517, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li:before {
  width: 50px;
  height: 50px;
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  /* line 527, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-how-we-care .services > li:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li:before {
    width: 35px;
    height: 35px;
  }
}
/* line 532, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 534, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.home-cleaning:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.home-cleaning:before {
  background-image: url('../../../../images/icons/home.svg');
}
/* line 539, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 541, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.in-home-ironing:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.in-home-ironing:before {
  background-image: url('../../../../images/icons/inhome-ironing.svg');
}
/* line 546, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 548, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.laundry:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.laundry:before {
  background-image: url('../../../../images/icons/washing-machine.svg');
}
/* line 553, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 555, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.off-site-ironing:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.off-site-ironing:before {
  background-image: url('../../../../images/icons/offsite-ironing.svg');
}
/* line 560, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 562, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.holiday-letting:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.holiday-letting:before {
  background-image: url('../../../../images/icons/holiday-letting.svg');
}
/* line 567, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 569, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.end-of-tenancy-clean:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.end-of-tenancy-clean:before {
  background-image: url('../../../../images/icons/house-sales.svg');
}
/* line 574, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 576, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.ironing:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.ironing:before {
  background-image: url('../../../../images/icons/iron.svg');
}
/* line 581, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 583, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.regular-clean:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.regular-clean:before {
  background-image: url('../../../../images/icons/regular-clean.svg');
}
/* line 588, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 590, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.post-build-clean:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.post-build-clean:before {
  background-image: url('../../../../images/icons/post-build.svg');
}
/* line 595, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 597, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.one-off-clean-deep-clean:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.one-off-clean-deep-clean:before {
  background-image: url('../../../../images/icons/deep-clean-icon.svg');
}
/* line 602, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 604, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.laundry-pick-up:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.laundry-pick-up:before {
  background-image: url('../../../../images/icons/laundry-pickup.svg');
}
/* line 609, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 611, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-how-we-care .services > li.laundry-drop-off:before, body.com_brightbeautiful.view-county #location-how-we-care .services > li.laundry-drop-off:before {
  background-image: url('../../../../images/icons/laundry-dropoff.svg');
}
/* line 619, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 620, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 768px) {
  /* line 621, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-how-we-care .g-grid .g-block, body.com_brightbeautiful.view-county #location-how-we-care .g-grid .g-block {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 628, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit, body.com_brightbeautiful.view-county #location-arrange-visit {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
@media (max-width: 959px) {
  /* line 632, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit, body.com_brightbeautiful.view-county #location-arrange-visit {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  /* line 635, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit, body.com_brightbeautiful.view-county #location-arrange-visit {
    margin-top: 20px;
  }
}
/* line 638, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form, body.com_brightbeautiful.view-county #location-arrange-visit .location-form {
  background-color: #006ac6;
  position: relative;
  padding-top: 10px;
  max-width: 50%;
  padding-top: 60px;
  padding: 60px;
}
@media (max-width: 959px) {
  /* line 647, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-form, body.com_brightbeautiful.view-county #location-arrange-visit .location-form {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    margin-top: 50px;
  }
  /* line 652, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-form:before, body.com_brightbeautiful.view-county #location-arrange-visit .location-form:before {
    height: 100%;
    width: 1000px;
    left: -1000px;
    content: '';
    position: absolute;
    background-color: #006ac6;
    top: 0;
  }
}
@media (max-width: 768px) {
  /* line 662, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-form, body.com_brightbeautiful.view-county #location-arrange-visit .location-form {
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
    padding-bottom: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 670, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form:after, body.com_brightbeautiful.view-county #location-arrange-visit .location-form:after {
  height: 100%;
  width: 1000px;
  right: -1000px;
  content: '';
  position: absolute;
  background-color: #006ac6;
  top: 0;
}
/* line 679, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form {
  width: 80%;
  margin: auto;
}
@media (max-width: 450px) {
  /* line 682, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-form form, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form {
    width: 95%;
  }
}
/* line 685, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .field, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .field {
  margin-bottom: 20px;
  position: relative;
}
/* line 688, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .field .custom-error, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .field .custom-error {
  color: white !important;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.9rem;
}
/* line 694, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .field .custom-error:before, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .field .custom-error:before {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  vertical-align: top;
}
/* line 701, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 702, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .field.error:after, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .field.error:after {
  content: '\f06a';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  z-index: 2;
  bottom: 3px;
  color: #e4002b;
  font-size: 1.8rem;
  right: 15px;
  width: 30px;
  left: auto;
}
/* line 717, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .fields, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .fields {
  margin-bottom: 0;
}
/* line 720, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form label, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form label {
  font-family: bebas-neue-pro-expanded, sans-serif;
  color: white;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-weight: normal;
  font-size: 0.9rem;
}
/* line 727, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form label:after, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form label:after {
  display: none;
}
@media (max-width: 768px) {
  /* line 730, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-form form label, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form label {
    font-size: 1rem;
  }
}
/* line 734, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form input, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form input, body.com_brightbeautiful.view-location #location-arrange-visit .location-form form textarea, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form textarea, body.com_brightbeautiful.view-location #location-arrange-visit .location-form form select, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form select, body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .dropdown, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .dropdown {
  border-radius: 0;
  background-color: white;
  border: 0;
  box-shadow: none;
  font-size: 1.2rem;
  color: black;
  position: relative;
  z-index: 1;
  font-family: bebas-neue-pro-expanded, sans-serif;
}
/* line 745, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form select, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form select {
  position: inherit;
}
/* line 749, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .text, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .text {
  vertical-align: text-bottom;
}
/* line 752, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .dropdown, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .dropdown {
  position: relative;
  z-index: 3;
}
/* line 756, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .dropdown.icon, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .dropdown.icon {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  top: 15px;
  right: 0;
  padding: 0;
}
/* line 763, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form p, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form p {
  color: white;
  position: absolute;
  bottom: -120px;
  right: 0;
}
/* line 768, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form p a, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form p a {
  color: white;
  text-decoration: underline;
}
/* line 795, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form button, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form button {
  font-family: bebas-neue-pro-expanded, sans-serif;
  margin-right: 0;
  background-color: white;
  color: #e4002b;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 17px;
  width: 150px;
  float: right;
  border-radius: 0;
  font-weight: 700;
}
/* line 810, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form button:hover, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form button:hover {
  color: #006ac6;
}
/* line 815, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 816, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .error .custom-error, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .error .custom-error {
  display: none !important;
}
/* line 819, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form form .error:after, body.com_brightbeautiful.view-county #location-arrange-visit .location-form form .error:after {
  color: white;
  font-size: 1.2rem;
  left: -30px;
  bottom: -3px;
  right: auto;
}
/* line 829, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form .photo, body.com_brightbeautiful.view-county #location-arrange-visit .location-form .photo {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  width: 90%;
  padding-left: 10%;
  display: none;
}
/* line 837, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form .photo p, body.com_brightbeautiful.view-county #location-arrange-visit .location-form .photo p {
  color: white;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1rem;
}
/* line 844, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form .photo img, body.com_brightbeautiful.view-county #location-arrange-visit .location-form .photo img {
  max-width: 150px;
}
/* line 847, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form .photo .one, body.com_brightbeautiful.view-county #location-arrange-visit .location-form .photo .one, body.com_brightbeautiful.view-location #location-arrange-visit .location-form .photo .two, body.com_brightbeautiful.view-county #location-arrange-visit .location-form .photo .two, body.com_brightbeautiful.view-location #location-arrange-visit .location-form .photo .three, body.com_brightbeautiful.view-county #location-arrange-visit .location-form .photo .three {
  display: none;
  align-items: flex-end;
}
/* line 851, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-form .photo .person.selected, body.com_brightbeautiful.view-county #location-arrange-visit .location-form .photo .person.selected {
  display: flex !important;
}
/* line 856, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text {
  padding: 50px 70px 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-width: 60%;
}
@media (max-width: 959px) {
  /* line 862, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text {
    padding-right: 0px;
    padding-bottom: 0;
    flex: 0 100%;
    max-width: 100%;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  /* line 869, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text {
    display: block;
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
/* line 876, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text h2, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text h2 {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 3rem;
  background-color: #f2f2f2;
  position: relative;
  padding: 15px 30px 15px 0;
  width: 70%;
}
@media (max-width: 1199px) {
  /* line 884, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text h2, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text h2 {
    width: 85%;
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
}
/* line 890, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text h2:after, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text h2:after {
  display: block;
  left: 100%;
  top: 0;
  content: " ";
  height: 100%;
  width: 60px;
  position: absolute;
  pointer-events: none;
  background-image: url('../images/grey-arrow.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
@media (max-width: 959px) {
  /* line 903, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text h2:after, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text h2:after {
    display: none;
  }
}
/* line 907, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text h2:before, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text h2:before {
  content: '';
  width: 1000px;
  right: 0;
  position: absolute;
  background-color: #f2f2f2;
  height: 100%;
  z-index: -1;
  top: 0;
}
@media (max-width: 959px) {
  /* line 916, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text h2:before, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text h2:before {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 920, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text h2, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text h2 {
    line-height: 1.2;
  }
}
/* line 924, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text p, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text p {
  margin-bottom: 0;
}
/* line 928, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .telephone, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .telephone {
  pointer-events: none;
  color: black;
  font-size: 3rem;
  margin-top: 0px;
  display: block;
  line-height: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  /* line 936, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .telephone, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .telephone {
    pointer-events: all;
    color: #e4002b;
  }
  /* line 939, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .telephone:after, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .telephone:after {
    display: none;
  }
}
/* line 944, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner {
  position: relative;
}
@media (max-width: 768px) {
  /* line 946, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner {
    margin-bottom: 70px;
  }
}
/* line 949, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 950, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner span p, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner span p {
  color: #e4002b;
  font-weight: 700;
  font-size: 1rem;
}
/* line 956, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner .photo, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
  background-color: white;
}
@media (max-width: 959px) {
  /* line 965, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner .photo, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner .photo {
    position: relative;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 969, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner .photo, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner .photo {
    position: absolute;
  }
}
/* line 972, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner .photo img, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner .photo img {
  height: 100%;
  width: auto;
  max-width: initial;
  margin: auto;
  position: relative;
  right: 50%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
/* line 985, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner p, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner p {
  margin-top: 0;
}
/* line 988, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner ul:not(.social), body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner ul:not(.social) {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 993, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner ul:not(.social) li, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner ul:not(.social) li {
  list-style-type: none;
  margin-bottom: 10px;
  flex: 0 48%;
  max-width: 48%;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 450px) {
  /* line 1003, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner ul:not(.social) li, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner ul:not(.social) li {
    flex: 0 100%;
    max-width: 100%;
  }
}
/* line 1007, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .location-arrange-text-inner ul:not(.social) li:before, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .location-arrange-text-inner ul:not(.social) li:before {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  color: #e4002b;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1021, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .single-review, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .single-review {
  width: 100%;
  padding-left: 70px;
  position: relative;
  margin-top: 70px;
}
@media (max-width: 959px) {
  /* line 1026, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .single-review, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .single-review {
    margin-top: 30px;
  }
}
/* line 1029, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .single-review:before, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .single-review:before {
  content: '';
  background-image: url('../images/quote-marks.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 1px;
  left: 20px;
  transform: translateX(-50%);
}
/* line 1042, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1043, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .single-review .review p, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .single-review .review p {
  margin: 0;
  font-style: italic;
}
/* line 1046, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text .single-review .review p.testimonial-author, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text .single-review .review p.testimonial-author {
  display: none;
}
/* line 1052, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text > a, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text > a {
  color: #006ac6;
  font-weight: 700;
  font-size: 1.3rem;
  padding-right: 25px;
  position: relative;
  margin-left: 70px;
  margin-top: 25px;
}
/* line 1060, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text > a:after, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text > a:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 0;
  top: 4px;
  left: auto;
  width: auto;
  font-size: 1.1rem;
  height: auto;
}
/* line 1071, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text > a:hover, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text > a:hover {
  color: #e4002b;
}
/* line 1073, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-arrange-visit .location-arrange-text > a:hover:after, body.com_brightbeautiful.view-county #location-arrange-visit .location-arrange-text > a:hover:after {
  background-color: transparent;
}
/* line 1079, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 768px) {
  /* line 1080, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-arrange-visit .location-container, body.com_brightbeautiful.view-county #location-arrange-visit .location-container {
    display: block;
  }
}
/* line 1085, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description, body.com_brightbeautiful.view-county #location-description {
  position: relative;
  z-index: 2;
}
/* line 1088, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description .location-container, body.com_brightbeautiful.view-county #location-description .location-container {
  min-height: 700px;
}
@media (max-width: 768px) {
  /* line 1090, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-container, body.com_brightbeautiful.view-county #location-description .location-container {
    flex-direction: column-reverse;
  }
}
/* line 1093, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description .location-container .size-55, body.com_brightbeautiful.view-county #location-description .location-container .size-55 {
  background-color: #f2f2f2;
  position: relative;
  padding-right: 60px;
  padding-top: 40px;
  margin-right: 5%;
  max-width: 55%;
}
@media (max-width: 768px) {
  /* line 1100, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-container .size-55, body.com_brightbeautiful.view-county #location-description .location-container .size-55 {
    flex: 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  /* line 1106, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-container .size-55:after, body.com_brightbeautiful.view-county #location-description .location-container .size-55:after {
    position: absolute;
    right: -1000px;
    width: 1000px;
    content: '';
    background-color: #f2f2f2;
    height: 100%;
    top: 0;
  }
}
/* line 1116, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description .location-container .size-55:before, body.com_brightbeautiful.view-county #location-description .location-container .size-55:before {
  position: absolute;
  left: -1000px;
  width: 1000px;
  content: '';
  background-color: #f2f2f2;
  height: 100%;
  top: 0;
}
/* line 1125, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description .location-container .size-55 .service-usps, body.com_brightbeautiful.view-county #location-description .location-container .size-55 .service-usps {
  width: 70%;
  padding-bottom: 100px;
  margin-top: 50px;
}
@media (max-width: 959px) {
  /* line 1129, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-container .size-55 .service-usps, body.com_brightbeautiful.view-county #location-description .location-container .size-55 .service-usps {
    width: 80%;
  }
}
@media (max-width: 768px) {
  /* line 1132, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-container .size-55 .service-usps, body.com_brightbeautiful.view-county #location-description .location-container .size-55 .service-usps {
    width: 100%;
  }
}
/* line 1135, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1136, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1137, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 959px) {
  /* line 1138, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-container .size-55 .service-usps.custom ul li, body.com_brightbeautiful.view-county #location-description .location-container .size-55 .service-usps.custom ul li {
    flex: 0 49%;
    margin-bottom: 20px;
  }
}
/* line 1145, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description .location-container .size-55 .service-usps a, body.com_brightbeautiful.view-county #location-description .location-container .size-55 .service-usps a {
  width: 50%;
  margin: auto;
}
@media (max-width: 1199px) {
  /* line 1150, templates/g5_hydrogen/custom/scss/_location.scss */
  /* line 1151, templates/g5_hydrogen/custom/scss/_location.scss */
  /* line 1152, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-container .size-55 .service-usps ul li img, body.com_brightbeautiful.view-county #location-description .location-container .size-55 .service-usps ul li img {
    max-width: 100px;
  }
}
/* line 1161, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description .location-description-image, body.com_brightbeautiful.view-county #location-description .location-description-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  padding-bottom: 120px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 959px) {
  /* line 1169, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-description-image, body.com_brightbeautiful.view-county #location-description .location-description-image {
    padding-bottom: 70px;
  }
}
/* line 1172, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description .location-description-image .image, body.com_brightbeautiful.view-county #location-description .location-description-image .image {
  height: 500px;
  background-size: cover;
}
@media (max-width: 768px) {
  /* line 1175, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-description-image .image, body.com_brightbeautiful.view-county #location-description .location-description-image .image {
    min-height: 300px;
    height: 300px;
    background-position: center;
  }
}
@media (max-width: 768px) {
  /* line 1182, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .location-description-image, body.com_brightbeautiful.view-county #location-description .location-description-image {
    position: relative;
    width: 100%;
    flex: 0 100%;
    padding-bottom: 20px;
  }
}
/* line 1190, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description .size-40, body.com_brightbeautiful.view-county #location-description .size-40 {
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 80px;
  max-width: 40%;
}
@media (max-width: 959px) {
  /* line 1195, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .size-40, body.com_brightbeautiful.view-county #location-description .size-40 {
    padding-right: 0;
  }
  /* line 1197, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .size-40 h2, body.com_brightbeautiful.view-county #location-description .size-40 h2 {
    line-height: 2.6rem;
  }
}
@media (max-width: 768px) {
  /* line 1201, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .size-40, body.com_brightbeautiful.view-county #location-description .size-40 {
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  /* line 1208, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-description .size-40 h2, body.com_brightbeautiful.view-county #location-description .size-40 h2 {
    text-align: center;
    line-height: normal;
  }
}
/* line 1214, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social, body.com_brightbeautiful.view-county #location-description ul.social {
  margin-left: 0;
  margin-top: 50px;
}
/* line 1217, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li, body.com_brightbeautiful.view-county #location-description ul.social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
/* line 1222, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li:before, body.com_brightbeautiful.view-county #location-description ul.social li:before {
  display: none;
}
/* line 1225, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li a, body.com_brightbeautiful.view-county #location-description ul.social li a {
  bottom: 0;
  transition: 0.5s;
  display: block;
  position: relative;
}
/* line 1230, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li a:before, body.com_brightbeautiful.view-county #location-description ul.social li a:before {
  font-family: "Font Awesome 5 Pro";
}
/* line 1233, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li a#download, body.com_brightbeautiful.view-county #location-description ul.social li a#download {
  background-color: transparent;
  color: #006ac6;
  box-shadow: none;
  vertical-align: text-bottom;
  padding: 0;
  bottom: auto;
  margin-bottom: 0;
  top: 0;
  top: -12px;
  margin-left: 15px;
}
/* line 1246, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1247, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li.Facebook a, body.com_brightbeautiful.view-county #location-description ul.social li.Facebook a {
  background-image: url('../../../../images/icons/facebook.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  display: block;
  color: #006ac6;
}
/* line 1255, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li.Facebook a:hover, body.com_brightbeautiful.view-county #location-description ul.social li.Facebook a:hover {
  bottom: 5px;
}
/* line 1258, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li.Facebook a:after, body.com_brightbeautiful.view-county #location-description ul.social li.Facebook a:after {
  display: none;
}
/* line 1263, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1264, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li.Twitter a, body.com_brightbeautiful.view-county #location-description ul.social li.Twitter a {
  background-image: url('../../../../images/icons/twitter.svg');
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  display: block;
  background-color: #006ac6;
  border-radius: 50px;
}
/* line 1274, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li.Twitter a:hover, body.com_brightbeautiful.view-county #location-description ul.social li.Twitter a:hover {
  bottom: 5px;
}
/* line 1277, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-description ul.social li.Twitter a:after, body.com_brightbeautiful.view-county #location-description ul.social li.Twitter a:after {
  display: none;
}
/* line 1285, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places, body.com_brightbeautiful.view-county #location-places {
  padding: 50px 0 100px 0;
}
@media (max-width: 768px) {
  /* line 1287, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places, body.com_brightbeautiful.view-county #location-places {
    padding-bottom: 90px;
  }
}
/* line 1290, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .placenames, body.com_brightbeautiful.view-county #location-places .placenames, body.com_brightbeautiful.view-location #location-places .hidden-locations, body.com_brightbeautiful.view-county #location-places .hidden-locations {
  margin-left: 0;
  flex-wrap: wrap;
  display: flex;
  margin: 0;
  padding-left: 70px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  /* line 1297, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .placenames, body.com_brightbeautiful.view-county #location-places .placenames, body.com_brightbeautiful.view-location #location-places .hidden-locations, body.com_brightbeautiful.view-county #location-places .hidden-locations {
    padding-left: 20px;
    padding-top: 25px;
  }
}
/* line 1301, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .placenames li, body.com_brightbeautiful.view-county #location-places .placenames li, body.com_brightbeautiful.view-location #location-places .hidden-locations li, body.com_brightbeautiful.view-county #location-places .hidden-locations li {
  flex: 0 33%;
  list-style-type: none;
  display: inline-block;
  margin: 10px 0px 15px 0px;
  position: relative;
  padding-left: 20px;
  font-size: 1.3rem;
}
@media (max-width: 959px) {
  /* line 1309, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .placenames li, body.com_brightbeautiful.view-county #location-places .placenames li, body.com_brightbeautiful.view-location #location-places .hidden-locations li, body.com_brightbeautiful.view-county #location-places .hidden-locations li {
    margin: 20px 0;
    flex: 0 50%;
    width: 50%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  /* line 1315, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .placenames li, body.com_brightbeautiful.view-county #location-places .placenames li, body.com_brightbeautiful.view-location #location-places .hidden-locations li, body.com_brightbeautiful.view-county #location-places .hidden-locations li {
    margin: 10px 0;
  }
}
/* line 1318, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .placenames li:before, body.com_brightbeautiful.view-county #location-places .placenames li:before, body.com_brightbeautiful.view-location #location-places .hidden-locations li:before, body.com_brightbeautiful.view-county #location-places .hidden-locations li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 0.4rem;
  position: absolute;
  left: 0px;
  top: 12px;
}
@media (max-width: 768px) {
  /* line 1326, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .placenames li:before, body.com_brightbeautiful.view-county #location-places .placenames li:before, body.com_brightbeautiful.view-location #location-places .hidden-locations li:before, body.com_brightbeautiful.view-county #location-places .hidden-locations li:before {
    left: 0;
  }
}
/* line 1339, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .show-more-locations, body.com_brightbeautiful.view-county #location-places .show-more-locations {
  color: #006ac6;
  cursor: pointer;
  text-align: left;
  margin-top: 20px;
  padding-left: 90px;
  font-weight: 700;
  transition: 0.5s;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  /* line 1348, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .show-more-locations, body.com_brightbeautiful.view-county #location-places .show-more-locations {
    padding-left: 42px;
  }
}
/* line 1351, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .show-more-locations:after, body.com_brightbeautiful.view-county #location-places .show-more-locations:after {
  content: '\f063';
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  font-weight: 400;
}
/* line 1358, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1359, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .show-more-locations.open:after, body.com_brightbeautiful.view-county #location-places .show-more-locations.open:after {
  content: '\f062';
}
/* line 1363, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .show-more-locations:hover, body.com_brightbeautiful.view-county #location-places .show-more-locations:hover {
  color: #e4002b;
}
/* line 1367, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .hidden-locations, body.com_brightbeautiful.view-county #location-places .hidden-locations {
  display: none;
  padding-top: 0 !important;
}
/* line 1370, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .hidden-locations .hidden, body.com_brightbeautiful.view-county #location-places .hidden-locations .hidden {
  display: inline-block !important;
  visibility: visible;
  width: 33%;
}
/* line 1376, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .size-25, body.com_brightbeautiful.view-county #location-places .size-25 {
  padding-right: 50px;
  padding-top: 45px;
  max-width: 25%;
}
@media (max-width: 1199px) {
  /* line 1380, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .size-25, body.com_brightbeautiful.view-county #location-places .size-25 {
    flex: 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 959px) {
  /* line 1384, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .size-25, body.com_brightbeautiful.view-county #location-places .size-25 {
    flex: 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  /* line 1388, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .size-25, body.com_brightbeautiful.view-county #location-places .size-25 {
    flex: 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
/* line 1395, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .size-25 h3, body.com_brightbeautiful.view-county #location-places .size-25 h3 {
  line-height: 2.2rem;
}
/* line 1399, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-places .size-75, body.com_brightbeautiful.view-county #location-places .size-75 {
  background-color: #f2f2f2;
  border-top: 10px solid #f7b624;
  padding-bottom: 70px;
  position: relative;
  max-width: 75%;
}
@media (max-width: 1199px) {
  /* line 1405, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .size-75, body.com_brightbeautiful.view-county #location-places .size-75 {
    flex: 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 959px) {
  /* line 1409, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .size-75, body.com_brightbeautiful.view-county #location-places .size-75 {
    flex: 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  /* line 1413, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-places .size-75, body.com_brightbeautiful.view-county #location-places .size-75 {
    flex: 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
}
/* line 1441, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback, body.com_brightbeautiful.view-county #location-feedback {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  /* line 1443, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-feedback, body.com_brightbeautiful.view-county #location-feedback {
    margin-bottom: 40px;
  }
}
/* line 1446, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .size-45, body.com_brightbeautiful.view-county #location-feedback .size-45 {
  position: relative;
}
@media (max-width: 959px) {
  /* line 1448, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-feedback .size-45, body.com_brightbeautiful.view-county #location-feedback .size-45 {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 1453, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .size-55, body.com_brightbeautiful.view-county #location-feedback .size-55 {
  flex: 0 100%;
  width: 100%;
}
@media (max-width: 959px) {
  /* line 1456, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-feedback .size-55, body.com_brightbeautiful.view-county #location-feedback .size-55 {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 1460, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .size-55.half-width, body.com_brightbeautiful.view-county #location-feedback .size-55.half-width {
  flex: 0 55%;
  width: 55%;
}
@media (max-width: 959px) {
  /* line 1463, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-feedback .size-55.half-width, body.com_brightbeautiful.view-county #location-feedback .size-55.half-width {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 1469, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback div.video, body.com_brightbeautiful.view-county #location-feedback div.video {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -50px;
}
@media (max-width: 959px) {
  /* line 1474, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-feedback div.video, body.com_brightbeautiful.view-county #location-feedback div.video {
    position: relative;
    top: auto;
    margin-top: 30px;
  }
}
/* line 1479, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback div.video iframe, body.com_brightbeautiful.view-county #location-feedback div.video iframe {
  width: 100%;
}
/* line 1483, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .slider, body.com_brightbeautiful.view-county #location-feedback .slider {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 768px) {
  /* line 1486, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-feedback .slider, body.com_brightbeautiful.view-county #location-feedback .slider {
    padding-right: 0;
    padding-top: 25px;
  }
}
/* line 1491, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .slider .slick-next, body.com_brightbeautiful.view-county #location-feedback .slider .slick-next {
  right: 10px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  /* line 1494, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-feedback .slider .slick-next, body.com_brightbeautiful.view-county #location-feedback .slider .slick-next {
    right: 0;
  }
}
/* line 1498, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .slider .slick-slide, body.com_brightbeautiful.view-county #location-feedback .slider .slick-slide {
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 50px 50px 50px 50px;
  margin: 0 20px;
  margin-top: 70px;
}
/* line 1504, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .slider .slick-slide > p, body.com_brightbeautiful.view-county #location-feedback .slider .slick-slide > p {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0;
}
/* line 1509, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .slider .slick-slide > p.testimonial-author, body.com_brightbeautiful.view-county #location-feedback .slider .slick-slide > p.testimonial-author {
  font-weight: 700;
  margin-top: 20px;
}
/* line 1514, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .slider .slick-slide:before, body.com_brightbeautiful.view-county #location-feedback .slider .slick-slide:before {
  content: '';
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-bottom: 10px solid #006ac6;
}
/* line 1525, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback .slider .slick-slide:after, body.com_brightbeautiful.view-county #location-feedback .slider .slick-slide:after {
  content: '';
  background-image: url('../images/quote-marks.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 1540, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-feedback h2, body.com_brightbeautiful.view-county #location-feedback h2 {
  text-align: center;
  width: 100%;
}
/* line 1545, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers, body.com_brightbeautiful.view-county #location-offers {
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  /* line 1549, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-offers, body.com_brightbeautiful.view-county #location-offers {
    margin-top: 0px;
  }
}
/* line 1552, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .location-container, body.com_brightbeautiful.view-county #location-offers .location-container {
  align-items: center;
  height: 100px;
}
@media (max-width: 768px) {
  /* line 1555, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-offers .location-container, body.com_brightbeautiful.view-county #location-offers .location-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
/* line 1562, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .special-offer, body.com_brightbeautiful.view-county #location-offers .special-offer {
  background-color: #e4002b;
  padding: 40px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 1568, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-offers .special-offer, body.com_brightbeautiful.view-county #location-offers .special-offer {
    flex: 0 90%;
    width: 90%;
    margin: auto;
    padding: 30px;
    top: 40px;
  }
}
/* line 1575, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .special-offer h2, body.com_brightbeautiful.view-county #location-offers .special-offer h2, body.com_brightbeautiful.view-location #location-offers .special-offer h3, body.com_brightbeautiful.view-county #location-offers .special-offer h3, body.com_brightbeautiful.view-location #location-offers .special-offer h4, body.com_brightbeautiful.view-county #location-offers .special-offer h4, body.com_brightbeautiful.view-location #location-offers .special-offer p, body.com_brightbeautiful.view-county #location-offers .special-offer p {
  color: white;
}
/* line 1578, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .special-offer h4, body.com_brightbeautiful.view-county #location-offers .special-offer h4 {
  font-size: 1.4rem;
  margin: 0;
}
/* line 1582, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .special-offer h3, body.com_brightbeautiful.view-county #location-offers .special-offer h3 {
  margin-bottom: 15px;
  margin-top: 0;
}
/* line 1586, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .special-offer p, body.com_brightbeautiful.view-county #location-offers .special-offer p {
  margin-top: 10px;
}
/* line 1589, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .special-offer .telephone, body.com_brightbeautiful.view-county #location-offers .special-offer .telephone {
  font-size: 2rem;
  pointer-events: none;
  color: white;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 1595, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-offers .special-offer .telephone, body.com_brightbeautiful.view-county #location-offers .special-offer .telephone {
    pointer-events: all;
    color: white;
  }
}
/* line 1599, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .special-offer .telephone:before, body.com_brightbeautiful.view-county #location-offers .special-offer .telephone:before {
  content: '\f879';
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  font-weight: 700;
  font-size: 1.4rem;
  vertical-align: text-bottom;
}
/* line 1608, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1609, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .special-offer .custom p:nth-child(1), body.com_brightbeautiful.view-county #location-offers .special-offer .custom p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
/* line 1614, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 768px) {
  /* line 1615, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-offers .special-offer a.button, body.com_brightbeautiful.view-county #location-offers .special-offer a.button {
    text-align: left;
  }
}
/* line 1620, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-offers .offer-image, body.com_brightbeautiful.view-county #location-offers .offer-image {
  position: absolute;
  left: 0;
  width: 60%;
  height: 600px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  /* line 1631, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-offers .offer-image, body.com_brightbeautiful.view-county #location-offers .offer-image {
    height: 300px;
    width: 100%;
    position: relative;
    flex: 0 100%;
    min-height: 300px;
    min-width: 100%;
  }
}
/* line 1641, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news, body.com_brightbeautiful.view-county #location-news {
  margin-top: 100px;
}
/* line 1643, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider, body.com_brightbeautiful.view-county #location-news #news-slider {
  padding-bottom: 0;
}
/* line 1646, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1647, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .location-news-detail, body.com_brightbeautiful.view-county #location-news #news-slider .location-news-detail {
  background-color: white;
  padding: 40px;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  width: 80%;
  top: -70px;
  margin-left: 5%;
}
/* line 1656, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .location-news-detail a, body.com_brightbeautiful.view-county #location-news #news-slider .location-news-detail a {
  font-size: 1.6rem;
  line-height: 1.3;
  transition: 0.5s;
}
/* line 1660, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .location-news-detail a:after, body.com_brightbeautiful.view-county #location-news #news-slider .location-news-detail a:after {
  display: none;
}
/* line 1663, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .location-news-detail a:hover, body.com_brightbeautiful.view-county #location-news #news-slider .location-news-detail a:hover {
  text-decoration: underline;
}
/* line 1668, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slick-slide, body.com_brightbeautiful.view-county #location-news #news-slider .slick-slide {
  padding: 0;
  font-style: normal;
}
/* line 1673, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1674, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slide .image, body.com_brightbeautiful.view-county #location-news #news-slider .slide .image {
  height: 400px;
  width: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 1681, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1682, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slide.slick-current .location-news-detail, body.com_brightbeautiful.view-county #location-news #news-slider .slide.slick-current .location-news-detail {
  margin-left: auto;
  margin-right: 5%;
}
/* line 1687, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 1688, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slide.slick-active:not(.slick-current) .image, body.com_brightbeautiful.view-county #location-news #news-slider .slide.slick-active:not(.slick-current) .image {
  margin-left: auto;
}
/* line 1693, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slick-next, body.com_brightbeautiful.view-county #location-news #news-slider .slick-next {
  bottom: 26%;
  position: absolute;
  right: 20px;
  z-index: 2;
  background-color: transparent;
}
/* line 1699, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slick-next:after, body.com_brightbeautiful.view-county #location-news #news-slider .slick-next:after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  font-size: 6rem;
  vertical-align: bottom;
  transition: 0.5s;
  font-weight: 300;
  color: #e4002b;
}
/* line 1709, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slick-next.slick-disabled, body.com_brightbeautiful.view-county #location-news #news-slider .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
/* line 1712, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slick-next.slick-disabled:after, body.com_brightbeautiful.view-county #location-news #news-slider .slick-next.slick-disabled:after {
  color: grey;
}
/* line 1717, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slick-prev, body.com_brightbeautiful.view-county #location-news #news-slider .slick-prev {
  bottom: 26%;
  position: absolute;
  left: 20px;
  z-index: 2;
  background-color: transparent;
}
/* line 1723, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slick-prev:before, body.com_brightbeautiful.view-county #location-news #news-slider .slick-prev:before {
  content: '\f104';
  font-family: "Font Awesome 5 Pro";
  font-size: 6rem;
  font-weight: 300;
  color: #e4002b;
}
/* line 1730, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slick-prev.slick-disabled, body.com_brightbeautiful.view-county #location-news #news-slider .slick-prev.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
/* line 1733, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-news #news-slider .slick-prev.slick-disabled:before, body.com_brightbeautiful.view-county #location-news #news-slider .slick-prev.slick-disabled:before {
  color: grey;
}
/* line 1740, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2, body.com_brightbeautiful.view-county #location-send-enquiry2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  /* line 1743, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2, body.com_brightbeautiful.view-county #location-send-enquiry2 {
    margin-bottom: 30px;
    width: 100%;
  }
}
/* line 1747, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 a.enquiry, body.com_brightbeautiful.view-county #location-send-enquiry2 a.enquiry {
  margin: 0 30px;
  font-size: 2rem;
}
/* line 1750, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 a.enquiry:before, body.com_brightbeautiful.view-county #location-send-enquiry2 a.enquiry:before {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  margin-right: 15px;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  transition: 0.5s;
}
/* line 1760, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 a.enquiry:hover, body.com_brightbeautiful.view-county #location-send-enquiry2 a.enquiry:hover {
  color: #e4002b;
}
/* line 1762, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 a.enquiry:hover:before, body.com_brightbeautiful.view-county #location-send-enquiry2 a.enquiry:hover:before {
  transform: rotate(-90deg);
}
/* line 1766, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 a.enquiry:after, body.com_brightbeautiful.view-county #location-send-enquiry2 a.enquiry:after {
  display: none;
}
/* line 1770, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 a.book, body.com_brightbeautiful.view-county #location-send-enquiry2 a.book {
  width: 260px;
  margin: auto;
}
/* line 1774, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 .telephone, body.com_brightbeautiful.view-county #location-send-enquiry2 .telephone {
  color: #171717;
  font-weight: 700;
  font-size: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  /* line 1779, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .telephone, body.com_brightbeautiful.view-county #location-send-enquiry2 .telephone {
    pointer-events: all;
    color: #e4002b;
  }
}
/* line 1783, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 .telephone span, body.com_brightbeautiful.view-county #location-send-enquiry2 .telephone span {
  font-size: 1rem;
  color: #e4002b;
  position: absolute;
  right: 0;
  bottom: -15px;
}
/* line 1792, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 768px) {
  /* line 1793, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .g-block, body.com_brightbeautiful.view-county #location-send-enquiry2 .g-block {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  /* line 1797, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .g-block > a, body.com_brightbeautiful.view-county #location-send-enquiry2 .g-block > a {
    flex: 100%;
    margin-bottom: 10px;
  }
}
/* line 1803, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 .g-grid, body.com_brightbeautiful.view-county #location-send-enquiry2 .g-grid {
  align-items: center;
  justify-content: space-between;
}
/* line 1807, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70 {
  background-color: #f2f2f2;
  align-items: center;
  display: flex;
  position: relative;
  padding: 70px 0;
}
@media (max-width: 1700px) {
  /* line 1813, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70 {
    flex: 0 65%;
  }
}
@media (max-width: 1199px) {
  /* line 1816, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70 {
    flex: 0 60%;
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  /* line 1820, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70 {
    flex: 0 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    margin-bottom: 80px;
  }
}
/* line 1827, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70:after, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70:after {
  display: block;
  left: 100%;
  top: 0;
  content: " ";
  height: 100%;
  width: 60px;
  position: absolute;
  pointer-events: none;
  background-image: url('../images/grey-arrow.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
@media (max-width: 1199px) {
  /* line 1840, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70:after, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70:after {
    width: 80px;
  }
}
@media (max-width: 768px) {
  /* line 1843, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70:after, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70:after {
    background-image: url('../images/down-arrow.png');
    background-position: top left;
    background-size: 100% 40px;
    width: 100%;
    height: 100px;
    top: auto;
    bottom: -100px;
    left: 0;
  }
}
/* line 1854, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70 > p, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70 > p {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  margin: 0;
  padding-left: 100px;
  line-height: 2rem;
  padding-right: 30px;
  text-align: left;
}
@media (max-width: 1700px) {
  /* line 1863, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70 > p, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70 > p {
    padding-left: 50px;
  }
}
@media (max-width: 959px) {
  /* line 1866, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70 > p, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70 > p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  /* line 1870, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70 > p, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70 > p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
  }
}
/* line 1876, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70:before, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70:before {
  content: '';
  height: 100%;
  width: 300px;
  position: absolute;
  left: -270px;
  top: 0;
  z-index: 1;
  background-color: #f2f2f2;
}
/* line 1886, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-send-enquiry2 .size-70 p, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-70 p {
  margin: 0;
}
/* line 1890, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 768px) {
  /* line 1891, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-30, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-30 {
    flex: 0 100%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: center;
  }
}
/* line 1897, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 959px) {
  /* line 1898, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-30 .telephone, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-30 .telephone {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  /* line 1901, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-30 .telephone, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-30 .telephone {
    font-size: 3rem;
    color: #e4002b;
    width: auto;
    flex: initial;
  }
  /* line 1906, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-30 .telephone span, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-30 .telephone span {
    bottom: -10px;
  }
}
/* line 1911, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 959px) {
  /* line 1912, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-send-enquiry2 .size-30 a.book, body.com_brightbeautiful.view-county #location-send-enquiry2 .size-30 a.book {
    width: 100%;
  }
}
/* line 1918, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-jobs, body.com_brightbeautiful.view-county #location-jobs {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 1921, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-jobs, body.com_brightbeautiful.view-county #location-jobs {
    margin-top: 0;
  }
}
/* line 1924, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-jobs .g-block.size-45, body.com_brightbeautiful.view-county #location-jobs .g-block.size-45 {
  background-color: #e4002b;
  color: white;
  padding: 40px 40px 55px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 959px) {
  /* line 1930, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-jobs .g-block.size-45, body.com_brightbeautiful.view-county #location-jobs .g-block.size-45 {
    flex: 0 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 1934, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-jobs .g-block.size-45, body.com_brightbeautiful.view-county #location-jobs .g-block.size-45 {
    flex: 0 90%;
    width: 90%;
    margin: auto;
    top: 40px;
    padding: 40px 30px 40px 30px;
  }
}
/* line 1941, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-jobs .g-block.size-45 h2, body.com_brightbeautiful.view-county #location-jobs .g-block.size-45 h2 {
  color: white;
  margin-top: 0;
  line-height: 1.2;
}
/* line 1947, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-jobs .g-block.image-block, body.com_brightbeautiful.view-county #location-jobs .g-block.image-block {
  position: absolute;
  right: 0;
  width: 60%;
  height: 600px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  /* line 1958, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-jobs .g-block.image-block, body.com_brightbeautiful.view-county #location-jobs .g-block.image-block {
    flex: 0 100%;
    width: 100%;
    position: relative;
    height: 400px;
  }
}
/* line 1964, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-jobs .g-block.image-block img, body.com_brightbeautiful.view-county #location-jobs .g-block.image-block img {
  width: 100%;
}
/* line 1968, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #location-jobs .location-container, body.com_brightbeautiful.view-county #location-jobs .location-container {
  align-items: center;
  height: 100px;
}
@media (max-width: 768px) {
  /* line 1971, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #location-jobs .location-container, body.com_brightbeautiful.view-county #location-jobs .location-container {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
/* line 1980, templates/g5_hydrogen/custom/scss/_location.scss */
.slick-dots {
  display: none !important;
}
/* line 1984, templates/g5_hydrogen/custom/scss/_location.scss */
.location-brochure {
  padding: 26px 20px;
}
/* line 1986, templates/g5_hydrogen/custom/scss/_location.scss */
.location-brochure form {
  margin-top: 70px;
}
@media (max-width: 768px) {
  /* line 1988, templates/g5_hydrogen/custom/scss/_location.scss */
  .location-brochure form {
    margin-top: 25px;
  }
}
/* line 1995, templates/g5_hydrogen/custom/scss/_location.scss */
.covid-link {
  margin-bottom: 0;
}
/* line 1997, templates/g5_hydrogen/custom/scss/_location.scss */
.covid-link a {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 768px) {
  /* line 2000, templates/g5_hydrogen/custom/scss/_location.scss */
  .covid-link a {
    padding-left: 0;
    margin-top: 40px;
    display: block;
  }
}
/* line 2005, templates/g5_hydrogen/custom/scss/_location.scss */
.covid-link a:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f071';
  position: absolute;
  left: 0;
  color: #e4002b;
  font-weight: 700;
  top: -5px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  /* line 2014, templates/g5_hydrogen/custom/scss/_location.scss */
  .covid-link a:before {
    top: -25px;
  }
}
/* line 2021, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  /* line 2023, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services {
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  /* line 2026, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services {
    margin-top: 0px;
  }
}
/* line 2029, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
/* line 2035, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services li {
  list-style-type: none;
  background-color: white;
  text-align: center;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  flex: 0 49%;
}
/* line 2056, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services li:nth-child(1), #specialist-services ul.specialist-services li:nth-child(2) {
  margin-bottom: 120px;
}
/* line 2059, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services li h3 {
  font-family: futura-pt-bold, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  line-height: 2rem;
}
@media (max-width: 1199px) {
  /* line 2065, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services ul.specialist-services li h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
/* line 2070, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services li img {
  max-width: 190px;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 1199px) {
  /* line 2076, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services ul.specialist-services li img {
    max-width: 150px;
    top: -75px;
  }
}
/* line 2082, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services li .book {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #e4002b;
  color: white;
  text-transform: uppercase;
  padding: 19px 25px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
/* line 2095, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services li > a {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 105px;
  padding-bottom: 85px;
}
/* line 2101, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services li > a p {
  color: #171717;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1199px) {
  /* line 2106, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services ul.specialist-services li > a {
    padding-top: 80px;
  }
}
/* line 2109, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services li > a:hover {
  text-decoration: none;
  color: #171717;
}
/* line 2112, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services ul.specialist-services li > a:hover .book {
  background-color: #006ac6;
}
/* line 2120, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services .g-grid {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 959px) {
  /* line 2123, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services .g-grid {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
/* line 2128, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 1199px) {
  /* line 2129, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services .size-46 {
    flex: 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 959px) {
  /* line 2133, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services .size-46 {
    flex: 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* line 2139, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services .size-46:nth-child(2) {
  padding-bottom: 400px;
}
@media (max-width: 959px) {
  /* line 2141, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services .size-46:nth-child(2) {
    padding-bottom: 0;
  }
}
/* line 2144, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services .size-46:nth-child(2) .specialist-services-image {
  position: absolute;
  width: 46.7%;
  right: 0;
  height: 400px;
}
@media (max-width: 1199px) {
  /* line 2149, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services .size-46:nth-child(2) .specialist-services-image {
    width: 48%;
  }
}
@media (max-width: 959px) {
  /* line 2152, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services .size-46:nth-child(2) .specialist-services-image {
    display: none;
  }
}
/* line 2158, templates/g5_hydrogen/custom/scss/_location.scss */
#specialist-services {
  margin-bottom: 120px;
}
@media (max-width: 959px) {
  /* line 2160, templates/g5_hydrogen/custom/scss/_location.scss */
  #specialist-services {
    margin-bottom: 0;
  }
}
/* line 2164, templates/g5_hydrogen/custom/scss/_location.scss */
.specialist-services-image {
  border-bottom: 10px solid #f7b624;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
}
/* line 2174, templates/g5_hydrogen/custom/scss/_location.scss */
#our-approach {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  /* line 2176, templates/g5_hydrogen/custom/scss/_location.scss */
  #our-approach {
    margin-bottom: 50px;
  }
}
/* line 2181, templates/g5_hydrogen/custom/scss/_location.scss */
#team {
  text-align: center;
  margin: 10px auto 60px auto;
}
/* line 2184, templates/g5_hydrogen/custom/scss/_location.scss */
#team:before {
  background-color: #f2f2f2;
  content: '';
  height: 250px;
  width: 100%;
  left: 0;
  transform: translateY(-180px);
  position: absolute;
  z-index: 1;
}
/* line 2194, templates/g5_hydrogen/custom/scss/_location.scss */
#team > h4 {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.5rem;
  z-index: 3;
  position: relative;
}
/* line 2201, templates/g5_hydrogen/custom/scss/_location.scss */
#team > h4:hover {
  cursor: pointer;
}
/* line 2204, templates/g5_hydrogen/custom/scss/_location.scss */
#team > h4:after {
  content: '\f063';
  font-family: 'Font Awesome 5 Pro';
  color: #006ac6;
  font-weight: 400;
  margin-left: 10px;
  transform: rotate(0deg);
  position: absolute;
  transition: 0.5s;
}
/* line 2214, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2215, templates/g5_hydrogen/custom/scss/_location.scss */
#team > h4.open:after {
  transform: rotate(-180deg);
}
/* line 2220, templates/g5_hydrogen/custom/scss/_location.scss */
#team .team-members {
  display: none;
}
/* line 2222, templates/g5_hydrogen/custom/scss/_location.scss */
#team .team-members > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 95%;
  margin: auto;
}
/* line 2229, templates/g5_hydrogen/custom/scss/_location.scss */
#team .team-members .team-member {
  flex: 0 22%;
  max-width: 22%;
  background-color: white;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
  padding-top: 70px;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  /* line 2238, templates/g5_hydrogen/custom/scss/_location.scss */
  #team .team-members .team-member {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  /* line 2241, templates/g5_hydrogen/custom/scss/_location.scss */
  #team .team-members .team-member {
    flex: 0 31%;
    max-width: 31%;
  }
}
@media (max-width: 768px) {
  /* line 2245, templates/g5_hydrogen/custom/scss/_location.scss */
  #team .team-members .team-member {
    flex: 0 49%;
    max-width: 49%;
  }
}
@media (max-width: 450px) {
  /* line 2249, templates/g5_hydrogen/custom/scss/_location.scss */
  #team .team-members .team-member {
    flex: 0 100%;
    max-width: 100%;
  }
}
/* line 2253, templates/g5_hydrogen/custom/scss/_location.scss */
#team .team-members .team-member img {
  max-width: 200px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
}
@media {
  /* line 2260, templates/g5_hydrogen/custom/scss/_location.scss */
  #team .team-members .team-member img {
    max-width: 150px;
    top: -75px;
  }
}
/* line 2265, templates/g5_hydrogen/custom/scss/_location.scss */
#team .team-members .team-member p {
  margin: 15px 0;
}
/* line 2268, templates/g5_hydrogen/custom/scss/_location.scss */
#team .team-members .team-member p.team-name {
  background-color: #f7b624;
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 12px;
  margin-bottom: 0;
}
/* line 2287, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2288, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service #specialist-service-intro {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  /* line 2290, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service #specialist-service-intro {
    margin-bottom: 60px;
  }
}
/* line 2294, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .location-header {
  padding-top: 6rem;
  background-size: cover;
  display: flex;
  align-content: center;
  justify-content: left;
  min-height: 530px;
  height: 530px;
  max-height: 530px;
  position: relative;
  background-position: center;
  margin-bottom: 70px;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  /* line 2307, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service .location-header {
    max-height: 430px;
    height: 430px;
    min-height: 430px;
  }
}
/* line 2312, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .location-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  content: '';
}
/* line 2321, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .location-header h1 {
  font-size: 4rem;
  line-height: 4rem;
}
@media (max-width: 1199px) {
  /* line 2324, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service .location-header h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 959px) {
  /* line 2328, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service .location-header h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 768px) {
  /* line 2332, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service .location-header h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
/* line 2337, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .location-header .g-content {
  margin-bottom: 0;
  padding-bottom: 5px;
}
/* line 2342, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2344, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .sections .sections-container {
  position: relative;
  margin: 20px 0 60px 0;
}
/* line 2347, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container {
  display: flex;
  flex-wrap: wrap;
}
/* line 2350, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content {
  flex: 0 55%;
  position: relative;
}
@media (max-width: 768px) {
  /* line 2353, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content {
    flex: 0 100%;
  }
}
/* line 2357, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content p, body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content h2, body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content h3, body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content ul {
  padding-left: 80px;
  padding-right: 50px;
}
@media (max-width: 959px) {
  /* line 2360, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content p, body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content h2, body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content h3, body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content ul {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  /* line 2363, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content p, body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content h2, body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content h3, body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .content ul {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 2369, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .image {
  flex: 0 45%;
  width: 42%;
  position: absolute;
  right: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  /* line 2378, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service .sections .sections-container .location-container .image {
    flex: 0 100%;
    width: 100%;
    position: relative;
    height: 300px;
  }
}
/* line 2386, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2387, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .sections .sections-container.left .location-container {
  flex-direction: row-reverse;
}
/* line 2389, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .sections .sections-container.left .location-container .image {
  left: 0;
  right: auto;
}
/* line 2398, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .moduletable.why-dd {
  background-color: #f2f2f2;
  padding-bottom: 40px;
}
/* line 2402, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .moduletable.fullwidth-whitebg.center.reviews.service-reviews {
  margin-top: 110px;
}
/* line 2405, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .accred.moduletable {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  /* line 2408, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-county.layout-service .accred.moduletable {
    margin-bottom: 60px;
  }
}
/* line 2412, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service .moduletable.contact-book-arrow {
  margin-bottom: 50px;
}
/* line 2417, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 768px) {
  /* line 2418, templates/g5_hydrogen/custom/scss/_location.scss */
  #contact-book-arrow-service {
    width: 100%;
    max-width: 100%;
  }
}
/* line 2424, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county .location-header {
  background-image: url('../images/county-header-image.png');
}
/* import breakpoints */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Values below are the default breakpoints
 but these values are user definable in style settings in the template
 so that is why the code below uses mixins to get the actual values from the template */
/* LARGE DESKTOP
 /* 75rem / 1200px and above*/
@media only all and (min-width: 100rem) {
}
/* DESKTOP & LARGE TABLET
 /* 60rem to 74.938rem / 960px to 1199px */
@media only all and (min-width: 80rem) and (max-width: 99.99rem) {
}
/* TABLET */
/* 48rem to 59.938rem / 768px to 959px */
@media only all and (min-width: 100%) and (max-width: 79.99rem) {
}
/* LARGE MOBILE */
/* 30rem to 47.938rem / 480px to 767px */
@media only all and (min-width: 100.01%) and (max-width: 99.99%) {
}
/* SMALL MOBILE */
/* 30rem / 480px and below */
@media only all and (max-width: 100%) {
}
/* line 2471, templates/g5_hydrogen/custom/scss/_location.scss */
.county-phone-number {
  display: none;
}
/* line 2475, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2476, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2477, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2478, templates/g5_hydrogen/custom/scss/_location.scss */
#g-header .header-cta.local .custom p:nth-child(1) .county-number-link {
  display: none;
}
/* line 2481, templates/g5_hydrogen/custom/scss/_location.scss */
#g-header .header-cta.local .custom p:nth-child(1) span.county-number {
  color: #171717;
  font-size: 2rem;
  letter-spacing: -0.2px;
  font-weight: 700;
  line-height: 1.6rem;
  pointer-events: none;
}
/* line 2493, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2494, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2495, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2496, templates/g5_hydrogen/custom/scss/_location.scss */
#g-header .mobile-header-cta .custom p:nth-child(1) .blue:nth-child(1) {
  display: none;
}
/* line 2503, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2504, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2505, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2506, templates/g5_hydrogen/custom/scss/_location.scss */
#g-header .mobile-header-cta.local .custom p:nth-child(1) .blue:nth-child(1) {
  display: block;
}
/* line 2509, templates/g5_hydrogen/custom/scss/_location.scss */
#g-header .mobile-header-cta.local .custom p:nth-child(1) .county-number {
  display: none;
}
/* line 2516, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2517, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county .locations {
  text-align: center;
}
/* line 2519, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county .locations .postcode-input form {
  margin: auto;
}
/* line 2523, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2524, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service #g-header .header-cta.local .custom p:nth-child(1) span.telephone, body.com_brightbeautiful.view-county.layout-service #g-header .mobile-header-cta.local .custom p:nth-child(1) span.mhMobile {
  display: block !important;
}
/* line 2527, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-county.layout-service #g-header .mobile-header-cta.local .custom p:nth-child(1) .blue:not(.button-text) a {
  padding-top: 10px;
}
/* line 2535, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2538, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2539, templates/g5_hydrogen/custom/scss/_location.scss */
body.layout-jobs #g-header .header-cta.local .custom p:nth-child(1) span.telephone {
  display: block !important;
}
/* line 2545, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2546, templates/g5_hydrogen/custom/scss/_location.scss */
body.layout-jobs #g-header .mobile-header-cta.local .custom p:nth-child(1) .blue:nth-child(1) {
  position: relative;
}
/* line 2549, templates/g5_hydrogen/custom/scss/_location.scss */
body.layout-jobs #g-header .mobile-header-cta.local .custom p:nth-child(1) span.mhMobile {
  display: block !important;
}
/* line 2552, templates/g5_hydrogen/custom/scss/_location.scss */
body.layout-jobs #g-header .mobile-header-cta.local .custom p:nth-child(1) span.mhMobile {
  display: block !important;
  height: auto;
  padding-top: 0;
}
/* line 2556, templates/g5_hydrogen/custom/scss/_location.scss */
body.layout-jobs #g-header .mobile-header-cta.local .custom p:nth-child(1) span.mhMobile a {
  padding-top: 0;
}
/* line 2560, templates/g5_hydrogen/custom/scss/_location.scss */
@media (max-width: 450px) {
  /* line 2561, templates/g5_hydrogen/custom/scss/_location.scss */
  body.layout-jobs #g-header .mobile-header-cta.local .custom span.button-text {
    font-size: 0.95rem;
  }
}
/* line 2574, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2575, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2576, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .header-cta p:nth-child(1) {
  padding-top: 10px;
}
/* line 2579, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .header-cta .popup-parent {
  display: none;
}
/* line 2583, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2584, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .mobile-header-cta .popup-parent {
  display: none;
}
/* line 2587, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .mobile-header-cta .g-content .custom p {
  width: 100%;
  flex: 0 100%;
}
/* line 2592, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-header.location-header-2 {
  position: relative;
  background-image: url('../../../../images/headers/location-placeholder.jpg');
  background-size: 900px;
  background-position: right top 150px;
  min-height: 750px;
  padding-top: 150px;
  padding-bottom: 0;
  height: 100% !important;
  /*        @media $desktop {
   background-position: right -150px top 150px;
   }*/
}
@media (max-width: 1700px) {
  /* line 2604, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header.location-header-2 {
    display: block;
    padding-top: 200px;
    background-position: center;
    background-size: cover;
    z-index: 1;
  }
  /* line 2610, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header.location-header-2:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* line 2619, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header.location-header-2 .location-container {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  /* line 2624, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .location-header.location-header-2 {
    min-height: auto;
  }
}
/* line 2628, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .services-blocks {
  top: -10px;
}
/* line 2631, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2632, templates/g5_hydrogen/custom/scss/_location.scss */
/* line 2633, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .custom.services-blocks .popup-parent h3 {
  padding-bottom: 105px;
}
/* line 2634, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .custom.services-blocks .popup-parent p {
  display: none;
}
/* line 2636, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .custom.services-blocks > div > a:not(.book), body.com_brightbeautiful.view-location .custom.services-blocks > div > a:not(.popup) {
  height: 100%;
}
@media (max-width: 768px) {
  /* line 2638, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location .custom.services-blocks > div > a:not(.book), body.com_brightbeautiful.view-location .custom.services-blocks > div > a:not(.popup) {
    padding-top: 105px;
  }
}
/* line 2643, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #team.location-team-2 {
  background-color: #fff;
  margin-bottom: 100px;
}
/* line 2646, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #team.location-team-2:before {
  display: none;
}
/* line 2650, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-faq {
  padding: 50px 0 100px;
}
/* line 2652, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-faq .location-faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}
/* line 2656, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-faq .location-faq-accordion .uk-accordion-title {
  font-size: 24px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px;
}
/* line 2662, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-faq .location-faq-accordion .uk-margin {
  padding: 0 15px;
}
/* line 2667, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-description.location-description-2 {
  margin-top: 100px;
}
/* line 2669, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-description.location-description-2 ul.social {
  margin-top: 24px !important;
}
/* line 2673, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-unique-content {
  display: block;
  width: 100%;
}
/* line 2677, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-hero-tp, body.com_brightbeautiful.view-location .location-main-tp {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 2681, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-hero-tp {
  width: 200px;
}
/* line 2684, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location .location-trustpilot {
  margin-top: 100px;
}
/* line 2687, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #sponsorship_section {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  /* line 2691, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #sponsorship_section {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* line 2695, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #sponsorship_section .size-55 {
  background-color: #f2f2f2;
  position: relative;
  padding-right: 60px;
  padding-top: 40px;
  margin-right: 5%;
  max-width: 55%;
  min-height: 700px;
}
@media (max-width: 768px) {
  /* line 2703, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #sponsorship_section .size-55 {
    flex: 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    min-height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 2712, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #sponsorship_section .size-55:after {
    position: absolute;
    right: -1000px;
    width: 1000px;
    content: '';
    background-color: #f2f2f2;
    height: 100%;
    top: 0;
  }
}
/* line 2722, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #sponsorship_section .size-55:before {
  position: absolute;
  left: -1000px;
  width: 1000px;
  content: '';
  background-color: #f2f2f2;
  height: 100%;
  top: 0;
}
/* line 2732, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #sponsorship_section .sponsor-content {
  max-width: 70%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  /* line 2736, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #sponsorship_section .sponsor-content {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 2742, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #sponsorship_section .sponsor-image {
  position: absolute;
  right: 0;
  top: 50px;
  width: 55%;
  max-width: 55%;
  height: 600px;
}
@media (max-width: 768px) {
  /* line 2749, templates/g5_hydrogen/custom/scss/_location.scss */
  body.com_brightbeautiful.view-location #sponsorship_section .sponsor-image {
    position: relative;
    top: 0;
    height: 400px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
/* line 2757, templates/g5_hydrogen/custom/scss/_location.scss */
body.com_brightbeautiful.view-location #sponsorship_section .sponsor-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes slideinLoad {
  /* line 2770, templates/g5_hydrogen/custom/scss/_location.scss */
  from {
    transform: translateY(-100px);
  }
  /* line 2773, templates/g5_hydrogen/custom/scss/_location.scss */
  to {
    transform: translateY(0);
  }
}
/* line 2778, templates/g5_hydrogen/custom/scss/_location.scss */
.location-sticky-cta {
  position: fixed;
  z-index: 2;
  bottom: 5px;
  right: 5px;
  border: 3px solid rgba(255, 255, 255, 1);
  background-color: rgba(228, 0, 43, 0.7);
  padding: 12px 12px 24px;
  width: 290px;
  animation: slideinLoad 0.5s;
}
@media (max-width: 959px) {
  /* line 2788, templates/g5_hydrogen/custom/scss/_location.scss */
  .location-sticky-cta {
    display: none;
  }
}
/* line 2791, templates/g5_hydrogen/custom/scss/_location.scss */
.location-sticky-cta .book {
  background-color: #fff;
  color: #171717;
}
/* line 2795, templates/g5_hydrogen/custom/scss/_location.scss */
.location-sticky-cta .telephone {
  float: right;
  color: #fff !important;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
/* line 2802, templates/g5_hydrogen/custom/scss/_location.scss */
.location-sticky-cta .telephone span {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: -15px;
}
/* line 2811, templates/g5_hydrogen/custom/scss/_location.scss */
.location-sticky-cta .stickywhitecall {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
/* line 2823, templates/g5_hydrogen/custom/scss/_location.scss */
.smallredcall {
  display: block;
  text-align: right;
  font-size: 1rem;
  color: #e4002b;
  width: 260px;
  margin: auto;
  margin-top: -15px;
  font-weight: bold;
}
/* line 2834, templates/g5_hydrogen/custom/scss/_location.scss */
.telephone-mob .telephone {
  font-size: 1.8rem;
  height: 100%;
  padding: 10px 25px 20px 25px;
  display: block;
  text-decoration: none;
  line-height: 1.8rem;
}
/* line 2844, templates/g5_hydrogen/custom/scss/_location.scss */
.showmobile {
  display: none !important;
}
@media (max-width: 959px) {
  /* line 2849, templates/g5_hydrogen/custom/scss/_location.scss */
  .showmobile {
    display: block !important;
  }
  /* line 2852, templates/g5_hydrogen/custom/scss/_location.scss */
  .showdesktop {
    display: none !important;
  }
}
/* line 2858, templates/g5_hydrogen/custom/scss/_location.scss */
.telephone a {
  color: #000;
}
/* line 2862, templates/g5_hydrogen/custom/scss/_location.scss */
.location-sticky-cta .telephone a {
  color: #fff;
}
/* line 2867, templates/g5_hydrogen/custom/scss/_location.scss */
#g-footer {
  z-index: 1;
}
/***************************
 ****************************
 NAME: _variables.scss
 SITE: Made up company
 DESCRIPTION: All variables for the website
 -------------------------------------
 AUTHOR: Rachel Oliver
 DATE CREATED: 20/06/17
 LAST MODIFIED DATE: 20/07/17
 LAST MODIFIED BY: Joe Wharton
 ****************************
 ***************************/
/* line 19, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 21, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback h3, #form-feedback p {
  text-align: center;
}
/* line 24, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback p {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  /* line 28, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback p {
    max-width: 80%;
  }
}
@media (max-width: 959px) {
  /* line 31, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback p {
    max-width: 100%;
  }
}
/* line 36, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 37, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-services .chzn-container {
  width: 100% !important;
}
/* line 40, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-services input, #form-feedback .form-services .search-field {
  width: 100% !important;
}
/* line 43, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 44, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-services .search-field:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
/* line 52, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-services .search-field input {
  padding: 0;
  vertical-align: text-bottom;
}
/* line 57, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-services label {
  display: none;
}
/* line 60, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-services .control-group {
  margin-top: 40px;
}
/* line 64, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback h3 {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
}
/* line 68, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .controls {
  margin-left: 0;
}
/* line 71, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 72, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .control-group input, #form-feedback .control-group select, #form-feedback .control-group .chzn-container-single, #form-feedback .control-group .chzn-container ul, #form-feedback .control-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-family: bebas-neue-pro-expanded, sans-serif;
  background-color: white;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  color: black;
  position: relative;
  z-index: 1;
  padding: 0.67857143em 1em;
  box-sizing: border-box;
  background: none;
  width: 100%;
  min-height: 55px;
}
/* line 88, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .control-group .chzn-container-single {
  padding: 0;
  border: 0;
  width: 100% !important;
  position: relative;
  z-index: 10;
}
/* line 94, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .control-group .chzn-container-single > a {
  border: 1px solid #ccc;
  border-radius: 0;
  background: white;
  box-shadow: none;
  width: 100% !important;
  padding: 0.67857143em 1em;
  height: auto;
}
/* line 103, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .control-group .chzn-container-single .chzn-single div b {
  position: relative;
  background: none;
}
/* line 106, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .control-group .chzn-container-single .chzn-single div b:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-weight: 400;
}
/* line 117, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 118, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 126, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 127, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .controls input {
  width: 100%;
}
/* line 131, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .control-label {
  width: 100%;
  text-align: left;
}
/* line 135, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps {
  position: relative;
}
/* line 138, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps h3 {
  text-align: center;
}
/* line 141, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps .control-label > label {
  display: none;
}
/* line 144, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps fieldset {
  position: relative;
  display: inline;
  width: 100%;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
/* line 152, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps fieldset input {
  position: absolute;
  visibility: hidden;
}
/* line 156, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps fieldset label {
  border: 2px solid #ccc;
  border-radius: 2px;
  width: 9.6%;
  display: inline-block;
  text-align: center;
  padding: 20px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  /* line 164, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback .form-nps fieldset label {
    width: 40%;
  }
}
/* line 167, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps fieldset label:hover {
  border: 2px solid #949393;
}
/* line 171, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps fieldset input[type="radio"]:checked + label {
  border: 2px solid #006ac6;
  font-weight: 700;
}
/* line 176, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps .left {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 3px;
  color: #006ac6;
}
@media (max-width: 768px) {
  /* line 184, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback .form-nps .left {
    top: 0;
    width: 100%;
    text-align: center;
    bottom: auto;
  }
}
/* line 191, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-nps .right {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 3px;
  color: #006ac6;
}
@media (max-width: 768px) {
  /* line 199, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback .form-nps .right {
    width: 100%;
    text-align: center;
  }
}
/* line 204, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 205, templates/g5_hydrogen/custom/scss/_feedback.scss */
@media (max-width: 768px) {
  /* line 206, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback .form-nps .form-container > div {
    position: relative;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
/* line 214, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-container {
  max-width: 70%;
  margin: auto;
  position: relative;
  padding-bottom: 15px;
  width: 100%;
}
@media {
  /* line 220, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback .form-container {
    max-width: 80%;
  }
}
@media (max-width: 959px) {
  /* line 224, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback .form-container {
    max-width: 100%;
  }
}
/* line 228, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 232, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-container .row > .control-group {
  flex: 0 49%;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 235, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback .form-container .row > .control-group {
    flex: 0 100%;
  }
}
/* line 242, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .submit-button, #form-feedback .next, #form-feedback .previous {
  background-color: #e4002b;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  font-weight: 700;
  padding: 15px 25px;
  line-height: normal;
  transition: 0.5s;
}
/* line 253, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .submit-button:hover, #form-feedback .next:hover, #form-feedback .previous:hover {
  background-color: #006ac6;
}
/* line 257, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .final-button {
  text-align: right;
}
/* line 260, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .buttons {
  display: flex;
  justify-content: space-between;
}
/* line 264, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .next, #form-feedback .previous {
  color: #f7b624;
  display: inline-block;
  background-color: white;
  border: 2px solid #f7b624;
}
/* line 269, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .next:hover, #form-feedback .previous:hover {
  pointer-events: none;
  background-color: white;
}
/* line 273, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .next.active, #form-feedback .previous.active {
  background-color: #f7b624;
  color: white;
}
/* line 276, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .next.active:hover, #form-feedback .previous.active:hover {
  cursor: pointer;
  pointer-events: all;
  background-color: #f7b624;
  border: 2px solid #f7b624;
}
/* line 284, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-section {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 287, templates/g5_hydrogen/custom/scss/_feedback.scss */
  #form-feedback .form-section {
    height: auto !important;
    padding-top: 10px;
  }
}
/* line 291, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .form-section.active {
  display: flex !important;
}
/* line 295, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .chzn-container .chzn-results li.highlighted {
  background-image: none;
  background-color: #006ac6;
}
/* line 299, templates/g5_hydrogen/custom/scss/_feedback.scss */
#form-feedback .chzn-results {
  border: 0px solid grey;
}
/* line 304, templates/g5_hydrogen/custom/scss/_feedback.scss */
.form-horizontal .control-group {
  padding: 0 0.6%;
}
/* line 308, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 309, templates/g5_hydrogen/custom/scss/_feedback.scss */
body.view-feedbackform #g-main {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  /* line 313, templates/g5_hydrogen/custom/scss/_feedback.scss */
  body.view-feedbackform #g-footer {
    margin-top: 0;
  }
}
/* line 319, templates/g5_hydrogen/custom/scss/_feedback.scss */
/* line 320, templates/g5_hydrogen/custom/scss/_feedback.scss */
.feedbackform-complete h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px !important;
}
/* line 325, templates/g5_hydrogen/custom/scss/_feedback.scss */
.feedbackform-complete p {
  text-align: center;
}
/***************************
 ****************************
 NAME: _commercial.scss
 SITE: Drain Doctor
 DESCRIPTION: SCSS for Commercial Website Updates 2025
 -------------------------------------
 AUTHOR: Rachel Oliver
 DATE CREATED: 14/01/24
 LAST MODIFIED DATE: 14/01/24
 LAST MODIFIED BY: Rachel Oliver
 ****************************
 ***************************/
/* line 25, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 26, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .g-menu-overlay {
  display: none;
}
/* line 31, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a {
  font-family: "Outfit", serif;
  font-weight: 400;
  margin-right: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1700px) {
  /* line 37, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 a {
    margin-right: 25px;
  }
}
@media (max-width: 1199px) {
  /* line 41, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 a {
    margin-right: 20px;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  /* line 46, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 a {
    margin-right: 10px;
  }
}
/* line 50, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a:hover {
  text-decoration: none;
}
/* line 54, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a.gold-btn, body.commercial-2025 a.red-btn, body.commercial-2025 a.white-btn {
  color: white;
  border-radius: 10px;
  padding: 18px 70px 18px 30px;
  margin-top: 1rem;
  font-weight: 600;
  display: inline-block;
  transition: 0.5s;
  line-height: 1.2;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1199px) {
  /* line 69, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 a.gold-btn, body.commercial-2025 a.red-btn, body.commercial-2025 a.white-btn {
    padding: 18px 55px 18px 20px;
  }
}
@media (max-width: 768px) {
  /* line 73, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 a.gold-btn, body.commercial-2025 a.red-btn, body.commercial-2025 a.white-btn {
    padding: 15px 50px 15px 20px;
    margin-top: 10px;
    border-radius: 7px;
  }
}
/* line 79, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a.gold-btn::after, body.commercial-2025 a.red-btn::after, body.commercial-2025 a.white-btn::after {
  content: '';
  font-size: 1.3rem;
  margin-left: 20px;
  background-image: url('../images/dd-white-arrow.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}
@media (max-width: 1199px) {
  /* line 93, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 a.gold-btn::after, body.commercial-2025 a.red-btn::after, body.commercial-2025 a.white-btn::after {
    right: 20px;
  }
}
/* line 98, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 99, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a.gold-btn:hover::after, body.commercial-2025 a.red-btn:hover::after, body.commercial-2025 a.white-btn:hover::after {
  background-color: transparent;
}
/* line 105, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a.gold-btn {
  background-color: #d7ab00;
}
/* line 108, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a.gold-btn:hover {
  background-color: #a48300;
}
/* line 113, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a.red-btn {
  background-color: #e4022b;
}
/* line 116, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a.red-btn:hover {
  background-color: #af0120;
}
/* line 121, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a.white-btn {
  background-color: white;
  color: #1f3c58;
}
/* line 125, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 a.white-btn::after {
  background-image: url('../images/dd-blue-arrow.svg');
}
/* line 131, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 p {
  font-family: "Outfit", serif;
  font-weight: 400;
}
/* line 135, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 p strong {
  color: #1f3c58 !important;
  font-family: "Outfit", serif;
}
/* line 141, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-accreditations {
  bottom: 50px;
  right: 50px;
  margin: 0;
  display: flex;
  align-items: center;
}
/* line 149, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-accreditations li {
  list-style-type: none;
}
@media (max-width: 1199px) {
  /* line 152, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-accreditations li {
    margin-right: 6%;
  }
}
/* line 157, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 1199px) {
  /* line 158, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-accreditations li:nth-last-child(1) {
    margin-right: 0%;
  }
}
/* line 164, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-accreditations img {
  max-width: 190px;
  max-height: 100px;
  margin-right: 30px;
  max-width: 130px;
  max-height: 70px;
}
@media (max-width: 1700px) {
  /* line 172, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-accreditations img {
    max-width: 180px;
  }
}
@media (max-width: 1199px) {
  /* line 176, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-accreditations img {
    max-height: 60px;
    max-width: none;
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  /* line 182, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-accreditations img {
    max-height: 50px;
  }
}
@media (max-width: 768px) {
  /* line 186, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-accreditations img {
    max-height: 100px;
    max-width: 100%;
    width: auto;
  }
}
/* line 195, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-links {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  /* line 199, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-links {
    margin-bottom: 0;
  }
}
/* line 203, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-links li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
/* line 209, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-links li:nth-child(odd) {
  flex: 0 50%;
}
@media (max-width: 768px) {
  /* line 212, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-links li:nth-child(odd) {
    flex: 0 100%;
  }
}
/* line 217, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-links li:nth-child(even) {
  flex: 0 50%;
}
@media (max-width: 768px) {
  /* line 220, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-links li:nth-child(even) {
    flex: 0 100%;
  }
}
/* line 226, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-links a {
  color: #1f3c58;
  position: static;
  font-weight: 600;
  line-height: 1.2;
}
/* line 232, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-links a::before {
  margin-right: 20px;
  content: '';
  background-image: url('../images/dd-blue-arrow.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  position: absolute;
  left: 0;
}
/* line 258, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-links a:hover {
  color: #d7ab00;
}
/* line 261, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-links a:hover::before {
  background-color: transparent;
  background-image: url('../images/dd-gold-arrow.svg');
}
/* line 269, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 h1, body.commercial-2025 h2, body.commercial-2025 h3, body.commercial-2025 h4 {
  font-family: "Poppins", serif;
  font-weight: 700;
}
/* line 277, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 h2 {
  color: #1f3c58;
  font-size: 2.5rem;
}
@media (max-width: 959px) {
  /* line 281, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  /* line 286, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 h2 {
    font-size: 1.75rem;
  }
}
/* line 290, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 h2 a {
  color: #1f3c58;
  font-size: 2.5rem;
  font-family: "Poppins", serif;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 959px) {
  /* line 297, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 h2 a {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  /* line 301, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 h2 a {
    font-size: 1.75rem;
  }
}
/* line 307, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 h3 {
  color: #1f3c58;
  font-size: 1.875rem;
}
@media (max-width: 959px) {
  /* line 311, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  /* line 315, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 h3 {
    font-size: 1.3rem;
  }
}
/* line 320, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 h4 {
  font-size: 1.5rem;
  color: #1f3c58;
}
/* line 325, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 ul {
  margin-left: 0;
}
/* line 328, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 ul li {
  list-style-type: none;
}
/* line 331, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 ul li p {
  margin-bottom: 7px;
  margin-top: 7px;
}
/* line 338, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 339, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .g-offcanvas-toggle {
    top: 145px;
  }
}
/* line 343, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .g-offcanvas-toggle::after {
  color: white;
  font-family: FontAwesome;
}
/* line 349, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 350, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 356, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li {
  list-style-type: none;
  flex: 0 45%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-content: flex-start;
}
@media (max-width: 450px) {
  /* line 364, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-grid ul li {
    flex: 0 100%;
  }
}
/* line 368, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li img {
  order: 1;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  z-index: 2;
  width: 100%;
}
/* line 377, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li a, body.commercial-2025 .commercial-grid ul li .no-link {
  order: 2;
  font-family: "Poppins", serif;
  display: block;
  width: 100%;
  color: #1f3c58;
  padding-right: 30px;
  position: relative;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  z-index: 2;
}
@media (max-width: 1199px) {
  /* line 392, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-grid ul li a, body.commercial-2025 .commercial-grid ul li .no-link {
    font-size: 1.1rem;
    margin-right: 5px;
  }
}
/* line 397, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li a::after, body.commercial-2025 .commercial-grid ul li .no-link::after {
  content: '';
  background-image: url('../images/dd-blue-arrow.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 4px;
}
@media (max-width: 1199px) {
  /* line 411, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-grid ul li a::after, body.commercial-2025 .commercial-grid ul li .no-link::after {
    top: 2px;
  }
}
/* line 416, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li a:hover, body.commercial-2025 .commercial-grid ul li .no-link:hover {
  color: #d7ab00;
}
/* line 419, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li a:hover::after, body.commercial-2025 .commercial-grid ul li .no-link:hover::after {
  background-color: transparent;
  background-image: url('../images/dd-gold-arrow.svg');
}
/* line 426, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li .no-link {
  color: black;
}
/* line 429, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li .no-link::after {
  display: none;
}
/* line 433, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li .no-link:hover {
  color: black;
}
/* line 436, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li .no-link:hover::after {
  background: none;
}
/* line 442, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-grid ul li p {
  order: 3;
  margin-top: 10px;
  z-index: 2;
}
/* line 451, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 452, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 453, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 454, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .size-100 > .g-content > .commercial-grid > ul {
  justify-content: normal;
}
@media (max-width: 768px) {
  /* line 457, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .size-100 > .g-content > .commercial-grid > ul {
    justify-content: space-between;
  }
}
/* line 461, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .size-100 > .g-content > .commercial-grid > ul > li {
  flex: 0 30%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  /* line 465, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .size-100 > .g-content > .commercial-grid > ul > li {
    flex: 0 45%;
  }
}
@media (max-width: 450px) {
  /* line 469, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .size-100 > .g-content > .commercial-grid > ul > li {
    flex: 0 100%;
    margin-right: 0;
  }
}
/* line 474, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .size-100 > .g-content > .commercial-grid > ul > li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  /* line 477, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .size-100 > .g-content > .commercial-grid > ul > li:nth-child(3n) {
    margin-right: 5%;
  }
}
@media (max-width: 450px) {
  /* line 481, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .size-100 > .g-content > .commercial-grid > ul > li:nth-child(3n) {
    margin-right: 0%;
  }
}
/* line 486, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 497, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 498, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .size-100 > .g-content > .commercial-grid > ul > li:nth-child(even) {
    margin-right: 0;
  }
}
/* line 509, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 510, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .size-40 .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  /* line 518, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .size-40 .buttons {
    height: auto;
    justify-content: start;
    flex-direction: column;
    align-content: flex-start;
    align-items: baseline;
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 450px) {
  /* line 528, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .size-40 .buttons {
    margin-bottom: 30px;
  }
}
/* line 532, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 534, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .size-40 .buttons a.gold-btn, body.commercial-2025 .size-40 .buttons a.red-btn {
  margin-right: 0;
  margin-top: 10px;
}
/* line 543, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 544, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-image .custom {
  height: 600px;
  width: 45%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  /* line 555, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-image .custom {
    position: relative;
    width: 100%;
    left: auto;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 500px;
  }
}
@media (max-width: 450px) {
  /* line 564, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-image .custom {
    height: 350px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
/* line 573, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-image img {
  border-radius: 30px;
}
/* line 578, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 581, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 583, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content .commercial-grid li.highlight {
  background-color: #dce1e5;
  outline: 20px solid #dce1e5;
  border-radius: 1px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 591, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-content .commercial-grid li.highlight {
    outline: 15px solid #dce1e5;
  }
}
/* line 595, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content .commercial-grid li.highlight::after {
  content: '';
  background-color: #dce1e5;
  width: 1000px;
  height: 100%;
  position: absolute;
  left: 100%;
  outline: 20px solid #dce1e5;
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 605, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-content .commercial-grid li.highlight::after {
    outline: 15px solid #dce1e5;
  }
}
/* line 612, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content .expert-content, body.commercial-2025 .commercial-content .size-50 {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  /* line 617, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-content .expert-content, body.commercial-2025 .commercial-content .size-50 {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 623, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content.expert-container {
  margin: 30px 0;
}
@media (max-width: 1199px) {
  /* line 626, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-content.expert-container {
    margin: 30px 0 10px 0;
  }
}
/* line 631, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content #brochure-download-container {
  margin-top: 50px;
  border-top: 3px solid #eee;
  font-family: "Outfit", serif;
  color: white;
}
/* line 637, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content #brochure-download-container a, body.commercial-2025 .commercial-content #brochure-download-container span {
  color: white;
  font-weight: 600;
  font-size: 1.3rem;
}
/* line 643, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content #brochure-download-container a :hover, body.commercial-2025 .commercial-content #brochure-download-container span :hover {
  text-decoration: none;
}
/* line 648, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content #brochure-download-container #brochure-download-inner {
  background: #1f3c58;
  padding: 20px;
  border-radius: 10px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}
/* line 662, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content #brochure-download-container a:hover {
  cursor: pointer;
}
/* line 665, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content #brochure-download-container a:hover #brochure-download-inner {
  background: #d7ab00;
}
/* line 670, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content #brochure-download-container #brochure-download-inner span {
  flex: 1;
  font-size: inherit;
  max-width: 60%;
  position: relative;
  padding-right: 20px;
}
/* line 677, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content #brochure-download-container #brochure-download-inner span::after {
  content: '';
  background-image: url('../images/dd-white-arrow.svg');
  width: 20px;
  height: 20px;
  display: inline-block !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: relative;
  top: 4px;
}
/* line 692, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-content #brochure-download-container #brochure-download-inner img {
  width: 50%;
  max-width: 240px;
  height: auto;
  position: absolute;
  right: 0;
  margin-right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 705, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 706, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .commercial-image-content .custom {
  min-height: 600px;
  align-content: center;
  margin-bottom: 60px;
}
@media (max-width: 959px) {
  /* line 713, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-image-content .custom {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  /* line 717, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .commercial-image-content .custom {
    margin-bottom: 20px;
    min-height: auto;
  }
}
/* line 724, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form {
  margin-bottom: 0;
}
/* line 727, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form > p {
  margin-bottom: 0;
  text-align: right;
}
/* line 731, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form > p a {
  margin-right: 0;
}
/* line 736, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form .fields {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  /* line 739, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 form.ui.form .fields {
    flex-wrap: wrap;
  }
}
/* line 744, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form .field {
  margin-bottom: 20px;
}
/* line 747, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form .field > label {
  color: white;
  font-family: "Outfit", serif;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 10px;
}
/* line 754, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form .field > label::after {
  display: none;
}
/* line 759, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form .field small {
  margin-top: 5px;
  position: absolute;
  right: 0;
  color: #ff6b6b !important;
}
/* line 766, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form .field > input, body.commercial-2025 form.ui.form .field > .dropdown {
  font-family: "Outfit", serif;
  font-size: 1rem;
  padding: 20px;
  border: 0;
  border-radius: 5px;
}
@media (max-width: 450px) {
  /* line 774, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 form.ui.form .field > input, body.commercial-2025 form.ui.form .field > .dropdown {
    padding: 15px 20px;
  }
}
/* line 779, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 780, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form .field.error input {
  background: #fff6f6;
}
/* line 786, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form button.button {
  background-color: #d7ab00;
  font-family: "Outfit", serif;
  font-size: 1.25rem;
  padding: 18px 30px;
  border-radius: 10px;
  right: auto;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  transition: 0.5s;
}
/* line 798, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form button.button::after {
  content: '';
  font-size: 1.3rem;
  margin-left: 20px;
  background-image: url('../images/dd-white-arrow.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 3px;
  position: relative;
}
/* line 818, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form button.button:hover {
  background-color: #a48300;
}
/* line 823, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form a {
  color: white;
  text-decoration: underline;
  font-size: 0.875rem;
}
/* line 828, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 form.ui.form a:hover {
  text-decoration: none;
}
/* line 834, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-preheader {
  background-color: #1f3c58;
  padding: 3px 0 !important;
}
/* line 838, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-preheader .site-link {
  max-width: 97rem;
  margin: auto;
  width: 95%;
  text-align: right;
}
/* line 844, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-preheader .site-link p {
  margin: 0;
}
/* line 848, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-preheader .site-link a {
  color: white;
}
/* line 851, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-preheader .site-link a::after {
  content: '\f061';
  font-family: FontAwesome;
  font-size: 1.3rem;
  margin-left: 10px;
}
/* line 861, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header {
  padding-top: 5px;
}
@media (max-width: 1199px) {
  /* line 864, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header {
    padding-top: 0px;
  }
}
/* line 868, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header::before {
  display: none;
}
/* line 872, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 873, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .logo-block img {
  max-width: 330px;
}
@media (max-width: 1700px) {
  /* line 876, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .logo-block img {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  /* line 880, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .logo-block img {
    max-width: 220px;
  }
}
/* line 886, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 887, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel {
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  /* line 890, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-main-nav .g-toplevel {
    justify-content: flex-end;
  }
}
/* line 894, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li {
  z-index: 2;
}
/* line 898, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 899, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  color: white;
  font-family: "Outfit", serif;
}
/* line 905, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 906, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) a {
  color: white;
  font-family: "Outfit", serif;
}
/* line 910, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) a .g-menu-parent-indicator {
  background: transparent !important;
}
/* line 913, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) a .g-menu-parent-indicator::after {
  color: white;
  font-family: FontAwesome;
}
/* line 933, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background-color: transparent;
}
/* line 940, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover .g-menu-parent-indicator:after {
  transform: none;
}
/* line 944, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown {
  width: calc(100% - 3rem);
  background-color: #1f3c58;
  border-bottom: 4px solid #d7ab00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  padding: 70px 100px;
}
@media (max-width: 1199px) {
  /* line 954, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown {
    padding: 50px 60px 30px 60px;
  }
}
/* line 958, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown::before {
  content: '';
}
/* line 963, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown a.g-menu-item-container {
  padding: 0;
}
/* line 967, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown ul.g-sublevel {
  display: flex;
  flex-wrap: wrap;
}
/* line 971, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown ul.g-sublevel > li.g-menu-item {
  flex: 0 33.3%;
  margin-bottom: 25px;
  background-color: transparent !important;
}
@media (max-width: 1199px) {
  /* line 976, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown ul.g-sublevel > li.g-menu-item {
    padding-right: 20px;
  }
}
/* line 980, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown ul.g-sublevel > li.g-menu-item a {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  transition: none;
}
/* line 986, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown ul.g-sublevel > li.g-menu-item a::after {
  content: '';
  font-size: 1.3rem;
  margin-left: 20px;
  background-image: url('../images/dd-white-arrow.svg');
  width: 20px;
  height: 20px;
  display: inline-block !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 6px;
}
@media (max-width: 959px) {
  /* line 1008, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown ul.g-sublevel > li.g-menu-item a::after {
    width: 15px;
    height: 15px;
  }
}
/* line 1014, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown ul.g-sublevel > li.g-menu-item a:hover {
  background-color: transparent;
  color: #d7ab00 !important;
}
/* line 1018, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-main-nav .g-toplevel > li.g-menu-item-link-parent:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-dropdown ul.g-sublevel > li.g-menu-item a:hover::after {
  background-color: transparent;
  background-image: url('../images/dd-gold-arrow.svg');
}
/* line 1032, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1033, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .menu-block ul.g-toplevel {
  position: static;
}
@media (max-width: 1199px) {
  /* line 1036, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .menu-block ul.g-toplevel {
    margin-top: 5px;
  }
}
@media (max-width: 959px) {
  /* line 1040, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .menu-block ul.g-toplevel {
    margin-top: 0px;
  }
}
/* line 1045, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 1700px) {
  /* line 1046, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .menu-block .g-content {
    padding-left: 12px !important;
  }
}
/* line 1052, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  /* line 1055, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta {
    margin-top: 10px;
  }
}
@media (max-width: 959px) {
  /* line 1059, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  /* line 1064, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta {
    margin-bottom: 0px;
  }
}
/* line 1068, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content {
  display: flex;
}
@media (max-width: 1199px) {
  /* line 1097, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content {
    align-items: center;
  }
}
@media (max-width: 768px) {
  /* line 1101, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content {
    flex-wrap: wrap;
  }
}
/* line 1105, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 1199px) {
  /* line 1107, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content {
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  /* line 1112, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content {
    width: 100%;
    height: auto;
  }
}
/* line 1117, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content .custom {
  position: relative;
  display: block;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  /* line 1122, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content .custom {
    border-radius: 0;
  }
}
@media (max-width: 959px) {
  /* line 1126, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content .custom {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 1132, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content .custom > p {
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  text-align: left !important;
  margin-right: 0;
  line-height: 1.3;
}
@media (max-width: 1700px) {
  /* line 1141, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content .custom > p {
    font-size: 0.75rem;
  }
}
/* line 1145, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content .custom > p a {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
/* line 1150, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content .custom > p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  /* line 1154, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content .custom > p a {
    font-size: 1.75rem;
  }
}
/* line 1161, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1162, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 1199px) {
  /* line 1163, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .moduletable {
    background-color: #e4022b;
  }
}
/* line 1168, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .custom {
  background-color: #e4022b;
  padding: 15px 20px 15px 80px !important;
  margin-right: 15px;
}
@media (max-width: 1700px) {
  /* line 1173, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .custom {
    padding: 15px 20px 15px 65px !important;
  }
}
@media (max-width: 1199px) {
  /* line 1177, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .custom {
    margin-right: 0;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  /* line 1184, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .custom {
    padding: 10px 20px 5px 65px !important;
  }
}
/* line 1188, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .custom::before {
  content: '\f071';
  position: absolute;
  left: 20px;
  top: 6px;
  font-family: FontAwesome;
  font-size: 2.8rem;
}
@media (max-width: 1700px) {
  /* line 1196, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .custom::before {
    font-size: 2.2rem;
    top: 10px;
    left: 15px;
  }
}
@media (max-width: 1199px) {
  /* line 1202, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .custom::before {
    font-size: 2rem;
    left: 15px;
    top: 15px;
  }
}
@media (max-width: 768px) {
  /* line 1208, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .custom::before {
    font-size: 2.4rem;
    left: 12px;
    top: 8px;
  }
}
/* line 1215, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(1) .custom a {
  margin-right: 0;
}
/* line 1221, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(2) {
  display: block;
}
/* line 1225, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(2) .moduletable {
  height: 100%;
}
/* line 1229, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(2) .custom {
  height: 100%;
}
/* line 1232, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(2) .custom p {
  height: 100%;
  display: block;
}
/* line 1237, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(2) .custom a {
  text-align: center;
  background-color: #006ac6;
  padding: 15px 20px;
  border-radius: 10px;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1700px) {
  /* line 1250, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(2) .custom a {
    width: 150px;
    margin-right: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  /* line 1256, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .header-cta .g-content .platform-content:nth-child(2) .custom a {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
    font-size: 1.2rem;
    justify-content: center;
  }
}
/* line 1270, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 959px) {
  /* line 1271, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) {
    flex-wrap: wrap;
  }
}
/* line 1275, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-grid:nth-child(1) .header-cta {
  position: relative;
  width: auto;
}
@media (max-width: 1199px) {
  /* line 1279, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) .header-cta {
    width: 100%;
    flex: 0 100%;
    order: 1;
    margin-top: 0;
    background-color: #006ac6;
  }
}
@media (max-width: 959px) {
  /* line 1287, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) .header-cta {
    top: auto;
    left: auto;
  }
}
@media (max-width: 768px) {
  /* line 1292, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) .header-cta {
    display: block;
    max-width: none;
    min-width: auto !important;
  }
}
/* line 1298, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1299, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-grid:nth-child(1) .header-cta .g-content span {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
/* line 1307, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-grid:nth-child(1) .menu-block {
  flex: 0 39%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  /* line 1311, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) .menu-block {
    flex: 0 50%;
    order: 2;
  }
}
@media (max-width: 1040px) {
  /* line 1316, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) .menu-block {
    position: static;
    width: auto;
  }
}
@media (max-width: 959px) {
  /* line 1321, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) .menu-block {
    order: 3;
    flex: 0 60%;
    padding-top: 0;
  }
}
/* line 1328, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-header .g-grid:nth-child(1) .logo-block {
  min-width: auto;
}
@media (max-width: 1199px) {
  /* line 1331, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) .logo-block {
    flex: 0 50%;
    order: 2;
  }
}
@media (max-width: 959px) {
  /* line 1336, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) .logo-block {
    flex: 0 40%;
  }
}
@media (max-width: 768px) {
  /* line 1340, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-header .g-grid:nth-child(1) .logo-block {
    max-width: none;
    min-width: auto !important;
    width: 100%;
    flex: 0 100%;
  }
}
/* line 1350, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer {
  margin-top: 100px;
}
@media (max-width: 959px) {
  /* line 1353, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  /* line 1357, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer {
    margin-top: 0px;
  }
}
/* line 1361, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .neighbourly.moduletable {
  margin-top: 0;
}
@media (max-width: 959px) {
  /* line 1364, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .neighbourly.moduletable {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  /* line 1368, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .neighbourly.moduletable {
    margin-left: 15px;
  }
}
/* line 1372, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .neighbourly.moduletable p {
  font-weight: 400;
}
@media (max-width: 1199px) {
  /* line 1375, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .neighbourly.moduletable p {
    font-size: 1rem;
  }
}
/* line 1381, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1382, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1383, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(1) {
  flex: 0 40%;
}
@media (max-width: 1199px) {
  /* line 1386, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(1) {
    padding-bottom: 0;
  }
}
@media (max-width: 959px) {
  /* line 1390, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(1) {
    flex: 0 100%;
  }
}
/* line 1394, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(1) > * {
  flex: 0 100%;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 1398, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(1) > * {
    text-align: left;
    justify-content: left;
  }
}
/* line 1403, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(1) > *.desktop-logo {
  margin-top: 30px;
}
/* line 1407, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1408, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(1) > *:nth-last-child(1) > .g-content {
  padding-left: 1rem;
}
@media (max-width: 1199px) {
  /* line 1411, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(1) > *:nth-last-child(1) > .g-content {
    padding-top: 0;
    margin-top: 9px;
  }
}
/* line 1418, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 1419, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(1) > * > .g-content {
    margin-left: 10px;
  }
}
/* line 1426, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(2) {
  flex: 0 60%;
}
@media (max-width: 959px) {
  /* line 1429, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(2) {
    flex: 0 100%;
  }
}
/* line 1434, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .g-container > .g-grid:nth-child(3) {
  flex: none;
}
/* line 1440, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer::after {
  background-color: #1f3c58;
}
/* line 1444, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1445, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .footer-logo img {
  width: 300px;
}
@media (max-width: 1199px) {
  /* line 1448, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .footer-logo img {
    width: 250px;
  }
}
/* line 1454, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1455, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .branding p {
  font-size: 1rem;
}
@media (max-width: 1199px) {
  /* line 1458, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .branding p {
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  /* line 1462, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .branding p {
    text-align: left;
  }
}
/* line 1466, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .branding p a {
  color: #1f3c58;
  margin-left: 45px;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  /* line 1471, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .branding p a {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
}
@media (max-width: 959px) {
  /* line 1479, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .branding p a {
    color: white;
  }
}
/* line 1483, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .branding p a:hover {
  color: #d7ab00;
}
/* line 1490, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1491, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .commercial-branding .g-content {
  padding-top: 0;
}
@media (max-width: 1700px) {
  /* line 1495, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .commercial-branding .g-content {
    margin-top: 1rem;
  }
}
/* line 1500, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1501, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .commercial-branding .branding p {
  font-size: 1.2rem;
}
@media (max-width: 1199px) {
  /* line 1504, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .commercial-branding .branding p {
    font-size: 1rem;
  }
}
/* line 1509, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .commercial-branding .branding a {
  color: #1f3c58;
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  margin-bottom: 40px;
  font-size: 1.2rem;
}
@media (max-width: 1199px) {
  /* line 1519, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .commercial-branding .branding a {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 959px) {
  /* line 1524, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .commercial-branding .branding a {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* line 1539, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .commercial-branding .branding a::after {
  content: '';
  background-image: url('../images/dd-blue-arrow.svg');
  width: 20px;
  height: 20px;
  display: inline-block !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 4px;
}
/* line 1554, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .commercial-branding .branding a:hover {
  color: #d7ab00;
}
/* line 1557, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .commercial-branding .branding a:hover::after {
  background-color: transparent;
  background-image: url('../images/dd-gold-arrow.svg');
}
/* line 1567, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .social-container {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1700px) {
  /* line 1571, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .social-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  /* line 1575, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .social-container {
    margin-bottom: 50px;
  }
}
@media (max-width: 959px) {
  /* line 1579, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .social-container {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  /* line 1583, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .social-container {
    margin-bottom: 35px;
  }
}
/* line 1587, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 959px) {
  /* line 1588, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .social-container .g-content {
    margin-right: 0;
  }
}
/* line 1594, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1595, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1596, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .social.g-social a {
  background-color: #d7ab00;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
/* line 1602, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1603, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .social.g-social a span::before {
  color: white;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -3px;
}
/* line 1612, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1615, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1616, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .social.g-social a:nth-child(2) span::before {
  content: '\f0e1';
  background-color: transparent;
  bottom: 13px;
  font-size: 2rem;
}
/* line 1628, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .menu-two, body.commercial-2025 #g-footer .menu-three {
  background-color: #1f3c58;
}
/* line 1633, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .menu-two {
  border-top-left-radius: 30px;
}
@media (max-width: 959px) {
  /* line 1636, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .menu-two {
    border-top-right-radius: 30px;
  }
}
@media (max-width: 768px) {
  /* line 1640, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .menu-two {
    padding-left: 0;
  }
}
/* line 1644, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 959px) {
  /* line 1645, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .menu-two .g-content {
    margin-top: 1.5rem;
  }
}
/* line 1649, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .menu-two .g-content a {
  font-size: 1rem;
  margin-bottom: 20px;
}
/* line 1654, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .menu-two .g-content .nav {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
/* line 1660, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .menu-two .g-content .nav > * {
  display: none;
}
/* line 1664, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .menu-two .g-content .nav .parent {
  flex: 0 50%;
  display: block;
}
@media (max-width: 959px) {
  /* line 1668, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .menu-two .g-content .nav .parent {
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* line 1672, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .menu-two .g-content .nav .parent {
    flex: 0 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}
/* line 1678, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .menu-two .g-content .nav .parent > a {
  font-family: "Poppins", serif;
  font-size: 1.375rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  /* line 1683, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .menu-two .g-content .nav .parent > a {
    font-size: 1.2rem;
  }
}
/* line 1690, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .menu-two .g-content .platform-content:nth-child(1) {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 1693, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .menu-two .g-content .platform-content:nth-child(1) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 1697, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .menu-two .g-content .platform-content:nth-child(1) {
    flex: 0 100%;
  }
}
/* line 1702, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-footer .menu-two .g-content a {
  display: inline-block;
}
/* line 1708, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 959px) {
  /* line 1709, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .mobile-footer {
    background-color: #1f3c58;
  }
}
/* line 1713, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1714, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 959px) {
  /* line 1715, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-footer .mobile-footer .branding-container .g-content {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
/* line 1725, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1726, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase a {
  color: white;
}
/* line 1730, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase p {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  /* line 1733, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase p {
    font-size: 1.125rem;
  }
}
/* line 1738, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1739, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase.g-flushed .showcase-container {
  display: block;
  padding-top: 70px;
}
@media (max-width: 1199px) {
  /* line 1743, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container {
    padding-top: 50px;
  }
}
@media (max-width: 959px) {
  /* line 1747, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  /* line 1751, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container {
    padding-top: 0px;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* line 1758, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase.g-flushed .showcase-container::before {
  content: '';
  height: 375px;
  width: 315px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url('../images/drain-doctor-d-web.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 768px) {
  /* line 1770, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container::before {
    display: none;
  }
}
/* line 1775, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase.g-flushed .showcase-container h1 {
  color: white;
  font-family: "Poppins", serif;
  font-size: 3rem;
  line-height: 1.1;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 959px) {
  /* line 1784, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  /* line 1788, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container h1 {
    font-size: 2.125rem;
  }
}
/* line 1792, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase.g-flushed .showcase-container h1 .gold {
  color: #d7ab00;
}
/* line 1796, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase.g-flushed .showcase-container h1::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #d7ab00;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 1807, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase.g-flushed .showcase-container > * {
  max-width: 45%;
}
@media (max-width: 1700px) {
  /* line 1810, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container > * {
    max-width: 53%;
  }
}
@media (max-width: 1199px) {
  /* line 1814, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container > * {
    max-width: 70%;
  }
}
@media (max-width: 959px) {
  /* line 1818, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container > * {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  /* line 1822, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase.g-flushed .showcase-container > * {
    max-width: 100%;
  }
}
/* line 1829, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 1830, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) {
  padding-bottom: 5rem;
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  /* line 1834, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) {
    padding-bottom: 7rem;
    max-height: none;
  }
}
@media (max-width: 1199px) {
  /* line 1839, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) {
    padding-bottom: 11rem;
  }
}
@media (max-width: 768px) {
  /* line 1843, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) {
    padding-bottom: 2rem;
    padding-top: 15rem;
    background-size: 870px auto;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
@media (max-width: 450px) {
  /* line 1851, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links) {
    background-position: bottom right -85px;
  }
}
/* line 1855, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links)::before {
  background-color: rgba(31, 60, 88, 0.5);
}
/* line 1859, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links)::after {
  background: linear-gradient(90deg, rgba(18, 39, 59, 1) 0%, rgba(18, 39, 59, 0) 100%);
}
@media (max-width: 768px) {
  /* line 1862, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .moduletable:not(.showcase-links) .custom:not(.showcase-links)::after {
    width: 100%;
    background: linear-gradient(180deg, rgba(18, 39, 59, 1) 50%, rgba(18, 39, 59, 0) 100%);
  }
}
/* line 1870, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase .commercial-accreditations {
  position: absolute;
}
@media (max-width: 768px) {
  /* line 1873, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .commercial-accreditations {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
    margin-top: 10rem;
  }
}
@media (max-width: 450px) {
  /* line 1884, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .commercial-accreditations {
    justify-content: space-between;
  }
}
/* line 1888, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-showcase .commercial-accreditations img {
  max-width: 190px;
  max-height: 100px;
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 1700px) {
  /* line 1894, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .commercial-accreditations img {
    max-width: 180px;
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  /* line 1899, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .commercial-accreditations img {
    max-width: 160px;
    max-height: 80px;
  }
}
@media (max-width: 768px) {
  /* line 1904, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .commercial-accreditations img {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 30%;
    max-height: 85px;
    width: auto;
  }
}
@media (max-width: 450px) {
  /* line 1913, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-showcase .commercial-accreditations img {
    margin-left: 1%;
    margin-right: 1%;
    max-width: 28%;
  }
}
/* line 1922, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 959px) {
  /* line 1926, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  /* line 1930, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction {
    margin-bottom: 30px;
  }
}
/* line 1934, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction::after {
  content: '';
  width: 50%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #dce1e5;
}
@media (max-width: 768px) {
  /* line 1944, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction::after {
    display: none;
  }
}
/* line 1949, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction .g-content {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  /* line 1955, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .g-content {
    padding: 0;
    margin: 0;
  }
}
/* line 1961, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction .custom {
  background-color: #dce1e5;
  border-bottom-left-radius: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 1969, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom {
    border-bottom-right-radius: 30px;
    padding-top: 18px;
  }
}
@media (max-width: 450px) {
  /* line 1974, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom {
    padding-top: 20px;
  }
}
/* line 1978, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction .custom ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  padding-left: 30px;
}
@media (max-width: 1700px) {
  /* line 1986, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  /* line 1990, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul {
    flex-wrap: wrap;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0px;
  }
}
/* line 1997, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction .custom ul li {
  list-style-type: none;
  text-align: center;
  padding: 0 10px;
  flex: 1;
}
@media (max-width: 768px) {
  /* line 2003, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li {
    flex: 0 50%;
  }
}
@media (max-width: 450px) {
  /* line 2007, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li {
    padding: 0 2px;
    flex: 0 50%;
  }
}
/* line 2012, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 2013, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li:nth-child(1) {
    flex: 0 100%;
    margin-bottom: 20px;
  }
  /* line 2018, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li:nth-child(1)::before {
    content: '';
    height: 130px;
    width: 100%;
    background-color: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* line 2030, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 2032, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li:nth-child(2), body.commercial-2025 #g-introduction .custom ul li:nth-child(4) {
    margin-bottom: 20px;
  }
}
/* line 2037, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 2038, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li:nth-child(2) {
    flex: 0 50%;
  }
}
/* line 2044, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2050, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2056, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 2057, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li:nth-child(5) {
    flex: 0 50%;
  }
}
/* line 2063, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2069, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction .custom ul li p {
  font-family: "Poppins", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f3c58;
  margin-top: 20px;
  line-height: 1.3;
}
@media (max-width: 1700px) {
  /* line 2077, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li p {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  /* line 2081, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li p {
    font-size: 0.875rem;
  }
}
@media (max-width: 450px) {
  /* line 2085, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li p {
    line-height: 1.25;
  }
}
/* line 2089, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction .custom ul li p span {
  font-size: 0.75rem;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 2095, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li p span {
    font-size: 0.65rem;
  }
}
/* line 2101, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction .custom ul li img {
  width: 85px;
  height: auto;
}
@media (max-width: 1199px) {
  /* line 2105, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li img {
    width: 75px;
  }
}
@media (max-width: 768px) {
  /* line 2109, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li img {
    width: 70px;
  }
}
/* line 2114, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-introduction .custom ul li .trustpilot-widget {
  width: 250px;
}
@media (max-width: 1700px) {
  /* line 2117, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li .trustpilot-widget {
    width: 200px;
    height: 120px;
  }
}
@media (max-width: 959px) {
  /* line 2122, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li .trustpilot-widget {
    width: 170px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  /* line 2127, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-introduction .custom ul li .trustpilot-widget {
    margin: 0 auto 15px auto;
  }
}
/* line 2136, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2138, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 2141, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content .size-40, body.commercial-2025 #g-content .size-60, body.commercial-2025 #g-content .size-50 {
    flex: 0 100%;
    width: 100%;
  }
  /* line 2145, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content .size-40 #sticky-column-container, body.commercial-2025 #g-content .size-60 #sticky-column-container, body.commercial-2025 #g-content .size-50 #sticky-column-container {
    height: auto !important;
  }
}
/* line 2152, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2153, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content .size-100:not(.full-width-grid) > .g-content {
  margin: 0;
  padding: 0;
}
/* line 2159, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2162, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2165, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2169, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content .g-content .platform-content .moduletable.commercial-image, body.commercial-2025 #g-content .g-content .platform-content .moduletable.commercial-image-content {
  margin-top: 0;
}
/* line 2174, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content .g-content .platform-content .moduletable .commercial-image {
  padding-right: 60px;
}
@media (max-width: 1199px) {
  /* line 2177, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content .g-content .platform-content .moduletable .commercial-image {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  /* line 2181, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content .g-content .platform-content .moduletable .commercial-image {
    padding-right: 0px;
  }
}
/* line 2189, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) {
  background-color: #1f3c58;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  padding: 90px 0 90px 70px;
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: 1.5rem;
}
@media (max-width: 1199px) {
  /* line 2201, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) {
    margin-left: 20px;
    padding: 50px 20px 60px 40px;
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 959px) {
  /* line 2208, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  /* line 2212, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) {
    margin-bottom: 50px;
    flex-wrap: wrap;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    margin-left: 0;
    padding: 50px 10%;
  }
}
@media (max-width: 450px) {
  /* line 2221, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) {
    padding: 10px 0 40px 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
/* line 2227, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 2228, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container > .g-block, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) > .g-block {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 2234, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container::after, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why)::after {
  content: '';
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: #1f3c58;
}
/* line 2245, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container h2, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) h2, body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container h3, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) h3, body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container h4, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) h4 {
  color: #d7ab00;
}
/* line 2250, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container h2 a, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) h2 a, body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container h3 a, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) h3 a, body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container h4 a, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) h4 a {
  color: white;
}
/* line 2255, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container p, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) p, body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container strong, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) strong {
  color: white !important;
}
/* line 2260, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container .commercial-form.moduletable, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) .commercial-form.moduletable {
  margin: 0;
}
/* line 2264, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container .commercial-form.custom, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) .commercial-form.custom {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  padding-bottom: 25px;
}
/* line 2271, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2272, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container .commercial-form.custom h2 span, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) .commercial-form.custom h2 span {
  color: #fff;
}
@media (max-width: 1700px) {
  /* line 2277, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container .commercial-form.custom, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) .commercial-form.custom {
    padding-right: 40px;
  }
}
/* line 2281, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container .commercial-form.custom > div, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) .commercial-form.custom > div {
  width: 100%;
}
/* line 2286, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2287, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container #commercial-form .g-content, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) #commercial-form .g-content {
  height: 100%;
}
/* line 2290, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container #commercial-form .g-content .platform-content, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) #commercial-form .g-content .platform-content {
  height: 100%;
}
/* line 2293, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.commercial-content-block .g-container > .g-grid.commercial-form-container #commercial-form .g-content .platform-content .moduletable, body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1):not(.why) #commercial-form .g-content .platform-content .moduletable {
  height: 100%;
}
/* line 2301, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-content.location-content-block .g-container > .g-grid:nth-child(1) {
  margin-top: 0;
}
/* line 2306, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews {
  position: relative;
  padding-top: 130px;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  /* line 2312, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews {
    margin-top: 40px;
  }
}
@media (max-width: 959px) {
  /* line 2316, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews {
    margin-top: 60px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  /* line 2321, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews {
    margin-top: 40px;
  }
}
/* line 2325, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews::before {
  content: '';
  background-color: #1f3c58;
  height: 80%;
  width: 80%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 959px) {
  /* line 2337, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews::before {
    width: 90%;
  }
}
@media (max-width: 450px) {
  /* line 2341, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews::before {
    width: 100%;
  }
}
/* line 2346, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2347, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .commercial-reviews.custom > p > img {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 2;
  width: 600px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 1199px) {
  /* line 2356, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .commercial-reviews.custom > p > img {
    width: 45%;
  }
}
@media (max-width: 959px) {
  /* line 2360, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .commercial-reviews.custom > p > img {
    display: none;
  }
}
/* line 2365, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .commercial-reviews.custom > p:not(:nth-child(1)), body.commercial-2025 #g-reviews .commercial-reviews.custom > h2 {
  color: white;
  width: 50%;
}
@media (max-width: 959px) {
  /* line 2370, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .commercial-reviews.custom > p:not(:nth-child(1)), body.commercial-2025 #g-reviews .commercial-reviews.custom > h2 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  /* line 2374, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .commercial-reviews.custom > p:not(:nth-child(1)), body.commercial-2025 #g-reviews .commercial-reviews.custom > h2 {
    width: 85%;
  }
}
@media (max-width: 450px) {
  /* line 2378, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .commercial-reviews.custom > p:not(:nth-child(1)), body.commercial-2025 #g-reviews .commercial-reviews.custom > h2 {
    width: 100%;
  }
}
/* line 2383, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .commercial-reviews.custom > p:not(:nth-child(1)), body.commercial-2025 #g-reviews .commercial-reviews.custom > h2, body.commercial-2025 #g-reviews .commercial-reviews.custom .slider, body.commercial-2025 #g-reviews .commercial-reviews.custom .trustpilot-widget {
  position: relative;
  z-index: 3;
}
/* line 2391, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .commercial-reviews.custom .trustpilot-widget {
  width: fit-content;
  margin-left: -25px;
  margin-top: 10px;
}
/* line 2397, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 1700px) {
  /* line 2398, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .commercial-reviews.custom .slider {
    min-height: 280px;
  }
}
@media (max-width: 1199px) {
  /* line 2402, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .commercial-reviews.custom .slider {
    min-height: 140px;
  }
}
@media (max-width: 959px) {
  /* line 2406, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .commercial-reviews.custom .slider {
    min-height: 0;
  }
}
/* line 2412, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider {
  width: 120%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  /* line 2418, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .slider {
    width: 100%;
  }
}
/* line 2422, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list {
  order: 2;
  margin-top: 50px;
}
/* line 2426, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list .slick-slide {
  background-color: #dce1e5;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-right: 20px;
}
@media (max-width: 959px) {
  /* line 2435, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .slider .slick-list .slick-slide {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 2439, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-reviews .slider .slick-list .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 2446, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list .slick-slide p {
  font-style: normal;
  color: #1f3c58;
}
/* line 2451, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list .slick-slide .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/* line 2456, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list .slick-slide .flex img {
  max-width: 100px;
}
/* line 2460, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list .slick-slide .flex .testimonial-job-title {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 15px;
}
/* line 2466, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list .slick-slide .flex .testimonial-author {
  margin-bottom: 10px;
}
/* line 2472, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2473, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2474, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list .slick-slide .testimonial-rating .star svg {
  width: 30px;
  height: 30px;
}
/* line 2481, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2482, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list .slick-slide .testimonial-highlights ul li {
  position: relative;
  padding-left: 30px;
  color: #1f3c58;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: "Outfit", serif;
  font-style: normal;
  margin-bottom: 5px;
}
/* line 2492, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider .slick-list .slick-slide .testimonial-highlights ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url('../images/blue-check.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 2509, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider button.slick-arrow {
  color: white;
  background-color: #d7ab00;
  border-radius: 10px;
  order: 1;
  position: relative;
  left: 0;
  font-size: 0;
  padding: 13px 23px;
  margin-right: 10px;
}
/* line 2520, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider button.slick-arrow::before {
  font-size: 2rem;
  font-weight: 300;
  font-family: FontAwesome;
}
/* line 2526, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider button.slick-arrow::after {
  margin-left: 0;
  font-weight: 300;
  font-size: 2rem;
  font-family: FontAwesome;
}
/* line 2533, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-reviews .slider button.slick-arrow.slick-disabled {
  background-color: #12273b;
}
/* line 2540, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 2541, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-actions {
    margin-top: 10px;
  }
}
/* line 2545, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2546, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .custom.footer-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 150px 0;
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 768px) {
  /* line 2555, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-actions .custom.footer-cta {
    padding: 100px 5%;
    margin-top: 70px;
  }
}
/* line 2560, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .custom.footer-cta::before {
  content: '';
  background-color: rgba(18, 39, 59, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 2570, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .custom.footer-cta h2 {
  color: #d7ab00;
}
/* line 2574, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .custom.footer-cta h2, body.commercial-2025 #g-actions .custom.footer-cta p {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* line 2583, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .custom.footer-cta p {
  color: white;
}
/* line 2588, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .custom.commercial-partners {
  margin-top: 70px;
}
@media (max-width: 768px) {
  /* line 2591, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-actions .custom.commercial-partners {
    margin-top: 50px;
  }
}
/* line 2595, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .custom.commercial-partners ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/* line 2602, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .custom.commercial-partners ul li {
  list-style: none;
  flex: 0 16%;
  text-align: center;
}
@media (max-width: 959px) {
  /* line 2607, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-actions .custom.commercial-partners ul li {
    flex: 0 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 2612, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-actions .custom.commercial-partners ul li {
    flex: 0 50%;
  }
}
/* line 2616, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .custom.commercial-partners ul li img {
  width: auto;
  height: auto;
  max-height: 75px;
  max-width: 170px;
}
@media (max-width: 1199px) {
  /* line 2622, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #g-actions .custom.commercial-partners ul li img {
    max-height: 60px;
    max-width: 120px;
  }
}
/* line 2632, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2633, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-actions .moduletable.commercial-partners {
  text-align: center;
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 2642, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .mfp-bg {
  background-color: black !important;
  opacity: 0.5;
}
/* line 2647, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer {
  background-color: #1f3c58;
  max-width: 1200px;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  /* line 2654, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer {
    border-radius: 15px;
  }
}
@media (max-width: 450px) {
  /* line 2658, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
/* line 2663, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 2668, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 450px) {
  /* line 2673, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* line 2678, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content {
  flex: 0 46%;
}
@media (max-width: 1199px) {
  /* line 2681, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content {
    flex: 0 50%;
  }
}
@media (max-width: 768px) {
  /* line 2685, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content {
    flex: 0 100%;
    width: 100%;
  }
}
/* line 2690, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content:nth-child(1) {
  padding-right: 10px;
}
@media (max-width: 1199px) {
  /* line 2693, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content:nth-child(1) {
    padding-right: 30px;
  }
}
@media (max-width: 959px) {
  /* line 2697, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content:nth-child(1) {
    padding-right: 0;
  }
}
/* line 2702, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content:nth-child(2) {
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  /* line 2706, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content:nth-child(2) {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  /* line 2710, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content:nth-child(2) {
    padding-left: 0px;
    justify-content: center;
  }
}
/* line 2715, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 2716, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content:nth-child(2) .moduletable {
    width: 100%;
  }
}
/* line 2722, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content .top-popup {
  text-align: left;
}
/* line 2725, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content .top-popup h2 {
  color: #d7ab00;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 2729, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content .top-popup h2 {
    margin-top: 0;
  }
}
/* line 2734, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content .top-popup ul {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
/* line 2738, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content .top-popup ul.commercial-accreditations {
  flex-wrap: nowrap;
  margin-bottom: 10px;
  justify-content: start;
}
/* line 2744, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 2745, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content .top-popup ul li {
    flex: 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
/* line 2751, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content .top-popup ul li img {
  max-width: 100%;
}
/* line 2758, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content form {
  display: block;
}
/* line 2761, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 959px) {
  /* line 2762, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content form .fields {
    flex-wrap: wrap;
  }
}
/* line 2767, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content form .field {
  flex: 0 50%;
  margin-right: 0;
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  /* line 2772, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content form .field {
    flex: 0 100%;
  }
}
/* line 2776, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content form .field label {
  position: static;
  text-align: left;
}
/* line 2781, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content form .field small {
  color: #ff6b6b !important;
  font-size: 80%;
  right: 6px;
  bottom: -25px;
}
/* line 2787, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content form .field small::before {
  display: none;
}
/* line 2793, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content form button {
  background-color: #e4022b;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 0;
  padding: 18px 30px;
}
@media (max-width: 768px) {
  /* line 2801, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer > .g-content > .platform-content form button {
    float: none;
  }
}
/* line 2805, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer > .g-content > .platform-content form button::after {
  content: '';
}
/* line 2813, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer ul {
  margin-top: 0;
}
/* line 2816, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer ul li {
  padding-left: 0;
}
/* line 2819, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer ul li p {
  text-transform: none;
  font-weight: 400;
  margin-top: 7px;
}
/* line 2824, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer ul li p strong {
  color: white !important;
}
/* line 2831, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 2832, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer p strong {
  color: white !important;
}
/* line 2838, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial {
  background-color: #1f3c58;
  color: white;
  width: 95%;
  max-width: 800px;
  margin: auto;
  position: relative;
  padding: 15px 50px 50px 50px;
  text-align: center;
}
@media (max-width: 959px) {
  /* line 2848, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial {
    padding: 15px 30px 0 30px;
  }
}
@media (max-width: 768px) {
  /* line 2852, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial {
    padding: 1px 0px 0 0px;
  }
}
/* line 2856, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial ul {
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 2863, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial ul {
    flex-wrap: wrap;
  }
}
/* line 2867, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial ul li {
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  /* line 2872, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial ul li {
    flex: 0 49%;
    max-width: 49%;
    margin-bottom: 20px;
  }
}
/* line 2878, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial ul li > div {
  position: relative;
}
/* line 2893, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial ul li img {
  max-width: 110px;
  height: auto;
  position: relative;
}
/* line 2901, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial ul li p {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 2909, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial h2 {
  color: white;
}
@media (max-width: 768px) {
  /* line 2912, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial h2 {
    font-size: 1.6rem;
  }
}
/* line 2917, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .mfp-close {
  color: white;
  opacity: 1;
  right: 20px;
  top: 20px;
  font-size: 2.8rem;
  transition: 0.5s;
}
/* line 2925, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .mfp-close:hover {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  /* line 2929, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial .mfp-close {
    background-color: #222;
    border-bottom-left-radius: 20px;
    font-size: 2rem;
    top: 0;
    right: 0;
  }
}
/* line 2938, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  /* line 2947, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial form {
    display: block;
  }
}
/* line 2951, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form .field {
  flex: 0 25%;
  position: relative;
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  /* line 2957, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial form .field {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 2962, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form .field:nth-child(2), body.commercial-2025 #popupcontainer-commercial form .field:nth-child(1) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 2966, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial form .field:nth-child(2), body.commercial-2025 #popupcontainer-commercial form .field:nth-child(1) {
    margin-right: 0;
  }
}
/* line 2971, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form .field label {
  color: white;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (max-width: 768px) {
  /* line 2977, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial form .field label {
    position: relative;
    top: auto;
  }
}
/* line 2983, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form .field input {
  border-radius: 3px;
  border: 0;
  font-size: 1.2rem;
}
/* line 2989, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form .field small {
  color: white !important;
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 0.9rem;
}
/* line 2996, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form .field small:before {
  content: '\f077';
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
/* line 3004, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form button {
  flex: 0 8%;
  background-color: transparent;
  transition: 0.5s;
  position: relative;
  left: 0;
  padding: 0;
  min-height: 40px;
}
@media (max-width: 768px) {
  /* line 3013, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial form button {
    float: right;
    margin-top: 20px;
  }
}
/* line 3018, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form button:after {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  font-weight: 300;
}
/* line 3025, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial form button:hover {
  left: 10px;
}
/* line 3031, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .postcode-input {
  flex: 0 100%;
}
/* line 3034, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .postcode-input form {
  max-width: 350px;
}
/* line 3037, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .postcode-input form input {
  font-size: 1.4rem;
  padding: 20px 45px 20px 20px;
}
/* line 3042, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .postcode-input form button {
  position: absolute;
  left: auto;
  padding: 0px 5px;
  top: 16px;
  color: #1f3c58;
}
/* line 3049, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .postcode-input form button:after {
  display: none;
}
/* line 3053, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .postcode-input form button:hover {
  color: #006ac6;
}
@media (max-width: 768px) {
  /* line 3057, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial .postcode-input form button {
    margin-top: 0;
  }
}
/* line 3063, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .postcode-input .privacy-link {
  max-width: 100%;
  text-align: center;
}
/* line 3069, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3070, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3071, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .top-popup .custom .postcode-input {
  margin-top: 10px;
}
/* line 3076, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-commercial .top-popup h2 {
  text-align: center;
}
@media (max-width: 959px) {
  /* line 3080, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial .top-popup {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 3084, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial .top-popup {
    padding-bottom: 15px;
  }
  /* line 3087, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-commercial .top-popup .privacy-link {
    text-align: center;
  }
}
/* line 3095, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher {
  background-color: #1f3c58;
  color: white;
  width: 95%;
  max-width: 400px;
  margin: auto;
  position: relative;
  padding: 25px;
  text-align: center;
  border-radius: 20px;
}
/* line 3106, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher .siteswitcher-intro {
  margin-bottom: 30px;
}
/* line 3110, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher .btn-commercial {
  color: white;
  background: #e4022b;
  display: block;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
  margin-right: 0;
}
/* line 3119, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher .btn-commercial:hover {
  text-decoration: none;
}
/* line 3123, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher .btn-commercial:after {
  content: '';
  font-size: 1.3rem;
  margin-left: 20px;
  background-image: url('../images/dd-white-arrow.svg');
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}
/* line 3139, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher .btn-residential {
  color: white;
  background: #f7b624;
  display: block;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
  margin-right: 0;
}
/* line 3148, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher .btn-residential:hover {
  text-decoration: none;
}
/* line 3152, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher .btn-residential:after {
  content: '';
  font-size: 1.3rem;
  margin-left: 20px;
  background-image: url('../images/dd-white-arrow.svg');
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}
@media (max-width: 959px) {
  /* line 3168, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-siteswitcher {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  /* line 3172, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 #popupcontainer-siteswitcher {
    padding: 10px;
  }
}
/* line 3176, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher p:first-of-type {
  margin-top: 10px;
}
/* line 3180, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher p:empty {
  display: none;
}
/* line 3184, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher h2 {
  color: white;
  font-size: 1.5rem;
  margin: 0;
}
/* line 3190, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #popupcontainer-siteswitcher .mfp-close {
  display: none;
}
/* line 3195, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-offcanvas {
  background: #1f3c58;
}
/* line 3198, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3199, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-offcanvas #g-mobilemenu-container ul {
  background: transparent;
}
/* line 3202, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3203, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: white;
  margin-right: 0;
}
/* line 3207, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container::before {
  color: white;
  font-family: FontAwesome;
}
/* line 3212, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container span {
  line-height: 1.2;
}
/* line 3217, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3218, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3219, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-offcanvas #g-mobilemenu-container ul > li.g-parent .g-menu-parent-indicator::after {
  color: white;
  font-family: FontAwesome;
}
/* line 3224, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-offcanvas #g-mobilemenu-container ul > li.g-parent .g-menu-parent-indicator:hover {
  background: transparent;
}
/* line 3230, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3231, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #g-offcanvas #g-mobilemenu-container ul > li:hover a {
  color: white !important;
}
/* line 3240, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .cookie-acception {
  background: rgba(18, 39, 59, 0.9);
}
/* line 3243, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .cookie-acception .cookie-accept-button {
  background-color: #d7ab00 !important;
}
/* line 3246, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .cookie-acception .cookie-accept-button:hover {
  background-color: #a48300 !important;
}
/* line 3251, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .cookie-acception .cookie-acception-text a {
  color: #d7ab00 !important;
  font-size: 1.1rem;
}
/* line 3255, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .cookie-acception .cookie-acception-text a:hover {
  color: #a48300 !important;
}
/* line 3261, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3262, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #sidebar-cta #sidebar-cta-inner {
  background: #1f3c58;
  color: white;
  border-radius: 10px;
  padding: 40px;
  bottom: 10px;
  position: relative;
}
/* line 3270, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 #sidebar-cta #sidebar-cta-inner h4 {
  color: white;
}
/* line 3276, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 div.video-container-outer {
  display: none;
}
/* line 3281, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3283, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3284, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.com_brightbeautiful.view-location.layout-commercial .header-cta p:nth-child(1), body.com_brightbeautiful.view-location.no-layout .header-cta p:nth-child(1) {
  padding-top: 0;
}
/* line 3294, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3295, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos {
  margin-top: 50px;
}
@media (max-width: 959px) {
  /* line 3298, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 3302, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos {
    margin-bottom: 40px;
  }
}
/* line 3306, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3307, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos .why.video {
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1700px) {
  /* line 3311, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos .why.video {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  /* line 3316, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos .why.video {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3321, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos .why.video > div {
  background-color: transparent;
  margin-right: 2.6%;
}
@media (max-width: 959px) {
  /* line 3325, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos .why.video > div {
    margin-right: auto;
  }
}
/* line 3329, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos .why.video > div:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 959px) {
  /* line 3332, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos .why.video > div:nth-child(4n) {
    margin-right: auto;
  }
}
/* line 3337, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 959px) {
  /* line 3338, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos .why.video > div:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 3342, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos .why.video > div:nth-child(even) {
    margin-right: auto;
  }
}
/* line 3347, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos .why.video > div h4 {
  text-transform: none;
  text-align: left;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3rem;
  padding-top: 20px;
}
@media (max-width: 959px) {
  /* line 3356, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos .why.video > div h4 {
    padding-bottom: 0;
  }
}
/* line 3361, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3362, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos .why.video > div a.popup-youtube {
  margin-right: 0;
}
/* line 3365, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3366, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos .why.video > div a.popup-youtube:hover h4 {
  color: #d7ab00;
}
/* line 3373, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3374, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos .why.video > div img:not(.yt-btn) {
  border-radius: 20px;
}
/* line 3383, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3384, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3385, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos.three .why.video {
  justify-content: flex-start;
}
/* line 3388, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos.three .why.video > div {
  flex: 0 32%;
  max-width: 32%;
  margin-right: 2%;
}
@media (max-width: 959px) {
  /* line 3393, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.three .why.video > div {
    flex: 0 49%;
    max-width: 49%;
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  /* line 3399, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.three .why.video > div {
    flex: 0 100%;
    max-width: 100%;
    margin-right: auto;
    max-width: 400px;
  }
}
/* line 3406, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos.three .why.video > div:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 959px) {
  /* line 3409, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.three .why.video > div:nth-child(3n) {
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  /* line 3413, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.three .why.video > div:nth-child(3n) {
    margin-right: auto;
  }
}
/* line 3418, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 959px) {
  /* line 3419, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.three .why.video > div:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 3423, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.three .why.video > div:nth-child(even) {
    margin-right: auto;
  }
}
/* line 3432, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos.single {
  margin-top: 0;
}
@media (max-width: 768px) {
  /* line 3435, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.single {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
/* line 3441, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos.single .g-container {
  display: flex;
}
/* line 3444, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos.single .g-container .g-grid {
  align-items: center;
}
/* line 3449, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3450, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos.single .why.video {
  margin-right: 0;
  padding-top: 0;
}
@media (max-width: 1700px) {
  /* line 3454, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.single .why.video {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3459, templates/g5_hydrogen/custom/scss/_commercial.scss */
@media (max-width: 768px) {
  /* line 3460, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.single .why.video .g-content {
    padding-top: 0;
  }
}
/* line 3465, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .moduletable.drainage-videos.single .why.video > div {
  flex: 0 100%;
  max-width: 100%;
  padding: 0.938rem;
  margin-right: 0.625rem;
}
@media (max-width: 768px) {
  /* line 3471, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .moduletable.drainage-videos.single .why.video > div {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
/* line 3481, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .promo-video {
  max-width: 700px;
  margin: 10px auto 0;
  display: none;
}
@media (max-width: 1700px) {
  /* line 3486, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .promo-video {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  /* line 3490, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .promo-video {
    max-width: 100%;
  }
}
/* line 3494, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .promo-video iframe {
  border-radius: 10px;
}
/* line 3498, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .promo-video p {
  margin-bottom: 0;
}
/* line 3502, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3503, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .promo-video .embed-container .video-container-outer {
  display: block;
}
/* line 3510, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3512, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025.view-location .promo-video, body.commercial-2025.itemid-106 .promo-video {
  display: block;
}
/* line 3517, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3518, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025 .location-content-block .moduletable.drainage-videos {
  margin-top: 80px;
}
@media (max-width: 959px) {
  /* line 3521, templates/g5_hydrogen/custom/scss/_commercial.scss */
  body.commercial-2025 .location-content-block .moduletable.drainage-videos {
    margin-top: 50px;
  }
}
/* line 3527, templates/g5_hydrogen/custom/scss/_commercial.scss */
/* line 3528, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025.commercial-thank-you .location-content-block .g-container > .g-grid:nth-child(1):not(.why) {
  display: none;
}
/* line 3532, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025.commercial-thank-you .gold-btn {
  display: none;
}
/* line 3536, templates/g5_hydrogen/custom/scss/_commercial.scss */
body.commercial-2025.commercial-thank-you .g-menu-item-405 {
  display: none;
}
/*# sourceMappingURL=custom_19.css.map */