.dropArrow {
    font-size:0 !important
}
.dropArrow::before {
    content: "+";
    font-size: 16px !important;
}

@media only screen and (max-width: 767px) {
    .navContent [data-subnav-collapse="true"] .dropArrow {   
        position: relative;
        top: 2px;
        left: -5px;
        font-size: 23px;
    }
    .dropArrow::before {
        margin-left:5px;
    }
}
@media only screen and (min-width: 768px) {
    .navContent [data-subnav-collapse="true"] .dropArrow {
       font-size: 20px;
        padding-left: 0px;
    }
}
@media only screen and (min-width: 1200px) {
    .navContent [data-subnav-collapse="true"] .dropArrow {
        font-size: 24px;
        padding-left: 0px;
    }
}

    /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.accordion {
  margin: 30px 0;
}
.accordion p {
  margin: 0;
}
.accordion-title {
  background: #1D1D7D;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 3px 20px;
}
.accordion-inner-wrap {
  border: 1px solid;
  margin-bottom: 15px;
}
.accordion-content {
  color: #000000;
  box-shadow: 0px 0px 0px 0px black;
  padding: 20px;
}
/********************
PLUS/MINUS SIGNS ON ACCORDION
********************/
.accordion-title {
  position: relative;
}
.accordion-indicator {
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: white;
}
.accordion-indicator-minus {
  width: 20px;
  height: 3px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

/********************
PROVIDERS BUTTONS
********************/

.block_e40748a9fa6b479c807127e7cae96bf3 a {
  width: 100%; !important 
}