.lcg-terms-wrapper {
    background: #fff;
}

.lcg-terms-wrapper h1,
.lcg-terms-wrapper h2,
.lcg-terms-wrapper h3,
.lcg-terms-wrapper h4,
.lcg-terms-wrapper h5,
.lcg-terms-wrapper h6,
.lcg-terms-wrapper p,
.lcg-terms-wrapper ul,
.lcg-terms-wrapper ol,
.lcg-terms-wrapper b,
.lcg-terms-wrapper strong,
.lcg-terms-wrapper em,
.lcg-terms-wrapper i,
.lcg-terms-wrapper table  {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color: #333 !important;
    letter-spacing: 0px !important;
}

.lcg-terms-wrapper .lcg-terms-content h1 {
    font-size: 35px !important;
    margin-bottom: 25px !important;
    font-weight: 700 !important;
    text-transform: inherit !important;
    line-height: 1.3em !important;

}

.lcg-terms-wrapper .lcg-terms-content h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
}

.lcg-terms-wrapper .lcg-terms-content h3 {
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
}

.lcg-terms-wrapper .lcg-terms-content h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
}

.lcg-terms-wrapper .lcg-terms-content h5 {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
}

.lcg-terms-wrapper p,
.lcg-terms-wrapper ul,
.lcg-terms-wrapper ol  {
    font-size: 15px !important;
    line-height: 1.7em !important;
}

.lcg-terms-wrapper .lcg-terms {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 0;
}

.lcg-terms.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.lcg-terms-wrapper .lcg-terms .lcg-terms-nav {
    width: 30%;
    float: left;
    padding: 20px;
    position: sticky;
    top: 30px;
}

.lcg-terms-wrapper .lcg-terms .lcg-terms-content {
    width: 60%;
    float: left;
    padding: 20px;
}

.lcg-terms-wrapper .lcg-terms .lcg-terms-nav .lcg-term-links {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.lcg-terms-wrapper .lcg-terms .lcg-terms-nav .lcg-term-links .lcg-term-link {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    position: sticky;
    top: 10px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.lcg-terms-wrapper .lcg-terms .lcg-terms-nav .lcg-term-links .lcg-term-link.active {
    color: #333;
    font-weight: 700;
}

.lcg-terms-wrapper .lcg-terms .lcg-terms-nav .lcg-term-links .lcg-term-link:hover {
    color: #999;
    text-decoration: none;
}

.lcg-terms-wrapper table {
    font-size: 13px;
    margin: 35px 0;
}

.lcg-terms-wrapper .lcg-terms table {
    border: 1px solid rgba(0,0,0,.075);
    width: 100%;
}

.lcg-terms-wrapper .lcg-terms table thead {
    background: rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.075);
    font-weight: 700;
}

.lcg-terms-wrapper .lcg-terms table thead th {
    padding: 10px 20px;
}

.lcg-terms-wrapper .lcg-terms table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,.075);
}

.lcg-terms-wrapper .lcg-terms table tbody td {
    padding: 10px 20px;
}

@media only screen and (max-width: 600px) {
    .lcg-terms-wrapper .lcg-terms .lcg-terms-nav {
        width: 100%;
        float: inherit;
        padding: 20px;
        position: relative;
        top: 0;
    }
    
    .lcg-terms-wrapper .lcg-terms .lcg-terms-content {
        width: 100%;
        float: inherit;
        padding: 20px;
    }
}