:root {

    --text-color: #000;
    --primary-color: #44b292;
    --light-gray: #f4f4f4;
    --dark-gray: #373a48;

}


.weightLight {
    font-weight: 300;
}

.weightNormal {
    font-weight: 400;
}

.weightBold {
    font-weight: 700;
}

.weightBlack {
    font-weight: 900;
}

.fontLineHeight1 {
    line-height: 0.7em;
}

.fontLineHeight2 {
    line-height: 1.1em;
}

.fontLineHeight3 {
    line-height: 1.3em;
}

.fontLineHeight4 {
    line-height: 1.9em;
}

.fontLineHeight5 {
    line-height: 2.9em;
}


.alignleft {
    float: left;
    margin: 0px 15px 15px 0px;
}

a {
    text-decoration: none;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    display: block;
}

h2 {
    font-size: 36px;
    margin-bottom: 5px;
}


h5 {
    font-family: 'Nunito Sans';
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    letter-spacing: 5px;
    font-size: 18px;
    display: block;
    line-height: 1.5;
}

strong, b {
    font-weight: 700;
}

@media (max-width : 1359px) {}

@media (max-width : 1200px) {}

@media (max-width : 991px) {}

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

/***** HEADER / FOOTER *****/
.theHeader .divLogo img {
    max-width: 100px;
}

/***** MENU/NAVIGATION *****/


/***** WPBAKERY *****/


/***** PAGES *****/

.interlocking-table {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.interlocking-table>div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 20px;

}

.interlocking-table>div>div:nth-child(1) {
    width: 26%;
    color: var(--primary-color);
    font-weight: 700;
}

.interlocking-table>div>div:nth-child(2) {
    width: 29%;
}

.interlocking-table>div>div:nth-child(3) {
    width: 29%;
}

.interlocking-table div.h>div {
    font-weight: 700;
    color: #000 !important
}

.interlocking-table>div.sp {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: -15px
}

@media (max-width : 991px) {
    .interlocking-table>div:nth-child(1), .interlocking-table div.h>div, .interlocking-table>div.sp {
        display: none;
    }

    .interlocking-table>div {
        display: block;
    }

    .interlocking-table>div>div {
        width: 100% !important;
        margin-bottom: 7px;
    }
}