    /* ACCORDION */
    .accordion, .accordion .collapse-title { color: #fff !important; }
    .accordion .accordion-button::after { filter: brightness(0) invert(1); }
    .accordion .accordion-item { border-radius: 0; background: none !important; margin-bottom: 5px; border: 0; position: relative; }

    .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: 2px solid #fff; padding-bottom: 10px; text-decoration: none; }
    .accordion .accordion-body { padding: 25px; margin-bottom: 50px; color: #fff; }
    .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-item:last-of-type .accordion-button.collapsed { border-radius: 0; }

    .accordion section.collapse-header {
        cursor: pointer;
        color: #0069b1;
        font-weight: 600;
        line-height: 60px;
        position: relative;
      }
      .accordion section.collapse-header i {
        width: 14px;
        height: 14px;
        position: absolute;
        right: 10px;
        top: 26px;
      }
      .accordion section.collapse-header i:before {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 7px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
      }
      .accordion section.collapse-header i:after {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 7px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 250ms ease-out;
        -moz-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out;
        transition: all 250ms ease-out;
      }
      
      
      .accordion .accordion-item.active section.collapse-header i:before {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
      }
      .accordion .accordion-item.active section.collapse-header  i:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }
/* 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; }