/*** urbanist - Font Weights ***/
/*
Thin - 100
ExtraLight - 200
Light - 300
Regular - 400
Medium - 500
SemiBold - 600
Bold - 700
ExtraBold - 800
Black - 900
 */

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body {
    font-family: urbanist, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500; /* medium */
}

p, ul, ol {
    margin-bottom: 16px;
}

p.small,
div.small > p {
    font-size: 14px;
    line-height: 21px;
}

p.large,
div.large > p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; /* medium */
}


b, strong {
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}



/*** UL / LI ***/
.block ul {
    list-style: none;
    padding: 0;
    padding-inline-start: 0;
}
.block ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--dark-grey);
}
.block ul li::before {
    content: '';
    display: block;
    margin-right: 15px;
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.block ul li::before {
    background-image: url("../li/default_marker.svg");
}
@media(max-width: 767.98px) {
    .block ul li {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .block ul li::before {
        margin-right: 10px;
        height: 17px;
        width: 17px;
        min-height: 17px;
        min-width: 17px;
    }
}



/* h1 */
h1,
.h1style,
div.h1style > p {
    font-size: 55.8px; /* 62px - 10% */
    line-height: 66.6px; /* 74px - 10% */
    font-weight: 700; /* bold */
    margin-bottom: 30px;
}

/* h1.alt (large) */
h1.alt,
.h1style.alt,
div.h1style.alt > p {
    font-size: 72px; /* 80px - 10% */
    line-height: 75.6px; /* 84px - 10% */
    font-weight: 700; /* bold */
    margin-bottom: 30px;
}

/* h2 */
h2,
.h2style,
div.h2style > p {
    font-size: 43.2px; /* 48px - 10% */
    line-height: 55.8px; /* 62px - 10% */
    font-weight: 700; /* bold */
    margin-bottom: 30px;
}

/* h3 */
h3,
.h3style,
div.h3style > p {
    font-size: 36px; /* 40px - 10% */
    line-height: 46.8px; /* 52px - 10% */
    font-weight: 700; /* bold */
    margin-bottom: 30px;
}

/* h4 */
h4,
.h4style,
div.h4style > p {
    font-size: 28.8px; /* 32px - 10% */
    line-height: 36.9px; /* 41px - 10% */
    font-weight: 600; /* SemiBold */
    margin-bottom: 20px;
}

/* h5 */
h5,
.h5style,
div.h5style > p {
    font-size: 22.5px; /* 25px - 10% */
    line-height: 28.8px; /* 32px - 10% */
    font-weight: 600; /* SemiBold */
    margin-bottom: 15px;
}

/* h6 */
h6,
.h6style,
div.h6style > p {
    font-size: 18px; /* 20px - 10% */
    line-height: 25.2px; /* 28px - 10% */
    font-weight: 600; /* SemiBold */
    margin-bottom: 15px;
}

/* accent text */
p.accent-text,
div.accent-text p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    width: max-content;
    width: fit-content;
    padding-left: 40px;
    position: relative;
    letter-spacing: 1.2px;
}
p.accent-text:before,
div.accent-text p:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 30px;
}
@media(max-width: 1599.98px) {
    p.accent-text,
    div.accent-text p {
        font-size: 18px;
        padding-left: 25px;
    }
    p.accent-text:before,
    div.accent-text p:before {
        width: 20px;
    }
}

/*** Specifically for 1920 x 1080 laptops at DPI scaling 1.25 ratio */
/*** Smaller Laptops - Large Tablet ***/

@media(max-width: 1599.98px) {

    /* h1 */
    h1,
    .h1style,
    div.h1style > p {
        font-size: 43.2px; /* 48px - 10% */
        line-height: 55.8px; /* 62px - 10% */
        margin-bottom: 30px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 55.8px; /* 62px - 10% */
        line-height: 66.6px; /* 74px - 10% */
        margin-bottom: 30px;
    }

    /* h2 */
    h2,
    .h2style,
    div.h2style > p {
        font-size: 36px; /* 40px - 10% */
        line-height: 46.8px; /* 52px - 10% */
        margin-bottom: 20px;
    }

    /* h3 */
    h3,
    .h3style,
    div.h3style > p {
        font-size: 28.8px; /* 32px - 10% */
        line-height: 36.9px; /* 41px - 10% */
        margin-bottom: 20px;
    }

    /* h4 */
    h4,
    .h4style,
    div.h4style > p {
        font-size: 22.5px; /* 25px - 10% */
        line-height: 28.8px; /* 32px - 10% */
        margin-bottom: 20px;
    }

    /* h5 */
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px; /* 20px - 10% */
        line-height: 25.2px; /* 28px - 10% */
        margin-bottom: 15px;
    }

    /* h6 */
    h6,
    .h6style,
    div.h6style > p {
        font-size: 18px; /* 20px - 10% */
        line-height: 25.2px; /* 28px - 10% */
        margin-bottom: 15px;
    }
}




/*** Mobile ***/
@media(max-width: 575px) {

    p,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 15px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 15px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }


    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 15px;
    }

}




