.verra-helpful-links {
  padding: 75px;
  overflow-x: hidden;
  background-color: #0E2B64;
  position: relative;
  width: calc(100vw - 90px - var(--scrollbar-width));
  margin-left: calc(-50vw + 50% + 45px + (var(--scrollbar-width)) / 2);
}

@media screen and (max-width: 991px) {
  .verra-helpful-links .tabs .col-sm-12 {
    position: relative;
  }
  .verra-helpful-links .tabs .col-sm-12:after {
    top: 55px;
  }
}

.verra-helpful-links h3.helpful-title {
  font-family: Quasimoda;
  font-size: 40px;
  font-weight: 850;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #82C34F;
}

.verra-helpful-links h3.helpful-title img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}

@media (max-width: 1199.98px) {
  .verra-helpful-links {
    width: calc(100vw - var(--scrollbar-width));
    margin-left: calc(-50vw + 50% + (var(--scrollbar-width)) / 2);
  }
}

@media screen and (max-width: 991px) {
  .verra-helpful-links {
    padding: 65px 15px;
  }
}

@media screen and (max-width: 575px) {
  .verra-helpful-links .helpful-title {
    display: none;
  }
}

.verra-helpful-links h2 {
  color: #fff;
  font-family: 'Quasimoda';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .verra-helpful-links h2 {
    margin-bottom: 40px;
  }
}

.verra-helpful-links [role="tablist"] {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #0E2B64 #0E2B64;
  scrollbar-width: thin;
  text-overflow: ellipsis;
  margin-bottom: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.verra-helpful-links [role="tablist"]::-webkit-scrollbar {
  height: 5px;
  width: 10px;
  background-color: #0E2B64;
}

.verra-helpful-links [role="tablist"]::-webkit-scrollbar-corner {
  background: #0E2B64;
}

.verra-helpful-links [role="tablist"]::-webkit-scrollbar-thumb {
  background: #0E2B64;
  border: 1px solid #0E2B64;
}

.verra-helpful-links [role="tablist"]::-webkit-scrollbar-thumb:hover {
  background: #0E2B64;
}

.verra-helpful-links [role="tablist"]::-webkit-scrollbar-track {
  border: 1px solid #0E2B64;
  background-color: #0E2B64;
}

.verra-helpful-links [role="tablist"] button {
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-family: 'Quasimoda';
  font-style: normal;
  font-weight: 700;
  font-size: 11.5px;
  line-height: 125%;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
  padding: 0px;
  display: inline-block;
  border: none;
  background-color: transparent !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 1366px) {
  .verra-helpful-links [role="tablist"] button {
    margin-right: 40px;
  }
}

.verra-helpful-links [role="tab"],
.verra-helpful-links [role="tab"]:focus,
.verra-helpful-links [role="tab"]:hover {
  position: relative;
  z-index: 2;
  overflow: visible;
  outline: none;
  font-weight: bold;
}

.verra-helpful-links [role="tab"][aria-selected="true"] {
  margin-top: 0;
  opacity: 1;
}

.verra-helpful-links [role="tab"][aria-selected="true"] strong.focus {
  color: #82c34f;
}

.verra-helpful-links [role="tab"] strong.focus {
  display: inline-block;
  color: #FFFFFF80;
  font-style: normal;
  font-size: 11.5px;
  line-height: 125%;
  text-transform: uppercase;
}

.verra-helpful-links [role="tab"]:hover strong.focus,
.verra-helpful-links [role="tab"]:focus strong.focus,
.verra-helpful-links [role="tab"]:active strong.focus {
  color: #82c34f;
}

.verra-helpful-links [role="tabpanel"] ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.verra-helpful-links [role="tabpanel"] li a {
  color: #fff;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  font-family: 'Quasimoda';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  top: 3px;
}

.verra-helpful-links [role="tabpanel"] li a:hover, .verra-helpful-links [role="tabpanel"] li a:active, .verra-helpful-links [role="tabpanel"] li a:focus {
  text-decoration: none;
  color: #057299;
}

.verra-helpful-links [role="tabpanel"] li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 14%;
  height: 25px;
  margin-top: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1550px) {
  .verra-helpful-links [role="tabpanel"] li {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1299px) {
  .verra-helpful-links [role="tabpanel"] li {
    padding-left: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .verra-helpful-links [role="tabpanel"] li {
    padding-left: 80px;
  }
}

@media screen and (max-width: 991px) {
  .verra-helpful-links [role="tabpanel"] li {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.verra-helpful-links [role="tabpanel"] li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
  position: relative;
}

@media screen and (max-width: 1199.98px) {
  .verra-helpful-links [role="tabpanel"] li span {
    right: 30px;
  }
}

.verra-helpful-links [role="tabpanel"] li span svg {
  position: relative;
  transition: all linear 350ms;
  width: 100%;
  display: block;
  height: auto;
  min-height: 1px;
  left: 0px;
}

.verra-helpful-links [role="tabpanel"] li:hover span svg path, .verra-helpful-links [role="tabpanel"] li:focus-visible span svg path, .verra-helpful-links [role="tabpanel"] li:active span svg path, .verra-helpful-links [role="tabpanel"] li:focus span svg path {
  stroke: #057299;
}

.verra-helpful-links [role="tabpanel"].is-hidden {
  display: none;
}

.verra-helpful-links [role="tabpanel"] .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.verra-helpful-links [role="tabpanel"] p {
  margin: 0;
}

.verra-helpful-links .col-312 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.2%;
  flex: 0 0 31.2%;
  max-width: 31.2%;
}

.verra-helpful-links .col-688 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68.8%;
  flex: 0 0 68.8%;
  max-width: 68.8%;
}

@media screen and (max-width: 1199px) {
  .verra-helpful-links .col-312,
.verra-helpful-links .verra-helpful-links-image-wrapper {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .verra-helpful-links .col-688 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.verra-helpful-links h2:after {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -92px;
  opacity: 0.5;
  overflow: visible;
  background-color: #FFFFFF;
}

.verra-helpful-links h2 {
  position: relative;
}

@media screen and (max-width: 1366px) {
  .verra-helpful-links [role="tablist"] button {
    font-size: 0.78vw !important;
    margin-right: 0.9vw !important;
  }
  .verra-helpful-links [role="tabpanel"] li a {
    font-size: 13px;
  }
  .verra-helpful-links h3.helpful-title {
    font-size: 28px !important;
    font-weight: 850 !important;
    line-height: 36px !important;
  }
  .verra-helpful-links [role="tabpanel"] li {
    padding-left: 2vw !important;
  }
}

@media screen and (max-width: 1199px) {
  .verra-helpful-links [role="tabpanel"] li {
    padding-left: 0px !important;
    padding-right: 30px !important;
  }
  .verra-helpful-links [role="tablist"] button {
    font-size: 16px !important;
    line-height: 120%;
    opacity: 1;
  }
  .verra-helpful-links [role="tablist"] button span {
    color: #FFFFFF !important;
    font-weight: 900;
  }
}

@media screen and (max-width: 1200px) {
  .verra-helpful-links [role="tab"][aria-selected="true"] {
    display: none;
  }
  .verra-helpful-links h2 :after {
    display: none !important;
  }
  .verra-helpful-links [role="tabpanel"] li {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .verra-helpful-links [role="tablist"] {
    display: flex !important;
    flex-direction: column;
  }
  .mobileSelector {
    display: block !important;
  }
  .mobileSelector label {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 17px;
    top: 3px;
    height: 100%;
    color: #66be3b;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-family: 'Quasimoda';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: 0 auto;
    width: 100%;
    line-height: 22px;
    pointer-events: none;
    padding-right: 45px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  .mobileSelector select {
    color: #0E2B64;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-family: 'Quasimoda';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    padding: 0px 03px;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    line-height: 50px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    overflow: hidden !important;
    text-indent: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"%3E%3Cpath fill="white" d="m5 6l5 5l5-5l2 1l-7 7l-7-7z"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position-x: calc(100% + 5px);
    background-position-y: 10px;
    background-size: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Removes Default Firefox style*/
  }
  .mobileSelector select:active, .mobileSelector select:focus, .mobileSelector select:focus-visible {
    outline: none;
  }
  .mobileSelector select option {
    background-color: #0E2B64;
    color: #FFF;
    font-family: 'Quasimoda';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
  }
  .verra-helpful-links [role="tabpanel"] li a {
    font-size: 16px !important;
  }
  .verra-helpful-links h2:after {
    display: none !important;
  }
}

.button-label {
  display: none;
}

.button-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .button-label {
    display: block;
    font-family: 'Quasimoda';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #66be3b;
    border-bottom: 1px solid #DBDBDB !important;
    padding: 15px 25px 15px 0px;
  }
  .button-label:after {
    width: 30px;
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"%3E%3Cpath fill="white" d="m5 6l5 5l5-5l2 1l-7 7l-7-7z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    font-size: 26px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
  }
  .button-label.toggle::after {
    transform: rotate(180deg);
  }
  .button-wrap {
    display: none;
    flex-direction: column;
    justify-content: unset;
    width: 100%;
  }
  .button-wrap button {
    width: 100% !important;
    text-align: left;
    padding: 15px 0 !important;
    border-bottom: 1px solid #DBDBDB !important;
  }
}
