/*
.terms-wrapper {
    padding:30px;
}
.terms-wrapper p {
    color:#404040;
    text-indent:30px;
    line-height: 1.3;
    margin:0px;
    margin-bottom:8px;
    font-size:15px;
}
.terms-wrapper p strong {
    margin:0px;
    line-height:30px;
    font-size: 20px;
    color: #000;
}
.terms-wrapper p a {
    text-decoration: none;
    cursor: pointer;
    color: #f89200;
}
.terms-wrapper p a:hover {
    text-decoration:underline;
}
.terms-nav {
    width:25%;
    float:left;
}
.terms-top {
    width:calc(75% - 20px);
    float:left;
    padding-left:20px;
}
.terms-nav-menu {
    padding:0px;
    margin-top: 15px;
}
.terms-nav a {
    text-decoration: none;
    color: #757575;
    cursor: pointer;
    font-size: 13px;

    transition:.2s;
    -webkit-transition:.2s;
    -moz-transition:.2s;
}
.terms-nav a:hover {
    color: #f89200;
}
.terms-nav li {
    list-style:none;
    padding: 5px 0px;
}
.terms-nav ol ol {
    padding-left:20px;
    padding-top: 5px;
}
.terms-top h1, .terms-top h2 {
    font-size:24px;
}
.terms-top h3 {
    font-size:20px;
}
.tn-top a {
    color: #f89200;
    font-weight: 600;
}
.tn-top::before {
    border-left: solid 4px #f89200;
    content: "";
    margin-left: -16px;
    padding-left: 12px;
}
.terms-wrapper::after {
    content:'';
    clear:both;
    display:block;
}
*/