/** CORE **/
html,
body {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    overflow: none;
    font-size: 16px;
    line-height: 24px;
    color: #798da9;
}

.clearfix {
    content: '';
    clear: both;
    display: table;
}
ul.list-legal {
    list-style: none;
    padding: 0px;
}
ul.list-legal li {
    float: left;
    width: 113%;
}
ul.list-legal li.active a {
    color: #4b5c74;
    font-weight: bold;
    font-weight: 600;
}
ul.list-legal li.active:hover a,
ul.list-legal li.active a:hover {
    font-weight: 600;
    color: #4b5c74;
}
ul.list-legal .list-legal-label {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}
ul.list-legal li a,
ul.list-legal .list-legal-label {
    color: #798da9;
    position: relative;
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 7px 15px 8px;
    text-align: left;
    margin-bottom: 0px;
    text-decoration: none;
}
ul.list-legal li a:hover {
    color: #4b5c74;
    text-decoration: none !important;
}
ul.list-legal li:last-child a {
    border-bottom: none !important;
}
ul.list-legal .complete-profile-section {
    width: 100%;
}
ul.list-legal .complete-profile-section .btn {
    width: auto;
}
.legal-content {
    float: left;
    width: 100%;
    padding: 0px 0px 40px 40px;
    position: relative;
    min-height: 500px;
    height: 100%;
}
@media (max-width: 767px) {
    .legal-content {
        padding: 0px 0px 40px 20px;
    }
}
​ .legal-content p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #333;
}
.legal-content:before {
    content: '';
    position: absolute;
    border-left: 1px solid #e6e5e5;
    left: -10px;
    top: 0px;
    height: calc(100% - 30px);
    z-index: -99;
}
.legal-content h1 {
    color: #4b5c74; /*1ea0f2*/
    margin: 8px 0px 20px;
    font-size: 18px;
    font-weight: 600;
    font-weight: 700;
}
.legal-content h3 {
    color: #4b5c74;
    margin: 0px 0px 20px;
    font-size: 15px;
    font-weight: bold;
    font-weight: 700;
}
/* legal PAGE **/
.clslegal h1 {
    font-size: 24px;
}
.row-legal {
    margin-top: 115px;
    margin-bottom: 115px;
}
.hidden {
    display: none !important;
}
/* tables style */
.legal-content .note {
    font-size: 14px;
    margin: 10px 0px 0px;
    line-height: 14px;
    /*color: #798DA9;*/
    color: #333;
}
.table-blocks {
    /*border-collapse: separate;
    border-spacing: 0 .5em;*/
    border-collapse: collapse;
}
.table-blocks > thead > tr > th,
.table-blocks > tbody > tr > td {
    border: 1px solid #b6b5b5 !important;
    vertical-align: middle;
    font-size: 12px;
    padding: 12px;
    max-width: 400px;
    text-align: center;
}
.table-blocks > thead > tr > th {
    color: #333;
    /* background: #1da0f3; */
    border-radius: 0px;
    background-color: rgba(29, 160, 243, 0.3);
}
.table-blocks > tbody > tr > td {
    color: #333;
    background: #ffffff;
    border-radius: 0px;
}
@media (max-width: 767px) {
    .table-blocks > tbody > tr > td {
        min-width: 200px;
        max-width: 380px;
        word-wrap: break-word;
        white-space: normal !important;
    }
}
​ .table-blocks thead tr th:first-child,
.table-blocks tbody tr td:first-child {
    /* border-radius: 5px 0px 0px 5px; */
}
.table-blocks thead tr th:last-child,
.table-blocks thead tr td:last-child {
    /* border-radius: 0px 5px 5px 0px; */
}
.table-responsive {
    overflow-x: visible !important;
}
.width-10 {
    width: 10%;
}
.width-13 {
    width: 13%;
}
.width-15 {
    width: 15%;
}
.width-20 {
    width: 20%;
}
.width-22 {
    width: 22%;
}
.width-25 {
    width: 25%;
}
.width-30 {
    width: 30%;
}
.width-35 {
    width: 35%;
}
.width-40 {
    width: 40%;
}
