/*

linked: _webfont/gesture/stylesheet.css via function
font-family: 'gestureregular',serif;

<link rel="stylesheet" href="https://use.typekit.net/bys6uky.css">


font-family: the-seasons, sans-serif;
font-weight: 400, 700;
font-style: normal;

font-family: nitti-grotesk, sans-serif;
font-weight: 400, 500, 600;
font-style: normal;

*/

:root {
  --primary-color-app: #0F7A85;
  --primary-dark-color-app:#105E6A;
  --primary-light-color-app: #C9EEE5;

  --light-color-app: #FBFFFA;
  --dark-color-app:#121212;

  --base-light-color-app:#FFFFFF;
  --base-dark-color-app:#000000;

  --primary-font-app:"nitti-grotesk", sans-serif;
  --secondary-font-app:"the-seasons", serif;

  --light-weight-app:300;
  --regular-weight-app:400;
  --semibold-weight-app:500;
  --bold-weight-app:600;
  --extrabold-weight-app:700;

/*  type scale*/
  --step--2: clamp(0.7035rem, 0.7968rem + -0.0778vi, 0.7813rem);
  --step--1: clamp(0.9375rem, 0.9375rem + 0.0002vi, 0.9377rem);
  --step-0: clamp(1.125rem, 1.1rem + 0.125vi, 1.25rem);
  --step-1: clamp(1.35rem, 1.2868rem + 0.3163vi, 1.6663rem);
  --step-2: clamp(1.62rem, 1.4998rem + 0.6011vi, 2.2211rem);
  --step-3: clamp(1.944rem, 1.7407rem + 1.0167vi, 2.9607rem);
  --step-4: clamp(2.3328rem, 2.01rem + 1.6139vi, 3.9467rem);

/*  space calculator*/
  --space-3xs: clamp(0.25rem, 0.2375rem + 0.0625vi, 0.3125rem);
  --space-2xs: clamp(0.5rem, 0.475rem + 0.125vi, 0.625rem);
  --space-xs: clamp(0.75rem, 0.7125rem + 0.1875vi, 0.9375rem);
  --space-s: clamp(1rem, 0.95rem + 0.25vi, 1.25rem);
  --space-m: clamp(1.5rem, 1.425rem + 0.375vi, 1.875rem);
  --space-l: clamp(3rem, 2.85rem + 0.75vi, 3.75rem);
  --space-xl: clamp(4rem, 3.8rem + 1vi, 5rem);
  --space-2xl: clamp(6rem, 5.7rem + 1.5vi, 7.5rem);

  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, 0.175rem + 0.375vi, 0.625rem);
  --space-2xs-xs: clamp(0.5rem, 0.4125rem + 0.4375vi, 0.9375rem);
  --space-xs-s: clamp(0.75rem, 0.65rem + 0.5vi, 1.25rem);
  --space-s-m: clamp(1rem, 0.825rem + 0.875vi, 1.875rem);
  --space-m-l: clamp(1.5rem, 1.05rem + 2.25vi, 3.75rem);
  --space-l-xl: clamp(3rem, 2.6rem + 2vi, 5rem);
  --space-xl-2xl: clamp(4rem, 3.3rem + 3.5vi, 7.5rem);

  /* Custom pairs */
  --space-xs-s: clamp(0.75rem, 0.65rem + 0.5vi, 1.25rem);

}


html {
    font-size: 22px;
    scroll-behavior: smooth;
}

body {
    font-weight: var(--regular-weight-app);
    font-size: 1rem;
}

body {
    background-color: var(--base-light-color-app);
    color: var(--dark-color-app);
    font-family: var(--primary-font-app);
    font-style: normal;
/*    letter-spacing: 0.1rem;*/
    line-height: 1.5;
    text-wrap: pretty;
}

main {
    flex: 1;
}

p {
    margin-top: var(--space-xs-s);
    margin-bottom: var(--space-xs-s);
}

.u-h1, .u-h2, .u-h3, .u-h4, .u-h5, .u-h6, h1, h2, h3, h4, h5, h6 {
    
    font-family: var(--secondary-font-app);
    font-style: normal;
    font-weight: var(--regular-weight-app);

    line-height: 1.1;
    margin-top: var(--space-xs-s);
    margin-bottom: var(--space-xs-s);

    white-space: unset; 
    text-wrap: balance;
}

.u-h1, .u-text--xxl, h1 {
    font-size: var(--step-4);
    margin-top: var(--space-xs-s);
    margin-bottom: var(--space-xs-s);
/*    text-transform: uppercase;*/
/*    letter-spacing: -0.025em;*/
}

.subpage h1,
.subpage h2,
.subpage h3,
.subpage h4,
.subpage h5 {
    color: var(--primary-color-app);
}

    /*hide heading title*/
    .u-heading--title {
        border: 0;
        position: absolute;
        clip: rect(1px,1px,1px,1px);
        clip-path: inset(0px 0px 99.9% 99.9%);
        overflow: hidden;
        height: 1px;
        width: 1px;
        line-height:0;
        margin: 0;
        padding: 0;
    }

    .u-text--subtitle {
        font-size: var(step-0);
        font-weight: var(--bold-weight-app);
        letter-spacing: .5rem;
        margin-bottom: var(--space-xs-s);
        text-transform: uppercase;
        opacity: 0.8;
    }
    .u-text--lead {
        font-size: var(step-0);
        font-weight: var(--bold-weight-app);
        letter-spacing: .02em;
        margin-bottom: var(--space-m-l);
        text-transform: uppercase;
        opacity: 0.8;
    }
    
.u-h2, .u-text--xl, h2 {
    font-size: var(step-3);
    text-transform: uppercase;
    font-style: normal;
}
    .u-h2 span, h2 span{
        font-size: calc(1rem + 1.5vmin);
        font-size: italic;
    }

.u-h3, .u-text--lg, h3 {
    font-size: var(step-2);
}

h4, h5, h6 {
    font-weight: var(--semibold-weight-app);
}

.u-h4, .u-text--md, h4 {
    font-size: var(step-1);
}

.u-h5, .u-text--sm, h5 {
    font-size: var(step-0);
    line-height: 1.15;
}

.u-h6, .u-text--xs, h6 {
    font-size: var(step--1);
    line-height: 1.15;
    letter-spacing: 0.1em;
}

.u-text--xxs, small {
    font-size: var(step--1);
}

ul {

    list-style: circle;
    margin-right: 0
}
    ul.u-list--line {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
        line-height: 1.25;
        text-align: center;
        min-width: 320px;
    }
    ul.u-list--line li {
                border-bottom: 2px solid var(--primary-color-app);
                margin-bottom: 1em;
                padding-bottom: 1em;
    }

    ul.u-list--line li a {
                text-decoration: none;
    }

    ul.u-list--line li a:hover {
                font-weight: var(--semibold-weight-app);
    }

main ul li {
    margin-bottom: 0;
    margin-top: 0
}

a {
    text-decoration: underline;
    color: inherit;
    transition: all .3s ease-in-out;
}

a:hover {
    color: inherit;
    opacity: 1;
    text-decoration: none
}

a.u-link--color {
    color: var(--primary-color-app);
    transition: all .5s ease-in-out;
    text-decoration: none;

}
a.u-link--color:hover {
    transition: all .5s ease-in-out;
    border-bottom: 1px solid var(--primary-dark-color-app);
}


hr {
    margin-bottom: var(--space-xs-s);
    margin-left: 0;
    margin-top: 6vmin;
    border-color: var(--primary-color-app);
    border-width: 2px;
    border-style: solid;
/*    max-width: calc(1rem + 20vmin);*/
}
hr.u-hr--c {
    margin-left: auto;
    margin-right: auto;
}

.c-contact__hr {
    max-width: 100%;
}

.u-line--light {
    border-color: var(--base-light-color-app);
}

blockquote {
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 20px 50px 0px;
    margin: 2vmin 1vmin;
    padding: 1rem 1.5rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    font-family: var(--primary-font-app);
    font-style: normal;
/*    font-size: 1.15rem;*/
/*    letter-spacing: 0.05em;*/
}

/*add texture effect*/

.c-background::before, blockquote::before{
    background-image: url('/wp-content/themes/pss-theme/_dist/img/texture-noise-light.png');
    background-repeat: repeat !important;
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    right: 0;
    width:100%;
    height:100%;
    z-index: 0;
    opacity: 0.2;
}
blockquote::before{
    background-image: url('/wp-content/themes/pss-theme/_dist/img/texture-noise-light.png');
    opacity: 0.3;
}




blockquote.u-bq--light {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.03))
}

blockquote.u-bq--light::before{
    background-image: url('/wp-content/themes/pss-theme/_dist/img/texture-noise.png');
    opacity: 0.4;
}

blockquote em {
    letter-spacing: 0.01;
}
blockquote strong {
    font-family: var(--secondary-font-app);
    text-transform: uppercase;
    font-weight: bold;
}

img {

    margin-top: 3vmin;
    margin-bottom: 4vmin;
}

/*================*/

/*font family */

/*================*/
.u-font--primary {
    font-family: var(--primary-font-app);
}

.u-font--secondary {
    font-family: var(--secondary-font-app);
}

/*================*/

/*font color */

/*================*/

.u-color--base {
    color: var(--base-dark-color-app);
}
.u-color--base-light {
    color: var(--base-light-color-app) !important;
}

.u-color--primary{
    color: var(--primary-color-app);
}

.u-color--primary-dark {
    color: var(--primary-dark-color-app);
}
.u-color--primary-light {
    color: var(--primary-light-color-app);
}

.u-color--white,
.u-text--white{
    color: var(--base-light-color-app);
}
.c-basic--light,
.u-color--inherit {
    color: inherit;
}

.c-basic--dark {
    color: var(--base-dark-color-app);
}


/*================*/

/*font weight */

/*================*/
.u-text--primary {
    font-family: var(--primary-font-app);
}
/*================*/

/*font weight */

/*================*/
.u-text--light {
    font-weight: var(--light-weight-app);
}

.u-text--regular {
    font-weight: var(--regular-weight-app);
}

.u-text--semi-bold {
    font-weight: bold;
    font-weight: var(--semibold-weight-app);
}

b, strong, .u-text--bold {
    font-weight: var(--bold-weight-app);
}

/*================*/

/*letterspacing */

/*================*/
.u-text--kern-negative {
    letter-spacing: -.15rem
}

.u-text--kern-positive {
    letter-spacing: .15rem
}
.u-text--hyphens{    /*
    word-wrap: break-word;
    overflow-wrap: break-word;*/
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

/*================*/

/*text shadow */

/*================*/
.u-text--shadow {
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5)
}

.u-text--shadow-white {
    text-shadow: 0 2px 8px rgba(255, 255, 255, .5)
}

/*================*/

/* Utility class: for screen readers
https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html */

/*================*/

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

/*================*/

/*adjust padding and margins */

/*================*/

.c-block--padding {
    padding: 5vh;
}
.c-block--width {
    padding: 5vh;
    max-width:900px;
}


/*================================================*/

/*block background u-color*/

/*================================================*/

.u-block--primary {
    background-color: var(--primary-color-app);
}
    
    .u-block--primary-dark {
        background-color:  var(--primary-dark-color-app);
    }

    .u-block--primary-light {
        background-color: var(--primary-light-color-app);
    }

.u-block--dark {
    background-color: var(--base-dark-color-app);
}

.u-block--light {
    background-color:var(--base-light-color-app);
}

/*================================================*/

/*link classes */

/*================================================*/

.c-contact__phone {
/*        color: var(--secondary-color-app);*/
        font-size: calc(1rem + 1vmin);
        font-family: var(--secondary-font-app);
/*        font-weight: var(--semibold-weight-app);*/
        letter-spacing: 0.1em;
}
.c-contact__phone:active, .c-contact__phone:focus, .c-contact__phone:hover
 {
        color: var(--primary-color-app);
}

.c-contact .c-social__link {
    color: inherit;
        font-size: calc(1rem + 0.5vmin);
        font-weight: var(--semibold-weight-app);
}

.c-contact .c-social__link:active, .c-contact .c-social__link:focus, .c-contact .c-social__link:hover
 {
        color: var(--primary-dark-color-app);
}

.c-social__img {
    min-width: 60px;
    min-height: 60px;
}

a.c-link--light {
    color: #fff;
}

a.c-link--light:hover {
    color: rgba(255, 255, 255, 0.6);
}

.c-btn, p>.c-btn {
    margin-top: 20px
}

.c-btn {
    font-weight: var(--light-weight-app);
    font-size: .95rem;
    background-color: var(--primary-color-app);
/*    border: 1px solid #fff;*/
/*    border: 1px solid var(--base-light-color-app);*/
    border-radius:50px;
    margin-bottom: 30px;

    padding: 9px 18px;
    color: var(--base-light-color-app);

}

p>.c-btn {
    margin-bottom: 0
}

.c-btn:hover {
    background-color: var(--primary-dark-color-app);
/*    border:  1px solid #fff;*/
    color: var(--base-light-color-app) !important;
    opacity: 1;
}

.c-btn.c-btn--gray{
    background-color: var(--primary-color-app);
    color: var(--base-light-color-app) !important;
}
.c-btn.c-btn--gray:hover{
    background-color: var(--primary-dark-color-app);

}

.c-btn.c-btn--light, .c-btn.c-btn--white {
    border: 1px solid rgba(247, 247, 247, 1);
    background-color: inherit;
    color: rgb(247, 247, 247)
}

, .c-btn.c-btn--light:hover, .c-btn.c-btn--white:hover {
    border: 1px solid rgba(247, 247, 247, 0.5);
    color: rgba(247, 247, 247, 0.5)
}

.c-btn--wide {
    display: block;
    text-align: center;
    margin-top: 0
}
.c-nav__link {
    font-weight: var(--semibold-weight-app);
    font-size: 0.90rem !important;
    color: var(--primary-color-app);
}
.c-nav__dropdown .c-nav__link {
    font-weight: var(--semibold-weight-app);
    font-size: 0.9rem;
    text-transform: none;
}

.blog .o-content a,
.category .o-content a,
.single-post .o-content a {
    color:var(--primary-color-app);
    text-decoration: none;

/*    border-bottom: 2px solid var(--primary-dark-color-app);*/
}
.blog .o-content a:hover,
.category .o-content a:hover,
.single-post .o-content a:hover {
    color:var(--primary-dark-color-app);
    border-bottom: 0;
}

.blog .u-aspect-ratio--4-2 img {padding-bottom: 0 !important}

.blog .o-content h2>a,
.category .o-content h2>a  {
    border-bottom: 0;
    transition: none;
}
.blog .o-content h2:hover,
.category .o-content h2:hover {
    text-decoration: none;
    border-bottom: 0;
}

.single-post h2, 
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    color: var(--primary-color-app);
    margin-top:5vmin;
}


.blog .o-content hr,
.category .o-content hr {
        border-color: var(--primary-light-color-app);
        border-width: 1px;
        margin-top: 2em;
        margin-bottom: 2em;
        max-width: 100%;
}

.c-widgets {
    padding-top: 0;
    padding-bottom: 5vmin;
}
.c-widget__title {
    font-size: calc(1rem + 2vmin);
    margin-top: 0;
}

/*resource block flex equal*/
@media screen and (min-width:1024px) {
    .c-block--flex {
        flex: 1 !important;
    }

    .c-overlay__item {
    margin-bottom: 0;
    }
    .c-overlay__title {
        padding: 20px;
        margin-bottom: 0;
    }
}
.c-resources__block {
    height: auto;
}
.c-resources__block::after {
    background-color: unset;
}
.c-resources__content {
    max-width: 1080px;
    text-align: center;
    padding:5vmin 7vmin;
}

.c-footer {
    padding: 5vmin 0 8vmin;
}
.c-header__phone {font-size: 1rem; font-weight: var(--semibold-weight-app);}

.c-drawer__form-wrap {bottom: 16px; right: 6px; width: 320px;}
.c-drawer__form-header {font-size: 0.9rem !important;border-radius: 50px !important; margin-bottom: 8px; font-weight: var(--semibold-weight-app); text-align: left;padding: 12px 50px 12px 20px!important; }
.c-drawer__form-wrap .c-drawer__form-header {background-color: var(--primary-color-app); color: var(--light-color-app)}
.c-drawer__form-wrap .c-drawer__form {border-radius:5px;background-color: var(--base-light-color-app); max-height: 70vh; overflow: scroll;}
.c-drawer__form-wrap .c-drawer__form p {font-size: 0.95rem}


/*================*/

/*reset padding and margins */

/*================*/
.u-reset--padding-top {
    padding-top: 0 !important
}

.u-reset--padding-bottom {
    padding-bottom: 0 !important
}

.u-reset--gutter, .u-reset--margin {
    margin: 0
}

.u-reset--margin-left {
    margin-left: 0
}
.u-reset--margin-top {
    margin-top: 0;
}
.u-reset--margin-bottom {
    margin-bottom: 0;
}

/*================================================*/

/*adjust block padding */

/*================================================*/

.u-block-padding--xl-square {
    padding: 3em;
}

.u-block-padding--xl {
    padding-top: 4em;
    padding-bottom: 4em
}

.u-block-padding--lg {
    padding-top: 2.5em;
    padding-bottom: 2.5em
}

.u-block-padding--md {
    padding-top: 2.5em;
    padding-bottom: 2.5em
}

.u-block-padding--sm {
    padding-top: 1em;
    padding-bottom: 1em
}

.u-block-padding--xs {
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

/*================================================*/

/*adjust block border */

/*================================================*/

.u-block-border--hairline {
    border: 1px solid var(--primary-light-color-app)
}

.u-block-border--1 {
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: var(--primary-color-app)
}

/*================================================*/

/*max width text content blocks */

/*================================================*/

.u-text-content {
    margin-left: auto;
    margin-right: auto
}

.u-text-content--sm {
    max-width: 300px
}

.u-text-content--md {
    max-width: 480px
}

.u-text-content--lg {
    max-width: 620px
}
.u-text-content--xl {
    max-width: 920px
}

.u-text-columns--2 {
    columns: 2 300px;
    orphans: 2;
    widows: 2;
    column-gap: 4em
}

.u-text-columns--3 {width: 100%;
    columns: 3 300px;
    orphans: 4;
    widows: 3;
    column-gap: 4em
}

.u-text-columns--2 > *,
.u-text-columns--3 > * {
  margin-top: 0 !important; /* Maybe you won’t need !important */

}
/*================================================*/

/*add aspect ratio */

/*================================================*/

.u-aspect-ratio--1-1 {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.u-aspect-ratio--2-3 {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    overflow: hidden;
}
 
.u-aspect-ratio--4-3 {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
} 
.u-aspect-ratio--4-2 {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 2;
    overflow: hidden;
} 

.u-aspect-ratio--16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.u-aspect-ratio--1-1 img, 
.u-aspect-ratio--2-3 img, 
.u-aspect-ratio--4-3 img,
.u-aspect-ratio--4-2 img,
.u-aspect-ratio--16-9 img
{
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: 50%;
}



/*================================================*/

/*Update Theme Styles */

/*================================================*/

.fab {
    margin: 4px
}

.c-faqs__list>li {
    padding-bottom: 1em;
    margin-bottom: 2.5em;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.u-visibility--sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

/*.c-header__inside {
    flex-wrap: nowrap !important
}*/
.pss-cs-info {
    display: none !important
}

.pss-cs-container {
    padding: 2em 1em 3em !important;
}

.c-disclaimer {

    /*    visibility: hidden;*/
    opacity: 0.4;
    font-size: 0.75rem;
}


.c-overlay__item {
    width: 100%;
}
.c-overlay__content {
    padding:3vmin;
    min-width: 100%;
}
.c-overlay__featured {
    min-width: 100%;
    min-height: 500px;
}

.c-theme--light {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.c-theme--light h1 {

    /*    margin-top: 0.5em;*/
}

.c-hero-full {
    background-color: var(--primary-dark-color-app);
}
.c-hero-full::after {
    background-color: rgba(0,0,0,.1);
}
.c-hero-full__spacing {
    padding: 5vh
}
.c-overlay__title {
    background: rgba(0, 0, 0, 0.5);
}
.c-hero-full__text {
    max-width: 100%;
}
.c-footer__link {
    font-weight: var(--semibold-weight-app);
}

@media screen and (min-width:768px) {
    .home header {
        height: 32px;
    }
    .c-logo {
        max-width: 15%;
    }
    .c-hero {
        min-height: 70vh;
        padding-top: 40vh;
        padding-bottom: 0;
    }

    .c-hero-full--lg {
        padding-top: calc(420px + 26%);
    }
    .archive .c-hero, .blog .c-hero, .error404 .c-hero, .procedure-template-default .c-hero, .single .c-hero, .subpage .c-hero {
        min-height: 30vh;
        padding-top: 25vh
    }

    .procedure-template-default .c-carousel-wrapper {
        padding-top: calc(120px + 30%)
    }

    .o-content, .c-sidebar {
        padding-bottom: 7vmin;
        padding-top: 7vmin;
        padding-left: 3vmin;
        padding-right: 3vmin;
    }
    .o-content h2,
    .c-widget__title {margin-left: 0; }

    .c-widget__title {margin-top: 0; }

}

@media screen and (min-width:1024px) {
    .c-header__logo {
        padding-bottom: var(--space-2xs);
        padding-top: var(--space-2xs);
    }

    .c-logo>img {
        margin-bottom: 0;
        margin-top: 0;
    }

}

@media (max-width:767px) {
/*    html {font-size: 19px}*/
    .u-h1, .u-h2, .u-h3, .u-h4, .u-h5, .u-h6, h1, h2, h3, h4, h5, h6 {
        margin-top: var(--space-s-m);
        margin-bottom: var(--space-s-m);
    }

    .c-drawer__form-wrap {visibility: hidden;}
    .c-block--flex-mobile {text-align: center;}
    .c-block--width {padding: var(--space-xl) var(--space-xs); !important}

    hr {
        margin-bottom: 6vmin;
        margin-top: 6vmin;
    }
    
    .fa-phone {
        min-width: 40px;
        margin-left: 0.5em;
        margin-right: 0.8em;
        color: var(--primary-color-app);
    }
    .c-nav__toggle--open span {
        background-color: var(--primary-color-app);
        height: 3px;
    }
    .subpage #content {
        padding-top: 0
    }

    .subpage #content img {
        margin: 0 auto
    }

    .c-logo {
        max-width: 30%;
    }

    .c-logo img {
        margin: 0 auto !important
    }

    .c-header__logo.active {
        padding-top: 0;
        padding-bottom: 0
    }

    .fa-lg {
        font-size: 1.25rem !important
    }

    .c-header__logo .c-header__logo--bar {

        /*        margin-bottom: 10px;*/

        /*        border-bottom: 1px solid #fff*/
    }

    /*    .logo-size {
            width: 50%
        }*/
    .home .o-main {
        margin-top: 0
    }
    .c-block--flex-mobile {
        text-align: center;
    }
    .c-hero {
        min-height: 50vh;
        padding-top: 15vh
    }

    .c-hero-full__wrapper {
/*        height:50vh;*/
    }
        .c-hero-full__wrapper video {
                width: 150%;
                height: 150%;
/*                left: 20%;*/
                -webkit-transform: translate(-20%, 0%);
                transform: translate(-20%, 0%);
        }
    .c-carousel-wrapper .c-carousel__mobile-img, .c-carousel__img {
        padding-top: calc(150px + 70%)
    }

    .u-text--phone {
        margin-left: 20px;
        margin-right: 20px
    }

    .procedure-template-default .c-carousel-wrapper {
        height: calc(120px + 30%)
    }

    .o-row.c-flex-direction--column {
        flex-direction: column;
    }

    .o-content, .c-sidebar {
        padding-bottom: 7vmin;
        padding-top: 7vmin;
        padding-left: 3vmin;
        padding-right: 3vmin;
    }

    .blog .o-content img {

        padding-bottom: 7vmin;
        padding-top: 7vmin;
    }

    .c-overlay__featured-content {
        margin-left: calc(5vh - 15px);
        margin-right: calc(5vh - 15px);
    }

    .c-footer {padding-bottom: 6rem}
    
}

@media (max-width:1023px) {

    /*    .c-footer p {
            text-align: center;
        }*/
    .c-block--padding, .c-block--width {
        padding: 5vh 5vh
    }

    .o-col--xxs-12>.c-hero-full__spacing {
        padding: 3vh calc(3vh - 15px);
    }

    .o-col--xxs-12>.c-block--padding {
        padding: 5vh calc(5vh - 15px);
    }

    .c-hero-full--bottom .c-hero-full__overlay .c-hero-full__spacing {
        padding: 5vh 5vh
    }

}

.c-list--space li {
    padding-left: 15px;
}

.c-nav__toggle--open span {
    transition: all .2s ease-in-out;
}

.c-nav__toggle--open:hover .first {
    width: 20px;
}

.u-svg--white svg {
    fill: #fff;
}

.c-video {
  position: relative;
  width: 100%;
  height: 50vh; 
  overflow: hidden;}

@media (min-width:1024px) {
    .c-video {
      height: 100%; 
    }
}

.c-video__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.c-video__wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transition: opacity 1.3s;
  opacity: 1;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%); 
  transform: translate(-50%, -50%); 
}





/*===========================*/
/*scrolling text / marquee*/
/*===========================*/
.c-marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
/*  height: 10rem;*/
  height: calc(1rem + 10vmin);
  overflow: hidden;
}

.u-text--xxxl {
    font-size: calc(1rem + 4vmin);

  font-family: var(--secondary-font-app);
/*  font-style: italic;*/
    margin-top: 2.2vmin;
    margin-bottom: 0;
      color:transparent;
    letter-spacing: -0.05rem;
  color: var(--primary-dark-color-app);
}

.u-text--xxxl em {

  font-family: var(--secondary-font-app);
/*    font-size: calc(1rem + 3.5vmin);*/
}

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .c-marquee {
/*          height: 9rem;*/
        }
    }
    @media screen and (max-width: 767px) {
        .c-marquee {
            height: calc(1rem + 14vmin);
        }
        .c-marquee .u-h2 {
            margin-top: 1em;
        }
    }
.c-marquee--track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 100s linear infinite;
  transition: transform 5s ease-in-out;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}



/*gravity form validator*/
h2.gform_submission_error.hide_summary{
    font-size: calc(1rem + 1vmin);
    background-color: var(--light-color-app);
    text-align: center;
    padding: 8px;
}

.is-active, .c-nav__mask {
  overflow: hidden;
}

.c-header__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.c-header__info .c-btn {
	margin-left: 20px;
}
