section, h1, h2, h3, h4, .checkout .form-group, .checkout .form-group .form-element, .checkout .form-group .form-element.radio .radio, #sales-wrapper .sales-wrapper-content .sales-container h3, #sales-wrapper .sales-wrapper-content .sales-container h2 {
    *zoom: 1; }
section:before, h1:before, h2:before, h3:before, h4:before, .checkout .form-group:before, .checkout .form-group .form-element:before, .checkout .form-group .form-element.radio .radio:before, #sales-wrapper .sales-wrapper-content .sales-container h3:before, #sales-wrapper .sales-wrapper-content .sales-container h2:before, section:after, h1:after, h2:after, h3:after, h4:after, .checkout .form-group:after, .checkout .form-group .form-element:after, .checkout .form-group .form-element.radio .radio:after, #sales-wrapper .sales-wrapper-content .sales-container h3:after, #sales-wrapper .sales-wrapper-content .sales-container h2:after {
    content: " ";
    display: table; }
section:after, h1:after, h2:after, h3:after, h4:after, .checkout .form-group:after, .checkout .form-group .form-element:after, .checkout .form-group .form-element.radio .radio:after, #sales-wrapper .sales-wrapper-content .sales-container h3:after, #sales-wrapper .sales-wrapper-content .sales-container h2:after {
    clear: both; }

@font-face {
    font-family: "UniversLight";
    font-style: normal;
    font-weight: normal;
    src: url("https://prod-mp-cdn.fiserv.com/global/fonts/UniversForFiserv45.ttf"); }
@font-face {
    font-family: "UniversMedium";
    font-style: normal;
    font-weight: normal;
    src: url("https://prod-mp-cdn.fiserv.com/global/fonts/UniversForFiserv55.ttf"); }
@font-face {
    font-family: "UniversRegular";
    font-style: normal;
    font-weight: normal;
    src: url("https://prod-mp-cdn.fiserv.com/global/fonts/UniversForFiserv65.ttf"); }
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul, li {
    list-style: none;
    background: none; }

blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

a, a:hover, a:visited {
    color: inherit;
    text-decoration: none; }

/* Partner Product */
.partner-product {
    border-bottom: 1px solid #ddd;
    background: #5f9ea0;
    color: white;
    min-height: 45px;
    box-sizing: content-box; }
.partner-product .partner-product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    overflow: hidden;
    min-height: 340px;
    height: auto;
    padding: 0 !important;
    -webkit-transition: height 0.3s linear, min-height 0.3s linear;
    transition: height .3s linear, min-height .3s linear; }
.partner-product .partner-product-content.collapsed {
    overflow: hidden;
    height: 0;
    min-height: 0;
    -webkit-transition: height .3s linear, min-height .3s linear;
    transition: height .3s linear, min-height .3s linear; }
.partner-product .partner-product-content .text {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 300px; }
.partner-product .partner-product-content .text p {
    margin-bottom: 15px;
    min-height: 65px; }
.partner-product .partner-product-content .text h3 {
    margin-bottom: 15px; }
.partner-product .partner-product-content .text .button {
    margin: 10px 5px 0 0; }
.partner-product .partner-product-content img {
    width: 100%; }
.partner-product .partner-product-toggle {
    position: absolute;
    width: 100%;
    padding: 5px; }
.partner-product .partner-product-toggle a {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box; }
.partner-product .partner-product-toggle a:hover {
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer; }

@media (max-width: 995px) {
    .partner-product .container {
        width: 100% !important; } }
@media (max-width: 800px) {
    .partner-product .partner-product-content {
        height: auto !important;
        -webkit-transition: height .3s linear, min-height .3s linear;
        transition: height .3s linear, min-height .3s linear; }
    .partner-product .partner-product-content .column-4 {
        display: none; }
    .partner-product .partner-product-content .column-8 {
        width: 100%;
        float: none; }
    .partner-product .partner-product-content.collapsed {
        overflow: hidden;
        height: 0 !important;
        min-height: 0 !important;
        -webkit-transition: height .3s linear, min-height .3s linear;
        transition: height .3s linear, min-height .3s linear; } }
a.btn {
    /* NOTE .btn is LEGACY! Use .button in all new layout */
    display: block;
    text-transform: uppercase;
    text-align: center;
    background: #f03d00;
    font-family: "UniversMedium", Arial, sans-serif;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 10pt;
    color: white;
    min-width: 80px;
    max-width: 400px; }
a.btn:hover {
    background: #fc7243;
    cursor: pointer; }
a.btn.disabled, a.btn.disabled:hover {
    background: #ccc !important;
    cursor: default !important; }

.button {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background: #f03d00;
    font-family: "UniversMedium", Arial, sans-serif;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 10pt 20pt;
    color: white !important;
    min-width: 180px;
    max-width: 400px; }
.button.small {
    padding: 5pt 10pt;
    min-width: 100px; }
.button:hover {
    background: #fc7243;
    cursor: pointer;
    color: white !important; }
.button.disabled, .button.disabled:hover {
    background: #ccc;
    cursor: default; }
.button.gray {
    background: #999; }
.button.gray:hover {
    background: #aaa; }
.button.red {
    background: indianred; }
.button.red:hover {
    background: crimson; }
.button.blue {
    background: #00a9e0; }
.button.blue:hover {
    background: #00c0ff; }
.button.outline {
    background: white;
    color: #f03d00 !important;
    border: 2px solid #f03d00; }
.button.outline:hover {
    color: #fc7243 !important;
    border-color: #fc7243;
    cursor: pointer;
    background: white; }
.button.outline.disabled, .button.outline.disabled:hover {
    color: #ccc !important;
    border-color: #ccc;
    cursor: default; }
.button.outline.gray {
    color: #999 !important;
    border-color: #999; }
.button.outline.gray:hover {
    color: #aaa !important;
    background: #aaa; }
.button.outline.red {
    color: indianred !important;
    border-color: indianred; }
.button.outline.red:hover {
    color: crimson !important;
    border-color: crimson; }
.button.outline.blue {
    border-color: #00a9e0;
    color: #00a9e0 !important; }
.button.outline.blue:hover {
    border-color: #00c0ff;
    color: #00c0ff !important; }
.button.icon {
    min-width: 36px;
    padding: 6pt;
    margin: 5px;
    background: none; }
.button.icon:hover {
    background: #eee !important; }
.button.icon.blue {
    color: #00a9e0 !important; }
.button.icon.red {
    color: indianred !important; }
.button.icon.gray {
    color: #999 !important; }
.button.icon.green {
    color: #43B02A !important; }
.button.icon.disabled, .button.icon.disabled:hover {
    color: #ccc !important;
    background: none;
    cursor: default; }

.custom-input {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 25px; }
.custom-input input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
.custom-input input:checked ~ .custom-input-anchor {
    background: #1e90ff;
    border-color: #1e90ff; }
.custom-input input:disabled ~ .custom-input-anchor {
    background: #e6e6e6;
    opacity: 1;
    pointer-events: none; }
.custom-input input:checked ~ .custom-input-anchor:after {
    display: block; }
.custom-input .custom-input-anchor {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: white;
    border: 2px solid #ccc;
    border-radius: 3px; }
.custom-input .custom-input-anchor:after {
    content: '';
    position: absolute;
    display: none; }

.custom-input-radiocheckbox .custom-input-anchor:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }

.custom-input-radiocheckbox input:disabled ~ .custom-input-anchor:after {
    border-color: #7b7b7b; }

/* css for jQuery UI datepicker */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.ui-datepicker {
    border: 2px solid #ccc !important;
    padding: 0 !important;
    margin-left: -2px; }
.ui-datepicker .ui-widget-header {
    border: none;
    background: #63666A;
    color: white;
    font-family: "UniversRegular", Arial, sans-serif; }
.ui-datepicker .ui-widget-header .ui-datepicker-title {
    line-height: 35px; }
.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
    width: 35px;
    height: 35px;
    position: static;
    float: left;
    border: 0 !important;
    background: transparent !important;
    font-size: 18px !important; }
.ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
    cursor: pointer;
    font-size: 18px !important;
    font-style: normal !important; }
.ui-datepicker .ui-widget-header .ui-datepicker-prev span,
.ui-datepicker .ui-widget-header .ui-datepicker-next span {
    display: block;
    position: static;
    left: 0 !important;
    margin-left: 0;
    top: 0 !important;
    right: 0 !important;
    margin-top: 0;
    width: 35px;
    height: 35px;
    background-image: none !important;
    font-style: normal !important;
    text-align: center;
    line-height: 35px;
    border: 0 !important;
    background: transparent !important; }
.ui-datepicker .ui-widget-header .ui-datepicker-prev span:before,
.ui-datepicker .ui-widget-header .ui-datepicker-next span:before {
    font-family: 'FontAwesome' !important;
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    color: white;
    text-indent: 0 !important; }
.ui-datepicker .ui-widget-header .ui-datepicker-next {
    float: right; }
.ui-datepicker .ui-widget-header .ui-datepicker-prev span:before {
    content: "\f053" !important; }
.ui-datepicker .ui-widget-header .ui-datepicker-next span:before {
    content: "\f054" !important; }
.ui-datepicker .ui-datepicker-calendar {
    font-family: "UniversRegular", Arial, sans-serif;
    margin: 0 !important;
    border: 1px solid white !important; }
.ui-datepicker .ui-datepicker-calendar th {
    padding: .3em !important;
    border-bottom: 2px solid #eee;
    font-family: "UniversRegular", Arial, sans-serif;
    font-weight: normal !important; }
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span {
    border: 2px solid transparent;
    background: none; }
.ui-datepicker .ui-datepicker-calendar a.ui-state-default {
    background: #eee;
    border: 2px solid #eee; }
.ui-datepicker .ui-datepicker-calendar a.ui-state-default:hover {
    color: #00a9e0; }
.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active, .ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active:hover {
    background: #f03d00;
    color: white;
    border-color: #f03d00; }

/*! ================================================
* Fancyfy Fields: fancyfy-fields.scss v1.0.0
* =============================================== */
/* variables */
/* calculated from variables */
.fancy-field {
    display: block;
    overflow: auto;
    z-index: 1;
    height: 50px;
    background: white;
    border: 2px solid #ccc;
    overflow: hidden;
    box-sizing: border-box; }
.fancy-field.focused {
    border-color: #00a9e0; }
.fancy-field.required::before {
    content: "*";
    color: crimson;
    float: right;
    font-weight: bold;
    margin-bottom: -25px; }
.fancy-field span {
    display: block;
    position: relative;
    z-index: -1;
    height: 50px;
    margin: 0 0 0 10px;
    color: #aaa;
    font-size: 15px;
    line-height: 50px; }
.fancy-field .fancy-field-icon {
    position: absolute;
    margin-top: -45px;
    padding: 10px 7px;
    color: #aaa;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.fancy-field .fancy-field-icon:hover {
    cursor: pointer;
    color: #2c2e2f; }
.fancy-field.active {
    padding-top: 7px; }
.fancy-field.active.required::before {
    margin-top: -7px; }
.fancy-field.active span {
    font-family: "UniversMedium", Arial, sans-serif;
    position: static;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.fancy-field.active .fancy-field-icon {
    margin-top: -37px; }
.fancy-field input, .fancy-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    box-sizing: border-box;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 1;
    background: none;
    width: 100%;
    line-height: 17px !important;
    height: 50px;
    font-size: 15px;
    padding: 0 10px;
    margin-top: -50px; }
.fancy-field input:focus, .fancy-field select:focus {
    outline: none !important;
    border: none !important; }
.fancy-field input:-moz-focusring, .fancy-field select:-moz-focusring {
    /* remove firefox dotted border thing */
    color: transparent;
    text-shadow: 0 0 0 #000; }
.fancy-field input.hasvalue, .fancy-field select.hasvalue {
    margin-top: 0;
    height: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.fancy-field input.hasvalue .fancy-field-icon, .fancy-field select.hasvalue .fancy-field-icon {
    position: absolute;
    margin-top: -36px; }
.fancy-field input[type=number]::-webkit-inner-spin-button,
.fancy-field input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
.fancy-field select {
    opacity: .45; }
.fancy-field select.hasvalue {
    opacity: 1; }
.fancy-field.error {
    background: rgba(255, 0, 0, 0.1);
    border-color: red;
    color: red; }

/* general styles for textarea */
textarea.fancy-field-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
    z-index: 1;
    background: none;
    width: 100%;
    font-size: 15px;
    border: 2px solid #ccc;
    padding: 10px;
    resize: none !important; }

textarea.fancy-field-textarea:focus {
    border-color: #00a9e0; }

form {
    max-width: 400px; }
form.full {
    max-width: 100%; }

.form-error-detail {
    color: red;
    font-size: 13px;
    margin-bottom: 8px; }

.form-element {
    clear: both;
    overflow: auto;
    margin-bottom: 8px; }

/* Custom radio buttons that look like checkbox */
.custom-input {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 25px; }
.custom-input input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
.custom-input input:checked ~ .custom-input-anchor {
    background: #1e90ff;
    border-color: #1e90ff; }
.custom-input input:disabled ~ .custom-input-anchor {
    background: #e6e6e6;
    opacity: 1;
    pointer-events: none; }
.custom-input input:disabled:checked ~ .custom-input-anchor {
    background: #e6e6e6;
    border-color: #cccccc; }
.custom-input input:checked ~ .custom-input-anchor:after {
    display: block; }
.custom-input .custom-input-anchor {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: white;
    border: 2px solid #ccc;
    border-radius: 3px; }
.custom-input .custom-input-anchor:after {
    content: '';
    position: absolute;
    display: none; }

.custom-input-radiocheckbox .custom-input-anchor:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }

.custom-input-radiocheckbox input:disabled ~ .custom-input-anchor:after {
    border-color: #7b7b7b; }

/* mobile */
@media (max-width: 800px) {
    .form-element [class*='column-'] {
        padding: 0 !important; }
    .form-element > div {
        margin-bottom: 8px; }
    .form-element > div:last-child {
        margin-bottom: 0; } }
/* Overrides for select2.min.css */
.select2-container {
    width: 100% !important;
    max-width: 720px; }
.select2-container .select2-selection--single {
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 0; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px; }
.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #00a9e0;
    font-size: 13px;
    padding: 5px; }

.select2-dropdown {
    border: 2px solid #ccc;
    border-radius: 0; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

/* ability to add icon inside fancy-field */
/* HEADER */
header {
    z-index: 1004;
    background: white;
    position: relative; }
header #announcement-banner {
    text-align: center;
    padding: 15px;
    background-color: #fcf8e3;
    color: crimson;
    border-bottom: 2px solid #faebcc; }
header nav {
    height: 80px;
    max-width: 976px;
    margin: 0 auto;
    padding: 0 !important; }
header nav.container {
    min-width: 0 !important; }
header nav #logo {
    width: 160px;
    height: 42px;
    margin-top: 17px;
    display: block;
    float: left; }
header nav #user-session {
    line-height: 18px;
    padding: 14px 20px;
    border-left: 1px solid #ccc;
    height: 80px; }
header nav #user-session #user-image {
    border: 1px solid #ccc; }
header nav #login-button {
    font: 15px/81px "UniversMedium", Arial, sans-serif, Arial, sans-serif !important; }
header nav #login-button.green {
    background: #43b02a !important; }
header nav #login-button.green:hover {
    opacity: 0.75; }
header nav #main-menu {
    float: right;
    margin-right: 10px; }
header nav #main-menu li {
    display: block;
    float: left; }
header nav #main-menu li a {
    display: block;
    font: 15px/15px "UniversMedium", Arial, sans-serif, Arial, sans-serif;
    height: 15px;
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    color: #004165;
    padding: 28px 8px 32px 8px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-top: 4px solid white; }
header nav #main-menu li a:hover {
    color: #00a9e0;
    cursor: pointer; }
header nav #main-menu li a.current, header nav #main-menu li a.current:hover {
    border-top-color: #f03d00;
    color: #f03d00;
    cursor: default; }

#cart-icon {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 30px;
    display: block;
    float: right;
    height: 30px;
    padding: 25px 20px;
    box-sizing: content-box; }
#cart-icon span {
    color: #f03d00;
    font-family: "UniversMedium", Arial, sans-serif;
    position: absolute;
    margin-left: -17px;
    margin-top: -5px; }

/* BREADCRUMB */
#breadcrumb {
    box-sizing: content-box;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 1003;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); }
#breadcrumb .breadcrumb-inner.container {
    min-width: 0 !important; }
#breadcrumb .breadcrumb-inner ul {
    display: block; }
#breadcrumb .breadcrumb-inner .current, #breadcrumb .breadcrumb-inner .current:hover {
    color: #f03d00; }
#breadcrumb .breadcrumb-inner li {
    display: inline-block; }
#breadcrumb .breadcrumb-inner li a, #breadcrumb .breadcrumb-inner li a:hover {
    background: url("https://non-prod-mp-cdn.fiserv.com/global/img/arrow.svg") no-repeat right center;
    height: 44px;
    color: #424242;
    cursor: default;
    display: inline-block;
    padding-right: 30px;
    padding-left: 20px;
    font: 14px/44px "UniversMedium", Arial, sans-serif, Arial, sans-serif; }
#breadcrumb .breadcrumb-inner li a.link, #breadcrumb .breadcrumb-inner li a:hover.link {
    color: #00a9e0; }
#breadcrumb .breadcrumb-inner li a.link:hover, #breadcrumb .breadcrumb-inner li a:hover.link:hover {
    color: #00c0ff;
    cursor: pointer; }
#breadcrumb .breadcrumb-inner li:last-child a {
    background: none; }
#breadcrumb .breadcrumb-inner li:first-child a {
    padding-left: 0; }
#breadcrumb .breadcrumb-inner hr {
    border: 0;
    height: 1px;
    margin: 0 -30px !important;
    background-image: linear-gradient(to right, transparent, #ddd, #ddd, #ddd, #ddd, #ddd, transparent); }
#breadcrumb .breadcrumb-inner #sub-breadcrumb {
    padding: 0 10px;
    margin: 0 -10px;
    font: 14px/44px "UniversMedium", Arial, sans-serif, Arial, sans-serif; }
#breadcrumb .breadcrumb-inner #sub-breadcrumb .gray {
    color: #aaa !important; }
#breadcrumb .breadcrumb-inner #sub-breadcrumb i {
    margin: 0 10px; }
#breadcrumb.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 1004; }
#breadcrumb .breadcrumb-mobile {
    display: none; }

/* hide mobile menu toggle on desktop resolutions */
#mobile-menu-toggle {
    display: none; }

/* FOOTER */
footer {
    color: #ffffff;
    clear: both;
    background: #004164;
    padding-bottom: 10px; }
footer .footer-top {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0;
    overflow: auto; }
footer .footer-top .footer-menu {
    overflow: auto;
    float: left; }
footer .footer-top .footer-menu li {
    float: left;
    display: block; }
footer .footer-top .footer-menu li a {
    display: block;
    color: #ffffff;
    font: 15px/15px "UniversMedium", Arial, sans-serif, Arial, sans-serif;
    padding: 23px 15px 18px 15px; }
footer .footer-top .footer-social {
    float: right;
    padding: 20px; }
footer .footer-top .footer-social a {
    display: inline-block;
    width: 36px;
    color: white;
    height: 36px;
    line-height: 38px;
    font-size: 24px;
    margin-left: 3px;
    text-align: center; }
footer .footer-top .footer-customersupport {
    padding: 1em;
    text-align: right;
    float: right; }
footer .footer-top .footer-customersupport p {
    font-size: 85%;
    line-height: 120%; }
footer .footer-top .footer-customersupport a {
    font-weight: bold; }
footer .footer-bottom {
    padding-top: 36px; }
footer .footer-bottom .copyright p {
    font: 11px/11px Arial,Helvetica,sans-serif;
    margin-bottom: 20px; }
footer .footer-bottom .copyright p:first-child {
    margin-bottom: 10px; }

@media (max-width: 1000px) {
    .breadcrumb-inner li a, .breadcrumb-inner li a:hover {
        padding-right: 15px !important;
        padding-left: 4px !important; }
    .breadcrumb-inner li:first-child a {
        padding-left: 0; } }
@media (max-width: 800px) {
    #logo {
        margin-left: 15px; }

    #main-menu {
        display: none; }

    #mobile-menu-toggle {
        display: block;
        color: #004164;
        float: right;
        line-height: 80px;
        font-size: 26px;
        padding-right: 25px;
        padding-left: 25px;
        border-left: 1px solid #ccc; }
    #mobile-menu-toggle.open {
        background: #f2f2f2;
        color: #00a9e0; }

    #breadcrumb .breadcrumb-inner {
        padding: 0 !important; }
    #breadcrumb .breadcrumb-inner ul {
        display: none; }
    #breadcrumb .breadcrumb-inner li {
        display: block; }
    #breadcrumb .breadcrumb-inner li a, #breadcrumb .breadcrumb-inner li a:hover {
        background: none;
        height: auto;
        display: block;
        padding: 8px !important;
        font: 14px/14px "UniversMedium", Arial, sans-serif, Arial, sans-serif;
        border-top: 1px solid #eee; }
    #breadcrumb .breadcrumb-inner li:first-child a {
        padding-left: 8px;
        border-top: none; }
    #breadcrumb .breadcrumb-inner #sub-breadcrumb {
        display: none; }
    #breadcrumb .breadcrumb-mobile {
        display: block; }
    #breadcrumb .breadcrumb-mobile a {
        background: none;
        color: #004164 !important;
        height: auto;
        display: block;
        padding: 8px !important;
        font: 14px/14px "UniversMedium", Arial, sans-serif, Arial, sans-serif;
        border-top: 1px solid #eee; }
    #breadcrumb .breadcrumb-mobile a:hover {
        color: #00a9e0; }
    #breadcrumb .breadcrumb-mobile a .fa-angle-right {
        margin: 0 6px; }

    #mobile-menu {
        border-top: 2px solid #ddd;
        background: #f2f2f2; }
    #mobile-menu li {
        border-bottom: 1px solid #dfdfdf; }
    #mobile-menu li a {
        display: block;
        padding: 24px 15px 21px 15px;
        color: #00a9e0;
        font: 15px/15px "UniversMedium", Arial, sans-serif, Arial, sans-serif; }
    #mobile-menu li a:hover {
        background: white; }
    #mobile-menu li a.current, #mobile-menu li a.current:hover {
        background: #f03d00;
        color: white;
        cursor: default; }

    .footer-customersupport {
        float: none;
        width: 100%;
        clear: both;
        text-align: left !important;
        border-top: 1px solid #00a9e0; } }
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
    overflow: hidden; }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 800px;
    padding-top: 25px; }

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle; }

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    background: transparent !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    max-width: 800px;
    min-width: 300px;
    margin: 0 auto;
    border: 0;
    outline: none;
    box-shadow: none;
    z-index: 10002;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
.modal .modal-dialog {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0); }
.modal.in .modal-dialog {
    opacity: 1;
    filter: alpha(opacity=100); }

.prompt {
    width: 400px;
    text-align: center;
    color: white; }
.prompt .modal-content, .prompt .modal-body {
    border: 0;
    background: #ffffff !important;
    color: #424242;
    overflow: auto; }
.prompt .modal-header {
    background: rgba(255, 255, 255, 0.1);
    background: #004164;
    margin-bottom: 15px;
    padding: 15px; }
.prompt .modal-footer {
    padding: 0 8px 15px 8px;
    margin-top: 15px; }
.prompt .modal-footer .button {
    background: #888;
    font-size: 14px;
    opacity: 1; }
.prompt .modal-footer .button .button-primary {
    background: #004164; }
.prompt .modal-footer .button:hover {
    opacity: .9; }
.prompt.warning .modal-header {
    background: indianred; }
.prompt.warning .modal-footer .button-primary {
    background: indianred; }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    background-color: #000; }
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
.modal-backdrop.in {
    visibility: visible;
    opacity: 0.85;
    filter: alpha(opacity=85); }

.modal-content {
    border: 3px solid #00a9e0;
    background: white;
    overflow: scroll; }

.modal-header {
    color: white;
    background: #00a9e0;
    padding: 15px; }
.modal-header h4 {
    margin: 0;
    color: white; }

.modal-header .close {
    position: static !important;
    float: right;
    margin-top: -2px;
    font-size: 18pt;
    color: white;
    display: block !important;
    cursor: pointer; }

.close {
    position: static !important;
    float: right;
    margin-top: -2px;
    font-size: 18pt;
    color: white;
    display: block !important;
    cursor: pointer; }

.modal-title {
    margin: 0;
    color: white; }

.modal-body {
    position: relative; }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

.rates-details-modal {
    max-height: 500px;
    padding: 1em;
    overflow: scroll; }
.rates-details-modal h3 {
    font: 15px/20px "UniversMedium", Arial, sans-serif;
    color: #004164;
    margin: 0 0 14px; }
.rates-details-modal table {
    width: 100%;
    background: white;
    border: 1px solid #aaa;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 10pt; }
.rates-details-modal table:last-child {
    margin-bottom: 0; }
.rates-details-modal table th, .rates-details-modal table td {
    text-align: left;
    padding: 3px 5px;
    border: 1px solid #aaa;
    border-left: 0;
    border-right: 0; }
.rates-details-modal table th span, .rates-details-modal table td span {
    padding: 2px;
    font-size: 11px;
    font-family: "UniversMedium", Arial, sans-serif; }
.rates-details-modal table th.break-word, .rates-details-modal table td.break-word {
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
.rates-details-modal table th {
    font-family: "UniversMedium", Arial, sans-serif;
    color: #404040;
    background: #eee; }
.rates-details-modal table.rates {
    font-size: 12px; }
.rates-details-modal table.rates tr td {
    width: 33%;
    line-height: 120%;
    vertical-align: middle; }

#sidepanel-wrapper {
    position: fixed;
    width: 350px;
    right: 0;
    z-index: 10001;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#sidepanel-wrapper .arrow {
    width: 21px;
    float: left;
    height: 60px;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.2);
    z-index: 101;
    margin: 119px 0 0 -20px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    padding: 0;
    background: #efefef; }
#sidepanel-wrapper .arrow span {
    color: #aaa;
    font-family: "UniversMedium", Arial, sans-serif;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    margin-left: 5px;
    text-transform: uppercase;
    margin-top: 31px;
    font-size: 13px; }
#sidepanel-wrapper #sidepanel-header {
    padding: 19px 15px;
    background: #004164;
    color: white;
    font-size: 10pt;
    line-height: 100%; }
#sidepanel-wrapper #sidepanel-header div.align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
#sidepanel-wrapper #sidepanel-header #sidepanel-logged-in {
    max-width: 148px; }
#sidepanel-wrapper #sidepanel-header #sidepanel-logged-in a {
    cursor: pointer;
    font-family: "UniversMedium", Arial, sans-serif; }
#sidepanel-wrapper #sidepanel-header #sidepanel-profile-picture {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border: 1px solid #e9eef1; }
#sidepanel-wrapper #sidepanel-header .link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline; }
#sidepanel-wrapper #sidepanel-header .link:hover {
    color: white; }
#sidepanel-wrapper .sidepanel-breadcrumb {
    background: #e1e1e1;
    border-bottom: 1px solid #ddd;
    padding: 8px 15px;
    font-size: 9pt;
    font-family: "UniversMedium", Arial, sans-serif;
    color: #404040;
    margin: -15px -15px 15px; }
#sidepanel-wrapper .sidepanel-breadcrumb a {
    margin-right: 8px; }
#sidepanel-wrapper .sidepanel-breadcrumb a.link {
    cursor: pointer; }
#sidepanel-wrapper .sidepanel-breadcrumb a.link:after {
    content: ">";
    margin-left: 8px;
    color: #404040;
    text-decoration: 0 !important;
    display: inline-block;
    cursor: default; }
#sidepanel-wrapper .sidepanel-content {
    background: #efefef;
    box-shadow: -3px 0 170px rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow-y: auto; }
#sidepanel-wrapper .sidepanel-content .sidepanel-container {
    padding: 15px; }

#sidepanel-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 9001; }
#sidepanel-overlay.fade {
    opacity: 0;
    display: none; }
#sidepanel-overlay.in {
    display: block;
    opacity: 0.6; }

@media (max-width: 767px) {
    #sidepanel-wrapper {
        display: none !important; } }
ul.list li {
    list-style-type: disc; }

ol.list li {
    list-style-type: decimal; }

/* tables */
.table {
    width: 100%;
    text-align: left;
    margin: 20px 0;
    border-collapse: collapse;
    border: 1px solid #aaa; }
.table tr td, .table tr th {
    border-bottom: 1px solid #ddd;
    padding: 9px;
    font-family: "UniversLight", Arial, sans-serif;
    vertical-align: middle; }
.table tr:last-child td {
    border: 0; }
.table tr th {
    color: #004164;
    font-family: "UniversMedium", Arial, sans-serif;
    background: #f3f3f3; }
.table tr th.sort-active-column {
    background: rgba(0, 192, 255, 0.3); }
.table tr td.sort-active-column {
    background: rgba(0, 192, 255, 0.1); }

.tablesort-control {
    color: #999;
    display: inline-block;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 26px; }
.tablesort-control.active {
    color: #004164; }
.tablesort-control:hover {
    color: #00a9e0;
    cursor: pointer; }

/* table pagination */
.table-pagination {
    margin: 0 auto 30px; }
.table-pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: white;
    margin-left: 3px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    border-radius: 2px;
    color: #00a9e0; }
.table-pagination a:hover {
    cursor: pointer;
    background: #00a9e0;
    color: white; }
.table-pagination a.disabled, .table-pagination a.disabled:hover {
    background: none;
    color: #aaa;
    cursor: default; }
.table-pagination a.current, .table-pagination a.current:hover {
    background: #00a9e0;
    color: white;
    cursor: default; }

/* scrollable table */
.scrollable-table thead, .scrollable-table tbody {
    display: block; }
.scrollable-table tbody {
    max-height: 450px;
    overflow: auto; }

/* css for tooltipsy */
.tooltipsy, .bottom-arrow, .right-arrow {
    padding: 10px;
    max-width: 220px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
.tooltipsy:after, .bottom-arrow:after, .right-arrow:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.8);
    top: 50%;
    margin-top: -6px;
    left: -12px;
    z-index: -1; }
.tooltipsy h1, .bottom-arrow h1, .right-arrow h1 {
    font: 12px/14px "UniversMedium",Arial,sans-serif;
    text-transform: uppercase;
    color: white;
    text-shadow: none;
    margin-bottom: 5px; }
.tooltipsy p, .bottom-arrow p, .right-arrow p {
    font: 11px/12px "UniversMedium",Arial,sans-serif !important; }

.bottom-arrow:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
    top: 100% !important;
    margin-top: 0 !important;
    left: 50% !important;
    margin-left: -6px !important;
    z-index: -1; }

.right-arrow:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.8);
    top: 50% !important;
    margin-top: -6px !important;
    left: 100% !important;
    margin-left: 0px !important;
    z-index: -1; }

#cart, #cart-page .cart {
    background: #F5F4F4;
    border: 2px solid #ccc;
    margin-top: 15pt; }
#cart .sub, #cart-page .cart .sub {
    background: #004164;
    padding: 10px;
    color: white;
    font-family: "UniversMedium", Arial, sans-serif; }
#cart .cart-table-toggle span, #cart-page .cart .cart-table-toggle span {
    float: right; }
#cart .cart-table-toggle i, #cart-page .cart .cart-table-toggle i {
    float: right;
    padding: 2px;
    margin-left: 5pt;
    cursor: pointer;
    opacity: .7; }
#cart .cart-table-toggle:hover, #cart-page .cart .cart-table-toggle:hover {
    cursor: pointer; }
#cart .cart-table-toggle:hover i, #cart-page .cart .cart-table-toggle:hover i {
    opacity: 1; }
#cart table, #cart-page .cart table {
    background: white;
    width: 100%;
    margin-bottom: 6pt; }
#cart table tbody, #cart-page .cart table tbody {
    border: 5pt solid white; }
#cart table .product-requirement-notification, #cart-page .cart table .product-requirement-notification {
    background: rgba(255, 0, 0, 0.1); }
#cart table td, #cart-page .cart table td {
    padding: 5pt;
    vertical-align: middle;
    word-break: break-word;
    min-width: 150px; }
#cart table td #cart-item-actions, #cart-page .cart table td #cart-item-actions {
    font-size: 80%; }
#cart table td #cart-item-actions a, #cart-page .cart table td #cart-item-actions a {
    cursor: pointer; }
#cart table #order-summary-total td, #cart table .order-summary-total td, #cart-page .cart table #order-summary-total td, #cart-page .cart table .order-summary-total td {
    border-top: 1px solid #979797;
    font-family: "UniversMedium", Arial, sans-serif;
    font-size: 14pt;
    padding-top: 20pt; }
#cart #cart-actions, #cart-page .cart #cart-actions {
    text-align: center;
    margin-top: 10pt; }
#cart #cart-actions a.link-blue, #cart-page .cart #cart-actions a.link-blue {
    display: block;
    padding: 15pt 10pt 0;
    text-decoration: none;
    font-family: "UniversMedium", Arial, sans-serif; }
#cart #cart-actions a.link-blue:hover, #cart-page .cart #cart-actions a.link-blue:hover {
    text-decoration: underline;
    cursor: pointer; }
#cart #cart-actions a.link-blue.align-center, #cart-page .cart #cart-actions a.link-blue.align-center {
    text-decoration: none;
    font-family: "UniversMedium", Arial, sans-serif;
    margin-bottom: 10pt; }
#cart a.btn, #cart-page .cart a.btn {
    display: block;
    text-transform: uppercase;
    text-align: center;
    background: #f03d00;
    font-family: "UniversMedium", Arial, sans-serif;
    border: 0;
    padding: 10pt;
    color: white;
    min-width: 80px; }
#cart a.btn:hover, #cart-page .cart a.btn:hover {
    background: #fc7243;
    cursor: pointer; }
#cart a.btn.disabled, #cart-page .cart a.btn.disabled {
    background: #ccc;
    cursor: default; }
#cart.faded, #cart-page .cart.faded {
    background: #aaa;
    cursor: default !important; }
#cart.faded .cart-contents, #cart-page .cart.faded .cart-contents {
    opacity: .2;
    cursor: default; }
#cart select, #cart-page .cart select {
    max-width: 82px !important; }

#cart .transaction-fee-detail {
    position: absolute;
    z-index: 3;
    width: 100%;
    max-width: 349px; }
#cart .transaction-fee-detail tr.border-bottom td {
    border-bottom: 1px solid #666;
    padding-bottom: 10pt; }
#cart .transaction-fee-detail table tr td {
    padding: 5pt 10pt; }
#cart .transaction-fee-detail table tr td p {
    padding: 5pt 0; }
#cart .transaction-fee-detail table tr:last-child td {
    padding-bottom: 10pt; }
#cart .transaction-fee-detail .transaction-fee-detail-toggle {
    float: right;
    font-size: 9pt;
    font-weight: bold;
    cursor: pointer; }
#cart .transaction-fee-detail table#sample-amount-toggle {
    margin: 0; }
#cart .transaction-fee-detail table#sample-amount-toggle tbody {
    border: 0; }
#cart .transaction-fee-detail table#sample-amount-toggle tr td {
    padding: 8pt 0;
    display: block;
    float: left;
    width: 25%;
    border: 1px solid #ccc;
    text-align: center; }
#cart .transaction-fee-detail table#sample-amount-toggle tr td:first-child {
    border-radius: 5px 0 0 5px;
    border-right: 0; }
#cart .transaction-fee-detail table#sample-amount-toggle tr td:last-child {
    border-radius: 0 5px 5px 0;
    border-left: 0; }
#cart .transaction-fee-detail table#sample-amount-toggle tr td:hover {
    background: #e6ffcb;
    cursor: pointer; }
#cart .transaction-fee-detail table#sample-amount-toggle tr td.selected {
    background: #43B02A;
    color: white;
    border-color: #43B02A;
    cursor: default !important; }

#cart-page .cart {
    background: none;
    border: none;
    margin-top: 0 !important;
    margin-bottom: 15px; }
#cart-page .cart .cart-contents {
    border: 2px solid #ccc;
    margin-bottom: 10px; }
#cart-page .cart .cart-contents hr {
    margin: 6px 0 !important; }
#cart-page .cart .cart-contents table {
    margin: 0; }
#cart-page .cart .cart-contents table .order-summary-total td {
    padding-top: 15px; }
#cart-page .modal-footer {
    padding: 0 1em 1em; }

.transaction-fee-detail-toggle {
    cursor: pointer; }

@media (max-width: 740px) {
    #cart {
        clear: both;
        width: 100%;
        margin-top: 0; } }
@media (max-width: 480px) {
    #cart {
        padding: 1em;
        margin-top: 2em; } }
html, body {
    font-family: "UniversLight", Arial, sans-serif, Arial, sans-serif;
    background: #004164;
    color: #424242;
    line-height: 140%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none; }

body {
    margin: 0 auto;
    min-width: 320px;
    overflow-x: hidden; }
body.noscroll {
    overflow-y: hidden; }

.main-content, header, #breadcrumb {
    background: white;
    overflow: auto; }

.main-content {
    padding-bottom: 40px; }
.main-content.stick {
    padding-top: 44px; }

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased; }

.fa {
    font-family: 'FontAwesome';
    font-style: normal; }

.fa-stack {
    margin-top: -5px; }

section {
    margin-top: 60px; }
section:first-child {
    margin-top: 40px; }

.container {
    padding: 0 15px;
    margin: 0 auto;
    width: 100% !important; }

.status {
    border: 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px; }
.status.active {
    border-color: green;
    color: green;
    background-color: rgba(0, 128, 0, 0.1); }
.status.inactive {
    border-color: #cd343f;
    color: #cd343f;
    background-color: rgba(205, 92, 92, 0.1); }
.status h4 {
    color: #434343;
    margin: 0 20px 0 0;
    line-height: 48px; }
.status .fancy-field {
    margin-right: 5px; }

.hero {
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
    background: #004164 no-repeat center center;
    background-size: cover; }
.hero .hero h1 {
    color: white; }

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0; }

/* GRID & RESPONSIVE LAYOUT */
@media (min-width: 768px) {
    .container {
        width: 750px !important; } }
@media (min-width: 992px) {
    .container {
        width: 970px !important; } }
@media (min-width: 1200px) {
    .container {
        width: 1170px !important; } }
[class*='column-'] {
    float: left;
    padding: 0;
    width: 100%;
    min-height: 1px; }

@media only screen and (min-width: 30em) {
    [class*='column-'] {
        padding: 1em; }

    .column-1 {
        width: 8.33333%; }

    .column-2 {
        width: 16.66667%; }

    .column-3 {
        width: 25%; }

    .column-4 {
        width: 33.33333%; }

    .column-5 {
        width: 41.66667%; }

    .column-6 {
        width: 50%; }

    .column-7 {
        width: 58.33333%; }

    .column-8 {
        width: 66.66667%; }

    .column-9 {
        width: 75%; }

    .column-10 {
        width: 83.33333%; }

    .column-11 {
        width: 91.66667%; }

    .column-12 {
        width: 100%; } }
@media (max-width: 800px) {
    [class*='column-'] {
        float: left;
        padding: 0;
        width: 100%;
        min-height: 1px; } }
.box {
    border: 2px solid #ccc;
    padding: 30px 20px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }

/* ALIGNMENT AND SIZE OVERRIDES */
ul.list li {
    list-style-type: disc; }

.small {
    font-size: 80% !important; }

.super-small {
    font-size: 50% !important; }

.block {
    display: block !important; }

.inline-block {
    display: inline-block !important; }

.align-center {
    text-align: center !important; }

.align-right {
    text-align: right !important; }

.align-left {
    text-align: left !important; }

.float-left {
    float: left; }

.float-right {
    float: right; }

.float-middle {
    margin: 0 auto; }

.clearfix {
    overflow: auto;
    clear: both; }

.margin-top {
    margin-top: 40px; }

.margin-bottom {
    margin-bottom: 40px; }

.no-margin {
    margin: 0 !important; }

.no-padding {
    padding: 0 !important; }

.small-margin-top {
    margin-top: 10px !important; }

.small-margin-bottom {
    margin-bottom: 10px !important; }

.small-margin-left {
    margin-left: 10px !important; }

.small-margin-right {
    margin-right: 10px !important; }

.small-padding-top {
    padding-top: 10px !important; }

.small-padding-bottom {
    padding-bottom: 10px !important; }

.small-padding-left {
    padding-left: 10px !important; }

.small-padding-right {
    padding-right: 10px !important; }

.medium-margin-top {
    margin-top: 20px !important; }

.medium-margin-bottom {
    margin-bottom: 20px !important; }

.medium-margin-left {
    margin-left: 20px !important; }

.medium-margin-right {
    margin-right: 20px !important; }

.medium-padding-top {
    padding-top: 20px !important; }

.medium-padding-bottom {
    padding-bottom: 20px !important; }

.medium-padding-left {
    padding-left: 20px !important; }

.medium-padding-right {
    padding-right: 20px !important; }

.large-margin-top {
    margin-top: 40px !important; }

.large-margin-bottom {
    margin-bottom: 40px !important; }

.large-margin-left {
    margin-left: 40px !important; }

.large-margin-right {
    margin-right: 40px !important; }

.large-padding-top {
    padding-top: 40px !important; }

.large-padding-bottom {
    padding-bottom: 40px !important; }

.large-padding-left {
    padding-left: 40px !important; }

.large-padding-right {
    padding-right: 40px !important; }

.no-margin-top {
    margin-top: 0 !important; }

.no-margin-bottom {
    margin-bottom: 0 !important; }

.no-margin-left {
    margin-left: 0 !important; }

.no-margin-right {
    margin-right: 0 !important; }

.no-padding-top {
    padding-top: 0 !important; }

.no-padding-bottom {
    padding-bottom: 0 !important; }

.no-padding-left {
    padding-left: 0 !important; }

.no-padding-right {
    padding-right: 0 !important; }

/* TYPE */
h1 {
    font: 45px/50px "UniversLight",Arial,sans-serif;
    color: #004164;
    margin: 0 0 14px; }

h2 {
    font: 37px/43px "UniversLight",Arial,sans-serif;
    color: #004164;
    margin: 0 0 14px; }

h3 {
    font: 30px/35px "UniversLight",Arial,sans-serif;
    color: #004164;
    margin: 0 0 14px; }

h4 {
    font: 22px/26px "UniversLight",Arial,sans-serif;
    color: #004164;
    margin: 0 0 14px; }

.subhead {
    font: 20px/29px "UniversLight",Arial,sans-serif;
    padding-bottom: 20px; }

strong {
    font-family: "UniversMedium", Arial, sans-serif; }

/* COLOR OVERRIDES */
.red {
    color: #ec1c24; }

.orange {
    color: #f03d00; }

.gray {
    color: #8a8683; }

.green {
    color: green; }

/* LINKS */
a.link {
    color: #00a9e0; }
a.link:hover {
    color: #00c0ff;
    cursor: pointer; }
a.link.red {
    color: indianred; }
a.link.red:hover {
    color: crimson; }

a.link-blue {
    color: #00a9e0;
    font-family: "UniversMedium", Arial, sans-serif; }
a.link-blue:hover {
    color: #00c0ff;
    cursor: pointer; }

a.btn {
    display: block;
    text-transform: uppercase;
    text-align: center;
    background: #f03d00;
    font-family: "UniversMedium", Arial, sans-serif;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 10pt;
    color: white;
    min-width: 80px;
    max-width: 400px; }
a.btn:hover {
    background: #fc7243;
    cursor: pointer; }
a.btn.disabled {
    background: #ccc;
    cursor: default; }

.button {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background: #f03d00;
    font-family: "UniversMedium", Arial, sans-serif;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 10pt 20pt;
    color: white !important;
    min-width: 180px;
    max-width: 400px; }
.button.small {
    padding: 5pt 10pt;
    min-width: 100px; }
.button:hover {
    background: #fc7243;
    cursor: pointer;
    color: white !important; }
.button.disabled {
    background: #ccc;
    cursor: default; }
.button.gray {
    background: #999; }
.button.gray:hover {
    background: #aaa; }
.button.red {
    background: indianred; }
.button.red:hover {
    background: crimson; }
.button.blue {
    background: #00a9e0; }
.button.blue:hover {
    background: #00c0ff; }
.button.dark-blue {
    background: #004164; }
.button.dark-blue:hover {
    background: #00567c; }
.button.outline {
    background: white;
    color: #f03d00 !important;
    border: 2px solid #f03d00; }
.button.outline:hover {
    color: #fc7243 !important;
    border-color: #fc7243;
    cursor: pointer;
    background: white; }
.button.outline.disabled {
    color: #ccc !important;
    border-color: #ccc;
    cursor: default; }
.button.outline.gray {
    color: #999 !important;
    border-color: #999; }
.button.outline.gray:hover {
    color: #aaa !important;
    background: #aaa; }
.button.outline.red {
    color: indianred !important;
    border-color: indianred; }
.button.outline.red:hover {
    color: crimson !important;
    border-color: crimson; }
.button.outline.blue {
    border-color: #00a9e0;
    color: #00a9e0 !important; }
.button.outline.blue:hover {
    border-color: #00c0ff;
    color: #00c0ff !important; }
.button.outline.dark-blue {
    border-color: #004164;
    color: #004164 !important; }
.button.outline.dark-blue:hover {
    border-color: #00567c;
    color: #00567c !important; }
.button.icon {
    min-width: 36px;
    padding: 6pt;
    margin: 5px;
    background: none; }
.button.icon:hover {
    background: #eee !important; }
.button.icon.blue {
    color: #00a9e0 !important; }
.button.icon.red {
    color: indianred !important; }
.button.icon.gray {
    color: #999 !important; }
.button.icon.green {
    color: #43B02A !important; }

hr {
    border: 0;
    border-top: thin solid #ccc;
    margin: 20px 0; }

.flash {
    -webkit-animation-name: flash;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out; }

/* flashing element */
@-webkit-keyframes flash {
    0% {
        background-color: lightgreen; }
    100% {
        background-color: transparent; } }
/* warnings, alerts, info inline */
p.warning, p.info, p.success {
    display: block;
    margin: 5px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid; }

p.warning {
    border-color: #cd343f;
    color: #cd343f;
    background-color: rgba(205, 92, 92, 0.1); }

p.info {
    border-color: darkorange;
    color: darkorange;
    background-color: rgba(255, 165, 0, 0.1); }

p.success {
    border-color: green;
    color: green;
    background-color: rgba(0, 181, 22, 0.27); }

#shop .hero {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/shop-hero.jpg");
    background-repeat: no-repeat;
    background-position-y: top;
    color: white;
    overflow: auto;
    background-size: cover; }
#shop .hero h1 {
    margin-bottom: 30px;
    padding: 130px 0;
    color: white; }
#shop .hero form input {
    border: 0;
    padding: 10pt;
    min-width: 280px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2pt;
    -moz-border-radius: 2pt;
    -ms-border-radius: 2pt;
    border-radius: 2pt; }
#shop .hero form button {
    text-transform: uppercase;
    border: 0;
    padding: 10pt;
    color: white;
    -webkit-border-radius: 20pt;
    -moz-border-radius: 20pt;
    -ms-border-radius: 20pt;
    border-radius: 20pt;
    min-width: 80px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
#shop .hero form button:hover {
    background: #006f34; }
#shop #shop-businesstypes {
    min-height: 350px; }
#shop #shop-businesstypes .business-type, #shop #shop-businesstypes .whats-important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5pt;
    /* business types */ }
#shop #shop-businesstypes .business-type a, #shop #shop-businesstypes .whats-important a {
    display: block;
    color: white;
    font-family: "UniversMedium", Arial, sans-serif;
    min-height: 200px;
    padding: 0 20pt;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-size: cover !important; }
#shop #shop-businesstypes .business-type span, #shop #shop-businesstypes .whats-important span {
    display: block;
    max-width: 210px; }
#shop #shop-businesstypes .business-type#restaurant-counter a, #shop #shop-businesstypes .whats-important#restaurant-counter a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/restaurant-pay-at-the-counter.png"); }
#shop #shop-businesstypes .business-type#restaurant-table a, #shop #shop-businesstypes .whats-important#restaurant-table a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/restaurant-pay-at-the-table.png"); }
#shop #shop-businesstypes .business-type#retail-physical a, #shop #shop-businesstypes .whats-important#retail-physical a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/retail-physical-presence.png"); }
#shop #shop-businesstypes .business-type#appointment-based a, #shop #shop-businesstypes .whats-important#appointment-based a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/appointment-based-business.png"); }
#shop #shop-businesstypes .business-type#retail-mobile a, #shop #shop-businesstypes .whats-important#retail-mobile a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/mobile-retail.png"); }
#shop #shop-businesstypes .business-type#member-based a, #shop #shop-businesstypes .whats-important#member-based a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/member-based-business.png"); }
#shop #shop-businesstypes .business-type#project-based a, #shop #shop-businesstypes .whats-important#project-based a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/project-based-business.png"); }
#shop #shop-businesstypes .business-type#ecommerce a, #shop #shop-businesstypes .whats-important#ecommerce a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/ecommerce-virtual.png"); }
#shop #shop-businesstypes .business-type#mail-order a, #shop #shop-businesstypes .whats-important#mail-order a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/mailorder-telephoneorder.png"); }
#shop #shop-businesstypes .business-type#lodging a, #shop #shop-businesstypes .whats-important#lodging a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/lodging.png"); }
#shop #shop-businesstypes .business-type#car-rental a, #shop #shop-businesstypes .whats-important#car-rental a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/car-rental.png"); }
#shop #shop-businesstypes .business-type#petro a, #shop #shop-businesstypes .whats-important#petro a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/petro.png"); }
#shop #shop-businesstypes .whats-important a {
    border: 2px solid #ccc;
    color: #f03d00;
    cursor: pointer; }
#shop #shop-products .shop-product {
    padding: 5pt; }
#shop #shop-products .shop-product > div {
    background: white;
    border: 2px solid #E3E3E3;
    padding: 10pt 10pt 15pt; }
#shop #shop-products .shop-product > div img {
    height: 200px;
    clear: both;
    display: block;
    margin: -20px auto;
    z-index: 1; }
#shop #shop-products .shop-product > div .shop-product-name {
    font-family: "UniversMedium", Arial, sans-serif;
    overflow: auto;
    position: relative;
    z-index: 2; }
#shop #shop-products .shop-product > div .shop-product-name p {
    float: right; }
#shop #shop-products .shop-product > div .shop-product-actions a {
    display: inline-block;
    padding: 10pt; }
#shop #shop-products .shop-product > div .shop-product-actions span {
    color: #ccc; }
#shop #shop-products .shop-product > div .small {
    color: #aaa;
    min-height: 30px; }
#shop #shop-accessories > div > p, #shop #wizard-results > div > p {
    margin-bottom: 15pt; }
#shop #shop-accessories .shop-accessory, #shop #wizard-results .shop-accessory {
    padding: 5pt;
    max-width: 50%;
    min-height: 220px; }
#shop #shop-accessories .shop-accessory a:first-child, #shop #wizard-results .shop-accessory a:first-child {
    display: block;
    background: white;
    border: 2px solid #E3E3E3;
    min-height: 50px;
    margin-bottom: 5pt;
    padding: 10pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
#shop #shop-accessories .shop-accessory img, #shop #wizard-results .shop-accessory img {
    width: 100%;
    max-width: 150px; }
#shop #shop-accessories .shop-accessory a:nth-child(3), #shop #wizard-results .shop-accessory a:nth-child(3) {
    display: block;
    cursor: pointer; }

@media (max-width: 1199px) {
    #shop-businesstypes .business-type a span {
        max-width: 160px !important; } }
@media (max-width: 991px) {
    .shop-product-name, .shop-product-price {
        float: none !important;
        text-align: left;
        display: block;
        margin-bottom: 0; }

    .shop-product-price {
        font-size: 10pt;
        margin-bottom: 30px; }

    #shop-businesstypes .business-type a span {
        max-width: 110px !important; } }
@media (max-width: 767px) {
    #shop-businesstypes .business-type a span {
        max-width: 220px !important; } }
/* sub business types */
.sub-business-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5pt; }
.sub-business-type a {
    display: block;
    color: white;
    font-family: "UniversMedium", Arial, sans-serif;
    min-height: 200px;
    padding: 0 20pt;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-size: cover !important; }
.sub-business-type span {
    display: block;
    max-width: 210px; }
.sub-business-type#retail-key a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/sub-categories/retail-key.png"); }
.sub-business-type#retail-smallticket a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/sub-categories/retail-smallticket.png"); }
.sub-business-type#travel-entertainment a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/sub-categories/travel-entertainment.png"); }
.sub-business-type#moto-noavs a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/mailorder-telephoneorder.png"); }
.sub-business-type#government-education a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/sub-categories/government.png"); }
.sub-business-type#b2b-purchasecard a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/sub-categories/b2b-1.png"); }
.sub-business-type#b2b-purchasecard-level3 a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/sub-categories/b2b-1.png"); }
.sub-business-type#b2b-taxexempt a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/sub-categories/b2b-2.png"); }
.sub-business-type#commercialcard a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/archive/mailorder-telephoneorder/.png"); }
.sub-business-type#commercialcard-retail a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/archive/mailorder-telephoneorder/.png"); }
.sub-business-type#recurringpayments a {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/categories/archive/ecommerce-virtual.png"); }

#solution-detail .hero {
    background: url("https://non-prod-mp-cdn.fiserv.com/application/fdmarketplace/img/solution-restaurantcounter-hero.jpg");
    background-repeat: no-repeat;
    background-position-y: top;
    color: white;
    overflow: auto; }
#solution-detail .hero h1 {
    margin-bottom: 30px;
    padding: 130px 0;
    color: white; }
#solution-detail .hero form input {
    border: 0;
    padding: 10pt;
    min-width: 280px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2pt;
    -moz-border-radius: 2pt;
    -ms-border-radius: 2pt;
    border-radius: 2pt; }
#solution-detail .hero form button {
    text-transform: uppercase;
    border: 0;
    padding: 10pt;
    color: white;
    -webkit-border-radius: 20pt;
    -moz-border-radius: 20pt;
    -ms-border-radius: 20pt;
    border-radius: 20pt;
    min-width: 80px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
#solution-detail .hero form button:hover {
    background: #006f34; }
#solution-detail .solution-features ul li {
    list-style: disc;
    margin-top: 5pt;
    margin-left: 20pt;
    line-height: 150%; }
#solution-detail #shop-products .shop-product {
    padding: 5pt; }
#solution-detail #shop-products .shop-product > div {
    background: white;
    border: 2px solid #E3E3E3;
    padding: 10pt 10pt 15pt; }
#solution-detail #shop-products .shop-product > div img {
    height: 200px;
    clear: both;
    display: block;
    margin: -20px auto;
    z-index: 1; }
#solution-detail #shop-products .shop-product > div .shop-product-name {
    font-family: "UniversMedium", Arial, sans-serif;
    overflow: auto;
    position: relative;
    z-index: 2; }
#solution-detail #shop-products .shop-product > div .shop-product-name p {
    float: right; }
#solution-detail #shop-products .shop-product > div .shop-product-actions a {
    display: inline-block;
    padding: 10pt; }
#solution-detail #shop-products .shop-product > div .shop-product-actions span {
    color: #ccc; }
#solution-detail #shop-products .shop-product > div .small {
    color: #aaa;
    min-height: 30px; }
#solution-detail #shop-accessories > div > p {
    margin-bottom: 15pt; }
#solution-detail #shop-accessories .shop-accessory {
    padding: 5pt;
    max-width: 50%; }
#solution-detail #shop-accessories .shop-accessory a:first-child {
    display: block;
    background: white;
    border: 2px solid #E3E3E3;
    min-height: 50px;
    margin-bottom: 5pt;
    padding: 10pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
#solution-detail #shop-accessories .shop-accessory img {
    width: 100%;
    max-width: 150px; }
#solution-detail #shop-accessories .shop-accessory a:nth-child(3) {
    display: block;
    cursor: pointer; }

@media (max-width: 991px) {
    .shop-product-name, .shop-product-price {
        float: none !important;
        text-align: left;
        display: block;
        margin-bottom: 0; }

    .shop-product-price {
        font-size: 10pt;
        margin-bottom: 30px; } }
#product-detail section {
    margin-top: 40px; }
#product-detail #product-info .column-3, #product-detail #product-info .column-9, #product-detail #product-info .column-12 {
    padding: 0; }
#product-detail #product-info img {
    display: block;
    width: 90%;
    margin: 0 1em 1em 0;
    border: 2px solid #E3E3E3; }
#product-detail #product-info .price {
    color: #00a9e0; }
#product-detail #product-info h3 {
    margin-top: 20pt; }
#product-detail #product-info .shop-product-actions {
    padding: 15pt 0 10pt 0; }
#product-detail #product-info .shop-product-actions a {
    font-family: "UniversMedium", Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    padding: 0 10pt 0 0;
    color: #f03d00; }
#product-detail #product-info .shop-product-actions a:first-child {
    margin-right: 10pt; }
#product-detail #product-info .shop-product-actions span {
    margin-right: 15pt;
    color: #aaa; }
#product-detail #product-info ul li {
    list-style: disc;
    margin-top: 10pt;
    margin-left: 20pt;
    line-height: 150%; }
#product-detail #product-images {
    margin-right: 1em;
    overflow: auto; }
#product-detail #product-images a {
    display: block;
    width: 20%;
    float: left; }
#product-detail #product-images a:hover img, #product-detail #product-images a.selected img {
    border: 2px solid #f03d00;
    cursor: pointer; }
#product-detail #product-images .selected img {
    cursor: default !important; }
#product-detail #product-contents {
    background: rgba(221, 221, 221, 0.3);
    padding: 2em 2em 0.5em 2em;
    overflow: auto; }
#product-detail #product-contents .product-content {
    max-width: 50%;
    padding: 5pt;
    min-height: 230px; }
#product-detail #product-contents .product-content p {
    min-height: 40px;
    font-family: "UniversMedium", Arial, sans-serif; }
#product-detail #product-contents .product-content img {
    display: block;
    width: 100%;
    max-width: 140px;
    background: white;
    margin-bottom: 6pt;
    border: 2px solid #ddd; }
#product-detail #product-contents .product-content img:hover {
    cursor: pointer;
    border-color: #f03d00; }
#product-detail #product-contents .product-content .rating {
    margin-top: 6pt; }
#product-detail #product-contents .product-content .rating i {
    color: #bbb; }
#product-detail #product-contents .product-content .rating i.red {
    color: firebrick; }
#product-detail #product-contents .product-content .rating a {
    color: #00a9e0;
    cursor: pointer; }
#product-detail #product-accessories > div > p {
    margin-bottom: 15pt; }
#product-detail #product-accessories .product-accessory {
    padding: 5pt;
    max-width: 50%; }
#product-detail #product-accessories .product-accessory a:first-child {
    display: block;
    background: white;
    border: 2px solid #E3E3E3;
    min-height: 50px;
    margin-bottom: 5pt;
    padding: 10pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
#product-detail #product-accessories .product-accessory img {
    width: 100%; }
#product-detail #product-configuration-options .product-configuration-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*       flex-flow: row wrap; */ }
#product-detail #product-configuration-options .product-configuration-option {
    max-width: 50%;
    text-align: center;
    flex: 1;
    -webkit-flex-basis: 180px;
    -moz-flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    max-width: 180px;
    padding-right: 5px; }
#product-detail #product-configuration-options .product-configuration-option a:first-child {
    display: block;
    background: white;
    min-height: 50px;
    padding: 10pt 10pt 0 10pt; }
#product-detail #product-configuration-options .product-configuration-option img {
    width: 100%; }
#product-detail #product-configuration-options .product-configuration-option.selected img, #product-detail #product-configuration-options .product-configuration-option:hover img {
    border-color: #f03d00; }
#product-detail #product-configuration-options .product-configuration-option.selected a.link-blue {
    display: block; }
#product-detail #product-configuration-options .product-configuration-option.selected p {
    font-family: "UniversMedium", Arial, sans-serif; }
#product-detail #product-configuration-options.single a.link-blue {
    margin-top: 5px;
    display: none; }
#product-detail #financing-options {
    border: 2px solid #eee; }
#product-detail #financing-options h3 {
    padding: 15px;
    background: #eee;
    margin: 0;
    font: 22px/26px "UniversLight", Arial, sans-serif; }
#product-detail #financing-options h3:hover {
    cursor: pointer; }
#product-detail #financing-options h3:hover i {
    color: #00a9e0; }
#product-detail #financing-options .financing-option {
    padding: 15px;
    border-bottom: 2px solid #eee; }
#product-detail #financing-options .financing-option:last-child {
    border-bottom: 0; }
#product-detail #financing-options .financing-option h4 {
    margin-bottom: 0; }
#product-detail #financing-options .financing-option h4 .light-blue {
    color: #00a9e0; }
#product-detail #financing-options .financing-option p {
    margin: 5px 0 15px 0; }
#product-detail #financing-options .financing-option table.table {
    width: 100%;
    border: 1px solid #ddd; }
#product-detail #financing-options .financing-option table.table tr td, #product-detail #financing-options .financing-option table.table tr th {
    border-bottom: 1px solid #ddd;
    padding: 5px; }
#product-detail #financing-options .financing-option table.table th {
    text-align: left;
    font-family: "UniversMedium", Arial, sans-serif; }
#product-detail #financing-options .financing-option table.table tr td:first-child {
    width: 20px; }
#product-detail #financing-options .financing-option .shop-product-actions {
    overflow: auto;
    padding-bottom: 0; }
#product-detail #financing-options .financing-option .shop-product-actions a {
    float: right;
    margin: 0;
    padding: 0; }

table#product-specifications {
    width: 100%;
    margin-top: 10pt;
    background: white;
    border: 2px solid #ccc;
    vertical-align: middle; }
table#product-specifications strong {
    text-decoration: none; }
table#product-specifications tr td {
    padding: 10pt;
    border-bottom: 1px solid #ccc; }
table#product-specifications tr th {
    padding: 10pt;
    border-bottom: 1px solid #ccc;
    font-family: "UniversMedium", Arial, sans-serif;
    text-align: left;
    background: rgba(240, 240, 240, 0.5); }

#faq .faq-question {
    margin-bottom: 15pt; }
#faq .faq-question i {
    font-size: 20pt;
    margin-right: 6pt;
    color: #004164; }
#faq .faq-question a {
    font-size: 15pt;
    color: #00a9e0;
    cursor: pointer; }
#faq .faq-question p {
    padding-left: 26pt; }

@media (max-width: 800px) {
    .product-detail #product-contents {
        padding: 2em 1em 1.5em 1em; }
    .product-detail #product-contents .product-content {
        width: 33%;
        padding: 5pt; }
    .product-detail #product-contents .product-content img {
        max-width: 100%; } }
@media (max-width: 480px) {
    .product-accessory p {
        white-space: nowrap;
        overflow: hidden;
        padding-right: 20pt; }

    .product-detail #product-contents {
        padding: 2em 1em 1.5em 1em; }
    .product-detail #product-contents .product-content {
        width: 100%;
        max-width: 50%; }

    .product-detail #product-info img {
        max-width: 80%;
        margin: 0 auto 1em auto; }

    .product-detail #product-images {
        max-width: 80%;
        margin: 0 auto 2em; } }
.include-detail h3 {
    margin-top: 20pt; }
.include-detail p {
    margin-top: 5pt; }
.include-detail ul li {
    list-style: disc;
    margin-top: 5pt;
    margin-left: 20pt;
    line-height: 150%; }
.include-detail img {
    display: block;
    width: 90%;
    background: #aaa;
    border: 2px solid #ccc; }

.include-detail h3 {
    margin-top: 20pt; }
.include-detail p {
    margin-top: 5pt; }
.include-detail ul li {
    list-style: disc;
    margin-top: 5pt;
    margin-left: 20pt;
    line-height: 150%; }
.include-detail img {
    display: block;
    width: 90%;
    background: #aaa;
    border: 2px solid #ccc;
    border-radius: 3px; }

@media (max-width: 480px) {
    .modal {
        background: white;
        border-radius: 0;
        padding: 0; }

    .include-detail img {
        max-width: 80%;
        margin: 0 auto 1em auto; }

    .include-detail-modal .modal-header {
        z-index: 100000;
        position: fixed;
        width: 88.5%;
        margin-top: -3px;
        min-width: 295px; }

    .include-detail-modal .modal-body {
        padding-top: 80px; } }
#products #products-main {
    margin-top: 25pt; }
#products #products-main > div > p {
    margin-bottom: 15pt; }
#products #products-main .shop-product {
    padding: 5pt;
    margin-bottom: 10pt;
    max-width: 50%;
    min-height: 320px; }
#products #products-main .shop-product.hardware, #products #products-main .shop-product.software, #products #products-main .shop-product.processing {
    width: 20%;
    float: left; }
#products #products-main .shop-product.featured {
    min-height: 350px; }
#products #products-main .shop-product a:first-child {
    display: block;
    background: white;
    border: 2px solid #E3E3E3;
    min-height: 50px;
    margin-bottom: 5pt;
    padding: 10pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
#products #products-main .shop-product img {
    width: 100%; }
#products #products-main .shop-product a:nth-child(3) {
    display: block; }
#products #products-main > div > p {
    margin-bottom: 15pt; }
#products #products-main .shop-accessory {
    padding: 5pt;
    margin-bottom: 10pt;
    max-width: 50%;
    min-height: 320px; }
#products #products-main .shop-accessory.hardware, #products #products-main .shop-accessory.software, #products #products-main .shop-accessory.processing {
    width: 20%;
    float: left; }
#products #products-main .shop-accessory a:first-child {
    display: block;
    background: white;
    border: 2px solid #E3E3E3;
    min-height: 50px;
    margin-bottom: 5pt;
    padding: 10pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
#products #products-main .shop-accessory img {
    width: 100%; }
#products #products-main .shop-accessory a:nth-child(3) {
    display: block; }

#search {
    overflow: auto;
    background: #00a9e0;
    padding: 10px 1em; }
#search #products-filters {
    max-width: 100%;
    min-height: 40px; }
#search #products-filters .icon {
    display: inline-block;
    color: white;
    padding: 0 5px 0 0;
    position: relative;
    top: 4px; }
#search #products-filters input[type='text'], #search #products-filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
    display: inline-block;
    margin-top: -10px;
    font-size: 12pt !important;
    min-width: 300px;
    max-width: 350px;
    padding: 0 8pt;
    box-sizing: border-box;
    border: 2px solid white;
    outline: 0;
    background: white;
    height: 42px;
    border-radius: 0;
    margin: 5px; }
#search #products-filters input[type='text']:focus, #search #products-filters select:focus {
    border: 2px solid #004164; }
#search #products-filters select {
    min-width: 250px;
    max-width: 350px; }
#search #products-filters .select2-container {
    max-width: 300px !important;
    width: 300px !important;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    min-height: 38px;
    margin-top: -5px; }
#search #products-filters .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 8px; }
#search #products-filters .select2-container .select2-selection--multiple {
    background-color: white;
    border: 2px solid white;
    border-radius: 0;
    cursor: text;
    min-height: 38px;
    max-height: 250px; }
#search #products-filters .select2-container .select2-search--inline .select2-search__field {
    margin-top: 9px; }
#search #products-filters .select2-container--focus .select2-selection--multiple {
    border-color: #004164; }

@media (max-width: 711px) {
    #allproducts .column-9, #allproducts .column-3 {
        width: 100%;
        float: none;
        padding: 0; }

    #search .icon {
        display: none !important; } }
@media (max-width: 597px) {
    #products #products-main .shop-accessory.hardware, #products #products-main .shop-accessory.software, #products #products-main .shop-accessory.processing,
    #products #products-main .shop-product.hardware, #products #products-main .shop-product.software, #products #products-main .shop-product.processing {
        float: left;
        padding: 5pt;
        width: 100%;
        min-height: 1px; }

    #search #products-filters input[type='text'], #search .inline-block, #search #products-filters .select2-container {
        width: 100% !important;
        display: block !important;
        clear: both;
        max-width: 100% !important; } }
.checkout .form-group {
    margin-top: 20pt;
    max-width: 420px; }
.checkout .form-group .form-element {
    margin-bottom: 15pt; }
.checkout .form-group .form-element label {
    display: block;
    font-family: "UniversMedium", Arial, sans-serif;
    font-size: 10pt; }
.checkout .form-group .form-element label.instruction {
    opacity: .6; }
.checkout .form-group .form-element input, .checkout .form-group .form-element select {
    display: block;
    margin-bottom: 5pt;
    margin-top: 6pt;
    font-size: 12pt !important;
    width: 100%;
    padding: 0 8pt;
    box-sizing: border-box;
    border: 2px solid #ccc;
    outline: 0;
    background: white;
    height: 40px;
    border-radius: 0; }
.checkout .form-group .form-element input:focus, .checkout .form-group .form-element select:focus {
    background: #eafaff;
    border-color: #00a9e0; }
.checkout .form-group .form-element img {
    width: 100%;
    display: block;
    margin-top: 6pt; }
.checkout .form-group .form-element.multiple input, .checkout .form-group .form-element.multiple select {
    margin-bottom: 8pt; }
.checkout .form-group .form-element.radio {
    margin-top: 20pt;
    position: static;
    width: auto;
    height: auto; }
.checkout .form-group .form-element.radio .radio {
    position: static;
    width: auto;
    height: auto;
    display: block; }
.checkout .form-group .form-element.radio .radio input, .checkout .form-group .form-element.radio .radio label {
    width: inherit;
    display: initial;
    opacity: 1;
    float: left;
    height: 30px;
    margin: 0 0 0 6pt;
    line-height: 30px; }

.form-actions {
    margin-bottom: 40pt; }

.location-number {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    background: white;
    margin-right: 15px;
    border: 2px solid #ccc;
    margin-bottom: 15px; }
.location-number:hover, .location-number.selected {
    background: #f03d00;
    border-color: #f03d00;
    color: white;
    cursor: pointer; }
.location-number.selected {
    cursor: default; }

.processing-option {
    display: block;
    background: transparent;
    border: 2px solid #004164;
    color: #004164;
    height: 40px;
    font-size: 12pt;
    min-width: 100pt;
    width: 46%;
    float: left;
    margin-right: 4%;
    text-align: center;
    line-height: 40px;
    font-family: "UniversMedium", Arial, sans-serif;
    margin-bottom: 10pt; }
.processing-option:hover, .processing-option.selected {
    background: #f03d00;
    border-color: #f03d00;
    color: white;
    cursor: pointer; }

.provider-item, .pricing-option {
    color: #aaa;
    padding-left: 0;
    padding-top: 0; }
.provider-item div, .pricing-option div {
    border: 2px solid #eee; }
.provider-item div img, .pricing-option div img {
    width: 100%; }
.provider-item.selected div, .provider-item:hover div, .pricing-option.selected div, .pricing-option:hover div {
    border-color: #f03d00; }

#form-error {
    color: red;
    padding: 8pt;
    background: rgba(255, 0, 0, 0.1);
    text-align: left;
    margin: 10px 0;
    font-size: 11pt; }

@media (max-width: 767px) {
    .checkout-form {
        width: 100%; }
    .checkout-form #providers {
        width: 100%; } }
@media (max-width: 480px) {
    .checkout-form .form-element div {
        padding-right: 0 !important;
        padding-left: 0 !important; }

    .provider-item {
        width: 50%;
        padding: 5px; } }
#location-setup {
    /* drag and drop UI  */ }
#location-setup .order-item {
    border: 2px solid #f03d00;
    padding: 10px;
    background: white;
    cursor: pointer;
    margin: 5px; }
#location-setup .location-container {
    border: 2px solid #ddd;
    background: #eee;
    max-width: 400px;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 10px;
    min-height: 100px; }
#location-setup .location-container .order-item {
    border-color: #004164; }
#location-setup #all-items {
    margin: 0 auto;
    max-width: 300px; }

#signature {
    border: 2px solid #eee; }

.vendor {
    margin-bottom: 30px; }
.vendor img {
    max-width: 200px;
    width: 100%;
    border: 2px solid #ddd;
    display: block;
    margin: 0 auto 10px auto; }
.vendor h4 {
    margin-bottom: 0; }
.vendor .button {
    margin-top: 10px; }

#terms, #lease, #confirmation, .nice-table {
    -webkit-print-color-adjust: exact;
    font-size: 12px !important;
    line-height: 13px;
    padding-top: 30px;
    color: black;
    min-width: 750px !important;
    /*
      .print {
        display: none;
      }
    */ }
#terms h1, #lease h1, #confirmation h1, .nice-table h1 {
    font-size: 16pt;
    text-align: center !important;
    color: black;
    font-weight: bold !important;
    border: 0;
    padding: 6pt !important; }
#terms hr, #lease hr, #confirmation hr, .nice-table hr {
    border-color: transparent;
    margin: 10px 0; }
#terms .bold, #terms strong, #lease .bold, #lease strong, #confirmation .bold, #confirmation strong, .nice-table .bold, .nice-table strong {
    font-family: "UniversMedium", Arial, sans-serif; }
#terms .align-middle, #lease .align-middle, #confirmation .align-middle, .nice-table .align-middle {
    vertical-align: middle; }
#terms table, #lease table, #confirmation table, .nice-table table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    /*   	border-color: #A6ABB0 !important; */
    border-color: black !important; }
#terms table td, #lease table td, #confirmation table td, .nice-table table td {
    vertical-align: top;
    padding: 5px;
    word-wrap: break-word !important; }
#terms table th, #lease table th, #confirmation table th, .nice-table table th {
    /*     	font-size: 18px; */
    font-size: 13pt;
    /*     	text-align: left !important; */
    text-align: center !important;
    /*     	background: #A6ABB0; */
    background: black;
    color: white;
    font-weight: bold !important;
    border: 0;
    /*     	padding: 20px; */
    padding: 6pt !important; }
#terms table th.small, #lease table th.small, #confirmation table th.small, .nice-table table th.small {
    font-size: 11pt !important;
    background: white;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding: 10px; }
#terms table.border tr td, #lease table.border tr td, #confirmation table.border tr td, .nice-table table.border tr td {
    /*           border: 1px solid #A6ABB0; */
    border: 1px solid black; }
#terms table.border tr td table tr td, #lease table.border tr td table tr td, #confirmation table.border tr td table tr td, .nice-table table.border tr td table tr td {
    border: none;
    padding: 0 !important; }
#terms table.border-bottom tr td, #lease table.border-bottom tr td, #confirmation table.border-bottom tr td, .nice-table table.border-bottom tr td {
    /*           border-bottom: 1px solid #A6ABB0; */
    border-bottom: 1px solid black; }
#terms table.border-bottom tr td table tr td, #lease table.border-bottom tr td table tr td, #confirmation table.border-bottom tr td table tr td, .nice-table table.border-bottom tr td table tr td {
    border: none;
    padding: 0 !important; }
#terms .width-1, #lease .width-1, #confirmation .width-1, .nice-table .width-1 {
    width: 10%; }
#terms .width-2, #lease .width-2, #confirmation .width-2, .nice-table .width-2 {
    width: 20%; }
#terms .width-3, #lease .width-3, #confirmation .width-3, .nice-table .width-3 {
    width: 30%; }
#terms .width-4, #lease .width-4, #confirmation .width-4, .nice-table .width-4 {
    width: 40%; }
#terms .width-5, #lease .width-5, #confirmation .width-5, .nice-table .width-5 {
    width: 50%; }
#terms .width-6, #lease .width-6, #confirmation .width-6, .nice-table .width-6 {
    width: 60%; }
#terms .width-7, #lease .width-7, #confirmation .width-7, .nice-table .width-7 {
    width: 70%; }
#terms .width-8, #lease .width-8, #confirmation .width-8, .nice-table .width-8 {
    width: 80%; }
#terms .width-9, #lease .width-9, #confirmation .width-9, .nice-table .width-9 {
    width: 90%; }
#terms .width-10, #lease .width-10, #confirmation .width-10, .nice-table .width-10 {
    width: 100%; }
#terms h4, #lease h4, #confirmation h4, .nice-table h4 {
    margin: 0;
    padding: 0; }
#terms label, #lease label, #confirmation label, .nice-table label {
    display: inline-block; }
#terms .user-input, #lease .user-input, #confirmation .user-input, .nice-table .user-input {
    font-family: monospace;
    color: black;
    font-weight: bold;
    word-wrap: break-word; }
#terms .dottedLine, #lease .dottedLine, #confirmation .dottedLine, .nice-table .dottedLine {
    display: inline-block;
    min-width: 50px;
    padding-top: 2px;
    margin-bottom: -2px;
    border-bottom: 1px dotted black; }
#terms .space-right, #lease .space-right, #confirmation .space-right, .nice-table .space-right {
    margin-right: 12px; }
#terms .space-left, #lease .space-left, #confirmation .space-left, .nice-table .space-left {
    margin-left: 11px; }
#terms p, #lease p, #confirmation p, .nice-table p {
    margin: 5px 0; }
#terms .signature-box, #lease .signature-box, #confirmation .signature-box, .nice-table .signature-box {
    min-height: 130px;
    margin-top: 5px;
    padding-left: 30px; }
#terms .signature-box .sign-here, #lease .signature-box .sign-here, #confirmation .signature-box .sign-here, .nice-table .signature-box .sign-here {
    position: absolute;
    margin-left: -30px;
    margin-top: -80px;
    display: block; }
#terms .signature-box span, #lease .signature-box span, #confirmation .signature-box span, .nice-table .signature-box span {
    color: #999;
    padding: 5px;
    text-align: center;
    display: block; }
#terms .signature-box .signature-input-wrapper, #lease .signature-box .signature-input-wrapper, #confirmation .signature-box .signature-input-wrapper, .nice-table .signature-box .signature-input-wrapper {
    border: 3px solid #ccc;
    background: #fafafa;
    padding: 20px; }
#terms .signature-box .signature-input-wrapper input, #lease .signature-box .signature-input-wrapper input, #confirmation .signature-box .signature-input-wrapper input, .nice-table .signature-box .signature-input-wrapper input {
    border: none;
    background: transparent;
    font-size: 46px;
    font-style: oblique;
    font-family: 'Brush Script MT', cursive;
    width: 100%;
    z-index: 99;
    text-align: center; }
#terms .signature-box canvas, #lease .signature-box canvas, #confirmation .signature-box canvas, .nice-table .signature-box canvas {
    border: 3px solid #ccc;
    background: #fafafa;
    width: 100%;
    max-height: 150px;
    z-index: 99; }
#terms .signature-box.signed canvas, #terms .signature-box.signed .signature-input-wrapper, #lease .signature-box.signed canvas, #lease .signature-box.signed .signature-input-wrapper, #confirmation .signature-box.signed canvas, #confirmation .signature-box.signed .signature-input-wrapper, .nice-table .signature-box.signed canvas, .nice-table .signature-box.signed .signature-input-wrapper {
    border-color: #ccc;
    background: #fafafa; }
#terms .signature-box.signed span, #lease .signature-box.signed span, #confirmation .signature-box.signed span, .nice-table .signature-box.signed span {
    display: none; }
#terms .signature-box.signed .sign-here, #lease .signature-box.signed .sign-here, #confirmation .signature-box.signed .sign-here, .nice-table .signature-box.signed .sign-here {
    display: none; }
#terms .signature-box.required canvas, #terms .signature-box.required .signature-input-wrapper, #lease .signature-box.required canvas, #lease .signature-box.required .signature-input-wrapper, #confirmation .signature-box.required canvas, #confirmation .signature-box.required .signature-input-wrapper, .nice-table .signature-box.required canvas, .nice-table .signature-box.required .signature-input-wrapper {
    border-color: orange;
    background: #fffbd3; }
#terms .signature-box.required span, #lease .signature-box.required span, #confirmation .signature-box.required span, .nice-table .signature-box.required span {
    color: #ff8d00; }
#terms .signature-box #final-signature-canvas-overlay,
#terms .signature-box #final-signature-input-overlay, #lease .signature-box #final-signature-canvas-overlay,
#lease .signature-box #final-signature-input-overlay, #confirmation .signature-box #final-signature-canvas-overlay,
#confirmation .signature-box #final-signature-input-overlay, .nice-table .signature-box #final-signature-canvas-overlay,
.nice-table .signature-box #final-signature-input-overlay {
    display: block;
    z-index: 100;
    position: relative; }
#terms .signature-box #final-signature-canvas-overlay, #lease .signature-box #final-signature-canvas-overlay, #confirmation .signature-box #final-signature-canvas-overlay, .nice-table .signature-box #final-signature-canvas-overlay {
    height: 150px;
    margin-bottom: -150px; }
#terms .signature-box #final-signature-input-overlay, #lease .signature-box #final-signature-input-overlay, #confirmation .signature-box #final-signature-input-overlay, .nice-table .signature-box #final-signature-input-overlay {
    height: 100px;
    margin-bottom: -100px; }

#esignature-optin {
    position: fixed;
    z-index: 10001;
    color: white;
    width: 100%;
    background: #004164;
    padding: 15px;
    font-weight: bold; }
#esignature-optin i, #esignature-optin label {
    line-height: 48px; }
#esignature-optin div {
    font-size: 110%; }
#esignature-optin .checkbox {
    padding-left: 20px; }
#esignature-optin .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 20px; }
#esignature-optin .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 8px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
#esignature-optin .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 24px;
    color: green; }
#esignature-optin .checkbox input[type="checkbox"] {
    opacity: 0; }
#esignature-optin .checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
#esignature-optin .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
#esignature-optin .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
#esignature-optin .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
#esignature-optin .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
#esignature-optin .checkbox.checkbox-inline {
    margin-top: 0; }

#esignature-optin-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 9001; }
#esignature-optin-overlay.fade {
    opacity: 0;
    display: none; }
#esignature-optin-overlay.in {
    display: block;
    opacity: 0.85; }

#signature-helper {
    position: fixed;
    padding: 10px 15px;
    margin-left: -5px;
    z-index: 100;
    background: #ffec00;
    top: 220px;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2); }
#signature-helper .signature-required-section {
    display: inline-block;
    background: #f03d00;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    line-height: 31px;
    font-weight: bold;
    color: white;
    margin-left: 5px; }
#signature-helper .signature-required-section:hover {
    background: #fc7243;
    color: white;
    cursor: pointer; }
#signature-helper .signature-required-section i {
    position: absolute;
    color: white;
    border-radius: 16px;
    padding: 2px;
    height: 11pt;
    line-height: 9pt;
    width: 11pt;
    font-size: 8pt;
    background: limegreen; }

.sr-only {
    display: none; }

.terms-section .row {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    overflow: auto; }
.terms-section .row hr {
    border-top: 1px dashed #ccc;
    margin: 5px 0; }
.terms-section .row .inner-header {
    background: #eee; }
.terms-section .row .small {
    font-weight: normal;
    font-style: italic;
    color: #777;
    line-height: 130%; }
.terms-section .row .bold {
    font-weight: bold; }
.terms-section .row .mpa-item {
    color: inherit;
    overflow: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 95%; }
.terms-section .row .mpa-item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
.terms-section .row .mpa-item .column-6 {
    padding: 0 5px; }
.terms-section .row .mpa-item span {
    color: inherit;
    font-weight: bold;
    color: black; }
.terms-section .row .mpa-item .mpa-multi div {
    margin-bottom: 6px; }
.terms-section .row .mpa-item:last-child {
    margin-bottom: 0; }
.terms-section .row .mpa-legal-copy {
    font-size: 85%;
    text-align: justify;
    line-height: 120%;
    padding: 10px 20px; }
.terms-section .row .mpa-legal-copy:first-child {
    padding-top: 20px; }
.terms-section .row .mpa-legal-copy:last-child {
    padding-bottom: 20px; }
.terms-section .row .mpa-legal-copy p {
    margin-bottom: 10px; }
.terms-section .row .mpa-legal-copy p:last-child {
    margin-bottom: 0; }
.terms-section .row .table {
    width: 100%;
    font-size: 90%;
    margin-bottom: 10px; }
.terms-section .row .table .not-applicable {
    opacity: .15;
    display: none; }
.terms-section .row .table tr td {
    text-align: left;
    padding: 8px; }
.terms-section .row .table tr th {
    background: #f7f7f7;
    padding: 5px 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    color: #999;
    font-size: 10pt;
    border-top: 1px solid #ddd; }
.terms-section .row .table tbody {
    border-bottom: 1px solid #ddd; }
.terms-section .row .mpa-two-columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
    -moz-column-fill: auto;
    column-fill: auto; }

.signature-box {
    min-height: 130px;
    margin-top: 5px;
    padding-left: 30px; }
.signature-box .sign-here {
    position: absolute;
    margin-left: -30px;
    margin-top: -80px;
    display: block; }
.signature-box span {
    color: #999;
    padding: 5px;
    text-align: center;
    display: block; }
.signature-box .signature-input-wrapper {
    border: 3px solid #ccc;
    background: #fafafa;
    padding: 20px; }
.signature-box .signature-input-wrapper input {
    border: none;
    background: transparent;
    font-size: 46px;
    font-style: oblique;
    font-family: 'Brush Script MT', cursive;
    width: 100%;
    z-index: 99;
    text-align: center; }
.signature-box canvas {
    border: 3px solid #ccc;
    background: #fafafa;
    width: 100%;
    max-height: 150px;
    z-index: 99; }
.signature-box.signed canvas, .signature-box.signed .signature-input-wrapper {
    border-color: #ccc;
    background: #fafafa; }
.signature-box.signed .sign-here {
    display: none; }
.signature-box.required canvas, .signature-box.required .signature-input-wrapper {
    border-color: orange;
    background: #fffbd3; }
.signature-box.required span {
    color: #ff8d00; }
.signature-box.required.signed canvas, .signature-box.required.signed .signature-input-wrapper {
    border-color: limegreen;
    background: #cbffcb; }
.signature-box.required.signed span {
    color: green !important; }
.signature-box #final-signature-canvas-overlay,
.signature-box #final-signature-input-overlay {
    display: block;
    z-index: 100;
    position: relative; }
.signature-box #final-signature-canvas-overlay {
    height: 150px;
    margin-bottom: -150px; }
.signature-box #final-signature-input-overlay {
    height: 100px;
    margin-bottom: -100px; }

.signature-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 130px;
    max-height: 150px;
    margin-top: 5px; }
.signature-image-container img {
    max-height: 150px;
    max-width: 100%; }

#esignature-optin {
    position: fixed;
    z-index: 10001;
    color: white;
    width: 100%;
    background: #004164;
    padding: 15px;
    font-weight: bold; }
#esignature-optin i, #esignature-optin label {
    line-height: 48px; }
#esignature-optin div {
    font-size: 110%; }
#esignature-optin .checkbox {
    padding-left: 20px; }
#esignature-optin .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 20px; }
#esignature-optin .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 8px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
#esignature-optin .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 24px;
    color: green; }
#esignature-optin .checkbox input[type="checkbox"] {
    opacity: 0; }
#esignature-optin .checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
#esignature-optin .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
#esignature-optin .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
#esignature-optin .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
#esignature-optin .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
#esignature-optin .checkbox.checkbox-inline {
    margin-top: 0; }

#esignature-optin-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 9001; }
#esignature-optin-overlay.fade {
    opacity: 0;
    display: none; }
#esignature-optin-overlay.in {
    display: block;
    opacity: 0.85; }

#sales-wrapper {
    position: fixed;
    width: 350px;
    right: 0;
    z-index: 10001;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#sales-wrapper .arrow {
    width: 21px;
    float: left;
    height: 60px;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.2);
    /*
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-right:30px solid #efefef;
    */
    z-index: 101;
    margin: 119px 0 0 -20px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    padding: 0;
    background: #efefef; }
#sales-wrapper .arrow span {
    color: #aaa;
    font-family: "UniversMedium", Arial, sans-serif;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    margin-left: 5px;
    text-transform: uppercase;
    margin-top: 31px;
    font-size: 13px; }
#sales-wrapper #sales-header {
    padding: 19px 15px;
    background: #004164;
    color: white;
    font-size: 10pt;
    line-height: 100%; }
#sales-wrapper #sales-header div.align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
#sales-wrapper #sales-header #sales-logged-in {
    max-width: 148px; }
#sales-wrapper #sales-header #sales-logged-in a {
    cursor: pointer;
    font-family: "UniversMedium", Arial, sans-serif; }
#sales-wrapper #sales-header #sales-profile-picture {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border: 1px solid #e9eef1; }
#sales-wrapper #sales-header .link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline; }
#sales-wrapper #sales-header .link:hover {
    color: white; }
#sales-wrapper #sales-navigation {
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    display: flex; }
#sales-wrapper #sales-navigation .sales-navigation {
    text-align: center;
    padding: 8px 0 4px 0;
    flex: 1;
    font-family: "UniversMedium", Arial, sans-serif;
    font-size: 14px;
    border-bottom: 4px solid #fafafa; }
#sales-wrapper #sales-navigation .sales-navigation:hover {
    color: #f03d00;
    cursor: pointer; }
#sales-wrapper #sales-navigation .sales-navigation.current {
    border-bottom-color: #f03d00;
    color: #f03d00; }
#sales-wrapper .sales-breadcrumb, #sales-wrapper .proposal-breadcrumb {
    border-bottom: 1px solid #ddd;
    padding: 8px 15px;
    font-size: 9pt;
    font-family: "UniversMedium", Arial, sans-serif;
    color: #404040;
    margin: -15px -15px 15px; }
#sales-wrapper .sales-breadcrumb a, #sales-wrapper .proposal-breadcrumb a {
    margin-right: 8px; }
#sales-wrapper .sales-breadcrumb a.link, #sales-wrapper .proposal-breadcrumb a.link {
    cursor: pointer; }
#sales-wrapper .sales-breadcrumb a.link:after, #sales-wrapper .proposal-breadcrumb a.link:after {
    content: ">";
    margin-left: 8px;
    color: #404040;
    text-decoration: 0 !important;
    display: inline-block;
    cursor: default; }
#sales-wrapper .sales-breadcrumb {
    background: #e1e1e1; }
#sales-wrapper .proposal-breadcrumb {
    background: none; }
#sales-wrapper .bottom-fixed-button,
#sales-wrapper .create-lead-btn {
    position: fixed;
    bottom: 0;
    background: #e1e1e1;
    width: 350px;
    margin-left: -15px;
    padding: 15px 15px 0;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3); }
#sales-wrapper .table-pagination,
#sales-wrapper #opporrunities-pagination {
    text-align: center;
    margin-bottom: 60px; }
#sales-wrapper .table-pagination a,
#sales-wrapper #opporrunities-pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: white;
    margin-left: 3px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    border-radius: 2px;
    color: #00a9e0; }
#sales-wrapper .table-pagination a:hover,
#sales-wrapper #opporrunities-pagination a:hover {
    cursor: pointer;
    background: #00a9e0;
    color: white; }
#sales-wrapper .table-pagination a.disabled, #sales-wrapper .table-pagination a.disabled:hover,
#sales-wrapper #opporrunities-pagination a.disabled,
#sales-wrapper #opporrunities-pagination a.disabled:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #bbb;
    cursor: default; }
#sales-wrapper .table-pagination a.current, #sales-wrapper .table-pagination a.current:hover,
#sales-wrapper #opporrunities-pagination a.current,
#sales-wrapper #opporrunities-pagination a.current:hover {
    background: #00a9e0;
    color: white;
    cursor: default; }
#sales-wrapper .proposal-breadcrumb {
    border: 0;
    color: #aaa; }
#sales-wrapper .proposal-breadcrumb a.done {
    color: #404040; }
#sales-wrapper .proposal-breadcrumb a.link {
    cursor: pointer; }
#sales-wrapper .proposal-breadcrumb a:nth-child(1):after, #sales-wrapper .proposal-breadcrumb a:nth-child(2):after {
    content: ">";
    margin-left: 8px;
    color: #404040;
    text-decoration: 0 !important;
    display: inline-block;
    cursor: default; }
#sales-wrapper .sales-wrapper-content {
    background: #efefef;
    box-shadow: -3px 0 170px rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow-y: auto; }
#sales-wrapper .sales-wrapper-content .sales-container {
    padding: 15px; }
#sales-wrapper .sales-wrapper-content .sales-container h3 {
    font: 15px/20px "UniversMedium",Arial,sans-serif;
    color: #004164;
    margin: 0 0 14px; }
#sales-wrapper .sales-wrapper-content .sales-container h3.order-status {
    line-height: 50px; }
#sales-wrapper .sales-wrapper-content .sales-container h2 {
    font: 24px/28px "UniversRegular", Arial, sans-serif, Arial, sans-serif;
    color: #004164;
    margin: 0; }
#sales-wrapper .sales-wrapper-content .sales-container .business-contact i {
    display: inline-block;
    width: 15px;
    text-align: center; }
#sales-wrapper .sales-wrapper-content .sales-container .lead-details-toggle {
    margin-bottom: -10px;
    margin-top: -35px; }
#sales-wrapper .sales-wrapper-content .sales-container .lead-details-toggle.expanded {
    margin-top: -5px; }
#sales-wrapper .sales-wrapper-content .sales-container .lead-details-toggle a {
    padding: 10px;
    margin-right: -10px; }
#sales-wrapper .sales-wrapper-content .sales-container hr {
    margin: 20px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    clear: both; }
#sales-wrapper .sales-wrapper-content .sales-container .product-requirement-notification {
    background: rgba(255, 0, 0, 0.1);
    padding: 10px;
    border: 0;
    margin: 10px 0 20px 0; }
#sales-wrapper .sales-wrapper-content .sales-container .table {
    background: white;
    border: 1px solid #aaa;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 10pt; }
#sales-wrapper .sales-wrapper-content .sales-container .table th, #sales-wrapper .sales-wrapper-content .sales-container .table td {
    text-align: left;
    padding: 10px;
    border: 1px solid #aaa;
    border-left: 0;
    border-right: 0; }
#sales-wrapper .sales-wrapper-content .sales-container .table th .minmax, #sales-wrapper .sales-wrapper-content .sales-container .table td .minmax {
    font-size: 9px;
    line-height: 10px; }
#sales-wrapper .sales-wrapper-content .sales-container .table th.break-word, #sales-wrapper .sales-wrapper-content .sales-container .table td.break-word {
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
#sales-wrapper .sales-wrapper-content .sales-container .table th {
    font-family: "UniversMedium", Arial, sans-serif;
    color: #404040;
    background: #eee; }
#sales-wrapper .sales-wrapper-content .sales-container .table input {
    box-sizing: border-box;
    border: 2px solid white;
    padding: 3px;
    outline: 0;
    width: 55px; }
#sales-wrapper .sales-wrapper-content .sales-container .table input:focus {
    border-color: #00a9e0; }
#sales-wrapper .sales-wrapper-content .sales-container .table input.disabled {
    color: #aaa !important; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates {
    font-size: 12px; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates .toggle-rates-children {
    display: block;
    float: left;
    padding: 1px 3px 1px 0;
    height: 15px; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates tr td {
    line-height: 120%;
    vertical-align: middle; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates tr td:first-child {
    width: 55%; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates tr td .minmax {
    font-size: 9px;
    line-height: 10px;
    margin-top: 4px; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates tr td .minmax:last-child {
    margin-top: 0; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates tr td input.error ~ .minmax {
    display: block !important;
    color: red !important;
    font-family: "UniversMedium", Arial, sans-serif; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates tr td input.warning ~ .minmax {
    display: block !important;
    color: #ff973c !important;
    font-family: "UniversMedium", Arial, sans-serif; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates thead tr.error, #sales-wrapper .sales-wrapper-content .sales-container .table.rates thead tr.warning {
    display: none; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error thead tr.error {
    display: table-row; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.error th {
    background: rgba(255, 0, 0, 0.1); }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.error td input {
    background: transparent;
    border-color: transparent; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.error td input:focus {
    border-color: #00a9e0; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.error td input.error, #sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.error td input.error:focus {
    background: rgba(255, 0, 0, 0.1) !important;
    border-color: red;
    color: red; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.error td .error-indicator {
    color: red !important; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.warning th {
    background: #ffebcd; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.warning td input {
    background: transparent;
    border-color: transparent; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.warning td input:focus {
    border-color: #00a9e0; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.warning td input.warning, #sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.warning td input.warning:focus {
    background: rgba(255, 235, 205, 0.36) !important;
    border-color: #ff973c;
    color: #ff973c; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.error tr.warning td .warning-indicator {
    color: #ff973c !important; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.warning thead tr.warning {
    display: table-row; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.warning tr.warning th {
    background: #ffebcd; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.warning tr.warning td input {
    background: transparent;
    border-color: transparent; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.warning tr.warning td input:focus {
    border-color: #00a9e0; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.warning tr.warning td input.warning, #sales-wrapper .sales-wrapper-content .sales-container .table.rates.warning tr.warning td input.warning:focus {
    background: rgba(255, 235, 205, 0.36) !important;
    border-color: #ff973c;
    color: #ff973c; }
#sales-wrapper .sales-wrapper-content .sales-container .table.rates.warning tr.warning td .warning-indicator {
    color: #ff973c !important; }
#sales-wrapper .sales-wrapper-content .sales-container a.btn {
    display: block;
    text-transform: uppercase;
    text-align: center;
    background: #f03d00;
    font-family: "UniversMedium", Arial, sans-serif;
    border: 0;
    padding: 10pt;
    color: white;
    clear: both;
    min-width: 80px;
    margin-bottom: 15px; }
#sales-wrapper .sales-wrapper-content .sales-container a.btn:hover {
    background: #fc7243;
    cursor: pointer; }
#sales-wrapper .sales-wrapper-content .sales-container a.btn.disabled {
    background: #ccc;
    cursor: default; }
#sales-wrapper .sales-wrapper-content .sales-container a.btn.btn-blue {
    background: #f03d00; }
#sales-wrapper .sales-wrapper-content .sales-container a.btn.btn-blue:hover {
    background: #fc7243; }
#sales-wrapper .sales-wrapper-content .sales-container.faded {
    background: #aaa;
    cursor: default !important; }
#sales-wrapper .sales-wrapper-content .sales-container.faded .cart-contents {
    opacity: .2;
    cursor: default; }
#sales-wrapper .sales-wrapper-content .sales-container form {
    margin-bottom: 15px;
    overflow: auto;
    width: 100%; }
#sales-wrapper .guide-steps {
    width: 100%;
    margin-bottom: 20px; }
#sales-wrapper .guide-steps h4 {
    margin: 0;
    font-size: 15px;
    font-family: "UniversMedium", Arial, sans-serif; }
#sales-wrapper .guide-steps p {
    font-size: 14px; }
#sales-wrapper .guide-steps td {
    vertical-align: middle;
    padding-bottom: 20px; }
#sales-wrapper .guide-steps .guide-step {
    display: block;
    background: #004164;
    font-family: "UniversMedium", Arial, sans-serif;
    color: white;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    border-radius: 20px; }
#sales-wrapper .guide-steps .current h4 {
    color: #f03d00; }
#sales-wrapper .guide-steps .current .guide-step {
    background: #f03d00; }
#sales-wrapper .guide-steps .disabled {
    opacity: .1; }
#sales-wrapper .map img {
    border: 1px solid #aaa;
    margin-top: 5px; }
#sales-wrapper.closed {
    right: -340px !important; }
#sales-wrapper.closed .arrow {
    background: #a8cd1b; }
#sales-wrapper.closed .arrow span {
    color: white; }
#sales-wrapper.closed .sales-wrapper-content {
    border-left: 10px solid #a8cd1b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

#sales-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 9001; }
#sales-overlay.fade {
    opacity: 0;
    display: none; }
#sales-overlay.in {
    display: block;
    opacity: 0.6; }

.order-cart {
    float: right;
    background: white;
    border: 2px solid #ccc;
    width: 50px;
    height: 50px;
    margin-bottom: 20px; }
.order-cart:hover {
    border-color: #f03d00; }
.order-cart a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 7px 0 0 8px;
    box-sizing: content-box; }
.order-cart a span {
    color: #f03d00;
    font-family: "UniversMedium", Arial, sans-serif;
    margin-left: 12px; }
.order-cart a img {
    width: 30px;
    margin-top: -30px; }

/* templates */
.templates-toggle {
    margin-bottom: 8px;
    padding-top: 4px;
    border-top: 1px solid #ccc; }

#templates {
    margin-bottom: 20px; }
#templates #template-list {
    max-height: 155px;
    overflow: hidden; }
#templates #template-list.expanded {
    max-height: 100%; }
#templates table {
    width: 100%; }
#templates table tr.template td {
    vertical-align: middle;
    padding-bottom: 10px; }
#templates table tr.template td .order-cart {
    float: none;
    margin-right: 10px;
    margin-bottom: 0; }
#templates table tr.template td.small {
    line-height: 140%; }

.discount-row td:first-child {
    width: 50%; }

#welcome-updates .column-6 {
    padding-bottom: 0;
    padding-left: 0; }
#welcome-updates .column-6:last-child {
    padding-left: inherit;
    padding-right: 0; }
#welcome-updates ul {
    margin-left: 20px; }
#welcome-updates ul li {
    list-style: disc; }

@media (max-width: 767px) {
    #sales-wrapper {
        display: none !important; } }
#cart-discount {
    color: red; }

.discount-row.added td {
    color: #aaa; }

/*# sourceMappingURL=marketplace-general.1.0.10.css.map */