/* general */
html .dsf-button {background: #dc0934; border: 2px solid #dc0934; border-radius: 5px !important; -webkit-border-radius: 5px !important; color: #fff; margin: 20px 0; text-transform: uppercase; padding: 10px 23px; cursor: pointer;}
html .dsf-button:hover, .dsf-button:focus {background: #ca0a0a; border-color: #ca0a0a;}
html .dsf-button.dsf-remove {background: #3a3a3a; border-color: #3a3a3a; width: 100%;}
html .dsf-button.dsf-remove:hover {background: #212121; border-color: #212121;}
html .dsf-btn_xlarge {font-size: 16px; line-height: 24px;}
html .dsf-btn_large {font-size: 15px; line-height: 20px;}
html .dsf-btn_small {font-size: 13px; line-height: 16px; margin: 10px 0; padding: 10px;}
html .dsf-login-notice {margin-top: 35px; border: 2px solid #dc0934; border-radius: 5px; background: #fcf5f6; padding: 15px 20px; color: #3a3a3a;}
html .dsf-login-notice h5 {color: #3a3a3a; margin-top: 5px; margin-bottom: 10px;}
html .dsf-login-notice a {display: block; text-decoration: underline; color: #dc0934; margin: 8px 0;}
html .dsf-login-notice a:hover {color: #ca0a0a;}
html .dsf-row-container {display: flex; flex-wrap: wrap; width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 15px; box-sizing: border-box;}
html .dsf-column {box-sizing: border-box; padding: 15px;}
html .dsf-one_half, html .dsf-last_half {flex: 0 0 50%; max-width: 50%;}
html .dsf-one_third {flex: 0 0 33.3333%; max-width: 33.3333%;}
html .dsf-two_third {flex: 0 0 66.6666%; max-width: 66.6666%;}
html .dsf-full_width {flex: 0 0 100%; max-width: 100%;}
html .dsf-label {display: block;}
html .dsf-input {width: 100%;}
html .dsf-table-container {overflow-x: auto; width: 100%; margin: 0 auto;}
html .dsf-table {width: 100%; border-collapse: collapse; font-family: inherit; font-size: 16px; background-color: #ffffff;}
html .dsf-table-row-header {background: #dc0934;}
html .dsf-table th {white-space: nowrap; text-align: left; font-weight: bold; padding: 12px; color: #ffffff; text-transform: uppercase;}
html .dsf-table tr td {min-width: 120px; border-bottom: 1px solid #dcdcdc; padding: 10px; vertical-align: middle; white-space: nowrap;}
html .dsf-table p {margin-bottom: 0;}
html .dsf-tier-levels .dsf-table td:nth-child(4) {min-width: 200px; white-space: wrap;}
html .dsf-table.dsf-table-members {font-size: 15px;}
html .dsf-table.dsf-table-members th {padding: 10px; color: #212121; text-transform: capitalize;}
html .dsf-table.dsf-table-members .dsf-table-row-header {background: #efefef; border: 1px solid #dedede;}
html .dsf-data-container {height: 100%; align-content: center; text-align: center; background: #efefef; border: 1px solid #dedede; border-radius: 5px; padding: 10px 15px; margin-bottom: 15px;}
html .dsf-data-container h4 {margin-top: 0px; font-size: 18px;}
html .dsf-data-container .dsf-data {font-size: 17px; font-weight: 400;}
html .dsf-column .status-false {color: #dc0934;}
html .dsf-column .status-true {color: #249d12;}
html .dsf-textarea-members-log {width: 100%; background: #efefef; color: #5a5a5a; min-height: 80px; padding: 12px;}
html .dsf-div .dsf-banner-container {border-radius: 7px; margin-top: 10px; margin-bottom: 35px;}
html .dsf-div .dsf-banner-container img {border-radius: 7px; border: 1px solid #dedede;}
html .dsf-intro-content h2.dsf-title {text-transform: uppercase; letter-spacing: -0.25px;}
html .dsf-column.dsf-one_third h5.dsf-title {margin: 0 0 10px; text-transform: uppercase; color: #828282; font-size: 18px; line-height: 26px;}
html .dsf-member-log h5.dsf-title, html .dsf-indiv-member h5.dsf-title {margin: 0 0 10px; text-transform: uppercase; color: #828282; font-size: 18px; line-height: 26px;}
html .dsf-member-log a, html .dsf-indiv-member a.dsf-link {color: #212121; text-decoration: underline; padding: 8px 0; display: block;}
html .dsf-member-log a.dsf-link:hover, html .dsf-indiv-member a.dsf-link:hover {color: #dc0934;}
html .dsf-member-log p {margin-bottom: 0;}
html .dsf-content ul.dsf-list-unordered {list-style: none; position: relative; padding-left: 0; margin: 10px 0;}
html .dsf-content ul.dsf-list-unordered li {margin-left: 30px; padding-bottom: 0; line-height: 2; font-size: 16px; line-height: 1.75;}
html .dsf-content ul.dsf-list-unordered li:before {color: #dc0934; font-size: 18px; position: relative; left: -35px; top: 2px; margin-right: -20px; content: "\45"; font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased;}
html .dsf-content ol.dsf-list-ordered {list-style: none; counter-reset: list-counter; position: relative; padding-left: 0; margin: 10px 0;}
html .dsf-content ol.dsf-list-ordered li {margin-left: 30px; padding-bottom: 0; line-height: 1.75; font-size: 16px; counter-increment: list-counter;}
html .dsf-content ol.dsf-list-ordered li:before {content: counter(list-counter) "."; color: #dc0934; font-size: 16px; position: relative; left: -30px; top: 0; margin-right: -15px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; line-height: 1;}

/* responsive */
@media screen and (max-width: 768px) {
    html .dsf-one_third, html .dsf-two_third {flex: 0 0 100%; max-width: 100%;}
    html.dsf-two_third {padding-left: 15px;}
    html .dsf-table th, html .dsf-table td {padding: 8px 10px;}
    html .dsf-table {font-size: 15px; min-width: 600px;}
    html .dsf-tier-levels .dsf-table th:nth-child(4), html .dsf-tier-levels .dsf-table td:nth-child(4) { /* Benefits */ min-width: 150px;}
}
@media screen and (max-width: 480px) {
    html .dsf-table {font-size: 13px;}
    html .dsf-table th, html .dsf-table td {padding: 6px 8px;}
}
