
/*     Base Styles     */

* { 
    padding: 0; 
    margin: 0;    
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
    color: #666666;
    font-family: Helvetica, sans-serif;
    font-size: 16px;

    /*  This allows the document.on("click", ...) to work on the iPhone ... amazingly */
    cursor: auto;

    /*  This stops the screen from going dark when you click somewhere on an iPhone */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body { 
    background: #fff;
}

table {
    border-collapse: collapse;
}

a { 
    color: #666;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

button {
    cursor: pointer;
}


/*      Shopify         */

.shopify-challenge__message {
    padding-top: 30px;
    padding-bottom: px;
}

.shopify-challenge__button {
    padding: 7px 25px;
    display: inline-block;
    border: none;
    background-color: #4CAF50;
    background-image: linear-gradient(to bottom, #4CAF50, #36780f);
    color: #ffffff;
}

.shopify-challenge__button:hover {
    cursor: pointer;
    text-decoration: underline;
}


.shopify-pages .page.current {
    font-size: 18px;
    padding: 5px;
    color: #666;
    border-bottom: solid 1px #ddd;
}

.shopify-pages .page a,
.shopify-pages .prev a,
.shopify-pages .next a {
    font-size: 18px;
    padding: 5px;
    color: #aaa;
}

.shopify-pages .page a:hover,
.shopify-pages .prev a:hover,
.shopify-pages .next a:hover {
    text-decoration: none;
    border-bottom: solid 1px #ddd;
    color: #666;
}

/*      Structure       */


.content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hidden-content {
    display: none;
}

.content-block-wide,
.content-block-narrow,
.content-block-full {
    width: 99%;
    padding: 10px;
    box-sizing: border-box;
}

.content-full-width {
    width: 99%;
}

.non-mobile-inline,
.non-mobile-block {
    display: none;
}

.mobile-inline {
    display: inline;
}

.mobile-block {
    display: block;
}

.leftbar {
    display: none;
}

.mobile-block-full {
    width: 99%;
    padding: 10px;
    box-sizing: border-box;
}
 
.sidebar-content-full {
    box-sizing: border-box;
}

.block-fifth {
    box-sizing: border-box;
    width: 19%;
}

.block-quarter {
    box-sizing: border-box;
    width: 25%;
}

.block-third {
    box-sizing: border-box;
    width: 33%;
}

.block-half {
    box-sizing: border-box;
    width: 49%
}

.block-full {
    box-sizing: border-box;
    width: 99%
}

.mobile-block-half {
    width: 49%;
    box-sizing: border-box;
}

.desktop-block-only {
    display: none;
}

.desktop-block-half {
    padding: 10px;
    box-sizing: border-box;
}

.desktop-block-third {
    padding: 10px;
    box-sizing: border-box;
}

.desktop-block-quarter {
    box-sizing: border-box;
}

.desktop-block-three-quarters {
    box-sizing: border-box;
}

.mobile-clear-both {
    clear: both;
}

.full-width-banner {
    height: 145px;
    position: relative;
    box-sizing: border-box;
}

.giant-serif-header {
    font-family: Georgia, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
}

.logo-image {
    display: inline-block;
    width: 135px;
    height: 135px;
    background-size: 135px 135px;
    background-position: 50% 50%;
    margin: 5px;
}

.block-button-small {
    display: block;
    width: 150px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 5px;
    margin: 5px;
}

.banner-image {
    width: 250px;
    height: 250px;
}

@media (min-width: 750px) {

    .non-mobile-inline {
        display: inline;
    }

    .giant-serif-header {
        font-family: Georgia, serif;
        font-weight: normal;
        font-style: italic;
        font-size: 40px;
    }
  
    .logo-image {
        display: inline-block;
        width: 150px;
        height: 150px;
        background-size: 150px 150px;
        background-position: 50% 50%;
        margin: 15px;
    }

    .non-mobile-block {
        display: block;
    }

    .mobile-inline,
    .mobile-block {
        display: none;
    }

    .content-block-wide {
        width: 66%;
    }

    .content-block-narrow {
        width: 33%;
    }

    .sidebar {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        width: 190px;
        padding: 5px;
    }

    .leftbar {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 190px;
        padding: 5px;
    }

    .leftbar-content {
        position: relative;
        top: -15px;        
    }

    .main-content {
        position: relative;
        margin-left: 210px;
        padding-top: 5px;
    }

/*    .main-content {
        position: relative;
        padding-left: 225px;
        padding-top: 10px;
    }*/

    .mobile-block-full {
        width: auto;
    }

    .sidebar-content-full {
        width: 190px;
        border: solid 1px #f00;
    }

    .desktop-block-only {
        display: block;
    }

    .desktop-block-half {
        width: 49%;
    }

    .desktop-block-third {
        width: 33%;
    }

    .desktop-block-three-quarters {
        width: 75%;
    }

    .mobile-block-half {
        width: auto;
    }

    .desktop-block-quarter {
        width: 24%;
    }

    .mobile-clear-both {
        clear: none;
    }

    .desktop-side-margin-30 {
        margin-left: 30px;
        margin-right: 30px;
    }
  
    .block-button-small {
        width: 175px;
    }

    .banner-image {
        width: 425px;
        height: 425px;
    }
}

.button-overlay {
    display: block;
    position: absolute;
    height: 20px;
    width: 30px;
    right: 5px;
    top: 10px;
    text-align: center;
}

.round-image {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.round-icon {
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
}

.centered-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centered-text {
    text-align: center;
}

.right-aligned-text {
    text-align: right;
}

.right-aligned-label {
    text-align: right;
    display: block;
    box-sizing: border-box;
    width: 60%;
}

.right-aligned-value {
    text-align: right;
    display: block;
    box-sizing: border-box;
    width: 39%;
}

.no-padding { padding: 0; }
.no-margin { margin: 0; }

.margin-5 { margin: 5px; }
.margin-10 { margin: 10px; }
.margin-15 { margin: 15px; }
.margin-20 { margin: 20px; }
.margin-30 { margin: 30px; }
.margin-40 { margin: 40px; }
.margin-50 { margin: 50px; }
.margin-60 { margin: 60px; }

.top-margin-1 { margin-top: 1px; }
.top-margin-4 { margin-top: 4px; }
.top-margin-5 { margin-top: 5px; }
.top-margin-6 { margin-top: 6px; }
.top-margin-10 { margin-top: 10px; }
.top-margin-15 { margin-top: 15px; }
.top-margin-20 { margin-top: 20px; }
.top-margin-25 { margin-top: 25px; }
.top-margin-30 { margin-top: 30px; }
.top-margin-35 { margin-top: 35px; }
.top-margin-40 { margin-top: 40px; }
.top-margin-50 { margin-top: 50px; }
.top-margin-60 { margin-top: 60px; }
.top-margin-80 { margin-top: 80px; }
.top-margin-100 { margin-top: 100px; }

.right-margin-3 { margin-right: 3px; }
.right-margin-5 { margin-right: 5px; }
.right-margin-10 { margin-right: 10px; }
.right-margin-20 { margin-right: 20px; }
.right-margin-30 { margin-right: 30px; }
.right-margin-40 { margin-right: 40px; }
.right-margin-45 { margin-right: 45px; }
.right-margin-50 { margin-right: 50px; }
.right-margin-60 { margin-right: 60px; }
.right-margin-70 { margin-right: 70px; }
.right-margin-250 { margin-right: 250px; }

.bottom-margin-5 { margin-bottom: 5px; }
.bottom-margin-10 { margin-bottom: 10px; }
.bottom-margin-15 { margin-bottom: 15px; }
.bottom-margin-20 { margin-bottom: 20px; }
.bottom-margin-25 { margin-bottom: 25px; }
.bottom-margin-30 { margin-bottom: 30px; }
.bottom-margin-35 { margin-bottom: 35px; }
.bottom-margin-40 { margin-bottom: 40px; }
.bottom-margin-50 { margin-bottom: 50px; }
.bottom-margin-60 { margin-bottom: 60px; }

.left-margin-3 { margin-left: 3px; }
.left-margin-5 { margin-left: 5px; }
.left-margin-10 { margin-left: 10px; }
.left-margin-20 { margin-left: 20px; }
.left-margin-25 { margin-left: 20px; }
.left-margin-30 { margin-left: 30px; }
.left-margin-40 { margin-left: 40px; }
.left-margin-45 { margin-left: 45px; }
.left-margin-50 { margin-left: 50px; }
.left-margin-60 { margin-left: 60px; }
.left-margin-100 { margin-left: 100px; }

.padding-2 { padding: 2px; }
.padding-3 { padding: 3px; }
.padding-5 { padding: 5px; }
.padding-10 { padding: 10px; }
.padding-20 { padding: 20px; }
.padding-25 { padding: 25px; }
.padding-30 { padding: 30px; }
.padding-50 { padding: 50px; }

.top-padding-4 { padding-top: 4px; }
.top-padding-5 { padding-top: 5px; }
.top-padding-6 { padding-top: 6px; }
.top-padding-7 { padding-top: 7px; }
.top-padding-10 { padding-top: 10px; }
.top-padding-15 { padding-top: 15px; }
.top-padding-20 { padding-top: 20px; }
.top-padding-25 { padding-top: 25px; }
.top-padding-30 { padding-top: 30px; }
.top-padding-35 { padding-top: 35px; }
.top-padding-40 { padding-top: 40px; }
.top-padding-45 { padding-top: 45px; }
.top-padding-50 { padding-top: 50px; }
.top-padding-100 { padding-top: 100px; }

.left-padding-3 { padding-left: 3px; }
.left-padding-5 { padding-left: 5px; }
.left-padding-10 { padding-left: 10px; }
.left-padding-15 { padding-left: 15px; }
.left-padding-20 { padding-left: 20px; }
.left-padding-30 { padding-left: 30px; }
.left-padding-37 { padding-left: 37px; }
.left-padding-40 { padding-left: 40px; }
.left-padding-50 { padding-left: 50px; }

.right-padding-3 { padding-right: 3px; }
.right-padding-5 { padding-right: 5px; }
.right-padding-10 { padding-right: 10px; }
.right-padding-20 { padding-right: 20px; }
.right-padding-30 { padding-right: 30px; }
.right-padding-40 { padding-right: 40px; }
.right-padding-50 { padding-right: 50px; }
.right-padding-120 { padding-right: 120px; }

.bottom-padding-5 { padding-bottom: 5px; }
.bottom-padding-10 { padding-bottom: 10px; }
.bottom-padding-15 { padding-bottom: 15px; }
.bottom-padding-20 { padding-bottom: 20px; }
.bottom-padding-30 { padding-bottom: 30px; }
.bottom-padding-35 { padding-bottom: 35px; }
.bottom-padding-40 { padding-bottom: 40px; }
.bottom-padding-50 { padding-bottom: 50px; }

.right-mobile-padding-50-non-mobile-20 { padding-right: 50px; }

.pos-top-right-1 { position: absolute; right: 1px; top: 1px; }
.pos-top-right-3 { position: absolute; right: 3px; top: 3px; }
.pos-top-right-5 { position: absolute; right: 5px; top: 5px; }
.pos-top-right-10 { position: absolute; right: 10px; top: 10px; }

.pos-top-left-1 { position: absolute; left: 1px; top: 1px; }
.pos-top-left-3 { position: absolute; left: 3px; top: 3px; }
.pos-top-left-5 { position: absolute; left: 5px; top: 5px; }
.pos-top-left-10 { position: absolute; left: 10px; top: 10px; }

.pos-bottom-right-1 { position: absolute; right: 1px; bottom: 1px; }
.pos-bottom-right-3 { position: absolute; right: 3px; bottom: 3px; }
.pos-bottom-right-5 { position: absolute; right: 5px; bottom: 5px; }
.pos-bottom-right-7 { position: absolute; right: 7px; bottom: 7px; }
.pos-bottom-right-10 { position: absolute; right: 10px; bottom: 10px; }

.pos-bottom-left-1 { position: absolute; left: 1px; bottom: 1px; }
.pos-bottom-left-3 { position: absolute; left: 3px; bottom: 3px; }
.pos-bottom-left-5 { position: absolute; left: 5px; bottom: 5px; }
.pos-bottom-left-10 { position: absolute; left: 10px; bottom: 10px; }

.pos-middle-right-1 { position: absolute; right: 1px; bottom: 50%; }
.pos-middle-right-3 { position: absolute; right: 3px; bottom: 50%; }
.pos-middle-right-5 { position: absolute; right: 5px; bottom: 50%; }
.pos-middle-right-10 { position: absolute; right: 10px; bottom: 50%; }
.pos-middle-right-20 { position: absolute; right: 10px; bottom: 50%; }

.pos-middle-left-1 { position: absolute; left: 1px; bottom: 50%; }
.pos-middle-left-3 { position: absolute; left: 3px; bottom: 50%; }
.pos-middle-left-5 { position: absolute; left: 5px; bottom: 50%; }
.pos-middle-left-10 { position: absolute; left: 10px; bottom: 50%; }
.pos-middle-left-20 { position: absolute; left: 20px; bottom: 50%; }

.pos-relative {
    position: relative;
}

.pos-z-index-0 { z-index: 0; }
.pos-z-index-1 { z-index: 1; }
.pos-z-index-2 { z-index: 2; }

.pos-float-left {
    float: left;
    position: relative;
}

.pos-float-right {
    float: right;
    position: relative;
}

.pos-clear-left {
    clear: left;
}

.pos-clear-right {
    clear: right;
}

.pos-clear-both {
    clear: both;
}

.pos-top {
    position: relative;
    z-index: 100;
}

.pos-middle {
    position: relative;
    z-index: 50;
}

.pos-bottom {
    position: relative;
    z-index: 0;
}

.pos-shift-up-1 {
    position: relative;
    top: -1px;
}

.pos-shift-down-3 {
    position: relative;
    top: 3px;
}

.pos-shift-right-40 {
    position: relative;
    right: -50px;
}

.pos-table-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.pos-table-cell-block {
    display: table-cell;
    position: relative;
}

.min-height-200 {
    min-height: 200px;
}

.max-height-400 {
    max-height: 400px;
    overflow-y: auto;
}

.width-10   {   width: 10px;    }
.width-20   {   width: 20px;    }
.width-30   {   width: 30px;    }
.width-40   {   width: 40px;    }
.width-50   {   width: 50px;    }
.width-60   {   width: 60px;    }
.width-70   {   width: 70px;    }
.width-80   {   width: 80px;    }
.width-90   {   width: 90px;    }
.width-100  {   width: 100px;   }

.icon {
    display: block;
    width: 62px;
    height: 62px;
    background-size: 30px 30px;
    background-position: 50% 50%;
}

.icon-medium-full {
    display: block;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    background-position: 50% 50%;
}

.icon-medium {
    display: block;
    width: 28px;
    height: 28px;
    background-size: 20px 20px;
    background-position: 50% 50%;
}

.icon-small {
    display: block;
    width: 25px;
    height: 25px;
    background-size: 16px 16px;
    background-position: 50% 50%;
}

.icon-tiny {
    display: block;
    width: 23px;
    height: 23px;
    background-size: 10px 10px;
    background-position: 50% 50%;
}

.icon-text-prefix {
    background-size: 15px 15px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 20px;
}

.icon-2-small {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 20px;
    width: 20px;
}

.icon-2-medium {
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 25px;
    width: 25px;
}

.icon-2-large {
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 30px;
    width: 30px;
}

.sprite-home-small                { background-position-y: 0px; }
.sprite-buys-small                { background-position-y: -40px; }
.sprite-products-small            { background-position-y: -80px; }
.sprite-tags-small                { background-position-y: -120px; }
.sprite-storage-small             { background-position-y: -160px; }
.sprite-expenses-small            { background-position-y: -200px; }
.sprite-orders-small              { background-position-y: -240px; }
.sprite-finance-small             { background-position-y: -280px; }
.sprite-consign-it-small          { background-position-y: -320px; }
.sprite-logout-small              { background-position-y: -360px; }
.sprite-more-small                { background-position-y: -400px; }
.sprite-notifications-small       { background-position-y: -440px; }
.sprite-ebay-small                { background-position-y: -480px; }
.sprite-shopify-small             { background-position-y: -520px; }
.sprite-facebook-small            { background-position-y: -560px; }
.sprite-paypal-small              { background-position-y: -600px; }
.sprite-search-small              { background-position-y: -640px; }
.sprite-x-icon-small              { background-position-y: -680px; }
.sprite-dropdown-small            { background-position-y: -720px; }
.sprite-success-small             { background-position-y: -760px; }
.sprite-failed-small              { background-position-y: -800px; }
.sprite-qrcode-small              { background-position-y: -840px; }
.sprite-uparrow-small             { background-position-y: -880px; }
.sprite-downarrow-small           { background-position-y: -920px; }
.sprite-swaparrow-small           { background-position-y: -960px; }

.sprite-home-medium               { background-position-y: 0px; }
.sprite-buys-medium               { background-position-y: -50px; }
.sprite-products-medium           { background-position-y: -100px; }
.sprite-tags-medium               { background-position-y: -150px; }
.sprite-storage-medium            { background-position-y: -200px; }
.sprite-expenses-medium           { background-position-y: -250px; }
.sprite-orders-medium             { background-position-y: -300px; }
.sprite-finance-medium            { background-position-y: -350px; }
.sprite-consign-it-medium         { background-position-y: -400px; }
.sprite-logout-medium             { background-position-y: -450px; }
.sprite-more-medium               { background-position-y: -500px; }
.sprite-notifications-medium      { background-position-y: -550px; }
.sprite-ebay-medium               { background-position-y: -600px; }
.sprite-shopify-medium            { background-position-y: -650px; }
.sprite-facebook-medium           { background-position-y: -700px; }
.sprite-paypal-medium             { background-position-y: -750px; }
.sprite-search-medium             { background-position-y: -800px; }
.sprite-x-icon-medium             { background-position-y: -850px; }
.sprite-dropdown-medium           { background-position-y: -900px; }
.sprite-success-medium            { background-position-y: -950px; }
.sprite-failed-medium             { background-position-y: -1000px; }
.sprite-qrcode-medium             { background-position-y: -1050px; }
.sprite-uparrow-medium            { background-position-y: -1100px; }
.sprite-downarrow-medium          { background-position-y: -1150px; }
.sprite-swaparrow-medium          { background-position-y: -1200px; }

.sprite-home-large                { background-position-y: 0px; }
.sprite-buys-large                { background-position-y: -60px; }
.sprite-products-large            { background-position-y: -120px; }
.sprite-tags-large                { background-position-y: -180px; }
.sprite-storage-large             { background-position-y: -240px; }
.sprite-expenses-large            { background-position-y: -300px; }
.sprite-orders-large              { background-position-y: -360px; }
.sprite-finance-large             { background-position-y: -420px; }
.sprite-consign-it-large          { background-position-y: -480px; }
.sprite-logout-large              { background-position-y: -540px; }
.sprite-more-large                { background-position-y: -600px; }
.sprite-notifications-large       { background-position-y: -660px; }
.sprite-ebay-large                { background-position-y: -720px; }
.sprite-shopify-large             { background-position-y: -780px; }
.sprite-facebook-large            { background-position-y: -840px; }
.sprite-paypal-large              { background-position-y: -900px; }
.sprite-search-large              { background-position-y: -960px; }
.sprite-x-icon-large              { background-position-y: -1020px; }
.sprite-dropdown-large            { background-position-y: -1080px; }
.sprite-success-large             { background-position-y: -1140px; }
.sprite-failed-large              { background-position-y: -1200px; }
.sprite-qrcode-large              { background-position-y: -1260px; }
.sprite-uparrow-large             { background-position-y: -1320px; }
.sprite-downarrow-large           { background-position-y: -1380px; }
.sprite-swaparrow-large           { background-position-y: -1440px; }

.sprite-home-xlarge                { background-position-y: 0px; }
.sprite-buys-xlarge                { background-position-y: -70px; }
.sprite-products-xlarge            { background-position-y: -140px; }
.sprite-tags-xlarge                { background-position-y: -210px; }
.sprite-storage-xlarge             { background-position-y: -280px; }
.sprite-expenses-xlarge            { background-position-y: -350px; }
.sprite-orders-xlarge              { background-position-y: -420px; }
.sprite-finance-xlarge             { background-position-y: -490px; }
.sprite-consign-it-xlarge          { background-position-y: -560px; }
.sprite-logout-xlarge              { background-position-y: -630px; }
.sprite-more-xlarge                { background-position-y: -700px; }
.sprite-notifications-xlarge       { background-position-y: -770px; }
.sprite-ebay-xlarge                { background-position-y: -840px; }
.sprite-shopify-xlarge             { background-position-y: -910px; }
.sprite-facebook-xlarge            { background-position-y: -980px; }
.sprite-paypal-xlarge              { background-position-y: -1050px; }
.sprite-search-xlarge              { background-position-y: -1120px; }
.sprite-x-icon-xlarge              { background-position-y: -1190px; }
.sprite-dropdown-xlarge            { background-position-y: -1260px; }
.sprite-success-xlarge             { background-position-y: -1330px; }
.sprite-failed-xlarge              { background-position-y: -1400px; }
.sprite-qrcode-xlarge              { background-position-y: -1470px; }
.sprite-uparrow-xlarge             { background-position-y: -1540px; }
.sprite-downarrow-xlarge           { background-position-y: -1610px; }
.sprite-swaparrow-xlarge           { background-position-y: -1680px; }


.sprite-icon-small {
    background-size: 20px 980px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 20px;
    width: 20px;
    background-position-x: 0%;
}

.sprite-icon-medium {
    background-size: 25px 1225px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 25px;
    width: 25px;
    background-position-x: 0%;
}

.sprite-icon-large {
    background-size: 30px 1470px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 30px;
    width: 30px;
    background-position-x: 0%;
}

.sprite-icon-xlarge {
    background-size: 35px 1715px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 35px;
    width: 35px;
    background-position-x: 0%;
}

.sprite-prefix-small {
    background-size: 20px 980px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 30px;
    height: 20px;
    background-position-x: 0%;
}

.sprite-prefix-medium {
    background-size: 25px 1225px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 35px; /* Unused thus far. This can change */
    height: 25px;
    background-position-x: 0%;
}

.sprite-prefix-large {
    background-size: 30px 1470px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 40px; /* Unused thus far. This can change */
    height: 30px;
    background-position-x: 0%;
}

.sprite-prefix-xlarge {
    background-size: 35px 1715px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 45px;
    height: 35px;
    background-position-x: 0%;
}

.sprite-suffix-small {
    background-size: 20px 980px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-right: 30px; /* Unused thus far. This can change */
    height: 20px;
    background-position-x: 100%;
}

.sprite-suffix-medium {
    background-size: 25px 1225px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-right: 30px;
    height: 25px;
    background-position-x: 100%;
}

.sprite-suffix-large {
    background-size: 30px 1470px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-right: 40px; /* Unused thus far. This can change */
    height: 30px;
    background-position-x: 100%;
}

.sprite-loading-prefix-small {
    padding-left: 30px;
    height: 20px;
    background: transparent url("/img/loading.gif") no-repeat scroll -2px -2px;
    background-size: 25px 25px;
}

.sprite-loading-medium {
    background: transparent url("/img/loading.gif") no-repeat scroll -2px -2px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: 0%;
}

.sprite-image-lightener {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.badge-label {
    display: block;
    width: 111px;
    text-align: center;
}

.narrow-badge-label {
    display: block;
    text-align: center;
}

.pill-text {
    padding: 2px 8px 3px 8px;
    border-radius: 15px;
}

.icon-left-text {
    display: block;
    width: 137px;
    height: 21px;
    background-size: 25px 25px;
    background-position: 145px 100%;
    padding-right: 55px;
    padding-top: 22px;
    text-align: right;
}

.login-image {
    display: block;
    width: 217px;
    height: 33px;
    background-size: 217px 33px;
    background-position: 50% 50%;
}

.login-button {
    display: block;
    width: 240px;
    height: 33px;
}

.login-button-divider {
    display: block;
    box-sizing: border-box;
    height: 33px;
    width: 1px;
}

.checkout-image {
    display: block;
    width: 217px;
    height: 42px;
    background-size: 217px 42px;
    background-position: 50% 50%;
}

.paypal-inline-logo {
    display: inline-block;
    width: 82px;
    height: 20px;
    background-size: 82px 20px;
    background-position: 50% 50%;
}

.login-image-small {
    display: block;
    width: 184px;
    height: 28px;
    background-size: 184px 28px;
    background-position: 50% 50%;
}

.small-dynamic-image {
    width: 100%;
    max-width: 250px;
    padding: 0;
    box-sizing: border-box;
}

.dynamic-image {
    width: 100%;
    max-width: 400px;
    padding: 0;
    box-sizing: border-box;
}

.large-dynamic-image {
    width: 100%;
    max-width: 450px;
    padding: 0;
    box-sizing: border-box;
}

.dynamic-image-container {
    max-width: 400px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.thumbnail {
    width: 80px;
    min-height: 50px;
    padding: 5px;
    box-sizing: border-box;
}

.tab-menu-item {
    display: inline-block;
    border-bottom: solid 3px #fff;
    padding: 10px 15px;
    margin: 0 15px 0 0;
}

.tab-menu-item:hover {
    border-bottom: solid 3px #bbbbbb;
    text-decoration: none;
}

.tab-menu-item-active,
.tab-menu-item-active:hover {
    display: inline-block;
    border-bottom: solid 3px #187E00;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 15px 0 0;
}

.no-bullet-points {
    list-style: none;
}


.narrow-box {
    display: block;
    position: relative;
    width: 320px;
}

.full-width-form {
    display: block;
    box-sizing: border-box;
    padding: 7px;
    width: 100%;
    margin: 7px 0;
}

.full-width-form-tall {
    display: block;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    margin: 7px 0;
}

.combobox {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 9px;
    margin: 5px;
    border: solid 1px #00f;
}

.form-cbx {
    position: relative;
    top: 1px;
}

.custom-cbx-form {
    display: block;
    padding: 8px 10px 7px 35px;
    background-size: 21px 21px;
    background-position: 5px 50%;
}

.custom-cbx-form:hover {
    text-decoration: none;
}

.inline-btn-form {
    padding: 7px 25px;
    display: inline-block;
}

.inline-btn-form-tall {
    padding: 10px 25px;
    display: inline-block;
}

.header-dropdown {
    display: block;
    position: absolute;
    width: 300px;
    right: 5px;
    top: 90px;
    z-index: 3;
}

.header-dropdown-content {
    width: 100%;
    height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.actions-dropdown {
    display: block;
    position: absolute;
    width: 150px;
    right: 0px;
    top: 24px;
    z-index: 3;
}

.actions-dropdown-content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.dropdown {
    position: absolute;
    width: 150%;
    margin: 0 7px;
    box-sizing: border-box; 
}

.right-edge-dropdown {
    left: -50%;
}

.mobile-right-edge-dropdown {
    left: -50%;
}

.dropdown-pointer {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    right: 70%;
    background-size: 16px 16px;
    background-position: 50% 50%;
}

.right-edge-dropdown-pointer {
    right: 30%;
}

.far-right-edge-dropdown-pointer {
    right: 10%;
}

.mobile-right-edge-dropdown-pointer {
    right: 30%;
}

@media (min-width: 750px) {

    .right-mobile-padding-50-non-mobile-20 { padding-right: 20px; }
    
    .mobile-right-edge-dropdown {
        left: 0;
    }

    .mobile-right-edge-dropdown-pointer {
        right: 70%;
    }

    .far-right-edge-dropdown-pointer {
        right: 11%;
    }
}

.fixed-header {
    height: 80px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

.fixed-header-padding {
    margin-top: 90px;
}

.fixed-header-padding {
    margin-top: 90px;
}

.header-centered-content {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -78px;
    width: 157px;
    height: 65px;
    background-size: 157px 65px;
    z-index: 2;
}

.header-centered-content * {
    display: none;
}

.flyout {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.flyout-bgd {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.flyout-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    z-index: 1;
    overflow-y: auto;
}

.flyout-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 250px;
}

.flyout-content {
    position: absolute;
    bottom: 0px;
    top: 90px;
    overflow-y: auto;
    width: 250px;
}

.nav-menu {
    padding-top: 3px;
    padding-bottom: 9px;
}

.nav-menu li {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 7px;
    display: block;
}

.sub-nav-menu {
    padding-top: 7px;
    padding-bottom: 0;    
}

.sub-nav-menu li {
    padding: 5px 5px 5px 30px;
}

.actions-menu {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
}

.actions-menu li a {
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    display: block;
}

.overflow-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.collapsable-cell {
    max-width: 0; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}

.non-collapsable-cell {
    white-space: nowrap;
}

.hard-wrap-text {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}



/*      Skin            */

.white {
    color: #EEEEEE;
}

.pure-white {
    color: #FFFFFF;
}

.black {
    color: #000000;
}

.green { 
    color: #187E00;
}

.dark-grey {
    color: #999999;
}

.grey {
    color: #cccccc;
}

.steel-grey {
    /*color: #4863A0;*/
    color: #0f5000;
}

.red {
    color: #990000;
}

.blue {
    color: #000099;
}

.orange {
    color: #B8860B;
}

.maroon {
    color: #DC143C;
}

.indigo {
    color: #6A5ACD;
}

.black-bgd {
    background-color: #000;
}

.light-grey-bgd {
    background-color: #eeeeee;
}

.light-green-bgd {
    background-color: #73BD71;
}

.highlighted-bgd {
    background-color: #c3e2c0;
}

.green-gradient {
    border: none;
    background-color: #4CAF50;
    background-image: linear-gradient(to bottom, #4CAF50, #36780f);
}

.blue-gradient {
    border: none;
    background-color: #1b73e8;
    background-image: linear-gradient(to bottom, #1b73e8, #0051c0);
}

.translucent {
    opacity: 0.30;
}

.text-banner-header {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 42px;
}

.text-medium-banner-header {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
}

.text-small-banner-header {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
}

.text-tiny-banner-header {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.text-modal-header {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
}

.text-header {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-size: 26px;
}

.text-subheader {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-size: 23px;
}

.text-smallheader {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.text-tinyheader {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.text-tinytinyheader {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.large-text-serif-header {
    font-family: Georgia, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
}

.text-serif-header {
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 20px;
}

.finance-serif-header {
    font-family: serif;
    font-variant: small-caps;
    font-size: 22px;
}

.finance-serif-header-small {
    font-family: serif;
    font-variant: small-caps;
    font-size: 18px;
}

.text-paragraph-header {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.icon-label {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

.form-label {
    font-family: Helvetica, sans-serif;
    color: #555;
    font-size: 14px;
}

.bold-form-label {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #555;
    font-size: 14px;
}

.form-tbx {
    outline: none;
    border: solid 1px #aaaaaa;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    color: #888;
    border-radius: 3px;
}

.form-combo-box {
    border: solid 1px #aaaaaa;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fafafa;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 7px 0;
}

.form-combo-box select {
    padding: 2px 8px 1px 8px;
    width: 105%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.form-combo-box select:focus {
    outline: none;
}

.button {
    color: #fff;
    border-radius: 2px;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}

.button--medium-text {
    font-size: 15px;
}

.button--green {
    border: none;
    background-color: #4CAF50;
    background-image: linear-gradient(to bottom, #4CAF50, #36780f);
}

.border-button {
    border: solid 2px #737373;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #222;
    text-align: center;
    background: #fff;
}

.border-button:hover {
    background: #f9f9f9;
    text-decoration: none;
}

.border-button-light {
    border: solid 1px #737373;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #222;
    text-align: center;
    background: #fff;
}

.border-button-light:hover {
    background: #f9f9f9;
    text-decoration: none;
}

.xx-large-text {
    font-size: 26px;
}

.extra-large-text {
    font-size: 20px;
}

.large-text {
    font-size: 18px;
}

.medium-text {
    font-size: 16px;
}

.medium-small-text {
    font-size: 15px;
}

.small-text {
    font-size: 14px;
}

.tiny-text {
    font-size: 12px;
}

.xtiny-text {
    font-size: 10px;
}

.strikethrough-text {
    text-decoration: line-through;
}

.black-text {
    color: #333333;
}

.black-shadow-text {
    color: #333333;
    text-shadow: 1px 1px #eeeeee;
}

.gray-text {
    color: #999999;
}

.light-gray-text {
    color: #bbbbbb;
}

.pink-text {
    color: #D18987;
}

.blue-text {
    color: #70B9B9;
}

.red-text {
    color: #CF0A2C;
}

.small-link {
    font-size: 14px;
    text-decoration: none;
}

.block-link, .block-link:hover {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.block-button {
    display: block;
    width: 300px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
}

.small-block-button {
    display: block;
    width: 250px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
}

.bold-text {
    font-weight: bold;
}

.italic-text {
    font-style: italic;
}

.underline-text {
    text-decoration: underline;
}

.finance-underline {
    border-bottom: solid 1px #2C3539;
}

.finance-doubleunderline {
    border-bottom: double 3px #2C3539;
}

.highlighted-text {
    background-color: #ff0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.no-hover-underline:hover {
    text-decoration: none;
}

.blue-pill {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    font-family: Verdana, Geneva, sans-serif;
    background: #70B9B9;
}

.green-pill {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    font-family: Verdana, Geneva, sans-serif;
    background: #73BD71;
}

.pink-pill {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    font-family: Verdana, Geneva, sans-serif;
    background: #D18987;
}



.red-badge {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    background: #d00;
    padding: 2px 6px 3px 6px;
    border-radius: 15px;
}

.gray-badge {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    background: #999;
    padding: 2px 6px 3px 6px;
    border-radius: 15px;
    z-index: 2;
}

.green-badge {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    background: #187E00;
    padding: 2px 6px 3px 6px;
    border-radius: 15px;
    z-index: 2;
}

.light-blue-badge {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    background: #70B9B9;
    padding: 2px 8px 2px 8px;
    border-radius: 15px;
    z-index: 2;
}

.light-pink-badge {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    background: #D18987;
    padding: 2px 8px 2px 8px;
    border-radius: 15px;
    z-index: 2;
}

.light-green-badge {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    background: #73BD71;
    padding: 2px 8px 2px 8px;
    border-radius: 15px;
    z-index: 2;
}

.light-gray-badge {
    position: relative;
    color: #666;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    background: #d0d0d0;
    padding: 2px 8px 2px 8px;
    border-radius: 15px;
    z-index: 2;
}

.badge-divider {
    border-bottom: solid 2px #999;
    width: 50%;
    z-index: 1;
}

.green-badge-divider {
    border-bottom: solid 2px #187E00;
    width: 50%;
    z-index: 1;
}

.left-badge-divider {
    position: absolute;
    top: 27px;
    left: 0px;
}

.right-badge-divider {
    position: absolute;
    top: 27px;
    right: 0px;
}

.number {
    width: 100px;
    position: absolute;
    right: 0;
    text-align: right;
}

.round-border-box {
    border-radius: 6px;
    border: solid 1px #aaa;
}

.small-round-border-box {
    border-radius: 3px;
    border: solid 1px #aaa;
}

.small-light-round-border-box {
    border-radius: 3px;
    border: solid 1px #E0E0E0;
}

.shadow-box {
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
}

.dark-shadow-box {
    background: #fff;
    box-shadow: 0px 0px 25px #666;
}

.medium-shadow-box {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border: solid 1px rgba(0,0,0,0.2);
}

.light-shadow-box {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.super-light-shadow-box {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}

.border-box-link {
    border-radius: 3px;
    border: solid 1px #aaa;
    background-color: #f0f0f0;
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
    text-decoration: none;
    padding: 2px 8px;
}

.border-box-link:hover {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom, #f8f8f8, #e8e8e8);
    text-decoration: none;
}

.border-box-disabled-link {
    border-radius: 3px;
    border: solid 1px #ccc;
    background-color: #e8e8e8;
    color: #aaa;
    text-decoration: none;
    padding: 2px 8px;
}

.bottom-border {
    border-bottom: solid 1px #999;
}

.bottom-border-light {
    border-bottom: solid 1px #ddd;
}

.bottom-border-very-light {
    border-bottom: solid 1px #eee;
}

.border-top-steel-grey {
    /*border-top: solid 1px #4863A0;*/
    border-top: solid 1px #0f5000;
}

.border-bottom-steel-grey {
    /*border-bottom: solid 1px #4863A0;*/
    border-bottom: solid 1px #0f5000;
}

.top-border {
    border-top: solid 1px #999;
}

.top-border-thick {
    border-top: solid 4px #555;
}

.top-border-light {
    border-top: solid 1px #ddd;
}

.right-border-light {
    border-right: solid 1px #ddd;
}

.right-border-very-light {
    border-right: solid 1px #eee;
}

.divider {
    border-bottom: solid 1px #ddd;
}

.gray-background {
    background: #E6E6E6;
}

.gray-hover-background:hover {
    background: #E6E6E6;
}

.light-gray-background {
    background: #f5f5f5;
}

.red-background {
    background: #CF0A2C;
}

.green-background {
    background: #187E00;
}

.stacked-logo {
    background-image: url("/img/websitestackedlogo.png");
    text-decoration: none;
}

.sprite {
    background-image: url("/img/menu-sprite.png");
}

.hamburger-menu {
    background-image: url("/img/more2.png");
}

.shopping-cart {
    background-image: url("/img/cart.png");
}

.search-icon {
    background-image: url("/img/search.png");
}

.tiny-tag-icon {
    background-image: url("/img/tagit.png");
}

.continue-with-facebook {
    background-image: url("/img/continue-with-facebook.png");
}

.facebook-login-button {
    border: solid 1px #2F4679;
    background-color: #3B5998;
    border-radius: 4px;
}

.facebook-login-button:hover {
    border: solid 1px #24365C;
    background-color: #2D4373;
    text-decoration: none;
}

.facebook-login-button .fb-divider {
    border-left: solid 1px #2F4679;
}

.facebook-login-button:hover .fb-divider {
    border-left: solid 1px #24365C;
}

.checkout-with-paypal {
    background-image: url("/img/checkout_paypal.png");
}

.paypal {
    background-image: url("/img/paypal.png");
}

.cbx-checked {
    background-image: url("/img/checked.png");
}

.cbx-unchecked {
    background-image: url("/img/unchecked.png");
}

.x-icon {
    background-image: url("/img/xicon.png");
}

.lock {
    background-image: url("/img/lock.png");
}

.loading {
    background-image: url("/img/loading.gif");
}

.drop-arrow {
    background-image: url("/img/droparrow.png");
}

.up-arrow {
    background-image: url("/img/uparrow.png");
}

.right-arrow {
    background-image: url("/img/rightarrow.png");
}

.thick-right-arrow {
    background-image: url("/img/thickrightarrow.png");
}

.thick-left-arrow {
    background-image: url("/img/thickleftarrow.png");
}

.up-pointer {
    background-image: url("/img/uppointer.png");
}

.fb-icon {
    background-image: url("/img/fbIcon.png");
}

.carters-logo {
    background-image: url("/img/carters.png");
}

.gymboree-logo {
    background-image: url("/img/gymboree.png");
}

.osh-kosh-logo {
    background-image: url("/img/oshkoshbgosh.png");
}

.childrens-place-logo {
    background-image: url("/img/childrensplace.png");
}

.janie-and-jack-logo {
    background-image: url("/img/janieandjack.png");
}

.gap-logo {
    background-image: url("/img/gap.png");
}

.hanna-andersson-logo {
    background-image: url("/img/hannaandersson.png");
}

.tea-logo {
    background-image: url("/img/tea.png");
}

.old-navy-logo {
    background-image: url("/img/oldnavy.png");
}

.matilda-jane-logo {
    background-image: url("/img/matildajane.png");
}

.levis-logo {
    background-image: url("/img/levis.png");
}

.crazy-8-logo {
    background-image: url("/img/crazy8.png");
}

.mini-boden-logo {
    background-image: url("/img/miniboden.png");
}

.nav-link-container a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.nav-link-container-light a {
    font-size: 18px;
    color: #666;
    text-decoration: none;
}

.nav-sublink-container a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.nav-sublink-container-light a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
}

div.popup div.background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1000;
    opacity: 0.8;
}

div.popup div.window {

    position: fixed;
    width: 80%;
    height: 230px;

    border-radius: 3px;
    border: solid 1px #E0E0E0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    
    z-index: 1001;
    left: 50%;
    top: 50%;

    margin-top: -115px;
    margin-left: -40%;
}

@media (min-width: 750px) {

    div.popup div.window {
        width: 600px;
        margin-left: -300px;
    }
}

div.popup div.window a.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1002;
}
