﻿@charset "UTF-8";
/*!
 * Schwab Design Pattern System v3.0.19
 */
/* links on black/dark backgrounds */
/* accessible "down" market data on any background */
/* accessible "down" market data on any background */
/* Brand Blue/Quote Icon */
/* links on black/dark backgrounds */
/* accessible "down" market data on any background */
/* accessible "down" market data on any background */
/* Brand Blue/Quote Icon */
@font-face {
    font-family: CharlesModern-Regular;
    src: url('charles-modern/CharlesModern-Regular.eot');
    src: url('charles-modern/CharlesModern-Regular.eot?') format("eot"),url('charles-modern/CharlesModern-Regular.woff') format("woff"),url('charles-modern/CharlesModern-Regular.ttf') format("truetype"),url('charles-modern/CharlesModern-Regular.svg?#CharlesModern-Regular') format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: CharlesModern-Medium;
    src: url('charles-modern/CharlesModernMedium.eot');
    src: url('charles-modern/CharlesModernMedium.eot?') format("eot"),url('charles-modern/CharlesModernMedium.woff') format("woff"),url('charles-modern/CharlesModernMedium.ttf') format("truetype"),url('charles-modern/CharlesModernMedium.svg?#CharlesModernMedium') format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: CharlesModern-Bold;
    src: url('charles-modern/CharlesModern-Bold.eot');
    src: url('charles-modern/CharlesModern-Bold.eot?') format("eot"),url('charles-modern/CharlesModern-Bold.woff') format("woff"),url('charles-modern/CharlesModern-Bold.ttf') format("truetype"),url('charles-modern/CharlesModern-Bold.svg?#CharlesModern-Bold') format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: CharlesModern-Light;
    src: url('charles-modern/CharlesModern-Light.eot');
    src: url('charles-modern/CharlesModern-Light.eot?') format("eot"),url('charles-modern/CharlesModern-Light.woff') format("woff"),url('charles-modern/CharlesModern-Light.ttf') format("truetype"),url('charles-modern/CharlesModern-Light.svg?#CharlesModern-Light') format("svg");
    font-weight: 400;
    font-style: normal;
}

.sdps-button--small {
    width: 145px;
    font-family: "CharlesModern-Regular", "Charles Modern", Arial, sans-serif;
    font-size: 18px;
    height: 45px;
}

.sdps-button--large {
    width: 300px;
    height: 45px;
}

@media screen and (min-width: 480px) {
    .sdps-button--small {
        width: 135px;
        font-family: "CharlesModern-Regular", "Charles Modern", Arial, sans-serif;
        height: 45px;
    }

    .sdps-button--large {
        width: 275px;
        height: 45px;
    }
}

.sdps-form-element__control .sdps-input {
    height: 50px;
}



@media screen and (min-width: 480px) {
    .sdps-form-element__control .sdps-input {
        height: 50px;
    }

}

* {
    box-sizing: border-box;
}

a:hover, a:visited, a:link, a {
    color: #06c;
    text-decoration: none;
}

dl, fieldset, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 10px;
}

.sdps-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sdps-sr-only--focusable:active, .sdps-sr-only--focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.sdps-text-muted {
    color: #666 !important;
}

.sdps-text-right {
    text-align: right !important;
}

.sdps-text-center {
    text-align: center !important;
}

.sdps-text-left {
    text-align: left !important;
}

.sdps-text-marketGreen {
    color: #007900 !important;
}

.sdps-text-marketRed {
    color: #E70D18 !important;
}

.sdps-text-nowrap {
    white-space: nowrap;
}

.sdps-truncate--ellipses {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

.sdps-text-small {
    font-size: 12px;
    font-size: 0.75rem;
}

.sdps-text-smallest {
    font-size: 11px;
    font-size: 0.6875rem;
}

.sdps-font-weight-normal {
    font-weight: normal;
}

.sdps-font-weight-bold {
    font-weight: 700;
}

.sdps-font-italic {
    font-style: italic;
}

.sdps-text-lowercase {
    text-transform: lowercase !important;
}

.sdps-text-uppercase {
    text-transform: uppercase !important;
}

.sdps-text-capitalize {
    text-transform: capitalize !important;
}

.sdps-text-justify {
    text-align: justify !important;
}

.sdps-text-article-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    color: #333;
    font-family: "CharlesModern-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-xxl-heading {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #333;
    font-family: "CharlesModern-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-xl-heading {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 29px;
    line-height: 1.8125rem;
    color: #333;
    font-family: "CharlesModern-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-l-heading {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #333;
    font-family: "CharlesModern-Regular", "Charles Modern", Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-l-light-heading {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #333;
    font-family: "CharlesModern-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-m-heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #111;
    font-family: "CharlesModern-Regular", "Charles Modern", Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-s-heavy-heading {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #111;
    font-family: "CharlesModern-Medium", "CharlesModern-Regular", "Charles Modern", Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-s-heading {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #111;
    font-family: "CharlesModern-Regular", "Charles Modern", Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-l-bold-body + .sdps-text-l-bold-body,
.sdps-text-l-bold-body + .sdps-text-l-body,
.sdps-text-l-bold-body + .sdps-messaging,
.sdps-text-l-bold-body + .sdps-text-s-bold-body,
.sdps-text-l-bold-body + .sdps-text-s-body,
.sdps-text-l-body + .sdps-text-l-bold-body, .sdps-messaging + .sdps-text-l-bold-body,
.sdps-text-l-body + .sdps-text-l-body, .sdps-messaging + .sdps-text-l-body,
.sdps-text-l-body + .sdps-messaging, .sdps-messaging + .sdps-messaging,
.sdps-text-l-body + .sdps-text-s-bold-body, .sdps-messaging + .sdps-text-s-bold-body,
.sdps-text-l-body + .sdps-text-s-body, .sdps-messaging + .sdps-text-s-body,
.sdps-text-s-bold-body + .sdps-text-l-bold-body,
.sdps-text-s-bold-body + .sdps-text-l-body,
.sdps-text-s-bold-body + .sdps-messaging,
.sdps-text-s-bold-body + .sdps-text-s-bold-body,
.sdps-text-s-bold-body + .sdps-text-s-body,
.sdps-text-s-body + .sdps-text-l-bold-body,
.sdps-text-s-body + .sdps-text-l-body,
.sdps-text-s-body + .sdps-messaging,
.sdps-text-s-body + .sdps-text-s-bold-body,
.sdps-text-s-body + .sdps-text-s-body {
    margin-top: 10px;
}

.sdps-text-l-bold-body {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.sdps-text-l-body, .sdps-messaging {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-s-bold-body {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.sdps-text-s-body {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
    color: #000;
    font-family: font-family--sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-text-legal {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 15px;
    line-height: 0.9375rem;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-article-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    color: #333;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-xxl-heading {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #333;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-xl-heading {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 29px;
    line-height: 1.8125rem;
    color: #333;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-l-heading {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #333;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-l-light-heading {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #333;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-m-heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #111;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-s-heavy-heading {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #111;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-s-heading {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #111;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-l-bold-body {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #000;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-l-body, .zh-TW .sdps-messaging {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #000;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-s-bold-body {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 0.9375rem;
    color: #000;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-s-body {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 0.9375rem;
    color: #000;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.zh-TW .sdps-text-legal {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
    color: #000;
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sdps-pull-left {
    float: left !important;
}

.sdps-pull-right {
    float: right !important;
}

.sdps-flush--left {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.sdps-flush--right {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.sdps-clearfix {
    clear: both;
}

.sdps-flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.sdps-flex-center {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.sdps-hide {
    display: none !important;
}

.sdps-show {
    display: block;
}

.sdps-spinner-container {
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 2147483647;
}

.sdps-spinner-container--module {
    height: 100%;
    width: 100%;
    position: absolute;
}

.sdps-spinner-container--page {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.65);
}

.sdps-spinner-wrapper {
    position: relative;
    min-height: 210px;
}

.sdps-spinner {
    height: 100%;
    width: 100%;
    color: #777;
}

.app-container .sdps-spinner-container .sch-spinner {
    font-size: 36px;
}

.app-container .sdps-spinner-container .sdps-spinner-wrapper {
    min-height: 70px;
}

.sdps-truncate, .sdps-account-selector .sdps-button .sdps-account-selector__left-col {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sdps-truncate--20 {
    max-width: 20%;
}

.sdps-truncate--25 {
    max-width: 25%;
}

.sdps-truncate--33 {
    max-width: 33%;
}

.sdps-truncate--40 {
    max-width: 40%;
}

.sdps-truncate--50, .sdps-account-selector .sdps-button .sdps-account-selector__left-col {
    max-width: 50%;
}

.sdps-truncate--60 {
    max-width: 60%;
}

.sdps-truncate--66 {
    max-width: 66%;
}

.sdps-truncate--75 {
    max-width: 75%;
}

.sdps-truncate--80 {
    max-width: 80%;
}

.sdps-m-top_none {
    margin-top: 0 !important;
}

.sdps-m-top_xxx-small {
    margin-top: .125rem !important;
}

.sdps-m-top_xx-small {
    margin-top: .25rem !important;
}

.sdps-m-top_x-small {
    margin-top: .5rem !important;
}

.sdps-m-top_small {
    margin-top: .75rem !important;
}

.sdps-m-top_medium {
    margin-top: 1rem !important;
}

.sdps-m-top_large {
    margin-top: 1.5rem !important;
}

.sdps-m-top_xx-large {
    margin-top: 3rem !important;
}

.sdps-m-top_x-large {
    margin-top: 2rem !important;
}

.sdps-m-right_none {
    margin-right: 0 !important;
}

.sdps-m-right_xxx-small {
    margin-right: .125rem !important;
}

.sdps-m-right_xx-small {
    margin-right: .25rem !important;
}

.sdps-m-right_x-small {
    margin-right: .5rem !important;
}

.sdps-m-right_small {
    margin-right: .75rem !important;
}

.sdps-m-right_medium {
    margin-right: 1rem !important;
}

.sdps-m-right_large {
    margin-right: 1.5rem !important;
}

.sdps-m-right_xx-large {
    margin-right: 3rem !important;
}

.sdps-m-right_x-large {
    margin-right: 2rem !important;
}

.sdps-m-bottom_none {
    margin-bottom: 0 !important;
}

.sdps-m-bottom_xxx-small {
    margin-bottom: .125rem !important;
}

.sdps-m-bottom_xx-small {
    margin-bottom: .25rem !important;
}

.sdps-m-bottom_x-small {
    margin-bottom: .5rem !important;
}

.sdps-m-bottom_small {
    margin-bottom: .75rem !important;
}

.sdps-m-bottom_medium {
    margin-bottom: 1rem !important;
}

.sdps-m-bottom_large {
    margin-bottom: 1.5rem !important;
}

.sdps-m-bottom_xx-large {
    margin-bottom: 3rem !important;
}

.sdps-m-bottom_x-large {
    margin-bottom: 2rem !important;
}

.sdps-m-left_none {
    margin-left: 0 !important;
}

.sdps-m-left_xxx-small {
    margin-left: .125rem !important;
}

.sdps-m-left_xx-small {
    margin-left: .25rem !important;
}

.sdps-m-left_x-small {
    margin-left: .5rem !important;
}

.sdps-m-left_small {
    margin-left: .75rem !important;
}

.sdps-m-left_medium {
    margin-left: 1rem !important;
}

.sdps-m-left_large {
    margin-left: 1.5rem !important;
}

.sdps-m-left_xx-large {
    margin-left: 3rem !important;
}

.sdps-m-left_x-large {
    margin-left: 2rem !important;
}

.sdps-m-vertical_none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sdps-m-vertical_xxx-small {
    margin-top: .125rem !important;
    margin-bottom: .125rem !important;
}

.sdps-m-vertical_xx-small {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.sdps-m-vertical_x-small {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.sdps-m-vertical_small {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
}

.sdps-m-vertical_medium {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.sdps-m-vertical_large {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.sdps-m-vertical_xx-large {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.sdps-m-vertical_x-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.sdps-m-horizontal_none {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.sdps-m-horizontal_xxx-small {
    margin-right: .125rem !important;
    margin-left: .125rem !important;
}

.sdps-m-horizontal_xx-small {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.sdps-m-horizontal_x-small {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.sdps-m-horizontal_small {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
}

.sdps-m-horizontal_medium {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.sdps-m-horizontal_large {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.sdps-m-horizontal_xx-large {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.sdps-m-horizontal_x-large {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.sdps-m-around_none {
    margin: 0 !important;
}

.sdps-m-aroundleft_xxx-small {
    margin: .125rem !important;
}

.sdps-m-around_xx-small {
    margin: .25rem !important;
}

.sdps-m-around_x-small {
    margin: .5rem !important;
}

.sdps-m-around_small {
    margin: .75rem !important;
}

.sdps-m-around_medium {
    margin: 1rem !important;
}

.sdps-m-around_large {
    margin: 1.5rem !important;
}

.sdps-m-around_xx-large {
    margin: 3rem !important;
}

.sdps-m-around_x-large {
    margin: 2rem !important;
}

.sdps-p-top_none {
    padding-top: 0 !important;
}

.sdps-p-top_xxx-small {
    padding-top: .125rem !important;
}

.sdps-p-top_xx-small {
    padding-top: .25rem !important;
}

.sdps-p-top_x-small {
    padding-top: .5rem !important;
}

.sdps-p-top_small {
    padding-top: .75rem !important;
}

.sdps-p-top_medium {
    padding-top: 1rem !important;
}

.sdps-p-top_large {
    padding-top: 1.5rem !important;
}

.sdps-p-top_xx-large {
    padding-top: 3rem !important;
}

.sdps-p-top_x-large {
    padding-top: 2rem !important;
}

.sdps-p-right_none {
    padding-right: 0 !important;
}

.sdps-p-right_xxx-small {
    padding-right: .125rem !important;
}

.sdps-p-right_xx-small {
    padding-right: .25rem !important;
}

.sdps-p-right_x-small {
    padding-right: .5rem !important;
}

.sdps-p-right_small {
    padding-right: .75rem !important;
}

.sdps-p-right_medium {
    padding-right: 1rem !important;
}

.sdps-p-right_large {
    padding-right: 1.5rem !important;
}

.sdps-p-right_xx-large {
    padding-right: 3rem !important;
}

.sdps-p-right_x-large {
    padding-right: 2rem !important;
}

.sdps-p-bottom_none {
    padding-bottom: 0 !important;
}

.sdps-p-bottom_xxx-small {
    padding-bottom: .125rem !important;
}

.sdps-p-bottom_xx-small {
    padding-bottom: .25rem !important;
}

.sdps-p-bottom_x-small {
    padding-bottom: .5rem !important;
}

.sdps-p-bottom_small {
    padding-bottom: .75rem !important;
}

.sdps-p-bottom_medium {
    padding-bottom: 1rem !important;
}

.sdps-p-bottom_large {
    padding-bottom: 1.5rem !important;
}

.sdps-p-bottom_xx-large {
    padding-bottom: 3rem !important;
}

.sdps-p-bottom_x-large {
    padding-bottom: 2rem !important;
}

.sdps-p-left_none {
    padding-left: 0 !important;
}

.sdps-p-left_xxx-small {
    padding-left: .125rem !important;
}

.sdps-p-left_xx-small {
    padding-left: .25rem !important;
}

.sdps-p-left_x-small {
    padding-left: .5rem !important;
}

.sdps-p-left_small {
    padding-left: .75rem !important;
}

.sdps-p-left_medium {
    padding-left: 1rem !important;
}

.sdps-p-left_large {
    padding-left: 1.5rem !important;
}

.sdps-p-left_xx-large {
    padding-left: 3rem !important;
}

.sdps-p-left_x-large {
    padding-left: 2rem !important;
}

.sdps-p-vertical_none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sdps-p-vertical_xxx-small {
    padding-top: .125rem !important;
    padding-bottom: .125rem !important;
}

.sdps-p-vertical_xx-small {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.sdps-p-vertical_x-small {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.sdps-p-vertical_small {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

.sdps-p-vertical_medium {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.sdps-p-vertical_large {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.sdps-p-vertical_xx-large {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.sdps-p-vertical_x-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.sdps-p-horizontal_none {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.sdps-p-horizontal_xxx-small {
    padding-right: .125rem !important;
    padding-left: .125rem !important;
}

.sdps-p-horizontal_xx-small {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.sdps-p-horizontal_x-small {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.sdps-p-horizontal_small {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}

.sdps-p-horizontal_medium {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.sdps-p-horizontal_large {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.sdps-p-horizontal_xx-large {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.sdps-p-horizontal_x-large {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.sdps-p-around_none {
    padding: 0 !important;
}

.sdps-p-aroundleft_xxx-small {
    padding: .125rem !important;
}

.sdps-p-around_xx-small {
    padding: .25rem !important;
}

.sdps-p-around_x-small {
    padding: .5rem !important;
}

.sdps-p-around_small {
    padding: .75rem !important;
}

.sdps-p-around_medium {
    padding: 1rem !important;
}

.sdps-p-around_large {
    padding: 1.5rem !important;
}

.sdps-p-around_xx-large {
    padding: 3rem !important;
}

.sdps-p-around_x-large {
    padding: 2rem !important;
}

.sdps-is-fixed {
    position: fixed;
}

.sdps-is-absolute {
    position: absolute;
}

.sdps-is-static {
    position: static;
}

.sdps-is-relative {
    position: relative;
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
:root {
    font-size: 16px;
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: rem(14);
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

    a:active,
    a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    background-color: #f4f4f4;
    border: 1px solid #dcdbdb;
}

figure {
    margin: 1em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button,
input,
select {
    overflow: visible;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sdps-grid {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 16px;
}

    .sdps-grid.padded {
        max-width: 1248px;
    }

.sdps-grid--nested {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    width: calc(100% + 16px);
}

    .sdps-grid > .sdps-row, .sdps-grid--nested > .sdps-row, .sdps-row > .sdps-row {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 0;
        width: calc(100% + 16px);
    }

        .sdps-grid > .sdps-row.centered, .sdps-grid--nested > .sdps-row.centered, .sdps-row > .sdps-row.centered {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -moz-justify-content: center;
            justify-content: center;
        }

    .sdps-grid > .sdps-row--align-end, .sdps-grid--nested > .sdps-row--align-end, .sdps-row > .sdps-row--align-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }

    .sdps-grid > .sdps-row--space-around, .sdps-grid--nested > .sdps-row--space-around, .sdps-row > .sdps-row--space-around {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }

    .sdps-grid > .sdps-row--spread, .sdps-grid--nested > .sdps-row--spread, .sdps-row > .sdps-row--spread {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .sdps-grid > .sdps-row--align-top, .sdps-grid--nested > .sdps-row--align-top, .sdps-row > .sdps-row--align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .sdps-grid > .sdps-row--align-center, .sdps-grid--nested > .sdps-row--align-center, .sdps-row > .sdps-row--align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .sdps-grid > .sdps-row--align-bottom, .sdps-grid--nested > .sdps-row--align-bottom, .sdps-row > .sdps-row--align-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .sdps-grid > .col, .sdps-grid > .sdps-row > .col, .sdps-grid--nested > .col, .sdps-grid--nested > .sdps-row > .col {
        -webkit-box-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .sdps-grid > .col-1, .sdps-grid > .sdps-row > .col-1, .sdps-grid--nested > .col-1, .sdps-grid--nested > .sdps-row > .col-1 {
        width: calc(100% * 1/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-1.centered, .sdps-grid > .sdps-row > .col-1.centered, .sdps-grid--nested > .col-1.centered, .sdps-grid--nested > .sdps-row > .col-1.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-2, .sdps-grid > .sdps-row > .col-2, .sdps-grid--nested > .col-2, .sdps-grid--nested > .sdps-row > .col-2 {
        width: calc(100% * 2/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-2.centered, .sdps-grid > .sdps-row > .col-2.centered, .sdps-grid--nested > .col-2.centered, .sdps-grid--nested > .sdps-row > .col-2.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-3, .sdps-grid > .sdps-row > .col-3, .sdps-grid--nested > .col-3, .sdps-grid--nested > .sdps-row > .col-3 {
        width: calc(100% * 3/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-3.centered, .sdps-grid > .sdps-row > .col-3.centered, .sdps-grid--nested > .col-3.centered, .sdps-grid--nested > .sdps-row > .col-3.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-4, .sdps-grid > .sdps-row > .col-4, .sdps-grid--nested > .col-4, .sdps-grid--nested > .sdps-row > .col-4 {
        width: calc(100% * 4/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-4.centered, .sdps-grid > .sdps-row > .col-4.centered, .sdps-grid--nested > .col-4.centered, .sdps-grid--nested > .sdps-row > .col-4.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-5, .sdps-grid > .sdps-row > .col-5, .sdps-grid--nested > .col-5, .sdps-grid--nested > .sdps-row > .col-5 {
        width: calc(100% * 5/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-5.centered, .sdps-grid > .sdps-row > .col-5.centered, .sdps-grid--nested > .col-5.centered, .sdps-grid--nested > .sdps-row > .col-5.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-6, .sdps-grid > .sdps-row > .col-6, .sdps-grid--nested > .col-6, .sdps-grid--nested > .sdps-row > .col-6 {
        width: calc(100% * 6/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-6.centered, .sdps-grid > .sdps-row > .col-6.centered, .sdps-grid--nested > .col-6.centered, .sdps-grid--nested > .sdps-row > .col-6.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-7, .sdps-grid > .sdps-row > .col-7, .sdps-grid--nested > .col-7, .sdps-grid--nested > .sdps-row > .col-7 {
        width: calc(100% * 7/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-7.centered, .sdps-grid > .sdps-row > .col-7.centered, .sdps-grid--nested > .col-7.centered, .sdps-grid--nested > .sdps-row > .col-7.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-8, .sdps-grid > .sdps-row > .col-8, .sdps-grid--nested > .col-8, .sdps-grid--nested > .sdps-row > .col-8 {
        width: calc(100% * 8/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-8.centered, .sdps-grid > .sdps-row > .col-8.centered, .sdps-grid--nested > .col-8.centered, .sdps-grid--nested > .sdps-row > .col-8.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-9, .sdps-grid > .sdps-row > .col-9, .sdps-grid--nested > .col-9, .sdps-grid--nested > .sdps-row > .col-9 {
        width: calc(100% * 9/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-9.centered, .sdps-grid > .sdps-row > .col-9.centered, .sdps-grid--nested > .col-9.centered, .sdps-grid--nested > .sdps-row > .col-9.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-10, .sdps-grid > .sdps-row > .col-10, .sdps-grid--nested > .col-10, .sdps-grid--nested > .sdps-row > .col-10 {
        width: calc(100% * 10/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-10.centered, .sdps-grid > .sdps-row > .col-10.centered, .sdps-grid--nested > .col-10.centered, .sdps-grid--nested > .sdps-row > .col-10.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-11, .sdps-grid > .sdps-row > .col-11, .sdps-grid--nested > .col-11, .sdps-grid--nested > .sdps-row > .col-11 {
        width: calc(100% * 11/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .sdps-grid > .col-11.centered, .sdps-grid > .sdps-row > .col-11.centered, .sdps-grid--nested > .col-11.centered, .sdps-grid--nested > .sdps-row > .col-11.centered {
            margin: 0 auto;
        }

    .sdps-grid > .col-full, .sdps-grid > .sdps-row > .col-full, .sdps-grid--nested > .col-full, .sdps-grid--nested > .sdps-row > .col-full {
        width: calc(100% * 12/12);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .sdps-grid > .col--offset-0, .sdps-grid > .sdps-row > .col--offset-0, .sdps-grid--nested > .col--offset-0, .sdps-grid--nested > .sdps-row > .col--offset-0 {
        margin-left: calc(100% * 0/12);
    }

    .sdps-grid > .col--offset-1, .sdps-grid > .sdps-row > .col--offset-1, .sdps-grid--nested > .col--offset-1, .sdps-grid--nested > .sdps-row > .col--offset-1 {
        margin-left: calc(100% * 1/12);
    }

    .sdps-grid > .col--offset-2, .sdps-grid > .sdps-row > .col--offset-2, .sdps-grid--nested > .col--offset-2, .sdps-grid--nested > .sdps-row > .col--offset-2 {
        margin-left: calc(100% * 2/12);
    }

    .sdps-grid > .col--offset-3, .sdps-grid > .sdps-row > .col--offset-3, .sdps-grid--nested > .col--offset-3, .sdps-grid--nested > .sdps-row > .col--offset-3 {
        margin-left: calc(100% * 3/12);
    }

    .sdps-grid > .col--offset-4, .sdps-grid > .sdps-row > .col--offset-4, .sdps-grid--nested > .col--offset-4, .sdps-grid--nested > .sdps-row > .col--offset-4 {
        margin-left: calc(100% * 4/12);
    }

    .sdps-grid > .col--offset-5, .sdps-grid > .sdps-row > .col--offset-5, .sdps-grid--nested > .col--offset-5, .sdps-grid--nested > .sdps-row > .col--offset-5 {
        margin-left: calc(100% * 5/12);
    }

    .sdps-grid > .col--offset-6, .sdps-grid > .sdps-row > .col--offset-6, .sdps-grid--nested > .col--offset-6, .sdps-grid--nested > .sdps-row > .col--offset-6 {
        margin-left: calc(100% * 6/12);
    }

    .sdps-grid > .col--offset-7, .sdps-grid > .sdps-row > .col--offset-7, .sdps-grid--nested > .col--offset-7, .sdps-grid--nested > .sdps-row > .col--offset-7 {
        margin-left: calc(100% * 7/12);
    }

    .sdps-grid > .col--offset-8, .sdps-grid > .sdps-row > .col--offset-8, .sdps-grid--nested > .col--offset-8, .sdps-grid--nested > .sdps-row > .col--offset-8 {
        margin-left: calc(100% * 8/12);
    }

    .sdps-grid > .col--offset-9, .sdps-grid > .sdps-row > .col--offset-9, .sdps-grid--nested > .col--offset-9, .sdps-grid--nested > .sdps-row > .col--offset-9 {
        margin-left: calc(100% * 9/12);
    }

    .sdps-grid > .col--offset-10, .sdps-grid > .sdps-row > .col--offset-10, .sdps-grid--nested > .col--offset-10, .sdps-grid--nested > .sdps-row > .col--offset-10 {
        margin-left: calc(100% * 10/12);
    }

    .sdps-grid > .col--offset-11, .sdps-grid > .sdps-row > .col--offset-11, .sdps-grid--nested > .col--offset-11, .sdps-grid--nested > .sdps-row > .col--offset-11 {
        margin-left: calc(100% * 11/12);
    }

    .sdps-grid > .col--order-1, .sdps-grid > .sdps-row > .col--order-1, .sdps-grid--nested > .col--order-1, .sdps-grid--nested > .sdps-row > .col--order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .sdps-grid > .col--order-2, .sdps-grid > .sdps-row > .col--order-2, .sdps-grid--nested > .col--order-2, .sdps-grid--nested > .sdps-row > .col--order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .sdps-grid > .col--order-3, .sdps-grid > .sdps-row > .col--order-3, .sdps-grid--nested > .col--order-3, .sdps-grid--nested > .sdps-row > .col--order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .sdps-grid > .col--order-4, .sdps-grid > .sdps-row > .col--order-4, .sdps-grid--nested > .col--order-4, .sdps-grid--nested > .sdps-row > .col--order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .sdps-grid > .col--order-5, .sdps-grid > .sdps-row > .col--order-5, .sdps-grid--nested > .col--order-5, .sdps-grid--nested > .sdps-row > .col--order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .sdps-grid > .col--order-6, .sdps-grid > .sdps-row > .col--order-6, .sdps-grid--nested > .col--order-6, .sdps-grid--nested > .sdps-row > .col--order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .sdps-grid > .col--order-7, .sdps-grid > .sdps-row > .col--order-7, .sdps-grid--nested > .col--order-7, .sdps-grid--nested > .sdps-row > .col--order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .sdps-grid > .col--order-8, .sdps-grid > .sdps-row > .col--order-8, .sdps-grid--nested > .col--order-8, .sdps-grid--nested > .sdps-row > .col--order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .sdps-grid > .col--order-9, .sdps-grid > .sdps-row > .col--order-9, .sdps-grid--nested > .col--order-9, .sdps-grid--nested > .sdps-row > .col--order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .sdps-grid > .col--order-10, .sdps-grid > .sdps-row > .col--order-10, .sdps-grid--nested > .col--order-10, .sdps-grid--nested > .sdps-row > .col--order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .sdps-grid > .col--order-11, .sdps-grid > .sdps-row > .col--order-11, .sdps-grid--nested > .col--order-11, .sdps-grid--nested > .sdps-row > .col--order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .sdps-grid > .col--order-12, .sdps-grid > .sdps-row > .col--order-12, .sdps-grid--nested > .col--order-12, .sdps-grid--nested > .sdps-row > .col--order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .sdps-grid > .col--hidden, .sdps-grid > .sdps-row > .col--hidden, .sdps-grid--nested > .col--hidden, .sdps-grid--nested > .sdps-row > .col--hidden {
        visibility: hidden;
        display: none;
    }

    .sdps-grid > .col--visible, .sdps-grid > .sdps-row > .col--visible, .sdps-grid--nested > .col--visible, .sdps-grid--nested > .sdps-row > .col--visible {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
    }

    .sdps-grid > .col--align-center, .sdps-grid > .sdps-row > .col--align-center, .sdps-grid--nested > .col--align-center, .sdps-grid--nested > .sdps-row > .col--align-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .sdps-grid > .col--align-bottom, .sdps-grid > .sdps-row > .col--align-bottom, .sdps-grid--nested > .col--align-bottom, .sdps-grid--nested > .sdps-row > .col--align-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .sdps-grid > [class*="col"], .sdps-grid > .sdps-row > [class*="col"], .sdps-grid--nested > [class*="col"], .sdps-grid--nested > .sdps-row > [class*="col"] {
        padding: 0 8px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        min-width: 0;
    }

    .sdps-grid > .col-content, .sdps-grid > .sdps-row > .col-content, .sdps-grid--nested > .col-content, .sdps-grid--nested > .sdps-row > .col-content {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

.sdps-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.sdps-no-wrap {
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}

@media (min-width: 1440px) {
    .sdps-grid.padded {
        margin-left: 96px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .sdps-grid {
        margin: 0 4px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sdps-grid {
        margin: 0 4px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .sdps-grid {
        margin: 0 7px;
    }

        .sdps-grid > .col-m-1, .sdps-grid > .sdps-row > .col-m-1, .sdps-grid--nested > .col-m-1, .sdps-grid--nested > .sdps-row > .col-m-1 {
            width: calc(100% * 1/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-1.centered, .sdps-grid > .sdps-row > .col-m-1.centered, .sdps-grid--nested > .col-m-1.centered, .sdps-grid--nested > .sdps-row > .col-m-1.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-2, .sdps-grid > .sdps-row > .col-m-2, .sdps-grid--nested > .col-m-2, .sdps-grid--nested > .sdps-row > .col-m-2 {
            width: calc(100% * 2/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-2.centered, .sdps-grid > .sdps-row > .col-m-2.centered, .sdps-grid--nested > .col-m-2.centered, .sdps-grid--nested > .sdps-row > .col-m-2.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-3, .sdps-grid > .sdps-row > .col-m-3, .sdps-grid--nested > .col-m-3, .sdps-grid--nested > .sdps-row > .col-m-3 {
            width: calc(100% * 3/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-3.centered, .sdps-grid > .sdps-row > .col-m-3.centered, .sdps-grid--nested > .col-m-3.centered, .sdps-grid--nested > .sdps-row > .col-m-3.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-4, .sdps-grid > .sdps-row > .col-m-4, .sdps-grid--nested > .col-m-4, .sdps-grid--nested > .sdps-row > .col-m-4 {
            width: calc(100% * 4/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-4.centered, .sdps-grid > .sdps-row > .col-m-4.centered, .sdps-grid--nested > .col-m-4.centered, .sdps-grid--nested > .sdps-row > .col-m-4.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-5, .sdps-grid > .sdps-row > .col-m-5, .sdps-grid--nested > .col-m-5, .sdps-grid--nested > .sdps-row > .col-m-5 {
            width: calc(100% * 5/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-5.centered, .sdps-grid > .sdps-row > .col-m-5.centered, .sdps-grid--nested > .col-m-5.centered, .sdps-grid--nested > .sdps-row > .col-m-5.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-6, .sdps-grid > .sdps-row > .col-m-6, .sdps-grid--nested > .col-m-6, .sdps-grid--nested > .sdps-row > .col-m-6 {
            width: calc(100% * 6/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-6.centered, .sdps-grid > .sdps-row > .col-m-6.centered, .sdps-grid--nested > .col-m-6.centered, .sdps-grid--nested > .sdps-row > .col-m-6.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-7, .sdps-grid > .sdps-row > .col-m-7, .sdps-grid--nested > .col-m-7, .sdps-grid--nested > .sdps-row > .col-m-7 {
            width: calc(100% * 7/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-7.centered, .sdps-grid > .sdps-row > .col-m-7.centered, .sdps-grid--nested > .col-m-7.centered, .sdps-grid--nested > .sdps-row > .col-m-7.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-8, .sdps-grid > .sdps-row > .col-m-8, .sdps-grid--nested > .col-m-8, .sdps-grid--nested > .sdps-row > .col-m-8 {
            width: calc(100% * 8/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-8.centered, .sdps-grid > .sdps-row > .col-m-8.centered, .sdps-grid--nested > .col-m-8.centered, .sdps-grid--nested > .sdps-row > .col-m-8.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-9, .sdps-grid > .sdps-row > .col-m-9, .sdps-grid--nested > .col-m-9, .sdps-grid--nested > .sdps-row > .col-m-9 {
            width: calc(100% * 9/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-9.centered, .sdps-grid > .sdps-row > .col-m-9.centered, .sdps-grid--nested > .col-m-9.centered, .sdps-grid--nested > .sdps-row > .col-m-9.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-10, .sdps-grid > .sdps-row > .col-m-10, .sdps-grid--nested > .col-m-10, .sdps-grid--nested > .sdps-row > .col-m-10 {
            width: calc(100% * 10/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-10.centered, .sdps-grid > .sdps-row > .col-m-10.centered, .sdps-grid--nested > .col-m-10.centered, .sdps-grid--nested > .sdps-row > .col-m-10.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-11, .sdps-grid > .sdps-row > .col-m-11, .sdps-grid--nested > .col-m-11, .sdps-grid--nested > .sdps-row > .col-m-11 {
            width: calc(100% * 11/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-m-11.centered, .sdps-grid > .sdps-row > .col-m-11.centered, .sdps-grid--nested > .col-m-11.centered, .sdps-grid--nested > .sdps-row > .col-m-11.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-m-full, .sdps-grid > .sdps-row > .col-m-full, .sdps-grid--nested > .col-m-full, .sdps-grid--nested > .sdps-row > .col-m-full {
            width: calc(100% * 12/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

        .sdps-grid > .col-m--offset-0, .sdps-grid > .sdps-row > .col-m--offset-0, .sdps-grid--nested > .col-m--offset-0, .sdps-grid--nested > .sdps-row > .col-m--offset-0 {
            margin-left: calc(100% * 0/12);
        }

        .sdps-grid > .col-m--offset-1, .sdps-grid > .sdps-row > .col-m--offset-1, .sdps-grid--nested > .col-m--offset-1, .sdps-grid--nested > .sdps-row > .col-m--offset-1 {
            margin-left: calc(100% * 1/12);
        }

        .sdps-grid > .col-m--offset-2, .sdps-grid > .sdps-row > .col-m--offset-2, .sdps-grid--nested > .col-m--offset-2, .sdps-grid--nested > .sdps-row > .col-m--offset-2 {
            margin-left: calc(100% * 2/12);
        }

        .sdps-grid > .col-m--offset-3, .sdps-grid > .sdps-row > .col-m--offset-3, .sdps-grid--nested > .col-m--offset-3, .sdps-grid--nested > .sdps-row > .col-m--offset-3 {
            margin-left: calc(100% * 3/12);
        }

        .sdps-grid > .col-m--offset-4, .sdps-grid > .sdps-row > .col-m--offset-4, .sdps-grid--nested > .col-m--offset-4, .sdps-grid--nested > .sdps-row > .col-m--offset-4 {
            margin-left: calc(100% * 4/12);
        }

        .sdps-grid > .col-m--offset-5, .sdps-grid > .sdps-row > .col-m--offset-5, .sdps-grid--nested > .col-m--offset-5, .sdps-grid--nested > .sdps-row > .col-m--offset-5 {
            margin-left: calc(100% * 5/12);
        }

        .sdps-grid > .col-m--offset-6, .sdps-grid > .sdps-row > .col-m--offset-6, .sdps-grid--nested > .col-m--offset-6, .sdps-grid--nested > .sdps-row > .col-m--offset-6 {
            margin-left: calc(100% * 6/12);
        }

        .sdps-grid > .col-m--offset-7, .sdps-grid > .sdps-row > .col-m--offset-7, .sdps-grid--nested > .col-m--offset-7, .sdps-grid--nested > .sdps-row > .col-m--offset-7 {
            margin-left: calc(100% * 7/12);
        }

        .sdps-grid > .col-m--offset-8, .sdps-grid > .sdps-row > .col-m--offset-8, .sdps-grid--nested > .col-m--offset-8, .sdps-grid--nested > .sdps-row > .col-m--offset-8 {
            margin-left: calc(100% * 8/12);
        }

        .sdps-grid > .col-m--offset-9, .sdps-grid > .sdps-row > .col-m--offset-9, .sdps-grid--nested > .col-m--offset-9, .sdps-grid--nested > .sdps-row > .col-m--offset-9 {
            margin-left: calc(100% * 9/12);
        }

        .sdps-grid > .col-m--offset-10, .sdps-grid > .sdps-row > .col-m--offset-10, .sdps-grid--nested > .col-m--offset-10, .sdps-grid--nested > .sdps-row > .col-m--offset-10 {
            margin-left: calc(100% * 10/12);
        }

        .sdps-grid > .col-m--offset-11, .sdps-grid > .sdps-row > .col-m--offset-11, .sdps-grid--nested > .col-m--offset-11, .sdps-grid--nested > .sdps-row > .col-m--offset-11 {
            margin-left: calc(100% * 11/12);
        }

        .sdps-grid > .col-m--order-1, .sdps-grid > .sdps-row > .col-m--order-1, .sdps-grid--nested > .col-m--order-1, .sdps-grid--nested > .sdps-row > .col-m--order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .sdps-grid > .col-m--order-2, .sdps-grid > .sdps-row > .col-m--order-2, .sdps-grid--nested > .col-m--order-2, .sdps-grid--nested > .sdps-row > .col-m--order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .sdps-grid > .col-m--order-3, .sdps-grid > .sdps-row > .col-m--order-3, .sdps-grid--nested > .col-m--order-3, .sdps-grid--nested > .sdps-row > .col-m--order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .sdps-grid > .col-m--order-4, .sdps-grid > .sdps-row > .col-m--order-4, .sdps-grid--nested > .col-m--order-4, .sdps-grid--nested > .sdps-row > .col-m--order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }

        .sdps-grid > .col-m--order-5, .sdps-grid > .sdps-row > .col-m--order-5, .sdps-grid--nested > .col-m--order-5, .sdps-grid--nested > .sdps-row > .col-m--order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }

        .sdps-grid > .col-m--order-6, .sdps-grid > .sdps-row > .col-m--order-6, .sdps-grid--nested > .col-m--order-6, .sdps-grid--nested > .sdps-row > .col-m--order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }

        .sdps-grid > .col-m--order-7, .sdps-grid > .sdps-row > .col-m--order-7, .sdps-grid--nested > .col-m--order-7, .sdps-grid--nested > .sdps-row > .col-m--order-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }

        .sdps-grid > .col-m--order-8, .sdps-grid > .sdps-row > .col-m--order-8, .sdps-grid--nested > .col-m--order-8, .sdps-grid--nested > .sdps-row > .col-m--order-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }

        .sdps-grid > .col-m--order-9, .sdps-grid > .sdps-row > .col-m--order-9, .sdps-grid--nested > .col-m--order-9, .sdps-grid--nested > .sdps-row > .col-m--order-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }

        .sdps-grid > .col-m--order-10, .sdps-grid > .sdps-row > .col-m--order-10, .sdps-grid--nested > .col-m--order-10, .sdps-grid--nested > .sdps-row > .col-m--order-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }

        .sdps-grid > .col-m--order-11, .sdps-grid > .sdps-row > .col-m--order-11, .sdps-grid--nested > .col-m--order-11, .sdps-grid--nested > .sdps-row > .col-m--order-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }

        .sdps-grid > .col-m--order-12, .sdps-grid > .sdps-row > .col-m--order-12, .sdps-grid--nested > .col-m--order-12, .sdps-grid--nested > .sdps-row > .col-m--order-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }

        .sdps-grid > .col-m--hidden, .sdps-grid > .sdps-row > .col-m--hidden, .sdps-grid--nested > .col-m--hidden, .sdps-grid--nested > .sdps-row > .col-m--hidden {
            visibility: hidden;
            display: none;
        }

        .sdps-grid > .col-m--visible, .sdps-grid > .sdps-row > .col-m--visible, .sdps-grid--nested > .col-m--visible, .sdps-grid--nested > .sdps-row > .col-m--visible {
            display: -webkit-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            visibility: visible;
        }

        .sdps-grid > .col-m--align-center, .sdps-grid > .sdps-row > .col-m--align-center, .sdps-grid--nested > .col-m--align-center, .sdps-grid--nested > .sdps-row > .col-m--align-center {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .sdps-grid > .col-m--align-bottom, .sdps-grid > .sdps-row > .col-m--align-bottom, .sdps-grid--nested > .col-m--align-bottom, .sdps-grid--nested > .sdps-row > .col-m--align-bottom {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .sdps-grid > [class*="col"], .sdps-grid > [class*="col-m"], .sdps-grid > [class*="col-s"], .sdps-grid > .sdps-row > [class*="col"], .sdps-grid > .sdps-row > [class*="col-m"], .sdps-grid > .sdps-row > [class*="col-s"], .sdps-grid--nested > [class*="col"], .sdps-grid--nested > [class*="col-m"], .sdps-grid--nested > [class*="col-s"], .sdps-grid--nested > .sdps-row > [class*="col"], .sdps-grid--nested > .sdps-row > [class*="col-m"], .sdps-grid--nested > .sdps-row > [class*="col-s"] {
            padding: 0 5px !important;
            min-width: 0;
        }

    .sdps-grid--nested {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

        .sdps-grid > .sdps-row, .sdps-grid--nested > .sdps-row, .sdps-row > .sdps-row {
            display: -webkit-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            margin: 0 0;
            width: calc(100% + 10px);
        }
}

@media (max-width: 479px) {
    .sdps-grid {
        margin: 0 7px;
    }

        .sdps-grid > .col-s-1, .sdps-grid > .sdps-row > .col-s-1, .sdps-grid--nested > .col-s-1, .sdps-grid--nested > .sdps-row > .col-s-1 {
            width: calc(100% * 1/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-1.centered, .sdps-grid > .sdps-row > .col-s-1.centered, .sdps-grid--nested > .col-s-1.centered, .sdps-grid--nested > .sdps-row > .col-s-1.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-2, .sdps-grid > .sdps-row > .col-s-2, .sdps-grid--nested > .col-s-2, .sdps-grid--nested > .sdps-row > .col-s-2 {
            width: calc(100% * 2/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-2.centered, .sdps-grid > .sdps-row > .col-s-2.centered, .sdps-grid--nested > .col-s-2.centered, .sdps-grid--nested > .sdps-row > .col-s-2.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-3, .sdps-grid > .sdps-row > .col-s-3, .sdps-grid--nested > .col-s-3, .sdps-grid--nested > .sdps-row > .col-s-3 {
            width: calc(100% * 3/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-3.centered, .sdps-grid > .sdps-row > .col-s-3.centered, .sdps-grid--nested > .col-s-3.centered, .sdps-grid--nested > .sdps-row > .col-s-3.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-4, .sdps-grid > .sdps-row > .col-s-4, .sdps-grid--nested > .col-s-4, .sdps-grid--nested > .sdps-row > .col-s-4 {
            width: calc(100% * 4/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-4.centered, .sdps-grid > .sdps-row > .col-s-4.centered, .sdps-grid--nested > .col-s-4.centered, .sdps-grid--nested > .sdps-row > .col-s-4.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-5, .sdps-grid > .sdps-row > .col-s-5, .sdps-grid--nested > .col-s-5, .sdps-grid--nested > .sdps-row > .col-s-5 {
            width: calc(100% * 5/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-5.centered, .sdps-grid > .sdps-row > .col-s-5.centered, .sdps-grid--nested > .col-s-5.centered, .sdps-grid--nested > .sdps-row > .col-s-5.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-6, .sdps-grid > .sdps-row > .col-s-6, .sdps-grid--nested > .col-s-6, .sdps-grid--nested > .sdps-row > .col-s-6 {
            width: calc(100% * 6/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-6.centered, .sdps-grid > .sdps-row > .col-s-6.centered, .sdps-grid--nested > .col-s-6.centered, .sdps-grid--nested > .sdps-row > .col-s-6.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-7, .sdps-grid > .sdps-row > .col-s-7, .sdps-grid--nested > .col-s-7, .sdps-grid--nested > .sdps-row > .col-s-7 {
            width: calc(100% * 7/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-7.centered, .sdps-grid > .sdps-row > .col-s-7.centered, .sdps-grid--nested > .col-s-7.centered, .sdps-grid--nested > .sdps-row > .col-s-7.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-8, .sdps-grid > .sdps-row > .col-s-8, .sdps-grid--nested > .col-s-8, .sdps-grid--nested > .sdps-row > .col-s-8 {
            width: calc(100% * 8/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-8.centered, .sdps-grid > .sdps-row > .col-s-8.centered, .sdps-grid--nested > .col-s-8.centered, .sdps-grid--nested > .sdps-row > .col-s-8.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-9, .sdps-grid > .sdps-row > .col-s-9, .sdps-grid--nested > .col-s-9, .sdps-grid--nested > .sdps-row > .col-s-9 {
            width: calc(100% * 9/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-9.centered, .sdps-grid > .sdps-row > .col-s-9.centered, .sdps-grid--nested > .col-s-9.centered, .sdps-grid--nested > .sdps-row > .col-s-9.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-10, .sdps-grid > .sdps-row > .col-s-10, .sdps-grid--nested > .col-s-10, .sdps-grid--nested > .sdps-row > .col-s-10 {
            width: calc(100% * 10/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-10.centered, .sdps-grid > .sdps-row > .col-s-10.centered, .sdps-grid--nested > .col-s-10.centered, .sdps-grid--nested > .sdps-row > .col-s-10.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-11, .sdps-grid > .sdps-row > .col-s-11, .sdps-grid--nested > .col-s-11, .sdps-grid--nested > .sdps-row > .col-s-11 {
            width: calc(100% * 11/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .sdps-grid > .col-s-11.centered, .sdps-grid > .sdps-row > .col-s-11.centered, .sdps-grid--nested > .col-s-11.centered, .sdps-grid--nested > .sdps-row > .col-s-11.centered {
                margin: 0 auto;
            }

        .sdps-grid > .col-s-full, .sdps-grid > .sdps-row > .col-s-full, .sdps-grid--nested > .col-s-full, .sdps-grid--nested > .sdps-row > .col-s-full {
            width: calc(100% * 12/12);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

        .sdps-grid > .col-s--offset-0, .sdps-grid > .sdps-row > .col-s--offset-0, .sdps-grid--nested > .col-s--offset-0, .sdps-grid--nested > .sdps-row > .col-s--offset-0 {
            margin-left: calc(100% * 0/12);
        }

        .sdps-grid > .col-s--offset-1, .sdps-grid > .sdps-row > .col-s--offset-1, .sdps-grid--nested > .col-s--offset-1, .sdps-grid--nested > .sdps-row > .col-s--offset-1 {
            margin-left: calc(100% * 1/12);
        }

        .sdps-grid > .col-s--offset-2, .sdps-grid > .sdps-row > .col-s--offset-2, .sdps-grid--nested > .col-s--offset-2, .sdps-grid--nested > .sdps-row > .col-s--offset-2 {
            margin-left: calc(100% * 2/12);
        }

        .sdps-grid > .col-s--offset-3, .sdps-grid > .sdps-row > .col-s--offset-3, .sdps-grid--nested > .col-s--offset-3, .sdps-grid--nested > .sdps-row > .col-s--offset-3 {
            margin-left: calc(100% * 3/12);
        }

        .sdps-grid > .col-s--offset-4, .sdps-grid > .sdps-row > .col-s--offset-4, .sdps-grid--nested > .col-s--offset-4, .sdps-grid--nested > .sdps-row > .col-s--offset-4 {
            margin-left: calc(100% * 4/12);
        }

        .sdps-grid > .col-s--offset-5, .sdps-grid > .sdps-row > .col-s--offset-5, .sdps-grid--nested > .col-s--offset-5, .sdps-grid--nested > .sdps-row > .col-s--offset-5 {
            margin-left: calc(100% * 5/12);
        }

        .sdps-grid > .col-s--offset-6, .sdps-grid > .sdps-row > .col-s--offset-6, .sdps-grid--nested > .col-s--offset-6, .sdps-grid--nested > .sdps-row > .col-s--offset-6 {
            margin-left: calc(100% * 6/12);
        }

        .sdps-grid > .col-s--offset-7, .sdps-grid > .sdps-row > .col-s--offset-7, .sdps-grid--nested > .col-s--offset-7, .sdps-grid--nested > .sdps-row > .col-s--offset-7 {
            margin-left: calc(100% * 7/12);
        }

        .sdps-grid > .col-s--offset-8, .sdps-grid > .sdps-row > .col-s--offset-8, .sdps-grid--nested > .col-s--offset-8, .sdps-grid--nested > .sdps-row > .col-s--offset-8 {
            margin-left: calc(100% * 8/12);
        }

        .sdps-grid > .col-s--offset-9, .sdps-grid > .sdps-row > .col-s--offset-9, .sdps-grid--nested > .col-s--offset-9, .sdps-grid--nested > .sdps-row > .col-s--offset-9 {
            margin-left: calc(100% * 9/12);
        }

        .sdps-grid > .col-s--offset-10, .sdps-grid > .sdps-row > .col-s--offset-10, .sdps-grid--nested > .col-s--offset-10, .sdps-grid--nested > .sdps-row > .col-s--offset-10 {
            margin-left: calc(100% * 10/12);
        }

        .sdps-grid > .col-s--offset-11, .sdps-grid > .sdps-row > .col-s--offset-11, .sdps-grid--nested > .col-s--offset-11, .sdps-grid--nested > .sdps-row > .col-s--offset-11 {
            margin-left: calc(100% * 11/12);
        }

        .sdps-grid > .col-s--order-1, .sdps-grid > .sdps-row > .col-s--order-1, .sdps-grid--nested > .col-s--order-1, .sdps-grid--nested > .sdps-row > .col-s--order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .sdps-grid > .col-s--order-2, .sdps-grid > .sdps-row > .col-s--order-2, .sdps-grid--nested > .col-s--order-2, .sdps-grid--nested > .sdps-row > .col-s--order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .sdps-grid > .col-s--order-3, .sdps-grid > .sdps-row > .col-s--order-3, .sdps-grid--nested > .col-s--order-3, .sdps-grid--nested > .sdps-row > .col-s--order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .sdps-grid > .col-s--order-4, .sdps-grid > .sdps-row > .col-s--order-4, .sdps-grid--nested > .col-s--order-4, .sdps-grid--nested > .sdps-row > .col-s--order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }

        .sdps-grid > .col-s--order-5, .sdps-grid > .sdps-row > .col-s--order-5, .sdps-grid--nested > .col-s--order-5, .sdps-grid--nested > .sdps-row > .col-s--order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }

        .sdps-grid > .col-s--order-6, .sdps-grid > .sdps-row > .col-s--order-6, .sdps-grid--nested > .col-s--order-6, .sdps-grid--nested > .sdps-row > .col-s--order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }

        .sdps-grid > .col-s--order-7, .sdps-grid > .sdps-row > .col-s--order-7, .sdps-grid--nested > .col-s--order-7, .sdps-grid--nested > .sdps-row > .col-s--order-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }

        .sdps-grid > .col-s--order-8, .sdps-grid > .sdps-row > .col-s--order-8, .sdps-grid--nested > .col-s--order-8, .sdps-grid--nested > .sdps-row > .col-s--order-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }

        .sdps-grid > .col-s--order-9, .sdps-grid > .sdps-row > .col-s--order-9, .sdps-grid--nested > .col-s--order-9, .sdps-grid--nested > .sdps-row > .col-s--order-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }

        .sdps-grid > .col-s--order-10, .sdps-grid > .sdps-row > .col-s--order-10, .sdps-grid--nested > .col-s--order-10, .sdps-grid--nested > .sdps-row > .col-s--order-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }

        .sdps-grid > .col-s--order-11, .sdps-grid > .sdps-row > .col-s--order-11, .sdps-grid--nested > .col-s--order-11, .sdps-grid--nested > .sdps-row > .col-s--order-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }

        .sdps-grid > .col-s--order-12, .sdps-grid > .sdps-row > .col-s--order-12, .sdps-grid--nested > .col-s--order-12, .sdps-grid--nested > .sdps-row > .col-s--order-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }

        .sdps-grid > .col-s--hidden, .sdps-grid > .sdps-row > .col-s--hidden, .sdps-grid--nested > .col-s--hidden, .sdps-grid--nested > .sdps-row > .col-s--hidden {
            visibility: hidden;
            display: none;
        }

        .sdps-grid > .col-s--visible, .sdps-grid > .sdps-row > .col-s--visible, .sdps-grid--nested > .col-s--visible, .sdps-grid--nested > .sdps-row > .col-s--visible {
            display: -webkit-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            visibility: visible;
        }

        .sdps-grid > .col-s--align-center, .sdps-grid > .sdps-row > .col-s--align-center, .sdps-grid--nested > .col-s--align-center, .sdps-grid--nested > .sdps-row > .col-s--align-center {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .sdps-grid > .col-s--align-bottom, .sdps-grid > .sdps-row > .col-s--align-bottom, .sdps-grid--nested > .col-s--align-bottom, .sdps-grid--nested > .sdps-row > .col-s--align-bottom {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .sdps-grid > [class*="col"], .sdps-grid > [class*="col-m"], .sdps-grid > [class*="col-s"], .sdps-grid > .sdps-row > [class*="col"], .sdps-grid > .sdps-row > [class*="col-m"], .sdps-grid > .sdps-row > [class*="col-s"], .sdps-grid--nested > [class*="col"], .sdps-grid--nested > [class*="col-m"], .sdps-grid--nested > [class*="col-s"], .sdps-grid--nested > .sdps-row > [class*="col"], .sdps-grid--nested > .sdps-row > [class*="col-m"], .sdps-grid--nested > .sdps-row > [class*="col-s"] {
            padding: 0 5px !important;
            min-width: 0;
        }

    .sdps-grid--nested {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

        .sdps-grid > .sdps-row, .sdps-grid--nested > .sdps-row, .sdps-row > .sdps-row {
            display: -webkit-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            margin: 0 0;
            width: calc(100% + 10px);
        }
}

.sdps-button {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
    white-space: nowrap;
    -webkit-appearance: none;
}

    .sdps-button + .sdps-button {
        margin-left: 5px;
    }

@media screen and (min-width: 480px) {
    .sdps-button + .sdps-button {
        margin-left: 5px;
    }
}

.sdps-button .sch-info-circle {
    color: #666;
}

.sdps-button--link {
    color: #06c;
    text-decoration: none;
}

    .sdps-button--link .sch-chevron-small-down {
        vertical-align: middle;
        margin-left: 5px;
    }

    .sdps-button--link:hover {
        text-decoration: underline;
    }

.sdps-button--primary {
    background: linear-gradient(#008a00 0%, #198849 100%);
    border: 1px solid #2d7121;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a00', endColorstr='#198849',GradientType=0);
    /* IE6-9 */
}

    .sdps-button--primary:hover {
        background: linear-gradient(#008a00 0%, #006a00 100%);
        border: 1px solid #1a4213;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a00', endColorstr='#006a00',GradientType=0);
        /* IE6-9 */
    }

    .sdps-button--primary:active {
        background: linear-gradient(#018201 0%, #037103 100%);
        border: 1px solid #1d4914;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018201', endColorstr='#037103',GradientType=0);
        /* IE6-9 */
    }

.sdps-button--secondary {
    background: linear-gradient(#fff 0%, #e0e0e0 100%);
    border: 1px solid #888;
    color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#fff',GradientType=0);
    /* IE6-9 */
}

    .sdps-button--secondary:hover {
        background: linear-gradient(#f6f6f6 0%, #c1c1c1 100%);
        border: 1px solid #888;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#c1c1c1',GradientType=0);
        /* IE6-9 */
    }

    .sdps-button--secondary:active {
        background: linear-gradient(#f6f6f6 0%, #c1c1c1 100%);
        border: 1px solid #000;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#c1c1c1',GradientType=0);
        /* IE6-9 */
    }

.sdps-button[disabled],
.sdps-button[disabled]:hover,
.sdps-button[disabled]:active,
.sdps-button[disabled]:visited,
.sdps-button[read-only],
.sdps-button[read-only]:hover,
.sdps-button[read-only]:active,
.sdps-button[read-only]:visited {
    background: linear-gradient(to bottom, #fafafa 0%, #e4e4e4 100%);
    border: 1px solid #ccc;
    color: #aaa;
    cursor: not-allowed;
    opacity: 1;
}

a.sdps-button[disabled],
fieldset[disabled] a.sdps-button {
    pointer-events: none;
}

.sdps-button--icon {
    height: 1rem;
    padding: 0;
}

.zh-TW .sdps-button {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}

.sdps-segmented-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    vertical-align: middle;
}

    .sdps-segmented-control .sdps-button + .sdps-button,
    .sdps-segmented-control .sdps-button + .sdps-dropdown,
    .sdps-segmented-control .sdps-button + .sdps-form-element__control,
    .sdps-segmented-control .sdps-form-element__control + .sdps-dropdown,
    .sdps-segmented-control .sdps-dropdown + .sdps-dropdown,
    .sdps-segmented-control .sdps-dropdown + .sdps-form-element__control {
        margin: 0;
        margin-left: -1px;
    }

    .sdps-segmented-control .sdps-button:focus {
        font-weight: bold;
        background: linear-gradient(#f6f6f6 0%, #c1c1c1 100%);
        border: 1px solid b1b1b1;
        z-index: 1000;
    }

    .sdps-segmented-control .sdps-dropdown {
        float: left;
    }

    .sdps-segmented-control > .sdps-button:not(:first-child):not(:last-child) {
        border-radius: 0;
        border-right: 0;
    }

    .sdps-segmented-control .sdps-dropdown--lightGrey:not(:last-child) {
        border-radius: 0;
        border-right: 0;
    }

.sdps-dropdown {
    border-radius: 2px;
    min-height: 26px;
    overflow: hidden;
    position: relative;
 
}

.sdps-dropdown__select {
    border-radius: 2px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    padding: 0 10px 0 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
}

    .sdps-dropdown__select:hover {
        border: 1px solid #888;
    }

    .sdps-dropdown__select:active {
        border: 1px solid #66afe9;
        box-shadow: 0 1px 2px .075px #66afe9;
    }

    .sdps-dropdown__select option,
    .sdps-dropdown__select optgroup {
        color: #666;
    }

.sdps-dropdown--darkGrey__select {
    background: linear-gradient(to bottom, #777777 0%, #646464 100%);
    border: thin solid #4c4c4c;
    color: #fff;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#646464',GradientType=0);
    /* IE6-9 */
}

    .sdps-dropdown--darkGrey__select:hover {
        background: linear-gradient(to bottom, #646464 0%, #555555 100%);
        border: thin solid #333333;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#555555',GradientType=0);
        /* IE6-9 */
    }

    .sdps-dropdown--darkGrey__select:active {
        background: linear-gradient(to bottom, #646464 0%, #575757 100%);
        border: thin solid #333333;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#575757',GradientType=0);
        /* IE6-9 */
    }

.sdps-dropdown--lightGrey__select {
    background: linear-gradient(to bottom, #fafafa 0%, #e4e4e4 100%);
    border: thin solid #b1b1b1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e4e4e4',GradientType=0);
    /* IE6-9 */
}

    .sdps-dropdown--lightGrey__select:hover {
        background: linear-gradient(to bottom, #f6f6f6 0%, #c1c1c1 100%);
        border: thin solid #888888;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#c1c1c1',GradientType=0);
        /* IE6-9 */
    }

    .sdps-dropdown--lightGrey__select:active {
        background: linear-gradient(to bottom, #f6f6f6 0%, #c1c1c1 100%);
        border: thin solid #888888;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#c1c1c1',GradientType=0);
        /* IE6-9 */
    }

.sdps-dropdown--brandBlue__select {
    background: linear-gradient(to bottom, #037dae 0%, #0375a3 100%);
    border: thin solid #03638a;
    color: #fff;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037dae', endColorstr='#0375a3',GradientType=0);
    /* IE6-9 */
}

    .sdps-dropdown--brandBlue__select:hover {
        background: linear-gradient(to bottom, #0378a7 0%, #046288 100%);
        border: thin solid #034661;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0378a7', endColorstr='#046288',GradientType=0);
        /* IE6-9 */
    }

    .sdps-dropdown--brandBlue__select:active {
        background: linear-gradient(to bottom, #037dae 0%, #0375a3 100%);
        border: thin solid #000000;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037dae', endColorstr='#0375a3',GradientType=0);
        /* IE6-9 */
    }

.sdps-dropdown__icon {
    position: absolute;
    pointer-events: none;
    right: 6px;
    top: 6px;
}

.sdps-dropdown__icon {
    color: #06c;
}

.sdps-dropdown--darkGrey__icon,
.sdps-dropdown--brandBlue__icon {
    color: #fff;
}

.sdps-dropdown--lightGrey__icon {
    color: #666;
}

.sdps-dropdown__select::-ms-expand {
    display: none;
}

.sdps.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.sdps.open > .dropdown-menu {
    display: block;
}

.sdps-modal--open {
    overflow: hidden;
}

    .sdps-modal--open .sdps-modal--overlay {
        overflow-x: hidden;
        overflow-y: auto;
    }

.sdps-modal--overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100002;
    display: none;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear;
}

.sdps-modal__dialog {
    max-width: 900px;
    min-width: 350px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    z-index: 100003;
    margin-top: 20vh;
}

.sdps-modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5);
    outline: 0;
}

.sdps-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    white-space: nowrap;
}

.sdps-modal__body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}

.sdps-modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    margin: 0 20px;
}

.sdps-modal__close {
    color: #666;
    font-size: 21px !important;
    height: 55px;
    line-height: 56px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
}

    .sdps-modal__close:hover {
        background-color: #f1f1f1;
        border-radius: 2px;
        color: #222;
    }

.sdps-backdrop {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .53;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.sdps-backdrop--open {
    opacity: .5;
}

.sdps-fade--open {
    opacity: 1;
}

.sdps-modal--overlay.spds-fade--open .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.sdps-modal--overlay.sdps-fade--open .sdps-modal__dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sdps-modal--overlay.sdps-fade--open {
    display: block;
}

@media (min-width: 0) and (max-width: 767px) {
    .sdps-modal {
        background: transparent !important;
        bottom: 0;
        left: 0;
        overflow: hidden;
        outline: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100002;
    }

    .sdps-modal__dialog {
        max-width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .sdps-modal__content {
        border: 0;
        box-shadow: none;
    }

    .sdps-backdrop {
        background: #FFF;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .sdps-modal__dialog--xs-small {
        width: 350px;
    }

    .sdps-modal__dialog--small {
        width: 500px;
    }

    .sdps-modal__dialog--medium {
        width: 650px;
    }

    .sdps-modal__dialog--large {
        width: 800px;
    }

    .sdps-modal__dialog--x-large {
        width: 950px;
    }

    .sdps-modal__dialog--flex--xs-small {
        max-width: 500px;
        min-width: 350px;
    }

    .sdps-modal__dialog--flex--small {
        max-width: 650px;
        min-width: 500px;
    }

    .sdps-modal__dialog--flex--medium {
        max-width: 800px;
        min-width: 650px;
    }

    .sdps-modal__dialog--flex--large {
        max-width: 950px;
        min-width: 800px;
    }
}

.sdps-htab--default {
    background-color: #fff;
}

.sdps-htab--default__primaryNav {
    border-bottom: 1px solid #ccc;
}

    .sdps-htab--default__primaryNav .sdps-htab--default__link.active {
        border-bottom: 3px solid #1aa1dd;
        font-weight: 600;
    }

.sdps-htab--default__list {
    list-style-type: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.sdps-htab--default__link {
    text-decoration: none;
    display: inline-block;
    padding: 15px;
}

.sdps-htab--default__primaryNav .sdps-htab--default__link, .sdps-htab--default__secondaryNav .sdps-htab--default__link {
    color: #000;
}

    .sdps-htab--default__secondaryNav .sdps-htab--default__link.active {
        font-weight: 600;
    }

.sdps-messaging {
    color: #333;
    min-height: 48px;
    margin: 0 0 15px 0;
    position: relative;
}

.sdps-messaging--warning,
.sdps-messaging--information,
.sdps-messaging--confirmation {
    padding: 16px 16px 16px 45px;
}

.sdps-messaging--tools {
    padding: 15px;
}

.sdps-messaging .sdps-messaging__text {
    margin: 0 0 7px 0;
}

    .sdps-messaging .sdps-messaging__text:last-child {
        margin: 0;
    }

.sdps-messaging .sdps-messaging__close {
    color: #777;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
}

    .sdps-messaging .sdps-messaging__close:hover {
        color: #333;
        text-decoration: none;
    }

.sdps-messaging__icon {
    position: absolute;
    left: 7px;
    top: 7px;
}

.sdps-messaging--error {
    background-color: #fcf7f9;
    border: thin solid #e5b2c1;
    padding: 16px 16px 13px 45px;
}

    .sdps-messaging--error .sdps-messaging__icon {
        color: #aa0033;
    }

.sdps-messaging--error__formList {
    list-style-type: disc;
    margin: 7px 0 0 0;
    padding-left: 15px;
}

.sdps-messaging--warning {
    background-color: #fefaee;
    border: thin solid #f7df8c;
}

    .sdps-messaging--warning .sdps-messaging__icon {
        color: #edb700;
    }

.sdps-messaging--information {
    background-color: #edf3f9;
    border: thin solid #9ecde0;
}

    .sdps-messaging--information .sdps-messaging__icon {
        color: #037DAE;
    }

.sdps-messaging--confirmation {
    background-color: #f0f9f0;
    border: thin solid #addcad;
}

    .sdps-messaging--confirmation .sdps-messaging__icon {
        color: #009200;
    }

.sdps-messaging--tools {
    background-color: #f7f7f7;
    border: thin solid #ccc;
}

.sdps-messaging--tools__text {
    margin-right: 40px;
}

.sdps-messaging--tools__text,
.sdps-messaging--tools__link {
    color: #222222;
    font-size: 0.875rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.125rem;
}

.sdps-messaging--tools__header {
    font-family: "CharlesModern-Regular", "Charles Modern", Arial, sans-serif;
    font-size: 1.1875rem;
    color: #000000;
    margin-bottom: 4px;
}

.sdps-messaging--tools__betaFlag {
    border-radius: 7px;
    border: 1px solid #5d0070;
    color: #5d0070;
    font-size: 0.8125rem;
    margin-left: 9px;
    padding: 4px 10px;
}

.sdps-messaging--tools__pipe {
    color: #666666;
    margin: 0 13px;
}

.sdps-messaging--tools__link {
    margin-right: 40px;
    white-space: nowrap;
}

.zh-TW .sdps-messaging--tools__text,
.zh-TW .sdps-messaging--tools__link {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}

.zh-TW .sdps-messaging--tools__header {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}

.sdps-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .sdps-wrapper::after {
        clear: both;
        content: "";
        display: table;
    }

.sdps-table {
    background-color: #ffffff;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
    text-align: left;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

    .sdps-table > thead > tr > td,
    .sdps-table > thead > tr > th {
        border-bottom: #bfbfbf 1px solid;
        color: #666666;
        font-size: 0.8125rem;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
    }

    .sdps-table > thead > tr > th {
        text-align: left;
        vertical-align: bottom;
    }

.sdps-table--sort .sdps-button {
    border: 0;
    font-size: 0.8125rem;
    padding: 0;
    height: inherit;
}

.sdps-table--sort {
    position: relative;
}

    .sdps-table--sort .sdps-button.sort-is-active {
        margin-left: 0;
    }

.sdps-table__sort-icon {
    color: #06c;
    vertical-align: sub;
    position: absolute;
    left: -17px;
}

.sdps-button--link.sort-is-active {
    font-weight: bold;
}

.sdps-table > tbody > tr > td,
.sdps-table > tbody > tr > th,
.sdps-table > tfoot > tr > td,
.sdps-table > tfoot > tr > th {
    color: #000;
    font-size: 0.875rem;
    font-weight: normal;
    vertical-align: middle;
}

    .sdps-table > tbody > tr > td p:first-of-type,
    .sdps-table > tbody > tr > th p:first-of-type,
    .sdps-table > tfoot > tr > td p:first-of-type,
    .sdps-table > tfoot > tr > th p:first-of-type {
        padding-top: 0;
    }

.sdps-table > tbody > tr > td,
.sdps-table > tbody > tr > th,
.sdps-table > tfoot > tr > td,
.sdps-table > tfoot > tr > th,
.sdps-table > thead > tr > td,
.sdps-table > thead > tr > th {
    padding: 6px 15px 6px 15px;
}

.sdps-table--bordered > tbody > tr,
.sdps-table--bordered > tfoot > tr {
    border-bottom: 1px solid #dddddd;
    border-top: 0;
}

    .sdps-table--bordered > tbody > tr:last-child {
        border-bottom: 1px solid #bfbfbf;
    }

.sdps-table-expandable--collapsed .sch-caret-up,
.sdps-table-expandable--expanded .sch-caret-up {
    color: #666666;
    margin-left: -4px;
    margin-right: 8px;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}

.sdps-table-expandable tbody tr td {
    padding-top: 6px;
    padding-bottom: 6px;
}

    .sdps-table-expandable thead tr th.sdps-table-expandable__caret-spacing,
    .sdps-table-expandable tbody tr td.sdps-table-expandable__caret-spacing {
        padding-right: 0;
    }

        .sdps-table-expandable thead tr th.sdps-table-expandable__caret-spacing + td.sdps-table-expandable__information-cell,
        .sdps-table-expandable tbody tr td.sdps-table-expandable__caret-spacing + td.sdps-table-expandable__information-cell {
            padding-left: 0;
        }

        .sdps-table-expandable thead tr th.sdps-table-expandable__caret-spacing + th, .sdps-table-expandable thead tr th.sdps-table-expandable__caret-spacing + td,
        .sdps-table-expandable tbody tr td.sdps-table-expandable__caret-spacing + th,
        .sdps-table-expandable tbody tr td.sdps-table-expandable__caret-spacing + td {
            padding-left: 0;
        }

    .sdps-table-expandable thead tr th.sdps-table-expandable__options-spacing,
    .sdps-table-expandable tbody tr td.sdps-table-expandable__options-spacing {
        width: 5rem;
    }

.sdps-table-expandable__options {
    overflow-x: visible !important;
    overflow-y: visible !important;
    text-align: right;
}

.sdps-table-expandable__caret-spacing {
    width: 40px;
}

.sdps-table-expandable--expanded {
    border-bottom: 2px solid transparent;
}

    .sdps-table-expandable--expanded .sch-caret-up {
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg);
    }

.sdps-table__sub-header {
    color: #666666;
    font-size: 0.8125rem;
    display: block;
}

.sdpa-table-stacked td:first-child {
    border-top: 2px solid transparent;
}

.sdps-table .select-all {
    margin-bottom: 2px;
}

.icon-link .sch-caret-up {
    top: 0;
}

.sdps-button.dropdown-toggle {
    padding-right: 0;
}

.dropdown-menu-items {
    display: inline-block;
    padding: 5px;
}

.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.sdps-table__badge-number {
    margin-bottom: -22px;
    position: relative;
    font-size: 11px;
    display: block !important;
    right: 20px;
    background-color: #eee;
    border-radius: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    width: 17px;
    font-family: "CharlesModern-Bold", "Charles Modern", Arial, sans-serif;
    font-weight: bold;
    color: #666666;
    top: 5px;
}

.sdps-table__information-icon {
    color: #666666;
    font-size: 0.8125rem !important;
}

    .sdps-table__information-icon:hover {
        color: #333333;
    }

.sdps-table-expandable.sdps-table--bordered > tbody > tr.sdps-table-expandable--expanded,
.sdps-table-expandable.sdps-table--bordered > tbody > tr.sdps-table-stacked {
    border: none;
}

    .sdps-table-expandable.sdps-table--bordered > tbody > tr.sdps-table-stacked > td,
    .sdps-table-expandable.sdps-table--bordered > tbody > tr.sdps-table-stacked > th {
        border-bottom: 1px solid #dddddd;
        border-top: 0;
    }

    .sdps-table-expandable.sdps-table--bordered > tbody > tr.sdps-table-stacked + tr.sdps-table-expandable--collapsed,
    .sdps-table-expandable.sdps-table--bordered > tbody > tr.sdps-table-stacked + tr.sdps-table-expandable--expanded {
        border-top: 1px solid #dddddd;
    }

.sdps-table-expandable.sdps-table--bordered tbody tr.sdps-table-stacked td.sdps-table-expandable__caret-spacing {
    border: none;
}

.sdps-table--top > tbody > tr > td,
.sdps-table--top > tbody > tr > th,
.sdps-table--top > tfoot > tr > td,
.sdps-table--top > tfoot > tr > th {
    vertical-align: top;
}

.zh-TW .sdps-table > thead > tr > td,
.zh-TW .sdps-table > thead > tr > th {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}

.zh-TW .sdps-table--badge-number {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    top: 5px;
}

.sdps-modal--tooltip {
    border: 1px solid #cccccc;
    max-width: 850px;
    min-width: 300px;
    padding: 20px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5);
}

    .sdps-modal--tooltip:after {
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5);
        border: 1px solid #cccccc;
        z-index: -1;
    }

    .sdps-modal--tooltip[aria-expanded="true"] {
        display: block;
    }

    .sdps-modal--tooltip[aria-expanded="false"] {
        display: none;
    }

button.sdps-button--icon:focus + [role="tooltip"] {
    display: block;
}

.sdps-modal--tooltip:after,
.sdps-modal--tooltip:before {
    width: 1rem;
    height: 1rem;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    background-color: inherit;
    left: 1.5rem;
    bottom: -.5rem;
    margin-left: -.5rem;
}

.sdps-modal--tooltip--top {
    bottom: 200%;
    left: -15px;
}

    .sdps-modal--tooltip--top:after, .sdps-modal--tooltip--top:before {
        top: 100%;
        margin-top: -.5rem;
    }

.sdps-modal--tooltip--bottom {
    top: 200%;
    left: -15px;
}

    .sdps-modal--tooltip--bottom:after, .sdps-modal--tooltip--bottom:before {
        bottom: 100%;
        margin-bottom: -.5rem;
    }

.sdps-modal--tooltip--right {
    top: -36px;
    left: 200%;
}

    .sdps-modal--tooltip--right:after, .sdps-modal--tooltip--right:before {
        top: 32px;
        left: 0;
    }

.sdps-tooltip__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    white-space: nowrap;
}

.sdps-tooltip__close {
    font-size: 21px !important;
    font-size: 21px !important /16pxrem;
    color: #666;
    font-size: 21px !important;
    height: 55px;
    line-height: 56px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
}

    .sdps-tooltip__close:hover {
        background-color: #f1f1f1;
        border-radius: 2px;
        color: #222;
    }

.sdps-modal--tooltip .sdps-modal__text {
    font-size: rem(12);
    font-size: rem(12)/16pxrem;
}

.sdps-button__icon {
    color: #666666;
    vertical-align: text-bottom;
    z-index: 3;
}

    .sdps-button__icon:hover {
        color: #333;
    }

    .sdps-button__icon:after {
        content: "";
        position: absolute;
        top: -7px;
        bottom: -7px;
        left: -7px;
        right: -7px;
    }

@media (min-width: 768px) {
    .sdps-tooltip__header {
        display: none;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .sdps-modal--tooltip {
        display: block;
        border: 0;
        background-color: white;
        bottom: 0;
        left: 0;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10000;
        padding: 0;
        margin-top: 0;
    }

        .sdps-modal--tooltip:after, .sdps-modal--tooltip:before {
            content: none;
        }

    .sdps-modal__text {
        padding: 20px;
    }

    .sdps-button__icon:after {
        content: "";
        position: absolute;
        top: -7px;
        bottom: -7px;
        left: -7px;
        right: -7px;
    }
}

[hidden] {
    display: none !important;
}

.sdps-htab--stepped {
    display: block;
    padding-bottom: 20px;
}

    .sdps-htab--stepped::after {
        clear: both;
        content: "";
        display: table;
    }

.sdps-htab--stepped__nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .sdps-htab--stepped__item {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 5%;
        flex: 0 1 5%;
        text-indent: -999.9rem;
    }
}

.sdps-htab--stepped__item.sdps-is-active {
    color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .sdps-htab--stepped__item.sdps-is-active {
        -webkit-box-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2;
        text-indent: 0;
        transition: all 0.1s ease;
    }
}

.sdps-htab--stepped__item:before {
    background-clip: padding-box;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    content: '';
    display: block;
    height: calc(2rem - (2px * 2));
    left: -0.6rem;
    position: absolute;
    top: 1px;
    -webkit-transform: scale3d(0.8, 1.1, 1) rotate(45deg);
    transform: scale3d(0.8, 1.1, 1) rotate(45deg);
    transition: background-color .1s linear,-webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out,background-color .1s linear;
    transition: transform .1s ease-in-out,background-color .1s linear,-webkit-transform .1s ease-in-out;
    width: calc(1.625rem - (2px * 2));
}

.sdps-htab--stepped__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    height: 1.625rem;
    line-height: 1.625rem;
    min-width: 5rem;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 500;
    perspective: 500;
    text-align: center;
    transition: background-color .1s linear,-webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out,background-color .1s linear;
    transition: transform .1s ease-in-out,background-color .1s linear,-webkit-transform .1s ease-in-out;
}

    .sdps-htab--stepped__item.sdps-is-complete,
    .sdps-htab--stepped__item.sdps-is-incomplete {
        background-color: #eee;
    }

    .sdps-htab--stepped__item.sdps-is-active {
        background-color: #425563;
    }

        .sdps-htab--stepped__item.sdps-is-active + .sdps-htab--stepped__item.sdps-is-incomplete:before {
            background-color: #425563;
        }

.sdps-is-active:before {
    background-color: #eee;
}

.sdps-htab--stepped__item:first-child:before {
    display: none;
}

.sdps-navigation--horizontal,
.sdps-navigation--vertical {
    background-color: transparent;
    border: none;
}

.sdps-navigation--horizontal__levelThree .sdps-navigation--horizontal__list {
    background-color: #e6ecf2;
    border-bottom: 1px solid #b1c8d8;
    font-size: 14px;
    position: relative;
}

.sdps-navigation--horizontal__item,
.sdps-navigation--vertical__item {
    list-style-type: none;
}

.sdps-navigation--horizontal__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .sdps-navigation--horizontal__item .sdps-navigation--horizontal__link {
        color: #2e2e2e;
        line-height: 29px;
        padding: 0 10px;
        text-decoration: none;
    }

        .sdps-navigation--horizontal__item .sdps-navigation--horizontal__link:hover {
            text-decoration: underline;
        }

.sdps-navigation--horizontal__levelThree .sdps-navigation--horizontal__item.sdps-is-active {
    background-color: #fff;
    border: 1px solid #B1C8D8;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
}

.sdps-navigation--horizontal__item.sdps-is-active .sdps-navigation--horizontal__link {
    color: #111;
    cursor: default;
    font-weight: bold;
    text-decoration: none;
}

.sdps-navigation--vertical__item.sdps-is-active > .sdps-navigation--vertical__link {
    color: #111;
    cursor: default;
    font-weight: bold;
}

    .sdps-navigation--vertical__item.sdps-is-active > .sdps-navigation--vertical__link:hover {
        text-decoration: none;
    }

.sdps-navigation--vertical {
    margin-top: 85px;
    width: 215px;
}

.sdps-navigation--vertical__link {
    text-decoration: none;
    vertical-align: top;
}

    .sdps-navigation--vertical__link:hover {
        text-decoration: underline;
    }

.sdps-navigation--vertical__levelThree > .sdps-navigation--vertical__list > .sdps-navigation--vertical__item {
    border-bottom: 1px solid #bfbfbf;
    font-size: 14px;
    padding: 12px 0;
}

.sdps-navigation--vertical__levelFour > .sdps-navigation--vertical__list > .sdps-navigation--vertical__item {
    font-size: 12px;
    padding-top: 5px;
}

.sdps-navigation--vertical__levelFour {
    padding-left: 15px;
}

.sdps-navigation--vertical__levelFive > .sdps-navigation--vertical__list > .sdps-navigation--vertical__item {
    font-size: 11px;
    padding-top: 5px;
}

.sdps-navigation--vertical__levelFive {
    padding-left: 15px;
}

.sdps-navigation--vertical__link:first-child {
    padding-left: 20px;
}

.sdps-navigation--vertical__icon__expanded,
.sdps-navigation--vertical__icon__collapsed {
    color: #06c;
}

.sdps-htab--super {
    border: 1px solid #d9d9d9;
}

.sdps-htab--super__nav {
    background-color: #f8f8f8;
    overflow: hidden;
    padding-top: 15px;
    height: 118px;
}

.sdps-htab--super__list {
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    padding: 0 15px;
    width: 100%;
}

.sdps-htab--super__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-bottom: -1px;
}

    .sdps-htab--super__item:last-child {
        border-right: 1px solid #d9d9d9;
    }

.sdps-htab--super__content {
    height: 130px;
    padding: 20px;
}

.sdps-htab--super__title,
.sdps-htab--super__price,
.sdps-htab--super__subtitle {
    display: block;
}

.sdps-htab--super__link {
    background-color: #f1f8ff;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-right: 0;
    box-sizing: content-box;
    box-shadow: 0px -1px 3px 0px rgba(153, 153, 153, 0.3);
    display: block;
    height: 76px;
    padding: 12px 14px;
    text-decoration: none;
    white-space: normal;
}

    .sdps-htab--super__link .sdps-htab--super__title {
        color: #333;
        font-size: 12px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        height: 30px;
    }

    .sdps-htab--super__link .sdps-htab--super__number {
        color: #666;
        display: inline-block;
        font-size: 20px;
        font-family: "CharlesModern-Light", "Charles Modern", Arial, sans-serif;
        margin-top: 5px;
    }

    .sdps-htab--super__link .sdps-htab--super__subTitle {
        color: #333;
        font-size: 12px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

    .sdps-htab--super__link.sdps-is-active {
        background-color: #ffffff;
        border: 1px solid #d9d9d9;
        border-bottom: 1px solid #fff;
        border-right: 0;
        box-shadow: 0px -1px 3px 0px rgba(153, 153, 153, 0.3);
        cursor: default;
        font-weight: bold;
    }

        .sdps-htab--super__link.sdps-is-active:hover {
            background-color: #ffffff;
            border: 1px solid #d9d9d9;
            border-bottom: 1px solid #ffffff;
        }

    .sdps-htab--super__link:hover {
        background-color: #e4effa;
        border: 1px solid #d7d7d7;
        border-bottom: 0;
        border-right: 0;
    }

        .sdps-htab--super__link:hover .sdps-htab--super__title,
        .sdps-htab--super__link:hover .sdps-htab--super__subTitle {
            color: #000;
        }

        .sdps-htab--super__link:hover .sdps-htab--super__price {
            color: #000;
        }

.sdps-htab--super__item:hover {
    border-bottom: 1px solid #fff;
}

.zh-TW .sdps-htab--super__link .sdps-htab--super__title,
.zh-TW .sdps-htab--super__link .sdps-htab--super__subTitle {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
    font-size: 13px;
}

.zh-TW .sdps-htab--super__link .sdps-htab--super__number {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}

.sdps-termsConditions {
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}

.sdps-termsConditions__statement {
    margin-bottom: 4px;
}

.sdps-termsConditions__agreement__header {
    font-size: inherit;
    font-family: inherit;
}

.sdps-termsConditions__agreement__button {
    background-color: #f6f6f6;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    height: 40px;
    padding-left: 7px;
    text-align: left;
    width: 100%;
}

.sdps-termsConditions__agreement__icon {
    padding-right: 2px;
}

.sdps-termsConditions__agreement__content {
    font-size: 12px;
    margin: 17px 0 25px 29px;
}

.sdps-termsConditions__agreement__check {
    background-color: #fefaee;
    border: 1px solid #f7df8c;
    font-size: 14px;
    margin: 16px 0 10px 0;
    padding: 10px;
    position: relative;
}

    .sdps-termsConditions__agreement__check .sdps-checkbox__input {
        position: absolute;
    }

    .sdps-termsConditions__agreement__check .sdps-checkbox__label {
        margin-left: 25px;
    }

    .sdps-termsConditions__agreement__check .sdps-checkbox {
        margin-top: 0;
    }

.sdps-termsConditions__agreement {
    margin-top: 5px;
}

    .sdps-termsConditions__agreement .sdps-termsConditions__agreement__content.sdps-is-inactive {
        display: none;
    }

.sdps-terms-body p {
    margin-bottom: 6px;
}

.sdps-termsConditions__agreement__para {
    margin-bottom: 6px;
}

.sdps-termsConditions .sdps-termsConditions__agreement__content.sdps-is-complete .sdps-termsConditions__agreement__check {
    border: 1px solid #ddd;
    background-color: #ffffff;
}

.sdps-termsConditions .sdps-termsConditions__agreement__content.sdps-has-error .sdps-termsConditions__agreement__check {
    border: 1px solid #aa0033;
    background-color: #ffffff;
}

.zh-TW .sdps-termsConditions {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}

.sdps-datepicker__range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sdps-datepicker__range--input {
    width: 100%;
}

    .sdps-datepicker__range--input.from {
        margin-right: 35px;
    }

.sdps-datepicker__calendar {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 280px;
    z-index: 1001;
}

.sdps-datepicker__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-top: 20px;
}

.sdps-datepicker__right-icon,
.sdps-datepicker__left-icon {
    font-size: 1rem;
}

    .sdps-datepicker__right-icon:hover,
    .sdps-datepicker__left-icon:hover {
        color: #004386;
    }

.sdps-datepicker__left-icon {
    margin-right: 17px;
    margin-left: 1.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.sdps-datepicker__right-icon {
    cursor: default;
    margin-left: 17px;
    margin-right: 1.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

    .sdps-datepicker__left-icon .sch-chevron-left,
    .sdps-datepicker__left-icon:visited .sch-chevron-left,
    .sdps-datepicker__left-icon:hover .sch-chevron-left,
    .sdps-datepicker__right-icon .sch-chevron-right,
    .sdps-datepicker__right-icon:visited .sch-chevron-right,
    .sdps-datepicker__right-icon:hover .sch-chevron-right {
        color: #0066cc;
        margin-top: 40%;
    }

    .sdps-datepicker__left-icon .sch-chevron-left,
    .sdps-datepicker__left-icon:visited .sch-chevron-left,
    .sdps-datepicker__left-icon:hover .sch-chevron-left,
    .sdps-datepicker__right-icon .sch-chevron-right,
    .sdps-datepicker__right-icon:visited .sch-chevron-right,
    .sdps-datepicker__right-icon:hover .sch-chevron-right {
        color: #0066cc;
        margin-top: 40%;
    }

        .sdps-datepicker__left-icon .sch-chevron-left.sdps-is-disabled,
        .sdps-datepicker__left-icon:visited .sch-chevron-left.sdps-is-disabled,
        .sdps-datepicker__left-icon:hover .sch-chevron-left.sdps-is-disabled,
        .sdps-datepicker__right-icon .sch-chevron-right.sdps-is-disabled,
        .sdps-datepicker__right-icon:visited .sch-chevron-right.sdps-is-disabled,
        .sdps-datepicker__right-icon:hover .sch-chevron-right.sdps-is-disabled {
            color: #ccc;
        }

.sdps-datepicker__filter__month,
.sdps-datepicker__filter__year {
    -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    flex-grow: 0.5;
    margin: 0 3px;
}

.sdps-table--calendar .sdps-datepicker__weekday,
.sdps-table--calendar .sdps-datepicker__day {
    border-bottom: 0;
    padding: 7.85938px;
    text-align: center;
}

.sdps-table--calendar .sdps-datepicker__weekday {
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

.sdps-table--calendar .sdps-datepicker__day {
    color: #0066cc;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

    .sdps-table--calendar .sdps-datepicker__day:hover {
        background-color: #eee;
    }

.sdps-table--calendar .today {
    border: 1px solid #777;
    color: #0066cc;
    font-weight: bold;
}

    .sdps-table--calendar .today:hover {
        background-color: #eee;
    }

.sdps-table--calendar .sdps-selected-text {
    background-color: #0066cc;
    color: #fff;
}

    .sdps-table--calendar .sdps-selected-text:hover {
        background-color: #0066cc;
    }

.sdps-table--calendar .sdps-disabled-text {
    color: #777;
    font-weight: normal;
    cursor: default;
}

    .sdps-table--calendar .sdps-disabled-text:hover {
        background-color: transparent;
    }

.sdps-table--calendar .not-available {
    color: transparent;
    cursor: default;
}

    .sdps-table--calendar .not-available:hover {
        background-color: transparent;
    }

.sdps-datepicker__calendar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    white-space: nowrap;
}

.sdps-datepicker__calendar__close {
    font-size: 21px !important;
    font-size: 21px !important /16pxrem;
    color: #666;
    font-size: 21px !important;
    height: 55px;
    line-height: 56px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
}

    .sdps-datepicker__calendar__close:hover {
        background-color: #f1f1f1;
        border-radius: 2px;
        color: #222;
    }

.zh-TW .sdps-table--calendar .sdps-datepicker__day {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}

@media (min-width: 768px) {
    .sdps-datepicker {
        position: relative;
    }

    .sdps-datepicker__calendar {
        padding: 0 8px 8px 8px;
    }

    .sdps-datepicker__calendar__header {
        display: none;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .sdps-datepicker__calendar {
        height: 10300%;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .sdps-datepicker__calendar--open {
        overflow: hidden;
    }

    .sdps-table--calendar .sdps-datepicker__weekday,
    .sdps-table--calendar .sdps-datepicker__day {
        padding: 11.85938px;
    }
}

@media screen and (max-height: 460px) {
    .sdps-datepicker__calendar {
        height: 100%;
        overflow: scroll;
        padding-bottom: 120px;
    }

    .sdps-table.sdps-table--calendar {
        line-height: .4em;
        margin-bottom: 50px;
    }

    .sdps-datepicker__filter {
        margin: 7px 0;
    }

    .sdps-table--calendar .sdps-datepicker__weekday {
        padding: 5px 11.85938px;
    }

    .sdps-datepicker__calendar__header {
        height: 30px;
    }

        .sdps-datepicker__calendar__header .sdps-datepicker__calendar__close {
            height: 30px;
            line-height: 30px !important;
            width: 50px;
        }
}

.sdps-form-element {
    margin-bottom: 20px;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.sdps-form-element__label {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 6px;
}

.sdps-form-element__labelDesc  {
    color:   #666;
    padding-left:  10px;
}

.sdps-form-element__addon {
    min-height: 26px;
    line-height: 26px;
    position: relative;
}

.sdps-input {
    border: 1px solid #ccc;
    height: 26px;
    padding: 0 8px;
    width: 100%;
    color: #000;
    border-radius: 2px;
    font-size: 14px;
    box-sizing: border-box;
}

    .sdps-input:ms-clear {
        display: none;
    }

    .sdps-input:hover {
        border: 1px solid #777;
    }

    .sdps-input:focus {
        border: 1px solid #037dae;
    }

    .sdps-input--readOnly,
    .sdps-input--disabled,
    .sdps-input[type="text"]:disabled {
        border: 1px solid #ccc;
        background-color: #f7f7f7;
        color: #666;
        cursor: not-allowed;
    }

        .sdps-input--readOnly:hover,
        .sdps-input--disabled:hover,
        .sdps-input[type="text"]:disabled:hover {
            border: 1px solid #ccc;
        }

        .sdps-input--readOnly:focus,
        .sdps-input--disabled:focus,
        .sdps-input[type="text"]:disabled:focus {
            border: 1px solid #ccc;
            box-shadow: none;
        }

.sdps-form-element__addon {
    position: relative;
}

.sdps-form-element__addon--button {
    position: absolute;
    right: 0;
    top: 0;
}

    .sdps-form-element__addon--button .sdps-button {
        padding: 0 4px;
    }

.sdps-form-element__addon--currency {
    left: 8px;
    pointer-events: none;
    position: absolute;
    font-size: 14px;
}

.sdps-input--currency {
    padding-left: 20px;
    float: right;
    width: 100%;
}

.sdps-form-element__addon--percentage {
    right: 8px;
    pointer-events: none;
    position: absolute;
    font-size: 14px;
}

.sdps-input--percentage {
    text-align: right;
    padding: 0 32px 0 10px;
}

.sdps-form-element.sdps-form-element--date-picker {
    margin-bottom: 0;
}

    .sdps-form-element.sdps-form-element--date-picker .sdps-input {
        padding-right: 33px;
    }

.sdps-form-element__addon--date-picker {
    position: absolute;
    right: 8px;
    top: 5px;
}

    .sdps-form-element__addon--date-picker:hover {
        color: #004386;
    }

.sdps-input--neverEdit {
    background: transparent;
    border: none;
    margin-top: -7px;
    padding: 0;
    color: #000;
    cursor: not-allowed;
}

    .sdps-input--neverEdit:hover {
        border: none;
    }

    .sdps-input--neverEdit:focus {
        border: none;
        box-shadow: none;
    }

.sdps-button__icon--chevron {
    color: #666;
}

.sdps-radio,
.sdps-checkbox {
    display: block;
    margin-top: 10px;
}

    .sdps-radio .sdps-radio__input, .sdps-radio .sdps-checkbox__input, .sdps-checkbox .sdps-radio__input, .sdps-checkbox .sdps-checkbox__input {
        float: left;
        margin-top: 4px;
        margin-right: 10px;
        vertical-align: middle;
    }

.sdps-radio__label,
.sdps-checkbox__label {
    display: block;
    font-weight: normal;
    margin-bottom: 0;
    max-width: 100%;
    vertical-align: middle;
}

.sdps-form-element__legend {
    border: 0;
    margin-bottom: 2px;
}

.sdps-checkbox__input {
    margin-right: 4px;
    vertical-align: middle;
}

.sdps-form__footer {
    border-top: 1px solid #dddddd;
    padding: 20px 0;
    text-align: right;
}

.sdps-has-error .sdps-form-element__label,
.sdps-has-error .sdps-form-element__error {
    color: #aa0033;
}

.sdps-has-error .sdps-form-element__error {
    margin-top: 3px;
    font-size: 14px;
}

.sdps-has-error .sdps-input {
    border: 1px solid #aa0033;
}

fieldset.sdps-has-error .sdps-form-element__error {
    margin-top: 10px;
}

@media (min-width: 0) and (max-width: 767px) {
    .sdps-form-element__addon--date-picker:after {
        content: "";
        position: absolute;
        top: -7px;
        bottom: -7px;
        left: -7px;
        right: -7px;
    }
}

/* Custom Checkbox not currently in use
.sdps-table__checkbox--custom {
	cursor: pointer;
	display: inline-block;	
	font-size: 13px; 
	line-height: 18px;
	margin-right: 10px; 
}


input[type=checkbox].sdps-table__checkbox--custom  {
	display: none; 
}
	
	
.sdps-table__checkbox--custom:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align:middle;
	background-color: #009fff; //#0088cc;
	color: #f3f3f3;
	text-align: center;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); 
	border-radius: 4px;
}


input[type=checkbox].sdps-table__checkbox--custom:checked + .sdps-table__checkbox--custom:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 10px;
}
*/
.sdps-stepper {
    position: relative;
}

.sdps-stepper__input {
    padding-right: 17px;
}

.sdps-stepper__upDown {
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

    .sdps-stepper__upDown .sdps-stepper__button {
        border-radius: 0;
        display: block;
        float: none;
        height: 54%;
        margin-left: 0;
        max-width: 100%;
        position: relative;
        padding: 0 8px;
        right: 6px;
        width: 100%;
    }

    .sdps-stepper__upDown .sdps-stepper__icon {
        color: #7f7f7f;
        font-size: 12px;
        left: 15%;
        position: absolute;
        top: 0;
    }

.sdps-account-selector {
    width: 305px;
    font-weight: 700;
    border-radius: 2px;
}

    .sdps-account-selector .sdps-button {
        color: #fff;
        height: 24px;
        width: 100%;
        position: relative;
    }

    .sdps-account-selector .sdps-account-selector__icon {
        color: #fff;
        position: absolute;
        right: 5px;
    }

.sdps-account-selector--blue {
    background: linear-gradient(to bottom, #037dae 0%, #0375a3 100%);
    border: thin solid #03638a;
}

    .sdps-account-selector--blue:hover {
        background: linear-gradient(to bottom, #0378a7 0%, #046288 100%);
        border: thin solid #034661;
    }

    .sdps-account-selector--blue:active {
        background: linear-gradient(to bottom, #037dae 0%, #0375a3 100%);
        border: thin solid #000000;
    }

    .sdps-account-selector--blue:focus {
        background: linear-gradient(to bottom, #037dae 0%, #0375a3 100%);
        border: thin solid #000;
    }

.sdps-account-selector--dark-grey {
    background: linear-gradient(to bottom, #777777 0%, #646464 100%);
    border: thin solid #4c4c4c;
}

    .sdps-account-selector--dark-grey:hover {
        background: linear-gradient(to bottom, #646464 0%, #555555 100%);
        border: thin solid #333333;
    }

    .sdps-account-selector--dark-grey:active {
        background: linear-gradient(to bottom, #646464 0%, #575757 100%);
        border: thin solid #333333;
    }

    .sdps-account-selector--dark-grey:focus {
        background: linear-gradient(to bottom, #777777 0%, #646464 100%);
        border: thin solid #000000;
    }

.sdps-account-selector__icon .sch-chevron-small-down {
    line-height: 21px;
}

.sdps-account-selector__left-col {
    float: left;
}

.sdps-account-selector__right-col {
    float: right;
    margin-right: 18px;
}

.sdps-account-selector__menu {
    padding: 0;
    width: inherit;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
}

    .sdps-account-selector__menu .sdps-account-selector__header {
        color: #333;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        padding: 5px 10px;
    }

    .sdps-account-selector__menu .sdps-account-selector__header--blue {
        background-color: #e5ebf1;
    }

    .sdps-account-selector__menu .sdps-account-selector__header--grey {
        background-color: #d9d9d9;
    }

.sdps-account-selector__list {
    list-style-type: none;
    padding: 0 10px;
}

    .sdps-account-selector__list .sdps-account-selector__left-col,
    .sdps-account-selector__list .sdps-account-selector__right-col {
        font-weight: normal;
    }

    .sdps-account-selector__list .sdps-account-selector__left-col {
        margin-left: 20px;
        width: 50%;
    }

    .sdps-account-selector__list .sdps-account-selector__right-col {
        margin-right: 0;
    }

.sdps-account-selector__list-item {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}

    .sdps-account-selector__list-item a:hover span {
        text-decoration: underline;
    }

    .sdps-account-selector__list-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .sdps-account-selector__list-item a.sdps-is-selected {
            color: #333;
        }

    .sdps-account-selector__list-item:last-child {
        border-bottom: none;
        padding-bottom: 10px;
    }

    .sdps-account-selector__list-item .sdps-account-selector__check-icon {
        color: #007900;
        position: absolute;
        left: 10px;
    }

.sdps-account-selector__header-grey {
    background-color: #d9d9d9;
}

.sdps-account-selector__schwab-links {
    background-color: #f1f1f1;
    padding: 15px 10px 0 10px;
    font-weight: normal;
}

    .sdps-account-selector__schwab-links .group {
        padding-bottom: 15px;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin-bottom: 50px;
}

    .dropdown-menu:after {
        content: '';
        display: block;
        height: 50px;
        position: absolute;
        width: 100%;
    }

.zh-TW .sdps-account-selector__menu .sdps-account-selector__header {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}

.content-link-list {
    margin-left: 40px;
}

    .content-link-list ul li {
        margin-left: 20px;
    }

.sdps-pagination {
    border-top: 1px solid #dddddd;
}

.sdps-pagination__list {
    list-style-type: none;
    float: right;
    margin-top: 10px;
}

.sdps-pagination__item {
    cursor: pointer;
    float: left;
    line-height: 22px;
    padding: 0 8px;
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

    .sdps-pagination__item .sdps-pagination__link {
        color: #337AB7;
    }

        .sdps-pagination__item .sdps-pagination__link:hover {
            color: #23527C;
            text-decoration: none;
        }

    .sdps-pagination__item:hover {
        background-color: #eeeeee;
        font-weight: normal;
    }

    .sdps-pagination__item:last-child {
        padding-right: 8px;
    }

.sdps-pagination .sdps-is-selected {
    font-weight: bold;
    background-color: #337AB7;
}

    .sdps-pagination .sdps-is-selected .sdps-pagination__link {
        color: #ffffff;
    }

.zh-TW .sdps-pagination__item {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}

.sdps-mosaic-tile {
    border: 1px solid #d9d9d9;
    font-size: 16px;
    font-family: "CharlesModern-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    /*background-color: #ffffff;*/
    background-color: white;
}

.sdps-mosaic-tile__content {
    padding: 10px 13px;
    color: #777;
}

.sdps-mosaic-tile__setting {
    color: #777 !important;
    font-size: 1rem;
    position: relative;
    float: right;
    top: -30px;
    width: 15px;
    display: none;
}

    .sdps-mosaic-tile__setting:hover {
        color: #333 !important;
    }

.sdps-mosaic-tile__zoom {
    color: #777 !important;
    font-size: 1rem;
    position: relative;
    float: right;
    top: -30px;
    padding-left: 15px;
    display: none;
}

    .sdps-mosaic-tile__zoom:hover {
        color: #333 !important;
    }

.sdps-mosaic-tile__toggle {
    color: #777 !important;
    font-size: 1rem;
    position: relative;
    float: right;
    top: -23px;
    padding-left: 15px;
}

    .sdps-mosaic-tile__toggle:hover {
        color: #333 !important;
    }

.sdps-mosaic-tile__body {
    padding-top: 15px;
}

a.sdps-mosaic-tile__toggle[aria-expanded=true] .sch-plus-large {
    display: none;
}

a.sdps-mosaic-tile__toggle[aria-expanded=false] .sch-minus-large {
    display: none;
}

.zh-TW .sdps-mosaic-tile {
    font-family: "Microsoft JhengHei", "LiHei", Arial, "MingLiU";
}



/* custom */


.panel {
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .15);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    /*border-top-left-radius: 3px;
  border-top-right-radius: 3px;*/
    border-radius: 2px 2px 1px 1px;
    background-color: #037DAE;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    /*border-top-left-radius: 3px;
  border-top-right-radius: 3px;*/
    border-radius: 2px 2px 1px 1px;
    background-color: #F1F1F1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: white;
        font-family: CharlesModern-Regular;
        font-size: 16px;
        background-color: #037DAE;
        border-color: #037DAE;
        text-align: center;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #037DAE;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.footer {
    font-family: CharlesModern-Regular,'Charles Modern',Arial,sans-serif;
    font-size: 11px;
    /*line-height: 15px;*/
    /*background-color:#f5f5f5;*/
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(1, 109, 152, 0.85);
    border: 1px solid rgba(1, 109, 152, 0.85);
    border-radius: 4px;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    font-family: CharlesModern-Regular,'Charles Modern',Arial,sans-serif;
    ;
    font-size: 16px;
    line-height: 1px;
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.body {
    background-color: #F1F1F1;
}

.desktop-header {
    font-family: CharlesModern-Regular,'Charles Modern',Arial,sans-serif;
    /*font-size: 24px;*/
    /*color: #000;*/
    font-size: 1.7rem;
    /*line-height: 4.2rem;*/
    color: white;
    /*font-weight: bold;*/
}

.mobile-header {
    font-family: CharlesModern-Regular,'Charles Modern',Arial,sans-serif;
    font-size: 16px;
    /*color: #000;*/
    color: white;
    /*font-weight: bold;*/
}

.header-bar {
    background-color: #425563; 
    /*background-color:#F5F5F5;*/ 
   height:80px;
}

.instruction-banner {
    border-top: 4px solid #037dae;
    background-color: #FFFFFF; 
  /*background-color: #F1F1F1;*/
    color: #000000;
}

.content-panel{

    background-color:#FFFFFF;
    border:1px solid #D9D9D9;
}

hr { width:100%; height:1px; background: #BFBFBF }