html {
    position: relative;
    min-height: 100%;
    padding-bottom: 75px;
}
body {
    font-family: 'Montserrat' !important;
  
}



.SectionIntroduction {
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    margin-bottom: 20px;
}

.SectionHeader {
    font-size: 30px;
    font-family: 'Montserrat-Bold';
    line-height: 35px;
    font-weight: 700;
    color: var(--SectionHeaderFontColor);
    margin-bottom: 20px;
}



.SectionHeaderSmall {
    font-size: 25px;
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    margin-bottom: 20px;
}


.SectionSubHeader {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
    color: #5e5f61;
    margin-bottom: 20px;
}

.SectionContent {
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 15px;
}

    .SectionContent p {
        margin-bottom: 15px;
    }



.CellContainer {
    text-align: center;
}

.CellIconContainer {
    text-align: center;
}

.CellIcon {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
}

.CellCaption {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: var(--SectionHeaderFontColor);
}


.CellBody {
    font-size: 15px;
}

.SectionButton {
    width: 170px;
    font-family: 'Montserrat';
    border-width: 1px;
    color: var(--MarketingGreyFontColor);
    border-color: var(--MarketingGreyFontColor);
    border-radius: 0;
    font-size: 15px !important;
    letter-spacing: 0.025em !important;
    padding: 10px;
    font-weight: bold;
}

    .SectionButton:hover {
        border-color: #fc7350;
        background-color: #e04307;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
    }

Section {
    padding: 0px;
}



.ImageContainerBorder {
    background-color: var(--MarketingRedColor);
    margin-right: 30px;
}

    .ImageContainerBorder.BorderLeft img {
        margin-top: -30px;
        margin-bottom: 30px;
        margin-left: 30px;
    }

    .ImageContainerBorder.BorderRight img {
        margin-top: -30px;
        margin-bottom: 30px;
        margin-left: -30px;
    }


@media screen and (max-width: 1400px) {
    .SectionHeader {
        font-size: 25px !important;
        line-height: 30px;
    }

    .SectionHeaderSmall {
        font-size: 20px;
    }

    .SectionSubHeader {
        font-size: 18px;
    }

    .SectionContent {
        font-size: 14px;
        margin-bottom: 14px;
    }
}


@media screen and (max-width: 991px) {
    .CellCaption {
        font-size: 20px;
        line-height: 25px;
    }

    .ImageContainerBorder {
        margin-right: 0px;
    }

        .ImageContainerBorder.BorderLeft img {
            margin-top: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
        }

        .ImageContainerBorder.BorderRight img {
            margin-top: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
        }

    .ViewContainer {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
}

.section-title h2::after {
    background: var(--MarketingRedColor);
}
.contact .php-email-form {
    border-top: 3px solid var(--MarketingRedColor);
    border-bottom: 3px solid var(--MarketingRedColor);
}
.contact .info {
    border-top: 3px solid var(--MarketingRedColor);
    border-bottom: 3px solid var(--MarketingRedColor);
  
}