    /* ACCORDION */
    #accordion p { color: #000; }
    #accordion .accordion-item { 
		border-radius: 0; background: none !important; position: relative; 
		border-bottom: 1px solid #007BA8;
		padding: 8px 0;
		margin-bottom: 5px;  
	}
    /* #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; padding: 0; text-decoration: none; }
    #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 section.collapse-header {
        cursor: pointer;
        color: #6AAAC7;
        font-weight: 400;
        /*line-height: 60px;*/
        /*border-bottom: 2px solid #007BA8;*/
        position: relative;
        /*min-height: 60px;*/
        padding-right: 50px;
        padding-bottom: 4px;
      }
      #accordion section.collapse-header i {
        width: 14px;
        height: 14px;
        position: absolute;
        right: 10px;
        top: 11px;
      }
      #accordion section.collapse-header i:before {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #007BA8;
        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: #007BA8;
        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; }