/* CMS renderer base */

.cms-par {
    margin-bottom: 32px;
}

.cms-par:last-child {
    margin-bottom: 0;
}

.cms-par:after {
    content: "";
    display: table;
    clear: both;
}


/* Images */

.cms-par-image {
    margin: 0 0 18px 0;
}

.cms-par-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cms-par-image figcaption {
    margin-top: 8px;
    color: #777;
    font-size: 13px;
    line-height: 1.4;
}

.cms-par-image-align-left {
    text-align: left;
}

.cms-par-image-align-center {
    text-align: center;
}

.cms-par-image-align-right {
    text-align: right;
}

.cms-par-image-align-center img,
.cms-par-image-align-center figure {
    margin-left: auto;
    margin-right: auto;
}

.cms-par-image-align-right img,
.cms-par-image-align-right figure {
    margin-left: auto;
}

.cms-par-image-small {
    max-width: 280px;
}

.cms-par-image-standard {
    max-width: 520px;
}

.cms-par-image-half {
    max-width: 720px;
}

.cms-par-image-large {
    max-width: 960px;
}

.cms-par-image-full {
    max-width: 100%;
}

.cms-par-image-fixed {
    max-width: 100%;
}


/* Mobile image */

.cms-par-mobile-image {
    display: none;
    margin: 0 0 18px 0;
}

.cms-par-mobile-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .cms-par-mobile-image {
        display: block;
    }

    .cms-par-has-mobile-image .cms-par-image {
        display: none;
    }
}


/* Text block */

.cms-par-text {
    line-height: 1.65;
}

.cms-par-text h1,
.cms-par-text h2,
.cms-par-text h3 {
    margin-top: 0;
}

.cms-par-text p:last-child {
    margin-bottom: 0;
}


/* Links and CTA */

.cms-link-block {
    margin-top: 18px;
}

.cms-link-block img {
    max-width: 100%;
    height: auto;
}

.cms-cta-group {
    margin-top: 18px;
}

.cms-cta-group .cms-cta {
    margin-right: 8px;
    margin-bottom: 8px;
}

.cms-cta {
    display: inline-block;
    white-space: normal;
}

.cms-cta-primary {
    font-weight: 600;
}

.cms-cta-secondary {
    opacity: .9;
}


/* Layout: standard */

.cms-layout-standard {
    margin-bottom: 32px;
}

.cms-layout-standard .row {
    align-items: flex-start;
}


/* Layout: well */

.cms-layout-well {
    margin-bottom: 32px;
}

.cms-layout-well .well {
    margin-bottom: 28px;
    padding: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.cms-layout-well .well h1,
.cms-layout-well .well h2,
.cms-layout-well .well h3 {
    margin-top: 0;
}

.cms-layout-well .well p:last-child {
    margin-bottom: 0;
}


/* Layout: kader */

.cms-layout-kader {
    margin: 32px 0;
    padding: 24px;
    border: 2px solid #102f00;
    border-radius: 12px;
    background: #fff;
}


/* Layout: jumbo */

.cms-layout-jumbo {
    margin-bottom: 36px;
}

.cms-layout-jumbo .jumbotron {
    margin-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
}

.cms-layout-jumbo h1,
.cms-layout-jumbo h2 {
    margin-top: 0;
}


/* Layout: color box */

.cms-layout-color-box {
    margin-bottom: 32px;
}

.cms-color-box {
    padding: 26px;
    border-radius: 14px;
    background: #f6f8f2;
}


/* Layout: CTA */

.cms-layout-cta,
.cms-layout-cta2 {
    margin-bottom: 32px;
}

.cms-layout-cta .cms-cta-group,
.cms-layout-cta2 .cms-cta-group {
    margin-top: 22px;
}


/* Layout: media */

.cms-layout-media {
    margin-bottom: 32px;
}

.cms-layout-media .media,
.cms-layout-media .media-body {
    overflow: visible;
}


/* Layout: quote */

.cms-layout-quote {
    margin-bottom: 32px;
}

.cms-layout-quote blockquote {
    margin: 0;
    padding: 22px 28px;
    border-left: 5px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
    font-size: 18px;
    line-height: 1.55;
}


/* Layout: tiles */

.cms-layout-tile {
    margin-bottom: 32px;
}

.cms-layout-tile .cms-par-image {
    margin-bottom: 16px;
}

.cms-layout-tile .heading-title {
    margin-bottom: 12px;
}

.cms-layout-tile h3 {
    margin-top: 0;
}

.cms-tile-text {
    margin-bottom: 14px;
}

.cms-tile-text p:last-child {
    margin-bottom: 0;
}


/* Tile container helpers */

.cms-tile-row {
    margin-bottom: 28px;
}

.cms-layout-tile-start,
.cms-layout-tile-end {
    margin: 0;
}


/* Text on image */

.cms-layout-text-on-image {
    position: relative;
    margin-bottom: 36px;
}

.cms-text-on-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.cms-text-on-image .cms-par-image {
    margin: 0;
}

.cms-text-on-image .cms-par-image img {
    width: 100%;
}

.cms-text-on-image-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 22px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .88);
}


/* HTML layouts */

.cms-layout-html-wide,
.cms-layout-html-standard {
    margin-bottom: 32px;
}


/* Separator */

.cms-layout-separator {
    margin: 38px 0;
}

.cms-layout-separator .content-separator {
    padding: 32px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}


/* Responsive */

@media (max-width: 767px) {
    .cms-par {
        margin-bottom: 24px;
    }

    .cms-layout-well .well,
    .cms-layout-kader-box,
    .cms-color-box {
        padding: 20px;
        border-radius: 10px;
    }

    .cms-par-image-small,
    .cms-par-image-standard,
    .cms-par-image-half,
    .cms-par-image-large {
        max-width: 100%;
    }

    .cms-text-on-image-content {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        border-radius: 0;
        background: #fff;
    }

    .cms-cta-group .cms-cta {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.cms-tile-row,
.row.cms-tile-row {
    display: flex;
    flex-wrap: wrap;
}

.cms-layout-tile {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.cms-layout-tile-inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
}

.cms-layout-tile .cms-par-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0 0 16px 0;
    overflow: hidden;
    background: #f5f5f5;
}

.cms-layout-tile .cms-par-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-layout-tile .cms-tile-text {
    flex: 1 1 auto;
    margin-bottom: 16px;
}

.cms-layout-tile .cms-cta-group {
    margin-top: auto;
}

.cms-tile-row,
.row.cms-tile-row {
    display: flex;
    flex-wrap: wrap;
}

.cms-layout-tile {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
}

.cms-layout-tile-inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    padding: 0 0 22px 0;
    border-radius: 16px;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
}

.cms-layout-tile-inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
}

.cms-layout-tile .cms-par-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0 0 22px 0;
    overflow: hidden;
    border-radius: 14px;
    background: #f5f5f5;
}

.cms-layout-tile .cms-par-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.cms-layout-tile-inner:hover .cms-par-image img {
    transform: scale(1.035);
}

.cms-tile-text {
    flex: 1 1 auto;
    padding: 0 2px;
    margin-bottom: 18px;
}

.cms-tile-text h1,
.cms-tile-text h2,
.cms-tile-text h3 {
    margin: 0 0 22px 0;
    color: #3f4852;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.cms-tile-text p {
    margin: 0 0 14px 0;
    color: #4d5660;
    font-size: 14px;
    line-height: 1.55;
}

.cms-tile-text p:last-child {
    margin-bottom: 0;
}

.cms-layout-tile .cms-cta-group {
    margin-top: auto;
    padding: 0 2px;
}

.cms-layout-tile .cms-cta {
    padding: 9px 14px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}

.cms-layout-jumbo {
    margin: 42px 0;
}

.cms-jumbo-card {
    padding: 34px;
    border-radius: 18px;
    background: #f5f5f5;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .06);
    overflow: hidden;
}

.cms-jumbo-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cms-jumbo-text h1,
.cms-jumbo-text h2,
.cms-jumbo-text h3 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1.22;
    font-weight: 600;
    text-transform: uppercase;
}

.cms-jumbo-text p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.65;
}

.cms-jumbo-image .cms-par-image {
    margin: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 14px;
    background: #e9e9e9;
}

.cms-jumbo-image .cms-par-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-layout-text-on-image {
    margin: 42px 0;
}

.cms-text-on-image {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border-radius: 18px;
    background: #f3f3f3;
}

.cms-text-on-image-bg,
.cms-text-on-image-bg .cms-par-image {
    position: absolute;
    inset: 0;
    margin: 0;
}

.cms-text-on-image-bg .cms-par-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-text-on-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, .58) 0%,
            rgba(0, 0, 0, .34) 48%,
            rgba(0, 0, 0, .10) 100%
    );
}

.cms-layout-text-on-image {
    margin: 42px 0;
}

.cms-text-on-image {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border-radius: 18px;
    background-color: #f3f3f3;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .08);
}

.cms-text-on-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, .68) 0%,
            rgba(0, 0, 0, .42) 45%,
            rgba(0, 0, 0, .10) 100%
    );
}

.cms-text-on-image-body {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 52px;
    color: #fff;
}

.cms-text-on-image-body h1,
.cms-text-on-image-body h2,
.cms-text-on-image-body h3 {
    margin-top: 0;
    color: #fff;
}

.cms-text-on-image-body p {
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
}

.cms-text-on-image-body .cms-cta-group {
    margin-top: 24px;
}

.cms-text-on-image-body .cms-cta {
    border-color: #fff;
    background: #fff;
    color: #333;
}

@media (max-width: 767px) {
    .cms-layout-text-on-image {
        margin: 28px 0;
    }

    .cms-text-on-image {
        min-height: 0;
        border-radius: 14px;
        background-position: center center;
    }

    .cms-text-on-image-body {
        max-width: none;
        padding: 28px 24px;
    }

    .cms-text-on-image-body h1,
    .cms-text-on-image-body h2,
    .cms-text-on-image-body h3 {
        font-size: 24px;
    }

    .cms-text-on-image-body p {
        font-size: 16px;
    }

    .cms-text-on-image-body .cms-cta {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
}

.cms-hero-slider {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.cms-layout-hero {
    margin: 0 0 44px 0;
}

.cms-layout-hero .display-table {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.cms-layout-hero .overlay {
    z-index: 1;
}

.cms-layout-hero h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.cms-hero-body {
    color: #fff;
    margin-top: 12px;
}

.cms-hero-body p {
    color: #fff;
    margin-bottom: 0;
}

.cms-hero-cta {
    margin-top: 26px;
}

.cms-hero-cta .cms-cta {
    margin: 0 5px 8px 5px;
    padding: 11px 18px;
    border-radius: 4px;
    border-color: #fff;
    background: #fff;
    color: #333;
    font-weight: 600;
}

@media (max-width: 767px) {
    .cms-layout-hero.height-500,
    .cms-layout-hero.height-450,
    .cms-layout-hero.height-400,
    .cms-layout-hero.height-300 {
        min-height: 360px;
    }

    .cms-layout-hero h1 {
        font-size: 30px !important;
    }

    .cms-hero-body {
        font-size: 18px !important;
    }

    .cms-hero-cta .cms-cta {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.cms-hero-container {
    padding-left: 0;
    padding-right: 0;
}

.cms-layout-hero,
.cms-hero-slider {
    position: relative;
    margin: 0 0 44px 0;
    padding: 0;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.cms-layout-hero.height-300 {
    min-height: 300px;
}

.cms-layout-hero.height-400 {
    min-height: 400px;
}

.cms-layout-hero.height-500 {
    min-height: 500px;
}

.cms-layout-hero .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cms-layout-hero .display-table {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: inherit;
}

.cms-layout-hero .display-table-cell {
    min-height: inherit;
}

.cms-layout-hero h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.cms-hero-body,
.cms-hero-body p {
    color: #fff;
}

.cms-hero-cta {
    margin-top: 26px;
}

.cms-hero-cta .cms-cta {
    margin: 0 5px 8px 5px;
    padding: 11px 18px;
    border-radius: 4px;
    border-color: #fff;
    background: #fff;
    color: #333;
    font-weight: 600;
}

.cms-layout-hero,
.cms-hero-slider {
    position: relative;
    margin: 0 0 44px 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.cms-layout-hero.height-300 {
    min-height: 300px;
}

.cms-layout-hero.height-400 {
    min-height: 400px;
}

.cms-layout-hero.height-500 {
    min-height: 500px;
}

.cms-layout-hero .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cms-layout-hero .display-table {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: inherit;
}

.cms-layout-hero .display-table-cell {
    min-height: inherit;
}

.cms-layout-hero h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.cms-hero-body,
.cms-hero-body p {
    color: #fff;
}

.cms-hero-cta {
    margin-top: 26px;
}

.cms-hero-cta .cms-cta {
    margin: 0 5px 8px 5px;
    padding: 11px 18px;
    border-radius: 4px;
    border-color: #fff;
    background: #fff;
    color: #333;
    font-weight: 600;
}

#footer.gh-footer {
    margin-top: 70px;
}

#footer.gh-footer .footer-logo {
    max-width: 190px;
    height: auto;
    margin-bottom: 24px;
}

#footer.gh-footer address {
    margin-bottom: 0;
}

#footer.gh-footer .footer-sprite {
    margin-bottom: 18px;
    line-height: 1.55;
}

#footer.gh-footer h4 {
    margin-top: 0;
    margin-bottom: 22px;
}

#footer.gh-footer .gh-footer-newsletter {
    margin-top: 28px;
}

#footer.gh-footer .gh-footer-social {
    margin-top: 18px;
}

#footer.gh-footer .gh-footer-mobile-actions {
    padding: 20px;
}

#footer.gh-footer .gh-footer-mobile-actions .btn {
    margin: 0 4px 8px 0;
}

#footer.gh-footer {
    margin-top: 80px;
    color: #c4ddc5;
    background: #06360c;
}

.gh-footer-main {
    padding: 70px 0 58px 0;
    background: #073d0f;
}

.gh-footer-bottom {
    padding: 22px 0;
    color: #bdd8be;
    background: #042d09;
    font-size: 13px;
}

.gh-footer-col {
    margin-bottom: 32px;
}

.gh-footer h4 {
    margin: 0 0 22px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .05em;
}

.gh-footer p,
.gh-footer address {
    color: #c4ddc5;
    font-size: 14px;
    line-height: 1.6;
}

.gh-footer a {
    color: #c4ddc5;
    text-decoration: none;
}

.gh-footer a:hover {
    color: #fff;
    text-decoration: none;
}

.gh-footer-logo {
    display: block;
    max-width: 190px;
    height: auto;
    margin: 0 0 26px 0;
}

.gh-footer-address {
    margin: 0;
}

.gh-footer-address p {
    margin: 0 0 20px 0;
}

.gh-footer-news-list {
    margin-bottom: 28px;
}

.gh-footer-news-list ul,
.gh-footer-news-list .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gh-footer-news-list li {
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
    font-size: 14px;
    line-height: 1.35;
}

.gh-footer-newsletter {
    margin-top: 28px;
}

.gh-footer-newsletter p {
    margin-bottom: 14px;
}

.gh-footer-newsletter-form .input-group-addon {
    color: #c4ddc5;
    background: #032707;
    border-color: #032707;
}

.gh-footer-newsletter-form .form-control {
    height: 40px;
    color: #fff;
    background: #032707;
    border-color: #032707;
    box-shadow: none;
}

.gh-footer-newsletter-form .form-control::placeholder {
    color: #9fbca0;
}

.gh-footer-newsletter-form .btn {
    height: 40px;
    border-color: #5cb85c;
}

.gh-footer-links {
    margin: 0 0 22px 0;
    padding: 0;
}

.gh-footer-links li {
    position: relative;
    padding: 7px 0 7px 18px;
    font-size: 14px;
}

.gh-footer-links li:before {
    content: "\203A";
    position: absolute;
    left: 0;
    top: 7px;
    color: #fff;
}

.gh-footer-facebook {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border-radius: 4px;
    color: #fff !important;
    background: #5bc0de;
    font-size: 14px;
    line-height: 1;
}

.gh-footer-facebook:hover {
    color: #fff !important;
    background: #31b0d5;
}

.gh-footer-bottom-links span {
    display: inline-block;
    margin: 0 9px;
    color: #bdd8be;
}

.gh-footer-mobile-actions {
    padding: 18px 15px;
    text-align: center;
    background: #042d09;
}

.gh-footer-mobile-actions .btn {
    margin: 0 4px 8px 4px;
}

@media (max-width: 767px) {
    #footer.gh-footer {
        margin-top: 48px;
    }

    .gh-footer-main {
        padding: 46px 0 24px 0;
    }

    .gh-footer-bottom {
        text-align: center;
    }

    .gh-footer-bottom .text-right {
        text-align: center !important;
        margin-top: 10px;
    }

    .gh-footer-logo {
        max-width: 170px;
    }

    .gh-footer-newsletter-form .input-group,
    .gh-footer-newsletter-form .input-group-addon,
    .gh-footer-newsletter-form .form-control,
    .gh-footer-newsletter-form .input-group-btn,
    .gh-footer-newsletter-form .btn {
        display: block;
        width: 100%;
    }

    .gh-footer-newsletter-form .input-group-addon {
        display: none;
    }

    .gh-footer-newsletter-form .form-control {
        margin-bottom: 8px;
    }

    .gh-footer-newsletter-form .btn {
        border-radius: 3px;
    }

    .gh-footer-mobile-actions .btn {
        display: block;
        width: 100%;
        
        margin: 0 auto 8px auto;
    }
}