@font-face {
    font-family: 'Tikva';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../fonts/Tikva/Tikva-Light.woff2') format('woff2');
}


html {
    font-family: "area-normal", sans-serif;
    font-weight: 300;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 15px;
    line-height: 1.7em;
}


/** set global text ***/

:root {
    --font-regular: "area-normal", sans-serif;
    --font-alt: "Tikva", serif;
    --font-alt-b: "ivymode", sans-serif;
    --text-s: 0.9rem;
    --text-r: 1.0rem;
} 


@media screen and (min-width: 380px) {

}

@media screen and (min-width: 540px) {

}

@media screen and (min-width: 768px) {
    :root {
        --text-s: 0.9em;
        --text-r: 1.05em;
    }
}
@media screen and (min-width: 992px) {
    :root {
        --text-r: 1.05em;
    }
}
@media screen and (min-width: 1200px) {
    html {
        font-size: 16px;
        line-height: 1.9em;
       
    }
}
@media screen and (min-width: 1400px) {

}
@media screen and (min-width: 1600px) {

    :root {
        --text-s: 0.9em;
        --text-r: 1.1em;
    }

}
@media screen and (min-width: 1800px) {
    :root {
        --text-r: 1.1em;
    }
}
@media screen and (min-width: 2100px) {
    html {
        
    }
    :root {
        --text-s: 0.975em;
        --text-r: 1.15em;
    }
}
@media screen and (min-width: 2400px) {
    :root {
        --text-r: 1.2em;
    }
}

.text {
    font-family: var(--font-regular);
    text-rendering: geometricPrecision;
    font-weight: 300;
    letter-spacing: 0.015em;
    font-size: var(--text-r);
}
.text-s {
    font-size: var(--text-s);
    letter-spacing: 0.03em;
    line-height: 170%;
}

.font-alt {
    font-family: var(--font-alt);
    font-weight: 300;
    font-style: normal;
}
.font-alt-b {
    font-family: var(--font-alt-b);
    font-weight: 300;
    font-style: normal;
}

strong, b {
    font-weight: 700;
}

.block-type-text strong {
    font-weight: 700;
}
.block-type-heading strong {
    font-weight: 400;
}
small {
    font-size: inherit;
    color: var(--color-text-grey);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-alt);
    font-size: inherit;
    font-weight: 300;
    line-height: inherit;
    text-rendering: geometricPrecision;
}


.text code {
    font-size: .73em;
    line-height: 1;
    vertical-align: super;
}


.text-top {
    padding-top: 1.75em !important;
}
.text-bottom {
    padding-bottom: 1.75em !important;
}



.text a {
    text-decoration-line: underline;
    text-decoration-style: solid; 
    text-decoration-thickness: 1px;
    text-decoration-offset: 1px;
}

/* =====  STORY ADJUSTMENTS ==================================================== */

.story-layout .text-bottom {
    padding-bottom: 3em !important;
}
.story-layout .text-top {
    padding-top: 1em !important;
}
.story-layout .pad-bottom.pad-bottom-half {
    padding-bottom: calc(var(--pad)/2.5);
}
.story-layout .block-type-line {
    padding-top: 0em !important;
}
.story-layout .isicon {
    width: 50px;
}

/* =====  MOBILE ADJUSTMENTS  ==================================================== */

@media all and (max-width: 539px) {
    .main {
        
    }
    .text-top {
        padding-top: 0.75em !important;
    }
    .text-bottom {
    }
    .section-believe .block-text {
        padding-top:  0.75em !important;
    }

}
@media all and (max-width: 767px) {

    .flex-mobile-center {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .flex-mobile-center .social {
        flex-direction: column;
    }
}

/* =====  HEADING  ==================================================== */


.ttl {
    font-family: var(--font-alt);
    font-weight: 300;
    text-rendering: geometricPrecision;
    line-height: 1.4em;
    /*letter-spacing: 0.01em;*/
}
.ttl strong {
    font-weight: 400;
}
.ttl.alt {
    font-family: var(--font-regular) !important;
}
.ttl.altb {
    font-family: var(--font-alt-b) !important;
    letter-spacing: 0.03em;
    font-weight: 300;
    margin-bottom: 5px;
}
.ttl.altb strong {
    font-weight: 400;
}
:root {
    --h1: 3em;
    --h2: 2.5em;
    --h3: 2.1em; 
    --h4: 1.8em;
    --h5: 1.55em;
    --h6: 1.1em;
}
@media screen and (min-width: 540px) {
    :root {
        --h1: 3.3em;
        --h2: 2.8em;
        --h3: 2.4em; 
        --h4: 1.8em;
        --h5: 1.2em;
        --h6: 1.0em;
    }
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {
    :root {
        --h1: 3.5em;
        --h2: 3.2em;
        --h3: 2.8em; 
        --h4: 1.9em;
        --h5: 1.5em;
        --h6: 1.0em;
    }
}
@media screen and (min-width: 1440px) {
    :root {
        --h1: 3.8em;
        --h2: 3.55em;
        --h3: 2.9em; 
        --h4: 2.05em;
        --h5: 1.6em;
        --h6: 1.1em;
    }
}
@media screen and (min-width: 1600px) {
    :root {
        --h1: 4em;
        --h2: 3.75em;
        --h3: 3em; 
        --h4: 2.15em;
        --h5: 1.7em;
        --h6: 1.2em;
    }

}
@media screen and (min-width: 2100px) {
    :root {
        --h1: 4em;
        --h2: 3.75em;
        --h3: 3em; 
        --h4: 2.25em;
        --h5: 1.7em;
        --h6: 1.2em;
    }
}


.h1 {
    font-size: var(--h1);
    font-weight: 300;
    line-height: 1.2em;
}
.h2 {
    font-size: var(--h2);
    line-height: 120%;
  
    font-weight: 300;
}
.h3 {
    font-size: var(--h3);
    font-weight: 300;
    line-height: 1.3em;
    
}
.h4 {
    font-size: var(--h4);
    letter-spacing: 0.03em;
    font-weight: 300;
    line-height: 1.3em;
}
.h5 {
    font-size: var(--h5);
    font-weight: 300;
    line-height: 1.4em;
}
.h6 {
    font-size: var(--h6);
    
    font-weight: 300;
    line-height: 1.5em;
}

/* =====  SUBHEADINGS (GLOBAL)  ==================================================== */

.page-subheader {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.4px !important;
    transition: 0.3s opacity;
}

/* =====  BlOCK TEXT  ==================================================== */


@media screen and (max-width: 767px) {
    .block-text p {
        padding-top: 7px;
       
    }
    .container-full .text .col-12:last-child .block-type-text {
        
        
    }
    .container-full .text {
       
    }
}

/* =====  BlOCK TEXT  ==================================================== */

.block-type-line {
    padding: 0;
    visibility: hidden;
    padding-top: 2em !important;
}
.hr {
    padding: 0;
    visibility: hidden;
    padding-top: 2em !important;
}
.text s {
    text-decoration: none;
    white-space: nowrap;
}

.text li::marker {
  font-size: 0.6em;
}
/* =====  BLOCKQUOTES  ==================================================== */


@media screen and (min-width: 1400px) {
    .block-text {
        padding-right: 0%;
    }
}
.block-type-quote {
    padding-bottom: 1.75em;
}
blockquote {
    font-family: var(--font-alt-b);
    font-weight: 300;
    font-size: 1.1em;
    line-height: 150%;
    text-align: center;
}
blockquote span {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-size: 1.3em;
}
blockquote footer {
    font-size: 0.8em;
    line-height: 150%;
    margin-top: 1.5em;
    font-style: italic;
}
.block-type-heading {
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .col-md-4 blockquote {
        /*padding-right: 5%; */
    }
    .col-md-6 blockquote {
        /*padding-right: 8%;*/
    }
}
@media screen and (min-width: 1200px) {
    .col-md-4 blockquote {
        /*padding-right: 8%;*/
    }
    .col-md-6 blockquote {
        /*padding-right: 12%;*/
    }
}
@media screen and (min-width: 1400px) {
    .col-md-4 blockquote {
        /*padding-right: 0; */
    }
    .col-md-6 blockquote {
        /*padding-right: 0; */
    }
    .col-md-12 blockquote {
        padding: 0 9%;
    }
}