/* Minification failed. Returning unminified contents.
(3863,29): run-time error CSS1046: Expect comma, found '255'
(3863,37): run-time error CSS1046: Expect comma, found '/'
(4081,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*  Override the default bootstrap alert-info behaviour with a different color */
.alert-info {
    background-color: #428bca !important;
    border-color: #357ebd !important;
    color: #fff !important;
}

.glyphicon-modal {
    padding-right: 12px !important;
    font-size: 20px !important;
}

/* Content / App Icons*/
.careers span.solution-icon {
    background: url('Images/icon-careers.png') no-repeat 0 0;
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
}

.application span.solution-icon {
    background: url('Images/icon-application.png') no-repeat 0 0;
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
}

.support span.solution-icon {
    background: url('Images/icon-support.png') no-repeat 0 0;
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
}

.news span.solution-icon {
    background: url('Images/icon-news.png') no-repeat 0 0;
    background-size: 70px 70px;
    height: 70px;
    width: 70px;
}

.phone2 span.solution-icon {
    background: url('Images/icon-phone2.png') no-repeat 0 0;
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
}

.hours span.solution-icon {
    background: url('Images/icon-hours.png') no-repeat 0 0;
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
}

.security span.solution-icon {
    background: url('Images/icon-security.png') no-repeat 0 0;
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
}

.return span.solution-icon {
    background: url('Images/icon-return.png') no-repeat 0 0;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
}

.training span.solution-icon {
    background: url('Images/icon-training.png') no-repeat 0 0;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
}

.partner span.solution-icon {
    background: url('Images/icon-partner.png') no-repeat 0 0;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
}

.financing span.solution-icon {
    background: url('Images/icon-financing.png') no-repeat 0 0;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
}

body {
    font-size: 15px;
}
/* Upload Containers */
.fileUploadHandler {
    border: 2px dotted #0B85A1;
    color: #92AAB0;
    text-align: left;
    font-size: 18px;
    height: 75px;
}

.form-container {
    margin: 15px;
}

.form-header {
    width: 100%;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding-top: 7px;
}

/* Validation */
.hide-validation {
    display: none;
}

.input-validation-error {
    border: 2px solid #D51C3A !important;
}

.input-validation-text {
    color: #D51C3A !important;
}

/* Vendor Application */
.vendorApplication-subheader {
    background-color: #E0E0E0 !important;
    border-radius: 0px !important;
}

/* Reseller Application */
.resellerApplication-subheader {
    background-color: #E0E0E0 !important;
    border-radius: 0px !important;
}

.reseller-app-checks {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#content ul.reseller-app-checks li {
    width: 33.333%;
    margin-bottom: 0;
    padding-right: 10px;
}
/*ACCOUNT PAGE*/
.yourOrders li, .accountSettings li {
    font-size: 16px;
}

.yourRep, .accountSettings {
    border-radius: 10px;
    border: 1px #aaa solid;
    padding: 15px;
    min-height: 180px;
}

.yourOrders,
.accountContact,
.yourNotifications,
.accountSupport,
.recentActivity {
    border-radius: 10px;
    border: 1px #aaa solid;
    min-height: 180px;
    margin-top: 40px;
    float: left;
    width: 100%;
}

.recentActivity {
    overflow: hidden;
}

.acctOrderHead,
.acctDetailsHead,
.accountContactHead,
.acctSupportHead,
.acctDetailsHead,
.recentActivityHead {
    padding: 15px;
    width: 100%;
    background-color: #333;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
    position: relative;
}

.recentActivityHead {
    margin-bottom: 0;
}

.recentActivityBody .activityTableHead {
    background-color: #eee;
}

.recentActivityBody .activityTableHead {
    font-weight: bold;
}

.recentActivityUser,
.recentActivityDate,
.recentActivityIP {
    display: inline-block;
    margin-right: -4px;
    width: 25%;
    text-align: center;
    vertical-align: top;
    padding: 5px;
    word-break: break-word;
    margin-bottom: 0;
}

.recentActivityUser {
    width: 50%;
}

.recentActivityRow {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    margin-bottom: -1px;
}

.accountDetailsWrapper {
    float: left;
    width: 100%;
}

.accountContactBody {
    width: 100%;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
}

.accountDetailsWrapper {
    border-radius: 10px;
    border: 1px #aaa solid;
    padding-bottom: 15px;
}

.acctDetailsBody p {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 5px;
    padding-right: 10px;
}

.acctDetailsBody .acctDetailsAddress {
    width: 100%;
    margin-bottom: 0;
}

.recentActivityBody {
    width: 100%;
    height: 199px;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
}

.recentActivityBody {
    height: 199px;
    padding: 0 15px 0 15px;
    margin-bottom: 0;
    overflow: auto;
}

.acctOrderBody {
    width: 100%;
    padding: 15px 0 40px 0;
    float: left;
    margin-bottom: 0;
}

.acctSupportBody {
    height: inherit;
}

#sales-rep-carousel {
    margin: 0px 15px;
}

    #sales-rep-carousel .carousel-control {
        width: 0;
    }

        #sales-rep-carousel .carousel-control span {
            top: 30%;
            color: black;
            margin-left: -20px;
        }

    #sales-rep-carousel img {
        width: 100%;
        max-width: 150px;
    }

        #sales-rep-carousel img:hover, #sales-rep-carousel .account-my-team:hover {
            cursor: pointer;
            cursor: hand;
        }

.my-team-NORTHWEST {
    color: #00AB4B;
}

#sales-rep-carousel .glyphicon-chevron-right {
    left: inherit;
    right: 0px;
    margin-left: 0px;
    margin-right: -20px;
}

#modal-sales-team-img {
    width: 100%;
}

#sales-rep-carousel .carousel-inner {
    padding: 0px;
}

.acctNotificationBody {
    overflow: auto;
    width: 100%;
    height: 120px;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
}

.acctSupportBody li {
    display: inline-block;
    padding-bottom: 8px;
    margin-right: -4px;
    width: 33.333%;
    vertical-align: top;
    padding-right: 10px;
}

    .acctSupportBody li a {
        text-decoration: underline;
    }

.acctOrderHead .acctOrderBtns {
    position: absolute;
    right: 15px;
    top: 10px;
}

.acctOrderHead button {
    margin-left: 15px;
}

.acctDetailsHead h3,
.acctOrderHead h3,
.accountContactHead h3,
.acctNotificationHead h3,
.acctSupportHead h3,
.recentActivityHead h3 {
    color: white;
    margin: 0;
}

.yourOrders p,
.accountContact p {
    margin-bottom: 20px;
}

.acctOrderBody .dropdown-menu {
    right: 0 !important;
    left: initial;
}

.accountDetails-left {
    border-right: 1px solid #aaa;
    margin-right: -1px;
}

.accountDetails-right {
    border-left: 1px solid #aaa;
}

    .accountDetails-right #dcw-main {
        width: 100% !important;
    }

        .accountDetails-right #dcw-main .dcw-button {
            max-width: 300px !important;
            margin: auto !important;
        }
/*END ACCOUNT PAGE*/

/* CART */
.cartTableHead {
    padding: 8px 5px 8px 5px;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    width: 100%;
}

.cartRow {
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 8px 5px 3px 5px;
    width: 100%;
}

    .cartRow:hover {
        background-color: #efefef;
    }
/* END CART */

/*CHECKOUT*/
.customizationForm {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height 1s; /* Safari */
    transition: max-height 1s;
}

.newAddressForm {
    overflow: hidden;
    -webkit-transition: max-height 1s; /* Safari */
}

    .newAddressForm form, .customizationForm form {
        margin-top: 10px;
    }

.finalShippingInfo {
    margin-top: 15px;
}

.customEndUserRow, .customEndUserTableHead,
.finalInfoTableHead, .finalInfoRow {
    padding: 7px 15px;
}

.customEndUser p, .customizeBtnDiv {
    display: inline-block;
    width: 13%;
    text-align: center;
    margin: 0 -4px 0 0;
    vertical-align: top;
}

.finalProducts .viewCustomUserDiv,
.finalProducts .finalInfoTableHead > p,
.finalProducts .finalInfoRow > p {
    display: inline-block;
    width: 13%;
    text-align: center;
    margin: 0 -4px 0 0;
    vertical-align: top;
    word-break: break-word;
    padding: 0 0 0 5px;
}

    .finalProducts .viewCustomUserDiv p {
        margin: 0;
    }

.customEndUser .checkout-prodName {
    width: 35%;
    padding-right: 10px;
}

.customEndUser .checkout-qty {
    width: 10%;
}

.customEndUser .checkout-partNum {
    width: 16%;
}

.customEndUserRow .checkout-prodName {
    text-align: left;
}

.finalProducts .checkout-prodName {
    width: 25% !important;
    text-align: left !important;
    padding: 0 !important;
}

.finalProducts .checkout-skuNum {
    width: 14% !important;
}

.finalProducts .checkout-partNum {
    width: 15% !important;
}

.finalProducts .checkout-qty {
    width: 9% !important;
}

.finalProducts .checkout-endUser,
.finalProducts .viewCustomUserDiv {
    width: 11% !important;
}

.customEndUser p {
    padding: 0 5px;
    word-wrap: break-word;
}

.productCustomizeExpanded p {
    float: none;
    width: 100%;
    text-align: left;
    margin: initial;
    padding: 0;
}

.stepNumber {
    height: 35px;
    width: 35px;
    background: #cccccc;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 10px;
    color: white;
    display: inline-block;
}

.shippingTitles p,
.paymentTitles p,
.reviewOrderTitles p,
.reviewAccountTitles p,
.customizeTitles p {
    display: inline;
    vertical-align: middle;
    font-size: 20px;
    line-height: 35px;
}

.stepActive {
    background: #D81B37 !important;
}

.orderOptionsOpen {
    display: block !important;
}

.productCustomizeForm, .newShipToForm {
    border: 1px #aaa solid;
    border-radius: 10px;
    padding: 15px 0;
    background-color: white;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.productCustomizePreview {
    position: relative;
}

.productCustomizeExpanded {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
}

.expand {
    max-height: 10000px !important;
}

.customEndUser {
    padding-bottom: 30px;
    margin-top: 15px;
    display: none;
}

.customEndUserTableHead,
.finalInfoTableHead {
    background-color: #ddd;
    font-weight: bold;
}

.customEndUser .customEndUserRow:nth-child(odd) {
    background-color: #ddd;
}

.finalProducts .finalInfoRow:nth-child(odd) {
    background-color: #ddd;
}

.shippingTitles,
.paymentTitles,
.reviewOrderTitles,
.reviewAccountTitles,
.customizeTitles {
    width: 65%;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
    padding: 8px 0px;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
}

.shipHeadRight,
.customHeadRight,
.payHeadRight,
.finalStepHeadRight {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width: 35%;
    text-align: right;
}

.reviewOrderTitles, .finalStepHeadRight {
    width: 50%;
}

.reviewOrderTotal {
    font-size: 18px;
    margin: 0;
}

.reviewOrderTotal1, .reviewOrderTotal2 {
    float: right;
    text-align: right;
    min-width: 120px;
    font-size: 18px;
    margin-top: 10px;
}

.addressRadioBtns, .paymentRadioBtns, .customizeRadioBtns {
    -webkit-transition: max-height .1s; /* Safari */
    transition: max-height .1s;
    max-height: 400000px;
    overflow: hidden;
}

.addNewAddressBtn, .updateBtn {
    float: right;
    margin-top: 7px;
}

p.editBtn {
    margin-bottom: 0px;
}

    p.editBtn:hover,
    p.editBtn:focus {
        margin-bottom: 0px;
        cursor: hand;
        cursor: pointer;
    }

#shipToSelection label {
    display: inline;
}

.addNewAddressBtn {
    margin-top: 20px;
    margin-bottom: 0;
}

.paymentTitles, .reviewOrderTitles {
    margin-top: 0px;
}

.updateBtn {
    display: none;
}

.editBtn p:hover {
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

#btnShipToNext, #btnShipToEdit {
    margin-top: 0;
}

.creditCardForm, .onAccountForm {
    -webkit-transition: max-height 1s; /* Safari */
    transition: max-height 1s;
    max-height: 0px;
    overflow: hidden;
}

    .creditCardForm form, .onAccountForm form {
        margin-top: 10px;
    }


.finalShipping {
    float: left;
    margin-bottom: 30px;
}

.shippingHeader,
.customEndUserHeader,
.paymentHeader,
.finalStepHead,
#shippingOptions,
#customEndUserData,
#paymenOptions,
#reviewOrderDetail {
    width: 100%;
    float: left;
    border-bottom: 1px #aaa solid;
}

.paymentHeader {
    margin-bottom: -1px;
}

.finalBillPayInfo p, .finalShipToInfo p, .finalPaymentInfo p {
    margin: 0;
}

.finalBillTitle, .finalPayTitle, .finalShippingTitle {
    margin-top: 15px !important;
}

.finalBillTitle, .finalPayTitle, .finalShippingTitle {
    font-weight: bold;
    margin-left: 0px !important;
    margin-bottom: 5px !important;
}

.cardUnselected {
    width: 100px;
    height: 63px;
    display: inline-block;
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

.cardSelected {
    width: 100px;
    height: 63px;
    display: inline-block;
}

.viewCustomUserDiv {
    position: relative;
}

.customEndUserDrop {
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 100;
    text-align: left;
    display: none;
    min-width: 250px;
}

.customEndUserInner {
    background-color: white;
    padding: 15px;
    margin-top: 5px;
    border: 1px #ddd solid;
}

    .customEndUserInner ul {
        margin: 0;
    }

        .customEndUserInner ul span {
            font-weight: bold;
        }

.customEndUserOpen {
    display: inline-block !important;
}

#dvConfirmation table {
    margin: 10px auto;
}

#dvConfirmation div#main_wrap {
    width: 100%;
}
/*END CHECKOUT*/

/*ORDER HISTORY*/
.hideWhileLoad {
    display: none;
}

.orderSearchBtns {
    text-align: center;
}

.orderHistoryHeader {
    margin-bottom: 40px;
}

    .orderHistoryHeader h2 {
        margin: 0 0 20px 0;
        display: inline-block;
    }

#billingStatements {
    float: right;
    margin: 0px;
}

.historyTable {
    margin-top: 40px;
}

    .historyTable p, .orderOptionsDiv {
        float: left;
        width: 16.6666%;
        text-align: center;
        margin: 0px;
    }

    .historyTable p, .quotesTableHead p, .quotesTableRow p {
        padding: 5px 2px;
    }

    .historyTable .singleOrderPreviewON {
        text-decoration: underline;
    }

        .historyTable .singleOrderPreviewON:hover {
            cursor: pointer;
            cursor: hand;
        }

.orderRowExpanded p {
    float: none;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin: initial;
    padding: 0 5px 0 0;
}

.orderOptionsDiv {
    position: relative;
}

.orderOptionsDropDown {
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 100;
    text-align: left;
    display: none;
    min-width: 175px;
}

.orderOptions {
    background-color: white;
    padding: 15px;
    margin-top: 5px;
    border: 1px #ddd solid;
}

    .orderOptions ul {
        margin: 0;
    }

.invoiceOption:hover,
.resendOption:hover,
.rmaOption:hover,
.detailsOption:hover,
.orderNum:hover {
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
}

.orderNum {
    text-decoration: underline;
}

.orderOptionsOpen {
    display: block !important;
}

.invoiceExpanded {
    border: 1px #aaa solid;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
    margin: 7px 15px 0px 15px;
    display: none;
}

.rmaExpanded, .resendExpanded {
    border: 1px #aaa solid;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
    margin: 7px 15px 0px 15px;
    display: none;
}

    .rmaExpanded .checkbox label, .resendExpanded .checkbox label {
        font-weight: bold;
    }

        .rmaExpanded .checkbox label span, .resendExpanded .checkbox label span {
            font-weight: normal;
        }

    .rmaExpanded h4 {
        margin: 0 0 10px 0;
        font-weight: bold;
        font-size: 1em;
    }

    .rmaExpanded p {
        margin: 0 0 10px 0;
    }

.rmaRequestForm .btn-group .lifeboatRedBtn {
    margin-right: 2px;
}

.rmaRequestForm .form-group {
    margin-bottom: 0;
}

.rmaRequestForm input, .rmaRequestForm textarea, .rmaRequestForm select {
    margin-bottom: 15px;
}

.rmaRequestForm #btnSubmit {
    margin-top: 40px;
}

.orderRowExpanded {
    width: 100%;
    float: left;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 1s; /* Safari */
    transition: max-height 1s;
}

.expand {
    max-height: 10000px;
}

.allOrderInfo {
    border: 1px #aaa solid;
    border-radius: 10px;
    background-color: white;
    margin: 7px 15px 0px 15px;
}

.billingNames, .billingAddress, .shippingNames, .shippingAddress {
    width: 100%;
    float: left;
}

.shippingAddress, .billingAddress {
    margin-bottom: 10px;
}

    .billingNames p,
    .billingAddress p,
    .shippingNames p,
    .shippingAddress p {
        width: 50%;
        float: left;
    }

.orderNumFull {
    background-color: #002c5f;
    color: white;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 4px 15px;
    clear: both;
}

    .orderNumFull span {
        font-weight: normal;
    }

.singleOrderHead .singleOrderProd,
.singleOrderHead .singleOrderSku,
.singleOrderHead .singleOrderQty,
.singleOrderHead .singleOrderPrice,
.singleOrderHead .singleOrderTotal,
.singleOrderHead .singleOrderShipDate,
.singleOrderHead .singleOrderStatus {
    display: inline-block;
    text-align: center;
    margin-right: -4px;
    font-weight: bold;
}

.singleOrderHead {
    background-color: #ddd;
    padding: 3px 15px;
    margin-bottom: 10px;
}

.orderItem, .orderTotal {
    padding: 0px 15px 7px 15px;
}

.orderTotal {
    padding: 15px;
}

.orderItem .singleOrderProd,
.orderItem .singleOrderSku,
.orderItem .singleOrderQty,
.orderItem .singleOrderPrice,
.orderItem .singleOrderTotal,
.orderItem .singleOrderShipDate,
.orderItem .singleOrderStatus {
    display: inline-block;
    text-align: center;
    margin-right: -4px;
}

.singleOrderHead .singleOrderProd,
.orderItem .singleOrderProd {
    width: 35%;
}

.orderItem .singleOrderProd {
    text-align: left;
}

.singleOrderHead .singleOrderSku,
.orderItem .singleOrderSku {
    width: 15%;
}

.singleOrderHead .singleOrderQty,
.orderItem .singleOrderQty {
    width: 5%;
}

.singleOrderHead .singleOrderPrice,
.orderItem .singleOrderPrice {
    width: 10%;
}

.singleOrderHead .singleOrderTotal,
.orderItem .singleOrderTotal {
    width: 14%;
}

.singleOrderHead .singleOrderShipDate,
.orderItem .singleOrderShipDate {
    width: 11.5%;
}

.singleOrderHead .singleOrderStatus,
.orderItem .singleOrderStatus {
    width: 10%;
}

.orderTotal p {
    text-align: right;
    font-weight: bold;
}

    .orderTotal p > span {
        width: 100px;
        display: inline-block;
        font-weight: normal;
    }

    .orderTotal p span {
        display: inline-block;
        font-weight: normal;
    }

.historyTableRow, .historyTableHead {
    float: left;
    width: 100%;
    padding: 7px 0px;
}

.historyTableHead {
    background-color: #ddd;
    font-weight: bold;
}

.historyTableRow:nth-child(even) {
    background-color: #ddd;
}

/*END ORDER HISTORY*/

/*QUOTES PAGE*/
.quotesTableHead,
.quotesTableRow,
.quotesExpTableHead,
.quotesExpTableOptionsHead,
.quotesExpTableRow {
    width: 100%;
    padding: 7px 0px;
}

.quotesExpTableOptionsHead {
    padding: 7px 10px;
}

.quotesTableRow:nth-child(odd) {
    background-color: #ddd;
}

.quotesExpTableRow {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    margin-bottom: -1px;
}

.quotesTableHead, .quotesExpTableHead, .quotesExpTableOptionsHead {
    background-color: #ddd;
    font-weight: bold;
}

    .quotesTableHead p, .quotesTableRow p,
    #quoteTable .quotesTableRow-view,
    .quotesExpTableRow p, .quotesExpTableHead p,
    .quotesExpTableRow-endUser {
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0;
        width: 18%;
        text-align: center;
    }

    .quotesExpTableRow p, .quotesExpTableHead p {
        width: 17%;
    }

#quoteTable .quotesTableHead-expDate,
#quoteTable .quotesTableRow-expDate {
    width: 11%;
}

#quoteTable .quotesTableHead-view,
#quoteTable .quotesTableRow-view {
    width: 7%;
}

.quotesExpTable .quotesExpTableHead-qty,
.quotesExpTable .quotesExpTableRow-qty,
.quotesExpTable .quotesExpTableHead-endUser,
.quotesExpTable .quotesExpTableRow-endUser {
    width: 10.5%;
}

#quoteTable .quotesTableHead-alias,
#quoteTable .quotesTableRow-alias,
.quotesExpTable .quotesExpTableRow-descrip,
.quotesExpTable .quotesExpTableHead-descrip {
    width: 28%;
}

.quotesExpTable.multipleQuoteOptions .quotesExpTableRow-descrip,
.quotesExpTable.multipleQuoteOptions .quotesExpTableHead-descrip {
    width: 38%;
}

.quotesExpTable.multipleQuoteOptions .quotesOptionName,
.quotesExpTable.multipleQuoteOptions .quotesSelectOptionBtn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    min-width: 50%;
    text-align: left;
}

.quotesExpTable.multipleQuoteOptions .quotesSelectOptionBtn {
    text-align: right;
}

.quotesTableHeadOpen {
    margin-top: 10px;
}

.quotesTableHeadOpen, .quotesTableRowOpen {
    text-align: center;
    background-color: #ddd;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

    .quotesTableHeadOpen p {
        margin: 0;
    }

.quotesTableRowOpen {
    margin-bottom: 20px;
}

    .quotesTableRowOpen button {
        margin-bottom: 15px;
    }

#quoteTable .quotesTableRow-alias {
    text-align: left;
}

.quoteBillTo p, .quoteShipTo p {
    margin: 0;
}

.quoteBillTo, .quoteShipTo {
    margin-bottom: 10px;
}

    .quoteBillTo .quoteBillToTitle, .quoteShipTo .quoteShipToTitle {
        margin-bottom: 5px;
        width: 100%;
        display: block;
        margin-right: 0px;
    }

.quoteTable-finalInfo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.quoteTable-finalInfo-costs {
    margin-top: 15px;
}

.quoteTable-finalInfo p {
    min-width: 50%;
    width: 220px;
    max-width: 100%;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: 0;
}

.quoteTable-finalInfo ul {
    list-style-type: disc;
    list-style-position: inside;
}

.editQuoteUserFields {
    margin-bottom: 10px;
    text-align: right;
}

.quotesFinalInputs {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 10px;
}
/*END QUOTES PAGE*/

/*CART PAGE*/
.cartTableHead,
.cartTableRow {
    width: 100%;
    padding: 7px 7px;
}

    .cartTableRow:nth-child(odd) {
        background-color: #ddd;
    }

.cartTableRow {
    border: 1px solid #aaa;
    margin-bottom: -1px;
}

.cartTableHead {
    background-color: #ddd;
    font-weight: bold;
}

    .cartTableHead p,
    .cartTableRow p,
    .cartTableRow .cartTableRow-qty,
    .cartTableRow .cartTableRow-remove {
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0;
        width: 18%;
        text-align: center;
    }

    .cartTableRow .cartTableRow-qty,
    .cartTableHead .cartTableHead-qty {
        max-width: 210px;
        width: 11%;
    }

        .cartTableRow .cartTableRow-qty .input-group {
            width: 100%;
        }

            .cartTableRow .cartTableRow-qty .input-group input {
                border-radius: 0;
            }

#cartDetails .cartTableHead-unitPrice,
#cartDetails .cartTableRow-unitPrice,
#cartDetails .cartTableHead-finalPrice,
#cartDetails .cartTableRow-finalPrice {
    width: 15%;
}

#cartDetails .cartTableRow-product,
#cartDetails .cartTableHead-product {
    width: 35%;
}

#cartDetails .cartTableRow-product {
    text-align: left;
}


.cartTableRow .cartTableRow-remove {
    width: 6%;
}

.cartCheckoutBtns, .cartTotal {
    margin: 20px -4px 0 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.cartCheckoutBtns {
    text-align: right;
}

    .cartCheckoutBtns a {
        margin-left: 10px;
        margin-bottom: 10px;
    }
/*END CART PAGE*/

/*PRODUCT SEARCH PAGE*/
#numOfProducts {
    background-color: #f4f4f4;
    padding: 15px 15px;
    margin-bottom: 0;
}

.singleProduct-row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}

.searchResults-right {
    min-height: 55vh;
    border-left: 1px solid #ccc;
    padding-top: 15px;
    padding-right: 14px;
    margin-left: -1px;
}

.singleProduct-allDetails .singleProduct-details-right {
    text-align: right;
}

.singleProduct-allDetails .singleProduct-amnt {
    max-width: 130px;
    display: inline-block;
}

    .singleProduct-allDetails .singleProduct-amnt .form-group {
        margin-bottom: 0;
    }

.singleProduct-allDetails .singleProduct-details-left,
.singleProduct-allDetails .singleProduct-details-right {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}

.singleProduct-allDetails p {
    margin-bottom: 5px;
}

.singleProduct-allDetails .singleProduct-prodLine {
    margin-bottom: 20px;
}

.singleItem-row {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}

.details {
    overflow: hidden;
    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
    transition-delay: 0s;
    max-height: 40px;
}

    .details p {
        padding: 0px 15px;
    }

.details {
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

.info-expanded {
    max-height: inherit;
}

.info-expanded-intitial {
    max-height: 400px;
}

.show-more-initial {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: white;
    background: linear-gradient(rgba(0,0,0,0) 6%, white 60%);
    z-index: 100;
    padding-top: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 0 !important;
}

    .show-more-initial:hover {
        cursor: pointer;
        cursor: hand;
    }

.details-description {
    position: relative;
}

.hideText {
    display: none;
}

.expandInfo {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: rgba(1, 44, 95, .3);
    padding: 8px 0px;
}

.details-inner {
    float: left;
    width: 100%;
}

.productInfo .details div {
    margin-bottom: 20px;
}

.productInfo .details .restricted-country {
    margin-bottom: 5px;
}

.productInfo ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 0;
}

.productInfo li {
    margin-top: 2px;
    margin-bottom: 2px;
}

.expandInfo:hover {
    background-color: rgba(1, 44, 95, .6);
    cursor: pointer;
    cursor: hand;
}

.expandInfo p {
    margin: 0px;
}

.productInfo p {
    font-size: 16px;
}

#productHeader {
    display: table;
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
}

    #productHeader #productName {
        font-size: 20px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    #productHeader img {
        display: table-cell;
        margin-right: 30px;
        vertical-align: middle;
    }

    #productHeader p {
        display: inline-block;
        vertical-align: middle;
        margin: 0px;
    }

#productName #productVendor {
    font-size: 16px;
    font-weight: normal;
}

.productTitles {
    font-weight: bold;
}

.productDetails {
    float: left;
    padding-left: 10px;
}

.showMore, .showLess {
    float: right;
    padding-right: 10px;
}

.tableRow {
    padding: 10px 0px;
    margin-right: 0px;
    border-bottom: 1px black solid;
}

    .tableRow p {
        margin: 0px;
        font-size: 14px;
    }

.tableHeaders {
    font-weight: bold;
    margin: 0px;
}

.tableRowTop {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.tableRowBottom {
    float: left;
    width: 100%;
}

    .tableRowBottom p {
        margin-top: 7px;
        display: inline-block;
        min-width: 25%;
        margin-right: -4px;
    }

.tableSku, .tableModel {
    float: right;
}

.tableRow:nth-child(odd) {
    background-color: #ddd;
}

.cartBtn {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: white;
}

    .cartBtn:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: white;
    }

.refineSearch {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.refineMainHead {
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

.refineSearch .categories {
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
}

.refineSearch .categoryHead {
    margin: 10px 0px;
    font-weight: bold;
}

.filterBtn {
    display: none;
    float: left;
}

.resultsFound {
    float: right;
    font-weight: bold;
}

.productTableRow {
    margin-top: 20px;
}

.text-disabled {
    color: #cccccc !important;
    pointer-events: none;
    cursor: not-allowed;
}

.text-enabled-clickable {
    color: #357ebd !important;
    cursor: pointer;
}

/*END PRODUCT PAGE*/

/*DYNAMIC FORMS*/
#dynamicForm li {
    display: inline-block;
    min-width: 33.333%;
    margin-right: -4px;
}

.dyn-form-title, .dyn-form-title-sm, .dyn-form-date {
    text-align: center;
}

.dyn-form-title-sm {
    margin: 10px 0;
}

.dyn-form-title {
    margin: 0 0 30px 0;
}

.dyn-form-description ul {
    list-style-type: disc;
    padding-left: 20px;
}

#dynamicFormOuter img {
    margin-bottom: 30px;
}
/*END DYNAMIC FORMS*/

.form-control-error {
    border: 1px solid red !important;
}

.info-flag {
    border: 1px solid #D81B37;
    font-size: x-small;
    padding: 2px 2px;
    border-radius: 5px;
}

/*LOGIN / REGISTER PAGE*/
#loginRegister, #resetPassword {
    width: 500px;
    min-height: 420px;
    max-width: 100%;
    margin: auto;
    margin-top: 80px;
}

#resetPassword {
    margin-top: 40px;
}

#loginFormDiv, #registerFormDiv, #passResetFormDiv {
    clear: both;
    /*border: 1px solid black;*/
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
    -webkit-transition: height .2s, width .1s; /* For Safari 3.1 to 6.0 */
    transition: height .2s, width .1s;
    transition-timing-function: linear;
}

#registerFormDiv {
    display: none;
}

    #loginFormDiv form, #registerFormDiv form, #passResetFormDiv form {
        padding: 0 20px 20px 20px;
    }

    #loginFormDiv p, #registerFormDiv h4 {
        margin: 0px;
        padding: 20px;
    }

#passResetFormDiv p, #passResetFormDiv h1 {
    margin: 0;
    padding: 20px;
}

#passResetFormDiv h1 {
    font-size: 25px;
    padding-bottom: 0px;
}

#registerFormDiv p, #registerFormDiv ul {
    margin: 0px;
    padding: 0 20px 0 20px;
}

#loginRegisterTopBtns {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
    -webkit-transition: margin .05s; /* For Safari 3.1 to 6.0 */
    transition: margin .05s;
    transition-timing-function: linear;
}

#btnBgAnimation {
    height: 100%;
    width: 138px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: calc(100% - 138px);
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: width .2s, left .2s, right .2s, border-radius .05s; /* For Safari 3.1 to 6.0 */
    transition: width .2s, left .2s, right .2s, border-radius .05s;
    transition-timing-function: linear;
}

#resetPassTitle {
    height: 100%;
    display: inline-block;
    top: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: -4px;
}

    #resetPassTitle #innerText {
        margin: 0;
        padding: 10px;
        display: inline-block;
        text-align: center;
        color: white;
    }

#btnBgAnimation #innerText {
    margin: 0;
    padding: 10px;
    width: 138px;
    text-align: center;
    color: white;
    float: right;
}

#loginTopBtn {
    float: left;
    margin: 0;
    padding: 10px;
    width: 138px;
    text-align: center;
}

    #loginTopBtn:hover {
        cursor: hand;
        cursor: pointer;
    }

#registerTopBtn {
    float: right;
    margin: 0;
    padding: 10px;
    width: 138px;
    text-align: center;
}

    #registerTopBtn:hover {
        cursor: hand;
        cursor: pointer;
    }

#forgotPassword {
    text-align: center;
    padding-top: 0px !important;
}

.bold {
    font-weight: bold;
}


.OrderHistoryHeader {
    border: 1px solid #000000;
    color: white;
    background-color: #002c5a;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.OrderHistoryRow {
    background-color: #ffffff;
}

.bold {
    font-weight: bold;
}
/*END LOGIN / REGISTER PAGE*/

.filedrag {
    border: 1px dashed #AAA;
    border-radius: 7px;
    cursor: default;
    padding: 15px 0;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    float: left;
}

.filedrag-error {
    border-color: red !important;
}

.filedrag .drag-label {
    font-weight: bold;
    text-align: center;
    display: block;
    color: #AAA;
    margin-top: 10px;
}

.filedrag.hover {
    border-color: #66afe9;
    outline: 0;
    border-style: solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

    .filedrag.hover .drag-label {
    }

.custom-file-input-wrapper {
    position: relative;
}

    .custom-file-input-wrapper .custom-file-input-button {
        position: relative;
        overflow: hidden;
    }

        .custom-file-input-wrapper .custom-file-input-button * {
            cursor: pointer;
        }

        .custom-file-input-wrapper .custom-file-input-button input[type="file"] {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            cursor: pointer;
            opacity: 0;
        }

.validationProgress {
    font-size: 12px;
    padding: 10px 30px;
    color: #555;
}

.validationWait {
    font-size: 12px;
    padding: 10px 30px;
    color: #cccccc;
}

span.progressWait:before {
    font-family: 'Glyphicons Halflings';
    content: "\e165";
    font-size: 12px;
    padding-right: 10px;
    color: #cccccc;
}

span.progressProcessing:before {
    font-family: 'Glyphicons Halflings';
    content: "\e092";
    color: #555;
    font-size: 12px;
    padding-right: 10px;
}

span.progressSucces:before {
    font-family: 'Glyphicons Halflings';
    content: "\e089";
    color: #008000;
    font-size: 12px;
    padding-right: 11px;
}

span.progressError:before {
    font-family: 'Glyphicons Halflings';
    content: "\e088";
    color: red;
    font-size: 12px;
    padding-right: 11px;
}

#ajaxSearchLoading {
    display: none;
}

.searching#ajaxSearchLoading {
    display: block;
    background: rgba(255,255,255,1);
    color: gray;
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    position: fixed;
    top: 30%;
    left: calc(50% - 50px);
    z-index: 100;
    height: 100px;
    width: 100px;
}

/*Search Tags*/

.search-tags {
    margin: 1em 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

    .search-tags li {
        float: left;
        height: 25px;
        line-height: 25px;
        position: relative;
        margin: 0 1em 0.6em 0;
        width: 100%;
    }


    .search-tags a:hover {
        background: #ea5375;
        content: "";
    }

        .search-tags a:hover:after {
            border-color: transparent transparent transparent #ea5375;
        }


/*Search Pages*/
.filterList-left {
    padding-top: 15px;
    position: initial;
    border-right: 1px solid #ccc;
}

    .filterList-left .filterListInner {
        max-width: 292.5px;
        overflow: auto;
        max-height: -webkit-calc(100vh - 108px) !important;
        max-height: -moz-calc(100vh - 108px) !important;
        max-height: -o-calc(100vh - 108px) !important;
        max-height: calc(100vh - 108px) !important;
    }

.filterListInner .glyphicon-plus, .filterListInner .glyphicon-minus {
    float: right;
}

.filterListInner > .filterToggles > .glyphicon-plus {
    display: none;
}

.filterListInner .filterToggles {
    margin: 10px 0px;
    font-weight: bold;
}

    .filterListInner .filterToggles:hover {
        cursor: pointer;
        cursor: hand;
    }

.scrollingFilter {
    position: fixed !important;
    top: 108px;
    z-index: 199;
}

.bottomStickFilter {
    position: absolute !important;
    bottom: 63px;
    top: inherit;
    z-index: 199;
}

.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #002c5a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 199;
}

    .sidenav .sideBarHeader {
        width: 100%;
        color: #ffffff;
        background-color: gray;
        position: absolute;
        vertical-align: middle;
        top: 0;
        font-size: 25px;
        padding: 8px;
    }

    .sidenav p {
        padding: 8px 8px 8px 8px;
        font-size: 14px;
        color: #ffffff;
        text-align: left;
    }

    .sidenav a {
        text-decoration: none;
        font-size: 25px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        cursor: pointer;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        font-size: 24px;
        background-color: #848284;
        width: 100%;
        text-align: right;
    }

/*END Search Pages*/

/*VENDOR ADS PAGE*/
#VOM-Text {
    background-color: #012C5F;
    color: white;
    text-align: center;
    padding: 93px 90px;
    font-size: 50px;
    line-height: 55px;
    display: block;
    margin: 0px;
}

#VOM-OuterDiv {
    padding: 0 15px 0 15px;
    float: left;
    width: 100%;
}

    #VOM-OuterDiv div {
        padding: 0;
    }

/*END VENDOR ADS PAGE*/

.icon-eye-open:before {
    font-family: 'Glyphicons Halflings';
    content: "\e105";
}

.icon-eye-open {
    height: 28px !important;
}

.icon-eye-closed:before {
    font-family: 'Glyphicons Halflings';
    content: "\e106";
}

.icon-eye-closed {
    height: 28px !important;
    background: #cccccc !important;
    border-color: #cccccc !important;
}

/* CHECKBOX SWITCH */
.checkbox-switch > input[type="checkbox"] {
    display: none;
}

.checkbox-switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
}

.checkbox-disabled {
    pointer-events: none;
}

.checkbox-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.checkbox-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.checkbox-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.checkbox-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
/* END CHECKBOX SWITCH */


/* Campaigns */
.campaignFormInput {
    margin-bottom: 15px;
}

#campaign-contact-form-txt {
    margin-bottom: 15px;
    padding: 20px 0px;
    text-align: center;
    background-color: #333;
    color: white;
    font-size: 20px;
}
/*Bitdefender Cryptojacking*/
.bitdefender-crypto-list {
    padding: 0 !important;
    list-style: none !important;
}

    .bitdefender-crypto-list li {
        background: url(https://portal.climbcs.com/content/climb/partners/bitdefender/BitdefenderCryptojacking/cyber-security-icon.png) no-repeat 0 0;
        background-size: 24px;
        padding-left: 31px;
    }

    .bitdefender-crypto-list.crypto-list-red li {
        background: url(https://portal.climbcs.com/content/climb/partners/bitdefender/BitdefenderCryptojacking/cyber-security-icon-red.png) no-repeat 0 0;
        background-size: 24px;
    }
/* Nuance Campiagn */
#nuance-img-txt-1 {
    background-color: rgba(51, 51, 51, .8);
    color: white;
    padding: 20px;
    margin: 120px 30px 120px 0;
    font-size: 17px;
}

#nuance-img-div-1 {
    background: url('https://portal.climbcs.com/content/climb/partners/nuance/nuance-img-1.jpg') no-repeat;
    background-size: cover;
}

#nuance-header {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 35px;
    line-height: 40px;
}

#nuance-header-img {
    width: 100%;
    max-width: 300px;
    padding: 10px 0;
}

#nuance-img1 {
    display: none;
}

#nuance-quote {
    font-weight: bold;
    font-size: 17px;
    font-style: italic;
    margin: 30px 0px;
    padding: 0px 15px;
}

#nuance-img-div-2 {
    background-color: #333;
    color: white;
    text-align: center;
}

    #nuance-img-div-2 p, #nuance-img-div-2 h2 {
        padding: 0px 20px;
        font-size: 18px;
    }

    #nuance-img-div-2 h2 {
        font-size: 41px;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    #nuance-img-div-2 button {
        font-size: 18px;
    }

#nuance-img2 {
    max-width: 100%;
}

#nuance-list-row, #nuance-link-row {
    padding: 0px 30px 30px 30px;
}

    #nuance-list-row li {
        margin-bottom: 0px !important;
    }

#captchaNuanceCampaign > div, #captchaSecuritySolutions > div, #captchaBitdefenderCampaign > div {
    margin: auto;
}

.login-text {
    padding: 0px 20px 10px 20px;
}
/*SECURITY AWARENESS CAMPAIGN*/
.csam-page img,
.csam-page video {
    max-width: 100%;
}

.csam-page .btn {
    color: white;
    border-color: white;
    border-width: 2px;
    margin-top: 20px;
}

.csam-page p,
.csam-page a,
.csam-page li {
    font-size: 18px;
    line-height: 24px;
}

#csam-header {
    position: relative;
}

#csam-header-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    padding: 30px 30px 30px 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
}

    #csam-header-txt h1 {
        font-weight: 900;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    #csam-header-txt h4 {
        font-weight: bold;
        margin-bottom: 10px;
    }

#csam-header .btn {
    margin-right: 20px;
    margin-top: 20px;
}

#csam-what-is {
    margin-top: -6px;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    box-shadow: 0px 0px 20px 1px black;
}

    #csam-what-is h2 {
        font-size: 35px;
        line-height: 45px;
    }

    #csam-what-is .row {
        height: 410px;
    }

#csam-what-is-left {
    background: url('https://portal.climbcs.com/content/Climb/images/csam/1920-650-About-CSAM-Banner-no-text.jpg') center center no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-right: 2px solid black;
}

    #csam-what-is-left p {
        font-size: 25px;
        line-height: 35px;
        padding: 20px;
    }

#csam-what-is-right {
    height: 100%;
    padding: 40px 15px;
    background-color: #ddd;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-flow: column;
    border-left: 2px solid black;
}

    #csam-what-is-right p {
        margin-bottom: 30px;
    }

#csam-what-is .keyframe-slider {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
}

#csam-what-is .keyframe-slider-content {
    position: relative;
    right: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation-name: infiniteLogoSlider;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 40s;
}

.keyframe-slider-content img {
    width: 25%;
    padding: 15px;
    flex-shrink: 0;
}

@keyframes infiniteLogoSlider {
    0% {
        right: 0;
    }

    100% {
        right: 350%;
    }
}

#csam-blog-posts {
    background-color: #efefef;
}

    #csam-blog-posts h2 {
        margin-bottom: 20px;
        font-weight: bold;
    }

    #csam-blog-posts img {
        margin-top: 40px;
        margin-bottom: 10px;
        width: 500px;
    }

    #csam-blog-posts h3 {
        font-size: 18px;
        line-height: 25px;
        font-weight: bold;
        color: #00A950;
        margin-bottom: 10px;
    }

    #csam-blog-posts a {
        text-decoration: none !important;
    }

#csam-partner-icons .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#csam-partner-icons .flip-animate-square {
    width: 200px;
    height: 160px;
    margin: 5px;
}

#csam-partner-icons .flip-animate-front-square,
#csam-partner-icons .flip-animate-back-square {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: none;
}

#csam-partner-icons .flip-animate-back-square {
    background: #00A950;
}

    #csam-partner-icons .flip-animate-back-square p {
        font-size: 13px;
        line-height: 15px;
        min-height: 0;
    }

#csam-partner-icons ul,
#csam-partner-icons li,
#csam-partner-icons a,
#csam-partner-icons li.active a {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    border: none;
    outline: none;
    background: transparent !important
}

    #csam-partner-icons li:hover,
    #csam-partner-icons a:hover,
    #csam-partner-icons li.active a:hover {
        margin: 0;
        padding: 0;
        display: block;
        border: none;
        outline: none;
        background: transparent !important
    }

#csam-partner-details img {
    display: block;
    max-width: 250px;
    margin: 0 auto 30px auto;
}

#csam-partner-form-head {
    background: url('https://portal.climbcs.com/content/Climb/images/CSAM/1920-650-CTA-Banner-no-text.jpg') center center;
    background-size: cover;
    color: white;
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    #csam-header {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        #csam-header video {
            max-width: 120%;
        }

    #csam-header-txt {
        padding-left: 40%;
    }

    #csam-header h1 {
        font-size: 35px;
        line-height: 45px;
    }

    #csam-what-is {
        margin-top: 0;
    }

        #csam-what-is .row {
            height: 450px;
        }
}

@media screen and (max-width: 991px) {
    #csam-header video {
        max-width: 130%;
    }

    #csam-header h1 {
        font-size: 30px;
        line-height: 35px;
    }

    #csam-header h4 {
        font-size: 20px;
        line-height: 25px;
    }

    #csam-header p,
    #csam-header a {
        font-size: 16px;
        line-height: 20px;
    }

    #csam-what-is .row {
        height: unset;
    }

    #csam-what-is-left p {
        padding: 90px 0;
    }

    #csam-what-is-left,
    #csam-what-is-right {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .csam-page p,
    .csam-page a,
    .csam-page li {
        font-size: 16px;
        line-height: 22px;
    }

    #csam-header {
        display: block;
    }

        #csam-header .btn {
            margin-top: 0;
            background-color: #0072BC;
            border-color: #0072BC;
            color: white;
            margin-top: 20px;
        }

        #csam-header video {
            max-width: 200%
        }

    #csam-header-txt {
        position: relative;
        padding: 40px 15px;
    }

    #csam-header h1,
    #csam-header h4,
    #csam-header p {
        color: black;
    }

    #csam-what-is {
        margin-top: 0;
    }
}
/* The element to apply the animation to */
.security-awareness-descriptions,
.security-awareness-form {
    margin-top: 20px;
    padding: 0 50px;
}

    .security-awareness-descriptions > div {
        margin-bottom: 40px;
    }

    .security-awareness-descriptions img {
        float: left;
        max-height: 40px;
        max-width: 200px;
        margin: 10px 10px 0 0;
    }

/*PARTNERS QUEST CAMPAIGN PAGE*/
.questCampaign h3 {
    font-size: 30px;
    line-height: 38px;
}

.bigListQuestCampaign li {
    font-size: 30px;
    line-height: 38px;
    margin-left: 11px;
}

.quest-campaign-why {
    background-color: #F2F3F4;
    padding: 40px 35px;
}

.quest-campaign-orange-section {
    background-color: #FB4F14;
    color: white;
    padding: 40px 35px;
}

.quest-campaign-solutions {
    background: url(https://portal.climbcs.com/content/climb/partners/quest/1170x800-background-blue.jpg) top center;
    background-size: cover;
    color: white;
    padding: 40px 35px;
}

.quest-campaign-better-together {
    padding: 40px 35px;
}
/*END PARTNERS QUEST CAMPAIGN PAGE*/

/*PARTNER BITDEFENDER MAIN PAGE*/
.bitdefender-page h2,
.bitdefender-page h3 {
    color: #3660FF;
    font-weight: bold;
}

.bitdefender-page h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.bitdefender-page p,
.bitdefender-page li {
    font-size: 18px;
    line-height: 24px;
}

.bitdefender-page img {
    max-width: 100%;
}

.bitdefender-page .btn {
    font-size: 25px;
    line-height: 36px;
    background-color: #3660FF;
    margin-top: 20px;
    border-radius: 12px;
    color: white;
    outline: none !important;
}

    .bitdefender-page .btn:hover {
        background-color: #314d8a;
        border-color: #314d8a;
    }

#bitdefender-banner {
    position: relative;
}

#bitdefender-page-logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px;
    width: 350px;
    max-width: 28%;
}

.bitdefender-form h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 30px;
}

.bitdefender-form p {
    font-size: 18px;
    line-height: 24px;
}

    .bitdefender-form p:nth-child(2) {
        font-size: 14px;
        line-height: 16px;
        font-style: italic;
    }

#bitdefender-blue-section {
    background: #3660FF;
    padding: 70px 0;
}

    #bitdefender-blue-section .btn {
        background-color: black;
        border-color: black;
    }

.bitdefender-solution-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    margin: 0 0 40px 0;
    padding: 15px 0;
    min-height: 270px;
    transition: all .5s;
}

    .bitdefender-solution-box .row {
        margin: 0;
    }

    .bitdefender-solution-box:hover {
        transform: scale(1.08);
        box-shadow: 4px 4px 20px -4px black;
        position: relative;
        z-index: 2;
    }

    .bitdefender-solution-box p {
        margin-bottom: 0;
    }

    .bitdefender-solution-box img {
        width: 90px;
        margin-bottom: 10px;
    }

.bitdefender-grey-section {
    background-color: #ddd;
    border-radius: 40px;
    padding: 40px;
    box-shadow: 7px 7px 30px -7px black;
}

    .bitdefender-grey-section h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .bitdefender-grey-section p {
        font-size: 20px;
        line-height: 25px;
    }

    .bitdefender-grey-section h4 {
        margin-top: 40px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .bitdefender-grey-section img {
        margin-top: 40px;
    }
/*END PARTNER BITDEFENDER MAIN PAGE*/

/*PARTNERS LIQID CAMPAIGN PAGE*/
.liqid-partner-page p,
.liqid-partner-page li,
.liqid-partner-page a {
    font-size: 18px;
    line-height: 24px;
}

.liqid-partner-page h2 {
    font-weight: 100;
    text-align: center;
    margin-bottom: 40px;
}

.liqid-partner-page img {
    max-width: 100%;
}

#liqid-top-banner {
    background: url(https://portal.climbcs.com/content/climb/partners/liqid/liqid-top-banner.jpg) center center;
    background-size: cover;
    color: white;
}

    #liqid-top-banner > div {
        width: 40%;
        padding-left: 10%;
    }

    #liqid-top-banner h2 {
        font-weight: 100;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        margin-bottom: 30px;
    }

    #liqid-top-banner img {
        height: 100px;
        padding: 10px 20px 10px 0;
        ;
    }

    #liqid-top-banner .btn {
        color: white;
        background-color: #68cce4;
        padding: 10px 15px;
        margin: 0 20px 20px 0;
        border-radius: 0;
        box-shadow: 0 0 20px 2px #211f37;
    }

#liqid-transform {
    background: #ECECEC;
}

    #liqid-transform .btn,
    #liqid-compose .btn,
    #liqid-composable-products .btn {
        color: white;
        background-color: #68cce4;
        padding: 10px 15px;
        width: 250px;
        max-width: 100%;
        margin-top: 40px;
        border-radius: 0;
        box-shadow: 0 0 11px 3px #d0d0d0;
    }

#liqid-form-section .btn {
    color: white;
    background: #33305f;
    width: 100%;
    border-radius: 0;
}

#liqid-compose .col-sm-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.liqid-compose-box {
    width: 48%;
    height: 415px;
    margin: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    background: #ececec;
    border: 2px solid #ccc;
    padding: 30px 50px;
}

    .liqid-compose-box span {
        width: 100%;
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .liqid-compose-box p {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }

#liqid-compose .btn {
    margin: 30px 10px;
}

#liqid-composable-products .btn {
    margin: 30px 10px 50px 10px;
}

.liqid-benefits-box {
    text-align: center;
    border: 2px solid #ccc;
    padding: 30px 15px;
    min-height: 200px;
}

    .liqid-benefits-box h4 {
        font-weight: bold;
    }

#liqid-use-boxes {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.liqid-use-box-border {
    width: 20%;
    padding: 0 1px 2px 1px;
    background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 80%);
}

.liqid-use-box {
    padding: 30px 15px;
    background: white;
}

    .liqid-use-box p {
        min-height: 220px;
    }

    .liqid-use-box img {
        margin-bottom: 30px;
    }

.liqid-use-box-border:nth-child(odd) .liqid-use-box {
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 80%);
}

#liqid-composable-products .col-md-6 {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 30px;
    min-height: 430px;
}

#liqid-composable-products img {
    width: 100%;
    border: 1px solid #ccc;
}

#liqid-high-composable {
    background: #ececec;
}

    #liqid-high-composable img {
        width: 100%;
    }

    #liqid-high-composable .liqid-benefits-box {
        background: white;
        text-align: left;
    }

@media screen and (max-width: 1450px) {
    .liqid-use-box p,
    .liqid-use-box a {
        font-size: 16px;
        line-height: 20px;
    }

    .liqid-use-box h4 {
        min-height: 65px;
    }
}

@media screen and (max-width: 1199px) {
    .liqid-use-box-border {
        background: #ccc;
        padding: 1px;
        width: 50%;
    }

    .liqid-use-box {
        min-height: 360px;
    }

        .liqid-use-box img {
            width: 200px;
        }

        .liqid-use-box h4 {
            min-height: 0;
        }

        .liqid-use-box p {
            min-height: 0;
        }

    #liqid-composable-products .col-md-6 {
        min-height: 350px;
    }

    .liqid-benefits-box {
        min-height: 225px;
    }
}

@media screen and (max-width: 991px) {
    .liqid-partner-page p,
    .liqid-partner-page li,
    .liqid-partner-page a {
        font-size: 16px;
        line-height: 20px;
    }

    #liqid-composable-products img {
        margin: auto;
        display: block;
        width: 400px;
    }

    #liqid-composable-products .col-md-6 {
        min-height: 0;
        display: block;
        text-align: center;
    }

    .liqid-compose-box {
        height: 300px;
    }

        .liqid-compose-box p {
            width: 100%;
            font-size: 25px;
            line-height: 30px;
        }
}
/*END PARTNERS LIQID CAMPAIGN PAGE*/

/*DOCTORS WITHOUT BORDERS CAMPAIGN PAGE*/
#dwb-header {
    padding: 70px 30px;
    background: url(https://portal.climbcs.com/content/vendor/holiday/1920-doctors-without-borders-no-text.jpg) center center / cover no-repeat;
    color: white;
    text-align: center;
}

    #dwb-header img {
        width: 450px;
        max-width: 100%;
    }

    #dwb-header h1 {
        text-transform: uppercase;
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 2px;
        margin: 40px 0 15px 0;
    }

    #dwb-header h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 40px 0;
    }

    #dwb-header .btn {
        background: transparent;
        padding: 15px 20px;
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        border: 2px solid white;
        border-radius: 0;
        outline: none;
        box-shadow: none;
        transition: all 1s;
    }

        #dwb-header .btn:hover,
        #dwb-header .btn:focus {
            font-weight: 900;
            color: white;
            letter-spacing: 2px;
        }

#dwb-body {
    padding-top: 40px;
}

    #dwb-body p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

        #dwb-body p.bold {
            color: #0072BC;
            font-size: 24px;
            line-height: 30px;
            margin: 15px 0;
        }

@media (max-width: 991px) {
    #dwb-header {
        padding: 50px 15px;
    }

        #dwb-header img {
            width: 300px;
        }

        #dwb-header h1 {
            font-size: 30px;
            line-height: 40px;
        }

        #dwb-header h2 {
            font-size: 22px;
            line-height: 27px;
            margin: 0 0 30px 0;
        }

        #dwb-header .btn {
            font-size: 22px;
            line-height: 22px;
        }

    #dwb-body p.bold {
        color: #0072BC;
        font-size: 20px;
        line-height: 27px;
    }

    #dwb-body p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}
/*END DOCTORS WITHOUT BORDERS CAMPAIGN PAGE*/
/*BSS VENDOR CAMPAIGNS*/
.BSSCampaignFormLeft {
    padding-left: 50px;
}

.BSSCampaignForm {
    padding-right: 50px;
}

.bss-blue-white-text-left,
.bss-blue-white-text-right {
    position: relative;
    border-radius: 10px;
    height: 100px;
    padding: 15px 15px 15px 95px;
    background-color: #00abe7;
    margin-bottom: 75px;
    margin-left: 75px;
    display: flex;
    align-items: center;
}

    .bss-blue-white-text-right:last-child {
        margin-bottom: 0;
    }

.bss-blue-white-text-right {
    background-color: #efefef;
    padding: 15px 95px 15px 15px;
    margin-right: 75px;
    margin-left: 0;
}

    .bss-blue-white-text-left img,
    .bss-blue-white-text-right img {
        position: absolute;
        left: -75px;
        top: 50%;
        width: 150px;
        margin-top: -75px;
    }

    .bss-blue-white-text-right img {
        left: inherit;
        left: unset;
        right: -75px;
        top: 50%;
        width: 150px;
        margin-top: -75px;
    }

    .bss-blue-white-text-left p,
    .bss-blue-white-text-right p {
        font-size: 20px;
        line-height: 26px;
        margin: 0;
    }

#sophos-lb-circles {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F3F5;
    padding-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px;
    flex-flow: wrap;
}

    #sophos-lb-circles img {
        max-width: 350px;
    }

#sophos-lb-circle-left img {
    margin-left: 20px;
}

#sophos-lb-circle-right img {
    margin-left: -20px;
}

#sophos-lb-dk-blue-section {
    background: url('https://portal.climbcs.com/content/climb/partners/BSS-campaign-pages/sophos-bss/sophos-lb-hand-shake.jpg') no-repeat center center;
    background-size: cover;
    background-color: #213965;
    padding-left: 35px;
    padding-right: 35px;
}

.sophos-bss-products-section {
    padding-left: 35px;
    padding-right: 35px;
}

.sophos-bss-relationship {
    padding-left: 35px;
    padding-right: 35px;
}

.gfi-lb-why-partner {
    background-color: #1078BF;
    padding: 60px 35px;
    color: white;
}

    .gfi-lb-why-partner .col-sm-6 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px 15px;
    }

    .gfi-lb-why-partner img {
        width: 150px;
    }

    .gfi-lb-why-partner p {
        padding-left: 20px;
        font-size: 18px;
        line-height: 25px;
    }

    .gfi-lb-why-partner span {
        display: inline-block;
        margin-bottom: 10px;
    }

.gfi-lb-black-section {
    padding: 50px 35px;
    background-color: black;
}

.gfi-lb-blue-section {
    background: url('https://portal.climbcs.com/content/climb/partners/BSS-campaign-pages/gfi-bss/gfi-lb-background.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 110px 35px;
}

.gfi-lb-why-partner h3 {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: white;
    text-align: center;
}

.gfi-lb-blue-section h4 {
    font-size: 28px;
    line-height: 35px;
}

.gfi-lb-blue-section p {
    font-size: 20px;
    line-height: 26px;
}

.gfi-lb-blue-section li {
    font-size: 18px;
    line-height: 25px;
}

.gfi-lb-blue-section ul {
    padding-left: 20px !important;
}

.gfi-lb-partnering {
    padding: 40px 35px;
}

    .gfi-lb-partnering p, .gfi-lb-partnering li {
        font-size: 18px;
        line-height: 26px;
    }

.intel-lb-black-bg {
    background: url('https://portal.climbcs.com/content/climb/partners/BSS-campaign-pages/intel-bss/intel-lb-bg.jpg') no-repeat center right;
    background-size: cover;
    color: white;
    padding: 130px 50px;
}

    .intel-lb-black-bg p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0;
    }

.intel-lb-solutions {
    background-color: #007CC2;
    color: white;
}

    .intel-lb-solutions .intel-lb-solution-inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 30px 50px;
    }

        .intel-lb-solutions .intel-lb-solution-inner img {
            width: 170px;
            height: 150px;
            padding-right: 20px;
        }

        .intel-lb-solutions .intel-lb-solution-inner p {
            font-size: 18px;
            line-height: 26px;
        }

            .intel-lb-solutions .intel-lb-solution-inner p span {
                font-size: 24px;
                line-height: 34px;
            }

.intel-lb-why-intel p, .intel-lb-why-intel li {
    font-size: 18px;
    line-height: 26px;
}

.intel-lb-why-intel {
    padding: 40px 35px;
}

.micro-focus-lb-hpe {
    text-align: center;
    background-color: #14B1C5;
}

    .micro-focus-lb-hpe .col-sm-12 {
        padding: 0 50px;
    }

    .micro-focus-lb-hpe h3 {
        color: white;
        font-weight: bold;
        text-align: left;
    }

    .micro-focus-lb-hpe img {
        max-width: 100%;
        margin-bottom: 40px;
    }

.micro-focus-lb-why {
    padding: 30px 35px 0 35px;
    background-color: black;
}

.micro-focus-lb-why-boxes {
    padding: 15px;
    background-color: white;
    min-height: 540px;
    margin-bottom: 40px;
}

    .micro-focus-lb-why-boxes h3 {
        color: #2787C8;
        font-weight: bold;
    }

    .micro-focus-lb-why-boxes img {
        width: 150px;
    }

.micro-focus-lb-why ul {
    text-align: left;
    padding-left: 30px;
    padding-right: 15px;
}

.micro-focus-lb-why li {
    font-size: 18px;
    line-height: 25px;
}

.microfocus-lb-better-together .row {
    padding: 0 35px;
}

.microfocus-lb-better-together h4 {
    font-weight: bold;
    color: #2787C8;
    max-width: 800px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.microfocus-lb-blue-boxes {
    background-color: #2787C8;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

    .microfocus-lb-blue-boxes h4 {
        color: black;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 28px;
    }

    .microfocus-lb-blue-boxes p {
        color: white;
        font-weight: bold;
        font-size: 19px;
        line-height: 30px;
    }

    .microfocus-lb-blue-boxes img {
        max-width: 100%;
        max-height: 150px;
        margin-bottom: 20px;
    }

.microfocus-lb-blue-box-1,
.microfocus-lb-blue-box-2 {
    min-height: 435px;
}

.microfocus-lb-blue-box-3,
.microfocus-lb-blue-box-4,
.microfocus-lb-blue-box-5 {
    min-height: 650px;
}

    .microfocus-lb-blue-box-3 p,
    .microfocus-lb-blue-box-4 p,
    .microfocus-lb-blue-box-5 p {
        margin-bottom: 20px;
    }

    .microfocus-lb-blue-box-3 p,
    .microfocus-lb-blue-box-3 img:last-of-type {
        margin-bottom: 60px;
    }

    .microfocus-lb-blue-box-4 p {
        margin-bottom: 40px;
    }

        .microfocus-lb-blue-box-3 p:last-of-type,
        .microfocus-lb-blue-box-4 p:last-of-type {
            margin-bottom: 0;
        }

    .microfocus-lb-blue-box-5 img:last-of-type {
        margin-bottom: 0;
    }

.microfocus-lb-blue-box-6 img {
    margin-bottom: 0;
}

.microfocus-lb-why-lb {
    padding: 50px 35px;
    background-color: #F2F3F5;
}

.bitdefender-blue-section-1 {
    background-color: #002e60;
    padding: 40px 35px;
}

.bitdefender-solutions-sections {
    background-color: #F2F3F4;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}

.bitdefender-blue-section-2 {
    padding-left: 35px;
    padding-right: 35px;
    background-color: #002e60;
}

.bitdefender-relationship {
    padding-left: 35px;
    padding-right: 35px;
}
/*END BSS VENDOR CAMPAIGNS*/


/*EMERGE EVENT 2019*/
#emerge-black-section .row {
    background-color: #231F20;
    padding: 50px 35px;
}

#emerge-white-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

    #emerge-white-logos img {
        width: 27%;
        margin: 30px 3.1666666%;
    }

.emerge-solution-title {
    background-color: #00ABE7;
    padding: 20px 10px;
    text-align: center;
    margin: 30px 0 0 0 !important;
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: bold !important;
    color: white;
}

.emerge-about-partner,
.emerge-about-partner-AC,
.emerge-about-partner-LV {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 15px;
    background: white;
    margin-bottom: 30px;
}

.emerge-solution-title-AC,
.emerge-solution-title-LV {
    position: absolute;
    left: -58px;
    top: 58px;
    transform: rotate(-90deg);
    height: 80px;
    background-color: #00ABE7;
    padding: 5px;
    text-align: center;
    width: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid black;
}

.emerge-solution-title-LV {
    left: -81px;
    top: 81px;
    width: 242px;
}

    .emerge-solution-title-AC h4,
    .emerge-solution-title-LV h4 {
        font-size: 20px !important;
        line-height: 28px !important;
        color: white;
        margin-bottom: 0;
    }

.emerge-about-partner-AC,
.emerge-about-partner-LV {
    position: relative;
    min-height: 176px;
    padding-left: 80px;
}

.emerge-about-partner-AC-left,
.emerge-about-partner-LV-left {
    width: 30%;
    height: 196px;
    border-right: 3px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 40px;
}

.emerge-about-partner-LV-left {
    height: 242px;
}

.emerge-about-partner img {
    width: 25%;
    margin: 25px 30px;
}

.emerge-about-partner-AC img,
.emerge-about-partner-LV img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.emerge-about-partner p {
    width: 70%;
    margin: 0;
    color: black;
    padding: 25px 0 25px 20px;
    font-size: 18px;
}
/*END EMERGE EVENT 2019*/

/*MSP CLOUD ACCESS*/
.expedition-msp-page img {
    max-width: 100%;
}

.expedition-msp-page p,
.expedition-msp-page a {
    font-size: 22px;
    line-height: 30px;
}

.expedition-msp-page em {
    font-weight: 900;
    font-style: normal;
    color: #00A950;
}

.expedition-msp-page h2 {
    margin-bottom: 15px;
}

.expedition-msp-page h3 {
    font-weight: bold;
}

.expedition-msp-page h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

#cloud-access-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://portal.climbcs.com/content/Climb/content-pages/Expedition-Cloud-Marketplace/banner-tint.jpg) no-repeat bottom center;
    background-size: cover;
    color: white;
    padding: 100px 30px 200px 30px;
}

    #cloud-access-banner > div:first-of-type {
        width: 550px;
    }

#cloud-access-moving-img {
    width: 50%;
    position: relative;
    padding-bottom: 27.907%;
}

#cloud-access-banner img {
    filter: drop-shadow(-3px 4px 5px black);
}

#cloud-access-moving-img img {
    transition: all 1s, filter 1s, transform 1s;
    transition-timing-function: linear;
    filter: none;
    position: absolute;
    width: 85% !important;
    top: 50%;
    left: 50%;
    margin-left: -42.5%;
    margin-top: -23.761%;
}

#cloud-access-banner:hover #cloud-access-moving-img img {
    transition: all 1.5s, filter .5s, transform .5s;
    transition-timing-function: linear;
    filter: drop-shadow(-4px 5px 1px black);
    transform: scale(1.1);
}

#cloud-access-banner h1 {
    margin: 20px 0 0 0;
    filter: drop-shadow(-4px 5px 4px black);
}

#cloud-access-intro {
    background: url(https://portal.climbcs.com/content/Climb/content-pages/Expedition-Cloud-Marketplace/green-mountains.jpg) no-repeat top center;
    background-size: cover;
    color: white;
    padding-bottom: 50px;
    background-attachment: fixed;
}

    #cloud-access-intro .row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #cloud-access-intro h2::after {
        content: "";
        display: block;
        height: 2px;
        width: 300px;
        background: #00A950;
        margin: 30px auto;
    }

    #cloud-access-intro h4 {
        max-width: 770px;
        width: 100%;
        margin: 0 auto 40px auto;
    }

    #cloud-access-intro p {
        font-weight: bold;
    }

#MSP-cloud-carousel .keyframe-slider {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#MSP-cloud-carousel .keyframe-slider-content {
    position: relative;
    right: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation-name: cloud-access-carousel;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 60s;
}

    #MSP-cloud-carousel .keyframe-slider-content img {
        width: 15.66666%;
        margin: 1% .5%;
        padding: 15px;
        flex-shrink: 0;
        background: rgb(255 255 255 / 80%);
    }

#MSP-cloud-partners a {
    text-decoration: underline;
    color: white;
}

@keyframes cloud-access-carousel {
    0% {
        right: 0;
    }

    100% {
        /*This % is based on the number of unique vendors in the slider. # of vendors * (width of the image + margin) (ex: 7*20% = 140%) */
        right: 216.66666%;
    }
}

#MSP-cloud-login .row,
#msp-csp-partner-links .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#MSP-cloud-login img:hover,
#msp-csp-partner-links img:hover {
    cursor: pointer;
}

#msp-contact-us {
    background: url(https://portal.climbcs.com/content/Climb/content-pages/Expedition-Cloud-Marketplace/green-mountains-2.jpg) no-repeat center center;
    background-size: cover;
    color: white;
}

    #msp-contact-us .row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #msp-contact-us p {
        margin-bottom: 0px;
    }

    #msp-contact-us a {
        font-weight: bold;
        background: transparent;
        border: 2px solid white;
        border-radius: 0;
        outline: none;
        color: white !important;
        padding: 10px 20px;
        margin: 10px 0;
    }

@media screen and (max-width: 1200px) {
    .expedition-msp-page p,
    .expedition-msp-page a {
        font-size: 20px;
        line-height: 26px;
    }

    #cloud-access-banner {
        padding: 100px 30px 150px 30px;
        flex-wrap: wrap;
    }

        #cloud-access-banner img {
            width: 400px;
        }

        #cloud-access-banner > div:first-of-type {
            width: 450px;
            max-width: 50%;
        }

        #cloud-access-banner h1 {
            font-size: 40px;
            line-height: 50px;
        }
}

@media screen and (max-width: 991px) {
    .expedition-msp-page h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .expedition-msp-page h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .expedition-msp-page h4 {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
    }

    .expedition-msp-page p,
    .expedition-msp-page a {
        font-size: 18px;
        line-height: 24px;
    }

    #cloud-access-banner {
        padding: 100px 30px 125px 30px;
        flex-wrap: wrap;
    }

        #cloud-access-banner > div:first-of-type {
            width: 335px;
        }

        #cloud-access-banner img {
            width: 300px;
        }

        #cloud-access-banner h1 {
            font-size: 30px;
            line-height: 40px;
            margin-top: 15px;
        }
}

@media screen and (max-width: 767px) {
    .expedition-msp-page h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
    }

    .expedition-msp-page p,
    .expedition-msp-page a {
        font-size: 16px;
        line-height: 22px;
    }

    #cloud-access-intro p {
        font-size: 18px;
        line-height: 24px;
    }

    #cloud-access-banner {
        position: relative;
        overflow: hidden;
        padding: 50px 15px 100px 15px;
        flex-wrap: wrap;
    }

        #cloud-access-banner > div:first-of-type {
            z-index: 1;
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

    #cloud-access-moving-img {
        width: 80%;
        position: absolute;
        z-index: 0;
        top: 5%;
        opacity: .6;
        left: 25%;
    }

        #cloud-access-moving-img img {
            position: initial;
            width: 100% !important;
            margin: 0;
        }

    #cloud-access-intro img {
        width: 300px;
        margin-bottom: 30px;
    }

    #cloud-access-intro h2::after {
        margin: 20px auto;
    }

    #cloud-access-intro h4 {
        margin-bottom: 30px;
    }

    #cloud-access-intro h3 {
        text-align: center;
    }

    #MSP-cloud-carousel .keyframe-slider-content {
        animation-duration: 40s;
    }

        #MSP-cloud-carousel .keyframe-slider-content img {
            padding: 5px;
            width: 24%;
        }

    @keyframes cloud-access-carousel {
        0% {
            right: 0;
        }

        100% {
            /*This % is based on the number of unique vendors in the slider. # of vendors * (width of the image + margin) (ex: 7*20% = 140%) */
            right: 325%;
        }
    }

    #msp-contact-us p {
        margin-bottom: 20px;
    }
}
/*END MSP CLOUD ACCESS*/

/* VENDOR INDEX */
.vendorIndex-vendor {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-right: -4px;
    padding: 4px 15px;
    line-height: 18px;
}
/* END VENDOR INDEX */



/*MEDIA QUERIES!!*/
@media screen and (max-height: 800px) {
    .singleProduct-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .singleProduct-allDetails p {
        margin-bottom: 3px;
        line-height: 22px;
    }

    .singleProduct-allDetails .singleProduct-prodLine {
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 1200px) {
    /*HOME PAGE*/
    #VOM-Text {
        padding: 77.5px 77px;
        font-size: 40px;
        line-height: 45px;
    }
    /*END HOME PAGE*/
    /*SEARCH PAGE*/
    .filterList-left .filterListInner {
        max-width: 242.5px;
    }
    /*END SEARCH PAGE*/

    /*ACCOUNT PAGE*/
    #sales-rep-carousel .account-mapImg {
        float: right;
    }
    /*END ACCOUNT PAGE*/

    /*BSS VENDOR CAMPAIGNS*/
    #sophos-lb-dk-blue-section {
        background: url('https://portal.climbcs.com/content/climb/partners/BSS-campaign-pages/sophos-bss/sophos-lb-hand-shake.jpg') no-repeat center center;
        background-size: contain;
        background-color: #213965;
    }

    .micro-focus-lb-why-boxes {
        min-height: 590px;
    }

    .microfocus-lb-blue-box-1, .microfocus-lb-blue-box-2 {
        min-height: 470px;
    }
    /*END BSS VENDOR CAMPAIGNS*/

    /*PARTNER BITDEFENDER MAIN PAGE*/

    .bitdefender-page h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .bitdefender-page p,
    .bitdefender-page li {
        font-size: 16px;
        line-height: 22px;
    }
    /*END PARTNER BITDEFENDER MAIN PAGE*/
    /*EMERGE EVENT 2019*/
    .emerge-solution-title-AC,
    .emerge-solution-title-LV {
        width: 220px;
        left: -81px;
        top: 81px;
        height: 58px;
    }

    .emerge-solution-title-LV {
        width: 230px;
        left: -86px;
        top: 86px;
        height: 58px;
    }

    .emerge-about-partner-AC,
    .emerge-about-partner-LV {
        min-height: 220px;
        padding-left: 58px;
    }

    .emerge-about-partner-AC-left,
    .emerge-about-partner-LV-left {
        height: 220px;
        padding: 25px 20px;
    }

    .emerge-about-partner-LV-left {
        height: 230px;
    }

    .emerge-about-partner img {
        margin: 25px 18px;
    }

    .emerge-about-partner-LV p {
        font-size: 16px;
        line-height: 20px;
    }

    .emerge-about-partner-AC img,
    .emerge-about-partner-LV img {
        margin: 0;
        padding: 0;
    }
    /*END EMERGE EVENT 2019*/
}

@media screen and (max-width: 991px) {
    /*VENDOR INDEX PAGE*/
    .vendorIndex-vendor {
        width: 33.3333%;
    }
    /*END VENDOR INDEX PAGE*/

    /*HOME PAGE*/
    #VOM-Text {
        padding: 58.5px 59px;
        font-size: 30px;
        line-height: 35px;
    }
    /*END HOME PAGE*/

    /* PRODUCT PAGE*/
    .tableRowBottom p {
        margin-top: 0px;
        min-width: 50%;
    }

    .tableCart {
        margin-top: 5px;
    }

    .tableSku, .tableModel {
        text-align: right;
    }
    /*END PRODUCT PAGE*/

    /*SEARCH PAGE*/
    .filterList-left .filterListInner {
        max-width: 187.5px;
        padding-right: 9px;
        padding-left: 9px;
    }

    .filterList-left .addFilter, .filterList-left .clearFilter {
        padding: 6px;
        font-size: 12px;
    }

    .filterList-left #txtSubQuery {
        font-size: 12px;
    }
    /*END SEARCH PAGE*/

    /*ORDER HISTORY*/
    .singleOrderHead .singleOrderProd,
    .orderItem .singleOrderProd {
        width: 30%;
    }

    .billingNames p,
    .billingAddress p,
    .shippingNames p,
    .shippingAddress p {
        line-height: 18px;
        margin-bottom: 5px;
    }

    .orderRowExpanded p {
        font-size: 13px;
        word-wrap: break-word;
    }

    .singleOrderHead .singleOrderSku,
    .orderItem .singleOrderSku {
        width: 20%;
    }

    p.singleOrderPreviewStatus {
        width: 19.666%;
    }

    .orderOptionsDiv, p.orderOptionsDivHead {
        width: 13.6666%;
    }
    /*END ORDER HISTORY*/

    /*ACCOUNT PAGE*/
    .acctSupportBody li {
        width: 50%;
    }

    .acctDetailsBody p {
        width: 100%;
        display: block;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-right: 0px;
    }
    /*END ACCOUNT PAGE*/

    /*CART PAGE*/
    .cartTableRow .cartTableRow-qty,
    .cartTableHead .cartTableHead-qty {
        max-width: 210px;
        width: 15%;
    }

    #cartDetails .cartTableRow-product,
    #cartDetails .cartTableHead-product {
        width: 31%;
    }
    /*END CART PAGE*/

    /*CHEKOUT PAGE*/
    .customEndUser .checkout-prodName {
        width: 30%;
    }

    .customEndUser .checkout-skuNum {
        width: 18%;
    }

    .creditCardForm label,
    .onAccountForm label {
        margin-bottom: 15px;
    }

    .onAccountForm .filedrag {
        float: none;
    }
    /*END CHECKOUT PAGE*/

    /*QUOTES PAGE*/
    #quoteTable .quotesTableRow-view button {
        padding: 2px 6px;
    }
    /*END QUOTES PAGE*/

    /*BSS VENDOR CAMPAIGNS*/
    .bss-blue-white-text-left,
    .bss-blue-white-text-right {
        padding: 15px 15px 15px 15px;
        background-color: #00abe7;
        margin-bottom: 0px;
        margin-top: 200px;
        margin-left: 0px;
    }

        .bss-blue-white-text-left:first-child {
            margin-top: 160px;
        }

    .bss-blue-white-text-right {
        background-color: #efefef;
        padding: 15px 15px 15px 15px;
        margin-right: 0px;
        margin-left: 0;
    }

        .bss-blue-white-text-left img,
        .bss-blue-white-text-right img {
            left: calc(50% - 75px);
            top: -165px;
            width: 150px;
            margin-top: 0;
        }

        .bss-blue-white-text-right img {
            right: calc(50% - 75px);
            left: inherit;
            left: unset;
            top: -165px;
            width: 150px;
            margin-top: 0;
        }

        .bss-blue-white-text-left p,
        .bss-blue-white-text-right p {
            font-size: 19px;
            line-height: 24px;
        }

    .gfi-lb-why-partner {
        padding: 60px 0;
    }

        .gfi-lb-why-partner img {
            width: 50px;
        }

        .gfi-lb-why-partner .col-sm-6 {
            align-items: flex-start;
        }

        .gfi-lb-why-partner p {
            padding-left: 20px;
        }

    .gfi-lb-black-section {
        padding: 50px 0px;
    }

    .gfi-lb-blue-section {
        padding: 80px 0;
    }

    .intel-lb-black-bg {
        padding: 55px 0;
    }

    .gfi-lb-partnering {
        padding: 40px 0;
    }

    .micro-focus-lb-why {
        padding: 30px 0 0 0;
    }

    .microfocus-lb-better-together .row {
        padding: 0;
    }

    .micro-focus-lb-hpe .col-sm-12 {
        padding: 0 15px;
    }

    .micro-focus-lb-why-boxes {
        min-height: inherit;
    }

    .microfocus-lb-blue-box-1, .microfocus-lb-blue-box-2 {
        min-height: inherit;
    }

    .microfocus-lb-blue-box-3,
    .microfocus-lb-blue-box-4,
    .microfocus-lb-blue-box-5 {
        min-height: 560px;
    }

        .microfocus-lb-blue-box-3 h4,
        .microfocus-lb-blue-box-4 h4,
        .microfocus-lb-blue-box-5 h4 {
            height: 60px;
        }

        .microfocus-lb-blue-box-3 img,
        .microfocus-lb-blue-box-4 img,
        .microfocus-lb-blue-box-5 img {
            max-height: 100px;
        }

        .microfocus-lb-blue-box-3 p,
        .microfocus-lb-blue-box-4 p,
        .microfocus-lb-blue-box-5 p {
            font-size: 18px;
            line-height: 22px;
        }

    .microfocus-lb-why-lb {
        padding: 30px 0px;
        background-color: #F2F3F5;
    }

    .BSSCampaignFormLeft {
        padding-left: 15px;
    }

    .BSSCampaignForm {
        padding-right: 15px;
    }

    .intel-lb-solutions .intel-lb-solution-inner {
        padding: 30px 15px;
    }

    .intel-lb-why-intel {
        padding: 40px 0;
    }

    .bitdefender-blue-section-1 {
        padding: 40px 0px;
    }

    .bitdefender-solutions-sections {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bitdefender-blue-section-2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bitdefender-relationship {
        padding-left: 0px;
        padding-right: 0px;
    }

    #sophos-lb-circles {
        padding-left: 0;
        padding-right: 0;
    }

    #sophos-lb-dk-blue-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sophos-bss-products-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sophos-bss-relationship {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*END BSS VENDOR CAMPAIGNS*/
    /*PARTNER BITDEFENDER MAIN PAGE*/
    .bitdefender-form p {
        font-size: 16px;
        line-height: 22px;
    }

        .bitdefender-form p:nth-child(2) {
            margin-bottom: 30px;
        }

    .bitdefender-solution-box {
        min-height: 0;
    }

    .bitdefender-grey-section img {
        width: 150px;
        margin-bottom: 10px;
    }

    .bitdefender-grey-section h4 {
        margin-top: 20px;
    }
    /*END PARTNER BITDEFENDER MAIN PAGE*/
    /*PARTNERS QUEST CAMPAIGN PAGE*/
    .quest-campaign-why {
        padding: 40px 0px;
    }

    .quest-campaign-orange-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .quest-campaign-solutions {
        padding: 40px 0px;
    }

    .quest-campaign-better-together {
        padding: 40px 0px;
    }
    /*END PARTNERS QUEST CAMPAIGN PAGE*/

    /*EMERGE EVENT 2019*/
    #emerge-black-section .row {
        padding: 50px 0px;
    }

    #emerge-white-logos img {
        margin: 30px 3.1666666%;
    }

    .emerge-solution-title-AC,
    .emerge-solution-title-LV {
        left: 0px;
        top: 0px;
        transform: rotate(0deg);
        border-bottom: 3px solid black;
        border-right: none;
        width: 100%;
        position: absolute;
        height: 58px;
    }

    .emerge-about-partner-AC,
    .emerge-about-partner-LV {
        padding-left: 0;
    }

    .emerge-about-partner-AC-left,
    .emerge-about-partner-LV-left {
        width: 34%;
        position: relative;
    }

    .emerge-about-partner-LV-left {
        height: 250px;
    }

    .emerge-about-partner-AC p,
    .emerge-about-partner-LV p {
        width: 66%;
        font-size: 16px;
        line-height: 20px;
    }

    .emerge-about-partner-AC img,
    .emerge-about-partner-LV img {
        margin-top: 55px;
    }
    /*END EMERGE EVENT 2019*/
}

@media screen and (max-width: 953px) {
    /*SEARCH PAGE*/
    .filterList-left .filterListInner {
        max-height: -webkit-calc(100vh - 119px) !important;
        max-height: -moz-calc(100vh - 119px) !important;
        max-height: -o-calc(100vh - 119px) !important;
        max-height: calc(100vh - 119px) !important;
    }

    .scrollingFilter {
        top: 119px;
    }
    /*END SEARCH PAGE*/
}

@media screen and (max-width: 768px) {
    /*PRODUCT PAGE*/
    #productHeader img {
        margin-right: 10px;
    }

    .prodWizardLink {
        display: none;
    }

    .filterBtn {
        display: initial;
    }

    .tableRow {
        margin-left: 0px;
    }

    .productTable {
        width: 100%;
    }

    .productTableRow {
        position: relative;
    }

    .refineMainHead {
        display: none;
    }

    .refineSearch {
        position: absolute;
        z-index: 1000;
        top: 41px;
        border: none;
        background-color: white;
        width: initial;
        overflow: hidden;
        -webkit-transition: all 1s; /* Safari */
        transition: all 1s;
        transition-delay: 0s;
        max-height: 0px;
        max-width: 0px;
    }

    .expandRefineSearch {
        max-width: 1000px;
        max-height: 4000px;
    }

    #navbar .popover {
        display: none !important;
    }
    /*END PRODUCT PAGE*/
}

@media screen and (max-width: 767px) {
    /*PARTNERS QUEST CAMPAIGN PAGE*/
    .questCampaign h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .questCampaign h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .questCampaign button {
        font-size: 18px !important;
    }

    .bigListQuestCampaign li {
        font-size: 16px;
        line-height: 20px;
    }
    /*END PARTNERS QUEST CAMPAIGN PAGE*/

    /*BSS VENDOR CAMPAIGNS*/
    .bss-blue-white-text-left,
    .bss-blue-white-text-right {
        height: inherit;
        height: unset;
    }

        .bss-blue-white-text-left p,
        .bss-blue-white-text-right p {
            font-size: 16px;
            line-height: 20px;
        }

    #sophos-lb-dk-blue-section {
        background: none;
        background-color: #213965;
    }

        #sophos-lb-dk-blue-section .col-sm-2 {
            text-align: center;
        }

        #sophos-lb-dk-blue-section img {
            padding-top: 20px;
            padding-bottom: 15px;
            max-width: 250px;
        }

    #sophos-lb-circles {
        display: block;
        padding-bottom: 30px;
        text-align: center;
    }

        #sophos-lb-circles img {
            margin-bottom: 30px;
            padding: 0 15px;
            max-width: 300px;
        }

    #sophos-lb-circle-left img {
        margin-top: 30px;
    }

    #sophos-lb-circle-left img,
    #sophos-lb-circle-right img {
        margin-left: 0px;
    }

    .gfi-lb-why-partner {
        padding: 40px 0px;
    }

    .gfi-lb-blue-section {
        background: url('https://portal.climbcs.com/content/climb/partners/BSS-campaign-pages/gfi-bss/gfi-lb-background.jpg') no-repeat center center;
        background-size: cover;
        color: white;
        padding: 40px 0;
    }

    .gfi-lb-why-partner h3 {
        margin-top: 0;
    }

    .gfi-lb-blue-section .col-md-6:last-child h4 {
        margin-top: 40px;
    }

    .intel-lb-black-bg {
        padding: 50px 0;
        background: black;
    }

    .intel-lb-solutions {
        padding: 40px 0;
    }

        .intel-lb-solutions h3 {
            margin-top: 0 !important;
        }

        .intel-lb-solutions .intel-lb-solution-inner img {
            width: 200px;
            height: inherit;
            height: unset;
            padding-top: 30px;
            padding-bottom: 15px;
            display: block;
            margin: auto;
            padding-right: 0px;
        }

        .intel-lb-solutions .intel-lb-solution-inner {
            justify-content: flex-start;
            align-items: flex-start;
            padding: 15px;
            display: block;
        }

            .intel-lb-solutions .intel-lb-solution-inner p,
            .intel-lb-solutions .intel-lb-solution-inner p span {
                font-size: 16px;
                line-height: 22px;
            }

    .intel-lb-why-intel p, .intel-lb-why-intel li {
        font-size: 16px;
        line-height: 22px;
    }

    .microfocus-lb-blue-box-3,
    .microfocus-lb-blue-box-4,
    .microfocus-lb-blue-box-5 {
        min-height: inherit;
    }

        .microfocus-lb-blue-box-3 h4,
        .microfocus-lb-blue-box-4 h4,
        .microfocus-lb-blue-box-5 h4 {
            height: inherit;
        }

        .microfocus-lb-blue-box-3 p,
        .microfocus-lb-blue-box-4 p,
        .microfocus-lb-blue-box-5 p,
        .microfocus-lb-blue-box-3 img:last-of-type {
            margin-bottom: 20px
        }

    .microfocus-lb-blue-boxes p {
        font-size: 18px;
        line-height: 22px;
    }
    /*END BSS VENDOR CAMPAIGNS*/

    /*SHI EVENT JANUARY 2019 PAGE*/
    #shi-event-jan-2019-h2 {
        font-size: 35px;
        line-height: 40px;
    }

    #shi-event-jan-2019-h3 {
        font-size: 30px;
        line-height: 35px;
    }
    /*END SHI EVENT JANUARY 2019 PAGE*/

    /*EMERGE EVENT 2019*/
    #emerge-white-logos img {
        width: 42%;
        margin: 30px 4%;
    }

    .emerge-solution-title,
    #emerge-black-section h2 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .emerge-about-partner {
        display: block;
        text-align: center;
    }

        .emerge-about-partner img {
            width: 300px;
            max-width: 100%;
            margin: 0;
            padding: 30px 20px;
        }

        .emerge-about-partner p {
            width: 100%;
            text-align: left;
            margin: 0;
            padding: 0 15px 15px 15px;
        }

    .emerge-solution-title-AC,
    .emerge-solution-title-LV {
        position: relative;
        width: 100%;
        border-right: none;
    }

    .emerge-about-partner {
        padding: 0;
    }

    .emerge-about-partner-AC-left,
    .emerge-about-partner-LV-left {
        width: 100%;
        border: none;
        display: block;
        min-height: 0;
        height: inherit;
        padding: 0;
    }
    /*END EMERGE EVENT 2019*/

    /*VENDOR INDEX PAGE*/
    .vendorIndex-vendor {
        width: 50%;
    }
    /*END VENDOR INDEX PAGE*/

    /*HOME PAGE*/
    #VOM-Text {
        padding: 30px 15px;
        font-size: 30px;
        line-height: 35px;
    }

    .carouselOuter, .carouselInner {
        height: 100px !important;
    }
    /*END HOME PAGE*/

    /*SEARCH PAGE*/
    .filterList-left {
        position: relative;
        top: 0;
        background-color: white;
        z-index: 100;
        width: 100%;
        max-width: 250px;
        overflow: hidden;
        padding-top: 0;
        border-bottom: 1px solid #ccc;
    }

    .hide-filterList-left {
        display: none;
    }

    .singleProduct-row {
        margin: 0 -14px;
    }

    #mobileFilterView {
        height: 51px;
        position: relative;
        border-bottom: 1px solid #ccc;
    }

    .filterList-left .filterListInner {
        position: initial !important;
        width: 100%;
        max-height: -webkit-calc(100vh - 121px) !important;
        max-height: -moz-calc(100vh - 121px) !important;
        max-height: -o-calc(100vh - 121px) !important;
        max-height: calc(100vh - 121px) !important;
        max-width: inherit;
        padding-left: 15px;
        padding-right: 15px;
    }

    #searchWithin {
        padding-top: 10px;
    }

    .filterListInner #subQueryDiv,
    .filterListInner #subQueryDiv .search-tags,
    .filterListInner #subQueryDiv .form-group {
        margin: 0;
    }

    #mobileFilterView .mobileRefine {
        margin: 0 -4px 1px 0;
        padding: 8px 0 8px 15px;
        display: inline-block !important;
        width: 50%;
    }

    #mobileFilterView .mobileSearchRes {
        margin: 0 -4px 0 0;
        padding-right: 15px;
        display: inline-block !important;
        width: 50%;
        text-align: right;
    }
    /*END SEARCH PAGE*/

    /*ORDER HISTORY*/
    .historyTableRow,
    .historyTableHead,
    .quotesTableHead,
    .quotesTableRow {
        padding: 7px 10px;
        position: relative;
        text-align: left;
    }

        .historyTableRow:nth-child(odd) {
            background-color: #ddd;
        }

        .historyTableRow:nth-child(even) {
            background-color: transparent;
        }

    .historyTableHead {
        max-width: 250px;
        float: none;
        display: inline-block;
        border-radius: 3px;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

        .historyTableHead p, .quotesTableHead p {
            width: 100%;
            padding: 5px 15px;
        }

    .historyTableHeadHide {
        height: 0px;
    }

    #mobileOHSort {
        text-align: center;
    }

        #mobileOHSort p {
            display: inline-block !important;
            width: 100%;
            float: none;
            max-width: 250px;
            text-align: center;
            font-weight: bold;
            margin-bottom: 5px;
        }

    .orderOptionsDiv {
        position: absolute;
        right: 10px;
        left: auto;
        width: initial;
        max-width: inherit;
        top: 7px;
    }

    .historyTable p {
        padding: 7px 10px 7px 0;
        text-align: left;
    }

    .historyTableHead p {
        text-align: center;
    }

    .historyTable .singleOrderPreviewStatus {
        width: 46%;
        padding-right: 50px;
    }

    .historyTable .singleOrderPreviewDate {
        width: 25%;
    }

    .historyTable .singleOrderPreviewON {
        width: 29%;
    }

    .allOrderInfo {
        margin: 7px 0px;
    }

    .orderItem .singleOrderProd,
    .orderItem .singleOrderSku,
    .orderItem .singleOrderQty,
    .orderItem .singleOrderPrice,
    .orderItem .singleOrderTotal,
    .orderItem .singleOrderShipDate,
    .orderItem .singleOrderStatus,
    .orderTotal p {
        text-align: left;
        width: 200px;
        max-width: 100%;
        vertical-align: top;
        padding: 0;
        display: inline-block;
        margin-right: -4px;
    }

    .orderTotal p {
        width: 50%;
        min-width: 175px;
    }

    .orderItem .singleOrderProd {
        min-width: 100%;
    }

    .billingInfo, .shippingInfo {
        min-width: 210px;
    }

        .billingInfo p, .shippingInfo p {
            padding: 0;
        }

    .billingNames p,
    .billingAddress p,
    .shippingNames p,
    .shippingAddress p {
        width: 100%;
    }

    .orderTotal {
        margin: 0px 15px 15px 15px;
        padding: 0;
    }

    .orderItem {
        border-bottom: 1px solid #ccc;
        padding: 0px 15px 5px 15px;
    }
    /*END ORDER HISTORY*/

    /*QUOTES PAGE*/
    .quotesTableHead p,
    .quotesTableRow p,
    .quotesExpTableRow p,
    .quotesExpTableHead p,
    .quotesExpTable .quotesExpTableRow-endUser {
        float: none;
        display: inline-block;
        margin-right: -4px;
        width: 50% !important;
        padding: 0;
        text-align: left;
    }

    .quotesExpTable .quotesExpTableRow-endUser {
        width: inherit;
        max-width: 100%;
    }

    .quotesTableRow {
        position: relative;
    }

    .quotesExpTableHead {
        margin-top: 10px;
    }

    .quotesTableRow,
    .quotesExpTableOptionsHead,
    .quotesExpTableRow,
    .quoteTable-finalInfo {
        padding: 7px 10px;
    }

    #quoteTable .quotesTableRow-view {
        position: absolute;
        right: 7px;
        top: 7px;
        width: inherit;
    }

    #quoteTable .quotesTableRow-qNum {
        padding: 7px 50px 7px 0;
    }

    #quoteTable .quotesTableRow-qNum,
    .quotesExpTable .quotesExpTableRow-sku {
        width: 100% !important;
    }

    #quoteTable .quotesTableRow-alias,
    .quotesExpTable .quotesExpTableRow-descrip {
        width: inherit !important;
        max-width: 100%;
        min-width: 50%;
    }

    .quoteTable-finalInfo p {
        margin-bottom: 0;
    }

    .editQuoteUserFields {
        text-align: left;
    }

    .quotesFinalInputs p {
        text-align: left !important;
    }

    #quoteTable .quotesTableRow-view button {
        padding: 6px 12px;
    }
    /*END QUOTES PAGE*/

    /*PARTNER BITDEFENDER MAIN PAGE*/
    .bitdefender-page p,
    .bitdefender-page li {
        font-size: 16px;
        line-height: 22px;
    }

    .bitdefender-form h4 {
        font-size: 25px;
        line-height: 35px;
    }

    .bitdefender-page .btn {
        font-size: 20px;
        line-height: 25px;
    }

    .bitdefender-solution-box {
        display: block;
        text-align: center;
    }

        .bitdefender-solution-box:hover {
            transform: scale(1);
            box-shadow: none;
        }

    .bitdefender-grey-section {
        border-radius: 30px;
        padding: 0px 15px 30px 15px;
    }

        .bitdefender-grey-section h4 {
            margin-top: 15px;
        }
    /*END PARTNER BITDEFENDER MAIN PAGE*/

    /*ACCOUNT PAGE*/
    .acct-xs-padding,
    .accountContactBody {
        padding: 0 9px;
    }

    .accountDetailsWrapper {
        border-radius: 0px;
        border: none;
        padding-bottom: 0px;
    }

    .accountDetailsWrapperXs {
        border-radius: 10px;
        border: 1px #aaa solid;
        padding-bottom: 15px;
        margin-top: 40px;
    }

        .accountDetailsWrapperXs:first-child {
            margin-top: 0px;
        }

    .accountDetails-left {
        border-right: none;
        margin-right: 0;
    }

    .accountDetails-right {
        border-left: none;
        margin-top: 20px;
    }

    .recentActivityUser,
    .recentActivityDate,
    .recentActivityIP {
        display: block;
        margin-right: 0;
        width: 100%;
        text-align: left;
        padding: 5px;
    }

    .acctSupportBody li {
        width: inherit;
        padding-right: 20px;
    }

    .acctSupportHead {
        text-align: center;
    }

    .acctDetailsBody p {
        width: 50%;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        margin-bottom: 5px;
        padding-right: 10px;
    }
    /*END ACCOUNT PAGE*/

    /*CART PAGE*/
    .cartTableRow:nth-child(odd) {
        background-color: white;
    }

    .cartTableRow:nth-child(even) {
        background-color: #ddd;
    }

    .cartTableRow {
        position: relative;
    }

        .cartTableHead p,
        .cartTableRow p,
        .cartTableRow .cartTableRow-qty {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 5px 0;
            width: 100%;
            text-align: left;
        }

        .cartTableRow .cartTableRow-qty {
            max-width: 150px;
            padding-right: 20px;
        }

        .cartTableRow .cartTableRow-unitPrice,
        .cartTableRow .cartTableRow-finalPrice {
            padding-right: 20px;
        }

    .cartTableRow-qty .form-group {
        margin-bottom: 0px;
    }

    .cartTableRow .cartTableRow-sku {
        margin-bottom: 15px;
        padding-right: 45px;
    }

    .cartTableRow .cartTableRow-remove {
        position: absolute;
        top: 7px;
        right: 7px;
        width: inherit;
        margin: 0;
    }

    #cartDetails .cartTableHead-unitPrice,
    #cartDetails .cartTableRow-unitPrice,
    #cartDetails .cartTableHead-finalPrice,
    #cartDetails .cartTableRow-finalPrice {
        width: 100%;
    }

    #cartDetails .cartTableRow-product,
    #cartDetails .cartTableHead-product {
        width: 100%;
    }
    /*END CART PAGE*/

    /*CHECKOUT PAGE*/
    .customEndUser {
        margin-top: 0;
    }

    .customEndUserRow, .customEndUserTableHead {
        padding: 5px 5px;
    }

    .customEndUser p {
        width: 50%;
        text-align: left;
        min-width: 220px;
    }

    .customizeBtnDiv {
        width: inherit;
        position: absolute;
        right: 10px;
        bottom: 7px;
    }

        .customizeBtnDiv .lifeboatRedBtn {
            padding: 3px 8px;
        }

    .customEndUser .checkout-prodName {
        width: 100%;
        margin-bottom: 5px;
    }

    .customEndUser .checkout-qty,
    .customEndUser .checkout-skuNum,
    .customEndUser .checkout-partNum {
        width: 50%;
    }

    .customEndUser .checkout-partNum,
    .customEndUser .checkout-qty {
        padding-right: 55px;
    }

    .customEndUserRow {
        position: relative;
    }

    .finalBillPayInfo p, .finalShipToInfo p, .finalPaymentInfo p {
        width: 50%;
        margin-right: -4px;
        display: inline-block;
    }

    .finalProducts .viewCustomUserDiv,
    .finalProducts .finalInfoTableHead > p,
    .finalProducts .finalInfoRow > p {
        width: 50% !important;
        text-align: left !important;
        padding: 0 5px 0 0 !important;
    }

    .finalProducts .finalInfoRow:nth-child(even) {
        background-color: #ddd;
    }

    .finalProducts .finalInfoRow:nth-child(odd) {
        background-color: white;
    }

    /*END CHECKOUT PAGE*/

    .security-awareness-descriptions,
    .security-awareness-form {
        padding: 0 15px;
    }

        .security-awareness-descriptions img {
            float: none;
            margin: 0 0 10px 0;
            display: block;
        }
    /* Reseller Application */
    #content ul.reseller-app-checks li {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    /*ORDER HISTORY*/
    .historyTable .singleOrderPreviewDate {
        display: none;
    }

    .historyTable .singleOrderPreviewON, .historyTable .singleOrderPreviewStatus {
        width: inherit;
        float: none;
        display: inline-block;
        width: 60%;
        margin-right: -4px;
    }

    .historyTable .singleOrderPreviewON {
        min-width: 150px;
        width: 40%;
    }

    .historyTable .singleOrderPreviewStatus {
        min-width: 220px;
    }

    #billingStatements {
        float: none;
        margin-bottom: 10px;
    }

    .historyTable > .row > .col-md-12 {
        padding: 0;
    }

    /*END ORDER HISTORY*/

    /*DYNAMIC FORMS*/
    #dynamicForm li {
        display: block;
        min-width: 100%;
        margin-right: 0px;
    }
    /*END DYNAMIC FORMS*/
}

@media screen and (max-width: 540px) {
    /*PRODUCT PAGE*/
    .tableCols {
        float: none;
        width: 100%;
    }

    .tableRowBottom p {
        min-width: 100%;
    }

    .tableSku, .tableModel {
        text-align: left;
    }

    .tableRowTop {
        margin: 0px;
    }

    .tableProdName {
        margin-bottom: 10px;
    }
    /*END PRODUCT PAGE*/

    /*QUOTES PAGE*/
    .quotesExpTable.multipleQuoteOptions .quotesSelectOptionBtn {
        text-align: left;
    }

    .quotesExpTable.multipleQuoteOptions .quotesOptionName {
        margin-bottom: 10px;
    }
    /*END QUOTES PAGE*/

    /*ACCOUNT PAGE*/
    .acctDetailsBody p {
        width: 100%;
        display: block;
        margin-right: 0px;
        padding-right: 0px;
    }

    .acctDetailsHead,
    .acctOrderHead,
    .accountContactHead,
    .acctNotificationHead,
    .acctSupportHead,
    .recentActivityHead {
        text-align: center;
    }

        .acctOrderHead .acctOrderBtns {
            position: initial;
        }

        .acctOrderHead button {
            margin: 15px 5px 0 5px;
            width: 150px;
            max-width: 100%;
        }
    /*END ACCOUNT PAGE*/
    /*CART PAGE*/
    .cartCheckoutBtns, .cartTotal {
        margin: 15px 0 0 0;
        width: 100%;
        display: block;
        text-align: right;
    }

        .cartCheckoutBtns a {
            margin: 10px 0 0 10px;
        }
    /*END CART PAGE*/

    /*CHECKOUT PAGE*/
    #shipToSelection label {
        font-size: 12px;
    }

    #shipToSelection .editBtnTxt {
        display: none;
    }

    .finalBillPayInfo p, .finalShipToInfo p, .finalPaymentInfo p {
        width: 100%;
        margin-right: 0;
        display: block;
    }

    .finalProducts .viewCustomUserDiv,
    .finalProducts .finalInfoTableHead > p,
    .finalProducts .finalInfoRow > p {
        width: 100% !important;
        display: block;
        margin-right: 0;
        padding: 0;
    }

    .customEndUserDrop {
        min-width: 100%;
    }
    /*END CHECKOUT PAGE*/
}

@media screen and (max-width: 450px) {
    /*SEARCH PAGE*/
    .singleProduct-img {
        min-width: 90px;
    }

    .singleProduct-allDetails {
        width: 100%;
        float: none;
    }
    /*END SEARCH PAGE*/

    /*QUOTES PAGE*/
    .quotesTableHead p, .quotesTableRow p,
    .quotesExpTableRow p, .quotesExpTableHead p,
    .quotesExpTable .quotesExpTableRow-endUser {
        width: 100% !important;
    }

    .quoteBillTo, .quoteShipTo {
        width: 100%;
    }
    /*END QUOTES PAGE*/

    /*ACCOUNT PAGE*/
    .acctOrderHead button {
        width: 200px;
        margin: 15px 0 0 0;
    }
    /*END ACCOUNT PAGE*/

    /*ORDER HISTORY*/
    .orderSearchBtns button {
        width: 100%;
        max-width: 250px;
        margin-bottom: 7px;
    }

    .billingInfo, .shippingInfo {
        min-width: 100%;
    }
    /*END ORDER HISTORY*/

    /*CHECKOUT PAGE*/

    .customEndUser .checkout-qty,
    .customEndUser .checkout-skuNum,
    .customEndUser .checkout-partNum,
    .customEndUser p {
        width: 100%;
        padding: 0px 5px;
        margin-right: 0px;
        display: block;
        min-width: inherit;
    }

    .customEndUser .checkout-qty,
    .customEndUser .checkout-price {
        padding-right: 55px;
    }

    .reviewOrderTotal {
        font-size: 16px;
        font-weight: bold;
    }

    .reviewOrderTitles {
        width: 100%;
        font-size: 16px;
        padding: 5px 0 0 0;
        margin-right: 0px;
        display: block;
    }

    .finalStepHeadRight {
        display: block;
        margin-right: 0px;
        width: 100%;
        text-align: left;
        padding-left: 45px;
        margin-bottom: 10px;
    }

    .productCustomizeForm button {
        width: 100% !important;
    }
    /*END CHECKOUT PAGE*/
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media (max-width: 375px) {
    /*VENDOR INDEX PAGE*/
    .vendorIndex-vendor {
        width: 100%;
        margin: 0;
    }
    /*END VENDOR INDEX PAGE*/

    /*ACCOUNT PAGE*/
    #sales-rep-carousel .account-mapImg {
        display: none;
    }
    /*END ACCOUNT PAGE*/
}

@media (max-width: 340px) {
    /*SEARCH PAGE*/
    .singleProduct-allDetails .singleProduct-details-left,
    .singleProduct-allDetails .singleProduct-details-right {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .singleProduct-allDetails .singleProduct-amnt {
        max-width: 100%;
        margin: 0;
        margin-top: 10px;
    }

        .singleProduct-allDetails .singleProduct-amnt input {
            max-width: 100%;
        }
    /*END SEARCH PAGE*/

    /*CHECKOUT PAGE*/
    .shippingTitles,
    .paymentTitles,
    .reviewOrderTitles,
    .reviewAccountTitles,
    .customizeTitles {
        width: 100%;
        font-size: 16px;
        padding: 5px 0 0 0;
        margin-right: 0px;
        display: block;
    }

    .shipHeadRight,
    .customHeadRight,
    .payHeadRight,
    .finalStepHeadRight {
        display: block;
        margin-right: 0px;
        width: 100%;
        text-align: left;
        padding-left: 46px;
        margin-bottom: 10px;
    }

    .reviewOrderTotal1, .reviewOrderTotal2 {
        min-width: inherit;
        font-size: 16px;
        font-weight: bold;
    }
    /*END CHECKOUT PAGE*/
    /* Reseller Application */
    #content ul.reseller-app-checks li {
        width: 100%;
    }
}

/*END MEDIA QUERIES*/

/* Angular */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

