 #wrap {
        width: 100%;
      max-width:
        height: 1500px;
        padding: 0;
        overflow: hidden;
      }
      #scaled-frame {
        width: 1000px;
        height: 2000px;
        border: 0px;
      }
      #scaled-frame {
        zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
      }
      @media screen and (-webkit-min-device-pixel-ratio:0) {
        #scaled-frame {
          zoom: 1;
        }
      }
#pdf-display {
/*         display: flex; */
/*         justify-content: center; */
        align-items: center;
        height: 1200px;
      overflow: auto;
    border: 1px solid #e6e2e2fa;
    border-radius: 30px;
}

    #pdf-display canvas {
      display: flex;
        justify-content: center;
       margin: 0 auto;
    }

    #pdf-controls, #zoom-controls {
      display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
        text-align: center; /* Center the buttons */
    }

    #pdf-controls button, #zoom-controls button{
        margin-right: 20px; /* Add some space between the buttons */
    }

    #zoom-controls button:last-child {
        margin-right: 0; /* Remove the right margin from the last button */
    }

.tabbed-section__navigation {
  font-size: .83333em;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 4em
}

@media(min-width: 800px) {
  .tabbed-section__navigation {
    word-spacing: 5em
  }
}

.tabbed-section__link {
  color: var(--text-color);
  text-decoration: none !important;
  word-spacing: 0;
  color: inherit;
  padding-bottom: .25em;
  border-bottom: 4px solid transparent
}

.tabbed-section__link--active,
.tabbed-section__link:focus,
.tabbed-section__link:focus-visible,
.tabbed-section__link:active,
.tabbed-section__link:hover {
  color: var(--links-color);
  border-color: var(--links-color);
  outline: none !important;
}

@media(max-width: 799px) {
  .tabbed-section__link {
    display: block;
    margin: 10px 0
  }
}

.tabbed-section__tab {
  display: none
}

@media(min-width: 800px) {
  .tabbed-section__tab--even-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .tabbed-section__tab--even-columns .tabbed-section__wrapper {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .tabbed-section__tab--even-columns .tabbed-section__wrapper+.tabbed-section__wrapper {
    margin-left: 5.2631578947%
  }
}

@media(min-width: 800px) {
  .tabbed-section__tab--even-text-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .tabbed-section__tab--even-text-columns .tabbed-section__column {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
  }

  .tabbed-section__tab--even-text-columns .tabbed-section__column+.tabbed-section__column {
    margin-left: 5.2631578947%
  }
}

.tabbed-section__tab+.tabbed-section__tab {
  margin-top: 0
}

.tabbed-section__tab--active {
  display: block
}

@media(min-width: 800px) {
  .tabbed-section__tab--active.tabbed-section__tab--even-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.icon-section--item-icon img {
  margin-bottom: 10px;
}

.tabbed-section__navigation {
    
    font-weight: bold !important;
}

.tabbed-section__link {
    border-width: 2px; 
}

@media (max-width: 700px) {
  .tabbed-section__navigation {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .tabbed-section__navigation {
    display: flex;
  }
}
@media (max-width: 1050px) {
  .tabbed-section__navigation {
    display: flex;
  }
}
@media (max-width: 1050px) {
  .tabbed-section__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}