html, body, #app {
    height:100%; 
}
#app {

}
:root {
font-size: 16px;
}
body {
    margin: 0 auto;
    background: #000; 
    background-color: rgba(33,33,33, .8); /* bgcolor */
    border-top: 0px;
    font-family: Helvetica Neue;
    font-weight: 100;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 24px;
    word-spacing: normal;
    color: #000;
}
a, a:visited {
   color: #172860;
    font-weight: 500;

}

a:hover {
   color: #375EE2; 
      text-decoration: none !important;
}

ul.pagination li {
	border: solid;
    border-width: 1px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 14px;
}

.license-pending {
    border: solid;
    border-width: 1px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.red {color:red;}
.nopadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


#sc-header {    
    position: relative;
    z-index: 1;
    background: #000000; /* bgcolor */
    padding-bottom: 0px;
padding-left: 12px;
padding-top: 12px;
opacity: 1;
}
#sc-header .inner_wrapper  {
    background: #000;
    background-color: #000000; !important;  /* bgcolor */
    height: 100%;
    padding: 0 15px;
    box-shadow: none;
}

#sc-header .headerLogo img{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sc-header .headerLogo{
    background: #000; /* bgcolor main center */
    background-color: #D8AA43;
    background-size: auto;
    height: 78px;
    padding-top: 18px;

}
#sc-order-summary .cart_item .item_desc, #sc-order-summary .cart_item .item_long_description, #sc-order-summary .cart_item .item_short_description {
    font-size: .01rem;
    width: 100%;
    color: #CDCDCD;
    background-color: #CDCDCD !important;
}
#sc-order-summary .cart_item {
    background-color: #CDCDCD !important;
}
#sc-order-summary .summary_total {
    color: #444444 !important;
}
#sc-body {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
background-color: #CDCDCD;
}

#sc-body > .container {
    height: 100%;
}

#sc-body .inner_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 30px 30px 30px;
    margin: 0px;
    height: 100%;
    background-color: #CDCDCD;
}

#sc-user_info {
    font-size: .75rem;
    padding: 10px;
    border-top: 1px solid #B5B5B5;
    margin-bottom: 20px;
}

#sc-order-summary {
    font-size: 13px;
    padding: 20px 25px;
    border: 0px solid #000;
    border-left: 0px solid #000;
    overflow-x: hidden;
    border-radius: 0px !important;
}
#sc-order_summary .cart .media-body {
    position: relative;
}

#sc-order_summary .cart_item {
    padding: 10px 0px;
    border-bottom: 2px solid #ddd;
    position:relative;
    margin-bottom: 10px;
}

#sc-order_summary .item_name {
    float: left;
    display: inline-block;
    font-size: 1.125rem;
    margin:0px;
    padding: 0px;
    vertical-align: top;
    margin-top: -6px;
    color: #444;
}
#sc-order_summary .item_name a, #sc-order_summary .item_name a:visited {
    color: #444;
    font-weight: 100;

}
#sc-order_summary .cart_item .cart_action {
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    text-align: left;
    font-size: .75rem;
    background-color: #1c202a;


}
#sc-order_summary .cart_item .item_desc {
    margin-top: 5px;

}
#sc-order-summary h2 {
  font-size: .7rem;
  font-weight: normal;
  margin-bottom: 15px;
  color: #000;
}
#sc-order_summary h3 {
    font-size: .875rem;
    font-weight: bold;

}
#summary_total {
    font-weight: 500 !important;
    color: #555555 !important;


}
#summary_subtotal {
    color: #444444 !important;
    font-size: .9rem;
}
#sc-order-summary {
    font-weight: 500 !important;

}
#sc-order-summary .cart_subtotal {
    font-weight: 500 !important;
    color: #000;
    border-top: .5px solid #000;
    border-bottom: 1px solid #000;

}
/*
div.item_price_name, div.item_price {
    color: #000;
    font-weight: 500 !important;
}
*/
#sc-order_summary .item_price_name {
    float: left;
    font-weight: 500 !important;
    text-align: left;
font-size: .9rem;
  font-weight: bold;
}
.item_price {
    float: right;
    font-weight: 500 !important;
    text-align: right;
    font-size: .9rem;
  font-weight: bold;
}
#sc-order_summary .item_price_info {
    white-space: nowrap;
    right: 0px;
    top: 0px;
    margin: 0px 0;
}
#sc-order_summary .item-pricing {
    font-size: .9rem;
    font-weight: bold;
}
#sc-order-summary .item_price_info .btn {
    background: #1c202a !important;
    color: #999999 !important;
    border:2px solid #ccc;
    border-radius: 0px;
    padding: 2px 10px;
}

#sc-order_summary .promos {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: .75rem;
    background: #444 !important;
    margin: 5px 0;
}
#sc-order_summary .promos i {
    color: red;
}
div.promos {
     background: #444 !important;
     color: #fff;
}
#sc-order_summary #apply_discount_code {
    margin: 4px 0;
    padding-bottom: 2px;
}
#sc-order_summary .item_promotion_discounts {
    color:#0066FF;
    text-align:right;
    font-weight: bold;
    font-size: .9rem;
}
#sc-order_summary .add_promo_code {
    padding-bottom: 4px;
}
#sc-order_summary #summary_total {
    font-size: 1.625rem;
    color: #000;
    font-weight: bold;
    border-top:1px solid #ccc;
    padding-top: 4px;
}
#sc-order_summary .calculated_discount {
    color:red;
    font-weight: bold;
}

#sc-order_summary #summary_discounts {
    padding: 5px 0px;
    font-weight: bold;
    margin: 5px 0;
}

.column {
  float: left;
  width: 33.33%;
}

.footer:after {
  content: "";
  display: table;
  clear: both;
}

.custom-footer a {
    color: #444;
}
.custom-footer {
    color: #444;
    background: #212121;
}

#sc-footer .inner_wrapper {
    box-shadow: none;
    padding: 20px 0px 100px 0; 
    background: transparent;
}
#sc-progressbar .inner_wrapper {
    background: #000000; /* bgcolor progress bar */
}
.place_order {
    text-align: right;
    margin-top: 20px;
    padding-right: 1.5rem;
}
.place_order .place_order {
    text-align: right;
}
.place_order .fa {
    vertical-align: middle;
}
.place_order button {
    width: 50%;
    font-size: 1.2rem;
    margin-top: 5px;
    border: 1px;
    width: 200px;
    color: #D8AA43;
    background: #000;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
border: 1px solid #D8AA43 !important;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
    opacity: 1;
    border-color: #000;
    background: #000;
    background-color: #D8AA43;
    color: #000000;
border: 1px solid #000000 !important;
}

.sc-module-heading,
.cart-heading {
    font-weight: bold;
}

/* wizard */

.flexer,
.progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: normal;
}

.no-flexer,
.progress-indicator.stacked {
    display: block
}

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0
}

.flexer-element,
.progress-indicator>li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

.progress-indicator {
    width: 100%;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 10px;
}

.progress-indicator>li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #D8AA43;
    display: block;
    font-weight: blod;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: unset;
    padding: 0 25px;
}

.progress-indicator>li:hover {
    color: #D8AA43;
}

.progress-indicator>li.completed,
.progress-indicator>li.completed .bubble {
    text-transform: uppercase;
    font-weight: 400;
}

.progress-indicator>li .bubble {
    border-radius: 1000px;
    width: 12px;
    height: 12px;
    /* bubble color */
    background-color: #D8AA43;
    display: block;
    margin: 0 auto .5em;
}

.progress-indicator>li .bubble:after,
.progress-indicator>li .bubble:before {
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    content: '';
   /* bar color */
    background-color: #D8AA43;
}

.progress-indicator>li.completed .bubble,
.progress-indicator>li.completed .bubble:after,
.progress-indicator>li.completed .bubble:before {
    background-color: #CDCDCD;
    border-color: #1ed75f;
}
.progress-indicator>li.completed.current {
    font-weight: bold;
    opacity: 1;
}
.progress-indicator>li.completed.current .bubble {
    font-weight: bold;
    opacity: 1;
    background: #1ed75f;
}

.progress-indicator>li .bubble:before {
    left: 0
}

.progress-indicator>li .bubble:after {
    right: 0
}

.progress-indicator>li:first-child .bubble:after,
.progress-indicator>li:first-child .bubble:before {
    width: 50%;
    margin-left: 50%
}

.progress-indicator>li:last-child .bubble:after,
.progress-indicator>li:last-child .bubble:before {
    width: 50%;
    margin-right: 50%
}

.progress-indicator>li.active,
.progress-indicator>li.active .bubble {
    color: #337AB7
}

.progress-indicator>li.active .bubble,
.progress-indicator>li.active .bubble:after,
.progress-indicator>li.active .bubble:before {
    background-color: #337AB7; 
    border-color: #122a3f
}

.progress-indicator>li a:hover .bubble,
.progress-indicator>li a:hover .bubble:after,
.progress-indicator>li a:hover .bubble:before {
    background-color: #5671d0;
    border-color: #1f306e
}
/*
.progress-indicator>li a:hover .bubble {
    color: #5671d0
}
*/
.progress-indicator>li.warning .bubble,
.progress-indicator>li.warning .bubble:after,
.progress-indicator>li.warning .bubble:before {
    background-color: #edb10a;
    border-color: #5a4304
}

.progress-indicator>li.warning .bubble {
    color: #edb10a
}

.progress-indicator>li.info .bubble,
.progress-indicator>li.info .bubble:after,
.progress-indicator>li.info .bubble:before {
    background-color: #5b32d6; 
    border-color: #25135d
}

.progress-indicator>li.info .bubble {
    color: #5b32d6
}

.progress-indicator.stacked>li {
    text-indent: -10px;
    text-align: center;
    display: block
}

.progress-indicator.stacked>li .bubble:after,
.progress-indicator.stacked>li .bubble:before {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%
}

.progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60%!important;
    width: 45%!important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em
}

.progress-indicator.stacked>li a {
    border: none
}

.progress-indicator.stacked.nocenter>li .bubble {
    margin-left: 0;
    margin-right: 0
}

.progress-indicator.stacked.nocenter>li .bubble:after,
.progress-indicator.stacked.nocenter>li .bubble:before {
    left: 10px
}

.progress-indicator.stacked.nocenter .stacked-text {
    width: auto!important;
    display: block;
    margin-left: 40px!important
}
.accept_tos {
    padding-bottom: .625rem;
    font-size: 1rem;
    color: #444;
}
.place_order .accept_tos {
    font-size: .875rem;
}
div {
    display: block;
}
#sc-footer .row{
    display: flex;
    flex-wrap: wrap;
/*    margin-right: -15px; */
/*    margin-left: -15px; */
    margin-right: unset !important;
    margin-left: unset !important;

}

#sc-footer #copyright * {
    color: #B7B7B7;
    display: inline-block;
    text-align: left;
}

#sc-footer #copyright .columns p, #sc-footer #copyright .columns img {
    /* line-height: 1.1em; */
    display: inline-block;
}
img, svg {
    vertical-align: unset;
}
.sc-secure-checkout {
    min-height: 75px;
    color: #CDCDCD;
}
#sc-footer {
    text-align: left;
    padding-top: 20px;
}
.form-text {
    font-size: .9rem;
    font-weight: 500;
}
.form-control {
    font-weight: 500;
    display: block;
    width: 100%;
    height: calc(1.6em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #505151 !important;
    background-color: rgba(26, 27, 28, 0.5) !important;
    border: 1px solid #505151 !important;
    background-clip: padding-box;
    border-radius: 0px !important;

}
.btn-primary {
/*    color: rgb(216, 170, 67);
    background-color: #000;
    border-color: #000;
*/
  margin-top: 5px;
  color: #D8AA43;
  background: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  border: 1px solid #D8AA43 !important;

}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #000;
  border-color: #000;
  color: #D8AA43;
  opacity: .8;
}
.customer-content-height {
    min-height: 70vh;
    color: #444;
}
.sc-cart-item-image img {
    max-width: 120px;
    max-height: unset;
}
div#order-next-steps {
    text-align: center;
}
div#order-next-steps-link {
    text-decoration: underline;
    font-size: 1.5rem;
}
.bg-primary {
    background-color: rgba(0,0,0,0.75) !important;
}
.sc-dashboard-nav-header {
    margin: .5rem !important;
    border-radius: .5rem !important;
}
div#sc-dashboard-nav-above {
    padding-top: .5rem;
}
.customer-dashboard .sidebar .nav-link.active {
    color: #375EE2;
}
/* promo button color */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #D8AA43;
    background-color: #000;
    border-color: #000;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0,0,0,0.75);
}
.dropdown-item {
    color: #999999 !important;
}
.dropdown-menu {
    background-color: #1c202a !important;
    color: #999999 !important;
}
input:checked+.slider {
    background-color: rgba(0,0,0,0.75);
}
span#cart-hero-step-text-1, span#cart-hero-step-text-2, span#cart-hero-step-text-3 {
    display: none;
}
div#cart-hero-step-1::after {
    content: "Account & Cart";
}
div#cart-hero-step-2::after {
    content: "Review";
}
div#cart-hero-step-3::after {
    content: "Receipt";
}
div#order-next-steps-link {
    text-decoration: underline;
    font-size: 1.5rem;
}
.customer-content-height {
    background-color: #000;
}
div#app {
    background-color: #000; /* bgcolor */
}

div.container-fluid.nopadding.sc-outer-container {
     background: #212121; /* bgcolor */
}
label#ilok-set-password-both-accounts-label.cs-heading span {
    display: none;
}
label#ilok-set-password-both-accounts-label.cs-heading::after {
    content: "Set password for your iLok account*";
}
span#ilok-create-description-text {
   #  display: none;
}
div#ilok-create-info::after {
     content: "We'll create an iLok account for you automatically using your email address below and a new password.";
}
div#ilok-create-info {
    padding-bottom: 10px;
    color: #444;
}
input[type="text"], input[type="email"], select, textarea {
    color: #8b8d94 !important;
}
.form-control:focus{
    border-color: #505151 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sc-login {
   margin-top: 0;
   margin-bottom: 0;
}
.form-signin {
   padding-top: 5rem;
}
div.d-flex.flex-row.justify-content-center.flex-fill.align-items-center {
    background-color: #000;
}
div#sc-customer-dashboard {
    color: #444;
}
.checkout-email-heading, .checkout-ilok-heading {
     color: #000;
}
.form-control::placeholder {
     color: #f2f2f2;
}
input[type="text"], input[type="email"], select, textarea {
    color: #f2f2f2 !important;
}
div#ilok-create-header-text, div#ilok-new-username-label, label#ilok-set-password-both-accounts-label, small#ilok_userid_working, .modal-header, .modal-body {
   color: #000;
}
a.btn.btn-link.p-0 {
    color: red;
}
.sc-payment-options:after {
    content: "\A";
    white-space: pre;
}
.sc-payment-options:after {
     content: url(https://marketing-image-production.s3.amazonaws.com/uploads/df003948372f63fa28714e15baf767cd87cbbc0f7eba2a8ef359ff5ba75af67fd71ca4881fc2f6ba622b5bc2909eed50d77091d3c8815aea8c9e2150c5edc311.png);
}
.sc-payment-options img {
  height: 26px;
  max-height: 26px !important;
}
.sc-secure-checkout-label span { 
  display: none; 
}
.sc-secure-checkout-label::after { 
  content: "Safe and Secure Checkout"; 
}
div.text-center {
  color: #444 !important;
}
span#create_ilok_account_label {
  color: #444;
}


.valign {
position: relative;
display: table;
height: 100%;
width: 100%;
}
.valign-content {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

i.icon {
    font-family: icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


div.container-fluid.nopadding.sc-outer-container .logo {
   display: flex;
   width: 200px;
   height: 42px;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}

.logo img {
    width: 100%;

}


.footer-text a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.footer-text {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}


.footer-link {
    margin-left: 15px;
}
.footer .footer-text a {
    color: #fff;
    text-decoration: none;
}
.footer-social-icon {
    padding: 5px;
    margin-left: 15px;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
}
.footer::after, .footer::before {
    display: table;
    content: " ";
}





/*
@media only screen and (max-width: 768px) {  

    #sc-footer {
       text-align: center;
    }
    div.valign-content {
       top: 50px;
    }
    .footer-text {
      margin-bottom: 10px;
      .footer-link {
        line-height: 28px;
        margin: 0 5px;
      }
    }
}
*/
.footer-bottom-row {
    height: 60px;
    font-size: 12px;
    line-height: 15px;
}

/*
@media (min-width: 768px) {

   .footer-left {
       padding-left: 50px;
       float: left;
       height: 100%;
    }
    .footer-right {
       padding-right: 50px;
       float: right;
       height: 100%;
    }
}
*/


@media (max-width:891px) {
        .box {
            display: flex;
            text-align: center !important;
            flex-direction: column;
        }
        .box-margin {
          flex: 1 1 0px !important;
        }
        div#sc-footer div.container-fluid.nopadding.sc-outer-container {
            width: 70% !important;
        }
        .box-middle {
            flex: 1;
            order: 1;
            width: 100% !important;
            margin-bottom: 10px;
        }
        .footer-text-right {
            flex: 1;
            order: 2;
            width: 100% !important;
            text-align: center !important;
            font-size: 10px !important;
            line-height: 28px !important;
            margin-bottom: 10px;
       }
       .footer-text-left {
            flex: 1;
            order: 3;
            width: 100% !important;
            text-align: center !important;
            font-size: 10px !important;
            color: #FFF !important;
            line-height: 28px !important;
        }
        .footer-text-right a {
            color: #FFF !important;
        }

        .place_order {
            text-align: right;
        }

        button.btn.btn-primary.sc-whitelabel::after
        {
            font-size: 1rem;
        }
}

.box {
   display: flex;
   align-items: center;

/*   margin-top: 20px;
   margin-bottom: 50px;
*/
}
.box-margin {
  flex: 1 1 30px;
}
.box-middle {
  flex: 1 1 40px;
  width: 34%;
}
.footer-text-left {

    width: 33%;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

.footer-text-right {

    width: 33%;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
}

.sc-order-customer-outer, .sc-order-next-steps-outer, .sc-order-receipt-outer, .sc-order-summary-outer {
   overflow-x: unset;
}

button.btn.btn-lg.btn-primary.btn-block {
   border-width: 2px;
   border-color: rgb(216,170,67);
}

.form-register button.btn.btn-primary {
   border-width: 2px;
   border-color: rgb(216,170,67);
   display: block;
   width: 100%;
}
a.btn.btn-link.p-0 {
  color: #D8AA43;
}
div#logo_img {
   padding-bottom: .5vw;
   padding-left: 2.13vw;
   padding-top: 1.7vw;
   line-height: 0px;
}

#sc-order-summary .item_price_name {

    float: left;
    font-weight: 700;
    text-align: left;

}
div {

    display: block;

}
* {

    box-sizing: border-box;

}
*, ::after, ::before {

    box-sizing: border-box;

}
#sc-order-summary .item_price_info {
    white-space: unset;
}

#ilok_userid_maycontain { display: none; }

span#sc-email-help-label.sc-whitelabel {
    color: #444 !important;
}
#sc-order-summary .cart_item_not_last {
    border-bottom: .5px solid #FFF;
}
#sc-order-summary .item_promotion_discounts {
    color: #0066FF;
}
span.float-right.red {
    color: #0066FF;
}
#sc-order-summary #summary_discounts {
  font-size: 25px;
}

#sc-order-summary h2 {
  font-size: 13px;
}
.clearfix {
  line-height: normal;
}
.customer-dashboard .contents {
  background: #cdcdcd;
}
.customer-dashboard .sidebar .nav-link.active {
  background: #cdcdcd;
}
div.text-center.mt-1.mb-1 {
  text-align: left;
}
div.sc-payment-method-outer * {
  text-align: left !important;
}