/* Design tokens — names mirror DESIGN.md's frontmatter (the normative spec) */
:root {
    --brand-green: #43b02a;       /* UHY Green — the rationed action color */
    --green-deep: #007041;        /* Deep Forest — headings + hover end-state */
    --green-darkest: #005844;     /* Pine Anchor — footer + site heading */
    --green-light: #78d64b;       /* Spring Green — kicker label only */
    --sage-muted: #a4c3bc;        /* Muted Sage — footer secondary text only */
    --sage-pale: #dce7e4;         /* Pale Sage — section gradient top stop */
    --surface-off-white: #f4f4f0; /* Warm Off-White — alternating sections */
    --ink: #1a1a1a;               /* Ink — body copy */
}

@font-face {
    font-family: 'Mundial';
    src: url('/fonts/MundialRegular.otf') format('opentype');
    font-weight: 400;font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('/fonts/MundialBold.otf') format('opentype');
    font-weight: 700;font-style: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6 {
     font-family: 'Mundial' !important;
}


*, :after, :before {
    box-sizing: border-box
}

body, html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale    
    font-family: 'Poppins', sans-serif;
}

html {
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.banner_section .section__hero-content {
    text-align: left !important;
    color: white !important;
}

.hamburger.lines.active span:before {
    transform: rotate(45deg);
    background: #ffffff !important;
}.hamburger.lines.active span:after {
    transform: rotate(-45deg);
    background: #ffffff !important;
}
.employee-grid .employee-grid__item__details {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 14px !important;
    font-weight: 500;
}

.employee-grid .employee-grid__item__details p.employee-grid__item__designation {
    margin-top: 0px !important;
}
.employee-grid__item:hover p.employee-grid__item__designation {
    color: white !important;
}
.hamburger.lines span:before {
    transform: translateY(-5px);
    background: white !important;
}.hamburger.lines span:after {
    transform: translateY(5px);
    background: white !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    text-transform: uppercase;
    font-weight: 700
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.container {
    width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:after, .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}


/*mycss*/
nav.nav-bar.top-nav a.nav-link {
    color: var(--green-darkest) !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    text-decoration: none !important;
    
}
.footer_section a {text-decoration: none;
}
/* Footer tel: link (PR #13) — the phone text sits inside the <a>, so it would
   otherwise take the UA-default blue. Match the other footer links: muted-sage
   at rest, brand-green on hover (same tokens the menu links use). */
.footer_section a[href^="tel:"],
.footer_section a[href^="tel:"]:visited {
    color: var(--sage-muted) !important;
}
.footer_section a[href^="tel:"]:hover,
.footer_section a[href^="tel:"]:active {
    color: var(--brand-green) !important;
}
header.header {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 9px 20px;
}.text-center {
    text-align: center !important;
}.se_box:hover {
    background: var(--brand-green);
}.se_box:hover .heading_03 {
    color: white !important;
}.se_box a {
    text-decoration: none !important;
}.green-btn a:hover {
    background: var(--green-deep) !important;
}
.section-financial {
    margin-top: 60px !important;
}
a.button.button--border--solid {
    background: var(--brand-green) !important;
    color: white !important;
    letter-spacing: 0px !important;
    padding: 17px 30px !important;
    border-radius: 93px !important;
    transition: background-color 0.25s ease-out;
}
.section-ser-one {
    margin: 70px 0px;
}
.section-ser-one img {
    width: 100%;
    border-radius: 0px 0px 350px 350px;
}
.section-ser-one .heading_03 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}.image-hight-one img {
    height: 400px;
    object-fit: cover;
}section.cta-section {
    position: relative;
    z-index: 66;
}section.section.detail-page {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}section.section.detail-page h2.heading_02.top-000 {
    margin-top: -173px !important;
    position: relative;
    z-index: 999;
}
section.section.detail-page h2 {
    margin: 26px 0px !important;
}
section.section.detail-page ul li {
}
section.section.detail-page ul li p {
    margin: 0px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: var(--green-darkest);
}
section.section.detail-page h6 {
    font-weight: 400 !important;
}
section.section.detail-page article {
    margin: 0;
    max-width: 1250px !important;
    margin-top: -116px;
}
nav.nav-bar.top-nav a.nav-link:nth-child(4) {
    background: var(--brand-green) !important;
    color: white !important;
    letter-spacing: 0px !important;
    padding: 17px 30px !important;
    border-radius: 93px !important;
    transition: background-color 0.25s ease-out;
}
nav.nav-bar.top-nav a.nav-link:nth-child(4):hover {
    background: var(--green-deep) !important;
}
.form-group input {
    box-shadow: 2px 2px 16px 0px #80808073;
    border-radius: 150px;
    padding: 24px 23px;
    border: 0;
    margin-bottom: 10px !important;
}
input.green-btn {
    background: var(--brand-green) !important;
    color: white !important;
    letter-spacing: 0px !important;
    padding: 17px 30px !important;
    border-radius: 93px !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 14px !important;
    border: 0;
    cursor: pointer;
    transition: background-color 0.25s ease-out;
}
input.green-btn:hover {
    background: var(--green-deep) !important;
}
.form-group textarea {
    box-shadow: 2px 2px 16px 0px #80808073;
    border-radius: 15px;
    padding: 16px 23px;
    border: 0;
    margin-bottom: 10px !important;
    height: 147px !important;
}
.heading_02_40 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--green-deep);margin-top: 10px !important;
    margin-bottom: 10px !important;font-family: 'Mundial' !important;
}
p.heading_04.mb-3 {
    margin-bottom: 10px !important;
}
.heading_02 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--green-deep);margin-top: 10px !important;
    margin-bottom: 10px !important;font-family: 'Mundial' !important;
}
.footer_section .container .col-md-6 h6.pargrap_01 {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0px !important;
    position: relative;
    top: 7px;font-family: 'Poppins', sans-serif;
}
p.pargrap_01.foo-color-light {
    color: var(--sage-muted) !important;
}
.heading_04 {
    font-size: 20px;
    margin: 0px !important; 
    text-transform: uppercase;
    color: var(--green-light);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}a.button.button--border--solid:hover {
    background: var(--green-deep) !important;
    opacity: 1 !important;
}


section.about_section img {
    width: 90%;
}
.pargrap_01 {
    color: var(--ink);
    font-size: 16px;
    margin-top: 0px !important;
    margin-bottom: 11px !important;
    font-family: 'Poppins', sans-serif;
}
section.about_section {
    padding: 70px 0px;
}
.header nav.nav-bar.top-nav {
    width: 80% !important;
    float: right !important;
    display: flex;
    align-items: center;
    justify-content: end;
}.header .logo {
    width: 20% !important;
    float: left;
    padding: 17px 0px;
}

/* "Wealth Management" desktop site heading between logo and nav (bead mc-qerm).
   Header-scoped relative container + absolutely-positioned heading = zero reflow,
   so the float-based logo/nav layout is unaffected. Hidden <=992px (see media query). */
.header .container {
    position: relative;
}
.header .site-heading {
    position: absolute;
    left: 19%;
    top: 46%;
    transform: translateY(-50%);
    margin: 0;
    color: var(--green-darkest);
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
}
.green-btn a {
    background: var(--brand-green) !important;
    color: white !important;
    letter-spacing: 0px !important;
    padding: 17px 30px !important;
    border-radius: 93px !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}a.green-btn.add {
    background: var(--brand-green) !important;
    color: white !important;
    letter-spacing: 0px !important;
    padding: 17px 30px !important;
    border-radius: 93px !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 2;
}p.pargrap_01.text-center.padd-20 {
    padding: 0% 12% !important;
}


h2.heading_02_40.text-center.top-0 {
    margin-top: 80px !important;
}a.green-btn.add {
    top: 20px;
}
.green-btn {
    margin-top: 43px;
}section.section.detail-page h2.heading_02 {
    font-size: 40px !important;
}
.row.d-flex.justify-content-center {
    display: flex;
    align-items: center;
}.heading_02_40.green {
    color: var(--brand-green);
}section.cta-section p, section.cta-section .heading_02 {
    padding: 0% 12%;
}
section.banner_section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 64%;
    background: url(/media/l1jlyepi/banner-curve.png);
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: -45px;
    z-index: 1;
}
.section__hero-content h1 {
    margin-top: 0px !important;margin-bottom: 10px !important;
}
section.banner_section{
    position: relative;
}
p.section__description {
    margin: 7px 0px !important;
}a.button.button--border--solid {
    margin-top: 20px;
}
section.services_section {
    text-align: center;
}
.heading_03 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--green-deep);font-family: 'Mundial' !important;
}
.se_box img {
    width: 100%;
    border-radius: 0px 0px 250px 250px;
}
section.advisors_section {
    text-align: center;
    margin-top: 90px;
    padding: 80px 0px;
    background-image: linear-gradient(to bottom, var(--sage-pale), #ffff0000);
}
.top-banner-hight {
    padding: 10% 0% 21% 0%;
}
section.advisors_section p, section.advisors_section .heading_02 {
    padding: 0px 116px;
}
.se_box {
    background: #f7faf9;
    border-radius: 0px 0px 266px 271px;
    margin-top: 20px;
}

.se_box p,
.se_box .heading_03 {
    padding: 36px 0px;
    margin: 0px !important;
}

.se_box.add {
    border-radius: 266px 271px 0px 0px;
}

.se_box.add img {
    border-radius: 266px 271px 0px 0px;
}

.footer_section {
    background: var(--green-darkest);
    padding: 200px 0px 34px 0px;
    margin-top: 60px;
    position: relative;
}
.text-right p {
    padding-right: 16px;
}
.text-right {
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.footer_section .container {
    position: relative;
    z-index: 66;
}
.footer_section .container .col-md-6 .pargrap_01:hover {
    color: var(--brand-green) !important;
    cursor: pointer;
}
h6.pargrap_01.foo-color-light{
    color: var(--sage-muted) !important;
}.no-air.heading_02_40 {
    color: white !important;
    width: 55%;
}
.top-banner-hight .section__hero-content {
    width: 100% !important;
    max-width: 1150px;
}
.Col-md-12.accepte .pargrap_01 {
    font-size: 11px !important;
    color: var(--sage-muted) !important;
    border-top: 1px solid #a4c3bc52;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    padding: 30px 0px !important;
    border-bottom: 1px solid #a4c3bc52;
}
section.section_all_team {
    position: relative;
    z-index: 66;
    margin-top: 40px;
}.employee-grid__item, .product-grid__item:hover {
    background: red;
}.employee-grid__item:hover {
    background: var(--brand-green) !important;
}
.section__hero-content h1.banner-hading-1 {
    padding-right: 155px;
}
.overlay--dark:after {
    background-image: linear-gradient(267deg, #00000000 0%, #000000b3 64%) !important;
}
.employee-grid__item:hover h3 {
    color: white !important;
}

.employee-grid__item:hover .employee-grid__item__contact a {
    color: white !important;
}

.employee-grid__item:hover .employee-grid__item__email {
    color: #fff !important;
}
.footer_section .heading_04 {
    color: white;
    margin-bottom: 23px !important;
}.col-md-3.clum-02 .pargrap_01 {
    margin-bottom: 7px !important;
}
.footer_section .container .col-md-3 .pargrap_01:hover {
    color: var(--brand-green) !important;
    cursor: pointer;
}
.logo-footer img {
    width: 80%;
}
.footer_section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/media/t1lh3v0b/footer-curve.png);
    background-repeat: no-repeat;
    background-position: top center;
    left: 0;
    right: 0;
    top: -100px;
    z-index: 0;
}
.employee-grid__item {
    background: hsla(0, 0%, 93.3%, .9);
    padding: 10px 10px;
    border-radius: 150px 150px 0px 0px;
    margin: 0px 6px;
}    .employee-grid__item, .product-grid__item {
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        max-width: 23% !important;
    }

.employee-grid__item__image {
    height: 250px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 150px 150px 0px 0px;
}
.employee-grid__item__details {
    padding: 15px 0px 0px 0px !important;
    background: transparent !important;
}
.employee-grid__item {
    margin-bottom: 20px !important;
}section.section.contact_sec .heading_04 {
    font-family: "Poppins", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    text-transform: none;
    line-height: 23px;
    margin-bottom: 15px !important;
    color: var(--green-deep) !important;
}

/* Contact Us address mailto link — brand green, never default browser blue (bead mc-u0jm). */
section.section.contact_sec .heading_04 a[href^="mailto:"],
section.section.contact_sec .heading_04 a[href^="mailto:"]:visited {
    color: var(--green-darkest) !important;
    text-decoration: none;
}
section.section.contact_sec .heading_04 a[href^="mailto:"]:hover,
section.section.contact_sec .heading_04 a[href^="mailto:"]:active {
    color: var(--green-darkest) !important;
    text-decoration: underline;
}
/* Contact Us page tel: link — brand green, never default browser blue (bead mc-eykz).
   Twin of the sibling mailto rule (mc-u0jm) so both Contact-page links match. */
section.section.contact_sec .heading_04 a[href^="tel:"],
section.section.contact_sec .heading_04 a[href^="tel:"]:visited {
    color: var(--green-darkest) !important;
    text-decoration: none;
}
section.section.contact_sec .heading_04 a[href^="tel:"]:hover,
section.section.contact_sec .heading_04 a[href^="tel:"]:active {
    color: var(--green-darkest) !important;
    text-decoration: underline;
}
.employee-grid__item__name {
    letter-spacing: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: var(--green-deep) !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
}
    .employee-grid__item {
        padding: 12px !important;
    }.employee-grid__item a {
    color: var(--brand-green) !important;
}





    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.333333%
}

.col-xs-2 {
    width: 16.666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.333333%
}

.col-xs-5 {
    width: 41.666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333%
}

.col-xs-8 {
    width: 66.666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.333333%
}

.col-xs-11 {
    width: 91.666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.333333%
}

.col-xs-pull-2 {
    right: 16.666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.333333%
}

.col-xs-pull-5 {
    right: 41.666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.333333%
}

.col-xs-pull-8 {
    right: 66.666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.333333%
}

.col-xs-pull-11 {
    right: 91.666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.333333%
}

.col-xs-push-2 {
    left: 16.666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.333333%
}

.col-xs-push-5 {
    left: 41.666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.333333%
}

.col-xs-push-8 {
    left: 66.666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.333333%
}

.col-xs-push-11 {
    left: 91.666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.333333%
}

.col-xs-offset-2 {
    margin-left: 16.666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333333%
}

.col-xs-offset-5 {
    margin-left: 41.666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333333%
}

.col-xs-offset-8 {
    margin-left: 66.666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333333%
}

.col-xs-offset-11 {
    margin-left: 91.666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.428571;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 6px
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            z-index: 2;
            margin-left: -1px
        }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }



h2 {
    font-size: 1.6em;
    letter-spacing: 2px;
    text-transform: uppercase
}


.product-image-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-image {
    max-width: 100%;
    max-height: 600px
}

.product-price {
    font-size: 30px;
    margin-bottom: 20px
}

.product-teaser {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px
}

.product-button {
    margin-bottom: 40px
}

.product-advantages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-advantage {
    padding: 15px 0;
    font-weight: 700;
    border-top: 1px solid #f2f2f2
}

    .product-advantage:last-child {
        border-bottom: 1px solid #f2f2f2
    }

.product-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.product-grid__item {
    height: 300px;
    position: relative;
    overflow: hidden;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

    .product-grid__item:hover {
        cursor: pointer
    }

.product-grid__item__overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-grid__item-image {
    max-width: 100%
}

.product-grid__item__name, .product-grid__item__price {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 5px;
    background-color: rgba(0,0,0,.35);
    padding: 2px 5px;
    display: inline-block
}

.header {
    padding-top: 50px;
    padding-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 4
}

.header--fixed {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    left: 0;
    position: fixed
}

    .header--fixed .nav-bar {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .header--fixed .nav-link {
        color: #000 !important
    }

        .header--fixed .nav-link--active, .header--fixed .nav-link:hover {
            border-bottom-color: #000 !important
        }

    .header--fixed .hamburger span, .header--fixed .hamburger span:after, .header--fixed .hamburger span:before {
        background-color: #000 !important
    }

body.frontpage .header:not(.header--fixed) .nav-link--home__text:after {
    background-color: #fff
}

body.frontpage .header:not(.header--fixed) .nav-link {
    color: #fff
}

    body.frontpage .header:not(.header--fixed) .nav-link--active, body.frontpage .header:not(.header--fixed) .nav-link:hover {
        border-bottom-color: #fff
    }

body.frontpage .header:not(.header--fixed) .hamburger span, body.frontpage .header:not(.header--fixed) .hamburger span:after, body.frontpage .header:not(.header--fixed) .hamburger span:before {
    background-color: #fff
}

body.fixed .top-nav.-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translate(0)
}

footer {
    padding-top: 60px;
    padding-bottom: 60px
}

.logo {
    padding-left: 20px
}

.logo-image {
    max-width: 180px;
    max-height: 100px;
    height: auto;
    margin-left: 20px;
    display: block
}

.nav-bar {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.nav-bar--list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-bar--center, .nav-bar--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-bar--air-bottom {
    margin-bottom: 40px
}

.nav-link, .nav-link:visited {
    text-decoration: none;
    margin: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom: 2px solid transparent
}

.nav-link--air-bottom {
    margin-bottom: 5px
}

a.nav-link.nav-link--black {
    color: #000
}

    a.nav-link.nav-link--black:hover {
        border-color: #000
    }

.nav-link--black.nav-link--active {
    box-shadow: inset 0 -2px 0 #000
}

.nav-link--home {
    font-size: 24px;
    font-weight: 900;
    margin-right: 40px;
    color: var(--surface-off-white)
}

    .nav-link--home:hover {
        box-shadow: none
    }

.nav-link--home__text {
    position: relative
}

    .nav-link--home__text:after {
        position: absolute;
        right: 0;
        display: block;
        content: "";
        height: 3px;
        width: 200%
    }

.section {
    padding: 90px 20px
}

.section--sand {
    background-color: var(--surface-off-white)
}

.section--stroke-bottom {
    border-bottom: 1px solid #f2f2f2
}

.section--full-height {
    min-height: 100vh
}

.section--header {
    min-height: 320px;
    padding-top: 130px
}

.section--content-center {
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.section--content-center, .section--content-center-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.section--content-center-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}


body.frontpage .section__hero-content {
    color: #fff;
    text-align: left;
}

.section__hero-content {
    max-width: 760px;
    padding: 0 20px
}

.section__description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 60px
}

.background-image-full {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.overlay {
    position: relative
}

    .overlay:after {
        content: "";
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }


.overlay--light:after {
    background: hsla(0,0%,88%,.6)
}

.overlay * {
    position: relative;
    z-index: 1
}

.button, .button--small {
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #000;
    outline: none
}

    .button--small:hover, .button:hover {
        opacity: .7
    }

.button--small {
    padding: 8px 40px;
    font-size: 14px
}

.button--border--light {
    background: none;
    border-color: #fff;
    color: #fff
}

    .button--border--light:hover {
        background: #fff;
        color: #000;
        opacity: 1
    }

.button--border--light_solid {
    background: #fff;
    border-color: #fff;
    color: #000
}

    .button--border--light_solid:hover {
        opacity: .7
    }

.button--border--dark {
    background: none;
    border-color: #000;
    color: #000
}

    .button--border--dark:hover {
        background: #000;
        color: #fff;
        opacity: 1
    }

.button--border--dark_solid {
    background: #000;
    border-color: #000;
    color: #fff
}

    .button--border--dark_solid:hover {
        opacity: .7
    }

.button--border {
    background: none
}

    .button--border:hover {
        opacity: 1
    }

.button--border--solid {
    border-color: transparent
}

    .button--border--solid:hover {
        opacity: .7
    }

.blogposts {
    margin-left: auto;
    margin-right: auto
}

.blogpost {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 30px 20px
}

    .blogpost.blogpost-with-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blogpost:last-child {
        margin-bottom: 60px
    }

    .blogpost:hover .blogpost-title {
        text-decoration: underline
    }

.blogpost-image {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-left: 40px;
    border-radius: 50%
}

.blogpost-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.blogpost-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.blogpost-date {
    display: block;
    opacity: 1;
    margin-right: 10px
}

.blogpost-cat {
    opacity: .5
}

.blogpost-image {
    height: 160px;
    width: 160px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px
}

.blogpost-title {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 10px
}

.blogpost-excerpt {
    font-size: 16px;
    line-height: 1.5;
    opacity: .8
}

.blogpost-link {
    margin-top: 25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,.15);
    color: #000;
    text-decoration: none;
    font-size: 18px
}

    .blogpost-link:hover {
        border-bottom-color: #000
    }

.blogposts-centered {
    text-align: center
}

    .blogposts-centered .blogpost {
        margin: 30px 0;
        padding: 30px 30px 0
    }

        .blogposts-centered .blogpost:hover {
            background: none
        }

        .blogposts-centered .blogpost + .blogpost {
            border-top: 1px solid var(--surface-off-white)
        }

    .blogposts-centered .blogpost-title {
        margin-bottom: 30px
    }

    .blogposts-centered .blogpost-excerpt {
        font-size: 18px
    }

    .blogposts-centered .blogpost-meta {
        -ms-flex-pack: center;
        justify-content: center
    }

    .blogposts-centered .blogpost-title {
        font-size: 30px;
        line-height: 1.3
    }

.testimonial {
    text-decoration: none;
    color: #000;
    display: block;
    background: var(--surface-off-white);
    margin-bottom: 30px
}

.testimonial-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50%
}

.testimonial-content {
    padding: 30px
}

.testimonial-title {
    letter-spacing: 1px;
    margin: 0 0 10px
}

p.testimonial-text {
    margin-top: 0;
    margin-bottom: 0 !important
}

.testimonial-link {
    color: rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    margin-top: 20px
}

    .testimonial-link:hover {
        color: #000
    }

.employee-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.employee-grid__item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.employee-grid__item__image {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.employee-grid__item__details {
    padding: 30px;
    background: var(--surface-off-white)
}

.employee-grid__item__name {
    color: #000;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 5px
}

.employee-grid__item__email {
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block
}

.employee-grid__item__contact-item {
    color: rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    margin-right: 10px
}

    .employee-grid__item__contact-item:hover {
        color: #000
    }

label {
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase
}

.form-group {
    margin-bottom: 25px
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    transition: none;
    padding: 20px 15px
}

    .form-control:focus {
        border-color: #362bdc;
        box-shadow: none
    }

.mobile-nav-handler {
    margin-left: auto;
    margin-right: 40px
}

.hamburger {
    position: relative;
    cursor: pointer;
    z-index: 5;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .hamburger span, .hamburger span:after, .hamburger span:before {
        display: block;
        transition-property: all;
        transition-duration: .1s
    }

    .hamburger span {
        margin: 0 auto;
        position: relative
    }

        .hamburger span:after, .hamburger span:before {
            position: absolute;
            content: ''
        }

    .hamburger.lines span, .hamburger.lines span:after, .hamburger.lines span:before {
        width: 20px;
        height: 2px
    }

        .hamburger.lines span:before {
            transform: translateY(-5px)
        }

        .hamburger.lines span:after {
            transform: translateY(5px)
        }

    .hamburger.lines:hover span:before {
        transform: translateY(-7px)
    }

    .hamburger.lines:hover span:after {
        transform: translateY(7px)
    }

    .hamburger.lines:hover.active span:before {
        transform: rotate(45deg)
    }

    .hamburger.lines:hover.active span:after {
        transform: rotate(-45deg)
    }

    .hamburger.lines.active span {
        background-color: transparent !important
    }

        .hamburger.lines.active span:after, .hamburger.lines.active span:before {
            transform: translateY(0)
        }

        .hamburger.lines.active span:before {
            transform: rotate(45deg)
        }

        .hamburger.lines.active span:after {
            transform: rotate(-45deg)
        }

article {
    max-width: 700px;
    margin: 0 auto
}

    article a, article a:visited {
        text-decoration: none;
        text-decoration: underline
    }

        article a:hover, article a:visited:hover {
            text-decoration: none
        }

    article li, article p {
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 1.5
    }

    article li {
        padding: 5px 0
    }

    article ol, article ul {
        margin: 20px;
        padding: 0
    }

    article img {
        max-width: 100%
    }

    article iframe, article img {
        margin: 0 0 20px
    }

.mobile-nav {
    width: 100%;
    height: auto;
    z-index: 4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    height: 0
}

.mobile-nav--open {
    opacity: 1;
    height: 100vh
}

.mobile-nav .nav-link {
    transition: transform .6s cubic-bezier(.23,1,.32,1);
    transform: translateY(999px);
    opacity: 0;
    font-size: 18px;
    margin: 15px
}

    .mobile-nav .nav-link:nth-child(1) {
        transition-delay: 60ms
    }

    .mobile-nav .nav-link:nth-child(2) {
        transition-delay: 80ms
    }

    .mobile-nav .nav-link:nth-child(3) {
        transition-delay: .1s
    }

    .mobile-nav .nav-link:nth-child(4) {
        transition-delay: .12s
    }

    .mobile-nav .nav-link:nth-child(5) {
        transition-delay: .14s
    }

    .mobile-nav .nav-link:nth-child(6) {
        transition-delay: .16s
    }

    .mobile-nav .nav-link:nth-child(7) {
        transition-delay: .18s
    }

    .mobile-nav .nav-link:nth-child(8) {
        transition-delay: .2s
    }

    .mobile-nav .nav-link:nth-child(9) {
        transition-delay: .22s
    }

    .mobile-nav .nav-link:nth-child(10) {
        transition-delay: .24s
    }

    .mobile-nav .nav-link:nth-child(11) {
        transition-delay: .26s
    }

.mobile-nav--open .nav-link {
    transform: translate(0);
    opacity: 1
}

.ta-center {
    text-align: center
}

.mw-640 {
    max-width: 640px
}

.ma-h-auto {
    margin-left: auto;
    margin-right: auto
}

.no-air {
    margin: 0
}

.no-scroll {
    overflow: hidden
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

@media (min-width:768px) {
    .container {
        width: 750px
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333%
    }

    .col-sm-2 {
        width: 16.666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.333333%
    }

    .col-sm-5 {
        width: 41.666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333%
    }

    .col-sm-8 {
        width: 66.666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.333333%
    }

    .col-sm-11 {
        width: 91.666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.333333%
    }

    .col-sm-pull-2 {
        right: 16.666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.333333%
    }

    .col-sm-pull-5 {
        right: 41.666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333%
    }

    .col-sm-pull-8 {
        right: 66.666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.333333%
    }

    .col-sm-pull-11 {
        right: 91.666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.333333%
    }

    .col-sm-push-2 {
        left: 16.666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.333333%
    }

    .col-sm-push-5 {
        left: 41.666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333%
    }

    .col-sm-push-8 {
        left: 66.666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.333333%
    }

    .col-sm-push-11 {
        left: 91.666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }

    .employee-grid__item, .product-grid__item {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }

    .employee-grid__item {
        padding: 10px
    }
}

.compat-msg {
    color: #000;
    display: block;
    background: var(--surface-off-white);
    padding: 30px
}

@media (min-width:992px) {
    .container {
        width: 970px
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.333333%
    }

    .col-md-2 {
        width: 16.666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.333333%
    }

    .col-md-5 {
        width: 41.666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333%
    }

    .col-md-8 {
        width: 66.666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.333333%
    }

    .col-md-11 {
        width: 91.666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333%
    }

    .col-md-pull-2 {
        right: 16.666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.333333%
    }

    .col-md-pull-5 {
        right: 41.666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333%
    }

    .col-md-pull-8 {
        right: 66.666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.333333%
    }

    .col-md-pull-11 {
        right: 91.666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333%
    }

    .col-md-push-2 {
        left: 16.666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.333333%
    }

    .col-md-push-5 {
        left: 41.666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333%
    }

    .col-md-push-8 {
        left: 66.666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.333333%
    }

    .col-md-push-11 {
        left: 91.666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333%
    }

    .col-md-offset-2 {
        margin-left: 16.666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333333%
    }

    .col-md-offset-5 {
        margin-left: 41.666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333%
    }

    .col-md-offset-8 {
        margin-left: 66.666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333333%
    }

    .col-md-offset-11 {
        margin-left: 91.666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .nav-link, .nav-link:visited {
        margin-left: 15px;
        margin-right: 15px
    }

    .button, .button--small {
        padding: 10px 80px
    }

    .blogposts {
        max-width: 800px
    }

    .blogpost {
        padding: 30px;
        margin: 20px 0
    }

        .blogpost.blogpost-with-image {
            -ms-flex-direction: row;
            flex-direction: row
        }

    .blogpost-image {
        height: 160px;
        max-width: 160px;
        margin-top: 0;
        margin-left: 20px
    }

    .employee-grid {
        margin-left: 20px;
        margin-right: 20px
    }

    .mobile-nav-handler {
        display: none
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333%
    }

    .col-lg-2 {
        width: 16.666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.333333%
    }

    .col-lg-5 {
        width: 41.666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333%
    }

    .col-lg-8 {
        width: 66.666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.333333%
    }

    .col-lg-11 {
        width: 91.666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333333%
    }

    .col-lg-pull-2 {
        right: 16.666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.333333%
    }

    .col-lg-pull-5 {
        right: 41.666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333333%
    }

    .col-lg-pull-8 {
        right: 66.666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.333333%
    }

    .col-lg-pull-11 {
        right: 91.666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333333%
    }

    .col-lg-push-2 {
        left: 16.666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.333333%
    }

    .col-lg-push-5 {
        left: 41.666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333333%
    }

    .col-lg-push-8 {
        left: 66.666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.333333%
    }

    .col-lg-push-11 {
        left: 91.666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .employee-grid__item, .product-grid__item {
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        max-width: 33%
    }

    .employee-grid__item {
        padding: 20px
    }
}

@media (max-width:1199.98px) {
    .header .site-heading {
        font-size: 18px;
        left: 18%;
        top: 48%;
    }

    .header nav.nav-bar.top-nav .nav-link {
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media (max-width:992px) {
    .header .nav-bar {
        display: none
    }

    .header .site-heading {
        display: block;
        font-size: 32px;
        left: max(22%, 200px);
        top: 60%;
    }

    .nav-bar {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }
}


@media (max-width:992px) {
    header.header.header--hide {
    z-index: 99999;
    position: relative;
}section.cta-section {
    margin-bottom: 190px;
}.mobile-nav.mobile-nav--open {
        z-index: 666;
    }
  .no-air.heading_02_40 {
    color: white !important;
    width: 100%;
}section.cta-section p, section.cta-section .heading_02 {
    padding: 0% 0%;
}section.section.detail-page h2.heading_02 {
    font-size: 30px !important;
}
.top-banner-hight {
    padding: 30% 0% 13% 0%;
}.employee-grid__item, .product-grid__item {
    max-width: 100% !important;
}.section {
    padding: 40px 15px 0px 15px;
}.employee-grid {
    position: relative;
    z-index: 3;
}.section__hero-content h1.banner-hading-1 {
    padding-right: 0;
}.section-ser-one {
    margin: 26px 0px;
}section.section.detail-page {
    padding-top: 0px !important;
    margin-top: -202px !important;
    padding: 0px !important;
}
.footer_section:before {
    background-size: 100%;
    top: -5px;
}section.section.detail-page h2.heading_02.top-000 {
    margin-top: 103px !important;
    position: relative;
    z-index: 2;
}
.footer_section {
    padding: 120px 0px 12px 0px;
}.mobile-nav.mobile-nav--open a {
    color: white !important;
}
.nav-link, .nav-link:visited {
    border-bottom: 0px solid transparent !important;
}
section.banner_section:before {
    background-size: 100%;
    bottom: -1px;
    z-index: 1;
}.image-hight-one img {
    height: 250px;
    object-fit: cover;
}section.section-ser-one.two-ser .col-md-6.image-hight-one {
    margin-top: 45px;
}
   .header nav.nav-bar.top-nav {
        display: none;
    }
.mobile-nav-handler {

margin-right: 0;

text-align: right;

background: var(--green-deep);

position: absolute;

right: 30px;

 }
.mobile-nav.mobile-nav--open {
    background: var(--green-light) !important;
}.header .logo {
    width: auto !important;
}.logo-image {
    width: 164px;
    max-width: 164px;
    max-height: 164px;
    height: auto;
    margin-left: 0;
    display: block;
}.mobile-nav-handler {
    margin-top: 17px;
    display: block;
}p.section__description {
    font-size: 14px;
}.section__hero-content {
    position: relative;
    top: -47px;
}section.about_section .row.d-flex.justify-content-center {
    display: block;
}
p.pargrap_01.text-center.padd-20 {
    padding: 0% 0% !important;
}
.container {
    width: 100% !important;
}
.row.d-flex.justify-content-center {
    display: block;
    align-items: center;
}section.advisors_section p, section.advisors_section .heading_02 {
    padding: 0px 9px;
}.Col-md-12.accepte .pargrap_01 {
    padding: 24px 11px !important;
}.text-right {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}.footer_section .col-md-6 h6.pargrap_01 {
    text-align: center;
}.logo-footer img {
    width: 64%;
    margin-bottom: 43px !important;
}
.employee-grid {
 width: 350px;
 margin: auto;
}
}
@media (max-width:575px) {
body section.section.detail-page h2.heading_02.top-000 {
margin-top: -60px !important;}.employee-grid__item__image {
height: 314px !important;
object-fit: cover !important;
}
}

@media (max-width:430px) {
    .header .site-heading {
        left: 30%;
    }
}

/* Below 768px: shrink the logo and drop the "Wealth Management" title
   out of absolute positioning so it clears below the logo and wraps,
   instead of overlapping in the cramped horizontal space. */
@media (max-width:767.98px) {
    .logo-image {
        width: 120px;
        max-width: 120px;
        max-height: 120px;
    }

    /* Title now flows below the logo, so anchor the hamburger to the top
       instead of letting it follow the (lower) static flow position. */
    .header .mobile-nav-handler {
        top: 0;
        right: 0;
        margin-top: 7px;
    }

    .header .site-heading {
        position: static;
        clear: left;
        left: auto;
        top: auto;
        transform: none;
        white-space: normal;
        margin-left: 20px;
        padding-top: 0;
        font-size: 24px;
        line-height: 1.1;
    }
}


/* ============================================================
   Accessibility (WCAG 2.2 AA) — appended hardening layer
   ============================================================ */

/* Skip link: visually hidden until focused, then anchored top-left */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1000;
    padding: 12px 20px;
    background: var(--green-darkest);
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 8px 0;
}
.skip-link:focus {
    left: 0;
}

/* The hamburger is now a <button>; strip native chrome so the
   existing .hamburger flex/size/span styling renders unchanged */
button.hamburger {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    color: inherit;
}

/* Consistent, on-brand keyboard focus ring across interactive elements.
   :focus-visible keeps it keyboard-only (no ring on mouse click). */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.nav-link:focus-visible,
.button:focus-visible,
.button--border--solid:focus-visible,
.green-btn:focus-visible,
input.green-btn:focus-visible,
.hamburger:focus-visible {
    outline: 3px solid var(--brand-green);
    outline-offset: 3px;
}
/* On the deep-green footer, the bright-green ring lacks contrast — use white */
.footer_section a:focus-visible {
    outline-color: #ffffff;
}

/* Placeholder text was #999 (2.85:1 on white — fails). Bump to ~4.9:1.
   Note: placeholders are no longer the only label — real <label>s added. */
.form-control::placeholder { color: #6f6f6f; opacity: 1; }
.form-control::-webkit-input-placeholder { color: #6f6f6f; opacity: 1; }
.form-control::-moz-placeholder { color: #6f6f6f; opacity: 1; }
.form-control:-ms-input-placeholder { color: #6f6f6f; opacity: 1; }

/* Visible, on-brand focus for text inputs: "Border swell" — the field's
   own border carries focus (2px Deep Forest), following the field's shape.
   Padding compensates the border growth so the layout never shifts. */
.form-control:focus,
.form-control:focus-visible {
    outline: none;
    border: 2px solid var(--green-deep);
    padding: 5px 11px; /* base .form-control: 6px 12px with 1px border */
    box-shadow: none;
}
.form-group input.form-control:focus,
.form-group input.form-control:focus-visible {
    padding: 22px 21px; /* contact pill fields: 24px 23px with border 0 */
}

/* Field labels for the contact form */
.form-group label {
    display: block;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: var(--ink);
}

/* Respect reduced-motion: neutralise transitions/animations and the
   smooth-scroll for users who ask for less motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/* ============================================================
   Responsive adaptation — touch targets, input zoom, safe areas
   ============================================================ */

/* Heading overflow safety: long unbroken words must wrap, never spill
   past the container at any breakpoint (esp. the 60->30px jump at 992px).
   Additive guard; does not change sizing. */
h1,
.banner-hading-1,
.heading_02,
.heading_02_40,
.heading_03,
.no-air.heading_02_40 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-wrap: balance;
}

/* iOS zooms the page in when a focused input's font-size is < 16px.
   The form-control base is 14px — bump to 16px on small screens so
   focusing a field doesn't yank the layout. */
@media (max-width: 767px) {
    .form-control {
        font-size: 16px;
    }
}

/* Touch devices (phones, tablets, touch laptops): comfortable hit areas.
   WCAG 2.5.8 target minimum is 24px; we aim for the 44px AAA guideline. */
@media (pointer: coarse) {
    .form-control {
        min-height: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* The contact submit + pill CTAs are already tall (17px padding);
       enforce the floor explicitly so they can never regress. */
    input.green-btn,
    .green-btn a,
    .button--border--solid,
    a.button.button--border--solid {
        min-height: 44px;
    }

    /* Primary mobile control: 40px -> 44px tap area (lines stay centered) */
    .hamburger {
        width: 44px;
        height: 44px;
    }
}

/* Touch on wider screens (touchscreen laptops) where the horizontal
   top-nav is visible: give the text links a real tap area without
   disturbing the mouse layout on fine-pointer machines. */
@media (pointer: coarse) and (min-width: 992px) {
    nav.nav-bar.top-nav a.nav-link {
        display: inline-block;
        padding: 12px 6px;
    }
    /* keep the 4th-item pill on its own padding */
    nav.nav-bar.top-nav a.nav-link:nth-child(4) {
        padding: 14px 30px;
    }
}

/* Notch / rounded-corner safe areas (viewport-fit=cover is set on the
   meta tag). Keep the fixed header, the absolutely-positioned mobile
   menu button, and the footer clear of the inset zones. */
.header--fixed {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
}

@media (max-width: 992px) {
    .mobile-nav-handler {
        right: max(30px, env(safe-area-inset-right));
    }
    .footer_section {
        padding-bottom: max(12px, env(safe-area-inset-bottom));
    }
}


/* ============================================================
   Fluid type scale (the Fluid-Floor Rule)
   Replaces the fixed 60/50/40/23px headings + the abrupt 30px
   jump at <=992px with smooth clamp() scaling. Appended last so
   these supersede both the desktop and mobile px values at equal
   specificity; the higher-specificity article (.detail-page h2)
   headings deliberately keep their own sizing.
   Identity-preserving: same min..max anchors as the brand already
   shipped, just continuous between them. Body stays fixed at 16px.
   ============================================================ */

/* Display / hero (Home banner + generic <h1>): 34px -> 60px */
h1 {
    font-size: clamp(2.125rem, 1.49rem + 2.83vw, 3.75rem) !important;
    line-height: 1.05 !important;
}

/* Section title: 28px -> 50px */
.heading_02 {
    font-size: clamp(1.75rem, 1.21rem + 2.39vw, 3.125rem) !important;
    line-height: 1.05 !important;
}

/* Sub-section / inner-page hero title: 26px -> 40px */
.heading_02_40 {
    font-size: clamp(1.625rem, 1.28rem + 1.52vw, 2.5rem) !important;
    line-height: 1.1 !important;
}

/* Card / service-tile title: 19px -> 23px */
.heading_03 {
    font-size: clamp(1.1875rem, 1.09rem + 0.43vw, 1.4375rem) !important;
    line-height: 1.15 !important;
}

/* Uppercase kicker label needs tracking so the caps don't crowd */
.heading_04 {
    letter-spacing: 0.03em;
}

/* Long-form body: reduce orphans/ragged last lines */
.pargrap_01 {
    text-wrap: pretty;
}
