/* 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: #0f0f0f;
    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: #c79e28;
    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: #c79e28;
}

/* 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: #0f0f0f !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: #0f0f0f;
    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: #0f0f0f;
}

@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: #c79e28;
    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: #c79e28;
    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: #c79e28;
    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: #c79e28;
        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 #bf9b21;
}

@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: AvenirLTStd-Book;
    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: #0f0f0f;
    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: #c79e28;
}

/* 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: #bf9b21;
    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: #0f0f0f;
    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 #c79e28;
    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: #0f0f0f;
}

/* 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 #bf9b21;
    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 #bf9b21;
}

/* 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: #bf9b21;
    border-color: #bf9b21;
    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: #c79e28;
    border-color: #c79e28;
    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: #c79e28;
    }
}

/* 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: #c79e28;
}

@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: AvenirLTStd-Book;
    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: #0f0f0f;
}

/* 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: AvenirLTStd-Heavy;
}

/* 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: #c79e28;
    border-radius: 100px;
    padding: 15px 25px;
    transition: 0.5s;
    position: relative;
    z-index: 10;
    color: white;
    display: inline-block;
    font-family: AvenirLTStd-Heavy;
    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: #0f0f0f;
}

/* 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: #0f0f0f;
    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: #c79e28;
}

/* 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: #c79e28;
}

/* 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: #0f0f0f;
    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: #c79e28;
}

/* 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: #0f0f0f;
}

/* 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: #c79e28;
}

/* 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: #0f0f0f;
    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: #c79e28;
    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: AvenirLTStd-Heavy;
}

/* 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: AvenirLTStd-Roman;
}

/* 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: AvenirLTStd-Roman;
}

@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: AvenirLTStd-Heavy;
    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: AvenirLTStd-Heavy;
    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: AvenirLTStd-Heavy;
    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: #0f0f0f;
    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: #c79e28;
    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 #bf9b21;
    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 #c79e28;
    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: #c79e28 !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 #bf9b21;
    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: AvenirLTStd-Heavy;
    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: #c79e28;
    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: #bf9b21;
    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: #c79e28;
}

/* 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: AvenirLTStd-Heavy;
}

/* 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: #c79e28;
}

/* 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: #c79e28;
        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: #c79e28;
    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: #0f0f0f;
}

/* 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: #c79e28;
}

/* 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: #c79e28;
}

/* 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: #0f0f0f;
    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 #c79e28;
}

/* 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: #c79e28;
    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: #0f0f0f;
}

/* 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 #c79e28;
    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) {}

/* 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: _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: #0f0f0f;
    position: relative;
}

/* line 86, templates/g5_hydrogen/custom/scss/_typography.scss */

a:not(.button):hover {
    color: #0f0f0f;
    text-decoration: underline;
}

/* line 89, templates/g5_hydrogen/custom/scss/_typography.scss */

a:not(.button):hover:after {
    background-color: #0f0f0f;
}

/* line 97, templates/g5_hydrogen/custom/scss/_typography.scss */

a.button {
    background-color: #0f0f0f;
    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: #c79e28;
}

/* 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: #0f0f0f;
}

/* line 126, templates/g5_hydrogen/custom/scss/_typography.scss */

a.button.green-detail {
    color: #bf9b21;
}

/* line 129, templates/g5_hydrogen/custom/scss/_typography.scss */

a.button.pink-detail {
    color: #c79e28;
}

/* line 132, templates/g5_hydrogen/custom/scss/_typography.scss */

a.button.green {
    background-color: #bf9b21;
}

/* line 134, templates/g5_hydrogen/custom/scss/_typography.scss */

a.button.green:hover {
    background-color: #0f0f0f;
}

/* 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: #c79e28;
}

/* line 159, templates/g5_hydrogen/custom/scss/_typography.scss */

a.housekeeping:hover {
    color: #c79e28 !important;
}

/* line 163, templates/g5_hydrogen/custom/scss/_typography.scss */

a.security {
    color: #0f0f0f;
}

/* line 171, templates/g5_hydrogen/custom/scss/_typography.scss */

a.security:hover {
    color: #0f0f0f !important;
}

/* line 175, templates/g5_hydrogen/custom/scss/_typography.scss */

a.teams {
    color: #c79e28;
}

/* line 183, templates/g5_hydrogen/custom/scss/_typography.scss */

a.teams:hover {
    color: #c79e28 !important;
}

/* line 187, templates/g5_hydrogen/custom/scss/_typography.scss */

a.products {
    color: #bf9b21;
}

/* line 195, templates/g5_hydrogen/custom/scss/_typography.scss */

a.products:hover {
    color: #bf9b21 !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: #bf9b21;
    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: #0f0f0f;
}

/* 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: #bf9b21;
}

/* 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: #c79e28;
}

/* 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: #c79e28;
}

/* 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: #bf9b21;
    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: #c79e28;
    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: #0f0f0f;
}

/* 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: #0f0f0f;
}

/* 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: #c79e28;
    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: #c79e28;
    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: #c79e28;
}

/* 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: #c79e28;
}

/* 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: #c79e28;
}

/* 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: #c79e28 !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: #c79e28 !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: #c79e28;
}

/* 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: #c79e28 !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: #c79e28;
    border-radius: 100px;
    padding: 15px 25px !important;
    color: white !important;
    margin-left: 10px;
    transition: 0.5s;
    font-family: AvenirLTStd-Heavy;
}

/* line 183, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-header .g-main-nav .g-toplevel>li a.popup:hover {
    background-color: #0f0f0f;
}

/* line 190, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 191, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-header .g-main-nav .g-toplevel>li.services-parent>.g-dropdown {
    min-width: 710px;
}

@media (max-width: 1235px) {
    /* line 193, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .g-main-nav .g-toplevel>li.services-parent>.g-dropdown {
        min-width: 650px;
        left: auto;
        right: 0;
    }
}

@media (max-width: 959px) {
    /* line 198, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .g-main-nav .g-toplevel>li.services-parent>.g-dropdown {
        min-width: 650px;
    }
}

/* line 203, 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;
}

/* line 209, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 211, 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 215, 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: 5px;
    padding-bottom: 5px;
}

/* line 221, 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 223, 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 226, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 227, 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 236, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 237, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 238, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 239, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 240, 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 248, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 249, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-header .g-main-nav .g-toplevel>li.no-dropdown-parent:hover {
    background-color: transparent !important;
}

/* line 252, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 253, 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 256, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-header .g-main-nav .g-toplevel>li.no-dropdown-parent>a:hover {
    color: #c79e28 !important;
}

@media (max-width: 768px) {
    /* line 261, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .g-main-nav .g-toplevel>li.no-dropdown-parent .no-dropdown-parent {
        display: none;
    }
}

/* line 268, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-header .g-main-nav .g-dropdown {
    background-color: #c79e28;
}

/* line 271, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 272, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-header .g-main-nav .g-dropdown li .g-menu-parent-indicator {
    display: none;
}

/* line 276, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-header .g-main-nav .g-dropdown li.g-selected:hover {
    background-color: #c1076c !important;
}

/* line 279, 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 286, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-header .g-main-nav .g-dropdown .g-dropdown .g-sublevel {
    display: block;
}

/* line 291, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 294, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 295, 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 338, templates/g5_hydrogen/custom/scss/_menus.scss */
    /* line 339, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .logo-block {
        flex: 0 23%;
    }
    /* line 341, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .logo-block>div {
        margin-right: 0;
        padding-right: 0;
        margin-top: 0;
    }
    /* line 348, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .menu-block {
        flex: 0 77%;
        padding-top: 35px;
    }
    /* line 351, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .menu-block>div {
        margin-right: 0;
    }
    /* line 356, 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 362, templates/g5_hydrogen/custom/scss/_menus.scss */
    /* line 363, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .logo-block {
        flex: 0 32%;
        padding-top: 3px;
    }
    /* line 367, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .menu-block {
        display: none;
        flex: 0 68%;
        padding-top: 35px;
    }
    /* line 371, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-header .menu-block>div {
        padding-right: 0;
        margin-right: 0;
    }
}

/* line 381, templates/g5_hydrogen/custom/scss/_menus.scss */

.g-offcanvas-toggle {
    color: black;
    top: 2.5rem;
    right: 1.5rem !important;
}

@media (max-width: 490px) {
    /* line 385, templates/g5_hydrogen/custom/scss/_menus.scss */
    .g-offcanvas-toggle {
        top: 1.8rem;
    }
}

/* line 388, 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 394, templates/g5_hydrogen/custom/scss/_menus.scss */

.g-offcanvas-toggle svg,
.g-offcanvas-toggle .fa {
    display: none;
}

/* line 399, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 400, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 401, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 402, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 403, 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 405, 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 414, 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: #c79e28;
    opacity: 1;
}

@media (max-width: 768px) {
    /* line 421, templates/g5_hydrogen/custom/scss/_menus.scss */
    /* line 422, templates/g5_hydrogen/custom/scss/_menus.scss */
    .g-toplevel a.popup {
        display: none;
    }
}

/* line 432, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 433, templates/g5_hydrogen/custom/scss/_menus.scss */

.company-policies ul.g-dropdown {
    display: none;
}

/* line 444, 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 451, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-header .g-main-nav .g-dropdown {
    display: none;
}

/* line 455, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 456, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 457, 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 467, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 468, 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 471, 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 473, templates/g5_hydrogen/custom/scss/_menus.scss */
    body.touchscreen a.services-link,
    body.touchscreen a.about-link {
        pointer-events: all;
    }
}

/* line 477, templates/g5_hydrogen/custom/scss/_menus.scss */

@media (max-width: 959px) {
    /* line 478, 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 486, 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 490, 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 493, templates/g5_hydrogen/custom/scss/_menus.scss */

#g-offcanvas #g-mobilemenu-container ul>li>.g-menu-item-container {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    /* line 508, templates/g5_hydrogen/custom/scss/_menus.scss */
    /* line 509, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-offcanvas .g-content {
        padding: 0;
        margin: 0;
    }
    /* line 512, templates/g5_hydrogen/custom/scss/_menus.scss */
    /* line 513, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-offcanvas .g-content nav.g-menu-hastouch li {
        display: block;
        width: 100%;
    }
    /* line 516, templates/g5_hydrogen/custom/scss/_menus.scss */
    /* line 517, 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 521, 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 536, templates/g5_hydrogen/custom/scss/_menus.scss */
    #g-offcanvas a {
        color: black;
        padding: 0.938rem 1rem;
    }
}

/* line 546, templates/g5_hydrogen/custom/scss/_menus.scss */

.g-main-nav .g-standard {
    position: static;
}

/* line 550, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 551, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 552, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 553, templates/g5_hydrogen/custom/scss/_menus.scss */

body #g-header .menu-block ul.g-toplevel {
    margin-top: 10px;
    position: relative;
}

/* line 556, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 557, 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 563, templates/g5_hydrogen/custom/scss/_menus.scss */

body #g-header .menu-block ul.g-toplevel li>.g-dropdown a {
    transition: 0.5s;
}

/* line 566, templates/g5_hydrogen/custom/scss/_menus.scss */

body #g-header .menu-block ul.g-toplevel li>.g-dropdown a:hover {
    background-color: #0f0f0f;
}

/* line 576, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 577, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 578, templates/g5_hydrogen/custom/scss/_menus.scss */

/* line 579, templates/g5_hydrogen/custom/scss/_menus.scss */

body.commercial #g-header .menu-block ul.g-toplevel {
    position: relative;
}

/* line 581, templates/g5_hydrogen/custom/scss/_menus.scss */

body.commercial #g-header .menu-block ul.g-toplevel li.active.services-parent {
    background-color: #c79e28 !important;
}

/* line 584, 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 586, 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 590, 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 607, templates/g5_hydrogen/custom/scss/_menus.scss */
    /* line 610, 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: #c79e28;
    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: #c79e28;
    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: #0f0f0f;
}

/* 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: #0f0f0f;
    }
    /* 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: #c79e28;
        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: #0f0f0f;
    }
    /* line 206, templates/g5_hydrogen/custom/scss/_header.scss */
    .mobile-header-cta .g-content .custom span.button-text {
        background-color: #0f0f0f;
        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: #0f0f0f;
        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: #0f0f0f;
    }
}

@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: #0f0f0f !important;
    position: relative;
    text-decoration: underline;
}

/* line 283, templates/g5_hydrogen/custom/scss/_header.scss */

.breadcrumb a:hover {
    color: #c79e28 !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: #c79e28;
    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: #c79e28;
    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: #c79e28;
    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: #0f0f0f;
}

@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: #c79e28;
    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: #c79e28;
    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: #c79e28;
}

@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: #c79e28;
        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 #bf9b21;
}

/* 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 #bf9b21;
}

@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: #bf9b21;
    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: #c79e28;
    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: #0f0f0f;
}

/* 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 #bf9b21;
    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: #bf9b21;
    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: #c79e28;
    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: #0f0f0f;
}

@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 */

@media (max-width: 768px) {
    /* line 711, templates/g5_hydrogen/custom/scss/_modules.scss */
    /* line 712, templates/g5_hydrogen/custom/scss/_modules.scss */
    .mfp-content .g-grid .g-content {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/* line 720, templates/g5_hydrogen/custom/scss/_modules.scss */

#g-brochure {
    padding-bottom: 30px;
}

/* line 723, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 724, templates/g5_hydrogen/custom/scss/_modules.scss */

#popupcontainer .g-content {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* line 730, templates/g5_hydrogen/custom/scss/_modules.scss */

.custom.container {
    position: relative;
}

/* line 732, templates/g5_hydrogen/custom/scss/_modules.scss */

.custom.container .reasons {
    position: relative;
}

/* line 735, 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 741, templates/g5_hydrogen/custom/scss/_modules.scss */
    .custom.container .container {
        max-width: 90rem;
        width: 90%;
    }
}

/* line 751, templates/g5_hydrogen/custom/scss/_modules.scss */

.fullwidth-whitebg.custom {
    background-color: #f2f2f2;
    position: relative;
}

/* line 758, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 759, 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 769, 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 778, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom>div:not(.background-image) {
        padding: 50px 40px 0 40px;
    }
}

@media (max-width: 768px) {
    /* line 781, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom>div:not(.background-image) {
        padding: 40px;
    }
}

/* line 784, 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 788, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom>div:not(.background-image)>div:not(.bb_team) {
        flex: 0 100%;
    }
}

/* line 793, 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 800, templates/g5_hydrogen/custom/scss/_modules.scss */

.fullwidth-whitebg.custom>div:not(.background-image) .bb_team p {
    width: 450px;
}

/* line 804, templates/g5_hydrogen/custom/scss/_modules.scss */

.fullwidth-whitebg.custom>div:not(.background-image) h2 {
    line-height: 1.2;
}

/* line 808, 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 817, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom .background-image {
        height: 300px;
    }
}

/* line 821, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 822, 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 825, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom.team-home>div:not(.background-image) {
        padding-bottom: 40px;
    }
}

@media (max-width: 959px) {
    /* line 828, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom.team-home>div:not(.background-image) {
        padding-top: 0;
    }
}

/* line 832, templates/g5_hydrogen/custom/scss/_modules.scss */

.fullwidth-whitebg.custom.team-home .bb_team {
    width: 250px;
    position: absolute;
    right: 20px;
    bottom: 0;
}

/* line 837, templates/g5_hydrogen/custom/scss/_modules.scss */

.fullwidth-whitebg.custom.team-home .bb_team p {
    width: 450px;
}

/* line 842, 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 #bf9b21;
}

@media (max-width: 768px) {
    /* line 850, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom.opportunities {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

/* line 854, 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 889, templates/g5_hydrogen/custom/scss/_modules.scss */

.fullwidth-whitebg.custom.opportunities>div {
    display: block;
    padding: 70px 20px 90px 20px;
}

@media (max-width: 768px) {
    /* line 892, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom.opportunities>div {
        padding: 70px 0 60px 0;
    }
}

/* line 896, templates/g5_hydrogen/custom/scss/_modules.scss */

.fullwidth-whitebg.custom.opportunities h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

/* line 901, 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 908, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom.opportunities p {
        width: 100%;
    }
}

/* line 912, templates/g5_hydrogen/custom/scss/_modules.scss */

.fullwidth-whitebg.custom.opportunities a.button {
    margin-top: 30px;
}

/* line 915, 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 920, 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 925, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom.opportunities .desktop {
        display: none;
    }
}

/* line 929, 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 934, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom.opportunities .mobile {
        display: block;
    }
}

/* line 939, templates/g5_hydrogen/custom/scss/_modules.scss */

.fullwidth-whitebg.custom.location-job-listings {
    position: relative;
    background-color: unset;
}

/* line 942, 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 947, 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 950, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom.location-job-listings>div:not(.background-image)>div {
        padding-bottom: 15px;
    }
}

/* line 953, 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 955, 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 #bf9b21;
}

@media (max-width: 959px) {
    /* line 961, 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 964, 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 969, 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 973, 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 975, 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: #c79e28;
}

/* line 980, 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 985, 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 998, 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: #c79e28;
    background-color: unset;
}

/* line 1001, 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 1007, 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 1014, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1015, 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 1018, 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 1021, templates/g5_hydrogen/custom/scss/_modules.scss */
    .fullwidth-whitebg.custom.location-job-listings>div:not(.background-image)>div.g-block p {
        width: 100%;
    }
}

/* line 1026, 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 1031, 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 1034, 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 1037, 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 1042, 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 1044, 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 1047, 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 1051, 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 1053, 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 1060, 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 1064, 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 1067, 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 1073, templates/g5_hydrogen/custom/scss/_modules.scss */

@media (max-width: 959px) {
    /* line 1074, 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 1077, 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 1084, 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 1087, 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 1098, 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 1101, 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 1109, 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 #bf9b21;
    border-radius: 200px;
    margin-bottom: 15px;
}

@media (max-width: 450px) {
    /* line 1115, 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 1123, 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 1127, 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 1134, 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 1141, 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 1145, 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 1147, 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 1161, 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 1166, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics {
        flex-wrap: wrap;
        margin: 50px 0 50px 0;
    }
}

@media (max-width: 450px) {
    /* line 1170, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics {
        display: block;
        margin-left: 5%;
        margin-top: 30px;
    }
}

/* line 1175, 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 1180, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li {
        flex: 0 24%;
    }
}

@media (max-width: 959px) {
    /* line 1183, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li {
        flex: 0 49%;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    /* line 1187, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li {
        margin-bottom: 40px;
    }
}

@media (max-width: 450px) {
    /* line 1190, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li {
        flex: 0 100%;
    }
}

/* line 1193, templates/g5_hydrogen/custom/scss/_modules.scss */

ul.statistics li img {
    width: 90%;
}

@media (max-width: 959px) {
    /* line 1195, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li img {
        width: 90%;
    }
}

@media (max-width: 768px) {
    /* line 1198, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li img {
        width: 95%;
    }
}

/* line 1202, 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: #0f0f0f;
    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 1215, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li p {
        font-size: 1.2rem;
        line-height: normal;
    }
}

@media (max-width: 1199px) {
    /* line 1219, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li p {
        font-size: 1.1rem;
        line-height: normal;
    }
}

@media (max-width: 768px) {
    /* line 1223, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li p {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    /* line 1226, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.statistics li p {
        padding: 30px;
    }
}

/* line 1231, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1232, templates/g5_hydrogen/custom/scss/_modules.scss */

ul.statistics>li:nth-child(2) p {
    background-color: #c79e28;
}

/* line 1236, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1237, templates/g5_hydrogen/custom/scss/_modules.scss */

ul.statistics>li:nth-child(3) p {
    background-color: #bf9b21;
}

/* line 1241, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1242, templates/g5_hydrogen/custom/scss/_modules.scss */

ul.statistics>li:nth-child(4) p {
    background-color: #c79e28;
}

/* line 1248, 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 1256, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom ul {
    width: 100%;
    margin: auto;
}

@media (max-width: 1199px) {
    /* line 1259, templates/g5_hydrogen/custom/scss/_modules.scss */
    .team-home.custom ul {
        width: 95%;
    }
}

@media (max-width: 959px) {
    /* line 1262, templates/g5_hydrogen/custom/scss/_modules.scss */
    .team-home.custom ul {
        width: 100%;
    }
}

/* line 1265, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom ul li {
    list-style-type: none;
    display: inline-block;
}

/* line 1269, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom ul li a {
    position: relative;
}

/* line 1272, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom ul li p.statement {
    display: none;
}

@media (max-width: 768px) {
    /* line 1274, templates/g5_hydrogen/custom/scss/_modules.scss */
    .team-home.custom ul li p.statement {
        display: block;
        font-size: 1rem;
        margin-top: 5px;
    }
}

/* line 1282, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom .no-business-statement {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    /* line 1284, templates/g5_hydrogen/custom/scss/_modules.scss */
    .team-home.custom .no-business-statement {
        display: none;
    }
}

/* line 1287, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom .no-business-statement:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro";
    color: #0f0f0f;
    font-weight: 300;
    display: block;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

/* line 1297, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom>div {
    width: 100% !important;
    max-width: 100% !important;
}

/* line 1300, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom>div>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* line 1304, 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 1309, templates/g5_hydrogen/custom/scss/_modules.scss */
    .team-home.custom>div>ul>li {
        flex: 0 31%;
    }
}

@media (max-width: 768px) {
    /* line 1312, templates/g5_hydrogen/custom/scss/_modules.scss */
    .team-home.custom>div>ul>li {
        flex: 0 48%;
    }
}

@media (max-width: 450px) {
    /* line 1315, templates/g5_hydrogen/custom/scss/_modules.scss */
    .team-home.custom>div>ul>li {
        flex: 0 100%;
    }
}

/* line 1318, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom>div>ul>li h4 {
    background-color: #bf9b21;
    width: 100%;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

/* line 1329, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom>div>ul>li ul {
    padding-bottom: 15px;
}

/* line 1331, 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 1337, templates/g5_hydrogen/custom/scss/_modules.scss */

.team-home.custom>div>ul>li ul li a {
    font-size: 1.2rem;
    font-weight: 400;
    color: #0f0f0f;
    text-align: left;
}

/* line 1350, 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 1355, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom {
        background-color: #bf9b21;
        position: relative;
        padding-top: 35px;
        height: auto;
        padding-bottom: 25px;
        top: 60px;
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    /* line 1364, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom {
        padding-left: 25px;
    }
}

/* line 1367, 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 1372, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom p {
        width: 100%;
    }
}

@media (max-width: 959px) {
    /* line 1375, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom p {
        width: 100%;
    }
}

/* line 1378, templates/g5_hydrogen/custom/scss/_modules.scss */

.quote.custom p strong {
    font-size: 1.9rem;
    line-height: 2.2rem;
}

@media (max-width: 768px) {
    /* line 1381, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom p strong {
        line-height: normal;
        font-size: 1.4rem;
    }
}

/* line 1386, templates/g5_hydrogen/custom/scss/_modules.scss */

.quote.custom p:nth-child(1) {
    margin-top: 3.3rem;
}

@media (max-width: 959px) {
    /* line 1388, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom p:nth-child(1) {
        margin-top: 0;
    }
}

/* line 1393, templates/g5_hydrogen/custom/scss/_modules.scss */

.quote.custom:before {
    content: '';
    background-color: #bf9b21;
    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 1402, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom:before {
        width: 60%;
    }
}

@media (max-width: 959px) {
    /* line 1405, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom:before {
        width: 90%;
        height: 100%;
        display: none;
    }
}

@media (max-width: 768px) {
    /* line 1410, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom:before {
        width: 95%;
    }
}

/* line 1414, templates/g5_hydrogen/custom/scss/_modules.scss */

@media (max-width: 959px) {
    /* line 1415, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom:after {
        content: '';
        height: 100%;
        left: -50px;
        width: 50%;
        background-color: #bf9b21;
        top: 0;
        z-index: 1;
        display: block;
        position: absolute;
    }
}

@media (max-width: 768px) {
    /* line 1426, templates/g5_hydrogen/custom/scss/_modules.scss */
    .quote.custom:after {
        display: none;
    }
}

/* line 1432, templates/g5_hydrogen/custom/scss/_modules.scss */

.essential-services.moduletable {
    padding-left: 70px;
}

@media (max-width: 1199px) {
    /* line 1434, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable {
        padding-left: 30px;
    }
}

@media (max-width: 959px) {
    /* line 1437, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable {
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    /* line 1440, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable {
        padding-left: 0;
    }
}

/* line 1443, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1444, templates/g5_hydrogen/custom/scss/_modules.scss */

.essential-services.moduletable .essential-services.custom>div {
    padding-left: 80px;
    position: relative;
}

@media (max-width: 959px) {
    /* line 1447, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable .essential-services.custom>div {
        padding-left: 50px;
    }
}

@media (max-width: 768px) {
    /* line 1450, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable .essential-services.custom>div {
        padding-left: 0;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    /* line 1454, 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 1459, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable .essential-services.custom>div:nth-child(3) {
        margin-bottom: 10px;
    }
}

/* line 1463, 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 1466, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable .essential-services.custom>div a:not(.button) {
        font-size: 1.4rem;
    }
}

/* line 1469, 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 1478, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable .essential-services.custom>div a:not(.button):after {
        display: none;
    }
}

/* line 1482, templates/g5_hydrogen/custom/scss/_modules.scss */

.essential-services.moduletable .essential-services.custom>div a:not(.button):hover {
    color: #c79e28;
}

/* line 1484, templates/g5_hydrogen/custom/scss/_modules.scss */

.essential-services.moduletable .essential-services.custom>div a:not(.button):hover:after {
    bottom: -7px;
    background-color: #c79e28;
}

/* line 1490, 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 1496, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable .essential-services.custom>div img {
        max-width: 30px;
    }
}

@media (max-width: 768px) {
    /* line 1499, templates/g5_hydrogen/custom/scss/_modules.scss */
    .essential-services.moduletable .essential-services.custom>div img {
        max-width: 40px;
        max-height: 40px;
        top: -10px;
    }
}

/* line 1510, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-trust.moduletable {
    position: relative;
    margin: 150px 0 100px 0;
}

@media (max-width: 768px) {
    /* line 1513, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable {
        margin: 50px 0 0 0;
    }
}

/* line 1516, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-trust.moduletable .custom {
    width: 95%;
    max-width: 97rem;
    margin: auto;
}

@media (max-width: 1700px) {
    /* line 1520, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .custom {
        max-width: 79rem;
    }
}

@media (max-width: 768px) {
    /* line 1523, 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 1529, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .custom>p {
        margin-bottom: 0;
    }
}

/* line 1533, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1534, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-trust.moduletable .custom>div .pink-bg {
    width: 50%;
    color: white;
    background-color: #c79e28;
    padding: 40px 0;
    position: relative;
    z-index: 2;
    padding-left: 5%;
}

@media (max-width: 768px) {
    /* line 1542, 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 1548, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .custom>div .pink-bg .postcode-input {
        width: 100%;
    }
    /* line 1550, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .custom>div .pink-bg .postcode-input form {
        width: 100%;
        max-width: 100%;
    }
    /* line 1554, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .custom>div .pink-bg .postcode-input .privacy-link {
        margin-left: auto;
    }
}

/* line 1560, 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 1563, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .custom>div .pink-bg>p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

/* line 1568, 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 1572, 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 1579, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-trust.moduletable .custom>div .pink-bg>* {
    position: relative;
    z-index: 3;
}

/* line 1583, 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 1586, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .custom>div .pink-bg .video-container-outer {
        width: 95%;
    }
}

@media (max-width: 959px) {
    /* line 1589, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .custom>div .pink-bg .video-container-outer {
        width: 100%;
    }
}

@media (max-width: 768px) {
    /* line 1592, 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 1598, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-trust.moduletable .custom>div .pink-bg:before {
    content: '';
    position: absolute;
    width: 40%;
    background-color: #c79e28;
    height: 100%;
    left: -40%;
    z-index: 2;
    top: 0;
}

@media (max-width: 768px) {
    /* line 1607, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .custom>div .pink-bg:before {
        display: none;
    }
}

/* line 1611, 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 1624, 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 1639, 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 1650, 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 1659, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-trust.moduletable .jobs-trust {
    min-height: 800px;
}

@media (max-width: 959px) {
    /* line 1661, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .jobs-trust {
        min-height: 650px;
    }
    /* line 1663, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-trust.moduletable .jobs-trust>div {
        width: 100%;
    }
}

/* line 1673, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-postcode-top {
    position: relative;
}

/* line 1675, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-postcode-top .g-content {
    padding: 0;
    margin: 0;
}

/* line 1680, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-postcode.moduletable {
    height: auto;
    width: 800px;
    margin: auto;
    position: relative;
    top: -50px;
    z-index: 10;
}

/* line 1688, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-postcode.moduletable .custom {
    height: auto;
    background-color: #c79e28;
    color: white;
    padding: 40px 50px 0px 50px;
    display: block;
}

@media (max-width: 768px) {
    /* line 1694, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-postcode.moduletable .custom {
        padding: 40px 30px 0px 30px;
    }
}

/* line 1697, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-postcode.moduletable .custom h4,
.home-postcode.moduletable .custom p {
    color: white;
}

/* line 1700, 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 1706, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-postcode.moduletable .custom h4 {
        font-size: 1.6rem;
        text-align: center;
    }
}

/* line 1711, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-postcode.moduletable .custom p {
    font-family: AvenirLTStd-Roman;
    margin: 10px 0;
}

/* line 1715, 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 1719, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-postcode.moduletable .custom>div {
        text-align: center;
        display: block;
    }
}

/* line 1723, 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 1726, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-postcode.moduletable .custom>div>div:not(.bb_team) {
        padding-bottom: 20px;
    }
}

/* line 1730, 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 1739, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-postcode.moduletable .custom>div>.bb_team {
        flex-direction: column-reverse;
        align-items: center;
    }
}

/* line 1743, 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 1746, 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 1753, templates/g5_hydrogen/custom/scss/_modules.scss */

.home-postcode.moduletable .custom>div>.bb_team img {
    max-height: 250px;
}

@media (max-width: 1199px) {
    /* line 1759, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-postcode.moduletable {
        width: 700px;
    }
}

@media (max-width: 959px) {
    /* line 1762, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-postcode.moduletable {
        width: 650px;
    }
}

@media (max-width: 768px) {
    /* line 1765, templates/g5_hydrogen/custom/scss/_modules.scss */
    .home-postcode.moduletable {
        width: 90%;
    }
}

/* line 1770, templates/g5_hydrogen/custom/scss/_modules.scss */

.slider,
.job-slider {
    position: relative;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    /* line 1773, templates/g5_hydrogen/custom/scss/_modules.scss */
    .slider,
    .job-slider {
        padding-bottom: 40px;
    }
}

/* line 1776, templates/g5_hydrogen/custom/scss/_modules.scss */

.slider .slick-next,
.job-slider .slick-next,
.slider .slick-prev,
.job-slider .slick-prev {
    color: #0f0f0f;
    font-weight: 700;
    font-size: 1.3rem;
    background-color: transparent;
}

/* line 1781, 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 1786, 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 1790, templates/g5_hydrogen/custom/scss/_modules.scss */
    .slider .slick-prev,
    .job-slider .slick-prev {
        left: -5px;
    }
}

/* line 1793, 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 1799, 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 1803, templates/g5_hydrogen/custom/scss/_modules.scss */
    .slider .slick-next,
    .job-slider .slick-next {
        right: 0;
    }
}

/* line 1806, 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 1814, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1815, templates/g5_hydrogen/custom/scss/_modules.scss */

.slider .slick-next:hover:after,
.job-slider .slick-next:hover:after {
    margin-left: 15px;
}

/* line 1820, 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 1824, templates/g5_hydrogen/custom/scss/_modules.scss */
    .slider .slick-slide,
    .job-slider .slick-slide {
        padding: 0;
    }
}

/* line 1827, 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 1831, 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 1836, 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 1840, templates/g5_hydrogen/custom/scss/_modules.scss */
    .slider img.quote-marks,
    .job-slider img.quote-marks {
        margin-top: 20px;
    }
}

/* line 1846, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1847, templates/g5_hydrogen/custom/scss/_modules.scss */

.job-slider .slick-next,
.job-slider .slick-prev {
    color: white;
}

/* line 1850, templates/g5_hydrogen/custom/scss/_modules.scss */

.job-slider .slick-slide {
    padding: 0;
}

/* line 1855, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1856, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1857, templates/g5_hydrogen/custom/scss/_modules.scss */

.reviews .custom>img {
    width: 100%;
    height: 100px;
}

@media (max-width: 768px) {
    /* line 1860, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reviews .custom>img {
        height: 50px;
    }
}

/* line 1864, templates/g5_hydrogen/custom/scss/_modules.scss */

.reviews .custom .slider {
    margin-top: 60px;
}

@media (max-width: 768px) {
    /* line 1866, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reviews .custom .slider {
        margin-top: 40px;
    }
}

/* line 1870, templates/g5_hydrogen/custom/scss/_modules.scss */

.reviews .custom>div:not(.background-image) {
    position: relative;
    padding-bottom: 80px;
    display: block;
}

/* line 1875, 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 1881, 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 #0f0f0f;
}

/* line 1892, 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 1905, 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 1910, 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 1915, 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 1922, 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 1943, templates/g5_hydrogen/custom/scss/_modules.scss */

.content-sidebar,
.introduction-sidebar {
    position: relative;
}

/* line 1946, templates/g5_hydrogen/custom/scss/_modules.scss */

.content-sidebar .button,
.introduction-sidebar .button {
    width: 100%;
    text-align: center;
}

/* line 1949, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 1950, 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 1960, templates/g5_hydrogen/custom/scss/_modules.scss */

.content-sidebar .button:hover,
.introduction-sidebar .button:hover {
    color: white;
}

/* line 1964, 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 1968, templates/g5_hydrogen/custom/scss/_modules.scss */
    .content-sidebar>.g-content,
    .introduction-sidebar>.g-content {
        position: relative;
        top: auto;
    }
}

@media (max-width: 768px) {
    /* line 1972, templates/g5_hydrogen/custom/scss/_modules.scss */
    .content-sidebar>.g-content,
    .introduction-sidebar>.g-content {
        margin-top: 0;
    }
}

/* line 1978, 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 1982, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable .custom {
    padding: 50px;
}

@media (max-width: 959px) {
    /* line 1984, templates/g5_hydrogen/custom/scss/_modules.scss */
    .white-sidebar.moduletable .custom {
        padding: 30px 30px 40px 30px;
    }
}

/* line 1987, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable .custom h3 {
    margin-top: 0;
    line-height: normal;
}

@media (max-width: 959px) {
    /* line 1990, templates/g5_hydrogen/custom/scss/_modules.scss */
    .white-sidebar.moduletable .custom h3 {
        font-size: 1.6rem;
    }
}

/* line 1995, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable.sorry-dd {
    border-radius: 0;
    background-color: #0f0f0f;
    color: #fff;
}

/* line 1999, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable.sorry-dd .custom {
    padding: 40px;
}

/* line 2001, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable.sorry-dd .custom h3 {
    color: #fff;
}

/* line 2004, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable.sorry-dd .custom p {
    margin: 0 0 30px 0;
}

/* line 2006, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable.sorry-dd .custom p:last-of-type {
    margin: 0;
}

/* line 2011, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable.sorry-dd a.white-button {
    color: #c79e28;
}

/* line 2013, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable.sorry-dd a.white-button:hover {
    color: #0f0f0f;
}

/* line 2016, templates/g5_hydrogen/custom/scss/_modules.scss */

.white-sidebar.moduletable.sorry-dd a.white-button:after {
    content: none;
}

/* line 2023, 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: #c79e28;
    color: white;
}

/* line 2028, templates/g5_hydrogen/custom/scss/_modules.scss */

.pink-sidebar .custom,
.red-sidebar .custom {
    padding: 40px;
}

/* line 2030, templates/g5_hydrogen/custom/scss/_modules.scss */

.pink-sidebar .custom h3,
.red-sidebar .custom h3 {
    margin-top: 0;
    color: white;
}

/* line 2037, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom {
    position: relative;
    margin: 20px 0 60px 0;
}

/* line 2038, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2039, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.cctv .image {
    background-position: top;
}

@media (max-width: 768px) {
    /* line 2045, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

/* line 2049, 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 2055, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom .container {
        max-width: 90rem;
    }
}

@media (max-width: 768px) {
    /* line 2058, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom .container {
        display: flex;
    }
}

/* line 2061, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2062, 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 2068, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom .content {
    flex: 0 55%;
    position: relative;
}

/* line 2069, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom .content a.book {
    width: auto;
    display: inline-block;
}

@media (max-width: 768px) {
    /* line 2081, 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 2090, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom .content>*:not(.icon) {
    padding-left: 80px;
    padding-right: 50px;
}

@media (max-width: 959px) {
    /* line 2093, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom .content>*:not(.icon) {
        padding-left: 65px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    /* line 2097, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom .content>*:not(.icon) {
        padding-left: 0px;
        padding-right: 0;
    }
}

/* line 2102, templates/g5_hydrogen/custom/scss/_modules.scss */

@media (max-width: 768px) {
    /* line 2104, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom .content>h2 {
        padding-left: 55px !important;
    }
}

/* line 2108, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom .content .icon {
    width: 80px;
    position: absolute;
    top: -23px;
    left: 15px;
}

@media (max-width: 768px) {
    /* line 2113, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom .content .icon {
        right: 0;
        left: auto;
        top: -50px;
        z-index: 2;
    }
}

/* line 2137, 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 2141, 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 2148, 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 2153, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom .content h3 {
        margin-top: 5px;
        font-size: 1.3rem;
    }
}

/* line 2159, 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 2169, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom .image {
        height: 50%;
    }
}

@media (max-width: 768px) {
    /* line 2172, 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 2180, 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 2184, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom .image p {
        text-align: center;
    }
}

/* line 2188, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom .image.border {
    border-bottom: 10px solid #bf9b21;
}

/* line 2192, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2194, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.right .container {
    flex-direction: row-reverse;
}

/* line 2197, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.right .image {
    text-align: right;
    left: 0;
}

/* line 2201, templates/g5_hydrogen/custom/scss/_modules.scss */

@media (max-width: 768px) {
    /* line 2202, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.right .content {
        margin-bottom: 20px;
    }
}

/* line 2207, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2208, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.left .content {
    padding-right: 0;
}

@media (max-width: 768px) {
    /* line 2210, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.left .content {
        margin-bottom: 20px;
    }
}

/* line 2215, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2216, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2217, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.services .content img {
    max-width: 50px;
    max-height: 60px;
}

/* line 2221, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2222, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.services .content .icon img {
    max-width: 100%;
    max-height: inherit;
}

/* line 2229, 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 2234, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency {
        top: -30px;
    }
}

/* line 2237, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency .container {
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    /* line 2240, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .container {
        flex-direction: column-reverse;
    }
}

/* line 2244, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency .content {
    flex: 0 47%;
}

@media (max-width: 768px) {
    /* line 2246, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .content {
        flex: 0 100%;
    }
}

/* line 2249, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency .content>div {
    background-color: #bf9b21;
    padding-top: 5px;
    padding-bottom: 15px;
    position: relative;
}

@media (max-width: 1700px) {
    /* line 2254, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .content>div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    /* line 2258, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .content>div {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* line 2262, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency .content>div:before {
    left: -1000px;
    width: 1000px;
    background-color: #bf9b21;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
}

@media (max-width: 768px) {
    /* line 2270, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .content>div:before {
        display: none;
    }
}

/* line 2274, 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 2281, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency .content>div h3 {
    font-size: 3rem;
    margin-top: 0;
}

@media (max-width: 1199px) {
    /* line 2284, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .content>div h3 {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    /* line 2287, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .content>div h3 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}

/* line 2292, 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 2295, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .content>div h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    /* line 2298, 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 2307, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency .content>p {
    text-align: center;
}

@media (max-width: 1199px) {
    /* line 2309, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .content>p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* line 2315, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2316, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2317, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2318, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency.right .content>div:before {
    left: auto;
    right: -1000px;
}

/* line 2325, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2326, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2327, 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 2332, 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 2338, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency .image {
    position: relative;
    flex: 0 47%;
}

@media (max-width: 768px) {
    /* line 2341, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .image {
        height: auto;
        flex: 0 100%;
    }
}

/* line 2345, 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 2353, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .image>div {
        width: 95%;
        margin-left: auto;
        position: initial;
    }
}

/* line 2358, 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 2367, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .image>div:before {
        display: none;
    }
}

/* line 2371, 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 2380, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency .image>div>div:nth-child(2) {
    flex: 0 80%;
}

@media (max-width: 959px) {
    /* line 2382, 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 2387, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.custom.emergency .image>div>div:nth-child(2) h4 {
    color: #bf9b21;
    font-size: 2rem;
    font-family: bebas-neue-pro-expanded, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

/* line 2395, 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 2397, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.custom.emergency .image>div>div:nth-child(2) p {
        text-align: left;
    }
}

/* line 2407, templates/g5_hydrogen/custom/scss/_modules.scss */

.service.left.moduletable {
    padding-left: 50px;
}

@media (max-width: 959px) {
    /* line 2409, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.left.moduletable {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    /* line 2412, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service.left.moduletable {
        padding-left: 0;
    }
}

/* line 2417, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-break {
    background-color: transparent;
    color: black;
    text-align: center;
}

/* line 2421, 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 2430, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-break .custom {
        background-position: top 50px center;
    }
}

@media (max-width: 959px) {
    /* line 2433, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-break .custom {
        background-position: top 100px center;
    }
}

@media (max-width: 768px) {
    /* line 2436, 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 2441, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-break .custom {
        background-position: bottom -75px center;
    }
}

/* line 2444, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-break .custom h4 {
    font-family: AvenirLTStd-Book;
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    /* line 2447, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-break .custom h4 {
        line-height: 1.8rem;
    }
}

/* line 2451, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-break .custom ul {
    margin: 40px 0;
}

/* line 2453, 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 2459, 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 2466, 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: #bf9b21;
    display: inline;
    position: absolute;
    left: -2px;
    top: 6px;
}

@media (max-width: 768px) {
    /* line 2476, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-break .custom ul li:before {
        display: none;
    }
}

/* line 2480, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-break .custom ul li:nth-child(1) {
    padding-left: 0;
}

/* line 2482, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-break .custom ul li:nth-child(1):before {
    display: none;
}

@media (max-width: 768px) {
    /* line 2485, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-break .custom ul li:nth-child(1) {
        padding-right: 0;
    }
}

/* line 2496, templates/g5_hydrogen/custom/scss/_modules.scss */

ul.services-article-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

/* line 2500, 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 2506, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.services-article-list li {
        flex: 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    /* line 2510, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.services-article-list li {
        position: relative;
    }
}

/* line 2513, 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 2518, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.services-article-list li a {
        display: block;
        padding-left: 20px;
    }
}

/* line 2522, 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 2531, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.services-article-list li a:before {
        position: absolute;
        left: 0;
        top: 0px;
    }
}

/* line 2537, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2538, templates/g5_hydrogen/custom/scss/_modules.scss */

ul.services-article-list li a:hover:before {
    transform: rotate(90deg);
}

/* line 2542, templates/g5_hydrogen/custom/scss/_modules.scss */

ul.services-article-list li a:after {
    display: none;
}

/* line 2549, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2550, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-list-sidebar p {
    margin: 50px 0 30px 0;
    font-size: 1.2rem;
}

/* line 2554, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-list-sidebar a {
    display: inline-block;
    position: relative;
}

/* line 2557, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-list-sidebar a>span {
    width: 45px;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
}

/* line 2563, 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 2573, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-list-sidebar a:hover {
    color: #c79e28;
}

/* line 2575, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-list-sidebar a:hover:after {
    bottom: -2px;
    background-color: #c79e28;
}

/* line 2581, 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 2585, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-list-sidebar img {
        max-width: 35px;
        max-height: 40px;
    }
}

/* line 2590, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-list-sidebar ul {
    margin-left: 0;
    margin-bottom: 0;
}

/* line 2593, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-list-sidebar ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

/* line 2598, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-list-sidebar ul li:nth-last-child(1) {
    margin-bottom: 0 !IMPORTANT;
}

/* line 2603, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2604, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2605, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-list-sidebar.services ul li {
    margin-bottom: 40px;
}

/* line 2612, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2613, templates/g5_hydrogen/custom/scss/_modules.scss */

.pillars-sidebar .pillars {
    display: block;
    margin-top: 25px;
}

/* line 2616, templates/g5_hydrogen/custom/scss/_modules.scss */

.pillars-sidebar .pillars li {
    margin-bottom: 20px;
}

/* line 2618, templates/g5_hydrogen/custom/scss/_modules.scss */

.pillars-sidebar .pillars li a {
    display: inline-block;
    position: relative;
}

/* line 2621, 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 2629, templates/g5_hydrogen/custom/scss/_modules.scss */

.pillars-sidebar .pillars li:nth-last-child(1) {
    margin-bottom: 5px;
}

/* line 2632, templates/g5_hydrogen/custom/scss/_modules.scss */

.pillars-sidebar .pillars li img {
    margin-right: 20px;
}

/* line 2637, templates/g5_hydrogen/custom/scss/_modules.scss */

.pillars-sidebar p {
    margin: 30px 0 30px 0;
}

/* line 2640, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2641, templates/g5_hydrogen/custom/scss/_modules.scss */

.pillars-sidebar a>span {
    font-size: 2.2rem;
}

/* line 2650, templates/g5_hydrogen/custom/scss/_modules.scss */

.story {
    background-color: #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

/* line 2654, templates/g5_hydrogen/custom/scss/_modules.scss */

.story .moduletable.our-approach {
    width: 95%;
    max-width: 97rem;
}

/* line 2657, templates/g5_hydrogen/custom/scss/_modules.scss */

.story .moduletable.our-approach .number {
    color: #dedede;
}

@media (max-width: 768px) {
    /* line 2661, templates/g5_hydrogen/custom/scss/_modules.scss */
    .story {
        margin-bottom: 0;
    }
}

/* line 2666, templates/g5_hydrogen/custom/scss/_modules.scss */

.yellow-bg {
    background-color: #c79e28;
    padding: 20px 30px 10px 30px;
    position: relative;
}

/* line 2670, templates/g5_hydrogen/custom/scss/_modules.scss */

.yellow-bg:after {
    right: -1000px;
    width: 1000px;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #c79e28;
    top: 0;
}

/* line 2679, templates/g5_hydrogen/custom/scss/_modules.scss */

.yellow-bg h3 {
    color: white;
}

/* line 2684, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2685, 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 2694, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons ul {
        width: 65%;
    }
}

@media (max-width: 959px) {
    /* line 2697, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons ul {
        width: 100%;
    }
}

@media (max-width: 768px) {
    /* line 2700, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons ul {
        display: block;
    }
}

/* line 2703, 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 2714, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons ul li {
        max-width: 100%;
    }
}

/* line 2717, templates/g5_hydrogen/custom/scss/_modules.scss */

.reasons ul li:nth-child(1),
.reasons ul li:nth-child(2) {
    border-color: #bf9b21;
}

/* line 2720, templates/g5_hydrogen/custom/scss/_modules.scss */

.reasons ul li:nth-child(3),
.reasons ul li:nth-child(4) {
    border-color: #c79e28;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    /* line 2723, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons ul li:nth-child(3),
    .reasons ul li:nth-child(4) {
        margin-bottom: 30px;
    }
}

/* line 2727, templates/g5_hydrogen/custom/scss/_modules.scss */

@media (max-width: 768px) {
    /* line 2728, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons ul li:nth-last-child(1) {
        margin-bottom: 0;
    }
}

/* line 2732, 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 2744, templates/g5_hydrogen/custom/scss/_modules.scss */

.reasons ul li h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

/* line 2750, 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 2760, 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 2769, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons .image {
        width: 50%;
    }
}

@media (max-width: 768px) {
    /* line 2772, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons .image {
        width: 100%;
    }
}

/* line 2777, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2778, templates/g5_hydrogen/custom/scss/_modules.scss */

.reasons.right ul {
    margin-left: 0;
    margin-right: auto;
}

/* line 2782, templates/g5_hydrogen/custom/scss/_modules.scss */

.reasons.right .image {
    left: 55%;
    right: auto;
}

@media (max-width: 959px) {
    /* line 2785, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons.right .image {
        left: 0;
        right: 0;
    }
}

/* line 2791, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2792, 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 2797, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons.last-reasons .image {
        top: auto;
        height: 300px !important;
    }
}

@media (max-width: 959px) {
    /* line 2803, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons.last-reasons li {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    /* line 2808, templates/g5_hydrogen/custom/scss/_modules.scss */
    .reasons.last-reasons li {
        margin-bottom: 30px;
    }
}

/* line 2815, templates/g5_hydrogen/custom/scss/_modules.scss */

.about-stats {
    margin-top: 70px;
}

/* line 2817, 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 2824, templates/g5_hydrogen/custom/scss/_modules.scss */
    .about-stats .popup-parent {
        margin-top: 0;
    }
}

/* line 2832, templates/g5_hydrogen/custom/scss/_modules.scss */

table {
    margin-top: 80px;
    border: 0;
}

@media (max-width: 959px) {
    /* line 2836, templates/g5_hydrogen/custom/scss/_modules.scss */
    table {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    /* line 2839, templates/g5_hydrogen/custom/scss/_modules.scss */
    table {
        margin-top: 30px;
    }
}

/* line 2842, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2843, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2844, 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 2849, templates/g5_hydrogen/custom/scss/_modules.scss */

@media (max-width: 768px) {
    /* line 2850, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.left-aligned {
        font-size: 1.2rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* line 2856, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td:not(.left-aligned) {
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    /* line 2858, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td:not(.left-aligned) {
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 6px;
    }
}

/* line 2864, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td img {
    max-height: 35px;
    margin-right: 15px;
}

/* line 2868, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.orange {
    background-color: #0f0f0f;
    color: white;
    text-align: left;
    font-size: 1.1rem;
    padding: 15px 15px 13px 20px;
}

/* line 2874, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.orange svg {
    margin-right: 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    /* line 2878, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.orange {
        display: block;
        margin-bottom: 10px;
    }
}

/* line 2883, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.pink {
    background-color: #c79e28;
    color: white;
    text-align: left;
    font-size: 1.1rem;
    padding: 15px 15px 13px 20px;
}

/* line 2889, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.pink svg {
    margin-right: 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    /* line 2893, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.pink {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/* line 2899, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.green {
    background-color: #bf9b21;
    color: white;
    text-align: left;
    font-size: 1.1rem;
    padding: 15px 15px 13px 20px;
}

/* line 2905, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.green svg {
    margin-right: 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    /* line 2909, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.green {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/* line 2915, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.purple {
    background-color: #c79e28;
    color: white;
    text-align: left;
    font-size: 1.1rem;
    padding: 15px 15px 13px 20px;
}

/* line 2921, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.purple svg {
    margin-right: 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    /* line 2925, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.purple {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/* line 2931, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.left-aligned {
    text-align: left;
    padding-left: 20px;
}

@media (max-width: 768px) {
    /* line 2934, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.left-aligned {
        text-align: center;
        display: block;
    }
}

/* line 2939, templates/g5_hydrogen/custom/scss/_modules.scss */

table tbody tr td.highlight {
    background-color: #eee;
}

@media (max-width: 768px) {
    /* line 2942, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.highlight:before {
        content: 'Bright & Beautiful';
    }
}

@media (max-width: 768px) {
    /* line 2948, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }
    /* line 2953, templates/g5_hydrogen/custom/scss/_modules.scss */
    /* line 2954, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td:nth-child(3):before {
        content: 'Company with employed staff';
    }
    /* line 2958, templates/g5_hydrogen/custom/scss/_modules.scss */
    /* line 2959, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td:nth-child(4):before {
        content: 'Cleaning agency';
    }
    /* line 2963, templates/g5_hydrogen/custom/scss/_modules.scss */
    /* line 2964, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td:nth-child(5):before {
        content: 'Cash in hand cleaning';
    }
    /* line 2968, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.orange-border {
        border-bottom: 2px solid #0f0f0f;
        background-color: #eee;
    }
    /* line 2972, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.pink-border {
        border-bottom: 2px solid #c79e28;
        background-color: #eee;
    }
    /* line 2976, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.green-border {
        border-bottom: 2px solid #bf9b21;
        background-color: #eee;
    }
    /* line 2980, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td.purple-border {
        border-bottom: 2px solid #c79e28;
        background-color: #eee;
    }
    /* line 2984, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td:before {
        font-size: 1.1rem;
        line-height: normal;
    }
    /* line 2988, templates/g5_hydrogen/custom/scss/_modules.scss */
    table tbody tr td span {
        line-height: normal;
    }
}

/* line 2995, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2996, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 2997, templates/g5_hydrogen/custom/scss/_modules.scss */

table thead tr td {
    border: 0;
    background-color: #f7f7f7;
    padding: 1rem;
}

/* line 3001, templates/g5_hydrogen/custom/scss/_modules.scss */

table thead tr td.highlight {
    background-color: #eee;
    border-top: 5px solid #c79e28;
}

/* line 3005, templates/g5_hydrogen/custom/scss/_modules.scss */

table thead tr td:nth-child(1) {
    background-color: white;
}

@media (max-width: 768px) {
    /* line 3010, templates/g5_hydrogen/custom/scss/_modules.scss */
    table thead {
        display: none;
    }
}

/* line 3016, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3017, 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 3021, templates/g5_hydrogen/custom/scss/_modules.scss */
    .about-above-footer .about-above-footer.custom {
        flex-wrap: wrap;
    }
}

/* line 3025, templates/g5_hydrogen/custom/scss/_modules.scss */

.about-above-footer .pink {
    background-color: #c79e28;
    color: white;
    width: 40%;
    margin-left: auto;
    margin-right: 10%;
    padding: 40px;
    position: relative;
    z-index: 2;
}

/* line 3034, templates/g5_hydrogen/custom/scss/_modules.scss */

.about-above-footer .pink h3 {
    color: white;
    margin-top: 0;
}

@media (max-width: 1199px) {
    /* line 3038, templates/g5_hydrogen/custom/scss/_modules.scss */
    .about-above-footer .pink {
        width: 45%;
        margin-right: 5%;
    }
}

@media (max-width: 959px) {
    /* line 3042, templates/g5_hydrogen/custom/scss/_modules.scss */
    .about-above-footer .pink {
        width: 50%;
        margin-right: 0%;
    }
}

@media (max-width: 768px) {
    /* line 3046, 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 3053, templates/g5_hydrogen/custom/scss/_modules.scss */
    .about-above-footer .pink {
        width: 90%;
    }
}

/* line 3057, 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 3069, templates/g5_hydrogen/custom/scss/_modules.scss */
    .about-above-footer .image {
        max-width: 100%;
        position: relative;
        width: 100%;
        height: 400px;
    }
    /* line 3074, templates/g5_hydrogen/custom/scss/_modules.scss */
    .about-above-footer .image p {
        margin-top: 0;
    }
}

/* line 3078, 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 3085, 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 3095, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3096, templates/g5_hydrogen/custom/scss/_modules.scss */

@media (max-width: 768px) {
    /* line 3097, templates/g5_hydrogen/custom/scss/_modules.scss */
    .above-footer-action-left .g-content {
        margin: 0;
        padding: 0;
    }
}

/* line 3106, templates/g5_hydrogen/custom/scss/_modules.scss */

ul.jobs-benefits {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* line 3111, templates/g5_hydrogen/custom/scss/_modules.scss */

ul.jobs-benefits li {
    list-style-type: none;
    flex: 0 23%;
}

@media (max-width: 768px) {
    /* line 3115, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.jobs-benefits {
        display: block;
    }
    /* line 3117, templates/g5_hydrogen/custom/scss/_modules.scss */
    ul.jobs-benefits li {
        text-align: left !important;
    }
}

/* line 3123, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3124, templates/g5_hydrogen/custom/scss/_modules.scss */

.benefits h2 {
    text-align: center;
    margin-bottom: 30px;
}

/* line 3128, 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 3135, templates/g5_hydrogen/custom/scss/_modules.scss */
    .benefits ul {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    /* line 3138, templates/g5_hydrogen/custom/scss/_modules.scss */
    .benefits ul {
        margin-top: 30px;
    }
}

/* line 3141, 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 3155, templates/g5_hydrogen/custom/scss/_modules.scss */
    .benefits ul li {
        flex: 0 47%;
    }
}

@media (max-width: 450px) {
    /* line 3158, 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 3166, templates/g5_hydrogen/custom/scss/_modules.scss */

.benefits ul li .img-wrapper {
    max-width: 120px;
    height: 120px;
    border: 6px solid #bf9b21;
    border-radius: 200px;
    margin-bottom: 15px;
}

@media (max-width: 450px) {
    /* line 3172, 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 3180, 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 3184, templates/g5_hydrogen/custom/scss/_modules.scss */
    .benefits ul li .img-wrapper img {
        width: 50px;
        height: 50px;
        padding: 10px 10px 18px 10px;
    }
}

/* line 3191, 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 3198, templates/g5_hydrogen/custom/scss/_modules.scss */
    .benefits ul li h4 {
        font-size: 1.4rem;
    }
}

/* line 3202, templates/g5_hydrogen/custom/scss/_modules.scss */

.benefits ul li p {
    margin-top: 15px;
}

@media (max-width: 768px) {
    /* line 3204, templates/g5_hydrogen/custom/scss/_modules.scss */
    .benefits ul li p {
        margin-top: 10px;
    }
}

/* line 3212, templates/g5_hydrogen/custom/scss/_modules.scss */

.apply-container {
    margin: 60px auto 30px auto !important;
}

@media (max-width: 768px) {
    /* line 3214, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container {
        margin: 0 !important;
    }
}

/* line 3217, templates/g5_hydrogen/custom/scss/_modules.scss */

.apply-container .custom {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    /* line 3220, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .custom {
        flex-wrap: wrap;
    }
}

/* line 3224, templates/g5_hydrogen/custom/scss/_modules.scss */

.apply-container .orange {
    background-color: #0f0f0f;
    color: white;
    width: 40%;
    padding: 40px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: 2rem;
}

@media (max-width: 1199px) {
    /* line 3233, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .orange {
        width: 45%;
        margin-right: 1.6rem;
    }
}

@media (max-width: 959px) {
    /* line 3237, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .orange {
        margin-right: 1.3rem;
    }
}

@media (max-width: 768px) {
    /* line 3240, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .orange {
        margin: auto;
        width: 93%;
        text-align: center;
        top: 30px;
        padding-bottom: 20px;
    }
}

/* line 3247, templates/g5_hydrogen/custom/scss/_modules.scss */

.apply-container .orange h3 {
    color: white;
    margin-top: 0;
}

/* line 3251, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3252, templates/g5_hydrogen/custom/scss/_modules.scss */


/* line 3255, templates/g5_hydrogen/custom/scss/_modules.scss */


/* line 3262, 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 3272, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .image {
        left: -14%;
    }
}

@media screen and (max-width: 1449px) {
    /* line 3275, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .image {
        left: -6%;
    }
}

@media (max-width: 1199px) {
    /* line 3278, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .image {
        left: -2%;
    }
}

@media (max-width: 959px) {
    /* line 3281, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .image {
        background-position: top left;
    }
}

@media (max-width: 768px) {
    /* line 3284, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .image {
        left: 0;
        max-width: 100%;
        position: relative;
        width: 100%;
        height: 400px;
    }
    /* line 3290, templates/g5_hydrogen/custom/scss/_modules.scss */
    .apply-container .image p {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* line 3296, 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 3308, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-image-review {
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 768px) {
    /* line 3311, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-image-review {
        margin-bottom: 0;
    }
}

/* line 3314, 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 3321, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-image-review .container {
        max-width: 87rem;
    }
}

@media (max-width: 768px) {
    /* line 3324, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-image-review .container {
        width: 100%;
        flex-direction: column-reverse;
    }
}

/* line 3328, 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 3336, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-image-review .container .content {
        flex: 0 50%;
    }
}

@media (max-width: 768px) {
    /* line 3339, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-image-review .container .content {
        flex: 0 90%;
        margin: auto;
        width: 90%;
        top: 40px;
    }
}

/* line 3357, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-image-review .container .content p {
    margin-top: 0;
    position: relative;
}

/* line 3372, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-image-review .container .content .testimonial-author {
    font-style: normal;
    margin-bottom: 0;
}

/* line 3377, 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 3387, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-image-review .container .image {
        position: relative;
        width: 100%;
        flex: auto;
        height: 400px;
    }
}

/* line 3393, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-image-review .container .image img {
    margin-bottom: 20px;
    width: 100%;
}

/* line 3397, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-image-review .container .image p {
    margin: 0;
    font-size: 0.9rem;
}

/* line 3407, templates/g5_hydrogen/custom/scss/_modules.scss */

.postcode-input {
    margin-top: 25px;
}

/* line 3409, 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 3414, templates/g5_hydrogen/custom/scss/_modules.scss */
    .postcode-input form {
        width: 100%;
        max-width: 260px;
        margin: auto;
    }
}

/* line 3420, 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 3430, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3437, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3440, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3448, 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 3453, templates/g5_hydrogen/custom/scss/_modules.scss */
    .postcode-input .privacy-link {
        margin-left: 0;
        max-width: 100%;
    }
}

/* line 3457, 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 3462, templates/g5_hydrogen/custom/scss/_modules.scss */

.postcode-input .privacy-link a:hover {
    text-decoration: none;
}

/* line 3471, templates/g5_hydrogen/custom/scss/_modules.scss */

.bb_team {
    display: none;
    position: relative;
    padding-top: 20px;
}

/* line 3475, 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 3491, 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 3497, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3498, templates/g5_hydrogen/custom/scss/_modules.scss */

.gm-style .gm-style-iw-c>div>div {
    font-size: 1.2rem;
}

/* line 3500, templates/g5_hydrogen/custom/scss/_modules.scss */

.gm-style .gm-style-iw-c>div>div .location {
    background-color: #c79e28;
    color: white;
    padding: 20px;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
}

/* line 3507, templates/g5_hydrogen/custom/scss/_modules.scss */

.gm-style .gm-style-iw-c>div>div .inner {
    padding: 17px 20px 10px 20px;
}

/* line 3509, templates/g5_hydrogen/custom/scss/_modules.scss */

.gm-style .gm-style-iw-c>div>div .inner>a {
    margin-top: 10px;
    display: inline-block;
}

/* line 3512, 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 3524, 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 3533, templates/g5_hydrogen/custom/scss/_modules.scss */

.gm-style .gm-style-iw-c button {
    top: 8px !important;
    right: 5px !important;
}

/* line 3536, 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 3541, templates/g5_hydrogen/custom/scss/_modules.scss */

.gm-style .gm-style-iw-c button img {
    display: none !important;
}

/* line 3549, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3550, templates/g5_hydrogen/custom/scss/_modules.scss */

body.g-contact .content-sidebar,
body.g-contact .introduction-sidebar {
    position: inherit;
    top: auto;
}

/* line 3559, 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 3563, templates/g5_hydrogen/custom/scss/_modules.scss */
    body.g-contact .location-postcode-box.moduletable {
        margin: auto;
    }
}

@media (max-width: 768px) {
    /* line 3566, templates/g5_hydrogen/custom/scss/_modules.scss */
    body.g-contact .location-postcode-box.moduletable {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

/* line 3571, templates/g5_hydrogen/custom/scss/_modules.scss */

body.g-contact .location-postcode-box.moduletable .custom {
    background-color: #c79e28;
    padding: 40px 50px;
    color: white;
    z-index: 2;
    position: relative;
}

@media (max-width: 768px) {
    /* line 3577, templates/g5_hydrogen/custom/scss/_modules.scss */
    body.g-contact .location-postcode-box.moduletable .custom {
        padding: 40px 30px 25px 30px;
    }
}

/* line 3580, 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 3586, templates/g5_hydrogen/custom/scss/_modules.scss */

body.g-contact .location-postcode-box.moduletable .custom p {
    margin-top: 10px;
}

/* line 3591, 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 3596, templates/g5_hydrogen/custom/scss/_modules.scss */
    body.g-contact .contact-map.moduletable {
        width: 100%;
        position: relative;
        top: -40px;
    }
}

/* line 3606, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3607, templates/g5_hydrogen/custom/scss/_modules.scss */

.policies-links>p {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 768px) {
    /* line 3610, templates/g5_hydrogen/custom/scss/_modules.scss */
    .policies-links>p {
        display: block;
        margin-top: 0;
    }
}

/* line 3614, templates/g5_hydrogen/custom/scss/_modules.scss */

.policies-links>p a {
    background-color: white;
    flex: 0 31%;
    max-width: 31%;
    border-bottom: 10px solid #bf9b21;
    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 3630, templates/g5_hydrogen/custom/scss/_modules.scss */

.policies-links>p a:after {
    display: none;
}

/* line 3633, 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 3637, 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 3649, templates/g5_hydrogen/custom/scss/_modules.scss */

.sorry-content {
    margin-top: 40px;
    margin-bottom: 50px;
}

/* line 3654, templates/g5_hydrogen/custom/scss/_modules.scss */

.sorry-pink-box {
    background-color: #c79e28;
    color: #fff;
    padding: 35px 40px 35px 40px;
    width: 63%;
    margin-top: 35px;
    text-align: left;
}

@media (max-width: 1199px) {
    /* line 3661, templates/g5_hydrogen/custom/scss/_modules.scss */
    .sorry-pink-box {
        width: 70%;
    }
}

@media (max-width: 959px) {
    /* line 3664, templates/g5_hydrogen/custom/scss/_modules.scss */
    .sorry-pink-box {
        width: 80%;
    }
}

@media (max-width: 768px) {
    /* line 3667, templates/g5_hydrogen/custom/scss/_modules.scss */
    .sorry-pink-box {
        width: 99%;
    }
}

/* line 3670, templates/g5_hydrogen/custom/scss/_modules.scss */

.sorry-pink-box h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

/* line 3675, 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 3681, 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 3686, templates/g5_hydrogen/custom/scss/_modules.scss */

.sorry-pink-box .privacy-link a {
    color: #fff !important;
}

/* line 3691, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3692, templates/g5_hydrogen/custom/scss/_modules.scss */

.disclaimer p {
    text-align: center;
    max-width: 97rem;
    margin: auto;
    width: 90%;
}

/* line 3698, templates/g5_hydrogen/custom/scss/_modules.scss */

.disclaimer.moduletable {
    margin-bottom: 40px;
}

/* line 3704, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3705, 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 3710, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-usps.custom ul {
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    /* line 3714, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-usps.custom ul {
        justify-content: center;
        margin-top: 0;
    }
}

/* line 3718, 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 3723, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-usps.custom ul li {
        flex: 0 24%;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    /* line 3727, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-usps.custom ul li {
        flex: 0 48%;
        margin-bottom: 20px;
    }
}

/* line 3731, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-usps.custom ul li img {
    max-width: 150px;
}

@media (max-width: 959px) {
    /* line 3733, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-usps.custom ul li img {
        max-width: 100px;
    }
}

/* line 3737, 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 3742, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-usps.custom ul li p {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
}

/* line 3752, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3753, 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 3759, templates/g5_hydrogen/custom/scss/_modules.scss */
    .service-content .moduletable.service-intro {
        width: 91%;
        margin-bottom: 40px;
    }
}

/* line 3766, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3767, templates/g5_hydrogen/custom/scss/_modules.scss */

.service-usp-image img {
    border-bottom: 10px solid #bf9b21;
}

/* line 3772, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3773, templates/g5_hydrogen/custom/scss/_modules.scss */

.contact-book-arrow>.g-grid {
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    /* line 3776, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow>.g-grid {
        flex-wrap: wrap;
    }
}

/* line 3780, templates/g5_hydrogen/custom/scss/_modules.scss */

.contact-book-arrow .size-30 {
    text-align: center;
}

@media (max-width: 768px) {
    /* line 3782, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-30 {
        flex: 0 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* line 3787, templates/g5_hydrogen/custom/scss/_modules.scss */

.contact-book-arrow .size-30 a.book {
    width: 260px;
    margin: auto;
}

@media (max-width: 959px) {
    /* line 3790, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-30 a.book {
        width: 100%;
    }
}

/* line 3794, 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 3799, templates/g5_hydrogen/custom/scss/_modules.scss */

.contact-book-arrow .size-30 a.telephone:after {
    display: none;
}

@media (max-width: 959px) {
    /* line 3802, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-30 a.telephone {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {
    /* line 3805, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-30 a.telephone {
        font-size: 3rem;
        color: #c79e28;
    }
}

/* line 3809, templates/g5_hydrogen/custom/scss/_modules.scss */

.contact-book-arrow .size-30 a.telephone span {
    font-size: 1rem;
    color: #c79e28;
    position: absolute;
    right: 0;
    bottom: -15px;
}

/* line 3818, 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 3824, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-70 {
        flex: 0 65%;
    }
}

@media (max-width: 1199px) {
    /* line 3827, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-70 {
        flex: 0 60%;
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    /* line 3831, 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 3838, 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 3848, 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 3863, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-70:after {
        width: 80px;
    }
}

@media (max-width: 768px) {
    /* line 3866, 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 3877, 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 3885, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-70 p {
        padding-left: 50px;
    }
}

@media (max-width: 959px) {
    /* line 3888, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-70 p {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    /* line 3892, templates/g5_hydrogen/custom/scss/_modules.scss */
    .contact-book-arrow .size-70 p {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

/* line 3900, templates/g5_hydrogen/custom/scss/_modules.scss */

.accred.moduletable {
    margin: 50px auto;
}

/* line 3902, templates/g5_hydrogen/custom/scss/_modules.scss */

.accred.moduletable .custom {
    margin: 50px 0 70px 0;
}

/* line 3905, 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 3910, templates/g5_hydrogen/custom/scss/_modules.scss */
    .accred.moduletable ul {
        flex-wrap: wrap;
    }
}

/* line 3913, templates/g5_hydrogen/custom/scss/_modules.scss */

.accred.moduletable ul li {
    list-style-type: none;
}

@media (max-width: 768px) {
    /* line 3915, templates/g5_hydrogen/custom/scss/_modules.scss */
    .accred.moduletable ul li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

/* line 3919, templates/g5_hydrogen/custom/scss/_modules.scss */

.accred.moduletable ul li img {
    width: 100%;
    height: 70px;
    width: auto;
}

@media (max-width: 1199px) {
    /* line 3923, templates/g5_hydrogen/custom/scss/_modules.scss */
    .accred.moduletable ul li img {
        height: 55px;
    }
}

@media (max-width: 959px) {
    /* line 3926, templates/g5_hydrogen/custom/scss/_modules.scss */
    .accred.moduletable ul li img {
        height: 40px;
    }
}

@media (max-width: 768px) {
    /* line 3929, templates/g5_hydrogen/custom/scss/_modules.scss */
    .accred.moduletable ul li img {
        height: 55px;
    }
}

/* line 3941, templates/g5_hydrogen/custom/scss/_modules.scss */

/* line 3942, templates/g5_hydrogen/custom/scss/_modules.scss */

.custom.services-blocks .popup-parent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* line 3947, 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 3950, 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 3954, 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%) {}

/***************************
 ****************************
 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: #c79e28;
}

/* 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: #c79e28;
}

/* 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: #c79e28;
    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: #0f0f0f;
}

@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: #c79e28;
}

/* 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: #c79e28;
        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: #c79e28;
}

/* 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: #0f0f0f;
    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: #0f0f0f;
        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: #0f0f0f;
    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: #c79e28;
    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: #c79e28;
    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: #0f0f0f;
}

/* 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: #c79e28;
    }
    /* 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: #c79e28;
    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: #c79e28;
    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: #0f0f0f;
    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: #c79e28;
}

/* 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: #0f0f0f;
    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: #0f0f0f;
}

/* 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: #0f0f0f;
    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: #0f0f0f;
    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: #c79e28;
}

/* 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 #bf9b21;
    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 #0f0f0f;
}

/* 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: #c79e28;
    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: #c79e28;
}

/* 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: #c79e28;
}

/* 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: #c79e28;
}

/* 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: #c79e28;
    }
}

/* 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: #c79e28;
    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: #c79e28;
        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: #c79e28;
    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: #c79e28;
    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: #c79e28;
    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: #0f0f0f;
}

/* 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 #bf9b21;
    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: #0f0f0f;
    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: #bf9b21;
    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: #c79e28;
    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 2860, 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 #0f0f0f;
    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: #0f0f0f;
}

@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: #0f0f0f;
}

@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: #c79e28;
    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: #0f0f0f;
}

/* 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: #bf9b21;
    display: inline-block;
    background-color: white;
    border: 2px solid #bf9b21;
}

/* 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: #bf9b21;
    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: #bf9b21;
    border: 2px solid #bf9b21;
}

/* 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: #0f0f0f;
}

/* 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;
}

/*# sourceMappingURL=custom_10.css.map */