/*

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

font-family: "bilo", sans-serif;
font-weight: 400, 600;
font-style: normal;

font-family: "trajan-pro-3", serif;
font-weight: 300, 600;
font-style: normal;

primary
#692B39

secondary
#C0B8B2

secondary+50
#625850
secondary-50
#E7E5E3

primary light
#f9f9f9

#f2f0ed

*/

:root {
  --p-color-app: #4C4D4A;
  --s-color-app: #1D78B4;
  --s-dark-color-app: #014770;
  --s-light-color-app: #92CCEE;

  --light-color-app: #F2FAFF;
  --dark-color-app:#222222;

  --d-light-color-app:#FFFFFF;
  --d-dark-color-app:#111111;

  --p-font--app:"bilo",sans-serif;
  --s-font--app:"trajan-pro-3",serif;

  --light-font-app:300;
  --regular-font-app:400;
  --semibold-font-app:600;
  --bold-font-app:700;
}


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

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

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

main {
    flex: 1;
}

p {
    margin-bottom: 1em;
}

.u-h1, .u-h2, .u-h3, .u-h4, .u-h5, .u-h6, h1, h2, h3, h4, h5, h6 {
font-family: var(--s-font--app);
    font-style: normal;
    font-weight: var(--light-font-app);
/*    letter-spacing: 0.02rem;*/
    line-height: 1.1;
    white-space: unset; 
    text-wrap: balance;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    font-style:normal;
    color: var(--s-dark-color-app);
}


a {
    color: inherit;
    transition: all .4s ease-in-out;
}

.u-h1, .u-text--xxl, h1 {
    font-size: calc(1rem + 2.5vmin);
    margin-top: 1vmin;
    margin-bottom: 1vmin;
/*    text-transform: uppercase;*/
}

    .u-h1 span, h1 span{
        text-transform: uppercase;
    font-size: calc(1rem + 2vmin);
}

/*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: 1.1rem;
    font-weight: var(--semibold-font-app);
    letter-spacing: .2em;
    margin-bottom: 5vmin;
    text-transform: uppercase;
}

.u-h2, .u-text--xl, h2 {
    font-size: calc(1rem + 2.25vmin);
    margin-top: 1vmin;
    margin-bottom: 1vmin;
    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: calc(1rem + 1.5vmin);
    margin-top: 1vmin;
    margin-bottom: 1vmin
}

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

.u-h4, .u-text--md, h4 {
    font-size: calc(1rem + 1vmin);
    margin-top: 1vmin;
    margin-bottom: 2vmin
}

.u-h5, .u-text--sm, h5 {
    font-size: calc(1rem + 1vmin);
    line-height: 1.15;
    margin-top: 1vmin;
    margin-bottom: 2vmin
}

.u-h6, .u-text--xs, h6 {
    font-size: calc(1rem + 0vmin);
    line-height: 1.15;
    margin-top: 1vmin;
    margin-bottom: 1vmin
}

.u-text--xxs, small {
    font-size: .95em
}

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(--s-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-font-app);
    }

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

a {
    text-decoration: underline
}

a:hover {
    opacity: 0.8;
    text-decoration: none
}

hr {
    margin-bottom: 3vmin;
    margin-left: 0;
    margin-top: 3vmin;
    border-color: var(--s-light-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(--d-light-color-app);
}

blockquote {
/*    border-bottom: 1px solid var(--p-color-app);*/
    border-left: 0 solid var(--p-color-app);
    font-family: var(--s-font--app);
    font-style: normal;
    font-weight: 300;
    margin: 2vmin 1vmin;
    padding: 1.5rem 2.5rem;
    font-size: 0.9rem;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.01))
}
blockquote.u-bq--light {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.01))
}

blockquote em {
    opacity: 0.5;
    text-transform: uppercase;
    font-style: normal;
    font-family: var(--p-font--app);
    font-weight: 600;
    letter-spacing: 0.05rem;
}

img {

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

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

/*font family */

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

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

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

/*font color */

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

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

.u-color--light-p {
    color: var();
}
.u-color--light-s {
    color: var();
}

/*maroon*/
.u-color--p {
    color: var(--p-color-app);
}

/*tan*/
.u-color--s {
    color: var(--s-color-app);
}
.u-color--s-dark {
    color: var(--s-dark-color-app);
}
.u-color--s-light {
    color: var(--s-light-color-app);
}

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

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

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

/*font weight */

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

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

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

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

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

/*letterspacing */

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

.u-text--kern-positive {
    letter-spacing: .15rem
}

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

/*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:720px;
}


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

/*block background u-color*/

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

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

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

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

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

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

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

/*link classes */

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


.fa.fa-sharp.fa-regular.fa-phone {
    margin-left: 1em;
    margin-right: 0.5em;
}

.c-contact__phone {
        color: inherit;
        font-size: calc(1rem + 0.5vmin);
        font-weight: var(--semibold-font-app);
}
.c-contact__phone:active, .c-contact__phone:focus, .c-contact__phone:hover
 {
        color: var(--s-dark-color-app);
}

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

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

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-font-app);
    font-size: .95rem;
    background-color: var(--s-dark-color-app);
/*    border: 1px solid #fff;*/
    border: 1px solid var(--d-light-color-app);
    border-radius:50px;
    margin-bottom: 30px;

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

}

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

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

.c-btn.c-btn--gray{
    background-color: var(--s-color-app);
}
.c-btn.c-btn--gray:hover{
    background-color: var(--s-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-font-app);
    font-size: 0.90rem !important;
}
.c-nav__dropdown .c-nav__link {
    font-weight: var(--semibold-font-app);
    font-size: 0.9rem;
    text-transform: none;
}

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

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


.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;
}

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

.subpage h1 {
    color: var(--p-color-app);
}

.c-widgets {
    padding-top: 0;
    padding-bottom: 5vmin;
}
.c-widget__title {
    font-size: calc(1rem + 2vmin);
    margin-top: 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: 600;}

.c-drawer__form-wrap {bottom: 21px; right: 6px; width: 420px;}
.c-drawer__form-header {font-size: 0.95rem !important;border-radius: 5px !important; margin-bottom: 6px; font-weight: var(--semibold-font-app); text-align: left;padding: 16px 50px 15px 20px!important; }
.c-drawer__form-wrap .c-drawer__form-header {background-color: var(--s-color-app); color: var(--light-color-app)}
.c-drawer__form-wrap .c-drawer__form {border-radius:5px;background-color: var(--d-light-color-app); max-height: 80vh; 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: 2.5em;
}

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

.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: 1em;
    padding-bottom: 1em
}

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

/*adjust block border */

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

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

.u-block-border--1 {
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: var(--p-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 {
    columns: 3 300px;
    orphans: 4;
    widows: 3;
    column-gap: 4em
}

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

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

/*================================================*/
.home header {
    height: 32px;
}

.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 0 3em !important
}

.c-disclaimer {

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


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

.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(--p-color-app);
}
.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-font-app);
}

@media screen and (min-width:768px) {
    .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 (min-width:1024px) {
    .c-header__logo {
        padding-bottom: 10px;
        padding-top: 10px;
    }

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

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

}

@media (max-width:767px) {
    .u-h1, .u-h2, .u-h3, .u-h4, .u-h5, .u-h6 {
        margin-top: 1.5em;
        margin-bottom: 1em
    }

    .subpage #content {
        padding-top: 0
    }

    .subpage #content img {
        margin: 0 auto
    }

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

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

    .c-header__logo {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .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-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;
    }

}

@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%); 
}