﻿@charset "UTF-8";
/*-----------------------------------------/
	Methane Studios v2
	©2018 Speartek - www.speartek.com
-------------------------------------*/
/* LOAD ASSETS
------------------------------------------------------------
*/
/* Style Script Imports
	--------------------------------------------------------*/
/* Site Variables
--------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Roboto:300,400,700|Lato:300,400,900");


.custom-design-blocks {
    display: none;
}


.COMCatProdOriginalPrice
{
    display: none;
}
.ProductModifiers {
    margin-top: 20px;
}
div#COMCatQuickOrder {
    font-size: 38px;
    display: inline-block;
    float: right;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.quickorder div#COMCatQuickOrder {
    float: right;
    margin-top: -65px;
}

.quickorderPricebreaks .PricingWrap {
    float: right;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
}

    .quickorderPricebreaks .PricingWrap .PricingTagLine {
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 13px;
        background: #333;
        color: #fff;
        padding: 5px;
        margin-bottom: 0px;
    }

    .quickorderPricebreaks .PricingWrap .PricingHeader,
    .quickorderPricebreaks .PricingWrap .PricingValue {
        display: table-row;
    }

        .quickorderPricebreaks .PricingWrap .PricingHeader .PricingQty,
        .quickorderPricebreaks .PricingWrap .PricingValue .PricingCost {
            display: table-cell;
            white-space: nowrap;
            font-size: 16px;
        }

    .quickorderPricebreaks .PricingWrap::after {
        content: '';
        display: block;
        clear: both;
    }

.addtocartwarningmessage {
    font-size: 15px;
    background: #eee;
    padding: 10px;
    width: 100%;
    margin-left: 0;
}

.container {
    /* margin: 30px auto;
    max-width: 1200px;
    position: relative;
    display: none; */
}

li.item > img {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.sold-out-work-container {
    margin: 30px auto;
    width: 1100px;
    display: none;
}


/*
.grid-item > img {
    max-width: 100%;
    height: auto;
}*/


.page-utils {
    margin: 20px;
}

span.QuickOrder {
    margin-left: 10px;
}

    span.QuickOrder .fa-bars {
        position: relative;
        top: -2px;
    }

    span.QuickOrder a,
    span.QuickOrder a:link,
    span.QuickOrder a:visited {
        color: #cccccc;
        text-decoration: none;
    }

        span.QuickOrder a:hover {
            text-decoration: none;
            color: #ee2f25;
        }

.abBillingAddressHeader, .abShippingAddressHeader {
}

div#COMCatQuickOrderGrid {
    font-size: 30px;
    float: right;
    margin-top: -61px;

}
.quickordersaleprice {
    margin-top: 20px;
    font-weight: 800;
}
.QuickOrderTD {
    vertical-align: top;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}

.QuickOrderTDImage {
    width: 243px;
    flex: 0 0 auto;
}

    .QuickOrderTDImage img {
        max-width: 100%;
        position: relative;
        height: 100%;
    }

    .QuickOrderTDImage .COMCatProdImg,
    .QuickOrderTDImage .COMCatProdImg a,
    .QuickOrderTDImage .COMCatImg,
    .QuickOrderTDImage .COMCatImg a {
        width: auto;
        height: 225px;
        vertical-align: middle;
        text-align: center;
    }

.QuickOrderViewLarger {
    text-align: center;
    margin-top: 1px;
}

    .QuickOrderViewLarger a,
    .QuickOrderViewLarger a:visited,
    .QuickOrderViewLarger a:link {
        text-decoration: none;
        font-size: 12px;
        color: #878787;
    }

        .QuickOrderViewLarger a:hover {
            color: #ee2f25;
        }

.QuickOrderTDOrdering {
    width: 350px;
    text-align: right;
    flex: 0 0 auto;
}

.QuickOrderTDInformation {
    padding: 15px;
    flex: 1 0 auto;
}

.addtocartquickordertop {
    text-align: right;
    margin-bottom: 15px;
    float: right;
}

.quickordertable {
    border-top: 1px solid #e2e2e2;
}

.quickorderattributes {
    margin-bottom: 20px;
    margin-top: 10px;
}

    .quickorderattributes > table {
        width: 100%;
    }

        .quickorderattributes > table tr:first-of-type td:first-of-type {
            vertical-align: middle;
            font-weight: bold;
        }

.QuickOrderProduct {
    display: flex;
    flex-flow: row nowrap;
}

    .QuickOrderProduct .COMCatProdImg a img {
        height: 225px;
        min-height: unset;
    }

.quickorderproductname {
    line-height: 1.2;
}

    .quickorderproductname a,
    .quickorderproductname a:link,
    .quickorderproductname a:visited {
        font-style: italic;
        color: #222;
        font-size: 20px;
        text-decoration: none;
    }

        .quickorderproductname a:hover {
            color: #ee2f25;
        }

.quickorderpartnumber {
    font-style: italic;
    color: #878787;
    font-size: 16px;
    margin-bottom: 10px;
}

.quickorderupc .quickordertag,
.quickorderavailability .quickordertag,
.quickorderPriceDisplaySuggested .quickordertag,
.quickorderminimum .quickordertag{
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
}
    .quickorderminimum .quickordertag,
    .quickorderavailability .quickordertag {
        margin-right: 10px;
    }

.quickorderupc .quickordervalue,
.quickorderavailability .quickordervalue,
.quickorderPriceDisplaySuggested .quickordervalue {
    font-style: italic;
    width: 370px;
    vertical-align: top;
    display: inline-block;
}

.quickordertable .comProdDropDown {
    border: 1px solid transparent !important;
    margin-bottom: 20px;
    margin: 0;
    width: 100%;
}

.InventoryOutOfStock {
    color: #ee2f25;
}

.quickorderPriceDisplay {
    color: #ee2f25;
    font-style: italic;
    font-size: 28px;
    margin-bottom: 15px;
}

.quickorderDescription {
    margin-top: 15px;
    display: none;
}

span.quickorderqtylabel {
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}

.quickorderTotalPrice {
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
}

.productsubtotal {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

div#SubtotalDiv {
    text-align: right;
    margin-top: 15px;
    font-size: 22px;
    font-style: italic;
}

div#SubtotalDivTop {
    text-align: right;
    margin-bottom: 15px;
    font-size: 22px;
    font-style: italic;
    float: right;
    margin-right: 30px;
    margin-top: 5px;
}

.addtocartquickorderbottom {
    text-align: right;
    margin-top: 15px;
}

.quickorderMoreDetails {
    margin-top: 15px;
    font-style: italic;
}

.quickorderwrapper {
    position: relative;
}

.quickorderloading {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.85);
    padding-top: 65px;
}

/* v723 INLINE CART
--------------------------------------------*/
#cartContainerInline {
    display: none;
}

#simplemodal-overlay {
    background-color: #333;
}

#simplemodal-container {
    height: 220px;
    width: 728px;
    color: #333;
    background-color: #FFF;
    padding: 0px;
    border-radius: 2px;
}

#body #simplemodal-container a.modalCloseImg {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 29px;
    position: absolute;
    top: -4px;
    right: -8px;
    background: #F8F8F8 !important;
    border-radius: 100px;
    cursor: pointer;
    background: inherit;
    z-index: 100;
    text-decoration: none;
}

#simplemodal-container a.modalCloseImg::after {
    content: "\f057";
    font-family: FontAwesome;
    font-size: 30px;
    color: #333;
    pointer-events: none;
    position: relative;
    right: -3px;
    padding-left: 1px;
    top: 2.4px;
}

#simplemodal-container h3 {
    color: #84b8d9;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .bx-wrapper .slide {
        height: 200px;
        text-align: center;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .bx-wrapper .bx-viewport {
        left: -5px;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../content/images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #333;
        padding-top: 20px;
        display: none;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #333;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    .bx-wrapper .bx-prev {
        left: -27px;
        background: url(../content/images/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: -29px;
        background: url(../content/images/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -65px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(../content/images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(../content/images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #333\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

.inlinecarttotalsbg {
    background: none repeat scroll 0 0 #f1f1f1;
    height: 220px;
    position: absolute;
    right: 0;
    width: 372px;
    z-index: 1;
    border-radius: 0 2px 2px 0;
    border-radius: 0 0 6px 0;
}

.inlinecarttotals {
    float: left;
    margin-left: 30px;
    padding-top: 38px;
    vertical-align: top;
    width: 41%;
    z-index: 3;
    position: relative;
    color: #292929;
}

#InlineCartRelatedInfo {
    border-top: 1px solid #ededed;
    clear: both;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    display: none;
}

#inlinecartscrollbar {
    border-right: 0;
    float: left;
    margin-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
    width: 46%;
}

    #inlinecartscrollbar .viewport {
        width: 94%;
        height: 110px;
        overflow: hidden;
        position: relative;
    }

    #inlinecartscrollbar .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #inlinecartscrollbar .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 15px;
        height: 110px !important;
    }

    #inlinecartscrollbar .track {
        width: 6px;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 0 3px #333333 inset;
    }

    #inlinecartscrollbar .thumb {
        background: #333;
        border-radius: 10px;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        width: 6px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
    }

        #inlinecartscrollbar .thumb .end {
            overflow: hidden;
            height: 5px;
            width: 25px;
        }

    #inlinecartscrollbar .disable {
        display: none;
    }

.noSelect {
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.inlinecartheader {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#cartHeaderInline {
    font-size: 18px;
    font-weight: bold;
    color: #151515;
    background: url(../content/images/addedtocart.png) no-repeat left;
    padding-left: 40px;
    height: 31px;
    padding-top: 5px;
}

.inlinecartitemimage {
    float: left;
    display: block;
    padding-right: 15px;
    max-height: 110px;
    overflow: hidden;
}

.inlineitemdetails {
    float: left;
    display: block;
    font-size: 11px;
    width: 160px;
}

.inlinecartitembreak {
    clear: both;
    padding-top: 15px;
}

.inlineitemname {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 2px;
    color: #292929;
}

.inlinecartbody {
    margin-left: 20px;
}

.inlineitem {
    display: flex;
    flex-flow: row nowrap;
}

.inlinecartitems {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.inlinecartsubtotal {
    font-size: 13px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.inlinecartviewitems a,
.inlinecartviewitems a:link,
.inlinecartviewitems a:visited {
    background: #838088;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 11px;
    text-decoration: none;
    border: 0;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 43%;
    transition: all 250ms ease-out;
    float: left;
    cursor: pointer;
    margin-top: 15px;
}

    .inlinecartviewitems a:hover {
        background: #292929;
        text-decoration: none;
    }

a.InlineCartCheckoutCart,
a.InlineCartCheckoutCart:link,
a.InlineCartCheckoutCart:visited {
    background: #292929;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 11px;
    text-decoration: none;
    border: 0;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 37%;
    float: right;
    cursor: pointer;
    margin-top: 15px;
}

    a.InlineCartCheckoutCart:hover {
        background: #ee2f25;
        text-decoration: none;
    }

.InlineCartRelatedItemsHeader {
    font-size: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    margin-left: 7px;
}

#InlinecartRelatedItems a,
#InlinecartRelatedItems a:link,
#InlinecartRelatedItems a:visited {
    font-size: 12px;
    color: #ee2f25;
}

    #InlinecartRelatedItems a:hover {
        color: #333;
    }

#InlinecartRelatedItems {
    font-size: 12px;
    line-height: 18px;
}

#cartInline {
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
}

/* v723 CART CHECKOUT
--------------------------------------------*/
#RestCart_AddressValidate::after,
#RestCart_Billing_AddressValidate::after {
    content: '';
    clear: both;
    display: block;
}

#checkoutContainer .ui-widget-content {
    color: #484848;
}

#RestCart_CartItems .prod_headwrap {
    background: #333;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.RestCart_CartItem.cartItemRow {
    border-bottom: 1px solid #f1f1f1;
}

    .RestCart_CartItem.cartItemRow:first-child {
        border-top: 1px solid #f1f1f1;
    }

.CheckoutBreadcrumb li a {
    padding: 0 !important;
    color: #838088 !important;
    float: none !important;
    display: inline-block;
    padding: 0 20px !important;
    background: #fff;
}

.CheckoutBreadcrumb i.fa-shopping-cart::before,
.CheckoutBreadcrumb i.fa-truck::before {
    left: -1px;
    position: relative;
}

.CheckoutBreadcrumb i {
    background: #838088;
    color: #fff;
}

.CheckoutBreadcrumb .ui-tabs-active i {
    background: #ee2f25;
    color: #fff;
}

#checkoutContainer .CheckoutBreadcrumb .ui-tabs-tab a {
    color: #838088 !important;
}

#checkoutContainer .CheckoutBreadcrumb .ui-tabs-active a {
    color: #292929 !important;
}

#checkoutContainer .CheckoutHeader .message u {
    text-decoration: none;
}

.cartUpdateBtn a,
.cartUpdateBtn a:link,
.cartUpdateBtn a:visited,
.cartRemoveBtn a,
.cartRemoveBtn a:link,
.cartRemoveBtn a:visited {
    color: #838088;
    text-transform: lowercase !important;
}

    .cartUpdateBtn a:hover,
    .cartRemoveBtn a:hover {
        color: #ee2f25;
    }

#checkoutContainer .ui-widget,
#checkoutContainer .ui-widget-content a,
#checkoutContainer .ui-widget-content,
#checkoutContainer .ui-widget input,
#checkoutContainer .ui-widget select,
#checkoutContainer .ui-widget textarea,
#checkoutContainer .ui-widget button {
    font-family: inherit !important;
    font-size: 14px;
    line-height: 1.4;
}

    #checkoutContainer .ui-widget button.FormButtons {
        line-height: 1 !important;
    }

    #checkoutContainer .ui-widget .proceedToCheckout button.FormButtons {
        margin-right: 0 !important;
    }

#checkoutContainer .CheckoutHeader {
    color: #292929;
    font-weight: 400;
    line-height: 1.1;
    font-size: 36px;
    padding-bottom: 20px;
}

    #checkoutContainer .CheckoutHeader .message {
        font-size: 14px !important;
    }

.continueShopping a, .continueShopping a:link,
.continueShopping a:visited,
.continueShopping a:hover {
    font-size: 15px !important;
    text-transform: lowercase !important;
}

#RestCart_tableCart th {
    background: #838088 !important;
}

.cartitemCommentsButtons .FormButtons {
    background-image: none !important;
    border: 0 !important;
}

button.FormButtonsGrayCart {
    transition: all 250ms ease-out;
}

    button.FormButtonsGrayCart:hover {
        background-color: #151515;
    }

#RestCart_tableCart {
    border-top: 2px solid #838088 !important;
    border-bottom: 2px solid #838088 !important;
}

#checkoutContainer .FormElementInput:active,
select:active,
.FormElementInput:focus,
select:focus {
    border: 1px solid #ee2f25 !important;
    box-shadow: none !important;
    outline: none;
}

#checkoutContainer .FormElementInput,
select, .FormElementInput, select {
    background-color: #ececec;
}

#body.checkout .FormElementInput,
#body.checkout .comProdDropDown {
    padding: 10px 15px;
}

#body.checkout .CartSubtotalShippingContainer {
    margin: 20px 10px 5px 10px;
    width: 315px;
}

#body.checkout #checkoutContainer .ui-widget .CartSubtotalShippingContainer .proceedToCheckout button {
    margin-right: -10px;
}

.cartCol {
    border-bottom: 1px solid #f1f1f1;
    border-top: 0 !important;
}

.cartItemRowSpecial {
    border-top: 1px dashed #f1f1f1;
}

.cartItemRow:last-child .cartCol {
    border-bottom: 0 !important;
}

#cartEstTotalValue {
    color: #ee2f25;
}

#RestCart_EstimatePostalCode {
    text-align: center;
}

div.cartItemComment a {
    font-size: 12px !important;
    color: #ee2f25;
    text-decoration: underline;
}

.FormButtonsGrayCart {
    background: #838088;
    border-radius: 4px;
    font-size: 15px !important;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 4px 12px;
    font-weight: 300;
    text-transform: lowercase;
    text-align: center;
    font-style: italic;
    font-family: 'Lato', sans-serif !important;
}

#RestCart_SavedCarts {
    margin-top: 100px !important;
}

.SavedCartsHeading {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

.RestSavedCartUseCart input {
    background: #fff;
    border: 1px solid #fff;
    color: #838088;
    text-transform: lowercase;
    font-family: inherit;
    font-style: italic;
    margin-right: 5px;
}

.gips-body {
    font-family: inherit !important;
}

.CheckoutInternationalAddress {
    display: none;
}

#RestCart_tabShippingAddress .CheckoutHeader,
#RestCart_tabPaymentInput .CheckoutHeader,
#RestCart_tabSummary .CheckoutHeader {
    font-size: 26px !important;
}

div#lblShippingMethodLegend1 {
    margin-top: -20px;
}

div#RestCart_totals {
    margin-top: 10px;
    border: 2px solid #fff;
    background: #f1f1f1;
    outline: 1px solid #ccc;
}

#RestCart_totals .orderSummaryTitle {
    padding: 10px;
    background-color: #ee2f25;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
}

.orderSummaryLblTotal span.amount {
    font-size: 16px;
    font-weight: bold;
    color: #ee2f25;
}

.sum-wrap.head {
    border-bottom: 2px solid #f1f1f1;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #777;
}

.sum-wrap.prod {
    border-bottom: 1px solid #f1f1f1;
}

.RestCart_summaryItemsRow {
    border-bottom: 1px solid #f1f1f1;
}

.PromotionalCodeForm .FormButtons {
    padding: 6px 52px 7px 22px;
    font-size: 16px;
    background-size: 29px;
}

#reviewPlaceOrder {
    margin-top: 20px;
    outline: 1px solid #ccc;
    padding: 2px;
    background: #f1f1f1;
    border: 2px solid #fff;
    padding: 15px;
}

.reviewOrderHeader {
    color: #151515;
}

#checkoutContainer .reviewOrderEditLinks a,
#checkoutContainer .reviewOrderEditLinks a:link,
#checkoutContainer .reviewOrderEditLinks a:visited,
#checkoutContainer .editCartPlaceOrder a,
#checkoutContainer .editCartPlaceOrder a:link,
#checkoutContainer .editCartPlaceOrder a:visited,
#checkoutContainer .RestCheckoutForgotUserName a,
#checkoutContainer .RestCheckoutForgotUserName a:link,
#checkoutContainer .RestCheckoutForgotUserName a:visited {
    color: #ee2f25;
}

    #checkoutContainer .reviewOrderEditLinks a:hover,
    #checkoutContainer .editCartPlaceOrder a:hover,
    #checkoutContainer .RestCheckoutForgotUserName a:hover {
        color: #ee2f25;
    }

.checkoutHeaderBG {
    font-size: 16px;
    padding: 6px 8px;
    background: #838088;
    color: #FFF;
}

.itemsSummaryListHeader {
    background: #f1f1f1;
    padding: 5px 10px;
    text-align: center;
}

#RestCart_SavedCartsList .RESTsavedCartItem {
    border-bottom: 1px solid #f1f1f1;
}

.ShippingOption {
    margin-bottom: 8px;
}

    .ShippingOption input {
        margin-right: 3px;
    }

.checkoutrequred, .checkouterror, .checkoutrequired {
    color: #ff0000;
    text-align: left;
}

.orderSummaryBreak hr {
    background: #f1f1f1;
}

#body .continueShopping a,
#body .continueShopping a:link,
#body .continueShopping a:visited,
#body .continueShopping a:hover {
    margin-top: 15px;
}

#checkoutContainer .ShoppingCartEmptyMessage {
    margin-top: 17px;
    margin-bottom: 20px;
}

/* Site Variables
--------------------------------------------------------*/
/* ELEMENTS > UI WIDGETS & SEARCH ---------------------------------------------*/
.ui-autocomplete-loading {
    /* background: white url('//jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif') right center no-repeat;*/
}

.ui-autocomplete-loading2 {
    background: white url("//jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif") left center no-repeat;
    padding-left: 16px;
    /*position:absolute;*/
    right: 45%;
    width: auto;
    margin-top: -10px;
}

.ui-widgetTN ul#ui-id-1,
.ui-widgetTN ul#ui-id-2 {
    z-index: 9999 !important;
    width: 330px !important;
    top: 40px !important;
    border: 0;
    font-family: "Lato";
    color: #151515;
    position: absolute;
    z-index: 101;
    height: auto;
    background: transparent;
    left: auto !important;
    right: 0;
    padding: 0;
    padding-top: 10px;
}

    .ui-widgetTN ul#ui-id-1 a,
    .ui-widgetTN ul#ui-id-2 a,
    .ui-widgetTN ul#ui-id-1 a:link,
    .ui-widgetTN ul#ui-id-2 a:link,
    .ui-widgetTN ul#ui-id-1 a:visited,
    .ui-widgetTN ul#ui-id-2 a:visited,
    .ui-widget-content a,
    .ui-widget-content a:link,
    .ui-widget-content a:visited {
        color: #151515;
    }

        .ui-widgetTN ul#ui-id-1 a:hover, .ui-widgetTN ul#ui-id-2 a:hover,
        .ui-widget-content a:hover {
            color: #ee2f25;
        }

ul#ui-id-1 .moreResults a,
ul#ui-id-1 .moreResults a:link,
ul#ui-id-1 .moreResults a:visited,
ul#ui-id-2 .moreResults a,
ul#ui-id-2 .moreResults a:link,
ul#ui-id-2 .moreResults a:visited {
    color: #fff;
}

    ul#ui-id-1 .moreResults a:hover,
    ul#ui-id-2 .moreResults a:hover {
        color: #fff;
    }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0 !important;
}

.acproddetails {
    float: right;
    width: 73%;
    padding-left: 5px;
}

.ui-widget div.acpartno {
    color: #616161;
    padding: 4px 4px 0 4px;
    font-size: 11px;
    text-align: left;
    line-height: 1;
    font-style: italic;
}

.ui-widget div.acproductname {
    padding: 4px;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    text-transform: inherit;
    font-weight: bold;
    color: #151515;
}

.ui-menu .ui-menu-item {
    padding: 3px 0 3px 0;
    border: 0;
    border-collapse: collapse;
    display: block;
    background: #f5f5f5;
    transition: all 250ms ease-out;
}

    .ui-menu .ui-menu-item a {
        padding: 1px .4em;
        display: block;
    }

.ui-state-focus {
    cursor: pointer;
}

#ui-id-2 {
    max-width: 300px;
    border: 0;
}

#loading-spinnerTN {
    border: 1px solid #e6e6e6;
    width: 214px;
    padding: 10px 5px 9px 27px;
    text-align: left;
    border-radius: 0;
    z-index: 9999;
    position: absolute;
    left: 5px;
    font-size: 13px;
    background-position-x: 5px;
    opacity: 1;
    color: #151515;
    text-transform: none;
    top: 46px;
}

#loading-spinner {
    padding: 7px 5px 6px 27px;
    border-radius: 0;
    font-size: 13px;
    background-position-x: 5px;
    width: 300px;
    margin: 0;
    position: absolute;
    left: 0;
    border: 1px solid #e6e6e6;
}

.moreResultsLink {
    font-size: 11px;
    font-weight: bold;
    padding: 0 5px;
}

#searchContainer ul#ui-id-1, #searchContainer ul#ui-id-2 {
    width: 172px !important;
}

.ui-menu-item:hover,
.ui-menu-item a:hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a {
    background: none;
    border: 0;
    border-collapse: collapse;
}

.ui-menu-item:hover {
    background: #e6e6e6;
}

#SearchForm {
    position: relative;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a {
    margin: 0 !important;
}

.ui-menu .ui-menu-item.moreResults {
    background: #222;
    padding: 0;
    text-align: center;
    transition: all 250ms ease;
}

    .ui-menu .ui-menu-item.moreResults > a {
        padding: 2px !important;
    }

    .ui-menu .ui-menu-item.moreResults a:hover {
        background: #151515;
    }

.ui-widget-content {
    border: 1px solid #e6e6e6;
}

ul#ui-id-1 {
    padding: 0;
}

.ui-widget .acimage {
    display: flex;
    width: 27%;
    height: 52px;
    float: left;
    padding-top: 0;
    justify-content: center;
}

    .ui-widget .acimage img {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        margin: auto;
        max-width: 49px;
        max-height: 49px;
        border: 2px solid #fff;
    }

.ui-state-focus {
    cursor: pointer;
}

/* Site Variables
--------------------------------------------------------*/
.rel-header {
    font-family: "Lato";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    border-top: 2px dashed #bfbfbf;
    padding: 30px 0;
    margin-top: 30px;
}

.rel-product:not(:last-of-type) {
    padding-right: 30px;
}

.rel-product > a {
    display: block;
    text-align: center;
}

.rel-img {
    padding-bottom: 20px;
}

#rel-container a.rel-title {
    font-size: 14px;
    font-weight: 100;
    text-decoration: underline;
}

/* Site Variables
--------------------------------------------------------*/
/* ELEMENTS > CONTENT OVERLAY MODAL -----------------------------------------*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open {
    overflow: hidden;
}

    .modal-open #site-container {
        padding-right: 17px;
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .modal-open #back-to-top {
        right: 47px;
    }

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

div[id^=prod-modal] {
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-right: 17px;
    cursor: pointer;
}

.modal.fade .prod-modal-stage {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    transform: translate(0, 25%);
}

.modal.in .prod-modal-stage {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.prod-modal-stage {
    position: relative;
    margin: 6% auto;
    width: 100%;
    max-width: 1170px;
    display: block;
}

.prod-modal-wrap button.close {
    color: #fff;
    font-size: 32px;
    font-family: "Lato";
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    text-shadow: 0 0px 0 #fff;
    transition: all 250ms ease-out;
}

    .prod-modal-wrap button.close:hover {
        color: #151515;
    }

.close-fixed {
    position: absolute;
    right: 0;
    padding: 20px;
    margin-right: 10px;
    margin-top: -40px;
}

.prod-modal-content {
    position: relative;
    padding-bottom: 61%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    max-height: 540px;
    background-color: #fff;
}

    .prod-modal-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal-demo {
    margin: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

/* SPEARTEK CORE
------------------------------------------------------------
*/

.Primary {
    background-color: #fff;
    color: #151515;
    font-weight: normal;
}

.PrimaryHeader {
    background-color: #fff;
    color: #151515;
    font-weight: bold;
    font-size: 20px;
}

.PrimaryBoldText {
    background-color: #fff;
    color: #151515;
    font-weight: bold;
}

.PrimaryEnlargedText {
    background-color: #fff;
    color: #151515;
    font-weight: normal;
    font-size: 20px;
}

.PrimaryReducedText {
    background-color: #fff;
    color: #151515;
    font-weight: normal;
    font-size: 16px;
}

.Secondary {
    background-color: #151515;
    color: #ee2f25;
    font-weight: normal;
}

.SecondaryHeader {
    background-color: #151515;
    color: #ee2f25;
    font-size: 20px;
    font-weight: bold;
}

.SecondaryBoldText {
    background-color: #151515;
    color: #ee2f25;
    font-weight: bold;
}

.SecondaryEnlargedText {
    background-color: #151515;
    color: #ee2f25;
    font-size: 20px;
    font-weight: normal;
}

.SecondaryReducedText {
    background-color: #151515;
    color: #ee2f25;
    font-size: 16px;
    font-weight: normal;
}

.Accent {
    color: #000000;
    background-color: #ee2f25;
    font-weight: normal;
}

.AccentHeader {
    color: #000000;
    background-color: #ee2f25;
    font-weight: bold;
    font-size: 20px;
}

.AccentBoldText {
    color: #000000;
    background-color: #ee2f25;
    font-weight: bold;
}

.AccentEnlargedText {
    color: #000000;
    background-color: #ee2f25;
    font-weight: normal;
    font-size: 20px;
}

.AccentReducedText {
    color: #000000;
    background-color: #ee2f25;
    font-weight: normal;
    font-size: 10px;
}

.Splash, .SplashHeader, .SplashBoldText, .SplashEnlargedText, .SplashReducedText {
    color: #FFFFFF;
    background-color: #FFFFFF;
}

.SplashEnlargedText,
.SplashReducedText {
    font-weight: normal;
}

.Splash,
.SplashHeader,
.SplashBoldText {
    font-weight: bold;
}

.SplashReducedText {
    font-size: 8pt;
}

.Splash,
.SplashBoldText {
    font-size: 10pt;
}

.SplashHeader,
.SplashEnlargedText {
    font-size: 12pt;
}

.GridRowOdd {
    color: #000000;
    background-color: #FFFFFF;
    font-weight: normal;
}

.GridRowEven {
    color: #000000;
    background-color: #DDDDDD;
    font-weight: normal;
}

.DefaultText {
    color: #333333;
    font-weight: normal;
}

.BoldText {
    color: #333333;
    font-family: "Lato";
    font-weight: bold;
}

.EnlargedText {
    color: #151515;
    font-size: 20px;
    font-weight: normal;
}

.HeaderText {
    color: #151515;
    font-size: 20px;
    font-weight: bold;
}

.ReducedText {
    color: #333333;
    font-family: "Lato";
    font-size: 16px;
    font-weight: normal;
}

.HomebaseText {
    color: #000000;
    background-color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
}

table.TableWithBorder {
    background-color: #FFFFFF;
    border: 0;
    color: #333333;
    font-family: "Lato";
    font-weight: normal;
    empty-cells: show;
    padding: 0;
}

.TableWithBorderHeader {
    background-color: #151515;
    border-bottom: #151515 1px solid;
    border-left: #151515 1px solid;
    border-right: #151515 1px solid;
    border-top: #151515 1px solid;
    color: #ee2f25;
    font-size: 14pt;
    font-weight: bold;
    empty-cells: show;
}

.Outline {
    background-color: #151515;
    border-bottom: #151515 1px solid;
    border-left: #151515 1px solid;
    border-right: #151515 1px solid;
    border-top: #151515 1px solid;
    color: #ee2f25;
    font-size: 14pt;
    font-weight: bold;
    empty-cells: show;
}

.Error {
    background-color: #333333;
    color: #FF0000;
    font-weight: bold;
}

a.Gridmenu {
    text-decoration: none;
    color: #A1BAB4;
    font-weight: bold;
    font-size: 10pt;
}

    a.Gridmenu:link {
        color: #A1BAB4;
    }

    a.Gridmenu:visited {
        color: #A1BAB4;
    }

    a.Gridmenu:hover {
        color: #B7B2C3;
    }

a.Homebase {
    text-decoration: none;
    color: #151515;
    font-weight: bold;
    font-size: 12pt;
}

    a.Homebase:link {
        color: #151515;
    }

    a.Homebase:visited {
        color: #151515;
    }

    a.Homebase:hover {
        color: #fff;
    }

a.FormFileManagerFileList {
    text-decoration: none;
    color: #151515;
    font-weight: bold;
    font-size: 10pt;
}

    a.FormFileManagerFileList:link {
        color: #151515;
    }

    a.FormFileManagerFileList:visited {
        color: #151515;
    }

    a.FormFileManagerFileList:hover {
        color: #FFFFFF;
        background-color: #151515;
    }

/**** PRODUCT DISPLAY CSS ***/
.MainProductImage {
    position: relative;
    z-index: 1;
    border: 1px solid #d5d5d8;
    width: 500px;
    height: 500px;
}

    .MainProductImage a#ShowLarger {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }

    .MainProductImage img {
        max-width: 100%;
        height: auto;
    }

.ViewLarger {
   margin-top: 5px;
   text-align: center;
}

    .ViewLarger i {
        color: #333;
    }

        .ViewLarger i:hover {
            color: #ee2f25;
        }

.UnderImageProperties {
    text-align: center;
    margin-top: 10px;
}

    .UnderImageProperties .ProductProperty {
        display: inline-block;
        margin: 0 10px 10px;
        vertical-align: bottom;
    }

.OrderingRequirements {
    margin-bottom: 15px;
}

.OrderingRequirementsWrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.OrderingRequirementsHeading {
    font-family: "Lato";
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 3px;
}

.OrderingRequirementsWrap .Requirement {
    text-align: center;
    font-family: "Lato";
    font-size: 15px;
    font-weight: 700;
    padding: 7px 12px 7px 5px;
    line-height: 18px;
}

.OrderingRequirements.vertical .OrderingRequirementsWrap {
    display: block;
    flex-flow: row;
    justify-content: normal;
}

.OrderingRequirements.vertical .OrderingRequirementsHeading {
    font-style: normal;
    margin-bottom: 5px;
    margin-right: 7px;
    float: left;
}

.OrderingRequirements.vertical .OrderingRequirementsWrap .Requirement {
    text-align: inherit;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    padding: 7px 0;
}

    .OrderingRequirements.vertical .OrderingRequirementsWrap .Requirement:last-child {
        border-bottom: 0;
    }

.RegularItemPrice {
    font-size: 30px;
    text-align: center;
    position: relative;
    line-height: 1;
    float: right;
}

.RegularItemPriceDeco {
    background: #f7f7f7;
    height: 4px;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: -1;
}

.RegularItemPriceAmount {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    color: #333333;
}

    .RegularItemPriceAmount.SalePriceDisplay {
        color: #ee2f25;
    }

.RegularItemPriceAmountSale {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
}

.AtlProductImages {
    margin-top: 10px;
}

    .AtlProductImages ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .AtlProductImages li {
        float: left;
        margin-right: 10px;
    }

        .AtlProductImages li:last-child {
            margin-right: 0;
        }

    .AtlProductImages img {
        border: 2px solid #ececec;
        cursor: pointer;
    }

        .AtlProductImages img:hover,
        .AtlProductImages .AltActive {
            border: 2px solid #1176d2;
        }

.COMProdPartNo {
    font-size: 15px;
}

.ShortTopDescription {
    margin-bottom: 15px;
}

.COMProdColorAttributes {
    background: #efefef;
    margin-top: 20px;
}

.COMProdColorAttributesLabel {
    background: #cfcfcf;
    border-bottom: 2px solid #fff;
    text-align: center;
    font-weight: bold;
    padding: 8px;
}

.COMProdColorAttributesGrid {
    padding: 10px;
    background: #efefef;
}

    .COMProdColorAttributesGrid ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background: #fff;
        overflow-x: hidden;
        max-height: 180px;
    }

    .COMProdColorAttributesGrid li .AttrColor {
        padding: 7px 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        font-size: 13px;
        color: #000;
    }

        .COMProdColorAttributesGrid li .AttrColor:hover,
        .COMProdColorAttributesGrid li .AttrActive {
            background: #1078d3;
            color: #fff;
        }

    .COMProdColorAttributesGrid .ColorMarkupAmount {
        font-size: 12px;
        color: #333;
    }

    .COMProdColorAttributesGrid li .AttrColor:hover .ColorMarkupAmount,
    .COMProdColorAttributesGrid li .AttrActive .ColorMarkupAmount {
        color: #ddd;
    }

    .COMProdColorAttributesGrid ul::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .COMProdColorAttributesGrid ul::-webkit-scrollbar:vertical {
            width: 11px;
        }

    .COMProdColorAttributesGrid ul::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white;
        /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, 0.5);
    }

    .COMProdColorAttributesGrid ul::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 8px;
    }
.COMProdOrderingReq {
    background: #f5f5f5;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    /* font-weight: bold; */
    margin-top: 17px;
}
span.COMProdOrderingReqTag {
    font-weight: bold;
}
.COMProdOrderingReqHeading
{
    display: none;
}
.COMProdSizeAttributes {
    margin-bottom: 15px;
}

.COMProdSizeAttributesGrid {
    text-align: center;
    position: relative;
}

.COMProdSizeAttributesLonger .COMProdSizeAttributesGrid {
    text-align: left;
}

.COMProdSizeAttributesLabel {
    font-weight: bold;
    padding: 7px 0;
}

.COMProdSizeAttributesGridSize.lastChild,
.COMProdSizeAttributesLonger .COMProdSizeAttributesGridSize:nth-of-type(7) {
    border-right: 0;
}

.COMProdSizeAttributesLonger table tr:last-child td {
    border-bottom: 0;
}

    .COMProdSizeAttributesLonger table tr:last-child td:last-child {
        border-right: 1px solid #fff;
    }

.COMProdSizeAttributesLonger table tr:first-child td:last-child {
    border-right: 0;
}

.COMProdSizeAttributesGrid .clearBoth {
    height: 0;
}

.COMProdSizeAttributesGridSize .FormElementInput {
    font-family: "Lato";
    font-size: 12px;
    font-weight: 400;
}

.COMProdSizeAttributesGridSize .FormElementInput,
.COMProdSizeAttributesGridSize input,
.COMProdQuantiyOnlyBox .FormElementInput,
.COMProdQuantiyOnlyBox input {
    width: 100%;
    max-width: 60px;
    text-align: center;
    background: #e5e5e5;
    font-style: normal;
    border: 1px solid transparent;
    transition: all 250ms ease;
}

.COMProdSizeAttributesGridSize .disabledInput {
    background: #fafafa;
}

.COMProdSizeAttributesGridSizeLabel {
    text-align: center;
    margin: 5px 0;
    font-family: "Lato";
    font-weight: 900;
    font-size: 12px;
    white-space: nowrap;
}

.noPurchase .COMProdSizeAttributesGridSizeLabel {
    margin: 5px 7px 5px 0;
}

.COMProdSizeAttributesGridSize.lastChild .COMProdSizeAttributesGridSizeLabel {
    margin-right: 0;
}

.noPurchase .COMProdSizeAttributesGridSizeLabel {
    background-color: #e5e5e5;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.COMProdSizeAttributesGridSizeMarkup {
    padding-bottom: 3px;
    position: relative;
}

.AttrMarkup {
    display: block;
    width: 60px;
    font-size: 10px;
    margin: 3px 0 0 0;
    font-weight: 700;
    text-align: center;
    position: absolute;
}

.COMProdItemTotals {
    background: #fff;
    margin-top: 0;
    padding: 0;
}

    .COMProdItemTotals .clearBoth {
        height: 0;
    }

.COMProdItemMinQty {
    font-size: 14px;
    font-style: italic;
    color: #808080;
}

.COMProdItemTotalsQty,
.COMProdQuantiyOnlyBox {
    margin-right: 0;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
}

.COMProdItemTotalsTotal {
    float: right;
    line-height: 22px;
    width: 50%;
    text-align: right;
    padding: 14px 15px 13px 15px;
    font-size: 16px;
    font-weight: 400;
}

    .COMProdItemTotalsTotal span {
        font-weight: bold;
        font-size: 18px;
        color: #333333;
        font-family: "Lato";
        font-style: normal;
        padding-left: 5px;
    }

.COMProdPriceBreaks {
    margin-top: 20px;
}

.COMProdPriceBreaksColumn {
    float: left;
    max-width: 80px;
    width: 16.6667%;
    text-align: center;
    border-right: 2px solid #fff;
}

    .COMProdPriceBreaksColumn.lastChild {
        border-right: 0;
    }

.COMProdPriceBreaksColumnLabel {
    padding: 7px;
    background: #efefef;
    color: #868687;
    font-size: 18px;
}

.COMProdPriceBreaksColumnPrice {
    padding: 7px;
    color: #1078d3;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.COMProdPriceBreaksColumnPriceRegPrice {
    text-decoration: line-through;
    color: #999;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 2px;
}

.BuyButtonsContainer {
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
}

.COMProdAddImprint {
    margin-right: 35px;
}

.COMProdAddImprint,
.COMProdAddToCart {
    display: block;
    width: 100%;
}

.COMProdDescription {
    margin-top: 15px;
}

    .COMProdDescription::before {
        content: '';
        display: block;
        clear: both;
    }

.COMProdDescriptionLabel {
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px;
    letter-spacing: 2px;
    font-family: "Lato";
    font-weight: bold;
    font-size: 14px;
    background: url(../content/images/sidebar-nav-bg.png) no-repeat right center #ee2f25;
    background-size: contain;
    margin-bottom: 20px;
}

.COMProdDescritionDetails {
    line-height: 1em;
    font-size: 16px;
}

.COMProdProperties {
    margin-top: 20px;
}

.COMProdPropertiesItem {
    width: 46%;
    margin-right: 15px;
    float: left;
}

.COMProdPropertiesItemLabel {
    font-weight: bold;
}

.COMProdAdditionalDetails {
    margin-top: 30px;
}

.COMProdAdditionalDetailsItem {
    float: left;
    width: 25%;
    font-size: 20px;
    text-transform: uppercase;
    color: #a6aab0;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    background: #ededed;
    border-right: 2px solid #fff;
    padding: 10px 40px 10px 10px;
}

    .COMProdAdditionalDetailsItem a,
    .COMProdAdditionalDetailsItem a:link,
    .COMProdAdditionalDetailsItem a:visited {
        text-transform: uppercase;
        color: #a6aab0;
        font-family: 'Economica', sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

        .COMProdAdditionalDetailsItem a:hover {
            color: #777;
        }

    .COMProdAdditionalDetailsItem.ADOrderSample {
        background-image: url(../content/images/order-sample-icon.png);
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .COMProdAdditionalDetailsItem.ADRequestQuote {
        background-image: url(../content/images/request-quote-icon.png);
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .COMProdAdditionalDetailsItem.ADPhoneNumber {
        background-image: url(../content/images/call-us-icon.png);
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .COMProdAdditionalDetailsItem.ADChatLive {
        background-image: url(../content/images/live-chat-icon.png);
        background-position: right bottom;
        padding-right: 48px;
        background-repeat: no-repeat;
        display: none;
    }

#ImprintOptions {
    width: 968px;
    background: #fff;
    position: relative;
    margin: 50px auto;
}

.ImprintOptionsHeading {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    background: #333;
    padding: 8px;
    line-height: 1em;
    text-align: center;
    font-family: "Lato";
    letter-spacing: 2px;
}

button.mfp-close:hover, button.mfp-close:focus {
    background: #ee2f25;
    color: #fff;
}

.ImprintOptionsWrapper {
    padding: 20px;
    overflow: hidden;
}

.ImprintOptionsLeft {
    float: left;
    width: 45%;
    padding-right: 20px;
}

.ImprintBoxMainProductImage img {
    max-width: 100%;
}

.ImprintOptionsRight {
    float: right;
    width: 55%;
    position: relative;
}

.ImprintBoxCOMProdName {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid #efefef;
    padding: 0 5px;
}

.HiddenOptions {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 3;
    top: 65px;
}

.ImprintBoxProdDetails {
    font-size: 12px;
    margin-bottom: 6px;
}

    .ImprintBoxProdDetails span {
        display: inline-block;
        width: 250px;
        vertical-align: bottom;
        line-height: 1.4;
    }

#ImprintModalSmallQuantity,
#ImprintModalSmallPerItemTotal,
#ImprintModalSmallTotal {
    width: auto;
}

.ImprintBoxProdDetails .ImprintBoxProdDetailsType,
.ImprintBoxProdDetails .ImprintBoxProdDetailsLabel {
    font-weight: bold;
    width: 135px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.smallerModalText {
    font-size: 10px;
}

.ImprintBoxChange {
    margin: 0 5px 18px 5px;
}

    .ImprintBoxChange i {
        font-size: 14px;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }

    .ImprintBoxChange a,
    .ImprintBoxChange a:link,
    .ImprintBoxChange a:visited {
        text-decoration: underline;
        font-weight: bold;
        font-size: 13px;
    }

.ImprintBoxCOMProdAddToCart {
    margin-bottom: 25px;
}

.ImprintBoxCOMProdAdditionalDetails .COMProdAdditionalDetailsItem {
    width: 50%;
}

    .ImprintBoxCOMProdAdditionalDetails .COMProdAdditionalDetailsItem.ADChatLive {
        padding-right: 70px;
    }

    .ImprintBoxCOMProdAdditionalDetails .COMProdAdditionalDetailsItem.ADPhoneNumber {
        padding-right: 60px;
    }

.ImprintMethodReorder {
    background: #efefef;
    padding: 15px 15px 7px 15px;
    font-size: 11px;
}

.RushOrderOption,
.CommentsOption {
    margin-top: 15px;
    display: none;
}

    .RushOrderOption .ImprintLabel {
        width: 100px;
    }

.ImprintArtOnFile {
    margin-top: 15px;
}

.FashionPrintOptions .ImprintLabel,
.ImprintMethodOptions .ImprintLabel,
.MetallicThreadOption .ImprintLabel {
    width: 100px;
}

.ReorderOption {
    margin-top: 0px;
}

.ImprintLabel {
    width: 215px;
    float: left;
    vertical-align: top;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    font-style: italic;
}

.ImprintMethods {
    width: 243px;
    float: left;
    vertical-align: top;
}

.ImprintAddAnotherLocation .ImprintMethods,
.ImprintArtworkUpload .ImprintMethods {
    width: 235px;
}

.ImprintMethods ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ImprintMethods li {
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
    font-size: 13px;
}

.ImprintMethodType {
    color: #bfbfc1;
    cursor: default;
    pointer-events: none;
}

.ImprintMethodType,
.ImprintMethodLocation {
    background: #efefef;
    padding: 15px 15px 5px 15px;
    font-size: 11px;
    margin-top: 15px;
}

.ImprintAddAnotherLocation .ImprintMethodLocation {
    margin-top: 0;
}

.ImprintMethodTypeHeading,
.ImprintMethodLocationHeading {
    width: 43%;
    float: left;
    vertical-align: top;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    font-style: italic;
}

.ImprintTypes,
.ImprintLocations {
    float: left;
    width: 55%;
    margin-top: 2px;
    font-size: 13px;
}

    .ImprintTypes ul,
    .ImprintLocations ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .ImprintTypes li,
    .ImprintLocations li {
        margin-bottom: 10px;
        float: left;
        width: 50%;
    }

.ImprintLocationsImage {
    float: right;
    width: 50%;
}

.ImprintMethodOptions {
    background: #efefef;
    padding: 15px 15px 7px 15px;
    font-size: 11px;
    margin-top: 15px;
}

.ImprintMethodOptionsLabel {
    width: 150px;
    float: left;
    vertical-align: top;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1078d3;
    line-height: 13px;
}

.ImprintChooseInkColors {
    background: #efefef;
    margin-top: 15px;
    padding: 15px 15px 15px 15px;
    font-size: 11px;
}

.ImprintAddAnotherLocation .ImprintChooseInkColors {
    padding: 15px 14px 15px 14px;
}

.ImprintChooseInkColorsLabel {
    font-weight: 700;
    font-size: 15px;
    font-style: italic;
}

.ImprintChooseInkColorSelections {
    width: 100%;
}

    .ImprintChooseInkColorSelections ol {
        margin-top: 20px;
        margin-left: 7px;
    }

    .ImprintChooseInkColorSelections ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 50%;
        float: left;
    }

    .ImprintChooseInkColorSelections li {
        font-weight: bold;
        margin-bottom: 13px;
        margin-right: 50px;
        float: left;
        width: 36%;
        height: 25px;
    }

.ImprintAddAnotherLocation .ImprintChooseInkColorSelections li {
    width: 35%;
}

.ImprintChooseInkColorSelections li img {
    width: 30px;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.SelectedColorID {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 16px;
    margin-left: -47px;
}

.SelectedColorName {
    margin-left: 3px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: text-bottom;
    cursor: default;
}

.PMSInput {
    width: auto;
    vertical-align: inherit;
    overflow: visible;
    margin-top: -3px;
}

.ImprintBoxMainProductImage {
    text-align: center;
}

.ImprintChooseInkColorSelections input {
    width: 60px;
    border-radius: 0;
    font-size: 10px;
    font-weight: normal;
    display: inline-block;
    background: #fff;
    padding: 5px;
    height: 30px;
}

.ImprintChooseInkColorSelections .RemoveColor {
    display: inline-block;
    background: none;
    color: #fff;
    width: 13px;
    height: 13px;
    padding: 0;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    font-weight: normal;
}

    .ImprintChooseInkColorSelections .RemoveColor:before {
        content: '\f057';
        padding-right: 5px;
        color: #ee2f25;
        position: absolute;
        top: 2px;
        margin-left: 1px;
        font-size: 14px;
        font-family: FontAwesome;
    }

.ImprintChooseInkColorGrid {
    width: 100%;
    margin-top: 9px;
}

    .ImprintChooseInkColorGrid ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ImprintChooseInkColorGrid li {
        display: inline-block;
    }

    .ImprintChooseInkColorGrid .colorBox {
        display: block;
        cursor: pointer;
        margin-top: -7px;
        background: #FFF;
        background: none;
        padding: 4px;
        margin-left: -1px;
        box-sizing: border-box;
        height: 54px;
        width: 54px;
        margin-bottom: 7px;
    }

.NumofInkColorsCounter {
    height: 0;
    left: -900000000px;
    position: absolute;
}

.ImprintChooseInkColorGrid .colorBox img {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0);
}

.AddNameNumbersGrid .ImprintChooseInkColors {
    margin-top: 0;
}

.ImprintChooseInkColorGrid .colorBox img:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 2px solid white;
}

.ImprintChooseInkColorGrid .colorBox .alreadySelected:hover,
.ImprintChooseInkColorGrid .colorBox .alreadySelected {
    cursor: not-allowed;
    opacity: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    border: 2px solid #fff;
}

.ImprintChooseInkColorSelections .color1,
.ImprintChooseInkColorGrid .colorBox.color1 {
    background: #f9ed35;
}

.ImprintChooseInkColorSelections .color2,
.ImprintChooseInkColorGrid .colorBox.color2 {
    background: #d3d731;
}

.ImprintChooseInkColorSelections .color3,
.ImprintChooseInkColorGrid .colorBox.color3 {
    background: #6fb346;
}

.ImprintChooseInkColorSelections .color4,
.ImprintChooseInkColorGrid .colorBox.color4 {
    background: #5daaa5;
}

.ImprintChooseInkColorSelections .color5,
.ImprintChooseInkColorGrid .colorBox.color5 {
    background: #c49f39;
}

.ImprintChooseInkColorSelections .color6,
.ImprintChooseInkColorGrid .colorBox.color6 {
    background: #924d14;
}

.ImprintChooseInkColorSelections .color7,
.ImprintChooseInkColorGrid .colorBox.color7 {
    background: #d46414;
}

.ImprintChooseInkColorSelections .color8,
.ImprintChooseInkColorGrid .colorBox.color8 {
    background: #cd2838;
}

.ImprintChooseInkColorSelections .color9,
.ImprintChooseInkColorGrid .colorBox.color9 {
    background: #cd3192;
}

.ImprintChooseInkColorSelections .color10,
.ImprintChooseInkColorGrid .colorBox.color10 {
    background: #91cff4;
}

.ImprintChooseInkColorSelections .color11,
.ImprintChooseInkColorGrid .colorBox.color11 {
    background: #62b3ed;
}

.ImprintChooseInkColorSelections .color12,
.ImprintChooseInkColorGrid .colorBox.color12 {
    background: #3d6fb4;
}

.ImprintChooseInkColorSelections .color13,
.ImprintChooseInkColorGrid .colorBox.color13 {
    background: #601a60;
}

.ImprintChooseInkColorSelections .color14,
.ImprintChooseInkColorGrid .colorBox.color14 {
    background: #9c92c3;
}

.ImprintChooseInkColorSelections .color15,
.ImprintChooseInkColorGrid .colorBox.color15 {
    border: 1px solid #ccc;
}

.ImprintChooseInkColorSelections .color16,
.ImprintChooseInkColorGrid .colorBox.color16 {
    background: #cecece;
}

.ImprintChooseInkColorSelections .color17,
.ImprintChooseInkColorGrid .colorBox.color17 {
    background: #949da7;
}

.ImprintChooseInkColorSelections .color18,
.ImprintChooseInkColorGrid .colorBox.color18 {
    background: #4b516c;
}

.ImprintChooseInkColorSelections .color19,
.ImprintChooseInkColorGrid .colorBox.color19 {
    background: #000;
}

.ImprintChooseInkColorSelections .color20,
.ImprintChooseInkColorGrid .colorBox.color20 {
    border: 1px solid #ccc;
    line-height: 25px;
    font-size: 8px;
    text-align: center;
}

.ImprintInkColorDirections {
    margin-top: 0;
    font-style: italic;
    font-size: 13px;
}

.ImprintNumberInkColors {
    background: #efefef;
    padding: 15px 15px 7px 15px;
    font-size: 11px;
    margin-top: 15px;
}

.ImprintNumberInkColorsLabel {
    font-weight: 700;
    font-size: 15px;
    width: 170px;
    float: left;
    vertical-align: top;
    line-height: 30px;
    font-style: italic;
}

.ImprintInkColors {
    width: 260px;
    float: left;
    vertical-align: top;
}

.ImprintAddAnotherLocation .ImprintInkColors {
    width: 255px;
}

.ImprintInkColors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ImprintInkColors li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .ImprintInkColors li:last-child {
        margin-right: 0;
    }

.ImprintInkColors a,
.ImprintInkColors a:link,
.ImprintInkColors a:visited,
.ImprintInkColors a:hover {
    display: block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #adadad;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #adadad;
    text-decoration: none;
    cursor: default;
}

    .ImprintInkColors a.active,
    .ImprintInkColors .active a {
        text-decoration: none;
        color: #fff;
        background: #ee2f25;
        border-color: #ee2f25;
    }

.ImprintArtworkUpload,
.ImprintAddAnotherLocation,
.ImprintPersonalize {
    margin-top: 15px;
    font-size: 12px;
}

/*  ACCORDION CLASSES*/
.accordionButton {
    background-color: #efefef;
    cursor: pointer;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    clear: both;
    font-style: italic;
}

    .accordionButton:hover,
    .accordionButton.on {
        color: #ee2f25;
    }

.accordionContent {
    background-color: #efefef;
    margin-top: -15px;
    padding: 15px 20px;
}

.ImprintSummaryTotals {
    margin-top: 20px;
}

.ImprintItemTotal {
    font-weight: 700;
    font-size: 20px;
    float: left;
}

#ItemImprintTotal {
    font-size: 27px;
    color: #ee2f25;
    margin-top: -3px;
}

.ImprintItemAddToCart {
    float: right;
    margin-top: 8px;
}

    .ImprintItemAddToCart input {
        /*  width: 220px;*/
    }

.ImprintArtworkUpload ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ImprintArtworkUpload li {
    font-size: 13px;
}

.ImprintArtworkUpload .accordionContent {
    padding: 15px 20px 2px 20px;
}

.ImprintPersonalizeContainer {
    display: table;
    width: 100%;
    font-size: 11px;
    padding-bottom: 13px;
}

.ImprintPersonalizeRow {
    display: table-row;
}

.ImprintPersonalizeCell {
    display: table-cell;
    padding: 5px;
}

    .ImprintPersonalizeCell input {
        width: 100%;
        border-radius: 0;
    }

.NamesNumbersHeading {
    text-align: center;
    font-weight: bold;
    font-family: 'Economica', sans-serif;
    font-size: 17px;
    padding-top: 0 !important;
    margin-top: 0;
}

.ImprintPersonalizeCell input:disabled,
.COMProdDesignerPrintingOptionsNamesNumbersContainer select:disabled {
    background: #eee;
    cursor: not-allowed;
}

.ImprintPersonalizeHeader {
    font-weight: bold;
}

.ImprintPersonalizeName {
    width: 200px;
}

.ImprintPersonalizeNumber {
    width: 50px;
}

.ImprintPersonalizeOptionsLabel {
    font-weight: bold;
    width: 160px;
    float: left;
    vertical-align: top;
    font-size: 11px;
}

.ImprintPersonalizeOptions {
    width: 230px;
    float: left;
    vertical-align: top;
    font-size: 11px;
}

    .ImprintPersonalizeOptions ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ImprintPersonalizeOptions li {
        float: left;
        margin-right: 15px;
    }

#ImprintColorDiscount {
    width: auto;
}

#ModalSmallEstimatedPrice {
    border-top: 2px solid #efefef;
    padding: 8px 0;
    margin-top: 8px;
}

    #ModalSmallEstimatedPrice span {
        font-size: 15px;
        line-height: 22px;
    }

span#ModalSmallEstimatedPriceSmall {
    font-size: 18px;
    color: #ee2f25;
}

.COMProdItemMarkdownMessage {
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    display: none;
}

#MarkDownIcon {
    display: none;
}

.OtherLocationWrapper {
    text-align: right;
    padding-bottom: 10px;
    display: none;
}

    .OtherLocationWrapper .FormElementInput {
        margin-left: 5px;
        width: 120px;
        font-size: 12px;
        height: auto;
        margin-top: -5px;
    }

.WaitingForCart {
    font-size: 15px;
    text-align: center;
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 7px;
    font-style: italic;
    padding-top: 25px;
    height: 57px;
}

    .WaitingForCart i {
        font-size: 18px;
        margin-right: 5px;
    }

.ModalAddToCartTop {
    margin-left: 0;
    margin: 25px 0 25px 0;
    top: 0;
    width: 144px;
    line-height: 1.4;
}

.ModalAddToCartBottom {
    line-height: 1.4;
    margin-top: 1px;
    margin-right: 40px;
}

.ohItemsImg img {
    max-width: 100%;
}

.COMProdQuantiyOnlyBox {
    padding: 10px 15px;
    min-height: 50px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    height: auto;
}

    .COMProdQuantiyOnlyBox.COMProdSizeAttributesGridSize {
        padding: 10px 15px 10px 0;
    }

.availableColorsSelect {
    display: none;
}

span.COMProdSizeQtyLabel {
    padding-right: 10px;
}

.PerzonalizationMessage {
    width: 100%;
    margin-top: 24px;
    margin-right: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    display: none;
    text-align: center;
    background: #ededed;
    padding: 10px;
}

.COMProdDesignerArtOnFile {
    margin-bottom: 30px;
}

.COMPrdoDesignerAdditionalInfo .ImprintLabel {
    width: 180px;
}

.COMPrdoDesignerAdditionalInfo .ImprintMethods {
    width: 200px;
}

.COMPrdoDesignerAdditionalInfo {
    margin-top: 12px;
}

.RosterFileOption {
    margin-top: 15px;
    display: none;
}

#InkColorNumberText,
#InkColorTwoNumberText,
#ThreadColorNumberText,
#ThreadColorTwoNumberText,
#InkColorThreeNumberText,
#InkColorFourNumberText,
.CommentsOption .ImprintLabel span {
    color: #565759;
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    margin-left: 2px;
    font-style: normal;
}

.SpotColorNumber li:nth-child(n+4) {
    display: none;
}

.LogoServices {
    background: #efefef;
    font-size: 14px;
    margin-top: 50px;
}

.LogoServicesIcon {
    background: #cfcfcf;
    width: 60px;
    height: 60px;
    color: #ee2f25;
    text-align: center;
    font-size: 37px;
    padding-top: 12px;
    display: inline-block;
    vertical-align: top;
}

.LogoServicesText {
    display: inline-block;
    width: 320px;
    padding-top: 12px;
    height: 60px;
    vertical-align: top;
    padding-left: 12px;
}

span.RosterFileText {
    display: block;
    font-weight: 400;
    font-size: 11px;
    width: 270px;
    line-height: 1.2;
}

.RosterFileOption .ImprintLabel {
    width: 290px;
}

.RosterFileOption .ImprintMethods {
    width: 180px;
}

#PMSSetupFeeTwo,
#PMSSetupFee,
#PMSSetupFeeThree,
#PMSSetupFeeFour {
    display: none;
}

.tbox {
    position: absolute;
    display: none;
    padding: 14px 17px;
    z-index: 900;
}

.availableColors {
    margin-bottom: 3px;
}

    .availableColors ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

        .availableColors ul li {
            padding-bottom: 10px;
        }

        .availableColors ul.attrColorImg {
            display: flex;
            flex-flow: row wrap;
            justify-content: left;
        }

            .availableColors ul.attrColorImg::after {
                content: '';
                display: block;
                clear: both;
            }

            .availableColors ul.attrColorImg li img {
                width: 48px;
                height: 48px;
                box-sizing: border-box;
                display: block;
                -webkit-backface-visibility: hidden;
                -moz-transition: all 200ms ease-in-out 0s;
                -o-transition: all 200ms ease-in-out 0s;
                -webkit-transition: all 200ms ease-in-out 0s;
                transition: all 200ms ease-in-out 0s;
                border-radius: 50px;
                border: 2px solid rgba(255, 255, 255, 0);
            }

.SmallAttrGridBoxContainer {
    position: relative;
    background: #fff;
}

    .SmallAttrGridBoxContainer.colorSelected .SwatchColorName,
    .SmallAttrGridBoxContainer:hover .SwatchColorName {
        color: #ee2f25;
    }

    .SmallAttrGridBoxContainer.colorSelected .SmallAttrGridBox,
    .SmallAttrGridBoxContainer:hover .SmallAttrGridBox {
        border: 1px solid #ee2f25;
    }

    .SmallAttrGridBoxContainer:hover .SmallAttrGridBox {
        color: #ee2f25;
    }

.SmallAttrGridBox img {
    max-width: 100%;
    max-height: 100%;
}

.SmallAttrGridBoxFloat:nth-child(6n) {
    margin-right: 0;
}

.SmallAttrGridBox {
    color: #333333;
    padding: 6px 0;
    text-align: center;
    position: relative;
    border: 1px solid #efefef;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

ul.attrColorImg .SmallAttrGridBox {
    padding: 2px;
    margin: 3px;
    text-align: center;
    position: relative;
    border: 2px solid transparent;
    border-radius: 50px;
}

ul.attrColorImg .SmallAttrGridBoxContainer:hover .SmallAttrGridBox {
    border: 2px solid #dadada;
}

ul.attrColorImg .SmallAttrGridBoxContainer.colorSelected .SmallAttrGridBox {
    background-color: #ee2f25;
    color: #ee2f25;
    border: 2px solid transparent;
}

.colorSelected .SmallAttrGridBox {
    color: #ee2f25;
}

.SmallAttrGridBoxContainer.colorSelected .SmallAttrGridBox {
    background-color: #ee2f25;
    color: #fff;
}

.colorSelected .SmallAttrGridBox::after {
    content: '';
    display: inline-block;
    background: url("../content/images/title-tab-white.png") center center no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.SwatchColorName {
    font-size: 10px;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none !important;
    line-height: 1.2;
    padding: 2px;
}

.availableColors,
.availableColorsSelect {
    display: none;
}

.tooltip {
    display: none;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    padding: 7px;
    color: #fff;
    font-size: 12px;
    z-index: 9999999;
}

    .tooltip .tooltip {
        display: none !important;
    }

.CommentsOption .ImprintLabel {
    width: 100%;
}

.OrderCommentsInput {
    background: #fff;
    width: 100%;
    height: 75px;
}

.CommentsOption .ImprintMethods {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 8px;
}

.ImprintMethodReorder.EmbroideryOptions.CommentsOption {
    margin-top: 15px;
}

.SmallOrderFeeTooltip,
.InkColorsFeeTooltip {
    margin-left: 2px;
    position: relative;
    top: -2px;
    font-size: 13px;
    cursor: pointer;
}

.secondLocationHeading {
    background: #333;
    padding: 7px 15px 7px 15px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    vertical-align: top;
    line-height: 30px;
    font-family: 'Muli', sans-serif;
}

.ImprintAddAnotherLocation .ReorderOption {
    background: #e8e8e8;
    padding: 17px 15px 7px 15px;
    font-size: 11px;
    margin-top: 0;
}

.ImprintAddAnotherLocation .ArtworkTwoReorder {
    margin-top: 15px;
    padding: 17px 15px 5px 15px;
}

.ImprintAddAnotherLocation,
.ImprintAddAnotherLocationNumbers,
.ImprintAddAnotherLocationNames {
    border: 1px solid #333;
    display: none;
    position: relative;
}

.ImprintAddAnotherLocationOverlay {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 102%;
    z-index: 2;
    display: none;
}

.ImprintAddAnotherLocationNumbers,
.ImprintAddAnotherLocationNames {
    margin-top: 15px;
}

.ImprintAddAnotherLocation.DontShowLocationTwo {
    position: absolute;
    left: -99999999px;
}

.ImprintAddAnotherLocation .ArtworkTwoReorder .ImprintLabel,
.ImprintArtworkUpload .ImprintLabel {
    width: 100px;
    margin-bottom: 10px;
}

.ImprintArtworkUpload {
    background: #efefef;
    padding: 18px 15px 5px 15px;
    font-size: 11px;
}

.ImprintSecondLocationSameAsFirst,
.ImprintAddNumbers,
.ImprintAddNames {
    margin-top: 15px;
}

    .ImprintSecondLocationSameAsFirst .ImprintLabel,
    .ImprintAddNumbers .ImprintLabel,
    .ImprintAddNames .ImprintLabel {
        width: 235px;
    }

    .ImprintSecondLocationSameAsFirst .ImprintMethods,
    .ImprintAddNumbers .ImprintMethods,
    .ImprintAddNames .ImprintMethods {
        width: 175px;
    }

.ArtworkTwoReorder li:first-child {
    display: none;
}

.AvailableColorsHeader {
    font-weight: 700;
    margin-bottom: 8px;
}

div#QtyPriceDiv {
    margin: 20px 0;
}

.PricingQty i {
    font-size: 13px;
}

td.PricingHeading {
    text-align: center;
    padding: 9px 5px 0 5px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 2px solid #fff;
    background: #cfcfcf;
}

td.PricingQty:last-child,
td.PricingCost:last-child {
    border-right: 0;
}

span.PricingCostLabel {
    font-size: 12px;
    font-style: italic;
}

#ProductDiscount {
    display: none !important;
}

.DoNotShowAttrs,
#BasePriceDiv,
#CurrentItemDiv {
    display: none;
}

.not-purchasable-product-page {
    background: #efefef;
    text-align: center;
    margin-bottom: -7px;
    padding: 13px;
    margin: 30px 0;
}

.COMProdName h1 {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
}

#StockTag {
    border-top: 1px solid #ececec;
    font-style: italic;
    font-weight: 700;
    padding: 10px 15px;
    margin-top: 10px;
    text-align: center;
}

.stock-message {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    width: 305px;
    vertical-align: top;
    margin-left: 2px;
}

.InventoryOutOfStock {
    color: #ff2222;
    border-radius: 4px;
}

.QtyInputErrored,
.QtyInputErrored:focus,
.QtyInputErrored:active {
    border-color: #ff2222 !important;
    border-width: 1px !important;
}

.Secondary.OrderHistoryHeader {
    background: #333;
    color: #fff;
}

.namesNumbersFont {
    font-size: 13px;
    padding: 0px 20px 15px 20px;
    background: #efefef;
    font-style: italic;
}

#ExtrasAmount {
    font-style: italic;
    font-size: 13px;
}

/* Google Fonts
	--------------------------------------------------------*/
/* IE Fixes (Just Die Already)
	--------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
    }
}

/* GLOBAL
------------------------------------------------------------
*/
/* INITIAL CODE ------------------------------ */
body {
    font-family: "Lato";
    color: #333333;
}

h1, h2, h3, h4, h5 {
    color: #333333;
}

:focus {
    outline: none;
}

/* -------------------------------------------- */
body, h1, h2, h3, h4, h5 {
    margin: 0;
}

    #body > div.not-ie, #site-container, body:not(.pagemodal) .page-container {
        min-height: 100vh;
        overflow-x: hidden;
        min-width: 1200px;
    }

    body#body.homepage .page-container {
        min-height: 100vh;
    }

input[type="search"] {
    -webkit-appearance: searchfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
        cursor: pointer;
        height: 15px;
        width: 15px;
        background: url("../../../content/images/search_close.png") center no-repeat;
    }

.contain {
    width: 1100px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

a,
a:link,
a:focus,
a:visited {
    transition: all 250ms ease;
    text-decoration: none;
}

body a, body input, body a:after, body a:before {
    -webkit-backface-visibility: hidden;
    -moz-transition: initial;
    -o-transition: initial;
    -webkit-transition: initial;
    transition: initial;
}

.page-content {
    padding-top: 1em;
}

.content a {
    color: #ee2f25;
}

h1, h2 {
    font-family: "Roboto";
    font-size: 36px;
    line-height: 1.5;
    font-weight: 900;
}

i {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #fff;
    color: #151515;
    background-image: none;
    background-repeat: no-repeat;
    font-family: "Lato";
    font-size: 18px;
    font-weight: normal;
}

.homepage h1 {
    color: #fff;
}

.clear,
.clearBoth,
.clearContainer {
    clear: both;
}



.disable {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row-flush {
    margin-bottom: -5em;
}

.pad {
    padding-bottom: 30px;
}

.st-col {
    display: flex;
    flex-flow: row wrap;
}

    .st-col .nowrap {
        flex-flow: row nowrap;
    }

    .st-col.flush [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .st-col [class^="col-"] {
        overflow: hidden;
        padding-right: 15px;
        padding-left: 15px;
    }

        .st-col [class^="col-"] img {
            height: auto;
            max-width: 100%;
        }

    .st-col .st-col-base-fix {
        max-height: 232px;
        margin-top: 30px;
        margin-bottom: -70px;
    }

.st-col-1 {
    width: 100%;
}

.st-col-2 {
    width: 50%;
}

.st-col-3 {
    width: 33.333%;
}

.st-col-3-fill {
    width: 66.666%;
}

.st-col-4 {
    width: 25%;
}

.st-col-4-fill {
    width: 75%;
}

.st-col-5 {
    width: 20%;
}

.st-col-5-fill {
    width: 80%;
}

.st-col-6 {
    width: 16.666%;
}

.st-col-6-fill {
    width: 83.334%;
}

.st-col-7 {
    width: 14.285%;
}

.st-col-7-fill {
    width: 85.715%;
}

footer h1, footer h2, footer h3, footer h4, footer h5 {
    color: #fff;
}

footer[class^="navbar-"] {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #fff;
}

    footer[class^="navbar-"] ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        display: inline-block;
    }

    footer[class^="navbar-"] li:not(.nohover) a {
        color: #fff;
    }

        footer[class^="navbar-"] li:not(.nohover) a:hover {
            color: #ee2f25;
        }

    footer[class^="navbar-"] .subtitle {
        letter-spacing: 0.2em;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
    }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after,
.contain:before, .contain:after, .contain-fluid:before, .contain-fluid:after,
.row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before,
.btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after,
.navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after,
.pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .contain:after, .contain-fluid:after,
.row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after,
.nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

footer.navbar-top .navbar-nav a {
    text-transform: uppercase;
}

footer.navbar-top .navbar-nav li:not(.nohover) a:hover {
    color: #ee2f25;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
}

    .nav i {
        font-size: 20px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

.navbar-nav > li > a,
ul.nav.navbar-nav > li a,
ul.nav.navbar-nav > li a:active {
    font-size: 14px;
    font-family: "Lato";
    font-weight: 700;
    background: transparent;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

ul.nav.navbar-nav li {
    float: left;
    padding-right: 15px;
}

.navbar-right {
    float: right !important;
    position: relative;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}

.section-header {
    font-size: 36px;
    font-family: "Lato";
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
}

h3.section-header {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-top: 2em;
    margin-bottom: 1em;
}

.copy {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

.copyblock {
    height: 100%;
}

    .copyblock > .st-col {
        flex: 1 0 auto;
    }

    .copyblock .subtitle {
        margin-bottom: 15px;
    }

    .copyblock a {
        color: #fff;
        margin-bottom: 6px;
        display: block;
        text-align: left;
        letter-spacing: 2px;
        font-weight: 300;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

        .copyblock a i {
            padding-right: 6px;
            color: #848484;
        }

    .copyblock div[class^="col-6"] {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

.disabledQtyInput {
    color: #c1c1c1;
    pointer-events: none;
}

.FormElementInput {
    background-color: #fff;
    color: #333333;
    border: 1px solid #acacac;
    font-family: "Lato";
    font-weight: normal;
    padding: 7px;
}

.FormButtons {
    color: #fff;
    background-color: #333333;
    border-width: 0;
    font-family: "Lato";
    font-size: 15px;
    padding: 8px 14px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    transition: all 250ms ease-out;
}

    .FormButtons#LogonSave {
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 8px 30px;
    }

    .FormButtons:hover {
        background-color: #ee2f25;
    }

.COMProdSizeAttributesGridSize input.disabledInput {
    opacity: .2;
    pointer-events: none;
}

.COMProdSizeAttributesGridSize .FormElementInput {
    font-size: 16px;
    padding: 8px;
}

.pubProdLoginBtn > a {
    background-color: #1c1c1c;
    color: #fff;
    display: block;
    padding: 8px 10px;
    margin-top: 20px;
}

    .pubProdLoginBtn > a:hover {
        background-color: #ee2f25;
    }

.order-confirmation {
    text-align: center;
}

.util-page h3 {
    text-transform: uppercase;
    color: #333333;
    font-weight: 900;
    font-size: 23px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ee2f25;
    margin-bottom: 20px;
}

.util-page #addressBookInfo {
    margin: auto;
    text-align: left;
}

form#generalcontact {
    max-width: 715px;
    margin: 0 auto;
}

    form#generalcontact table tbody tr td:nth-of-type(1) {
        padding-right: 10px;
        text-transform: capitalize;
        letter-spacing: 1px;
        font-size: 14px;
        vertical-align: baseline;
    }

    form#generalcontact table tbody tr td:nth-of-type(2) {
        display: flex;
        width: 100%;
        color: #ee2f25;
    }

        form#generalcontact table tbody tr td:nth-of-type(2) input.FormElementInput,
        form#generalcontact table tbody tr td:nth-of-type(2) textarea.FormElementInput {
            border-radius: 3px;
            margin-right: 6px;
            margin-bottom: 10px;
        }

    form#generalcontact input.FormButtons[name="cfsubmit"] {
        margin-top: 10px;
    }

/* UTILITY BAR
------------------------------------------------------------
*/
.pagemodal a {
    color: #ee2f25;
}

.pagemodal h1.page-title {
    border-bottom: 2px solid #ee2f25;
    color: #333333;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 25px;
    display: block;
    font-weight: bold;
    max-width: 200px;
    margin: 50px auto 15px auto;
}

.smalllogon-input {
    text-align: center;
}

    .smalllogon-input > div {
        margin-top: 10px;
    }

input#UserName::placeholder,
input#Password::placeholder {
    color: #bdbdbd;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}

#smalllogon div[align="center"] {
    margin-left: -95px;
}

#smalllogon table .BoldText {
    text-transform: uppercase;
    font-family: "Lato";
    color: #333333;
    letter-spacing: 1px;
}

.tbox {
    position: absolute;
    display: none;
    padding: 14px 17px;
    z-index: 900;
}

.tinner {
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.4);
    border-right: 0;
    border-bottom: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .tinner::before {
        content: '\f110';
        font-family: "FontAwesome";
        color: #fff;
        font-size: 50px;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
        position: absolute;
        top: 49%;
        left: 49%;
        z-index: 1;
        transform: translate(-50%, -50%);
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.tcontent {
    position: relative;
    z-index: 2;
}

.tmask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #141415;
    z-index: 800;
}

.tclose {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../../../../Commerce/images/close.png);
    background-repeat: no-repeat;
}

/* UTILITY BAR
------------------------------------------------------------
*/
.util-wrap {
    height: 40px;
}

    .util-wrap a {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-family: "Lato";
        color: #333333;
        font-weight: 900;
    }

.util-login {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

    .util-login.flexleft {
        justify-content: flex-start;
    }

    .util-login ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

        .util-login ul li {
            list-style-type: none;
            display: flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
        }

            .util-login ul li a i {
                color: #ee2f25;
                display: inline-flex;
                width: 15px;
                height: 26px;
                justify-content: center;
                align-items: center;
            }

            .util-login ul li.util-myacct a {
                font-weight: bold;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .util-login ul li.util-myacct a strong {
                    color: #ee2f25;
                    font-weight: normal;
                    margin-left: 6px;
                }

                .util-login ul li.util-myacct a::before {
                    content: '';
                    background: url(../content/images/core/ico-usr.png) center center no-repeat;
                    width: 27px;
                    height: 26px;
                    display: inline-block;
                    left: 0;
                    position: relative;
                    margin-right: 5px;
                }

            .util-login ul li.util-log {
                margin-right: 30px;
            }

                .util-login ul li.util-log a {
                    color: #9c9c9c !important;
                    font-weight: 400;
                    letter-spacing: normal;
                }

    .util-login span {
        color: #c1c1c1;
        padding: 0 10px;
        font-weight: lighter;
    }

.util-contacts {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 100%;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}

    .util-contacts li {
        list-style-type: none;
    }

        .util-contacts li:not(:last-of-type) {
            margin-right: 10px;
        }

        .util-contacts li a i {
            color: #c1c1c1;
            display: inline-flex;
            width: 26px;
            height: 26px;
            justify-content: center;
            align-items: center;
        }

.util-orders::before {
    content: '\f1da';
}

.util-cart #countItemsInCartInline {
    color: #ee2f25;
    padding: 0 2px;
}

#cartInline {
    cursor: pointer;
    text-transform: capitalize;
    color: #909090;
    padding: 0 5px;
    font-size: 13px;
}

/* EVENT LISTING STYLES
------------------------------------------------------------
*/
.event-book {
    margin: 3em auto;
    width: 700px;
}
.events-page
{
    text-align: center;
}
.event-listing {
    display: inline-flex;
    flex-flow: row nowrap;
    margin-bottom: 1.5em;
    box-shadow: 0px 5px 7px -4px #e2e2e2;
}

        event-listing:nth-child(even) .event-date {
            background-color: #5f5f5f;
        }

        .event-listing:nth-child(odd) .event-date {
            background-color: #ee2f25;
        }

.event-listing .event-date {
    width: 90px;
    height: 87px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #5f5f5f;
}

            .event-listing .event-date h2 {
                font-family: "Lato";
                font-weight: 300;
                font-size: 50px;
                line-height: 50px;
                color: #fff;
            }

            .event-listing .event-date h3 {
                font-family: "Lato";
                text-transform: uppercase;
                font-weight: 900;
                font-size: 20px;
                line-height: 20px;
                display: inline-block;
                color: #fff;
                letter-spacing: .2em;
                padding: 0 0 0 .3em;
            }

        .event-listing .event-info-wrap {
            background-color: #f7f7f7;
            padding: 15px;
            width: 610px;
            display: flex;
            flex-flow: column nowrap;
            text-align: left;
            justify-content: space-between;
        }

            .event-listing .event-info-wrap .event-info {
                font-size: 12px;
                color: #989898;
            }

                .event-listing .event-info-wrap .event-info h4 {
                    font-size: 15px;
                    margin-bottom: 5px;
                }

            .event-listing .event-info-wrap .event-details {
                text-transform: uppercase;
                font-weight: 900;
                font-size: 12px;
                letter-spacing: 1px;
                color: #989898;
            }
            .event-info a
            {
                color: #ee2f25;
                line-height: 1.4;
                display: block;
                margin-top: 3px;
            }

/* SEARCH STYLES
------------------------------------------------------------
*/
.ui-widgetTN input {
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    height: 30px;
    width: 230px;
    padding: 7px 15px;
    opacity: 1;
    color: #333333;
    transition: all 300ms ease-out;
    background-color: #f7f7f7;
    font-weight: 400;
    text-align: right;
}

    .ui-widgetTN input::placeholder {
        font-style: italic;
        color: #b9b9b9;
    }

.ui-widgetTN #COMSearchSpanTN button {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    background: transparent;
    height: 30px;
}

    .ui-widgetTN #COMSearchSpanTN button:hover {
        color: #ee2f25;
    }

.search-bar {
    display: inline-block;
    max-width: 235px;
}

/* NAVIGATION UTILITY
------------------------------------------------------------
*/
.topNavMenu > li:not(.nav-search):not(.no-style)::before, .topNavMenu > li:not(.nav-search):not(.no-style)::after {
    content: '/';
    opacity: 0;
    color: #ee2f25;
    font-size: 20px;
    position: absolute;
    top: -2px;
    padding: 17px 3px;
    transition: all 250ms ease-out;
    pointer-events: none;
}

.topNavMenu > li:not(.nav-search):not(.no-style)::before {
    transform: translateX(10px);
    left: -15px;
}

.topNavMenu > li:not(.nav-search):not(.no-style)::after {
    transform: translateX(-10px);
    right: -15px;
}

.topNavMenu > li:not(.nav-search):not(.no-style):hover::before, .topNavMenu > li:not(.nav-search):not(.no-style):hover::after {
    opacity: 1;
    transform: translateX(0);
}

.navbar {
    background-color: #222;
    /*background: linear-gradient(11deg, #222222 0%, #222222 33%, #454545 100%);
    box-shadow: 0px 15px 10px -10px #252525 inset;*/
}

    .navbar .navbar-wrap {
        color: #fff;
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        justify-content: left;
        align-items: center;
        text-transform: uppercase;
        font-family: "Lato";
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 14px;
        line-height: 1.42857143;
        padding: 25px 0;
    }

        .navbar .navbar-wrap a {
            color: rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
        }

        .navbar .navbar-wrap .topNavMenu {
            list-style-type: none;
            position: relative;
            right: 0;
            width: 100%;
            padding: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0;
        }

            .navbar .navbar-wrap .topNavMenu > li {
                float: left;
                margin-right: 30px;
                padding: 20px 0;
                cursor: pointer;
                position: relative;
            }

                .navbar .navbar-wrap .topNavMenu > li.nav-search {
                    height: 60px;
                    padding: 0;
                    margin-right: 0;
                }

                    .navbar .navbar-wrap .topNavMenu > li.nav-search i {
                        font-size: 20px;
                        display: inline-flex;
                        height: 100%;
                        padding: 0 0 0 10px;
                        justify-content: center;
                        align-items: center;
                    }

                    .navbar .navbar-wrap .topNavMenu > li.nav-search .nav-search-sub {
                        position: absolute;
                        right: -34px;
                        bottom: -50px;
                        width: 330px;
                        background-color: #fff;
                        padding: 10px;
                        z-index: 2;
                        cursor: default;
                        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
                        transition: all 250ms ease-in;
                        opacity: 0;
                        transform: translateY(10px);
                        letter-spacing: 0.5px;
                        pointer-events: none;
                    }

                        .navbar .navbar-wrap .topNavMenu > li.nav-search .nav-search-sub.in {
                            pointer-events: all;
                            opacity: 1;
                            transform: translateY(0);
                            transition: all 250ms ease-out;
                        }

                        .navbar .navbar-wrap .topNavMenu > li.nav-search .nav-search-sub::before {
                            content: '';
                            display: block;
                            border: 10px solid;
                            border-top-color: transparent;
                            border-right-color: transparent;
                            border-left-color: transparent;
                            border-bottom-color: #fff;
                            position: absolute;
                            top: -20px;
                            right: 36px;
                            pointer-events: none;
                        }

            .navbar .navbar-wrap .topNavMenu::after {
                clear: both;
                display: block;
            }

        .navbar .navbar-wrap .subnav {
            position: absolute;
            background-color: #ee2f25;
            list-style-type: none;
            margin-left: 0;
            padding: 5px 0;
            font-size: 15px;
            margin-top: 15px;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            transition: all 250ms ease-out;
            opacity: 0;
            transform: translateY(-10px);
            pointer-events: none;
            z-index: 2;
            left: -15px;
            white-space: nowrap;
        }

            .navbar .navbar-wrap .subnav a {
                font-family: "Lato";
                font-weight: 300;
                background: transparent;
                color: #fff;
                text-decoration: none;
                letter-spacing: 2px;
                line-height: 1.42857143;
                padding: 3px 20px;
                transition: background-color 0.5s ease-out, color 0.5s ease-out;
                display: block;
            }

                .navbar .navbar-wrap .subnav a:hover {
                    background: #f25c54;
                }

            .navbar .navbar-wrap .subnav::after {
                content: "";
                bottom: 100%;
                left: 25px;
                border: solid transparent;
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(238, 45, 36, 0);
                border-bottom-color: #ee2f25;
                border-width: 10px;
            }

        .navbar .navbar-wrap li:hover a {
            color: #fff;
        }

        .navbar .navbar-wrap li:hover .subnav {
            opacity: 1;
            transform: translateY(0px);
            pointer-events: all;
        }

.footer .nav-search-footer {
    height: 40px;
    padding: 0;
}

    .footer .nav-search-footer .ui-widgetTN #loading-spinnerTN {
        display: none;
    }

    .footer .nav-search-footer i {
        font-size: 20px;
        display: inline-flex;
        height: 100%;
        padding: 0 10px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .footer .nav-search-footer .nav-search-sub {
        position: absolute;
        right: -12px;
        bottom: -60px;
        width: 330px;
        background-color: #fff;
        padding: 10px;
        z-index: 2;
        cursor: default;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
        transition: all 250ms ease-in;
        opacity: 0;
        transform: translateY(10px);
        letter-spacing: 0.5px;
        pointer-events: none;
    }

        .footer .nav-search-footer .nav-search-sub.in {
            pointer-events: all;
            opacity: 1;
            transform: translateY(0);
            transition: all 250ms ease-out;
        }

        .footer .nav-search-footer .nav-search-sub::before {
            content: '';
            display: block;
            border: 10px solid;
            border-top-color: transparent;
            border-right-color: transparent;
            border-left-color: transparent;
            border-bottom-color: #fff;
            position: absolute;
            top: -20px;
            right: 36px;
            pointer-events: none;
        }

/* PAGE ELEMENTS
------------------------------------------------------------
*/
.center-fluid {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 775px;
}

.showcase {
    min-height: 550px;
    height: 550px;
    text-align: center;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #e6e6e6;
    font-family: "Lato";
}

    .showcase.min {
        min-height: 350px;
    }

    .showcase h1, .showcase h2, .showcase h3, .showcase h4, .showcase h5 {
        color: #fff;
        text-transform: uppercase;
    }

    .showcase h2 {
        font-weight: 500;
        letter-spacing: 0.2em;
        font-family: "Lato";
        font-size: 30px;
    }

    .showcase.stage-1 {
        background-image: url("../Content/Images/stockcomp1.png");
    }

    .showcase.stage-2 {
        background-image: url("../Content/Images/stockcomp2.png");
        padding: 8em 0;
        height: auto;
    }

    .showcase.stage-3 {
        background-image: url("../Content/Images/methane-about-hero.png");
        padding: 400px 0;
        background-attachment: inherit;
    }

    .showcase.stage-4 {
        background-image: url("../Content/Images/methane-custom-hero.png");
        padding: 200px 0;
        background-attachment: inherit;
        background-color: #ed2229;
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .showcase.stage-events {
        background-image: url("../Content/Images/methane-events-hero.png");
        padding: 200px 0;
        background-attachment: inherit;
        background-color: #ed2229;
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .showcase.stage-stores {
        background-image: url("../Content/Images/methane-stores-hero.png");
        padding: 200px 0;
        background-attachment: inherit;
        background-color: #ed2229;
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .showcase.stage-wholesale {
        background-image: url("../Content/Images/methane-wholesale-hero.png");
        padding: 200px 0;
        background-attachment: inherit;
        background-color: #ed8e00;
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .showcase.stage-contact {
        background-image: url("../Content/Images/methane-contact-hero.png");
        background-attachment: inherit;
    }

#AddEmbroideryButton,
#addtocartBT,
#goBackBtn,
.flat-btn, a.flat-btn,
.outline-btn, a.outline-btn,
.ghost-btn, a.ghost-btn {
    display: inline-block;
    font-family: "Lato";
    font-size: 14px;
    margin: 20px auto;
    padding: 0.5em;
    text-align: center;
    padding-left: 3em;
    padding-right: 3em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    transition: background-color 250ms ease-out, color 250ms ease-out;
}

.flat-btn, a.flat-btn {
    color: #fff;
    border: 2px solid #222;
    background-color: #222;
}

    .flat-btn.alt, a.flat-btn.alt {
        color: #fff;
        border: 2px solid #ee2f25;
        background-color: #ee2f25;
    }

    .flat-btn:hover, .flat-btn:active, .flat-btn:focus {
        background-color: transparent !important;
        color: #222;
        text-decoration: none;
        transition: background-color 250ms ease-in, color 250ms ease-in;
    }

    .flat-btn.alt:hover, .flat-btn.alt:active, .flat-btn.alt:focus {
        color: #ee2f25;
    }

.outline-btn, a.outline-btn {
    color: #222;
    border: 2px solid #222;
    background-color: transparent;
}

    #AddEmbroideryButton,
    #addtocartBT,
    #goBackBtn,
    .outline-btn.alt, a.outline-btn.alt {
        color: #3bb2be;
        border: 2px solid #3bb2be;
        background-color: transparent;
    }

    .product:hover .outline-btn, .product:active .outline-btn, .product:focus .outline-btn,
    .outline-btn:hover, .outline-btn:active, .outline-btn:focus {
        background-color: #222;
        color: #fff;
        text-decoration: none;
        transition: background-color 250ms ease-in, color 250ms ease-in;
    }

        #AddEmbroideryButton:hover,
        #addtocartBT:hover,
        #goBackBtn:hover,
        .product:hover .outline-btn.alt, .product:active .outline-btn.alt, .product:focus .outline-btn.alt,
        .outline-btn.alt:hover, .outline-btn.alt:active, .outline-btn.alt:focus {
            color: #fff;
            background-color: #3bb2be !important;
        }

.ghost-btn, a.ghost-btn {
    color: #fff;
    border: 2px solid #fff;
}

    .ghost-btn:hover, .ghost-btn:active, .ghost-btn:focus {
        background-color: #fff;
        color: #333333;
        text-decoration: none;
        transition: background-color 250ms ease-in, color 250ms ease-in;
    }

    .ghost-btn.alt:hover, .ghost-btn.alt:active, .ghost-btn.alt:focus {
        color: #3bb2be;
    }

.cta-box {
    margin: 30px auto;
}

a.cta-box-btn {
    background-color: #151515;
    color: #fff;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
}

    a.cta-box-btn:hover {
        background-color: #484848;
    }

    a.cta-box-btn img {
        padding-right: 10px;
    }

/* ELEMENTS > MAIN NAVIGATION ------------------------------------------------*/
/* ELEMENTS > REGISTRATION FORM ------------------------------------------------*/
#RegFormBilling {
    display: table;
    padding: 0px 40px 20px;
    border-radius: 10px;
    margin: 0 auto;
}

#regform {
    width: 600px;
    margin: auto;
    position: relative;
}

    #regform input {
        width: 100%;
        border-radius: 2px;
        font-family: "Lato";
        font-size: 14px;
        position: relative;
    }

        #regform input:focus {
            border-color: #ee2f25;
        }

        #regform input:not(.FormButtons) {
            -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
            transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
            -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
            box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
            border-color: #8c8c8c;
            background-color: #f9f9f9;
        }

    #regform hr {
        color: #ee2f25;
        background-color: #ee2f25;
        height: 1px;
        border: 0;
    }

.rf-note {
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 12px;
    color: #adadad;
    line-height: inherit;
}

.rf-inline {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .rf-inline::after {
        content: '';
        clear: both;
        display: block;
    }

.rf-full {
    width: 100%;
    display: block;
    margin: 18px 0px 0px 0px;
    position: relative;
}

.rf-half {
    width: 50%;
}

.rf-third {
    width: 33.333%;
}

.rf-third-fill {
    width: 66.666%;
}

.rf-fourth {
    width: 25%;
}

.rf-fourth-fill {
    width: 75%;
}

.rf-half, .rf-third, .rf-third-fill, .rf-fourth, .rf-fourth-fill {
    vertical-align: top;
    padding: 0px 9px 0px 9px;
    display: block;
    margin: 18px 0px 0px 0px;
    float: left;
    position: relative;
    line-height: 30px;
}

.rf-inline .rf-half:first-child,
.rf-inline .rf-third:first-child,
.rf-inline .rf-fourth:first-child {
    padding-left: 0;
}

.rf-inline .rf-half:last-child,
.rf-inline .rf-third:last-child,
.rf-inline .rf-fourth:last-child {
    padding-right: 0;
}

.rf-buttons {
    margin-top: 20px;
}

#regform #addressCountryDiv > select {
    height: 35px;
    width: 100%;
    border: 1px solid #8c8c8c;
    border-radius: 2px;
    background-color: #f9f9f9;
    font-size: 14px;
    font-family: "Lato";
    color: #747474;
}

#regform .checkoutrequred,
#regform .checkouterror,
#regform .checkoutrequired {
    position: absolute;
    top: 4px;
    right: 0px;
    margin-right: 6px;
    color: #ee2f25;
}

#regform .rf-inline .rf-half:not(:last-of-type) .checkoutrequred,
#regform .rf-inline .rf-third:not(:last-of-type) .checkoutrequred,
#regform .rf-inline .rf-fourth:not(:last-of-type) .checkoutrequred {
    margin-right: 15px;
}

#regform #Submit.FormButtons {
    background-color: #424242;
}

    #regform #Submit.FormButtons:hover {
        background-color: #ee2f25;
    }

#mainDiv {
    text-align: left;
}

    #mainDiv select {
        margin-right: 20px;
    }

/* ELEMENTS > BACK TO TOP -------------------------------------------------*/
#back-to-top {
    background: #151515;
    border: 0 none;
    bottom: 20px;
    right: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 30px;
    line-height: 24px;
    opacity: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    -moz-transition: background 0.2s ease-out 0s;
    -o-transition: background 0.2s ease-out 0s;
    -webkit-transition: background 0.2s ease-out 0s;
    transition: background 0.2s ease-out 0s;
    width: 32px;
    z-index: 1040;
    padding-top: 1px;
    pointer-events: none;
    overflow: hidden;
}

a#back-to-top.show:hover {
    background: #ee2f25;
}

#back-to-top.show {
    opacity: 1;
    pointer-events: all;
}

#back-to-top i.fa {
    position: relative;
    top: 2px;
}

/* HOMEPAGE
------------------------------------------------------------
*/
.cta-services {
    background-color: #3bb2be;
    color: #fff;
}

    .cta-services a {
        color: #fff;
    }

.services-wrap {
    padding: 60px 0;
}

    .services-wrap .services-list {
        padding-left: 0px;
        padding-top: 1em;
        margin: 0;
    }

        .services-wrap .services-list li {
            font-family: "Lato";
            font-size: 2em;
            padding: 0.2em 0em;
            margin-right: 1.5em;
            margin-bottom: 2px;
            margin-top: 0em;
            display: inline !important;
            word-break: break-word;
            list-style-type: none;
            text-transform: uppercase;
        }

            .services-wrap .services-list li:not(:last-of-type)::after {
                content: " | ";
                white-space: nowrap;
                padding-left: 1.5em;
            }

            .services-wrap .services-list li:last-of-type {
                margin-right: 0;
            }

.services-text {
    font-family: "Roboto";
    font-size: 1.2em;
    font-weight: 300;
    padding-left: 6em;
    padding-right: 6em;
}

.text-pad {
    padding-top: 4em;
    padding-bottom: 4em;
}

.text-pad-sm {
    padding-top: 2em;
    padding-bottom: 2em;
}

.subhead {
    font-family: "Roboto";
    font-weight: 700;
    letter-spacing: 0.2em;
    font-size: 18px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.circle-module {
    margin-bottom: 3em;
}

    .circle-module i {
        font-family: "FontAwesome";
        font-size: 2.4em;
        padding: .7em 0;
    }

    .circle-module .circle-text {
        width: 50%;
    }

        .circle-module .circle-text .circle-wrap {
            float: left;
            width: 100%;
            padding-top: 30%;
            line-height: 1em;
            margin-top: -0.5em;
            text-align: center;
            color: #fff;
        }

            .circle-module .circle-text .circle-wrap h2, .circle-module .circle-text .circle-wrap h3 {
                text-transform: uppercase;
            }

        .circle-module .circle-text::after {
            content: "";
            display: block;
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            border: 1px solid #fff;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }


/*
INLINE CART
------------------------------------------------------------
*/

    .inlinecartviewcheckout {
      display: flex;
      justify-content: center;
    }

    .inlinecartviewcheckout .inlinecartviewitems {
      padding-right: 1rem;
    }

    .inlinecartviewcheckout .inlinecartviewitems a {
        display: block;
        width: 100%;
        height: 35px;
        text-transform: uppercase;
        font-size: 10px;
        padding-top: 13px;
    }

    .inlinecartviewcheckout .inlinecartcheckout .InlineCartCheckoutCart {
      width: 100% !important;
      display: block;
      height: 35px;
    }

    @media screen and (max-width: 600px) {
      .inlinecartviewcheckout {
        flex-flow: column nowrap;
      }
      .inlinecartviewcheckout .inlinecartviewitems,
      .inlinecartviewcheckout .inlinecartcheckout {
        width: 100%;
      }
      .inlinecartviewcheckout .inlinecartviewitems {
        padding-right: 0;
      }
    }

    @media screen and (min-width: 601px) {
      .inlinecartviewcheckout {
        flex-flow: row nowrap;
      }
      .inlinecartviewcheckout .inlinecartviewitems,
      .inlinecartviewcheckout .inlinecartcheckout {
        width: 50%;
      }
      .inlinecartviewcheckout .inlinecartviewitems {
        padding-right: 1rem;
      }
    }


/* STAFFBLOCK ----------------------------------------------------------------*/
.staffblock h4 {
    color: #151515;
}

.staffblock .staffbio {
    font-family: "Lato";
    font-size: 14px;
    line-height: 1.42857143;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.staffblock img {
    max-width: 100%;
    height: auto !important;
}

.staffblock a {
    color: #3bb2be;
    font-family: "Roboto";
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
}

/* ELEMENTS > HOMEPAGE SLIDER ------------------------------------------------*/
.slide {
    height: 500px;
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

    .slide > img {
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
    }

    .slide .tagline {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

        .slide .tagline h3 {
            color: #3bb2be;
            font-family: "Lato";
            margin-bottom: 0;
            padding: 20px 40px 20px 0px;
            display: inline-block;
            letter-spacing: 7px;
            font-weight: 500;
            font-size: 36px;
            text-transform: uppercase;
        }

        .slide .tagline a {
            padding: 9px;
            background-color: transparent;
            color: #3bb2be;
            border: 2px solid #3bb2be;
            font-weight: 700;
            font-size: 18px;
            text-align: left;
            width: 200px;
            line-height: 30px;
            text-transform: uppercase;
            letter-spacing: 2px;
            display: inline-block;
            margin: 0 auto;
            transition: none;
        }

            .slide .tagline a:hover {
                color: #fff;
                background-color: #3bb2be;
            }

.owl-carousel.owl-header .owl-item img {
    width: 100% !important;
    min-height: 500px;
}

.owl-featured-products {
    margin: 2em 0;
    text-align: center;
}

    .owl-featured-products .COMCatHomeProdName a {
        color: #3bb3be;
        text-align: center;
        display: block;
        height: 2em;
        padding-bottom: 1em;
    }

    .owl-featured-products .COMCatHomeProdPrice a {
        color: #333333;
        font-family: "Roboto";
        font-size: 1.4em;
        font-weight: 300;
        display: block;
    }

        .owl-featured-products .COMCatHomeProdPrice a strong {
            font-family: "Lato";
            padding-right: 6px;
            font-weight: 400;
        }

    .owl-featured-products img {
        padding-bottom: 20px;
    }

.owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1200px;
    color: #fff;
    line-height: 45px;
    height: 45px;
    pointer-events: none;
}

.owl-prev,
.owl-next {
    display: inline-block;
    position: absolute;
    font-size: 45px;
    pointer-events: all;
}

.owl-carousel .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 45px;
    margin: 5px;
    background: transparent;
    display: inline-block;
    border-radius: 0;
    padding: 0 15px 0 12px;
    background-color: transparent;
    transition: all 200ms ease-out;
    width: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    pointer-events: all;
}

.owl-carousel .owl-next img {
    right: -3px;
    top: -1px;
    position: relative;
}

.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-carousel .owl-prev {
    left: 35px;
}

.owl-carousel .owl-next {
    right: 35px;
}

.brandlogos-wrap {
    background-color: #333;
    padding: 2em 0;
}

.owl-carousel.owl-brandlogos .brandlogo > img {
    height: 45px;
    width: auto;
    margin: auto;
    background-color: #333;
}

/* ELEMENTS > HOMEPAGE FEATURED PRODUCTS ----------------------------------*/
.featured-products {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

    .featured-products .featured {
        width: 265px;
        height: 190px;
        margin: 0 0 20px 0;
        position: relative;
    }

        .featured-products .featured span {
            height: 28px;
            line-height: 28px;
            background-color: #ee2f25;
            text-align: center;
            display: block;
            text-transform: uppercase;
            color: #fff;
            font-family: "Lato";
            font-size: 20px;
            position: absolute;
            width: 100%;
            bottom: 0;
        }

        .featured-products .featured:not(:last-of-type) {
            margin-right: 20px;
        }

        .featured-products .featured .img-head {
            display: flex;
            align-items: center;
            justify-content: center;
        }

/* STORE PAGE
------------------------------------------------------------
*/
.store-listing {
    padding: 1em 0 3em;
}

.store-card h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #3bb2be;
    letter-spacing: 1px;
    font-weight: 400;
    z-index: 2;
    position: relative;
    margin-top: 10px;
    margin-bottom: 4px;
}

    .store-listing .st-col-3 {
        margin-bottom: 3em;
        text-align: center;
        font-size: 14px;
        line-height: 1.8em;
        font-family: "Roboto";
        display: flex;
        flex-flow: column nowrap;
    }

.store-card {
    position: relative;
    margin-top: 45px;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ececec;
    flex: 1 0 auto;
    text-align: center;
    font-size: 14px;
    margin: 45px 20px 20px 20px;
    width: 29%;
    display: inline-block;
    vertical-align: top;
}
    .store-card:nth-child(3n):after
    {
        display: table;
        clear: both;
        content: '';
    }

    .store-card::before {
        content: '';
        display: block;
        background-color: #f9f9f9;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 55px;
        height: 55px;
        border-radius: 100%;
        border: 1px solid #ececec;
        z-index: -1;
    }

        .store-card i {
            font-size: 2em;
            width: 20px;
            height: 20px;
            display: flex;
            flex-flow: column nowrap;
            justify-content: center;
            align-items: center;
            background-color: #f9f9f9;
            color: #bfbfbf;
            padding: 27px 27px;
            border-radius: 100%;
            position: absolute;
            top: -24px;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
        }

/* SEARCH PAGE
------------------------------------------------------------
*/
/* MY ACCOUNT PAGE
------------------------------------------------------------
*/
body.AddressBookModal .FormElementInput {
    max-width: 260px;
}

#addressBookInfo input[type="button"] {
    color: #fff;
    background-color: #151515;
    border-width: 0;
    font-family: "Lato";
    font-size: 15px;
    padding: 8px 14px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

    #addressBookInfo input[type="button"]:hover {
        background-color: #ee2f25;
    }

select#PersonBillingCountry,
select#PersonBillingState,
select#PersonShippingCountry,
select#PersonShippingState {
    width: 250px;
}

table.TableWithBorder table.TableWithBorder {
    border: 0 !important;
}

#abBillingTbl,
#abShippingTbl {
}

.abEditDelete span.link {
    color: #ee2f25;
    text-decoration: underline;
}

/* ABOUT PAGE
------------------------------------------------------------
*/
.aboutcenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1024px;
}

.abouthead, .serviceshead {
    font-family: "Roboto";
    font-weight: 100;
    line-height: 1.5;
}

    .abouthead.text-pad {
        padding-top: 45px;
        padding-bottom: 0px;
    }

.aboutwholesale {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1024px;
}

.aboutwholesale ol {
    display: inline-block;
    text-align: left;
    line-height: 2em;
    font-weight: 300;
    font-family: "Roboto";
}

.aboutwholesaletext {
    font-family: "Roboto";
    line-height: 2;
    font-size: 20px;
    font-weight: 300;
}

.aboutwholesalewrap {
    background-color: #f1f1f1;
    padding: 20px 20px 20px 40px;
    border-radius: 2px;
}
.aboutwholesalewrap p {
    display: block;
    margin: 0;
}

.abouttext {
    font-family: "Roboto";
    line-height: 2;
    font-size: 20px;
    padding-bottom: 50px;
    font-weight: 300;
}

.about-gallery img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.about-gallery [class^="col-"]:not(:last-of-type) {
    padding-right: 20px;
}

.about-gallery .st-col-3 {
    max-height: 204px;
    overflow: hidden;
}

.about-gallery-grid img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.about-gallery-grid > .st-col-3:first-of-type {
    padding-right: 20px;
}

.about-gallery-grid .st-col-3-fill .st-col-2 {
    margin-bottom: 20px;
    max-height: 231px;
}

.about-gallery-grid .st-col-3-fill > .st-col-2:first-of-type {
    padding-right: 20px;
}

.about-gallery-grid .st-col-3-fill .st-col-1 {
    position: relative;
}

.about-gallery-2 {
    text-align: center;
}

    .about-gallery-2 .st-col-2:first-of-type {
        padding-right: 20px;
    }

    .about-gallery-2 img {
        max-width: 100%;
        max-height: 352px;
    }

/* GALLERY PAGE
------------------------------------------------------------
*/
.gallery-product {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    text-align: center;
}

    .gallery-product .gprod-name {
        color: #3bb2be;
        font-weight: 400;
        font-family: "Lato";
        font-size: 18px;
    }

    .gallery-product .gprod-price {
        color: #151515;
        font-size: 24px;
        font-family: "Roboto";
    }

    .gallery-product .gprod-image img {
        width: 253px;
        height: 333px;
    }

    .gallery-product .outline-btn {
        margin: 0 auto;
        font-weight: 100;
        width: 200px;
        padding: 0.5em;
    }

/* CONTACT PAGE
------------------------------------------------------------
*/
/* CATEGORY & PRODUCT LIST PAGE
------------------------------------------------------------
*/
body #prodCatContainer,
body #productsResult {
    display: flex;
    flex-flow: row wrap;
}

.COMCatImg img,
.COMCatProdImg img {
    width: 100%;
    max-width: 100%;
}

.prodCatTop {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 10px 0 20px;
}

    .prodCatTop #SortDiv {
        font-size: 15px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    .prodCatTop .SortItemName {
        margin-right: 10px;
    }

.COMCatWrap.st-col {
    justify-content: space-between;
}

#mainContent {
    width: 100%;
}

#noProductsLabel {
    background: #fff;
    padding: 10px;
    width: 100%;
    text-align: left;
}

.COMCatCell,
.COMCatProdCell {
    position: relative;
    margin-bottom: 30px !important;
}

    .COMCatCell.lastChild,
    .COMCatProdCell.lastChild {
        padding-right: 0;
    }

.COMCatName {
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 250ms ease-out;
    margin-top: 1rem;
}

.COMCatCell .COMCatName a {
    line-height: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    color: #fff;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.COMCatCell:hover .COMCatName {
    background-color: #3a3a3a;
}

    .COMCatCell:hover .COMCatName a,
    .COMCatCell .COMCatName a:hover {
        color: #fff;
    }

#prodCatContainer .COMCatImg,
#productsResult .COMCatProdImg {
    /* height: 364px; */
    background-color: #fff;
    transition: all 250ms ease-out;
    overflow: hidden;
}

    #prodCatContainer .COMCatImg > a,
    #productsResult .COMCatProdImg > a {
        width: 100%;
        /* height: 100%; */
        height: 334px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    #prodCatContainer .COMCatImg img,
    #productsResult .COMCatProdImg img {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

/* PRODUCT LIST VIEW
------------------------------------------------------------
*/
.content #prodCatContainer {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.COMCatProdID,
.COMCatProdBrand {
    display: none;
}

.search-page #productsResult .product {
    margin-right: 10px;
}

.COMCatProdDetails {
    color: #333333;
    position: relative;
    padding-bottom: 100px;
    width: 100%;
}

.product {
    display: flex;
    flex-flow: column nowrap;
}

    .product .COMCatProdImg + a {
        display: flex;
        flex: 1 0 auto;
    }

    .product .COMCatProdName {
        font-family: "Lato";
        font-size: 18px;
        line-height: 1.2em;
        padding: 15px 15px 5px 15px;
        box-sizing: content-box;
        color: #3bb2be;
        font-weight: 400;
        text-align: center;
    }

    .product div.COMCatPartNo {
        font-family: "Lato";
        font-size: 11px;
        text-transform: uppercase;
        padding: 0 15px 10px 15px;
    }

.COMCatProdPrice {
    padding: 6px 10px;
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    overflow: hidden;
    height: 100px;
    position: absolute;
    font-family: "Roboto";
    width: 100%;
    bottom: 0;
}

    .COMCatProdPrice .COMCatProdAsLowAsPriceLBL small {
        font-size: 15px;
    }

    .COMCatProdPrice strong {
        font-family: "Lato";
        padding-right: 6px;
        font-weight: 400;
    }

/* PRODUCT DETAILS PAGE
------------------------------------------------------------
*/
.COMProdContainer {
    display: flex;
    flex-flow: row nowrap;
}

    .COMProdContainer::after {
        content: '';
        display: block;
        clear: both;
    }

.COMProdContainerLeft {
    width: 425px;
    max-width: 425px;
    margin-right: 18px;
    flex: 0 0 auto;
}

.COMProdContainerRight {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    flex: 0 1 auto;
}

    .COMProdContainerRight .COMProdHeader h1 {
        margin-top: 0;
    }

.MainProductImage {
    position: relative;
    z-index: 1;
    border: 0;
    width: 425px;
    height: auto;
    background-color: #fff;
}

.ViewLarger {

}

.MainProdBox a,
.ProdThumbsBox a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.ProductThumbs {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
}

.ProdThumbsBox {
    width: 100px;
    margin-right: 8px;
    margin-bottom: 9px;
    transition: all 250ms ease;
    position: relative;
    background-color: #fff;
    border: 4px solid #fff;
    box-sizing: border-box;
}

    .ProductThumbGridBox .thumbimage {
        max-width: 100%;
    }

    .ProdThumbsBox > a::before {
        content: '';
        display: block;
        background-color: rgba(0, 0, 0, 0.15);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        pointer-events: none;
        transition: all 250ms ease;
        opacity: 0;
    }

    .ProdThumbsBox:not(.thumbSelected):hover > a::before {
        opacity: 1;
    }

    .ProdThumbsBox.thumbLast {
        margin-right: 0;
    }

    .ProdThumbsBox.thumbSelected:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 23px;
        height: 23px;
        background: url("../content/images/core/tmb_select.png") top left no-repeat;
        pointer-events: none;
    }

.PricingQty {
    text-align: center;
    padding: 5px;
    line-height: 1;
    font-family: "Lato";
    color: #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.PricingCost {
    text-align: center;
    font-size: 16px;
    font-family: "Lato";
    color: #333333;
    padding: 10px 5px;
    line-height: 1;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

    .PricingCost:last-child,
    .PricingQty:last-child {
        border-right: 0;
    }

.COMCatProdName h1 {
    color: #151515;
    font-size: 30px;
    line-height: 28px;
    font-weight: 900;
    border-bottom: 0;
    padding-bottom: inherit;
}

#prodCatContainer .prodCatTop {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.color-notify {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 30px;
}

    .color-notify a {
        font-weight: 900;
        text-decoration: underline;
    }

        .color-notify a:hover {
            color: #ee2f25;
        }

.prod-feature-title {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Roboto";
    font-weight: bold;
}

    .prod-feature-title::after {
        content: '';
        position: relative;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #ee2f25 transparent;
        margin-left: 6px;
        bottom: 0;
    }

.RegularItemPrice {
    font-size: 20px;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.RegularItemPriceAmount {
    font-weight: inherit;
    position: relative;
}

.prodFeatures {
    padding-left: 0;
    margin-top: 0;
}

    .prodFeatures li {
        list-style-type: none;
        line-height: 2.1em;
        font-family: "Lato";
        font-weight: 900;
        text-transform: uppercase;
        font-size: 12px;
    }

        .prodFeatures li:before {
            content: '\f00c';
            font-family: "FontAwesome";
            color: #ee2f25;
            margin-right: 6px;
            font-size: 14px;
        }

.OrderingRequirements {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
}

.OrderingRequirementsWrap .Requirement {
    font-weight: 900;
}

#ProdProperties {
    display: flex;
    flex-flow: row wrap;
}

    #ProdProperties .property {
        margin-bottom: 25px;
        margin-right: 20px;
        background: #f2f2f2;
        padding: 10px;
        text-align: center;
    }

        #ProdProperties .property .title {
            position: relative;
            font-size: 18px;
            font-family: "Roboto";
            text-transform: uppercase;
            padding-bottom: 5px;
            text-align: left;
        }

#ProdPropSize {
    background: #e5e5e5;
    font-style: normal;
    border-radius: 10px;
    padding: 4px 30px 4px 7px;
    margin-left: 10px;
    border: 1px solid transparent;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat #ddd;
    -moz-appearance: none;
    background-position: 94% 50%;
}

.comProdDropDown {
    font-size: 16px;
    padding: 4px;
}

.COMProdDescription ul {
    list-style-type: disc;
}

    .COMProdDescription ul li {
        position: relative;
        margin-bottom: 15px;
    }

#ItemNumber {
    font-weight: bold;
}

.stockbar {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Lato";
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    border-top: 2px solid #ee2f25;
}

.QtyPriceHead,
.AvailableColorsHeader,
.ItemNoLabel, .ModLabel, .COMProdSizeQtyLabel,
.COMProdSizeAttributesLabel {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 900;
    color: #151515;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
}

.GridFlex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 10px;
    margin: auto;
    width: 100%;
}

.COMProdSizeAttributesGridSize {
    padding: 0px 8px;
    background-color: #fff;
}

.noPurchase .COMProdSizeAttributesGridSize {
    padding: 0;
}

.currentQty {
    text-align: center;
    position: relative;
    font-family: "Lato";
    font-size: 12px;
    padding: 4px 0;
    color: #ee2f25;
}

.stocklabel {
    border-top: 1px dashed #c5c5c5;
    color: #888;
    padding-top: 4px;
    font-family: "Lato";
    font-size: 10px;
    font-weight: bold;
}

#goBackBtn {
    margin-left: 15px;
}

#addtocartBT:disabled {
    opacity: .3;
    cursor: no-drop;
}

    #addtocartBT:disabled:hover {
        background-color: #151515;
    }

/* FOOTER
------------------------------------------------------------*/
.row-footer {
    padding-top: 5em;
}

footer.navbar-top {
    background-color: #333333;
}

footer.navbar-bottom {
    background-color: #222;
    padding: 4em 0;
}

    footer.navbar-bottom a.ghost-btn {
        margin: 20px auto 0;
    }

/* SIDEBAR NAVIGATION STYLES
------------------------------------------------------------*/
.sidenav-header {
    display: block;
    width: 100%;
    height: 30px;
    padding-left: 20px;
    line-height: 30px;
    letter-spacing: 5px;
    font-family: "Lato";
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

#NavigationWrapper {
    width: 230px;
    background-color: #f9f9f9;
    padding: 10px 0;
    float: left;
    margin-right: 28px;
    margin-bottom: 35px;
    overflow: hidden;
    border: 2px solid #f1f1f1;
    box-shadow: 0px 0px 0px 4px #fff inset;
}

    #NavigationWrapper::after {
        content: '';
        clear: left;
        display: block;
    }

    #NavigationWrapper ul {
        list-style-type: none;
        margin: 2px 0;
        padding: 0;
    }

        #NavigationWrapper ul li a::before {
            content: '\f0da';
            font-family: "FontAwesome";
            font-size: 16px;
            color: #777777;
            margin-right: 6px;
            transition: all 250ms ease-out;
        }

        #NavigationWrapper ul ul {
            margin: 0;
        }

            #NavigationWrapper ul li a:hover::before,
            #NavigationWrapper ul ul li a[class*="_hot"]:hover::before {
                color: #ee2f25;
            }

            #NavigationWrapper ul ul li a:hover::before {
                color: #959595;
            }

            #NavigationWrapper ul ul ul li a:hover::before {
                color: #151515;
            }

    #NavigationWrapper a {
        font-family: "Lato";
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        display: block;
        padding: 0 20px;
    }

    #NavigationWrapper ul ul li a::before {
        content: '\f0da';
        color: #959595;
        font-family: "FontAwesome";
        font-size: 14px;
        position: relative;
        margin-right: -10px;
        width: 10px;
        height: 25px;
        display: inline-block;
        line-height: 25px;
        left: -14px;
    }

    #NavigationWrapper ul ul ul li a::before {
        content: '\f0da';
        font-size: 14px;
        top: 0;
    }

    #NavigationWrapper a[class*="_hot"] {
        font-weight: 900;
    }

        #NavigationWrapper a[class*="_hot"]::before {
            color: #ee2f25;
            display: inline-block;
        }

    #NavigationWrapper .sidenav-active [id^='SubCats'] {
        display: block;
    }

    #NavigationWrapper div[id^='SubCats'] li {
        align-items: center;
        background-color: #313131;
    }

    #NavigationWrapper div[id^='SubCats'] ul ul {
        margin: 0;
    }

        #NavigationWrapper div[id^='SubCats'] ul ul li {
            background-color: #4a4a4a;
        }

        #NavigationWrapper div[id^='SubCats'] ul ul a {
            padding: 0 20px 0 65px;
        }

    #NavigationWrapper div[id^='SubCats'] a {
        font-size: 12px;
        line-height: 24px;
        width: 100%;
        display: block;
        transition: background-color 250ms ease-out;
        padding: 0 20px 0 50px;
        box-sizing: border-box;
    }

        #NavigationWrapper div[id^='SubCats'] a:hover {
            background-color: #3e3e3e;
        }

    #NavigationWrapper div[id^='SubCats'] ul ul a:hover {
        background-color: #6b6b6b;
    }

    #NavigationWrapper div[id^='SubCats'] a[class*="_hot"] {
        font-weight: 700;
        background-color: #3e3e3e;
    }

/* BREADCRUMB STYLES
------------------------------------------------------------*/
.subpage .page-header {
    height: 343px;
}
.subpage .COMBreadCrumb h1,
.subpage .COMBreadCrumb h2 {
    display: inline-block;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}

.COMBreadCrumbWrap {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    z-index: 1;
    justify-content: left;
    align-items: center;
    height: 95px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ececec;
    overflow: hidden;
    background-color: transparent;
}

    .COMBreadCrumbWrap .BCbg {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 95px;
        max-height: 95px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

        .COMBreadCrumbWrap .BCbg > img {
            object-fit: cover;
            width: 100%;
        }

.COMBreadCrumb {
    font-family: "Lato";
    color: #333333;
    position: relative;
    z-index: 1;
    height: 95px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    align-items: center;
}

    .COMBreadCrumb::after {
        content: '';
        background: url() top right no-repeat;
        display: block;
        position: absolute;
        top: 0;
        right: -75px;
        width: 2000px;
        height: 95px;
        z-index: -1;
    }

.COMCATHeaderImg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.COMCATHeaderImg > img {
    max-height: 290px;
}

.COMBreadCrumb h2 {
    color: #333333;
}

.COMBreadCrumb a {
    color: #333333;
    transition: all 250ms ease;
    text-transform: uppercase;
    font-size: 15px;
}

    .COMBreadCrumb a:hover {
        color: #ee2f25;
    }

.COMBreadCrumb .Breadcrumb_hot {
    color: #ee2f25;
}

.bc-spacer {
    display: inline;
    margin: 0 8px;
    color: #333;
    font-size: 14px;
}
.COMProdLeftContainer {
    float: left;
    width: 425px;
}
.COMProdRightContainer {
    float: left;
    width: 415px;
    padding-left: 25px;
}
.MainProdBox {
    text-align: center;
    width: 425px;
}
.MainProdBox img
{
    max-width: 100%;
}
.COMProdItemNum,
.COMProdStock {
    margin-bottom: 3px;
}
.COMProdItemNumTag,
.COMProdStockTag {
    font-weight: 700;
    margin-right: 3px;
}
.COMProdPrice {
    margin-top: 17px;
    font-size: 25px;
    font-weight: 700;
    color: #ee2f25;
}
.PricingTagLine {
    background: #333;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    margin: 0;
    text-align: left;
}
.ProductModifiers td
{
    padding-right: 3px;
}
.ProductModifiers td:first-child
{
    font-weight: 700;
}
.COMProdOrderingGrid {
    margin-top: 20px;
}
span.COMProdQtyHeading {
    font-weight: 700;
    margin-right: 4px;
}
.COMProdQty {
    float: left;
}
.COMProdQtyTotal {
    float: left;
    margin-top: 7px;
    margin-left: 31px;
}
.COMProdQtyTotalValue {
    font-size: 23px;
    font-weight: 700;
}
.COMProdDescHeading {
    margin-top: 21px;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 21px;
}
.ShareToolbarHeading {
    font-size: 15px;
    margin-bottom: 3px;
}
.COMProdDesc {
    font-size: 16px;
}
.FormElementInput.Errored
{
    border: 2px solid #ee2f25 !important;
}
.quickorderattributes table
{
    padding-top: 15px;
}
/**** SEARCH FILTERS CSS ****/
#customFilters {
    display: none !important;
}


.validationError {
    color: #FF0000;
    font-size: 12px;
    margin-top: 5px;
}


#productsResult .GridImage {
    width: 175px;
    height: 175px;
    padding: 5px;
}

    #productsResult .GridImage img {
        max-width: 100%;
        max-height: 100%;
    }

.COMSearchCell,
.CatSrchCell {
    float: left;
    width: 230px;
    margin: 0 20px 25px 0;
}

.COMSearchImg img,
.COMSearchProdCell img {
    max-width: 100%;
    max-height: 100%;
}

.COMSearchImg {
    width: 230px;
    height: 230px;
    border: 1px solid #e1e1e1;
    /* padding: 4px; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 4px 4px 0 4px;
}

.COMSearchProdImg {
    width: 260px;
    height: 363px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 4px 4px 0 4px;
}

.COMSearchProdCell {
    width: 275px;
    margin: 0 0 25px 0;
    padding-right: 20px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

    .COMSearchProdCell.lastChild,
    .COMSearchProdCell:nth-child(4n),
    .CatSrchCell.lastChild,
    .COMSearchCell.lastChild {
        margin-right: 0;
    }

.COMSearchDescription {
    margin-bottom: 20px;
    line-height: 1.6;
    margin-top: -5px;
}

.COMSearchName,
.COMSearchProdDetails,
.COMSrchProdName {
    margin-top: 7px;
    text-align: center;
}

    .COMSearchName a,
    .COMSearchName a:link,
    .COMSearchName a:visited,
    .COMSearchProdName a,
    .COMSearchProdName a:link,
    .COMSearchProdName a:visited,
    .COMSrchProdName a,
    .COMSrchProdName a:link,
    .COMSrchProdName a:visited {
        font-family: "Lato";
        font-size: 18px;
        line-height: 1.2em;
        padding: 15px 15px 5px 15px;
        box-sizing: content-box;
        color: #3bb2be;
        font-weight: 400;
        text-align: center;
    }

        .COMSearchName a:hover,
        .OMCatProdName a:hover,
        .COMSrchProdName a:hover {
            color: #ee2f25;
        }

.COMSrchPartNo,
.COMSearchPartNo {
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: -1px;
    display: none;
}

    .COMSrchPartNo .NoItemsInCategory {
        line-height: 1.3;
    }

.CMProdPrice,
.COMSrchPrice,
.COMSearchProdPrice {
    padding: 6px 10px;
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    overflow: hidden;
    font-family: "Roboto";
    width: 100%;
    bottom: 0;
}
.COMSearchProdRegPriceLBL
{
    display: none;
}
.COMSearchHeader {
    background: #ededed;
    padding: 15px 40px;
    color: #888;
    text-transform: uppercase;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    font-size: 30px;
    float: none;
    width: 1062px;
    margin-left: -40px;
    margin-top: -30px;
    margin-bottom: 30px;
}

.COMSearchProdID,
.COMSearchProdBrand {
    display: none;
}

.ViewMoreLessLink {
    margin-top: 5px;
    margin-left: 5px;
}

    .ViewMoreLessLink a,
    .ViewMoreLessLink a:link,
    .ViewMoreLessLink a:visited {
        font-size: 12px;
        color: #000;
    }

        .ViewMoreLessLink a:hover {
            color: #bd262d;
        }

div#lblCheckAllProducts {
    display: none !important;
}

.COMFilterProductsSearch {
    margin-bottom: 30px;
}

.FormElementInputSearchBar {
    width: 300px;
    margin-right: 5px;
}

.filtersHeading.filtersHeadingSearch {
    margin-top: 10px;
}

    .filtersHeading.filtersHeadingSearch:before {
        left: 0;
        width: 18px;
    }

    .filtersHeading.filtersHeadingSearch:after {
        right: 0;
        width: 18px;
    }
.COMSearchProdOriginalPrice
{
    display: none;
}
.COMSearchProdSalePriceLBL
{
    display: none;
}
/***** SEARCH FILTERS END *****/
.site-content {
    width: 1100px;
    margin: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
.row [class*=col-] {
    margin: 0 -.3px;
}
