/*sitecore editable mode*/
.scEnabledChrome .toggle-content {
  display: block !important; }

.ow-accordion .items {
  padding: 5px 0px; }
  .ow-accordion .items .item {
    margin-bottom: 20px; }
    .ow-accordion .items .item .toggle-header {
      padding: 11.5px 30px; }
      .ow-accordion .items .item .toggle-header .label {
        padding: 0px; }
        .ow-accordion .items .item .toggle-header .label .field-heading {
          padding: 5px 0;
          color: #000 !important;
          font-family: 'Roboto', sans-serif;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
          white-space: nowrap;
          padding-right: 30px;
          min-height: 40px; }
          @media only screen and (min-width: 992px) {
            .ow-accordion .items .item .toggle-header .label .field-heading {
              font-size: 22px;
              text-overflow: unset;
              width: unset;
              height: unset;
              white-space: unset; } }
  @media only screen and (min-width: 992px) and (min-width: 0) {
    .ow-accordion .items .item .toggle-header .label .field-heading {
      font-size: 22px; } }
  @media only screen and (min-width: 992px) and (min-width: 768px) {
    .ow-accordion .items .item .toggle-header .label .field-heading {
      font-size: 24px; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .ow-accordion .items .item .toggle-header .label .field-heading {
      font-size: 24px; } }
          .ow-accordion .items .item .toggle-header .label .field-heading::after {
            right: 22px;
            color: #000;
            content: "\276F"; }
    .ow-accordion .items .item.active .toggle-header .field-heading {
      border-bottom: 1px solid #BEBEBE;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #004494;
      text-overflow: unset;
      overflow: unset;
      word-break: break-word;
      white-space: unset; }
      .ow-accordion .items .item.active .toggle-header .field-heading::after {
        color: #004494;
        right: -2px;
        content: "\276F"; }
        @media only screen and (min-width: 992px) {
          .ow-accordion .items .item.active .toggle-header .field-heading::after {
            right: -9px; } }
    .ow-accordion .items .item .toggle-content {
      padding: 15px 30px; }
      .ow-accordion .items .item .toggle-content .description {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 20px; }
        .ow-accordion .items .item .toggle-content .description a {
          display: inline-block !important; }
      .ow-accordion .items .item .toggle-content .accordion-btn-wrapper .primary-link .btn-accordion,
      .ow-accordion .items .item .toggle-content .accordion-btn-wrapper .secondary-link .btn-accordion {
        background: #004494; }
        .ow-accordion .items .item .toggle-content .accordion-btn-wrapper .primary-link .btn-accordion:hover,
        .ow-accordion .items .item .toggle-content .accordion-btn-wrapper .secondary-link .btn-accordion:hover {
          background: #004494; }
      @media (max-width: 767px) {
        .ow-accordion .items .item .toggle-content .table {
          display: block;
          overflow-x: auto; } }
