.tb-cta {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 8px 24px;
  border: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.tb-cta.tb-cta-button {
  /* background: #998242; */
  background: #002664;
  color: #FFFFFF !important;
  padding: 8px 24px;
  font-size: 16px;
  border-radius: unset !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-cta.tb-cta-button a {
  color: inherit !important;
  word-break: break-word;
}

.tb-cta.tb-cta-button a:hover {
  color: inherit !important;
}

.tb-cta.tb-cta-button a:hover:after {
  width: 0;
}

.tb-cta.tb-cta-button:hover {
  /* background: #393939 !important; */
  opacity: 0.8;
  color: #FFFFFF !important;
  cursor: pointer;
  text-decoration: none;
}

.tb-cta.tb-cta-button:focus {
  outline: none !important;
}

.tb-cta.tb-cta-button-secondary {
  background: #FFFFFF !important;
  color: #998242 !important;
  border: 1px solid #998242 !important;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 32px;
  border-radius: unset !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-cta.tb-cta-button-secondary a {
  color: inherit !important;
}

.tb-cta.tb-cta-button-secondary:hover {
  border: 1px solid #393939 !important;
  cursor: pointer;
  background: #FFFFFF !important;
  color: #393939 !important;
}

.tb-cta.tb-cta-button-secondary.tb-cta-sort {
  border: none !important;
  padding: 0;
  height: 28px;
}

.tb-cta.tb-cta-button-secondary.tb-cta-sort svg {
  margin-right: 8px;
}

.tb-cta.tb-cta-button-secondary.tb-cta-sort:hover svg path {
  fill: #393939 !important;
}

.tb-cta.tb-cta-button-secondary.tb-cta-sort[data-direction="Descending"] svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tb-cta.tb-cta-button-secondary-white {
  background: #FFFFFF !important;
  color: transparent !important;
  border: 1px solid #FFFFFF !important;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-cta.tb-cta-button-secondary-white a {
  color: inherit !important;
}

.tb-cta.tb-cta-button-secondary-white:hover {
  border: 1px solid #FFFFFF !important;
  cursor: pointer;
  background: #393939 !important;
  color: #FFFFFF !important;
}

.tb-cta:hover {
  background-position: 0 0;
}

.tb-cta:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.tb-cta.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.tb-cta a {
  background: transparent;
  text-decoration: none;
  font-size: initial;
}

.tb-cta-link a, .tb-cta-link-arrow a, .tb-link a, .tb-link-arrow a, .tb-cta-link-arrow-basic a {
  color: #998242;
  text-decoration: none;
  display: inline-block;
}

.tb-cta-link a:hover, .tb-cta-link-arrow a:hover, .tb-link a:hover, .tb-link-arrow a:hover, .tb-cta-link-arrow-basic a:hover {
  color: #998242 !important;
}

.tb-cta-link a:hover:after, .tb-cta-link-arrow a:hover:after, .tb-link a:hover:after, .tb-link-arrow a:hover:after, .tb-cta-link-arrow-basic a:hover:after {
  width: 100%;
}

.tb-cta-link a:after, .tb-cta-link-arrow a:after, .tb-link a:after, .tb-link-arrow a:after, .tb-cta-link-arrow-basic a:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #998242;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

.tb-cta-link-arrow a, .tb-link-arrow a, .tb-cta-link-arrow-basic a {
  background: url("../images/svg_icons/arrow-right-golden.svg");
  background-position: left 100% top 49%;
  background-repeat: no-repeat;
  padding-right: 16px;
}

.tb-cta-link-arrow a:hover:after, .tb-link-arrow a:hover:after, .tb-cta-link-arrow-basic a:hover:after {
  width: 110%;
}

.tb-close-golden {
  background-position: left 100% top 49% !important;
  background-repeat: no-repeat !important;
  padding-right: 24px;
  background: url("../images/svg_icons/close-icon-golden.svg");
}

.tb-close-white {
  background-position: left 100% top 49% !important;
  background-repeat: no-repeat !important;
  padding-right: 24px;
  color: #FFFFFF !important;
  background: url("../images/svg_icons/close-icon-white.svg");
}

.tb-cta-link-arrow-basic a {
  background: url("../images/svg_icons/arrow-right-white.svg") no-repeat;
  background-position: left 100% top 50%;
  color: #FFFFFF !important;
}

.tb-cta-link-arrow-basic a:hover {
  color: #FFFFFF !important;
}

.tb-cta-link-arrow-basic a:hover:after {
  width: 110%;
}

.tb-cta-link-arrow-basic a:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #FFFFFF !important;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

.tb-fixed-button-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
}

.tb-fixed-button-container .tb-cta.tb-cta-button {
  padding: 12px 9px;
}

@media only screen and (max-width: 1024px) {
  .tb-fixed-button-container {
    bottom: 16px;
    right: 16px;
  }
}

.tb-cta-button:focus {
  outline: none !important;
}

.component.CTA {
  margin: 16px 0;
}

@media only screen and (max-width: 1024px) {
  .component.CTA {
    margin: 12px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .component.CTA {
    margin: 8px 0;
  }
  .component.CTA .tb-cta.tb-cta-button {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .component.CTA {
    padding: 8px 8px !important;
  }
}

@media only screen and (max-width: 768px) {
  .component.CTA {
    padding: 8px 16px;
  }
}

a.tb-button-with-bold {
  background: #998242;
  color: #fff !important;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: unset !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: .5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a.tb-button-with-bold:after {
  display: none;
}

a.tb-button-with-bold:hover {
  background: #393939 !important;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
}
