    /* ACCORDION */
    #accordion p { color: #000; }
    #accordion .accordion-item { border-radius: 0; background: none !important; margin-bottom: 5px; border: 0;}
    #accordion .accordion-header { background: #fff; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 0; }

        .primaryColor #accordion .accordion-header { background: none; color: red;}
        .primaryColor #accordion .accordion-header .accordionClickButton{ color: #fff; font-weight: 400;}
        .primaryColor #accordion .accordion-body { background: none; font-size: 16px; }
        .primaryColor #accordion .accordion-body p { color: #fff; }
        .primaryColor #accordion .accordion-header:first-child { border-radius: 0; }

    #accordion .accordion-header .accordionClickButton{ color: #004996; font-size: 1.4rem; width: 100%; border-radius: 0; text-align: left; font-weight: 200; background: none; border: none; border-bottom: 1px solid #fff; padding-bottom: 10px; text-decoration: none; }
    @media (max-width:468px) {
        #accordion .accordion-header .accordionClickButton{ font-size: 1.2rem; }
    }
    #accordion .accordion-body h2 { color: #1281C3; }
    #accordion .btn { padding: 0; }

    #accordion .accordion-item .accordion-header img { transition: .1s;  transform: rotate(180deg); }
    #accordion .accordion-item.active .accordion-header img { transform: rotate(0deg); transition: .1s; }
/* ACCORDION */

/* CAREER */
    .container.career { padding: 15px !important; }
    .career h2 { font-size: 80px; font-weight: 700; line-height: 75px; margin-bottom: 50px; }
    .career #accordion { margin-top: 50px; }
    @media (max-width:992px) {
        h1 { font-size: 60px; line-height: 55px; }
        h2 { font-size: 30px; line-height: 38px; }
    }
    @media (max-width:768px) {
        h1,.career h2 { font-size: 40px; line-height: 35px; }
        .itDistributor h1 {margin-bottom: 10px; }
    }
/* CAREER */

.displayTable { display: table; }
.displayTable > div { display: table-cell; vertical-align: middle; }

    .pt150 { padding-top: 150px !important; }

.infoAreaMarginTop_250 { margin-top: 250px; }
.infoAreaMarginTop_200 { margin-top: 200px; }

.productsMainCategoryTitle { font-size: 96px; color: #fff; font-family: 'condensed_medium'; margin-bottom: 25px;}

.productBlock { padding-bottom: 20px; position: relative;}
    .productBlock .row { position: relative; }
    
    
    .grid-sizer { width: 25%; }

    
.productBlock .productTitle { color: #707070; text-decoration: none; font-size: 14px; margin-top: 5px; }

.productHolder { text-align: center; margin-bottom: 20px; }

.productCatTitle { color: #707070; font-weight: bold; position: relative; display: block; z-index: 5; margin-bottom: 20px;}
.productCatTitle span {background: #fff; padding-right: 10px;   }
.productCatTitle:before { content: ''; width: 100%; height: 1px; background: #707070;  margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0;z-index: -10; }