.cs_clear {
    clear: both
    }
.cs_column {
    float: left;
    margin-right: 4%;
    width: 100%
    }
.cs_one_half {
    width: 48%
    }
.cs_one_third {
    width: 31.33333%;
    margin-right: 3%
    }
.cs_one_fourth {
    width: 23.5%;
    margin-right: 2%
    }
.cs_two_thirds {
    width: 65.66666%
    }
.cs_three_fourths {
    width: 72.5%
    }
.cs_one_half.cs_column_middle {
    margin-right: 2%
    }
.cs_column_last {
    margin-right: 0
    }
@media only screen and (max-width: 480px) {
    .cs_column {
        float: none;
        width: 100%;
        margin-right: 0
        }
    }
.cs_message {
    padding: 30px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box
    }
.cs_message p {
    margin: 0 !important;
    padding: 0 !important
    }
.cs_message a:hover {
    text-decoration: underline
    }
.cs_message.cs_message_info {
    background-color: #eff8fe
    }
.cs_message.cs_message_info p {
    color: #5db2f0 !important
    }
.cs_message.cs_message_info a, .cs_message.cs_message_info a:hover {
    color: #158ce3
    }
.cs_message.cs_message_alert {
    background-color: #fffae9
    }
.cs_message.cs_message_alert p {
    color: #f8ad0d
    }
.cs_message.cs_message_alert a, .cs_message.cs_message_alert a:hover {
    color: #ab7605
    }
.cs_message.cs_message_error {
    background-color: #fee
    }
.cs_message.cs_message_error p {
    color: #fc5355
    }
.cs_message.cs_message_error a, .cs_message.cs_message_error a:hover {
    color: #c40306
    }
.cs_message.cs_message_success {
    background-color: #ebfaf5
    }
.cs_message.cs_message_success p {
    color: #38c994
    }
.cs_message.cs_message_success a, .cs_message.cs_message_success a:hover {
    color: #258763
    }
.cs_button {
    color: #fff !important;
    border: none !important;
    display: inline-block;
    text-align: center;
    margin: 0 0 10px 0
    }
.cs_button:hover {
    text-decoration: none !important
    }
.cs_button.cs_button_purple {
    background-color: #8e44ad
    }
.cs_button.cs_button_purple:hover {
    background-color: #5c2c70
    }
.cs_button.cs_button_blue {
    background-color: #3498db
    }
.cs_button.cs_button_blue:hover {
    background-color: #1c6a9e
    }
.cs_button.cs_button_turquoise {
    background-color: #1abc9c
    }
.cs_button.cs_button_turquoise:hover {
    background-color: #10715e
    }
.cs_button.cs_button_green {
    background-color: #27ae60
    }
.cs_button.cs_button_green:hover {
    background-color: #17693a
    }
.cs_button.cs_button_yellow {
    background-color: #f4d03f
    }
.cs_button.cs_button_yellow:hover {
    background-color: #e2b80d
    }
.cs_button.cs_button_orange {
    background-color: #e67e22
    }
.cs_button.cs_button_orange:hover {
    background-color: #a15512
    }
.cs_button.cs_button_red {
    background-color: #e74c3c
    }
.cs_button.cs_button_red:hover {
    background-color: #b82617
    }
.cs_button.cs_button_pink {
    background-color: #ffa8b4
    }
.cs_button.cs_button_pink:hover {
    background-color: #ff7588
    }
.cs_button.cs_button_grey {
    background-color: #7f8c8d
    }
.cs_button.cs_button_grey:hover {
    background-color: #566061
    }
.cs_button.cs_button_nightblue {
    background-color: #2c3e50
    }
.cs_button.cs_button_nightblue:hover {
    background-color: #0e1419
    }
.cs_button.cs_button_small {
    padding: 5px 10px
    }
.cs_button.cs_button_medium {
    padding: 10px 20px
    }
.cs_button.cs_button_large {
    padding: 15px 40px
    }
.cs_tabs {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    box-sizing: border-box;
    border: 0;
    background: none
    }
.cs_tabs ul.nav {
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    border: none
    }
.cs_tabs ul.nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    background: #ebeded;
    float: none;
    position: static;
    top: auto;
    border: none !important
    }
.cs_tabs ul.nav li.ui-tabs-active, .cs_tabs ul.nav li.ui-state-active {
    background: #fff
    }
.cs_tabs ul.nav li.ui-state-hover {
    background: #fff
    }
.cs_tabs ul.nav li:before {
    content: none
    }
.cs_tabs ul.nav li a {
    border: 1px solid #ebeded;
    border-bottom-color: #fff;
    position: relative;
    display: inline-block;
    padding: 10px 15px !important;
    float: none !important;
    text-decoration: none !important;
    color: #232323 !important;
    z-index: 10;
    cursor: pointer !important
    }
.cs_tabs ul.nav li a:focus {
    outline: none
    }
.cs_tabs ul.nav li a:hover {
    text-decoration: none
    }
.cs_tabs .cs_tab_content {
    border: 1px solid #ebeded;
    padding: 20px;
    top: -1px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    z-index: 5
    }
.cs_tabs .cs_tab_content p:last-child {
    margin-bottom: 0
    }
.cs_separator {
    margin: 30px 0;
    width: 100%;
    box-sizing: border-box
    }
.cs_separator hr {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    background: none;
    border: none
    }
.cs_separator hr.cs_separator_solid {
    border-top: 2px solid #ebeded
    }
.cs_separator hr.cs_separator_dashed {
    border-top: 2px dashed #ebeded
    }
.cs_separator hr.cs_separator_dotted {
    border-top: 2px dotted #ebeded
    }
.cs_separator hr.cs_separator_double {
    border-top: 2px double #ebeded
    }
.cs_toggle {
    margin: 0 0 20px 0;
    width: 100%;
    box-sizing: border-box
    }
.cs_toggle p.cs_toggle_button {
    background-color: #fff;
    border: 1px solid #ebeded;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 10px 15px;
    cursor: pointer
    }
.cs_toggle p.cs_toggle_button:before {
    content: "+";
    margin-right: 10px
    }
.cs_toggle p.cs_toggle_button:hover {
    background-color: #ebeded
    }
.cs_toggle p.cs_toggle_button.toggle-active {
    border-bottom: none;
    background-color: #ebeded
    }
.cs_toggle p.cs_toggle_button.toggle-active:before {
    content: "-"
    }
.cs_toggle p.cs_toggle_button a {
    color: #232323 !important
    }
.cs_toggle p.cs_toggle_button a:hover {
    text-decoration: none
    }
.cs_toggle .cs_toggle_content {
    border: 1px solid #ebeded;
    padding: 20px;
    width: 100%;
    box-sizing: border-box
    }
.cs_calltoaction {
    border: 1px solid #ebeded;
    padding: 20px;
    margin: 0 0 20px 0;
    width: 100%;
    box-sizing: border-box
    }
.cs_calltoaction .cs_calltoaction_content {
    margin: 0 0 10px 0
    }
.cs_calltoaction .cs_button_calltoaction {
    color: #fff !important;
    padding: 10px 20px;
    margin: 0
    }
.cs_calltoaction .cs_button_calltoaction:hover {
    color: #fff !important
    }
.cs_calltoaction p:last-child {
    margin: 0
    }