@import url('../fonts/RedHatDisplay/font-RedHatDisplay.css');

.textHighlighted h2 {

    color: white;
    font-weight: bold;
    display: inline;
    line-height: 85px;
    box-shadow: 10px 0 0 var(--lor-color), -10px 0 0 var(--lor-color);
    box-decoration-break: clone;
    background-color: var(--lor-color) !important;

}

.textHighlighted p,
.textHighlighted li {

    color: white;
    font-weight: bold;
    display: inline;
    background-color: var(--lor-color) !important;
    font-size: 28px !important;
    line-height: 44px !important;
    box-shadow: 10px 0 0 var(--lor-color), -10px 0 0 var(--lor-color);
    box-decoration-break: clone;

}


.textHighlighted h2 {

    color: var(--lor-color);
    font-weight: bold;
    display: inline;
    line-height: 74px;
    box-shadow: 10px 0 0 var(--lor-color-background), -10px 0 0 var(--lor-color-background);
    box-decoration-break: clone;
    background-color: var(--lor-color-background) !important;

}

.textHighlighted ul {

    margin-left: 0;
    padding-left: 0;

}

.textHighlighted p,
.textHighlighted li {

    color: var(--lor-color);
    font-weight: bold;
    display: inline;
    background-color: var(--lor-color-background) !important;
    font-size: 28px !important;
    line-height: 37px !important;
    box-shadow: 10px 0 0 var(--lor-color-background), -10px 0 0 var(--lor-color-background);
    box-decoration-break: clone;

}

.textHighlighted li {
    margin-bottom: 10px;

}


.textHighlighted h2:after,
.textHighlighted p:after,
.textHighlighted li:after {

    content: " ";
    height: 1px;
    width: 1px;
    display: block;
    clear: both;
    background-color: transparent !important;
    margin-bottom: 20px;

}

.textHighlighted h2:after {

    margin-bottom: 50px;

}

.wordCloud * {

    text-align: center;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 32px;
}

.wordCloud * strong {

    background-color: var(--lor-color) !important;
    box-shadow: 10px 0 0 var(--lor-color), -10px 0 0 var(--lor-color);
    box-decoration-break: clone;
    color: var(--lor-color);
    font-size: 32px;
    margin: 0 10px;

}

@media(min-width:768px) {

    .textOnLeft .one-half:first-child {
        text-align: right;
    }

    .textOnRight div.one-half {
        float: right;
        margin-left: 0 !important;
        margin-right: 0;
    }

    .textOnRight div.one-half + div.one-half {
        margin-right: 6%;
    }
	
    .textOnRight .offset_small div.one-half + div.one-half {
        margin-right: 4%;
    }

}

.bigWords {

    font-family: 'Red Hat Display', sans-serif;
    font-size: 60px !important;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: var(--lor-color);

}

.l-section.color_primary .bigWords {

    color: white;

}

.bigWords p {

    margin-bottom: 0 !important;

}

.bigWords em {

    font-style: normal;
    letter-spacing: -4px;

}

.biggerThanUsual {

    font-size: 26px !important;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -2px;

}

.l-section.color_primary .biggerThanUsual {

    color: white;

}

.biggerThanUsual p,
.biggerThanUsual li {

    margin-bottom: 20px;

}

.biggerThanUsual strong {

    xtext-decoration: underline;
    xtext-decoration-color: var(--lor-color);
    xtext-decoration-thickness: 3px;

    color: var(--lor-color);

}

.l-section.color_primary .biggerThanUsual strong {

    color: white;

}

.l-section.color_primary .bigWords h2 {

    color: white;

}

@media(max-width:1000px) {

    .bigWords {

        font-size: 50px !important;
        line-height: 45px;
        letter-spacing: -1px;

    }

    .biggerThanUsual {

        font-size: 22px !important;
        line-height: 28px;
        letter-spacing: -2px;

    }

    .biggerThanUsual p,
    .biggerThanUsual li {

        margin-bottom: 12px;

    }

}

.biggerThanUsual ul {

    list-style: square;
    margin-left: 0;

}

@media(min-width:768px) {

    .biggerThanUsual ul {

        list-style: none;
        margin-left: 0;
        padding-left: 0;

    }

}


@media(max-width:1200px) {

    .one-quarter .biggerThanUsual ul {

        list-style: square;

    }

}



.yellowBackground {
    background-color: rgb(255, 212, 0) !important;
}

.bottomMargin {
    margin-bottom: 40px !important;
}