﻿div.general-content .header {
    background-color: #4e215c;
    padding-top: 68px;
    padding-bottom: 68px;
    margin: 0px;
}

div.general-content .header h1 {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

div.general-content .lhs-wrap {
    float: right;
    padding-right: 20px;
    width: 80%;
}

div.general-content .rhs-wrap {
    float: left;
    width: 82%;
    min-height: 800px;
}

div.general-content .rhs-wrap ul, div.general-content .rhs-wrap ol {
    margin-left: 3rem;
}

div.general-content .rhs-wrap ul li {
    list-style-type: disc;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
}

div.general-content .rhs-wrap ol li {
    list-style-type: decimal;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
}

div.general-content .rhs-wrap strong {
    font-weight: bold;
}

div.general-content .row.outer {
    background-color: #f0e2f4;
    margin: 0px;
}

div.general-content .col.white-bg {
    background-color: #ffffff;
}

div.content-display {
    padding: 12px 8px 16px 20px;
}

div.content-display h2 {
    color: #404040;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2.25rem;
}

div.content-display p {
    color: #404040;
    line-height: 1.75;
}

div.content-display a {
    color: #ff6d00;
}

div.content-display a:hover {
    border-bottom: 1px solid #ff6d00;
}

@media only screen and (max-width : 1200px) {

    div.general-content .lhs-wrap {
        width: 100%;
    }

    div.general-content .rhs-wrap {
        float: left;
        width: 100%;
    }

    div.content-display h2 {
        width: 100%;
    }

}