@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: null;
    align-items: null;
    align-content: null;
    flex-flow: row;
  }
  .cmp-call-out-card--article-style.card-with-right-image {
    flex-direction: row-reverse;
  }
  .cmp-call-out-card--article-style.card-with-right-image .img-container {
    margin-left: -37%;
    margin-right: 0;
  }
  .cmp-call-out-card--article-style.card-with-right-image .copy-container {
    padding-left: 0;
    padding-right: 37%;
  }
}
@media  screen and (min-width: 1200px) {
  .cmp-call-out-card--article-style.card-with-right-image .copy-container {
    padding-left: 6rem;
  }
}
.cmp-call-out-card--article-style .img-container {
  position: relative;
  z-index: 1;
  margin: 0 2rem -40% 2rem;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .img-container {
    margin: 4.5rem -37% 4.5rem 0;
    width: 47%;
    align-self: center;
  }
}
.cmp-call-out-card--article-style .img-container > div {
  position: relative;
  padding-top: 63.666667%;
  width: 100%;
  height: 100%;
}
.cmp-call-out-card--article-style .img-container > div > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-call-out-card--article-style .img-container > div > .video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.cmp-call-out-card--article-style .img-container > div > .video .play-button {
  display: none;
}
.cmp-call-out-card--article-style .img-container > div > .video video.video-play + div.image-video-poster .play-button {
  display: block;
}
.cmp-call-out-card--article-style .img-container > div > .video div.video-youtube + div.image-video-poster .play-button {
  display: block;
}
.cmp-call-out-card--article-style .img-container > div > .video .video-youtube {
  width: 100%;
  position: relative;
  padding-top: 63.666667%;
  height: 0;
  overflow: hidden;
}
.cmp-call-out-card--article-style .img-container > div > .video .video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 3.75%;
  padding-top: 3.65%;
}
.cmp-call-out-card--article-style .img-container > div > .video video {
  width: 100%;
  height: 100%;
}
.cmp-call-out-card--article-style .img-container > div > .video iframe {
  width: 100%;
  height: auto;
}
.cmp-call-out-card--article-style .img-container > div > .video .image-video-poster {
  position: relative;
  width: 100%;
  padding-top: 60.966667%;
  height: 0;
  overflow: hidden;
}
.cmp-call-out-card--article-style .img-container > div > .video .image-video-poster > img {
  position: absolute;
  top: 4.6%;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 2.4rem);
  left: calc(50% - 2.4rem);
  z-index: 1;
  width: 4.8rem;
}
.cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button span.h6 {
  margin: 0;
  display: none;
  color: #ffffff;
  text-shadow: 0px 0px 16px #000000;
}
.cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button img {
  display: inline;
  width: 4rem;
}
.cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.6);
  z-index: -1;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button {
    text-align: center;
    width: 8.5rem;
    top: calc(50% - 4.25rem);
    left: calc(50% - 4.25rem);
  }
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button img {
    width: 5rem;
  }
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button span.h6 {
    display: block;
  }
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button::after {
    left: 18px;
    top: 0px;
    width: 5rem;
    height: 5rem;
  }
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button:hover,
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button:hover::after,
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button:focus::after {
    box-shadow: 0 0 30px 13px rgba(0, 0, 0, 0.6);
  }
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button:hover span.h6,
  .cmp-call-out-card--article-style .img-container > div > .video .image-video-poster .play-button:focus span.h6 {
    text-decoration: underline;
  }
}
.cmp-call-out-card--article-style .copy-container {
  padding-top: 40%;
  padding-bottom: 4rem;
}
.cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-left-angle::before {
  top: 97%;
}
@media  screen and (min-width: 768px) and (max-width: 991.9px) {
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-left-angle::before {
    top: 98%;
    transform: rotate(3deg);
    right: -1%;
  }
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-left-angle.tapers-down-angle::before {
    top: -3%;
    left: 97%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-left-angle.tapers-down-angle.angle-on-right-image::before {
    top: -3%;
    left: -397%;
    transform: rotate(-5deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-left-angle.tapers-up-angle::before {
    top: -3%;
    left: 107%;
    transform: rotate(-5deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-left-angle.tapers-up-angle.angle-on-right-image::before {
    top: -3%;
    left: -393%;
    transform: rotate(5deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
}
.cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-right-angle::before {
  top: 97%;
}
@media  screen and (min-width: 768px) and (max-width: 991.9px) {
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-right-angle::before {
    top: 98%;
    transform: rotate(-3deg);
    left: -1%;
  }
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-right-angle.tapers-down-angle::before {
    top: -3%;
    left: 97%;
    transform: rotate(5deg);
  }
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-right-angle.tapers-down-angle.angle-on-right-image::before {
    top: -3%;
    left: -397%;
    transform: rotate(-5deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-right-angle.tapers-up-angle::before {
    top: -3%;
    left: 93%;
  }
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.bottom-right-angle.tapers-up-angle.angle-on-right-image::before {
    top: -3%;
    left: -393%;
    transform: rotate(5deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
}
@media  screen and (max-width: 991.9px) {
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.no-mobile-angle::before {
    opacity: 0;
  }
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .copy-container.has-angle.customized-angle.no-desktop-angle::before {
    opacity: 0;
  }
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .copy-container {
    width: 90%;
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
    padding-left: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: null;
    flex-flow: column;
    padding-right: 6rem;
  }
}
.cmp-call-out-card--article-style .copy-container .card-label {
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cmp-call-out-card--article-style .copy-container .card-label span {
  font-family: 'TT Norms Pro', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .copy-container .card-label {
    margin-top: 0;
    margin-left: 7rem;
    text-align: left;
  }
  .cmp-call-out-card--article-style .copy-container .card-label span {
    font-size: 1.2rem;
  }
}
.cmp-call-out-card--article-style .copy-container .card-header {
  position: relative;
  margin: 1rem 3.5rem 0 3.5rem;
  text-align: center;
}
.cmp-call-out-card--article-style .copy-container .card-header span {
  display: inline-block;
}
.cmp-call-out-card--article-style .copy-container .card-header h3,
.cmp-call-out-card--article-style .copy-container .card-header .h3 {
  margin-bottom: 0.8rem;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .copy-container .card-header h3,
  .cmp-call-out-card--article-style .copy-container .card-header .h3 {
    margin-bottom: 2rem;
  }
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .copy-container .card-header {
    margin-left: 7rem;
    text-align: left;
  }
}
@media  screen and (min-width: 1200px) {
  .cmp-call-out-card--article-style .copy-container .card-header {
    margin-top: 3rem;
  }
}
.cmp-call-out-card--article-style .copy-container .supporting-text {
  position: relative;
  margin: 0 2rem;
  text-align: center;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .copy-container .supporting-text {
    margin-left: 7rem;
    text-align: left;
  }
}
@media  screen and (min-width: 1200px) {
  .cmp-call-out-card--article-style .copy-container .supporting-text {
    margin-top: 1rem;
  }
}
.cmp-call-out-card--article-style .btn-container {
  position: relative;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: null;
    align-items: null;
    align-content: null;
    flex-flow: row;
    margin-left: 7rem;
    width: calc(100% - 7rem);
  }
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .btn-container {
    margin-top: 2.5rem;
    align-items: center;
  }
}
.cmp-call-out-card--article-style .btn-container > div {
  margin: 0 2rem;
  text-align: center;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .btn-container > div {
    flex: 1;
    margin-left: 0;
    max-width: 29rem;
  }
  .cmp-call-out-card--article-style .btn-container > div a.button {
    margin: 0;
    max-width: none;
  }
}
.cmp-call-out-card--article-style .btn-container > div:nth-child(2) {
  margin-top: 2rem;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card--article-style .btn-container > div:nth-child(2) {
    margin-top: 0;
  }
}
.cmp-call-out-card--article-style .hover-img-container {
  overflow: hidden;
}
.cmp-call-out-card--article-style .hover-img-container.hover-triggered .hover-image {
  display: block;
}
.cmp-call-out-card--article-style .hover-img-container.hover-triggered .zoom-hover-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cmp-call-out-card--article-style .hover-img-container .zoom-hover-image {
  transition: transform 0.25s ease-in-out;
}
.cmp-call-out-card--article-style .hover-img-container .hover-image {
  display: none;
}
/*animation*/
.call-out-card-animate-new {
  opacity: 0;
}
@keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animatedFadeInUp {
  opacity: 0;
}
.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
}
body.pirate-primary section.corporate-warm-tan a {
  color: #002269;
}
body.branch-high-contrast-mode section.corporate-warm-tan a {
  color: #007bbd;
}
body.pirate-primary section.corporate-warm-tan a {
  border-color: #002269;
}
body.branch-high-contrast-mode section.corporate-warm-tan a {
  border-color: #007bbd;
}
.attraction-container {
  max-width: 126rem;
  width: 100%;
  margin: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.attraction-container.full-width-vertical .no-padding {
  display: block;
  margin: 1rem 0;
}
.attraction-container.full-width-vertical .item .attraction-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.attraction-container.full-width-vertical .item .btn-container.cta-container {
  margin-top: auto;
  align-items: center;
}
.attraction-container.full-width-vertical .item .btn-container.cta-container .secondary {
  margin-top: 2rem;
  min-width: auto;
  text-align: center;
}
.attraction-container.full-width-vertical .item .btn-container.cta-container .secondary a {
  font-size: 1.6rem;
}
.attraction-container.full-width-vertical .item .card-content {
  padding-top: 0;
}
.attraction-container.full-width-horizontal .no-padding {
  width: 100%;
}
.attraction-container.full-width-horizontal .item {
  display: block;
}
@media  screen and (min-width: 768px) {
  .attraction-container.full-width-horizontal .item {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 4rem;
    align-items: center;
    padding: 3rem;
  }
}
.attraction-container.full-width-horizontal .item > :first-child {
  padding-bottom: 1.4rem;
}
@media  screen and (min-width: 768px) {
  .attraction-container.full-width-horizontal .item > :first-child {
    align-self: center;
    padding-bottom: 0;
  }
}
.attraction-container.full-width-horizontal .item :not(:first-child) {
  grid-column: 2 / 3;
}
.attraction-container.full-width-horizontal .item .attraction-logo {
  max-width: 100%;
}
.attraction-container.full-width-horizontal .item .icon-hour {
  margin-top: 0;
}
.attraction-container .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.attraction-container .item {
  background: #ffffff;
  margin: 0 0 2.5em;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
}
.attraction-container .item .icon-hour {
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 1.5rem 0 .3333rem;
}
.attraction-container .item .icon-hour .themed-icon {
  padding-right: 1rem;
  font-size: 2.1rem;
}
.attraction-container .item .icon-hour span {
  font-size: 1.2rem;
  line-height: 0;
}
.attraction-container .item .attraction-logo {
  max-width: 300px;
  width: 100%;
}
.attraction-container .item .btn-container {
  align-items: center;
  margin-top: auto;
}
.attraction-container .item .btn-container a.button {
  margin-top: 0;
}
.attraction-container .item .btn-container .secondary {
  margin-top: 1.5rem;
  margin-bottom: auto;
  min-width: 15rem;
}
@media  screen and (min-width: 992px) {
  .attraction-container .item .btn-container .secondary {
    margin-top: auto;
  }
}
.attraction-container .item .card-content .h2 {
  line-height: 1.2;
  padding: 1rem 0;
  margin: 0;
}
.attraction-container .item .card-content [data-bv-show=inline_rating] .bv_main_container.bv_inline_rating_container_center {
  justify-content: left !important;
}
.attraction-container .item .card-content .bvRating {
  padding-bottom: 1rem;
}
.attraction-container .btn-container a.button {
  background: #007bbd;
}
.attraction-container i.themed-icon {
  color: #003594;
}
.attraction-container .no-padding {
  padding: 0;
  display: flex;
}
@media screen and (max-width: 991.9px) {
  .attraction-container .cta-container {
    text-align: center;
  }
}
.cmp-container [data-bv-show='rating_summary'],
.cmp-container [data-bv-show='inline_rating'] {
  text-align: center !important;
}
.cmp-container [data-bv-show='rating_summary'] .bv_main_container button.bv_main_container_row_flex,
.cmp-container [data-bv-show='inline_rating'] .bv_main_container button.bv_main_container_row_flex {
  padding-right: 0 !important;
}
.cmp-container [data-bv-show='rating_summary'] .bv_main_container .bv_stars_component_container svg:not(:last-child),
.cmp-container [data-bv-show='inline_rating'] .bv_main_container .bv_stars_component_container svg:not(:last-child) {
  padding-right: 3px !important;
}
.cmp-container [data-bv-show='inline_rating'] .bv_avgRating_component_container,
.cmp-container [data-bv-show='inline_rating'] .bv_text {
  font-weight: 700 !important;
}
.cmp-container [data-bv-show='inline_rating'] .bv_avgRating_component_container:hover {
  font-weight: 700 !important;
}
.cmp-container .bv-content-list-container {
  background: #ffffff !important;
}
.cmp-container .bv-content-list-container #first-to-write {
  padding-bottom: 1rem !important;
}
.cmp-container .bv-content-list-container .bv-ask-question-label {
  padding-bottom: 1rem !important;
}
.cmp-container .recipe-craft-overview [data-bv-show='rating_summary'],
.cmp-container .recipe-craft-overview [data-bv-show='inline_rating'] {
  margin-top: 1rem;
}
.cmp-container .recipe-craft-overview [data-bv-show='rating_summary']:empty,
.cmp-container .recipe-craft-overview [data-bv-show='inline_rating']:empty {
  margin-top: -1.2rem;
  visibility: hidden;
}
.cmp-container .recipe-craft-overview [data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_flex,
.cmp-container .recipe-craft-overview [data-bv-show='inline_rating'] .bv_main_container button.bv_main_container_row_flex {
  padding: 0 !important;
}
.cmp-container .recipe-craft-overview [data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_flex {
  padding-left: 5px !important;
  padding-right: 0 !important;
}
.bv-badge-content-incentivizedreview:before {
  width: 0;
  height: 0;
}
.generic-video {
  z-index: 2;
  padding: 0;
  height: 100%;
}
.generic-video .video-youtube {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.generic-video .video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.generic-video .play-button {
  display: none;
}
.generic-video video.local-video + div.image-video-poster .play-button {
  display: flex;
}
.generic-video div.video-youtube + div.image-video-poster .play-button {
  display: flex;
}
.generic-video video {
  width: 100%;
  height: 100%;
}
.generic-video .image-video-poster button.play-button {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2.4rem);
  z-index: 1;
  width: 4.8rem;
  flex-direction: column;
  align-items: center;
}
.generic-video .image-video-poster button.play-button span.h6 {
  margin: 0;
  display: none;
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000;
}
.generic-video .image-video-poster button.play-button img {
  width: 4rem;
}
.generic-video .image-video-poster button.play-button::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 9px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.generic-video .image-video-poster button.play-button:focus,
.generic-video .image-video-poster button.play-button:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.generic-video .image-video-poster button.play-button:focus::after,
.generic-video .image-video-poster button.play-button:hover::after {
  box-shadow: 0 0 15px 9px rgba(0, 0, 0, 0.6);
}
@media  screen and (min-width: 992px) {
  .generic-video .image-video-poster button.play-button {
    width: 8.5rem;
    left: calc(50% - 4.25rem);
    top: calc(50% - 3.34rem);
  }
  .generic-video .image-video-poster button.play-button img {
    width: 5rem;
  }
  .generic-video .image-video-poster button.play-button span.h6 {
    display: block;
  }
  .generic-video .image-video-poster button.play-button:hover::after,
  .generic-video .image-video-poster button.play-button:focus::after {
    box-shadow: 0 0 15px 9px rgba(0, 0, 0, 0.6);
  }
  .generic-video .image-video-poster button.play-button:hover span.h6,
  .generic-video .image-video-poster button.play-button:focus span.h6 {
    text-decoration: underline;
  }
  .generic-video .image-video-poster button.play-button::after {
    left: 23px;
    top: 5px;
    width: 4rem;
    height: 4rem;
  }
}
body.pirate-primary .call-out-card  h1,
body.pirate-primary .call-out-card  h2,
body.pirate-primary .call-out-card  .h1,
body.pirate-primary .call-out-card  .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card  h1 a.heading,
body.pirate-primary .call-out-card  h2 a.heading,
body.pirate-primary .call-out-card  .h1 a.heading,
body.pirate-primary .call-out-card  .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card  h3,
body.pirate-primary .call-out-card  h4,
body.pirate-primary .call-out-card  h5,
body.pirate-primary .call-out-card  h6,
body.pirate-primary .call-out-card  .h3,
body.pirate-primary .call-out-card  .h4,
body.pirate-primary .call-out-card  .h5,
body.pirate-primary .call-out-card  .h6,
body.pirate-primary .call-out-card  .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card  h3 span,
body.pirate-primary .call-out-card  h4 span,
body.pirate-primary .call-out-card  h5 span,
body.pirate-primary .call-out-card  h6 span,
body.pirate-primary .call-out-card  .h3 span,
body.pirate-primary .call-out-card  .h4 span,
body.pirate-primary .call-out-card  .h5 span,
body.pirate-primary .call-out-card  .h6 span,
body.pirate-primary .call-out-card  .sub-heading span,
body.pirate-primary .call-out-card  h3 a.heading,
body.pirate-primary .call-out-card  h4 a.heading,
body.pirate-primary .call-out-card  h5 a.heading,
body.pirate-primary .call-out-card  h6 a.heading,
body.pirate-primary .call-out-card  .h3 a.heading,
body.pirate-primary .call-out-card  .h4 a.heading,
body.pirate-primary .call-out-card  .h5 a.heading,
body.pirate-primary .call-out-card  .h6 a.heading,
body.pirate-primary .call-out-card  .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card  p,
body.pirate-primary .call-out-card  ul,
body.pirate-primary .call-out-card  ol,
body.pirate-primary .call-out-card  dl,
body.pirate-primary .call-out-card  table,
body.pirate-primary .call-out-card  span,
body.pirate-primary .call-out-card  i,
body.pirate-primary .call-out-card  blockquote,
body.pirate-primary .call-out-card  figure,
body.pirate-primary .call-out-card  div {
  color: #3f000b;
}
body.pirate-primary .call-out-card  ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card  ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card  ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card  .pseudo-line::before,
body.pirate-primary .call-out-card  .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card  i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card  a {
  color: #002269;
  border-bottom-color: #002269;
}
body.pirate-primary .call-out-card  a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card  a:focus,
body.pirate-primary .call-out-card  a:hover {
  color: #007bbd;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card  a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card  div.bv_avgRating_component_container,
body.pirate-primary .call-out-card  .bv_text,
body.pirate-primary .call-out-card  div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card  button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card  h1,
body.branch-high-contrast-mode .call-out-card  h2,
body.branch-high-contrast-mode .call-out-card  .h1,
body.branch-high-contrast-mode .call-out-card  .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  h1 a.heading,
body.branch-high-contrast-mode .call-out-card  h2 a.heading,
body.branch-high-contrast-mode .call-out-card  .h1 a.heading,
body.branch-high-contrast-mode .call-out-card  .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  h3,
body.branch-high-contrast-mode .call-out-card  h4,
body.branch-high-contrast-mode .call-out-card  h5,
body.branch-high-contrast-mode .call-out-card  h6,
body.branch-high-contrast-mode .call-out-card  .h3,
body.branch-high-contrast-mode .call-out-card  .h4,
body.branch-high-contrast-mode .call-out-card  .h5,
body.branch-high-contrast-mode .call-out-card  .h6,
body.branch-high-contrast-mode .call-out-card  .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  h3 span,
body.branch-high-contrast-mode .call-out-card  h4 span,
body.branch-high-contrast-mode .call-out-card  h5 span,
body.branch-high-contrast-mode .call-out-card  h6 span,
body.branch-high-contrast-mode .call-out-card  .h3 span,
body.branch-high-contrast-mode .call-out-card  .h4 span,
body.branch-high-contrast-mode .call-out-card  .h5 span,
body.branch-high-contrast-mode .call-out-card  .h6 span,
body.branch-high-contrast-mode .call-out-card  .sub-heading span,
body.branch-high-contrast-mode .call-out-card  h3 a.heading,
body.branch-high-contrast-mode .call-out-card  h4 a.heading,
body.branch-high-contrast-mode .call-out-card  h5 a.heading,
body.branch-high-contrast-mode .call-out-card  h6 a.heading,
body.branch-high-contrast-mode .call-out-card  .h3 a.heading,
body.branch-high-contrast-mode .call-out-card  .h4 a.heading,
body.branch-high-contrast-mode .call-out-card  .h5 a.heading,
body.branch-high-contrast-mode .call-out-card  .h6 a.heading,
body.branch-high-contrast-mode .call-out-card  .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  p,
body.branch-high-contrast-mode .call-out-card  ul,
body.branch-high-contrast-mode .call-out-card  ol,
body.branch-high-contrast-mode .call-out-card  dl,
body.branch-high-contrast-mode .call-out-card  table,
body.branch-high-contrast-mode .call-out-card  span,
body.branch-high-contrast-mode .call-out-card  i,
body.branch-high-contrast-mode .call-out-card  blockquote,
body.branch-high-contrast-mode .call-out-card  figure,
body.branch-high-contrast-mode .call-out-card  div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card  .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  a:focus,
body.branch-high-contrast-mode .call-out-card  a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card  a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card  div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card  .bv_text,
body.branch-high-contrast-mode .call-out-card  div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card  button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-primary-1 h1,
body.pirate-primary .call-out-card .core-primary-1 h2,
body.pirate-primary .call-out-card .core-primary-1 .h1,
body.pirate-primary .call-out-card .core-primary-1 .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 h1 a.heading,
body.pirate-primary .call-out-card .core-primary-1 h2 a.heading,
body.pirate-primary .call-out-card .core-primary-1 .h1 a.heading,
body.pirate-primary .call-out-card .core-primary-1 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 h3,
body.pirate-primary .call-out-card .core-primary-1 h4,
body.pirate-primary .call-out-card .core-primary-1 h5,
body.pirate-primary .call-out-card .core-primary-1 h6,
body.pirate-primary .call-out-card .core-primary-1 .h3,
body.pirate-primary .call-out-card .core-primary-1 .h4,
body.pirate-primary .call-out-card .core-primary-1 .h5,
body.pirate-primary .call-out-card .core-primary-1 .h6,
body.pirate-primary .call-out-card .core-primary-1 .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 h3 span,
body.pirate-primary .call-out-card .core-primary-1 h4 span,
body.pirate-primary .call-out-card .core-primary-1 h5 span,
body.pirate-primary .call-out-card .core-primary-1 h6 span,
body.pirate-primary .call-out-card .core-primary-1 .h3 span,
body.pirate-primary .call-out-card .core-primary-1 .h4 span,
body.pirate-primary .call-out-card .core-primary-1 .h5 span,
body.pirate-primary .call-out-card .core-primary-1 .h6 span,
body.pirate-primary .call-out-card .core-primary-1 .sub-heading span,
body.pirate-primary .call-out-card .core-primary-1 h3 a.heading,
body.pirate-primary .call-out-card .core-primary-1 h4 a.heading,
body.pirate-primary .call-out-card .core-primary-1 h5 a.heading,
body.pirate-primary .call-out-card .core-primary-1 h6 a.heading,
body.pirate-primary .call-out-card .core-primary-1 .h3 a.heading,
body.pirate-primary .call-out-card .core-primary-1 .h4 a.heading,
body.pirate-primary .call-out-card .core-primary-1 .h5 a.heading,
body.pirate-primary .call-out-card .core-primary-1 .h6 a.heading,
body.pirate-primary .call-out-card .core-primary-1 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 p,
body.pirate-primary .call-out-card .core-primary-1 ul,
body.pirate-primary .call-out-card .core-primary-1 ol,
body.pirate-primary .call-out-card .core-primary-1 dl,
body.pirate-primary .call-out-card .core-primary-1 table,
body.pirate-primary .call-out-card .core-primary-1 span,
body.pirate-primary .call-out-card .core-primary-1 i,
body.pirate-primary .call-out-card .core-primary-1 blockquote,
body.pirate-primary .call-out-card .core-primary-1 figure,
body.pirate-primary .call-out-card .core-primary-1 div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 .pseudo-line::before,
body.pirate-primary .call-out-card .core-primary-1 .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .core-primary-1 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-1 a:focus,
body.pirate-primary .call-out-card .core-primary-1 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-primary-1 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-primary-1 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-primary-1 .bv_text,
body.pirate-primary .call-out-card .core-primary-1 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-primary-1 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 h1,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h2,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h1,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 h3,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h4,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h5,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h6,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h3,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h4,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h5,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h6,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 h3 span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h4 span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h5 span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h6 span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 p,
body.branch-high-contrast-mode .call-out-card .core-primary-1 ul,
body.branch-high-contrast-mode .call-out-card .core-primary-1 ol,
body.branch-high-contrast-mode .call-out-card .core-primary-1 dl,
body.branch-high-contrast-mode .call-out-card .core-primary-1 table,
body.branch-high-contrast-mode .call-out-card .core-primary-1 span,
body.branch-high-contrast-mode .call-out-card .core-primary-1 i,
body.branch-high-contrast-mode .call-out-card .core-primary-1 blockquote,
body.branch-high-contrast-mode .call-out-card .core-primary-1 figure,
body.branch-high-contrast-mode .call-out-card .core-primary-1 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 a:focus,
body.branch-high-contrast-mode .call-out-card .core-primary-1 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-primary-1 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-primary-1 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-primary-1 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-variant-1-500 h1,
body.pirate-primary .call-out-card .core-variant-1-500 h2,
body.pirate-primary .call-out-card .core-variant-1-500 .h1,
body.pirate-primary .call-out-card .core-variant-1-500 .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 h1 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 h2 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 .h1 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 h3,
body.pirate-primary .call-out-card .core-variant-1-500 h4,
body.pirate-primary .call-out-card .core-variant-1-500 h5,
body.pirate-primary .call-out-card .core-variant-1-500 h6,
body.pirate-primary .call-out-card .core-variant-1-500 .h3,
body.pirate-primary .call-out-card .core-variant-1-500 .h4,
body.pirate-primary .call-out-card .core-variant-1-500 .h5,
body.pirate-primary .call-out-card .core-variant-1-500 .h6,
body.pirate-primary .call-out-card .core-variant-1-500 .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 h3 span,
body.pirate-primary .call-out-card .core-variant-1-500 h4 span,
body.pirate-primary .call-out-card .core-variant-1-500 h5 span,
body.pirate-primary .call-out-card .core-variant-1-500 h6 span,
body.pirate-primary .call-out-card .core-variant-1-500 .h3 span,
body.pirate-primary .call-out-card .core-variant-1-500 .h4 span,
body.pirate-primary .call-out-card .core-variant-1-500 .h5 span,
body.pirate-primary .call-out-card .core-variant-1-500 .h6 span,
body.pirate-primary .call-out-card .core-variant-1-500 .sub-heading span,
body.pirate-primary .call-out-card .core-variant-1-500 h3 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 h4 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 h5 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 h6 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 .h3 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 .h4 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 .h5 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 .h6 a.heading,
body.pirate-primary .call-out-card .core-variant-1-500 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 p,
body.pirate-primary .call-out-card .core-variant-1-500 ul,
body.pirate-primary .call-out-card .core-variant-1-500 ol,
body.pirate-primary .call-out-card .core-variant-1-500 dl,
body.pirate-primary .call-out-card .core-variant-1-500 table,
body.pirate-primary .call-out-card .core-variant-1-500 span,
body.pirate-primary .call-out-card .core-variant-1-500 i,
body.pirate-primary .call-out-card .core-variant-1-500 blockquote,
body.pirate-primary .call-out-card .core-variant-1-500 figure,
body.pirate-primary .call-out-card .core-variant-1-500 div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 .pseudo-line::before,
body.pirate-primary .call-out-card .core-variant-1-500 .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-1-500 a:focus,
body.pirate-primary .call-out-card .core-variant-1-500 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-1-500 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-1-500 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-variant-1-500 .bv_text,
body.pirate-primary .call-out-card .core-variant-1-500 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-variant-1-500 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h1,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h2,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h1,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h3,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h4,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h5,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h6,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h3,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h4,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h5,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h6,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 p,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 ul,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 ol,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 dl,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 table,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 i,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 blockquote,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 figure,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 a:focus,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-500 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-1-300 h1,
body.pirate-primary .call-out-card .core-variant-1-300 h2,
body.pirate-primary .call-out-card .core-variant-1-300 .h1,
body.pirate-primary .call-out-card .core-variant-1-300 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 h1 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 h2 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 .h1 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 h3,
body.pirate-primary .call-out-card .core-variant-1-300 h4,
body.pirate-primary .call-out-card .core-variant-1-300 h5,
body.pirate-primary .call-out-card .core-variant-1-300 h6,
body.pirate-primary .call-out-card .core-variant-1-300 .h3,
body.pirate-primary .call-out-card .core-variant-1-300 .h4,
body.pirate-primary .call-out-card .core-variant-1-300 .h5,
body.pirate-primary .call-out-card .core-variant-1-300 .h6,
body.pirate-primary .call-out-card .core-variant-1-300 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 h3 span,
body.pirate-primary .call-out-card .core-variant-1-300 h4 span,
body.pirate-primary .call-out-card .core-variant-1-300 h5 span,
body.pirate-primary .call-out-card .core-variant-1-300 h6 span,
body.pirate-primary .call-out-card .core-variant-1-300 .h3 span,
body.pirate-primary .call-out-card .core-variant-1-300 .h4 span,
body.pirate-primary .call-out-card .core-variant-1-300 .h5 span,
body.pirate-primary .call-out-card .core-variant-1-300 .h6 span,
body.pirate-primary .call-out-card .core-variant-1-300 .sub-heading span,
body.pirate-primary .call-out-card .core-variant-1-300 h3 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 h4 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 h5 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 h6 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 .h3 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 .h4 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 .h5 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 .h6 a.heading,
body.pirate-primary .call-out-card .core-variant-1-300 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 p,
body.pirate-primary .call-out-card .core-variant-1-300 ul,
body.pirate-primary .call-out-card .core-variant-1-300 ol,
body.pirate-primary .call-out-card .core-variant-1-300 dl,
body.pirate-primary .call-out-card .core-variant-1-300 table,
body.pirate-primary .call-out-card .core-variant-1-300 span,
body.pirate-primary .call-out-card .core-variant-1-300 i,
body.pirate-primary .call-out-card .core-variant-1-300 blockquote,
body.pirate-primary .call-out-card .core-variant-1-300 figure,
body.pirate-primary .call-out-card .core-variant-1-300 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 .pseudo-line::before,
body.pirate-primary .call-out-card .core-variant-1-300 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .core-variant-1-300 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-300 a:focus,
body.pirate-primary .call-out-card .core-variant-1-300 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-1-300 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-1-300 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-variant-1-300 .bv_text,
body.pirate-primary .call-out-card .core-variant-1-300 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-1-300 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h1,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h2,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h1,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h3,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h4,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h5,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h6,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h3,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h4,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h5,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h6,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 p,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 ul,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 ol,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 dl,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 table,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 i,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 blockquote,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 figure,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 a:focus,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-300 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-variant-1-100 h1,
body.pirate-primary .call-out-card .core-variant-1-100 h2,
body.pirate-primary .call-out-card .core-variant-1-100 .h1,
body.pirate-primary .call-out-card .core-variant-1-100 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 h1 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 h2 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 .h1 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 h3,
body.pirate-primary .call-out-card .core-variant-1-100 h4,
body.pirate-primary .call-out-card .core-variant-1-100 h5,
body.pirate-primary .call-out-card .core-variant-1-100 h6,
body.pirate-primary .call-out-card .core-variant-1-100 .h3,
body.pirate-primary .call-out-card .core-variant-1-100 .h4,
body.pirate-primary .call-out-card .core-variant-1-100 .h5,
body.pirate-primary .call-out-card .core-variant-1-100 .h6,
body.pirate-primary .call-out-card .core-variant-1-100 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 h3 span,
body.pirate-primary .call-out-card .core-variant-1-100 h4 span,
body.pirate-primary .call-out-card .core-variant-1-100 h5 span,
body.pirate-primary .call-out-card .core-variant-1-100 h6 span,
body.pirate-primary .call-out-card .core-variant-1-100 .h3 span,
body.pirate-primary .call-out-card .core-variant-1-100 .h4 span,
body.pirate-primary .call-out-card .core-variant-1-100 .h5 span,
body.pirate-primary .call-out-card .core-variant-1-100 .h6 span,
body.pirate-primary .call-out-card .core-variant-1-100 .sub-heading span,
body.pirate-primary .call-out-card .core-variant-1-100 h3 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 h4 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 h5 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 h6 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 .h3 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 .h4 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 .h5 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 .h6 a.heading,
body.pirate-primary .call-out-card .core-variant-1-100 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 p,
body.pirate-primary .call-out-card .core-variant-1-100 ul,
body.pirate-primary .call-out-card .core-variant-1-100 ol,
body.pirate-primary .call-out-card .core-variant-1-100 dl,
body.pirate-primary .call-out-card .core-variant-1-100 table,
body.pirate-primary .call-out-card .core-variant-1-100 span,
body.pirate-primary .call-out-card .core-variant-1-100 i,
body.pirate-primary .call-out-card .core-variant-1-100 blockquote,
body.pirate-primary .call-out-card .core-variant-1-100 figure,
body.pirate-primary .call-out-card .core-variant-1-100 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 .pseudo-line::before,
body.pirate-primary .call-out-card .core-variant-1-100 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .core-variant-1-100 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-1-100 a:focus,
body.pirate-primary .call-out-card .core-variant-1-100 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-1-100 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-1-100 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-variant-1-100 .bv_text,
body.pirate-primary .call-out-card .core-variant-1-100 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-1-100 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h1,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h2,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h1,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h3,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h4,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h5,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h6,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h3,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h4,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h5,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h6,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 p,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 ul,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 ol,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 dl,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 table,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 span,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 i,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 blockquote,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 figure,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 a:focus,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-1-100 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-primary-2 h1,
body.pirate-primary .call-out-card .core-primary-2 h2,
body.pirate-primary .call-out-card .core-primary-2 .h1,
body.pirate-primary .call-out-card .core-primary-2 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 h1 a.heading,
body.pirate-primary .call-out-card .core-primary-2 h2 a.heading,
body.pirate-primary .call-out-card .core-primary-2 .h1 a.heading,
body.pirate-primary .call-out-card .core-primary-2 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 h3,
body.pirate-primary .call-out-card .core-primary-2 h4,
body.pirate-primary .call-out-card .core-primary-2 h5,
body.pirate-primary .call-out-card .core-primary-2 h6,
body.pirate-primary .call-out-card .core-primary-2 .h3,
body.pirate-primary .call-out-card .core-primary-2 .h4,
body.pirate-primary .call-out-card .core-primary-2 .h5,
body.pirate-primary .call-out-card .core-primary-2 .h6,
body.pirate-primary .call-out-card .core-primary-2 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 h3 span,
body.pirate-primary .call-out-card .core-primary-2 h4 span,
body.pirate-primary .call-out-card .core-primary-2 h5 span,
body.pirate-primary .call-out-card .core-primary-2 h6 span,
body.pirate-primary .call-out-card .core-primary-2 .h3 span,
body.pirate-primary .call-out-card .core-primary-2 .h4 span,
body.pirate-primary .call-out-card .core-primary-2 .h5 span,
body.pirate-primary .call-out-card .core-primary-2 .h6 span,
body.pirate-primary .call-out-card .core-primary-2 .sub-heading span,
body.pirate-primary .call-out-card .core-primary-2 h3 a.heading,
body.pirate-primary .call-out-card .core-primary-2 h4 a.heading,
body.pirate-primary .call-out-card .core-primary-2 h5 a.heading,
body.pirate-primary .call-out-card .core-primary-2 h6 a.heading,
body.pirate-primary .call-out-card .core-primary-2 .h3 a.heading,
body.pirate-primary .call-out-card .core-primary-2 .h4 a.heading,
body.pirate-primary .call-out-card .core-primary-2 .h5 a.heading,
body.pirate-primary .call-out-card .core-primary-2 .h6 a.heading,
body.pirate-primary .call-out-card .core-primary-2 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 p,
body.pirate-primary .call-out-card .core-primary-2 ul,
body.pirate-primary .call-out-card .core-primary-2 ol,
body.pirate-primary .call-out-card .core-primary-2 dl,
body.pirate-primary .call-out-card .core-primary-2 table,
body.pirate-primary .call-out-card .core-primary-2 span,
body.pirate-primary .call-out-card .core-primary-2 i,
body.pirate-primary .call-out-card .core-primary-2 blockquote,
body.pirate-primary .call-out-card .core-primary-2 figure,
body.pirate-primary .call-out-card .core-primary-2 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 .pseudo-line::before,
body.pirate-primary .call-out-card .core-primary-2 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-2 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-primary-2 a:focus,
body.pirate-primary .call-out-card .core-primary-2 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-primary-2 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-primary-2 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-primary-2 .bv_text,
body.pirate-primary .call-out-card .core-primary-2 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-primary-2 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 h1,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h2,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h1,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 h3,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h4,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h5,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h6,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h3,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h4,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h5,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h6,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 h3 span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h4 span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h5 span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h6 span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 p,
body.branch-high-contrast-mode .call-out-card .core-primary-2 ul,
body.branch-high-contrast-mode .call-out-card .core-primary-2 ol,
body.branch-high-contrast-mode .call-out-card .core-primary-2 dl,
body.branch-high-contrast-mode .call-out-card .core-primary-2 table,
body.branch-high-contrast-mode .call-out-card .core-primary-2 span,
body.branch-high-contrast-mode .call-out-card .core-primary-2 i,
body.branch-high-contrast-mode .call-out-card .core-primary-2 blockquote,
body.branch-high-contrast-mode .call-out-card .core-primary-2 figure,
body.branch-high-contrast-mode .call-out-card .core-primary-2 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 a:focus,
body.branch-high-contrast-mode .call-out-card .core-primary-2 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-primary-2 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-primary-2 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-primary-2 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-variant-2-500 h1,
body.pirate-primary .call-out-card .core-variant-2-500 h2,
body.pirate-primary .call-out-card .core-variant-2-500 .h1,
body.pirate-primary .call-out-card .core-variant-2-500 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 h1 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 h2 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 .h1 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 h3,
body.pirate-primary .call-out-card .core-variant-2-500 h4,
body.pirate-primary .call-out-card .core-variant-2-500 h5,
body.pirate-primary .call-out-card .core-variant-2-500 h6,
body.pirate-primary .call-out-card .core-variant-2-500 .h3,
body.pirate-primary .call-out-card .core-variant-2-500 .h4,
body.pirate-primary .call-out-card .core-variant-2-500 .h5,
body.pirate-primary .call-out-card .core-variant-2-500 .h6,
body.pirate-primary .call-out-card .core-variant-2-500 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 h3 span,
body.pirate-primary .call-out-card .core-variant-2-500 h4 span,
body.pirate-primary .call-out-card .core-variant-2-500 h5 span,
body.pirate-primary .call-out-card .core-variant-2-500 h6 span,
body.pirate-primary .call-out-card .core-variant-2-500 .h3 span,
body.pirate-primary .call-out-card .core-variant-2-500 .h4 span,
body.pirate-primary .call-out-card .core-variant-2-500 .h5 span,
body.pirate-primary .call-out-card .core-variant-2-500 .h6 span,
body.pirate-primary .call-out-card .core-variant-2-500 .sub-heading span,
body.pirate-primary .call-out-card .core-variant-2-500 h3 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 h4 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 h5 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 h6 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 .h3 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 .h4 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 .h5 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 .h6 a.heading,
body.pirate-primary .call-out-card .core-variant-2-500 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 p,
body.pirate-primary .call-out-card .core-variant-2-500 ul,
body.pirate-primary .call-out-card .core-variant-2-500 ol,
body.pirate-primary .call-out-card .core-variant-2-500 dl,
body.pirate-primary .call-out-card .core-variant-2-500 table,
body.pirate-primary .call-out-card .core-variant-2-500 span,
body.pirate-primary .call-out-card .core-variant-2-500 i,
body.pirate-primary .call-out-card .core-variant-2-500 blockquote,
body.pirate-primary .call-out-card .core-variant-2-500 figure,
body.pirate-primary .call-out-card .core-variant-2-500 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 .pseudo-line::before,
body.pirate-primary .call-out-card .core-variant-2-500 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-2-500 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-500 a:focus,
body.pirate-primary .call-out-card .core-variant-2-500 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-2-500 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-2-500 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-variant-2-500 .bv_text,
body.pirate-primary .call-out-card .core-variant-2-500 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-2-500 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h1,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h2,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h1,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h3,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h4,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h5,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h6,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h3,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h4,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h5,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h6,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 p,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 ul,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 ol,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 dl,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 table,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 i,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 blockquote,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 figure,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 a:focus,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-500 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-variant-2-300 h1,
body.pirate-primary .call-out-card .core-variant-2-300 h2,
body.pirate-primary .call-out-card .core-variant-2-300 .h1,
body.pirate-primary .call-out-card .core-variant-2-300 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 h1 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 h2 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 .h1 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 h3,
body.pirate-primary .call-out-card .core-variant-2-300 h4,
body.pirate-primary .call-out-card .core-variant-2-300 h5,
body.pirate-primary .call-out-card .core-variant-2-300 h6,
body.pirate-primary .call-out-card .core-variant-2-300 .h3,
body.pirate-primary .call-out-card .core-variant-2-300 .h4,
body.pirate-primary .call-out-card .core-variant-2-300 .h5,
body.pirate-primary .call-out-card .core-variant-2-300 .h6,
body.pirate-primary .call-out-card .core-variant-2-300 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 h3 span,
body.pirate-primary .call-out-card .core-variant-2-300 h4 span,
body.pirate-primary .call-out-card .core-variant-2-300 h5 span,
body.pirate-primary .call-out-card .core-variant-2-300 h6 span,
body.pirate-primary .call-out-card .core-variant-2-300 .h3 span,
body.pirate-primary .call-out-card .core-variant-2-300 .h4 span,
body.pirate-primary .call-out-card .core-variant-2-300 .h5 span,
body.pirate-primary .call-out-card .core-variant-2-300 .h6 span,
body.pirate-primary .call-out-card .core-variant-2-300 .sub-heading span,
body.pirate-primary .call-out-card .core-variant-2-300 h3 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 h4 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 h5 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 h6 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 .h3 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 .h4 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 .h5 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 .h6 a.heading,
body.pirate-primary .call-out-card .core-variant-2-300 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 p,
body.pirate-primary .call-out-card .core-variant-2-300 ul,
body.pirate-primary .call-out-card .core-variant-2-300 ol,
body.pirate-primary .call-out-card .core-variant-2-300 dl,
body.pirate-primary .call-out-card .core-variant-2-300 table,
body.pirate-primary .call-out-card .core-variant-2-300 span,
body.pirate-primary .call-out-card .core-variant-2-300 i,
body.pirate-primary .call-out-card .core-variant-2-300 blockquote,
body.pirate-primary .call-out-card .core-variant-2-300 figure,
body.pirate-primary .call-out-card .core-variant-2-300 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 .pseudo-line::before,
body.pirate-primary .call-out-card .core-variant-2-300 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-2-300 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-300 a:focus,
body.pirate-primary .call-out-card .core-variant-2-300 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-2-300 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-2-300 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-variant-2-300 .bv_text,
body.pirate-primary .call-out-card .core-variant-2-300 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-2-300 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h1,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h2,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h1,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h3,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h4,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h5,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h6,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h3,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h4,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h5,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h6,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 p,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 ul,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 ol,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 dl,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 table,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 i,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 blockquote,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 figure,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 a:focus,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-300 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-2-100 h1,
body.pirate-primary .call-out-card .core-variant-2-100 h2,
body.pirate-primary .call-out-card .core-variant-2-100 .h1,
body.pirate-primary .call-out-card .core-variant-2-100 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 h1 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 h2 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 .h1 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 h3,
body.pirate-primary .call-out-card .core-variant-2-100 h4,
body.pirate-primary .call-out-card .core-variant-2-100 h5,
body.pirate-primary .call-out-card .core-variant-2-100 h6,
body.pirate-primary .call-out-card .core-variant-2-100 .h3,
body.pirate-primary .call-out-card .core-variant-2-100 .h4,
body.pirate-primary .call-out-card .core-variant-2-100 .h5,
body.pirate-primary .call-out-card .core-variant-2-100 .h6,
body.pirate-primary .call-out-card .core-variant-2-100 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 h3 span,
body.pirate-primary .call-out-card .core-variant-2-100 h4 span,
body.pirate-primary .call-out-card .core-variant-2-100 h5 span,
body.pirate-primary .call-out-card .core-variant-2-100 h6 span,
body.pirate-primary .call-out-card .core-variant-2-100 .h3 span,
body.pirate-primary .call-out-card .core-variant-2-100 .h4 span,
body.pirate-primary .call-out-card .core-variant-2-100 .h5 span,
body.pirate-primary .call-out-card .core-variant-2-100 .h6 span,
body.pirate-primary .call-out-card .core-variant-2-100 .sub-heading span,
body.pirate-primary .call-out-card .core-variant-2-100 h3 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 h4 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 h5 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 h6 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 .h3 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 .h4 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 .h5 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 .h6 a.heading,
body.pirate-primary .call-out-card .core-variant-2-100 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 p,
body.pirate-primary .call-out-card .core-variant-2-100 ul,
body.pirate-primary .call-out-card .core-variant-2-100 ol,
body.pirate-primary .call-out-card .core-variant-2-100 dl,
body.pirate-primary .call-out-card .core-variant-2-100 table,
body.pirate-primary .call-out-card .core-variant-2-100 span,
body.pirate-primary .call-out-card .core-variant-2-100 i,
body.pirate-primary .call-out-card .core-variant-2-100 blockquote,
body.pirate-primary .call-out-card .core-variant-2-100 figure,
body.pirate-primary .call-out-card .core-variant-2-100 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 .pseudo-line::before,
body.pirate-primary .call-out-card .core-variant-2-100 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .core-variant-2-100 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-2-100 a:focus,
body.pirate-primary .call-out-card .core-variant-2-100 a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-2-100 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-2-100 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-variant-2-100 .bv_text,
body.pirate-primary .call-out-card .core-variant-2-100 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-2-100 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h1,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h2,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h1,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h3,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h4,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h5,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h6,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h3,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h4,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h5,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h6,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 p,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 ul,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 ol,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 dl,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 table,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 span,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 i,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 blockquote,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 figure,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 a:focus,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-2-100 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-primary-3 h1,
body.pirate-primary .call-out-card .core-primary-3 h2,
body.pirate-primary .call-out-card .core-primary-3 .h1,
body.pirate-primary .call-out-card .core-primary-3 .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 h1 a.heading,
body.pirate-primary .call-out-card .core-primary-3 h2 a.heading,
body.pirate-primary .call-out-card .core-primary-3 .h1 a.heading,
body.pirate-primary .call-out-card .core-primary-3 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 h3,
body.pirate-primary .call-out-card .core-primary-3 h4,
body.pirate-primary .call-out-card .core-primary-3 h5,
body.pirate-primary .call-out-card .core-primary-3 h6,
body.pirate-primary .call-out-card .core-primary-3 .h3,
body.pirate-primary .call-out-card .core-primary-3 .h4,
body.pirate-primary .call-out-card .core-primary-3 .h5,
body.pirate-primary .call-out-card .core-primary-3 .h6,
body.pirate-primary .call-out-card .core-primary-3 .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 h3 span,
body.pirate-primary .call-out-card .core-primary-3 h4 span,
body.pirate-primary .call-out-card .core-primary-3 h5 span,
body.pirate-primary .call-out-card .core-primary-3 h6 span,
body.pirate-primary .call-out-card .core-primary-3 .h3 span,
body.pirate-primary .call-out-card .core-primary-3 .h4 span,
body.pirate-primary .call-out-card .core-primary-3 .h5 span,
body.pirate-primary .call-out-card .core-primary-3 .h6 span,
body.pirate-primary .call-out-card .core-primary-3 .sub-heading span,
body.pirate-primary .call-out-card .core-primary-3 h3 a.heading,
body.pirate-primary .call-out-card .core-primary-3 h4 a.heading,
body.pirate-primary .call-out-card .core-primary-3 h5 a.heading,
body.pirate-primary .call-out-card .core-primary-3 h6 a.heading,
body.pirate-primary .call-out-card .core-primary-3 .h3 a.heading,
body.pirate-primary .call-out-card .core-primary-3 .h4 a.heading,
body.pirate-primary .call-out-card .core-primary-3 .h5 a.heading,
body.pirate-primary .call-out-card .core-primary-3 .h6 a.heading,
body.pirate-primary .call-out-card .core-primary-3 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 p,
body.pirate-primary .call-out-card .core-primary-3 ul,
body.pirate-primary .call-out-card .core-primary-3 ol,
body.pirate-primary .call-out-card .core-primary-3 dl,
body.pirate-primary .call-out-card .core-primary-3 table,
body.pirate-primary .call-out-card .core-primary-3 span,
body.pirate-primary .call-out-card .core-primary-3 i,
body.pirate-primary .call-out-card .core-primary-3 blockquote,
body.pirate-primary .call-out-card .core-primary-3 figure,
body.pirate-primary .call-out-card .core-primary-3 div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 .pseudo-line::before,
body.pirate-primary .call-out-card .core-primary-3 .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-primary-3 a:focus,
body.pirate-primary .call-out-card .core-primary-3 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-primary-3 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-primary-3 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-primary-3 .bv_text,
body.pirate-primary .call-out-card .core-primary-3 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-primary-3 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 h1,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h2,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h1,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 h3,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h4,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h5,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h6,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h3,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h4,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h5,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h6,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 h3 span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h4 span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h5 span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h6 span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 p,
body.branch-high-contrast-mode .call-out-card .core-primary-3 ul,
body.branch-high-contrast-mode .call-out-card .core-primary-3 ol,
body.branch-high-contrast-mode .call-out-card .core-primary-3 dl,
body.branch-high-contrast-mode .call-out-card .core-primary-3 table,
body.branch-high-contrast-mode .call-out-card .core-primary-3 span,
body.branch-high-contrast-mode .call-out-card .core-primary-3 i,
body.branch-high-contrast-mode .call-out-card .core-primary-3 blockquote,
body.branch-high-contrast-mode .call-out-card .core-primary-3 figure,
body.branch-high-contrast-mode .call-out-card .core-primary-3 div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 a:focus,
body.branch-high-contrast-mode .call-out-card .core-primary-3 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-primary-3 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-primary-3 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-primary-3 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-3-500 h1,
body.pirate-primary .call-out-card .core-variant-3-500 h2,
body.pirate-primary .call-out-card .core-variant-3-500 .h1,
body.pirate-primary .call-out-card .core-variant-3-500 .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 h1 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 h2 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 .h1 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 h3,
body.pirate-primary .call-out-card .core-variant-3-500 h4,
body.pirate-primary .call-out-card .core-variant-3-500 h5,
body.pirate-primary .call-out-card .core-variant-3-500 h6,
body.pirate-primary .call-out-card .core-variant-3-500 .h3,
body.pirate-primary .call-out-card .core-variant-3-500 .h4,
body.pirate-primary .call-out-card .core-variant-3-500 .h5,
body.pirate-primary .call-out-card .core-variant-3-500 .h6,
body.pirate-primary .call-out-card .core-variant-3-500 .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 h3 span,
body.pirate-primary .call-out-card .core-variant-3-500 h4 span,
body.pirate-primary .call-out-card .core-variant-3-500 h5 span,
body.pirate-primary .call-out-card .core-variant-3-500 h6 span,
body.pirate-primary .call-out-card .core-variant-3-500 .h3 span,
body.pirate-primary .call-out-card .core-variant-3-500 .h4 span,
body.pirate-primary .call-out-card .core-variant-3-500 .h5 span,
body.pirate-primary .call-out-card .core-variant-3-500 .h6 span,
body.pirate-primary .call-out-card .core-variant-3-500 .sub-heading span,
body.pirate-primary .call-out-card .core-variant-3-500 h3 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 h4 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 h5 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 h6 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 .h3 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 .h4 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 .h5 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 .h6 a.heading,
body.pirate-primary .call-out-card .core-variant-3-500 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 p,
body.pirate-primary .call-out-card .core-variant-3-500 ul,
body.pirate-primary .call-out-card .core-variant-3-500 ol,
body.pirate-primary .call-out-card .core-variant-3-500 dl,
body.pirate-primary .call-out-card .core-variant-3-500 table,
body.pirate-primary .call-out-card .core-variant-3-500 span,
body.pirate-primary .call-out-card .core-variant-3-500 i,
body.pirate-primary .call-out-card .core-variant-3-500 blockquote,
body.pirate-primary .call-out-card .core-variant-3-500 figure,
body.pirate-primary .call-out-card .core-variant-3-500 div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 .pseudo-line::before,
body.pirate-primary .call-out-card .core-variant-3-500 .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-500 a:focus,
body.pirate-primary .call-out-card .core-variant-3-500 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-3-500 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-3-500 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-variant-3-500 .bv_text,
body.pirate-primary .call-out-card .core-variant-3-500 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-variant-3-500 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h1,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h2,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h1,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h3,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h4,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h5,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h6,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h3,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h4,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h5,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h6,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 p,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 ul,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 ol,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 dl,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 table,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 i,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 blockquote,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 figure,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 a:focus,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-500 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-3-300 h1,
body.pirate-primary .call-out-card .core-variant-3-300 h2,
body.pirate-primary .call-out-card .core-variant-3-300 .h1,
body.pirate-primary .call-out-card .core-variant-3-300 .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 h1 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 h2 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 .h1 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 h3,
body.pirate-primary .call-out-card .core-variant-3-300 h4,
body.pirate-primary .call-out-card .core-variant-3-300 h5,
body.pirate-primary .call-out-card .core-variant-3-300 h6,
body.pirate-primary .call-out-card .core-variant-3-300 .h3,
body.pirate-primary .call-out-card .core-variant-3-300 .h4,
body.pirate-primary .call-out-card .core-variant-3-300 .h5,
body.pirate-primary .call-out-card .core-variant-3-300 .h6,
body.pirate-primary .call-out-card .core-variant-3-300 .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 h3 span,
body.pirate-primary .call-out-card .core-variant-3-300 h4 span,
body.pirate-primary .call-out-card .core-variant-3-300 h5 span,
body.pirate-primary .call-out-card .core-variant-3-300 h6 span,
body.pirate-primary .call-out-card .core-variant-3-300 .h3 span,
body.pirate-primary .call-out-card .core-variant-3-300 .h4 span,
body.pirate-primary .call-out-card .core-variant-3-300 .h5 span,
body.pirate-primary .call-out-card .core-variant-3-300 .h6 span,
body.pirate-primary .call-out-card .core-variant-3-300 .sub-heading span,
body.pirate-primary .call-out-card .core-variant-3-300 h3 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 h4 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 h5 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 h6 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 .h3 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 .h4 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 .h5 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 .h6 a.heading,
body.pirate-primary .call-out-card .core-variant-3-300 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 p,
body.pirate-primary .call-out-card .core-variant-3-300 ul,
body.pirate-primary .call-out-card .core-variant-3-300 ol,
body.pirate-primary .call-out-card .core-variant-3-300 dl,
body.pirate-primary .call-out-card .core-variant-3-300 table,
body.pirate-primary .call-out-card .core-variant-3-300 span,
body.pirate-primary .call-out-card .core-variant-3-300 i,
body.pirate-primary .call-out-card .core-variant-3-300 blockquote,
body.pirate-primary .call-out-card .core-variant-3-300 figure,
body.pirate-primary .call-out-card .core-variant-3-300 div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 .pseudo-line::before,
body.pirate-primary .call-out-card .core-variant-3-300 .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .core-variant-3-300 a:focus,
body.pirate-primary .call-out-card .core-variant-3-300 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-3-300 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-3-300 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-variant-3-300 .bv_text,
body.pirate-primary .call-out-card .core-variant-3-300 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .core-variant-3-300 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h1,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h2,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h1,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h3,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h4,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h5,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h6,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h3,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h4,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h5,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h6,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 p,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 ul,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 ol,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 dl,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 table,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 i,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 blockquote,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 figure,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 a:focus,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-300 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-3-100 h1,
body.pirate-primary .call-out-card .core-variant-3-100 h2,
body.pirate-primary .call-out-card .core-variant-3-100 .h1,
body.pirate-primary .call-out-card .core-variant-3-100 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 h1 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 h2 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 .h1 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 h3,
body.pirate-primary .call-out-card .core-variant-3-100 h4,
body.pirate-primary .call-out-card .core-variant-3-100 h5,
body.pirate-primary .call-out-card .core-variant-3-100 h6,
body.pirate-primary .call-out-card .core-variant-3-100 .h3,
body.pirate-primary .call-out-card .core-variant-3-100 .h4,
body.pirate-primary .call-out-card .core-variant-3-100 .h5,
body.pirate-primary .call-out-card .core-variant-3-100 .h6,
body.pirate-primary .call-out-card .core-variant-3-100 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 h3 span,
body.pirate-primary .call-out-card .core-variant-3-100 h4 span,
body.pirate-primary .call-out-card .core-variant-3-100 h5 span,
body.pirate-primary .call-out-card .core-variant-3-100 h6 span,
body.pirate-primary .call-out-card .core-variant-3-100 .h3 span,
body.pirate-primary .call-out-card .core-variant-3-100 .h4 span,
body.pirate-primary .call-out-card .core-variant-3-100 .h5 span,
body.pirate-primary .call-out-card .core-variant-3-100 .h6 span,
body.pirate-primary .call-out-card .core-variant-3-100 .sub-heading span,
body.pirate-primary .call-out-card .core-variant-3-100 h3 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 h4 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 h5 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 h6 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 .h3 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 .h4 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 .h5 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 .h6 a.heading,
body.pirate-primary .call-out-card .core-variant-3-100 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 p,
body.pirate-primary .call-out-card .core-variant-3-100 ul,
body.pirate-primary .call-out-card .core-variant-3-100 ol,
body.pirate-primary .call-out-card .core-variant-3-100 dl,
body.pirate-primary .call-out-card .core-variant-3-100 table,
body.pirate-primary .call-out-card .core-variant-3-100 span,
body.pirate-primary .call-out-card .core-variant-3-100 i,
body.pirate-primary .call-out-card .core-variant-3-100 blockquote,
body.pirate-primary .call-out-card .core-variant-3-100 figure,
body.pirate-primary .call-out-card .core-variant-3-100 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 .pseudo-line::before,
body.pirate-primary .call-out-card .core-variant-3-100 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .core-variant-3-100 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .core-variant-3-100 a:focus,
body.pirate-primary .call-out-card .core-variant-3-100 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-3-100 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .core-variant-3-100 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .core-variant-3-100 .bv_text,
body.pirate-primary .call-out-card .core-variant-3-100 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .core-variant-3-100 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h1,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h2,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h1,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h3,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h4,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h5,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h6,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h3,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h4,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h5,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h6,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h3 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h4 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h5 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h6 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 p,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 ul,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 ol,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 dl,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 table,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 span,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 i,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 blockquote,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 figure,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 a:focus,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 .bv_text,
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .core-variant-3-100 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .theme-accent-color h1,
body.pirate-primary .call-out-card .theme-accent-color h2,
body.pirate-primary .call-out-card .theme-accent-color .h1,
body.pirate-primary .call-out-card .theme-accent-color .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .theme-accent-color h1 a.heading,
body.pirate-primary .call-out-card .theme-accent-color h2 a.heading,
body.pirate-primary .call-out-card .theme-accent-color .h1 a.heading,
body.pirate-primary .call-out-card .theme-accent-color .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .theme-accent-color h3,
body.pirate-primary .call-out-card .theme-accent-color h4,
body.pirate-primary .call-out-card .theme-accent-color h5,
body.pirate-primary .call-out-card .theme-accent-color h6,
body.pirate-primary .call-out-card .theme-accent-color .h3,
body.pirate-primary .call-out-card .theme-accent-color .h4,
body.pirate-primary .call-out-card .theme-accent-color .h5,
body.pirate-primary .call-out-card .theme-accent-color .h6,
body.pirate-primary .call-out-card .theme-accent-color .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .theme-accent-color h3 span,
body.pirate-primary .call-out-card .theme-accent-color h4 span,
body.pirate-primary .call-out-card .theme-accent-color h5 span,
body.pirate-primary .call-out-card .theme-accent-color h6 span,
body.pirate-primary .call-out-card .theme-accent-color .h3 span,
body.pirate-primary .call-out-card .theme-accent-color .h4 span,
body.pirate-primary .call-out-card .theme-accent-color .h5 span,
body.pirate-primary .call-out-card .theme-accent-color .h6 span,
body.pirate-primary .call-out-card .theme-accent-color .sub-heading span,
body.pirate-primary .call-out-card .theme-accent-color h3 a.heading,
body.pirate-primary .call-out-card .theme-accent-color h4 a.heading,
body.pirate-primary .call-out-card .theme-accent-color h5 a.heading,
body.pirate-primary .call-out-card .theme-accent-color h6 a.heading,
body.pirate-primary .call-out-card .theme-accent-color .h3 a.heading,
body.pirate-primary .call-out-card .theme-accent-color .h4 a.heading,
body.pirate-primary .call-out-card .theme-accent-color .h5 a.heading,
body.pirate-primary .call-out-card .theme-accent-color .h6 a.heading,
body.pirate-primary .call-out-card .theme-accent-color .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .theme-accent-color p,
body.pirate-primary .call-out-card .theme-accent-color ul,
body.pirate-primary .call-out-card .theme-accent-color ol,
body.pirate-primary .call-out-card .theme-accent-color dl,
body.pirate-primary .call-out-card .theme-accent-color table,
body.pirate-primary .call-out-card .theme-accent-color span,
body.pirate-primary .call-out-card .theme-accent-color i,
body.pirate-primary .call-out-card .theme-accent-color blockquote,
body.pirate-primary .call-out-card .theme-accent-color figure,
body.pirate-primary .call-out-card .theme-accent-color div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .theme-accent-color ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .theme-accent-color ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .theme-accent-color ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .theme-accent-color .pseudo-line::before,
body.pirate-primary .call-out-card .theme-accent-color .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .theme-accent-color i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .theme-accent-color a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .theme-accent-color a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .theme-accent-color a:focus,
body.pirate-primary .call-out-card .theme-accent-color a:hover {
  color: #e3d1e6;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .theme-accent-color a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .theme-accent-color div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .theme-accent-color .bv_text,
body.pirate-primary .call-out-card .theme-accent-color div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .theme-accent-color button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color h1,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h2,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h1,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color h1 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h2 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color h3,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h4,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h5,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h6,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h3,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h4,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h5,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h6,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color h3 span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h4 span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h5 span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h6 span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h3 span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h4 span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h5 span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h6 span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .sub-heading span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h3 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h4 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h5 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color h6 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color p,
body.branch-high-contrast-mode .call-out-card .theme-accent-color ul,
body.branch-high-contrast-mode .call-out-card .theme-accent-color ol,
body.branch-high-contrast-mode .call-out-card .theme-accent-color dl,
body.branch-high-contrast-mode .call-out-card .theme-accent-color table,
body.branch-high-contrast-mode .call-out-card .theme-accent-color span,
body.branch-high-contrast-mode .call-out-card .theme-accent-color i,
body.branch-high-contrast-mode .call-out-card .theme-accent-color blockquote,
body.branch-high-contrast-mode .call-out-card .theme-accent-color figure,
body.branch-high-contrast-mode .call-out-card .theme-accent-color div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color a:focus,
body.branch-high-contrast-mode .call-out-card .theme-accent-color a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .theme-accent-color .bv_text,
body.branch-high-contrast-mode .call-out-card .theme-accent-color div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .theme-accent-color button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .light-background h1,
body.pirate-primary .call-out-card .light-background h2,
body.pirate-primary .call-out-card .light-background .h1,
body.pirate-primary .call-out-card .light-background .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-background h1 a.heading,
body.pirate-primary .call-out-card .light-background h2 a.heading,
body.pirate-primary .call-out-card .light-background .h1 a.heading,
body.pirate-primary .call-out-card .light-background .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .light-background h3,
body.pirate-primary .call-out-card .light-background h4,
body.pirate-primary .call-out-card .light-background h5,
body.pirate-primary .call-out-card .light-background h6,
body.pirate-primary .call-out-card .light-background .h3,
body.pirate-primary .call-out-card .light-background .h4,
body.pirate-primary .call-out-card .light-background .h5,
body.pirate-primary .call-out-card .light-background .h6,
body.pirate-primary .call-out-card .light-background .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-background h3 span,
body.pirate-primary .call-out-card .light-background h4 span,
body.pirate-primary .call-out-card .light-background h5 span,
body.pirate-primary .call-out-card .light-background h6 span,
body.pirate-primary .call-out-card .light-background .h3 span,
body.pirate-primary .call-out-card .light-background .h4 span,
body.pirate-primary .call-out-card .light-background .h5 span,
body.pirate-primary .call-out-card .light-background .h6 span,
body.pirate-primary .call-out-card .light-background .sub-heading span,
body.pirate-primary .call-out-card .light-background h3 a.heading,
body.pirate-primary .call-out-card .light-background h4 a.heading,
body.pirate-primary .call-out-card .light-background h5 a.heading,
body.pirate-primary .call-out-card .light-background h6 a.heading,
body.pirate-primary .call-out-card .light-background .h3 a.heading,
body.pirate-primary .call-out-card .light-background .h4 a.heading,
body.pirate-primary .call-out-card .light-background .h5 a.heading,
body.pirate-primary .call-out-card .light-background .h6 a.heading,
body.pirate-primary .call-out-card .light-background .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .light-background p,
body.pirate-primary .call-out-card .light-background ul,
body.pirate-primary .call-out-card .light-background ol,
body.pirate-primary .call-out-card .light-background dl,
body.pirate-primary .call-out-card .light-background table,
body.pirate-primary .call-out-card .light-background span,
body.pirate-primary .call-out-card .light-background i,
body.pirate-primary .call-out-card .light-background blockquote,
body.pirate-primary .call-out-card .light-background figure,
body.pirate-primary .call-out-card .light-background div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-background ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .light-background ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-background ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-background .pseudo-line::before,
body.pirate-primary .call-out-card .light-background .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .light-background i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .light-background a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .light-background a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .light-background a:focus,
body.pirate-primary .call-out-card .light-background a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .light-background a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .light-background div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .light-background .bv_text,
body.pirate-primary .call-out-card .light-background div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .light-background button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .light-background h1,
body.branch-high-contrast-mode .call-out-card .light-background h2,
body.branch-high-contrast-mode .call-out-card .light-background .h1,
body.branch-high-contrast-mode .call-out-card .light-background .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background h1 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background h2 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background h3,
body.branch-high-contrast-mode .call-out-card .light-background h4,
body.branch-high-contrast-mode .call-out-card .light-background h5,
body.branch-high-contrast-mode .call-out-card .light-background h6,
body.branch-high-contrast-mode .call-out-card .light-background .h3,
body.branch-high-contrast-mode .call-out-card .light-background .h4,
body.branch-high-contrast-mode .call-out-card .light-background .h5,
body.branch-high-contrast-mode .call-out-card .light-background .h6,
body.branch-high-contrast-mode .call-out-card .light-background .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background h3 span,
body.branch-high-contrast-mode .call-out-card .light-background h4 span,
body.branch-high-contrast-mode .call-out-card .light-background h5 span,
body.branch-high-contrast-mode .call-out-card .light-background h6 span,
body.branch-high-contrast-mode .call-out-card .light-background .h3 span,
body.branch-high-contrast-mode .call-out-card .light-background .h4 span,
body.branch-high-contrast-mode .call-out-card .light-background .h5 span,
body.branch-high-contrast-mode .call-out-card .light-background .h6 span,
body.branch-high-contrast-mode .call-out-card .light-background .sub-heading span,
body.branch-high-contrast-mode .call-out-card .light-background h3 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background h4 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background h5 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background h6 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .light-background .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background p,
body.branch-high-contrast-mode .call-out-card .light-background ul,
body.branch-high-contrast-mode .call-out-card .light-background ol,
body.branch-high-contrast-mode .call-out-card .light-background dl,
body.branch-high-contrast-mode .call-out-card .light-background table,
body.branch-high-contrast-mode .call-out-card .light-background span,
body.branch-high-contrast-mode .call-out-card .light-background i,
body.branch-high-contrast-mode .call-out-card .light-background blockquote,
body.branch-high-contrast-mode .call-out-card .light-background figure,
body.branch-high-contrast-mode .call-out-card .light-background div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .light-background .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-background a:focus,
body.branch-high-contrast-mode .call-out-card .light-background a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .light-background a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .light-background div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .light-background .bv_text,
body.branch-high-contrast-mode .call-out-card .light-background div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .light-background button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .light-gray-background h1,
body.pirate-primary .call-out-card .light-gray-background h2,
body.pirate-primary .call-out-card .light-gray-background .h1,
body.pirate-primary .call-out-card .light-gray-background .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background h1 a.heading,
body.pirate-primary .call-out-card .light-gray-background h2 a.heading,
body.pirate-primary .call-out-card .light-gray-background .h1 a.heading,
body.pirate-primary .call-out-card .light-gray-background .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background h3,
body.pirate-primary .call-out-card .light-gray-background h4,
body.pirate-primary .call-out-card .light-gray-background h5,
body.pirate-primary .call-out-card .light-gray-background h6,
body.pirate-primary .call-out-card .light-gray-background .h3,
body.pirate-primary .call-out-card .light-gray-background .h4,
body.pirate-primary .call-out-card .light-gray-background .h5,
body.pirate-primary .call-out-card .light-gray-background .h6,
body.pirate-primary .call-out-card .light-gray-background .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background h3 span,
body.pirate-primary .call-out-card .light-gray-background h4 span,
body.pirate-primary .call-out-card .light-gray-background h5 span,
body.pirate-primary .call-out-card .light-gray-background h6 span,
body.pirate-primary .call-out-card .light-gray-background .h3 span,
body.pirate-primary .call-out-card .light-gray-background .h4 span,
body.pirate-primary .call-out-card .light-gray-background .h5 span,
body.pirate-primary .call-out-card .light-gray-background .h6 span,
body.pirate-primary .call-out-card .light-gray-background .sub-heading span,
body.pirate-primary .call-out-card .light-gray-background h3 a.heading,
body.pirate-primary .call-out-card .light-gray-background h4 a.heading,
body.pirate-primary .call-out-card .light-gray-background h5 a.heading,
body.pirate-primary .call-out-card .light-gray-background h6 a.heading,
body.pirate-primary .call-out-card .light-gray-background .h3 a.heading,
body.pirate-primary .call-out-card .light-gray-background .h4 a.heading,
body.pirate-primary .call-out-card .light-gray-background .h5 a.heading,
body.pirate-primary .call-out-card .light-gray-background .h6 a.heading,
body.pirate-primary .call-out-card .light-gray-background .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background p,
body.pirate-primary .call-out-card .light-gray-background ul,
body.pirate-primary .call-out-card .light-gray-background ol,
body.pirate-primary .call-out-card .light-gray-background dl,
body.pirate-primary .call-out-card .light-gray-background table,
body.pirate-primary .call-out-card .light-gray-background span,
body.pirate-primary .call-out-card .light-gray-background i,
body.pirate-primary .call-out-card .light-gray-background blockquote,
body.pirate-primary .call-out-card .light-gray-background figure,
body.pirate-primary .call-out-card .light-gray-background div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background .pseudo-line::before,
body.pirate-primary .call-out-card .light-gray-background .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .light-gray-background a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .light-gray-background a:focus,
body.pirate-primary .call-out-card .light-gray-background a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .light-gray-background a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .light-gray-background div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .light-gray-background .bv_text,
body.pirate-primary .call-out-card .light-gray-background div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .light-gray-background button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background h1,
body.branch-high-contrast-mode .call-out-card .light-gray-background h2,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h1,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background h1 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background h2 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background h3,
body.branch-high-contrast-mode .call-out-card .light-gray-background h4,
body.branch-high-contrast-mode .call-out-card .light-gray-background h5,
body.branch-high-contrast-mode .call-out-card .light-gray-background h6,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h3,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h4,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h5,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h6,
body.branch-high-contrast-mode .call-out-card .light-gray-background .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background h3 span,
body.branch-high-contrast-mode .call-out-card .light-gray-background h4 span,
body.branch-high-contrast-mode .call-out-card .light-gray-background h5 span,
body.branch-high-contrast-mode .call-out-card .light-gray-background h6 span,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h3 span,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h4 span,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h5 span,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h6 span,
body.branch-high-contrast-mode .call-out-card .light-gray-background .sub-heading span,
body.branch-high-contrast-mode .call-out-card .light-gray-background h3 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background h4 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background h5 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background h6 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .light-gray-background .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background p,
body.branch-high-contrast-mode .call-out-card .light-gray-background ul,
body.branch-high-contrast-mode .call-out-card .light-gray-background ol,
body.branch-high-contrast-mode .call-out-card .light-gray-background dl,
body.branch-high-contrast-mode .call-out-card .light-gray-background table,
body.branch-high-contrast-mode .call-out-card .light-gray-background span,
body.branch-high-contrast-mode .call-out-card .light-gray-background i,
body.branch-high-contrast-mode .call-out-card .light-gray-background blockquote,
body.branch-high-contrast-mode .call-out-card .light-gray-background figure,
body.branch-high-contrast-mode .call-out-card .light-gray-background div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .light-gray-background .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background a:focus,
body.branch-high-contrast-mode .call-out-card .light-gray-background a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .light-gray-background .bv_text,
body.branch-high-contrast-mode .call-out-card .light-gray-background div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .light-gray-background button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-warm-tan h1,
body.pirate-primary .call-out-card .corporate-warm-tan h2,
body.pirate-primary .call-out-card .corporate-warm-tan .h1,
body.pirate-primary .call-out-card .corporate-warm-tan .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan h1 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan h2 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan .h1 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan h3,
body.pirate-primary .call-out-card .corporate-warm-tan h4,
body.pirate-primary .call-out-card .corporate-warm-tan h5,
body.pirate-primary .call-out-card .corporate-warm-tan h6,
body.pirate-primary .call-out-card .corporate-warm-tan .h3,
body.pirate-primary .call-out-card .corporate-warm-tan .h4,
body.pirate-primary .call-out-card .corporate-warm-tan .h5,
body.pirate-primary .call-out-card .corporate-warm-tan .h6,
body.pirate-primary .call-out-card .corporate-warm-tan .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan h3 span,
body.pirate-primary .call-out-card .corporate-warm-tan h4 span,
body.pirate-primary .call-out-card .corporate-warm-tan h5 span,
body.pirate-primary .call-out-card .corporate-warm-tan h6 span,
body.pirate-primary .call-out-card .corporate-warm-tan .h3 span,
body.pirate-primary .call-out-card .corporate-warm-tan .h4 span,
body.pirate-primary .call-out-card .corporate-warm-tan .h5 span,
body.pirate-primary .call-out-card .corporate-warm-tan .h6 span,
body.pirate-primary .call-out-card .corporate-warm-tan .sub-heading span,
body.pirate-primary .call-out-card .corporate-warm-tan h3 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan h4 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan h5 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan h6 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan .h3 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan .h4 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan .h5 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan .h6 a.heading,
body.pirate-primary .call-out-card .corporate-warm-tan .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan p,
body.pirate-primary .call-out-card .corporate-warm-tan ul,
body.pirate-primary .call-out-card .corporate-warm-tan ol,
body.pirate-primary .call-out-card .corporate-warm-tan dl,
body.pirate-primary .call-out-card .corporate-warm-tan table,
body.pirate-primary .call-out-card .corporate-warm-tan span,
body.pirate-primary .call-out-card .corporate-warm-tan i,
body.pirate-primary .call-out-card .corporate-warm-tan blockquote,
body.pirate-primary .call-out-card .corporate-warm-tan figure,
body.pirate-primary .call-out-card .corporate-warm-tan div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-warm-tan .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-warm-tan a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-warm-tan a:focus,
body.pirate-primary .call-out-card .corporate-warm-tan a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-warm-tan a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-warm-tan div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-warm-tan .bv_text,
body.pirate-primary .call-out-card .corporate-warm-tan div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-warm-tan button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h1,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h2,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h1,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h3,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h4,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h5,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h6,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h3,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h4,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h5,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h6,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan p,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan ul,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan ol,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan dl,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan table,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan span,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan i,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan figure,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-warm-tan button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-cool-tan h1,
body.pirate-primary .call-out-card .corporate-cool-tan h2,
body.pirate-primary .call-out-card .corporate-cool-tan .h1,
body.pirate-primary .call-out-card .corporate-cool-tan .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan h1 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan h2 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan .h1 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan h3,
body.pirate-primary .call-out-card .corporate-cool-tan h4,
body.pirate-primary .call-out-card .corporate-cool-tan h5,
body.pirate-primary .call-out-card .corporate-cool-tan h6,
body.pirate-primary .call-out-card .corporate-cool-tan .h3,
body.pirate-primary .call-out-card .corporate-cool-tan .h4,
body.pirate-primary .call-out-card .corporate-cool-tan .h5,
body.pirate-primary .call-out-card .corporate-cool-tan .h6,
body.pirate-primary .call-out-card .corporate-cool-tan .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan h3 span,
body.pirate-primary .call-out-card .corporate-cool-tan h4 span,
body.pirate-primary .call-out-card .corporate-cool-tan h5 span,
body.pirate-primary .call-out-card .corporate-cool-tan h6 span,
body.pirate-primary .call-out-card .corporate-cool-tan .h3 span,
body.pirate-primary .call-out-card .corporate-cool-tan .h4 span,
body.pirate-primary .call-out-card .corporate-cool-tan .h5 span,
body.pirate-primary .call-out-card .corporate-cool-tan .h6 span,
body.pirate-primary .call-out-card .corporate-cool-tan .sub-heading span,
body.pirate-primary .call-out-card .corporate-cool-tan h3 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan h4 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan h5 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan h6 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan .h3 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan .h4 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan .h5 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan .h6 a.heading,
body.pirate-primary .call-out-card .corporate-cool-tan .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan p,
body.pirate-primary .call-out-card .corporate-cool-tan ul,
body.pirate-primary .call-out-card .corporate-cool-tan ol,
body.pirate-primary .call-out-card .corporate-cool-tan dl,
body.pirate-primary .call-out-card .corporate-cool-tan table,
body.pirate-primary .call-out-card .corporate-cool-tan span,
body.pirate-primary .call-out-card .corporate-cool-tan i,
body.pirate-primary .call-out-card .corporate-cool-tan blockquote,
body.pirate-primary .call-out-card .corporate-cool-tan figure,
body.pirate-primary .call-out-card .corporate-cool-tan div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-cool-tan .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-cool-tan a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-cool-tan a:focus,
body.pirate-primary .call-out-card .corporate-cool-tan a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-cool-tan a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-cool-tan div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-cool-tan .bv_text,
body.pirate-primary .call-out-card .corporate-cool-tan div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-cool-tan button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h1,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h2,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h1,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h3,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h4,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h5,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h6,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h3,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h4,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h5,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h6,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan p,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan ul,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan ol,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan dl,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan table,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan span,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan i,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan figure,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-cool-tan button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-white h1,
body.pirate-primary .call-out-card .corporate-white h2,
body.pirate-primary .call-out-card .corporate-white .h1,
body.pirate-primary .call-out-card .corporate-white .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white h1 a.heading,
body.pirate-primary .call-out-card .corporate-white h2 a.heading,
body.pirate-primary .call-out-card .corporate-white .h1 a.heading,
body.pirate-primary .call-out-card .corporate-white .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white h3,
body.pirate-primary .call-out-card .corporate-white h4,
body.pirate-primary .call-out-card .corporate-white h5,
body.pirate-primary .call-out-card .corporate-white h6,
body.pirate-primary .call-out-card .corporate-white .h3,
body.pirate-primary .call-out-card .corporate-white .h4,
body.pirate-primary .call-out-card .corporate-white .h5,
body.pirate-primary .call-out-card .corporate-white .h6,
body.pirate-primary .call-out-card .corporate-white .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white h3 span,
body.pirate-primary .call-out-card .corporate-white h4 span,
body.pirate-primary .call-out-card .corporate-white h5 span,
body.pirate-primary .call-out-card .corporate-white h6 span,
body.pirate-primary .call-out-card .corporate-white .h3 span,
body.pirate-primary .call-out-card .corporate-white .h4 span,
body.pirate-primary .call-out-card .corporate-white .h5 span,
body.pirate-primary .call-out-card .corporate-white .h6 span,
body.pirate-primary .call-out-card .corporate-white .sub-heading span,
body.pirate-primary .call-out-card .corporate-white h3 a.heading,
body.pirate-primary .call-out-card .corporate-white h4 a.heading,
body.pirate-primary .call-out-card .corporate-white h5 a.heading,
body.pirate-primary .call-out-card .corporate-white h6 a.heading,
body.pirate-primary .call-out-card .corporate-white .h3 a.heading,
body.pirate-primary .call-out-card .corporate-white .h4 a.heading,
body.pirate-primary .call-out-card .corporate-white .h5 a.heading,
body.pirate-primary .call-out-card .corporate-white .h6 a.heading,
body.pirate-primary .call-out-card .corporate-white .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white p,
body.pirate-primary .call-out-card .corporate-white ul,
body.pirate-primary .call-out-card .corporate-white ol,
body.pirate-primary .call-out-card .corporate-white dl,
body.pirate-primary .call-out-card .corporate-white table,
body.pirate-primary .call-out-card .corporate-white span,
body.pirate-primary .call-out-card .corporate-white i,
body.pirate-primary .call-out-card .corporate-white blockquote,
body.pirate-primary .call-out-card .corporate-white figure,
body.pirate-primary .call-out-card .corporate-white div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-white .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-white a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-white a:focus,
body.pirate-primary .call-out-card .corporate-white a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-white a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-white div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-white .bv_text,
body.pirate-primary .call-out-card .corporate-white div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-white button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-white h1,
body.branch-high-contrast-mode .call-out-card .corporate-white h2,
body.branch-high-contrast-mode .call-out-card .corporate-white .h1,
body.branch-high-contrast-mode .call-out-card .corporate-white .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white h3,
body.branch-high-contrast-mode .call-out-card .corporate-white h4,
body.branch-high-contrast-mode .call-out-card .corporate-white h5,
body.branch-high-contrast-mode .call-out-card .corporate-white h6,
body.branch-high-contrast-mode .call-out-card .corporate-white .h3,
body.branch-high-contrast-mode .call-out-card .corporate-white .h4,
body.branch-high-contrast-mode .call-out-card .corporate-white .h5,
body.branch-high-contrast-mode .call-out-card .corporate-white .h6,
body.branch-high-contrast-mode .call-out-card .corporate-white .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-white h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-white h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-white h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-white .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-white .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-white .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-white .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-white .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-white h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-white .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white p,
body.branch-high-contrast-mode .call-out-card .corporate-white ul,
body.branch-high-contrast-mode .call-out-card .corporate-white ol,
body.branch-high-contrast-mode .call-out-card .corporate-white dl,
body.branch-high-contrast-mode .call-out-card .corporate-white table,
body.branch-high-contrast-mode .call-out-card .corporate-white span,
body.branch-high-contrast-mode .call-out-card .corporate-white i,
body.branch-high-contrast-mode .call-out-card .corporate-white blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-white figure,
body.branch-high-contrast-mode .call-out-card .corporate-white div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-white .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-white a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-white a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-white a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-white div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-white .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-white div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-white button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-gray h1,
body.pirate-primary .call-out-card .corporate-gray h2,
body.pirate-primary .call-out-card .corporate-gray .h1,
body.pirate-primary .call-out-card .corporate-gray .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray h1 a.heading,
body.pirate-primary .call-out-card .corporate-gray h2 a.heading,
body.pirate-primary .call-out-card .corporate-gray .h1 a.heading,
body.pirate-primary .call-out-card .corporate-gray .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray h3,
body.pirate-primary .call-out-card .corporate-gray h4,
body.pirate-primary .call-out-card .corporate-gray h5,
body.pirate-primary .call-out-card .corporate-gray h6,
body.pirate-primary .call-out-card .corporate-gray .h3,
body.pirate-primary .call-out-card .corporate-gray .h4,
body.pirate-primary .call-out-card .corporate-gray .h5,
body.pirate-primary .call-out-card .corporate-gray .h6,
body.pirate-primary .call-out-card .corporate-gray .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray h3 span,
body.pirate-primary .call-out-card .corporate-gray h4 span,
body.pirate-primary .call-out-card .corporate-gray h5 span,
body.pirate-primary .call-out-card .corporate-gray h6 span,
body.pirate-primary .call-out-card .corporate-gray .h3 span,
body.pirate-primary .call-out-card .corporate-gray .h4 span,
body.pirate-primary .call-out-card .corporate-gray .h5 span,
body.pirate-primary .call-out-card .corporate-gray .h6 span,
body.pirate-primary .call-out-card .corporate-gray .sub-heading span,
body.pirate-primary .call-out-card .corporate-gray h3 a.heading,
body.pirate-primary .call-out-card .corporate-gray h4 a.heading,
body.pirate-primary .call-out-card .corporate-gray h5 a.heading,
body.pirate-primary .call-out-card .corporate-gray h6 a.heading,
body.pirate-primary .call-out-card .corporate-gray .h3 a.heading,
body.pirate-primary .call-out-card .corporate-gray .h4 a.heading,
body.pirate-primary .call-out-card .corporate-gray .h5 a.heading,
body.pirate-primary .call-out-card .corporate-gray .h6 a.heading,
body.pirate-primary .call-out-card .corporate-gray .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray p,
body.pirate-primary .call-out-card .corporate-gray ul,
body.pirate-primary .call-out-card .corporate-gray ol,
body.pirate-primary .call-out-card .corporate-gray dl,
body.pirate-primary .call-out-card .corporate-gray table,
body.pirate-primary .call-out-card .corporate-gray span,
body.pirate-primary .call-out-card .corporate-gray i,
body.pirate-primary .call-out-card .corporate-gray blockquote,
body.pirate-primary .call-out-card .corporate-gray figure,
body.pirate-primary .call-out-card .corporate-gray div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-gray .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-gray a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-gray a:focus,
body.pirate-primary .call-out-card .corporate-gray a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-gray a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-gray div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-gray .bv_text,
body.pirate-primary .call-out-card .corporate-gray div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-gray button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray h1,
body.branch-high-contrast-mode .call-out-card .corporate-gray h2,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h1,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray h3,
body.branch-high-contrast-mode .call-out-card .corporate-gray h4,
body.branch-high-contrast-mode .call-out-card .corporate-gray h5,
body.branch-high-contrast-mode .call-out-card .corporate-gray h6,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h3,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h4,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h5,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h6,
body.branch-high-contrast-mode .call-out-card .corporate-gray .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-gray h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-gray h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-gray h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-gray .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-gray h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-gray .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray p,
body.branch-high-contrast-mode .call-out-card .corporate-gray ul,
body.branch-high-contrast-mode .call-out-card .corporate-gray ol,
body.branch-high-contrast-mode .call-out-card .corporate-gray dl,
body.branch-high-contrast-mode .call-out-card .corporate-gray table,
body.branch-high-contrast-mode .call-out-card .corporate-gray span,
body.branch-high-contrast-mode .call-out-card .corporate-gray i,
body.branch-high-contrast-mode .call-out-card .corporate-gray blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-gray figure,
body.branch-high-contrast-mode .call-out-card .corporate-gray div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-gray .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-gray a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-gray .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-gray div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-gray button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .dark-gray-background h1,
body.pirate-primary .call-out-card .dark-gray-background h2,
body.pirate-primary .call-out-card .dark-gray-background .h1,
body.pirate-primary .call-out-card .dark-gray-background .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background h1 a.heading,
body.pirate-primary .call-out-card .dark-gray-background h2 a.heading,
body.pirate-primary .call-out-card .dark-gray-background .h1 a.heading,
body.pirate-primary .call-out-card .dark-gray-background .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background h3,
body.pirate-primary .call-out-card .dark-gray-background h4,
body.pirate-primary .call-out-card .dark-gray-background h5,
body.pirate-primary .call-out-card .dark-gray-background h6,
body.pirate-primary .call-out-card .dark-gray-background .h3,
body.pirate-primary .call-out-card .dark-gray-background .h4,
body.pirate-primary .call-out-card .dark-gray-background .h5,
body.pirate-primary .call-out-card .dark-gray-background .h6,
body.pirate-primary .call-out-card .dark-gray-background .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background h3 span,
body.pirate-primary .call-out-card .dark-gray-background h4 span,
body.pirate-primary .call-out-card .dark-gray-background h5 span,
body.pirate-primary .call-out-card .dark-gray-background h6 span,
body.pirate-primary .call-out-card .dark-gray-background .h3 span,
body.pirate-primary .call-out-card .dark-gray-background .h4 span,
body.pirate-primary .call-out-card .dark-gray-background .h5 span,
body.pirate-primary .call-out-card .dark-gray-background .h6 span,
body.pirate-primary .call-out-card .dark-gray-background .sub-heading span,
body.pirate-primary .call-out-card .dark-gray-background h3 a.heading,
body.pirate-primary .call-out-card .dark-gray-background h4 a.heading,
body.pirate-primary .call-out-card .dark-gray-background h5 a.heading,
body.pirate-primary .call-out-card .dark-gray-background h6 a.heading,
body.pirate-primary .call-out-card .dark-gray-background .h3 a.heading,
body.pirate-primary .call-out-card .dark-gray-background .h4 a.heading,
body.pirate-primary .call-out-card .dark-gray-background .h5 a.heading,
body.pirate-primary .call-out-card .dark-gray-background .h6 a.heading,
body.pirate-primary .call-out-card .dark-gray-background .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background p,
body.pirate-primary .call-out-card .dark-gray-background ul,
body.pirate-primary .call-out-card .dark-gray-background ol,
body.pirate-primary .call-out-card .dark-gray-background dl,
body.pirate-primary .call-out-card .dark-gray-background table,
body.pirate-primary .call-out-card .dark-gray-background span,
body.pirate-primary .call-out-card .dark-gray-background i,
body.pirate-primary .call-out-card .dark-gray-background blockquote,
body.pirate-primary .call-out-card .dark-gray-background figure,
body.pirate-primary .call-out-card .dark-gray-background div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background .pseudo-line::before,
body.pirate-primary .call-out-card .dark-gray-background .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-gray-background a:focus,
body.pirate-primary .call-out-card .dark-gray-background a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .dark-gray-background a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .dark-gray-background div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .dark-gray-background .bv_text,
body.pirate-primary .call-out-card .dark-gray-background div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .dark-gray-background button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background h1,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h2,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h1,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background h1 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h2 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background h3,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h4,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h5,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h6,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h3,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h4,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h5,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h6,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background h3 span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h4 span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h5 span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h6 span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h3 span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h4 span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h5 span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h6 span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .sub-heading span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h3 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h4 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h5 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background h6 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background p,
body.branch-high-contrast-mode .call-out-card .dark-gray-background ul,
body.branch-high-contrast-mode .call-out-card .dark-gray-background ol,
body.branch-high-contrast-mode .call-out-card .dark-gray-background dl,
body.branch-high-contrast-mode .call-out-card .dark-gray-background table,
body.branch-high-contrast-mode .call-out-card .dark-gray-background span,
body.branch-high-contrast-mode .call-out-card .dark-gray-background i,
body.branch-high-contrast-mode .call-out-card .dark-gray-background blockquote,
body.branch-high-contrast-mode .call-out-card .dark-gray-background figure,
body.branch-high-contrast-mode .call-out-card .dark-gray-background div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background a:focus,
body.branch-high-contrast-mode .call-out-card .dark-gray-background a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .dark-gray-background .bv_text,
body.branch-high-contrast-mode .call-out-card .dark-gray-background div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .dark-gray-background button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .brown-background h1,
body.pirate-primary .call-out-card .brown-background h2,
body.pirate-primary .call-out-card .brown-background .h1,
body.pirate-primary .call-out-card .brown-background .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background h1 a.heading,
body.pirate-primary .call-out-card .brown-background h2 a.heading,
body.pirate-primary .call-out-card .brown-background .h1 a.heading,
body.pirate-primary .call-out-card .brown-background .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background h3,
body.pirate-primary .call-out-card .brown-background h4,
body.pirate-primary .call-out-card .brown-background h5,
body.pirate-primary .call-out-card .brown-background h6,
body.pirate-primary .call-out-card .brown-background .h3,
body.pirate-primary .call-out-card .brown-background .h4,
body.pirate-primary .call-out-card .brown-background .h5,
body.pirate-primary .call-out-card .brown-background .h6,
body.pirate-primary .call-out-card .brown-background .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background h3 span,
body.pirate-primary .call-out-card .brown-background h4 span,
body.pirate-primary .call-out-card .brown-background h5 span,
body.pirate-primary .call-out-card .brown-background h6 span,
body.pirate-primary .call-out-card .brown-background .h3 span,
body.pirate-primary .call-out-card .brown-background .h4 span,
body.pirate-primary .call-out-card .brown-background .h5 span,
body.pirate-primary .call-out-card .brown-background .h6 span,
body.pirate-primary .call-out-card .brown-background .sub-heading span,
body.pirate-primary .call-out-card .brown-background h3 a.heading,
body.pirate-primary .call-out-card .brown-background h4 a.heading,
body.pirate-primary .call-out-card .brown-background h5 a.heading,
body.pirate-primary .call-out-card .brown-background h6 a.heading,
body.pirate-primary .call-out-card .brown-background .h3 a.heading,
body.pirate-primary .call-out-card .brown-background .h4 a.heading,
body.pirate-primary .call-out-card .brown-background .h5 a.heading,
body.pirate-primary .call-out-card .brown-background .h6 a.heading,
body.pirate-primary .call-out-card .brown-background .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background p,
body.pirate-primary .call-out-card .brown-background ul,
body.pirate-primary .call-out-card .brown-background ol,
body.pirate-primary .call-out-card .brown-background dl,
body.pirate-primary .call-out-card .brown-background table,
body.pirate-primary .call-out-card .brown-background span,
body.pirate-primary .call-out-card .brown-background i,
body.pirate-primary .call-out-card .brown-background blockquote,
body.pirate-primary .call-out-card .brown-background figure,
body.pirate-primary .call-out-card .brown-background div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background .pseudo-line::before,
body.pirate-primary .call-out-card .brown-background .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .brown-background a:focus,
body.pirate-primary .call-out-card .brown-background a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .brown-background a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .brown-background div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .brown-background .bv_text,
body.pirate-primary .call-out-card .brown-background div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .brown-background button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .brown-background h1,
body.branch-high-contrast-mode .call-out-card .brown-background h2,
body.branch-high-contrast-mode .call-out-card .brown-background .h1,
body.branch-high-contrast-mode .call-out-card .brown-background .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background h1 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background h2 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background h3,
body.branch-high-contrast-mode .call-out-card .brown-background h4,
body.branch-high-contrast-mode .call-out-card .brown-background h5,
body.branch-high-contrast-mode .call-out-card .brown-background h6,
body.branch-high-contrast-mode .call-out-card .brown-background .h3,
body.branch-high-contrast-mode .call-out-card .brown-background .h4,
body.branch-high-contrast-mode .call-out-card .brown-background .h5,
body.branch-high-contrast-mode .call-out-card .brown-background .h6,
body.branch-high-contrast-mode .call-out-card .brown-background .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background h3 span,
body.branch-high-contrast-mode .call-out-card .brown-background h4 span,
body.branch-high-contrast-mode .call-out-card .brown-background h5 span,
body.branch-high-contrast-mode .call-out-card .brown-background h6 span,
body.branch-high-contrast-mode .call-out-card .brown-background .h3 span,
body.branch-high-contrast-mode .call-out-card .brown-background .h4 span,
body.branch-high-contrast-mode .call-out-card .brown-background .h5 span,
body.branch-high-contrast-mode .call-out-card .brown-background .h6 span,
body.branch-high-contrast-mode .call-out-card .brown-background .sub-heading span,
body.branch-high-contrast-mode .call-out-card .brown-background h3 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background h4 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background h5 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background h6 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .brown-background .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background p,
body.branch-high-contrast-mode .call-out-card .brown-background ul,
body.branch-high-contrast-mode .call-out-card .brown-background ol,
body.branch-high-contrast-mode .call-out-card .brown-background dl,
body.branch-high-contrast-mode .call-out-card .brown-background table,
body.branch-high-contrast-mode .call-out-card .brown-background span,
body.branch-high-contrast-mode .call-out-card .brown-background i,
body.branch-high-contrast-mode .call-out-card .brown-background blockquote,
body.branch-high-contrast-mode .call-out-card .brown-background figure,
body.branch-high-contrast-mode .call-out-card .brown-background div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .brown-background .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .brown-background a:focus,
body.branch-high-contrast-mode .call-out-card .brown-background a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .brown-background a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .brown-background div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .brown-background .bv_text,
body.branch-high-contrast-mode .call-out-card .brown-background div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .brown-background button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .dark-brown-background  h1,
body.pirate-primary .call-out-card .dark-brown-background  h2,
body.pirate-primary .call-out-card .dark-brown-background  .h1,
body.pirate-primary .call-out-card .dark-brown-background  .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  h1 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  h2 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  .h1 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  h3,
body.pirate-primary .call-out-card .dark-brown-background  h4,
body.pirate-primary .call-out-card .dark-brown-background  h5,
body.pirate-primary .call-out-card .dark-brown-background  h6,
body.pirate-primary .call-out-card .dark-brown-background  .h3,
body.pirate-primary .call-out-card .dark-brown-background  .h4,
body.pirate-primary .call-out-card .dark-brown-background  .h5,
body.pirate-primary .call-out-card .dark-brown-background  .h6,
body.pirate-primary .call-out-card .dark-brown-background  .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  h3 span,
body.pirate-primary .call-out-card .dark-brown-background  h4 span,
body.pirate-primary .call-out-card .dark-brown-background  h5 span,
body.pirate-primary .call-out-card .dark-brown-background  h6 span,
body.pirate-primary .call-out-card .dark-brown-background  .h3 span,
body.pirate-primary .call-out-card .dark-brown-background  .h4 span,
body.pirate-primary .call-out-card .dark-brown-background  .h5 span,
body.pirate-primary .call-out-card .dark-brown-background  .h6 span,
body.pirate-primary .call-out-card .dark-brown-background  .sub-heading span,
body.pirate-primary .call-out-card .dark-brown-background  h3 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  h4 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  h5 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  h6 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  .h3 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  .h4 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  .h5 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  .h6 a.heading,
body.pirate-primary .call-out-card .dark-brown-background  .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  p,
body.pirate-primary .call-out-card .dark-brown-background  ul,
body.pirate-primary .call-out-card .dark-brown-background  ol,
body.pirate-primary .call-out-card .dark-brown-background  dl,
body.pirate-primary .call-out-card .dark-brown-background  table,
body.pirate-primary .call-out-card .dark-brown-background  span,
body.pirate-primary .call-out-card .dark-brown-background  i,
body.pirate-primary .call-out-card .dark-brown-background  blockquote,
body.pirate-primary .call-out-card .dark-brown-background  figure,
body.pirate-primary .call-out-card .dark-brown-background  div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  .pseudo-line::before,
body.pirate-primary .call-out-card .dark-brown-background  .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .dark-brown-background  a:focus,
body.pirate-primary .call-out-card .dark-brown-background  a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .dark-brown-background  a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .dark-brown-background  div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .dark-brown-background  .bv_text,
body.pirate-primary .call-out-card .dark-brown-background  div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .dark-brown-background  button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h1,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h2,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h1,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h1 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h2 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h3,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h4,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h5,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h6,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h3,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h4,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h5,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h6,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h3 span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h4 span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h5 span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h6 span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h3 span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h4 span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h5 span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h6 span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .sub-heading span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h3 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h4 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h5 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  h6 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  p,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  ul,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  ol,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  dl,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  table,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  span,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  i,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  blockquote,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  figure,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  a:focus,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  .bv_text,
body.branch-high-contrast-mode .call-out-card .dark-brown-background  div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .dark-brown-background  button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  h1,
body.pirate-primary .call-out-card .corporate-dark-munsell  h2,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h1,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  h1 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  h2 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h1 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  h3,
body.pirate-primary .call-out-card .corporate-dark-munsell  h4,
body.pirate-primary .call-out-card .corporate-dark-munsell  h5,
body.pirate-primary .call-out-card .corporate-dark-munsell  h6,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h3,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h4,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h5,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h6,
body.pirate-primary .call-out-card .corporate-dark-munsell  .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  h3 span,
body.pirate-primary .call-out-card .corporate-dark-munsell  h4 span,
body.pirate-primary .call-out-card .corporate-dark-munsell  h5 span,
body.pirate-primary .call-out-card .corporate-dark-munsell  h6 span,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h3 span,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h4 span,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h5 span,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h6 span,
body.pirate-primary .call-out-card .corporate-dark-munsell  .sub-heading span,
body.pirate-primary .call-out-card .corporate-dark-munsell  h3 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  h4 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  h5 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  h6 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h3 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h4 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h5 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  .h6 a.heading,
body.pirate-primary .call-out-card .corporate-dark-munsell  .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  p,
body.pirate-primary .call-out-card .corporate-dark-munsell  ul,
body.pirate-primary .call-out-card .corporate-dark-munsell  ol,
body.pirate-primary .call-out-card .corporate-dark-munsell  dl,
body.pirate-primary .call-out-card .corporate-dark-munsell  table,
body.pirate-primary .call-out-card .corporate-dark-munsell  span,
body.pirate-primary .call-out-card .corporate-dark-munsell  i,
body.pirate-primary .call-out-card .corporate-dark-munsell  blockquote,
body.pirate-primary .call-out-card .corporate-dark-munsell  figure,
body.pirate-primary .call-out-card .corporate-dark-munsell  div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-dark-munsell  .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  a:focus,
body.pirate-primary .call-out-card .corporate-dark-munsell  a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-dark-munsell  .bv_text,
body.pirate-primary .call-out-card .corporate-dark-munsell  div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-dark-munsell  button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h1,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h2,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h1,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h3,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h4,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h5,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h6,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h3,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h4,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h5,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h6,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  p,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  ul,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  ol,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  dl,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  table,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  span,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  i,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  figure,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-dark-munsell  button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-munsell  h1,
body.pirate-primary .call-out-card .corporate-munsell  h2,
body.pirate-primary .call-out-card .corporate-munsell  .h1,
body.pirate-primary .call-out-card .corporate-munsell  .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  h1 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  h2 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  .h1 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  h3,
body.pirate-primary .call-out-card .corporate-munsell  h4,
body.pirate-primary .call-out-card .corporate-munsell  h5,
body.pirate-primary .call-out-card .corporate-munsell  h6,
body.pirate-primary .call-out-card .corporate-munsell  .h3,
body.pirate-primary .call-out-card .corporate-munsell  .h4,
body.pirate-primary .call-out-card .corporate-munsell  .h5,
body.pirate-primary .call-out-card .corporate-munsell  .h6,
body.pirate-primary .call-out-card .corporate-munsell  .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  h3 span,
body.pirate-primary .call-out-card .corporate-munsell  h4 span,
body.pirate-primary .call-out-card .corporate-munsell  h5 span,
body.pirate-primary .call-out-card .corporate-munsell  h6 span,
body.pirate-primary .call-out-card .corporate-munsell  .h3 span,
body.pirate-primary .call-out-card .corporate-munsell  .h4 span,
body.pirate-primary .call-out-card .corporate-munsell  .h5 span,
body.pirate-primary .call-out-card .corporate-munsell  .h6 span,
body.pirate-primary .call-out-card .corporate-munsell  .sub-heading span,
body.pirate-primary .call-out-card .corporate-munsell  h3 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  h4 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  h5 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  h6 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  .h3 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  .h4 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  .h5 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  .h6 a.heading,
body.pirate-primary .call-out-card .corporate-munsell  .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  p,
body.pirate-primary .call-out-card .corporate-munsell  ul,
body.pirate-primary .call-out-card .corporate-munsell  ol,
body.pirate-primary .call-out-card .corporate-munsell  dl,
body.pirate-primary .call-out-card .corporate-munsell  table,
body.pirate-primary .call-out-card .corporate-munsell  span,
body.pirate-primary .call-out-card .corporate-munsell  i,
body.pirate-primary .call-out-card .corporate-munsell  blockquote,
body.pirate-primary .call-out-card .corporate-munsell  figure,
body.pirate-primary .call-out-card .corporate-munsell  div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-munsell  .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-munsell  a:focus,
body.pirate-primary .call-out-card .corporate-munsell  a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-munsell  a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-munsell  div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-munsell  .bv_text,
body.pirate-primary .call-out-card .corporate-munsell  div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-munsell  button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h1,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h2,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h1,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h3,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h4,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h5,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h6,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h3,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h4,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h5,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h6,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  p,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  ul,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  ol,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  dl,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  table,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  span,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  i,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  figure,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-munsell  div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-munsell  button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card  .dark-text h1,
body.pirate-primary .call-out-card  .dark-text h2,
body.pirate-primary .call-out-card  .dark-text .h1,
body.pirate-primary .call-out-card  .dark-text .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text h1 a.heading,
body.pirate-primary .call-out-card  .dark-text h2 a.heading,
body.pirate-primary .call-out-card  .dark-text .h1 a.heading,
body.pirate-primary .call-out-card  .dark-text .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text h3,
body.pirate-primary .call-out-card  .dark-text h4,
body.pirate-primary .call-out-card  .dark-text h5,
body.pirate-primary .call-out-card  .dark-text h6,
body.pirate-primary .call-out-card  .dark-text .h3,
body.pirate-primary .call-out-card  .dark-text .h4,
body.pirate-primary .call-out-card  .dark-text .h5,
body.pirate-primary .call-out-card  .dark-text .h6,
body.pirate-primary .call-out-card  .dark-text .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text h3 span,
body.pirate-primary .call-out-card  .dark-text h4 span,
body.pirate-primary .call-out-card  .dark-text h5 span,
body.pirate-primary .call-out-card  .dark-text h6 span,
body.pirate-primary .call-out-card  .dark-text .h3 span,
body.pirate-primary .call-out-card  .dark-text .h4 span,
body.pirate-primary .call-out-card  .dark-text .h5 span,
body.pirate-primary .call-out-card  .dark-text .h6 span,
body.pirate-primary .call-out-card  .dark-text .sub-heading span,
body.pirate-primary .call-out-card  .dark-text h3 a.heading,
body.pirate-primary .call-out-card  .dark-text h4 a.heading,
body.pirate-primary .call-out-card  .dark-text h5 a.heading,
body.pirate-primary .call-out-card  .dark-text h6 a.heading,
body.pirate-primary .call-out-card  .dark-text .h3 a.heading,
body.pirate-primary .call-out-card  .dark-text .h4 a.heading,
body.pirate-primary .call-out-card  .dark-text .h5 a.heading,
body.pirate-primary .call-out-card  .dark-text .h6 a.heading,
body.pirate-primary .call-out-card  .dark-text .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text p,
body.pirate-primary .call-out-card  .dark-text ul,
body.pirate-primary .call-out-card  .dark-text ol,
body.pirate-primary .call-out-card  .dark-text dl,
body.pirate-primary .call-out-card  .dark-text table,
body.pirate-primary .call-out-card  .dark-text span,
body.pirate-primary .call-out-card  .dark-text i,
body.pirate-primary .call-out-card  .dark-text blockquote,
body.pirate-primary .call-out-card  .dark-text figure,
body.pirate-primary .call-out-card  .dark-text div {
  color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text .pseudo-line::before,
body.pirate-primary .call-out-card  .dark-text .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card  .dark-text a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card  .dark-text a:focus,
body.pirate-primary .call-out-card  .dark-text a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card  .dark-text a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card  .dark-text div.bv_avgRating_component_container,
body.pirate-primary .call-out-card  .dark-text .bv_text,
body.pirate-primary .call-out-card  .dark-text div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card  .dark-text button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card  .dark-text h1,
body.branch-high-contrast-mode .call-out-card  .dark-text h2,
body.branch-high-contrast-mode .call-out-card  .dark-text .h1,
body.branch-high-contrast-mode .call-out-card  .dark-text .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text h1 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text h2 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text .h1 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text h3,
body.branch-high-contrast-mode .call-out-card  .dark-text h4,
body.branch-high-contrast-mode .call-out-card  .dark-text h5,
body.branch-high-contrast-mode .call-out-card  .dark-text h6,
body.branch-high-contrast-mode .call-out-card  .dark-text .h3,
body.branch-high-contrast-mode .call-out-card  .dark-text .h4,
body.branch-high-contrast-mode .call-out-card  .dark-text .h5,
body.branch-high-contrast-mode .call-out-card  .dark-text .h6,
body.branch-high-contrast-mode .call-out-card  .dark-text .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text h3 span,
body.branch-high-contrast-mode .call-out-card  .dark-text h4 span,
body.branch-high-contrast-mode .call-out-card  .dark-text h5 span,
body.branch-high-contrast-mode .call-out-card  .dark-text h6 span,
body.branch-high-contrast-mode .call-out-card  .dark-text .h3 span,
body.branch-high-contrast-mode .call-out-card  .dark-text .h4 span,
body.branch-high-contrast-mode .call-out-card  .dark-text .h5 span,
body.branch-high-contrast-mode .call-out-card  .dark-text .h6 span,
body.branch-high-contrast-mode .call-out-card  .dark-text .sub-heading span,
body.branch-high-contrast-mode .call-out-card  .dark-text h3 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text h4 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text h5 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text h6 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text .h3 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text .h4 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text .h5 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text .h6 a.heading,
body.branch-high-contrast-mode .call-out-card  .dark-text .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text p,
body.branch-high-contrast-mode .call-out-card  .dark-text ul,
body.branch-high-contrast-mode .call-out-card  .dark-text ol,
body.branch-high-contrast-mode .call-out-card  .dark-text dl,
body.branch-high-contrast-mode .call-out-card  .dark-text table,
body.branch-high-contrast-mode .call-out-card  .dark-text span,
body.branch-high-contrast-mode .call-out-card  .dark-text i,
body.branch-high-contrast-mode .call-out-card  .dark-text blockquote,
body.branch-high-contrast-mode .call-out-card  .dark-text figure,
body.branch-high-contrast-mode .call-out-card  .dark-text div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card  .dark-text .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card  .dark-text a:focus,
body.branch-high-contrast-mode .call-out-card  .dark-text a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card  .dark-text a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card  .dark-text div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card  .dark-text .bv_text,
body.branch-high-contrast-mode .call-out-card  .dark-text div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card  .dark-text button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card  .light-text h1,
body.pirate-primary .call-out-card  .light-text h2,
body.pirate-primary .call-out-card  .light-text .h1,
body.pirate-primary .call-out-card  .light-text .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text h1 a.heading,
body.pirate-primary .call-out-card  .light-text h2 a.heading,
body.pirate-primary .call-out-card  .light-text .h1 a.heading,
body.pirate-primary .call-out-card  .light-text .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text h3,
body.pirate-primary .call-out-card  .light-text h4,
body.pirate-primary .call-out-card  .light-text h5,
body.pirate-primary .call-out-card  .light-text h6,
body.pirate-primary .call-out-card  .light-text .h3,
body.pirate-primary .call-out-card  .light-text .h4,
body.pirate-primary .call-out-card  .light-text .h5,
body.pirate-primary .call-out-card  .light-text .h6,
body.pirate-primary .call-out-card  .light-text .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text h3 span,
body.pirate-primary .call-out-card  .light-text h4 span,
body.pirate-primary .call-out-card  .light-text h5 span,
body.pirate-primary .call-out-card  .light-text h6 span,
body.pirate-primary .call-out-card  .light-text .h3 span,
body.pirate-primary .call-out-card  .light-text .h4 span,
body.pirate-primary .call-out-card  .light-text .h5 span,
body.pirate-primary .call-out-card  .light-text .h6 span,
body.pirate-primary .call-out-card  .light-text .sub-heading span,
body.pirate-primary .call-out-card  .light-text h3 a.heading,
body.pirate-primary .call-out-card  .light-text h4 a.heading,
body.pirate-primary .call-out-card  .light-text h5 a.heading,
body.pirate-primary .call-out-card  .light-text h6 a.heading,
body.pirate-primary .call-out-card  .light-text .h3 a.heading,
body.pirate-primary .call-out-card  .light-text .h4 a.heading,
body.pirate-primary .call-out-card  .light-text .h5 a.heading,
body.pirate-primary .call-out-card  .light-text .h6 a.heading,
body.pirate-primary .call-out-card  .light-text .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text p,
body.pirate-primary .call-out-card  .light-text ul,
body.pirate-primary .call-out-card  .light-text ol,
body.pirate-primary .call-out-card  .light-text dl,
body.pirate-primary .call-out-card  .light-text table,
body.pirate-primary .call-out-card  .light-text span,
body.pirate-primary .call-out-card  .light-text i,
body.pirate-primary .call-out-card  .light-text blockquote,
body.pirate-primary .call-out-card  .light-text figure,
body.pirate-primary .call-out-card  .light-text div {
  color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text .pseudo-line::before,
body.pirate-primary .call-out-card  .light-text .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card  .light-text a:focus,
body.pirate-primary .call-out-card  .light-text a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card  .light-text a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card  .light-text div.bv_avgRating_component_container,
body.pirate-primary .call-out-card  .light-text .bv_text,
body.pirate-primary .call-out-card  .light-text div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card  .light-text button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card  .light-text h1,
body.branch-high-contrast-mode .call-out-card  .light-text h2,
body.branch-high-contrast-mode .call-out-card  .light-text .h1,
body.branch-high-contrast-mode .call-out-card  .light-text .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text h1 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text h2 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text .h1 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text h3,
body.branch-high-contrast-mode .call-out-card  .light-text h4,
body.branch-high-contrast-mode .call-out-card  .light-text h5,
body.branch-high-contrast-mode .call-out-card  .light-text h6,
body.branch-high-contrast-mode .call-out-card  .light-text .h3,
body.branch-high-contrast-mode .call-out-card  .light-text .h4,
body.branch-high-contrast-mode .call-out-card  .light-text .h5,
body.branch-high-contrast-mode .call-out-card  .light-text .h6,
body.branch-high-contrast-mode .call-out-card  .light-text .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text h3 span,
body.branch-high-contrast-mode .call-out-card  .light-text h4 span,
body.branch-high-contrast-mode .call-out-card  .light-text h5 span,
body.branch-high-contrast-mode .call-out-card  .light-text h6 span,
body.branch-high-contrast-mode .call-out-card  .light-text .h3 span,
body.branch-high-contrast-mode .call-out-card  .light-text .h4 span,
body.branch-high-contrast-mode .call-out-card  .light-text .h5 span,
body.branch-high-contrast-mode .call-out-card  .light-text .h6 span,
body.branch-high-contrast-mode .call-out-card  .light-text .sub-heading span,
body.branch-high-contrast-mode .call-out-card  .light-text h3 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text h4 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text h5 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text h6 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text .h3 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text .h4 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text .h5 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text .h6 a.heading,
body.branch-high-contrast-mode .call-out-card  .light-text .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text p,
body.branch-high-contrast-mode .call-out-card  .light-text ul,
body.branch-high-contrast-mode .call-out-card  .light-text ol,
body.branch-high-contrast-mode .call-out-card  .light-text dl,
body.branch-high-contrast-mode .call-out-card  .light-text table,
body.branch-high-contrast-mode .call-out-card  .light-text span,
body.branch-high-contrast-mode .call-out-card  .light-text i,
body.branch-high-contrast-mode .call-out-card  .light-text blockquote,
body.branch-high-contrast-mode .call-out-card  .light-text figure,
body.branch-high-contrast-mode .call-out-card  .light-text div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card  .light-text .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card  .light-text a:focus,
body.branch-high-contrast-mode .call-out-card  .light-text a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card  .light-text a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card  .light-text div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card  .light-text .bv_text,
body.branch-high-contrast-mode .call-out-card  .light-text div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card  .light-text button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-purple h1,
body.pirate-primary .call-out-card .corporate-purple h2,
body.pirate-primary .call-out-card .corporate-purple .h1,
body.pirate-primary .call-out-card .corporate-purple .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple h1 a.heading,
body.pirate-primary .call-out-card .corporate-purple h2 a.heading,
body.pirate-primary .call-out-card .corporate-purple .h1 a.heading,
body.pirate-primary .call-out-card .corporate-purple .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple h3,
body.pirate-primary .call-out-card .corporate-purple h4,
body.pirate-primary .call-out-card .corporate-purple h5,
body.pirate-primary .call-out-card .corporate-purple h6,
body.pirate-primary .call-out-card .corporate-purple .h3,
body.pirate-primary .call-out-card .corporate-purple .h4,
body.pirate-primary .call-out-card .corporate-purple .h5,
body.pirate-primary .call-out-card .corporate-purple .h6,
body.pirate-primary .call-out-card .corporate-purple .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple h3 span,
body.pirate-primary .call-out-card .corporate-purple h4 span,
body.pirate-primary .call-out-card .corporate-purple h5 span,
body.pirate-primary .call-out-card .corporate-purple h6 span,
body.pirate-primary .call-out-card .corporate-purple .h3 span,
body.pirate-primary .call-out-card .corporate-purple .h4 span,
body.pirate-primary .call-out-card .corporate-purple .h5 span,
body.pirate-primary .call-out-card .corporate-purple .h6 span,
body.pirate-primary .call-out-card .corporate-purple .sub-heading span,
body.pirate-primary .call-out-card .corporate-purple h3 a.heading,
body.pirate-primary .call-out-card .corporate-purple h4 a.heading,
body.pirate-primary .call-out-card .corporate-purple h5 a.heading,
body.pirate-primary .call-out-card .corporate-purple h6 a.heading,
body.pirate-primary .call-out-card .corporate-purple .h3 a.heading,
body.pirate-primary .call-out-card .corporate-purple .h4 a.heading,
body.pirate-primary .call-out-card .corporate-purple .h5 a.heading,
body.pirate-primary .call-out-card .corporate-purple .h6 a.heading,
body.pirate-primary .call-out-card .corporate-purple .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple p,
body.pirate-primary .call-out-card .corporate-purple ul,
body.pirate-primary .call-out-card .corporate-purple ol,
body.pirate-primary .call-out-card .corporate-purple dl,
body.pirate-primary .call-out-card .corporate-purple table,
body.pirate-primary .call-out-card .corporate-purple span,
body.pirate-primary .call-out-card .corporate-purple i,
body.pirate-primary .call-out-card .corporate-purple blockquote,
body.pirate-primary .call-out-card .corporate-purple figure,
body.pirate-primary .call-out-card .corporate-purple div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-purple .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple a:focus,
body.pirate-primary .call-out-card .corporate-purple a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-purple a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-purple div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-purple .bv_text,
body.pirate-primary .call-out-card .corporate-purple div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-purple button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple h1,
body.branch-high-contrast-mode .call-out-card .corporate-purple h2,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h1,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple h3,
body.branch-high-contrast-mode .call-out-card .corporate-purple h4,
body.branch-high-contrast-mode .call-out-card .corporate-purple h5,
body.branch-high-contrast-mode .call-out-card .corporate-purple h6,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h3,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h4,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h5,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h6,
body.branch-high-contrast-mode .call-out-card .corporate-purple .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-purple h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple p,
body.branch-high-contrast-mode .call-out-card .corporate-purple ul,
body.branch-high-contrast-mode .call-out-card .corporate-purple ol,
body.branch-high-contrast-mode .call-out-card .corporate-purple dl,
body.branch-high-contrast-mode .call-out-card .corporate-purple table,
body.branch-high-contrast-mode .call-out-card .corporate-purple span,
body.branch-high-contrast-mode .call-out-card .corporate-purple i,
body.branch-high-contrast-mode .call-out-card .corporate-purple blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-purple figure,
body.branch-high-contrast-mode .call-out-card .corporate-purple div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-purple .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-purple a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-purple .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-purple div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 h1,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h2,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h1,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 h1 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h2 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h1 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 h3,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h4,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h5,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h6,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h3,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h4,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h5,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h6,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 h3 span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h4 span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h5 span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h6 span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h3 span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h4 span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h5 span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h6 span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .sub-heading span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h3 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h4 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h5 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 h6 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h3 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h4 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h5 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .h6 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 p,
body.pirate-primary .call-out-card .corporate-purple-variant-500 ul,
body.pirate-primary .call-out-card .corporate-purple-variant-500 ol,
body.pirate-primary .call-out-card .corporate-purple-variant-500 dl,
body.pirate-primary .call-out-card .corporate-purple-variant-500 table,
body.pirate-primary .call-out-card .corporate-purple-variant-500 span,
body.pirate-primary .call-out-card .corporate-purple-variant-500 i,
body.pirate-primary .call-out-card .corporate-purple-variant-500 blockquote,
body.pirate-primary .call-out-card .corporate-purple-variant-500 figure,
body.pirate-primary .call-out-card .corporate-purple-variant-500 div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 a:focus,
body.pirate-primary .call-out-card .corporate-purple-variant-500 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-purple-variant-500 .bv_text,
body.pirate-primary .call-out-card .corporate-purple-variant-500 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-purple-variant-500 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h1,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h2,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h1,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h3,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h4,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h5,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h6,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h3,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h4,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h5,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h6,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 p,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 ul,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 ol,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 dl,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 table,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 i,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 figure,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-500 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 h1,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h2,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h1,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 h1 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h2 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h1 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 h3,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h4,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h5,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h6,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h3,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h4,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h5,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h6,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 h3 span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h4 span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h5 span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h6 span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h3 span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h4 span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h5 span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h6 span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .sub-heading span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h3 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h4 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h5 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 h6 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h3 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h4 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h5 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .h6 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 p,
body.pirate-primary .call-out-card .corporate-purple-variant-300 ul,
body.pirate-primary .call-out-card .corporate-purple-variant-300 ol,
body.pirate-primary .call-out-card .corporate-purple-variant-300 dl,
body.pirate-primary .call-out-card .corporate-purple-variant-300 table,
body.pirate-primary .call-out-card .corporate-purple-variant-300 span,
body.pirate-primary .call-out-card .corporate-purple-variant-300 i,
body.pirate-primary .call-out-card .corporate-purple-variant-300 blockquote,
body.pirate-primary .call-out-card .corporate-purple-variant-300 figure,
body.pirate-primary .call-out-card .corporate-purple-variant-300 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 a:focus,
body.pirate-primary .call-out-card .corporate-purple-variant-300 a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-purple-variant-300 .bv_text,
body.pirate-primary .call-out-card .corporate-purple-variant-300 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-purple-variant-300 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h1,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h2,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h1,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h3,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h4,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h5,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h6,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h3,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h4,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h5,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h6,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 p,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 ul,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 ol,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 dl,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 table,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 i,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 figure,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-300 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 h1,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h2,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h1,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 h1 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h2 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h1 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 h3,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h4,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h5,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h6,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h3,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h4,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h5,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h6,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 h3 span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h4 span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h5 span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h6 span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h3 span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h4 span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h5 span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h6 span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .sub-heading span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h3 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h4 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h5 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 h6 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h3 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h4 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h5 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .h6 a.heading,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 p,
body.pirate-primary .call-out-card .corporate-purple-variant-100 ul,
body.pirate-primary .call-out-card .corporate-purple-variant-100 ol,
body.pirate-primary .call-out-card .corporate-purple-variant-100 dl,
body.pirate-primary .call-out-card .corporate-purple-variant-100 table,
body.pirate-primary .call-out-card .corporate-purple-variant-100 span,
body.pirate-primary .call-out-card .corporate-purple-variant-100 i,
body.pirate-primary .call-out-card .corporate-purple-variant-100 blockquote,
body.pirate-primary .call-out-card .corporate-purple-variant-100 figure,
body.pirate-primary .call-out-card .corporate-purple-variant-100 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 a:focus,
body.pirate-primary .call-out-card .corporate-purple-variant-100 a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-purple-variant-100 .bv_text,
body.pirate-primary .call-out-card .corporate-purple-variant-100 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-purple-variant-100 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h1,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h2,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h1,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h3,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h4,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h5,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h6,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h3,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h4,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h5,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h6,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 p,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 ul,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 ol,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 dl,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 table,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 span,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 i,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 figure,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-purple-variant-100 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-lime h1,
body.pirate-primary .call-out-card .corporate-lime h2,
body.pirate-primary .call-out-card .corporate-lime .h1,
body.pirate-primary .call-out-card .corporate-lime .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime h1 a.heading,
body.pirate-primary .call-out-card .corporate-lime h2 a.heading,
body.pirate-primary .call-out-card .corporate-lime .h1 a.heading,
body.pirate-primary .call-out-card .corporate-lime .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime h3,
body.pirate-primary .call-out-card .corporate-lime h4,
body.pirate-primary .call-out-card .corporate-lime h5,
body.pirate-primary .call-out-card .corporate-lime h6,
body.pirate-primary .call-out-card .corporate-lime .h3,
body.pirate-primary .call-out-card .corporate-lime .h4,
body.pirate-primary .call-out-card .corporate-lime .h5,
body.pirate-primary .call-out-card .corporate-lime .h6,
body.pirate-primary .call-out-card .corporate-lime .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime h3 span,
body.pirate-primary .call-out-card .corporate-lime h4 span,
body.pirate-primary .call-out-card .corporate-lime h5 span,
body.pirate-primary .call-out-card .corporate-lime h6 span,
body.pirate-primary .call-out-card .corporate-lime .h3 span,
body.pirate-primary .call-out-card .corporate-lime .h4 span,
body.pirate-primary .call-out-card .corporate-lime .h5 span,
body.pirate-primary .call-out-card .corporate-lime .h6 span,
body.pirate-primary .call-out-card .corporate-lime .sub-heading span,
body.pirate-primary .call-out-card .corporate-lime h3 a.heading,
body.pirate-primary .call-out-card .corporate-lime h4 a.heading,
body.pirate-primary .call-out-card .corporate-lime h5 a.heading,
body.pirate-primary .call-out-card .corporate-lime h6 a.heading,
body.pirate-primary .call-out-card .corporate-lime .h3 a.heading,
body.pirate-primary .call-out-card .corporate-lime .h4 a.heading,
body.pirate-primary .call-out-card .corporate-lime .h5 a.heading,
body.pirate-primary .call-out-card .corporate-lime .h6 a.heading,
body.pirate-primary .call-out-card .corporate-lime .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime p,
body.pirate-primary .call-out-card .corporate-lime ul,
body.pirate-primary .call-out-card .corporate-lime ol,
body.pirate-primary .call-out-card .corporate-lime dl,
body.pirate-primary .call-out-card .corporate-lime table,
body.pirate-primary .call-out-card .corporate-lime span,
body.pirate-primary .call-out-card .corporate-lime i,
body.pirate-primary .call-out-card .corporate-lime blockquote,
body.pirate-primary .call-out-card .corporate-lime figure,
body.pirate-primary .call-out-card .corporate-lime div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-lime .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime a:focus,
body.pirate-primary .call-out-card .corporate-lime a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-lime a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-lime div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-lime .bv_text,
body.pirate-primary .call-out-card .corporate-lime div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-lime button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime h1,
body.branch-high-contrast-mode .call-out-card .corporate-lime h2,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h1,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime h3,
body.branch-high-contrast-mode .call-out-card .corporate-lime h4,
body.branch-high-contrast-mode .call-out-card .corporate-lime h5,
body.branch-high-contrast-mode .call-out-card .corporate-lime h6,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h3,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h4,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h5,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h6,
body.branch-high-contrast-mode .call-out-card .corporate-lime .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-lime h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime p,
body.branch-high-contrast-mode .call-out-card .corporate-lime ul,
body.branch-high-contrast-mode .call-out-card .corporate-lime ol,
body.branch-high-contrast-mode .call-out-card .corporate-lime dl,
body.branch-high-contrast-mode .call-out-card .corporate-lime table,
body.branch-high-contrast-mode .call-out-card .corporate-lime span,
body.branch-high-contrast-mode .call-out-card .corporate-lime i,
body.branch-high-contrast-mode .call-out-card .corporate-lime blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-lime figure,
body.branch-high-contrast-mode .call-out-card .corporate-lime div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-lime .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-lime a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-lime .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-lime div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 h1,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h2,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h1,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 h1 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h2 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h1 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 h3,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h4,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h5,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h6,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h3,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h4,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h5,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h6,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 h3 span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h4 span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h5 span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h6 span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h3 span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h4 span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h5 span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h6 span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .sub-heading span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h3 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h4 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h5 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 h6 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h3 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h4 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h5 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .h6 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 p,
body.pirate-primary .call-out-card .corporate-lime-variant-500 ul,
body.pirate-primary .call-out-card .corporate-lime-variant-500 ol,
body.pirate-primary .call-out-card .corporate-lime-variant-500 dl,
body.pirate-primary .call-out-card .corporate-lime-variant-500 table,
body.pirate-primary .call-out-card .corporate-lime-variant-500 span,
body.pirate-primary .call-out-card .corporate-lime-variant-500 i,
body.pirate-primary .call-out-card .corporate-lime-variant-500 blockquote,
body.pirate-primary .call-out-card .corporate-lime-variant-500 figure,
body.pirate-primary .call-out-card .corporate-lime-variant-500 div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 a:focus,
body.pirate-primary .call-out-card .corporate-lime-variant-500 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-lime-variant-500 .bv_text,
body.pirate-primary .call-out-card .corporate-lime-variant-500 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-lime-variant-500 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h1,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h2,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h1,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h3,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h4,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h5,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h6,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h3,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h4,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h5,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h6,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 p,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 ul,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 ol,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 dl,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 table,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 i,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 figure,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-500 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 h1,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h2,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h1,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 h1 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h2 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h1 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 h3,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h4,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h5,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h6,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h3,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h4,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h5,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h6,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 h3 span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h4 span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h5 span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h6 span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h3 span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h4 span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h5 span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h6 span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .sub-heading span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h3 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h4 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h5 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 h6 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h3 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h4 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h5 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .h6 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 p,
body.pirate-primary .call-out-card .corporate-lime-variant-300 ul,
body.pirate-primary .call-out-card .corporate-lime-variant-300 ol,
body.pirate-primary .call-out-card .corporate-lime-variant-300 dl,
body.pirate-primary .call-out-card .corporate-lime-variant-300 table,
body.pirate-primary .call-out-card .corporate-lime-variant-300 span,
body.pirate-primary .call-out-card .corporate-lime-variant-300 i,
body.pirate-primary .call-out-card .corporate-lime-variant-300 blockquote,
body.pirate-primary .call-out-card .corporate-lime-variant-300 figure,
body.pirate-primary .call-out-card .corporate-lime-variant-300 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 a:focus,
body.pirate-primary .call-out-card .corporate-lime-variant-300 a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-lime-variant-300 .bv_text,
body.pirate-primary .call-out-card .corporate-lime-variant-300 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-lime-variant-300 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h1,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h2,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h1,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h3,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h4,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h5,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h6,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h3,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h4,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h5,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h6,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 p,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 ul,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 ol,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 dl,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 table,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 i,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 figure,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-300 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 h1,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h2,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h1,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 h1 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h2 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h1 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 h3,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h4,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h5,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h6,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h3,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h4,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h5,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h6,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 h3 span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h4 span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h5 span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h6 span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h3 span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h4 span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h5 span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h6 span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .sub-heading span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h3 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h4 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h5 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 h6 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h3 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h4 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h5 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .h6 a.heading,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 p,
body.pirate-primary .call-out-card .corporate-lime-variant-100 ul,
body.pirate-primary .call-out-card .corporate-lime-variant-100 ol,
body.pirate-primary .call-out-card .corporate-lime-variant-100 dl,
body.pirate-primary .call-out-card .corporate-lime-variant-100 table,
body.pirate-primary .call-out-card .corporate-lime-variant-100 span,
body.pirate-primary .call-out-card .corporate-lime-variant-100 i,
body.pirate-primary .call-out-card .corporate-lime-variant-100 blockquote,
body.pirate-primary .call-out-card .corporate-lime-variant-100 figure,
body.pirate-primary .call-out-card .corporate-lime-variant-100 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 a:focus,
body.pirate-primary .call-out-card .corporate-lime-variant-100 a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-lime-variant-100 .bv_text,
body.pirate-primary .call-out-card .corporate-lime-variant-100 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-lime-variant-100 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h1,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h2,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h1,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h3,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h4,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h5,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h6,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h3,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h4,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h5,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h6,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 p,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 ul,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 ol,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 dl,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 table,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 span,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 i,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 figure,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-lime-variant-100 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-teal h1,
body.pirate-primary .call-out-card .corporate-teal h2,
body.pirate-primary .call-out-card .corporate-teal .h1,
body.pirate-primary .call-out-card .corporate-teal .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal h1 a.heading,
body.pirate-primary .call-out-card .corporate-teal h2 a.heading,
body.pirate-primary .call-out-card .corporate-teal .h1 a.heading,
body.pirate-primary .call-out-card .corporate-teal .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal h3,
body.pirate-primary .call-out-card .corporate-teal h4,
body.pirate-primary .call-out-card .corporate-teal h5,
body.pirate-primary .call-out-card .corporate-teal h6,
body.pirate-primary .call-out-card .corporate-teal .h3,
body.pirate-primary .call-out-card .corporate-teal .h4,
body.pirate-primary .call-out-card .corporate-teal .h5,
body.pirate-primary .call-out-card .corporate-teal .h6,
body.pirate-primary .call-out-card .corporate-teal .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal h3 span,
body.pirate-primary .call-out-card .corporate-teal h4 span,
body.pirate-primary .call-out-card .corporate-teal h5 span,
body.pirate-primary .call-out-card .corporate-teal h6 span,
body.pirate-primary .call-out-card .corporate-teal .h3 span,
body.pirate-primary .call-out-card .corporate-teal .h4 span,
body.pirate-primary .call-out-card .corporate-teal .h5 span,
body.pirate-primary .call-out-card .corporate-teal .h6 span,
body.pirate-primary .call-out-card .corporate-teal .sub-heading span,
body.pirate-primary .call-out-card .corporate-teal h3 a.heading,
body.pirate-primary .call-out-card .corporate-teal h4 a.heading,
body.pirate-primary .call-out-card .corporate-teal h5 a.heading,
body.pirate-primary .call-out-card .corporate-teal h6 a.heading,
body.pirate-primary .call-out-card .corporate-teal .h3 a.heading,
body.pirate-primary .call-out-card .corporate-teal .h4 a.heading,
body.pirate-primary .call-out-card .corporate-teal .h5 a.heading,
body.pirate-primary .call-out-card .corporate-teal .h6 a.heading,
body.pirate-primary .call-out-card .corporate-teal .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal p,
body.pirate-primary .call-out-card .corporate-teal ul,
body.pirate-primary .call-out-card .corporate-teal ol,
body.pirate-primary .call-out-card .corporate-teal dl,
body.pirate-primary .call-out-card .corporate-teal table,
body.pirate-primary .call-out-card .corporate-teal span,
body.pirate-primary .call-out-card .corporate-teal i,
body.pirate-primary .call-out-card .corporate-teal blockquote,
body.pirate-primary .call-out-card .corporate-teal figure,
body.pirate-primary .call-out-card .corporate-teal div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-teal .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal a:focus,
body.pirate-primary .call-out-card .corporate-teal a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-teal a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-teal div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-teal .bv_text,
body.pirate-primary .call-out-card .corporate-teal div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-teal button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal h1,
body.branch-high-contrast-mode .call-out-card .corporate-teal h2,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h1,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal h3,
body.branch-high-contrast-mode .call-out-card .corporate-teal h4,
body.branch-high-contrast-mode .call-out-card .corporate-teal h5,
body.branch-high-contrast-mode .call-out-card .corporate-teal h6,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h3,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h4,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h5,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h6,
body.branch-high-contrast-mode .call-out-card .corporate-teal .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-teal h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal p,
body.branch-high-contrast-mode .call-out-card .corporate-teal ul,
body.branch-high-contrast-mode .call-out-card .corporate-teal ol,
body.branch-high-contrast-mode .call-out-card .corporate-teal dl,
body.branch-high-contrast-mode .call-out-card .corporate-teal table,
body.branch-high-contrast-mode .call-out-card .corporate-teal span,
body.branch-high-contrast-mode .call-out-card .corporate-teal i,
body.branch-high-contrast-mode .call-out-card .corporate-teal blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-teal figure,
body.branch-high-contrast-mode .call-out-card .corporate-teal div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-teal .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-teal a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-teal .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-teal div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 h1,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h2,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h1,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h2 {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 h1 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h2 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h1 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 h3,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h4,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h5,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h6,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h3,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h4,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h5,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h6,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .sub-heading {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 h3 span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h4 span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h5 span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h6 span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h3 span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h4 span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h5 span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h6 span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .sub-heading span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h3 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h4 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h5 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 h6 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h3 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h4 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h5 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .h6 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 p,
body.pirate-primary .call-out-card .corporate-teal-variant-500 ul,
body.pirate-primary .call-out-card .corporate-teal-variant-500 ol,
body.pirate-primary .call-out-card .corporate-teal-variant-500 dl,
body.pirate-primary .call-out-card .corporate-teal-variant-500 table,
body.pirate-primary .call-out-card .corporate-teal-variant-500 span,
body.pirate-primary .call-out-card .corporate-teal-variant-500 i,
body.pirate-primary .call-out-card .corporate-teal-variant-500 blockquote,
body.pirate-primary .call-out-card .corporate-teal-variant-500 figure,
body.pirate-primary .call-out-card .corporate-teal-variant-500 div {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 ul li:before {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 ol li:before {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .pseudo-line::after {
  background-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 i.themed-icon {
  color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 a:focus,
body.pirate-primary .call-out-card .corporate-teal-variant-500 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-teal-variant-500 .bv_text,
body.pirate-primary .call-out-card .corporate-teal-variant-500 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-teal-variant-500 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h1,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h2,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h1,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h2 {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h3,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h4,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h5,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h6,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h3,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h4,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h5,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h6,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .sub-heading {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 p,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 ul,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 ol,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 dl,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 table,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 i,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 figure,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 div {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 ul li:before {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 ol li:before {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .pseudo-line::after {
  background-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 i.themed-icon {
  color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 a:hover {
  color: #3f000b;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-500 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 h1,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h2,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h1,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 h1 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h2 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h1 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 h3,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h4,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h5,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h6,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h3,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h4,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h5,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h6,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 h3 span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h4 span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h5 span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h6 span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h3 span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h4 span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h5 span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h6 span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .sub-heading span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h3 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h4 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h5 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 h6 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h3 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h4 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h5 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .h6 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 p,
body.pirate-primary .call-out-card .corporate-teal-variant-300 ul,
body.pirate-primary .call-out-card .corporate-teal-variant-300 ol,
body.pirate-primary .call-out-card .corporate-teal-variant-300 dl,
body.pirate-primary .call-out-card .corporate-teal-variant-300 table,
body.pirate-primary .call-out-card .corporate-teal-variant-300 span,
body.pirate-primary .call-out-card .corporate-teal-variant-300 i,
body.pirate-primary .call-out-card .corporate-teal-variant-300 blockquote,
body.pirate-primary .call-out-card .corporate-teal-variant-300 figure,
body.pirate-primary .call-out-card .corporate-teal-variant-300 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 a:focus,
body.pirate-primary .call-out-card .corporate-teal-variant-300 a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-teal-variant-300 .bv_text,
body.pirate-primary .call-out-card .corporate-teal-variant-300 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-teal-variant-300 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h1,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h2,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h1,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h3,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h4,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h5,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h6,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h3,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h4,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h5,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h6,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 p,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 ul,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 ol,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 dl,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 table,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 i,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 figure,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-300 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 h1,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h2,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h1,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h2 {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 h1 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h2 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h1 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h2 a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 h3,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h4,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h5,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h6,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h3,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h4,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h5,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h6,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .sub-heading {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 h3 span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h4 span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h5 span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h6 span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h3 span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h4 span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h5 span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h6 span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .sub-heading span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h3 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h4 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h5 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 h6 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h3 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h4 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h5 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .h6 a.heading,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .sub-heading a.heading {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 p,
body.pirate-primary .call-out-card .corporate-teal-variant-100 ul,
body.pirate-primary .call-out-card .corporate-teal-variant-100 ol,
body.pirate-primary .call-out-card .corporate-teal-variant-100 dl,
body.pirate-primary .call-out-card .corporate-teal-variant-100 table,
body.pirate-primary .call-out-card .corporate-teal-variant-100 span,
body.pirate-primary .call-out-card .corporate-teal-variant-100 i,
body.pirate-primary .call-out-card .corporate-teal-variant-100 blockquote,
body.pirate-primary .call-out-card .corporate-teal-variant-100 figure,
body.pirate-primary .call-out-card .corporate-teal-variant-100 div {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 ul li:before {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 ul ul li:before {
  background-color: transparent;
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 ol li:before {
  color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 .pseudo-line::before,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .pseudo-line::after {
  background-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 i.themed-icon {
  color: #003594;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 a {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 a.copy-color {
  color: #3f000b;
  border-bottom-color: #3f000b;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 a:focus,
body.pirate-primary .call-out-card .corporate-teal-variant-100 a:hover {
  color: #999999;
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 a.button {
  border-bottom-color: transparent;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 div.bv_avgRating_component_container,
body.pirate-primary .call-out-card .corporate-teal-variant-100 .bv_text,
body.pirate-primary .call-out-card .corporate-teal-variant-100 div.bv_numReviews_text {
  color: #3f000b !important;
}
body.pirate-primary .call-out-card .corporate-teal-variant-100 button.bv_button_buttonMinimalist {
  color: #3f000b !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h1,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h2,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h1,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h2 {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h2 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h1 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h2 a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h3,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h4,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h5,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h6,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h3,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h4,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h5,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h6,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .sub-heading {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h3 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h4 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h5 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h6 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .sub-heading span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h3 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h4 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h5 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .h6 a.heading,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .sub-heading a.heading {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 p,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 ul,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 ol,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 dl,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 table,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 span,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 i,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 blockquote,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 figure,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 div {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 ul li:before {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 ul ul li:before {
  background-color: transparent;
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 ol li:before {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .pseudo-line::before,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .pseudo-line::after {
  background-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 i.themed-icon {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 a.copy-color {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 a:focus,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 a.button {
  border-bottom-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 div.bv_avgRating_component_container,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 .bv_text,
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 div.bv_numReviews_text {
  color: #ffffff !important;
}
body.branch-high-contrast-mode .call-out-card .corporate-teal-variant-100 button.bv_button_buttonMinimalist {
  color: #ffffff !important;
}
body.pirate-primary .call-out-card .btn-container a.button {
  background-color: #002269;
}
body.branch-high-contrast-mode .call-out-card .btn-container a.button {
  background-color: #007bbd;
}
body.pirate-primary .call-out-card .btn-container a.button {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .btn-container a.button {
  color: #000000;
}
body.pirate-primary .call-out-card .btn-container a.button:hover {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container a.button:hover {
  background-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container a.button:focus {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container a.button:focus {
  background-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd {
  color: #000000;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd {
  border-color: #002269;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd {
  border-color: #007bbd;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd {
  background-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd {
  background-color: transparent;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd:hover {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd:hover {
  background-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd:focus {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd:focus {
  background-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd:hover {
  border-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd:hover {
  border-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd:focus {
  border-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd:focus {
  border-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white {
  color: #ffffff;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white {
  border-color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white {
  border-color: #ffffff;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white {
  background-color: transparent;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white {
  background-color: transparent;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:hover {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:hover {
  background-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:focus {
  background-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:focus {
  background-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:hover {
  border-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:hover {
  border-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:focus {
  border-color: #8091b4;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:focus {
  border-color: #80bdde;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:hover {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:hover {
  color: #000000;
}
body.pirate-primary .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:focus {
  color: #ffffff;
}
body.branch-high-contrast-mode .call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:focus {
  color: #000000;
}
@media  screen and (max-width: 991.9px) {
  .call-out-card.section {
    padding: 0 1rem;
  }
}
.call-out-card .container-fluid {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
section.has-background-img .generic.container-fluid {
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
}
section.has-background-img .generic.container-fluid .img-container {
  box-shadow: 0px 0px 7px 0px #3f000b;
}
section.has-background-img .generic.container-fluid .copy-container {
  box-shadow: 0px 0px 15px 0px #3f000b;
}
@media  screen and (min-width: 992px) {
  section.has-background-img .generic.container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cmp-call-out-card.card-with-right-image,
.cmp-call-out-card.card-with-background.card-with-right-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: null;
  align-items: null;
  align-content: null;
  flex-flow: row-reverse wrap;
}
.cmp-call-out-card.card-with-top-image,
.cmp-call-out-card.card-with-background.card-with-top-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: null;
  align-items: null;
  align-content: null;
  flex-flow: column;
}
.cmp-call-out-card.card-with-top-image .img-container,
.cmp-call-out-card.card-with-background.card-with-top-image .img-container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.cmp-call-out-card.card-with-top-image .img-container::before,
.cmp-call-out-card.card-with-background.card-with-top-image .img-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 0.75;
}
.cmp-call-out-card.card-with-top-image .img-container > div .image,
.cmp-call-out-card.card-with-background.card-with-top-image .img-container > div .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
.cmp-call-out-card.card-with-top-image .copy-container,
.cmp-call-out-card.card-with-background.card-with-top-image .copy-container {
  width: 100%;
}
.cmp-call-out-card.card-with-top-image .has-2nd-btn.generic > div,
.cmp-call-out-card.card-with-background.card-with-top-image .has-2nd-btn.generic > div {
  width: auto;
}
.cmp-call-out-card .recipe .cropped-image.one-one {
  padding-top: auto;
  padding-top: unset;
  height: 100%;
}
.cmp-call-out-card .recipe .generic-video .video-youtube {
  padding-bottom: unset;
  height: 100%;
}
.cmp-call-out-card .recipe .col-lg-7.img-container.recipe {
  margin: 0;
  background-color: transparent;
}
.cmp-call-out-card .img-container {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.cmp-call-out-card .img-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 0.75;
}
.cmp-call-out-card .img-container > .no-bg-image .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
.cmp-call-out-card .img-container > .hasbg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cmp-call-out-card .copy-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cmp-call-out-card .copy-container.has-angle.custom-angle.top-right-angle .card-label {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.cmp-call-out-card .copy-container.has-angle.custom-angle.top-right-angle::before {
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}
@media  screen and (min-width: 576px) {
  .cmp-call-out-card .copy-container.has-angle.custom-angle.top-right-angle::before {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .copy-container.has-angle.custom-angle.top-right-angle::before {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    left: 20%;
  }
}
.cmp-call-out-card .copy-container.has-angle.custom-angle.top-left-angle::before {
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
@media  screen and (min-width: 576px) {
  .cmp-call-out-card .copy-container.has-angle.custom-angle.top-left-angle::before {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .copy-container.has-angle.custom-angle.top-left-angle::before {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    right: 20%;
  }
}
.cmp-call-out-card .copy-container.has-angle.top-left-angle.medium-angle-style::before {
  top: -395%;
  right: -10%;
}
.cmp-call-out-card .copy-container.has-angle.top-right-angle.medium-angle-style::before {
  top: -397%;
  left: -10%;
}
.cmp-call-out-card .copy-container.has-angle.tapers-custom-angle.left-tapers-down-angle::before,
.cmp-call-out-card .copy-container.has-angle.tapers-custom-angle.left-tapers-up-angle::before {
  right: 98%;
}
.cmp-call-out-card .copy-container.has-angle.tapers-custom-angle.right-tapers-down-angle::before,
.cmp-call-out-card .copy-container.has-angle.tapers-custom-angle.right-tapers-up-angle::before {
  left: 98%;
}
.cmp-call-out-card .copy-container a.button {
  border-color: transparent;
}
.cmp-call-out-card .copy-container.one-one-ratio > div,
.cmp-call-out-card .copy-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: null;
  flex-flow: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.cmp-call-out-card .copy-container .card-content {
  margin-top: 2.5rem;
  width: 100%;
  z-index: 1;
}
.cmp-call-out-card .copy-container .card-content .rating-review {
  text-align: center;
}
.cmp-call-out-card .copy-container .product-sub-title {
  font-family: 'TT Norms Pro', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .copy-container .product-sub-title {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.cmp-call-out-card .copy-container .card-label {
  position: absolute;
  z-index: 1;
  top: 0;
  font-family: 'TT Norms Pro', sans-serif;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.6rem;
}
.cmp-call-out-card .copy-container .card-label i {
  margin-right: 0.5rem;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .copy-container .card-label {
    font-size: 1.6rem;
  }
}
.cmp-call-out-card .copy-container .card-header {
  padding: 1rem 2rem;
}
.cmp-call-out-card .copy-container .card-header h2 {
  line-height: 1.3;
  margin-bottom: 0;
}
.cmp-call-out-card .copy-container .card-header.recipe h2 {
  line-height: 1.3;
  margin-bottom: 0;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .copy-container .card-header.recipe h2 {
    margin-bottom: 0.5rem;
  }
}
.cmp-call-out-card .copy-container .card-header.product {
  padding: 0rem 3rem;
}
.cmp-call-out-card .copy-container .card-header.product h2 {
  line-height: 1.25;
}
.cmp-call-out-card .copy-container .card-header.product strong {
  font-weight: 900;
}
.cmp-call-out-card .copy-container.has-angle .card-header.recipe {
  margin-top: 2.5rem;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .copy-container.has-angle .card-header.recipe {
    margin-top: 0;
  }
}
.cmp-call-out-card .copy-container .rating-and-review {
  margin-bottom: 0.5rem;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .copy-container .rating-and-review {
    margin: 1rem 0;
  }
}
.cmp-call-out-card .copy-container .supporting-text {
  padding: 1rem 2rem;
}
.cmp-call-out-card .copy-container .supporting-text > p {
  font-size: 1.6rem;
  margin-bottom: 0.7em;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .copy-container .supporting-text > p {
    font-size: 2rem;
  }
}
.cmp-call-out-card .copy-container .supporting-text.product {
  padding: 0;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .copy-container .supporting-text.product {
    padding: 0 10rem;
  }
}
.cmp-call-out-card .sixteen-nine-ratio {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 56.25%;
}
.cmp-call-out-card .sixteen-nine-ratio > div {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cmp-call-out-card .one-one-ratio-img {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.cmp-call-out-card .one-one-ratio-img > div {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cmp-call-out-card .one-one-ratio {
  padding-top: 2rem;
}
.cmp-call-out-card .one-one-ratio.product {
  padding-top: 1rem;
  position: relative;
}
.cmp-call-out-card .one-one-ratio.generic > div,
.cmp-call-out-card .one-one-ratio.product > div {
  width: 100%;
}
.cmp-call-out-card .one-one-ratio.generic .supporting-text {
  padding: 1rem 2rem;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .one-one-ratio {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-top: 100%;
  }
  .cmp-call-out-card .one-one-ratio > div {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .cmp-call-out-card .one-one-ratio.generic,
  .cmp-call-out-card .one-one-ratio.product {
    position: relative;
    z-index: 0;
    padding-top: 100%;
  }
  .cmp-call-out-card .one-one-ratio.generic > div,
  .cmp-call-out-card .one-one-ratio.product > div {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .cmp-call-out-card .one-one-ratio.generic > div,
  .cmp-call-out-card .one-one-ratio.product > div {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
  }
}
.cmp-call-out-card .card-icon {
  font-size: 2.5rem;
}
.cmp-call-out-card.card-with-background {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: null;
  flex-flow: row wrap;
  padding: 0;
}
.cmp-call-out-card.card-with-background .copy-container {
  padding: 2.5rem;
}
.cmp-call-out-card.card-with-background .copy-container.generic {
  padding: 1rem 1rem;
}
.cmp-call-out-card.card-with-background .copy-container.product {
  padding: 2rem 2rem;
}
.cmp-call-out-card .product .desktop-background {
  display: none;
}
.cmp-call-out-card.medium-card {
  position: relative;
  z-index: 0;
  margin: auto;
  overflow: hidden;
}
.cmp-call-out-card.medium-card [class*='angle'] {
  z-index: 1;
}
.cmp-call-out-card.medium-card .box-content {
  padding: 2.5rem 0;
  z-index: 1;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card.medium-card .box-content {
    padding: 3.5rem 8rem;
  }
  .cmp-call-out-card.medium-card .box-content .card-header > h2 {
    padding: 0 2rem;
  }
}
.cmp-call-out-card.medium-card .box-content .card-icon {
  margin-top: 2rem;
}
.cmp-call-out-card.medium-card .box-content .card-header {
  margin-top: 2rem;
}
.cmp-call-out-card.medium-card .box-content .card-header.has-icon-before {
  margin-top: 0;
}
.cmp-call-out-card.medium-card .box-content .btn-container {
  width: 100%;
  padding: 0;
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card.medium-card .box-content .btn-container {
    width: auto;
    justify-content: center;
  }
  .cmp-call-out-card.medium-card .box-content .btn-container a {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cmp-call-out-card .hover-img-container.hover-triggered {
  overflow: hidden;
}
.cmp-call-out-card .hover-img-container.hover-triggered .hover-image {
  display: block;
}
.cmp-call-out-card .hover-img-container.hover-triggered .zoom-hover-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cmp-call-out-card .hover-img-container .zoom-hover-image {
  transition: transform 0.25s ease-in-out;
}
.cmp-call-out-card .hover-img-container .hover-image {
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
.call-out-card .medium-callout {
  justify-content: center;
}
.call-out-card .medium-callout > div {
  max-width: 58rem;
}
.call-out-card .my-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: null;
  align-content: null;
  flex-flow: row wrap;
}
.call-out-card .my-slider.product-carousel .nav-bar ul.control {
  padding: 4rem;
  bottom: -3rem;
}
@media  screen and (min-width: 992px) {
  .call-out-card .my-slider.product-carousel .nav-bar ul.control {
    bottom: -2rem;
  }
}
.call-out-card .my-slider .nav-bar ul.control {
  position: absolute;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: null;
  flex-flow: row nowrap;
}
@media  screen and (min-width: 992px) {
  .call-out-card .my-slider .nav-bar ul.control {
    bottom: 2rem;
  }
}
.call-out-card .my-slider .nav-bar ul.control.disabled {
  display: none;
}
.call-out-card .my-slider .nav-bar ul.control li.next,
.call-out-card .my-slider .nav-bar ul.control li.prev {
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  box-shadow: 0 0 3px #f6f6f6;
  color: #003594;
}
.call-out-card .my-slider .nav-bar ul.control li.next i,
.call-out-card .my-slider .nav-bar ul.control li.prev i {
  line-height: normal;
  color: #003594;
}
.call-out-card .my-slider .nav-bar ul.control li.next {
  margin-left: 1rem;
}
.call-out-card .my-slider .nav-bar ul.control li.prev {
  margin-right: 1rem;
}
.call-out-card .my-slider .nav-bar ul.control li.next {
  transition: background-color 0.3s ease-in-out;
}
.call-out-card .my-slider .nav-bar ul.control li.next:hover:not(.disabled),
.call-out-card .my-slider .nav-bar ul.control li.next:focus:not(.disabled) {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.6);
}
.call-out-card .my-slider .nav-bar ul.control li.next .cmp-carousel__icon-carousel {
  margin-left: 0.8rem;
  border-right: 1.5px solid;
  border-top: 1.5px solid;
  border-color: #003594;
}
.call-out-card .my-slider .nav-bar ul.control li.prev {
  transition: background-color 0.3s ease-in-out;
}
.call-out-card .my-slider .nav-bar ul.control li.prev:hover:not(.disabled),
.call-out-card .my-slider .nav-bar ul.control li.prev:focus:not(.disabled) {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.6);
}
.call-out-card .my-slider .nav-bar ul.control li.next.disabled,
.call-out-card .my-slider .nav-bar ul.control li.prev.disabled {
  color: #999999;
}
.call-out-card .my-slider .nav-bar ul.control li.next.disabled i,
.call-out-card .my-slider .nav-bar ul.control li.prev.disabled i {
  color: #999999;
}
.call-out-card .btn-container .primary-btn.col-lg-12 a.button {
  width: auto;
  display: inline-block;
  max-width: none;
}
.call-out-card .btn-container {
  position: relative;
}
.call-out-card .btn-container a {
  font-size: 1.6rem;
}
@media  screen and (min-width: 992px) {
  .call-out-card .btn-container a {
    font-size: 1.8rem;
  }
}
.call-out-card .btn-container a.button {
  display: block;
  font-weight: bold;
  padding: calc((4.2rem - 1em)/2);
  border-radius: 2.5rem;
  font-size: 1.6rem;
  line-height: 1;
  border: none;
  text-align: center;
  color: #ffffff;
  background: #007bbd;
  transition: background-color 0.3s ease-in-out;
}
@media  screen and (min-width: 992px) {
  .call-out-card .btn-container a.button {
    padding: calc((5.5rem - 1em)/2);
    font-size: 1.8rem;
    border-radius: 4.4rem;
    margin: 0px auto;
  }
}
.call-out-card .btn-container a.button:hover,
.call-out-card .btn-container a.button:focus {
  background-color: #268fc7;
}
.call-out-card .btn-container.recipe {
  height: auto;
  padding: 0;
  margin-bottom: 2rem;
}
.call-out-card .btn-container.recipe > div {
  padding: 0 1rem;
}
.call-out-card .btn-container.recipe > div a.button-cmp--2nd,
.call-out-card .btn-container.recipe > div a.button-cmp--2nd-white {
  border: 3px solid;
  background-color: transparent;
}
.call-out-card .btn-container.recipe > div a.button-cmp--2nd {
  color: #3f000b;
  border-color: #007bbd;
}
.call-out-card .btn-container.recipe > div a.button-cmp--2nd:hover,
.call-out-card .btn-container.recipe > div a.button-cmp--2nd:focus {
  border-color: #268fc7;
  background-color: #268fc7;
}
.call-out-card .btn-container.recipe > div a.button-cmp--2nd-white {
  color: #ffffff;
  border-color: #ffffff;
}
.call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:hover,
.call-out-card .btn-container.recipe > div a.button-cmp--2nd-white:focus {
  border-color: #268fc7;
  background-color: #268fc7;
}
.call-out-card .btn-container.generic,
.call-out-card .btn-container.product {
  padding: 0;
  height: auto;
  margin-bottom: 1rem;
}
@media  screen and (min-width: 992px) {
  .call-out-card .btn-container.generic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: null;
    align-items: null;
    align-content: null;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}
@media  screen and (min-width: 992px) {
  .call-out-card .btn-container.product {
    justify-content: center;
    align-items: center;
  }
}
.call-out-card .btn-container.center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: null;
  flex-flow: row wrap;
}
.call-out-card .btn-container a.button {
  width: 100%;
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .call-out-card .btn-container a.button {
    width: 60%;
    margin: 0 auto;
  }
}
.call-out-card .has-2nd-btn {
  height: auto;
}
.call-out-card .has-2nd-btn.recipe > div:nth-child(2) {
  margin-top: 2rem;
}
@media  screen and (min-width: 992px) {
  .call-out-card .has-2nd-btn.recipe > div:nth-child(2) {
    margin-top: 0;
  }
}
.call-out-card .has-2nd-btn.generic > .secondary-btn {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media  screen and (min-width: 992px) {
  .call-out-card .has-2nd-btn.generic {
    padding: 0 5rem;
  }
  .call-out-card .has-2nd-btn.generic .secondary-btn {
    margin: 0;
  }
}
.call-out-card .has-2nd-btn.product {
  margin-bottom: 1rem;
  padding: 0;
  align-items: center;
  justify-content: center;
}
@media  screen and (min-width: 992px) {
  .call-out-card .has-2nd-btn.product {
    padding: 0 2.5rem;
  }
}
.call-out-card .has-2nd-btn.product > div:nth-child(1) {
  padding-right: 1rem;
}
.call-out-card .has-2nd-btn.product > div:nth-child(2) {
  padding-left: 1rem;
}
@media  screen and (min-width: 992px) {
  /*.cropped-image.one-one > img, .cropped-image.two-one > img, .cropped-image.three-two > img, .cropped-image.four-three > img, .cropped-image.sixteen-nine > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: transform .3s ease-in-out;
	}*/
  .cmp-call-out-card.card-with-top-image .img-container .one-one-ratio-img {
    padding-top: 70%;
  }
  .generic.one-one-ratio .ta-left i {
    padding-left: 2rem;
  }
  .call-out-card .ta-left .has-2nd-btn.generic {
    padding: 0 5rem 0 2rem;
  }
  .call-out-card .ta-left .has-2nd-btn.generic .secondary-btn {
    padding-left: 3rem;
  }
  .call-out-card .ta-left .has-2nd-btn.generic .primary-btn {
    padding-right: inherit;
  }
  .call-out-card .ta-right .has-2nd-btn.generic .primary-btn {
    padding-right: 3rem;
  }
  .call-out-card .ta-left .btn-container.generic {
    padding-left: 2rem;
    justify-content: start;
  }
  .call-out-card .ta-right .btn-container.generic {
    padding-right: 2rem;
    justify-content: end;
  }
  .generic.one-one-ratio .addcallout {
    display: inline-flex;
    align-items: center;
  }
  .cmp-call-out-card .copy-container .generic.one-one-ratio .ta-left .additional-icon-name span.addcallout:nth-child(1) .add-card-header {
    padding-right: 3rem;
  }
  .cmp-call-out-card .copy-container .generic.one-one-ratio .ta-center .additional-icon-name span.addcallout:nth-child(1) .add-card-header {
    padding-right: 4rem;
  }
  .col-lg-4 .call-out-card.section .cmp-call-out-card .copy-container .generic.one-one-ratio .add-card-header:nth-child(2) {
    padding-right: 2rem !important;
  }
  .cmp-call-out-card .copy-container .generic.one-one-ratio .ta-right .additional-icon-name span.addcallout:nth-child(2) .card-icon {
    padding-left: 4rem;
  }
  .col-lg-4 .call-out-card .has-2nd-btn.generic .secondary-btn {
    padding-top: 20px;
  }
  .cmp-call-out-card:not(.card-with-background) .one-one-ratio > div,
  .cmp-call-out-card:not(.card-with-background) > div {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cmp-call-out-card .product .desktop-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cmp-call-out-card .product .desktop-background.has-angle.tapers-custom-angle.left-tapers-down-angle::before,
  .cmp-call-out-card .product .desktop-background.has-angle.tapers-custom-angle.left-tapers-up-angle::before {
    right: 98%;
  }
  .cmp-call-out-card .product .desktop-background.has-angle.tapers-custom-angle.right-tapers-down-angle::before,
  .cmp-call-out-card .product .desktop-background.has-angle.tapers-custom-angle.right-tapers-up-angle::before {
    left: 98%;
  }
  .cmp-call-out-card .img-container.recipe .my-slider {
    height: 100%;
  }
  .cmp-call-out-card .img-container.recipe .tns-outer {
    height: 100%;
  }
  .cmp-call-out-card .img-container.recipe .tns-ovh {
    height: 100%;
  }
  .cmp-call-out-card .img-container.recipe .tns-item {
    height: 100%;
  }
  .cmp-call-out-card .img-container.recipe .hover-img-container {
    height: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1240px) {
  .col-lg-4 .cmp-call-out-card .one-one-ratio.generic,
  .cmp-call-out-card .one-one-ratio.product {
    padding-top: 175%;
  }
  .cmp-call-out-card .copy-container .card-header h2 {
    font-size: 2.2rem;
  }
  .cmp-call-out-card .copy-container .supporting-text > p {
    font-size: 1.3rem;
  }
  .cmp-call-out-card .copy-container .supporting-text > p br {
    display: none;
  }
}
section .col-lg-6 .call-out-card,
.split-callout-carousel .call-out-card,
section .col-lg-6 .medium-callout,
.split-callout-carousel .medium-callout,
section .col-lg-6 .medium-card,
.split-callout-carousel .medium-card,
section .col-lg-6 .copy-container,
.split-callout-carousel .copy-container,
section .col-lg-6 .box-content,
.split-callout-carousel .box-content {
  height: 100%;
}
@media  screen and (max-width: 991.9px) {
  .generic.one-one-ratio .additional-icon-name {
    flex-direction: column;
    display: flex;
  }
  .generic.one-one-ratio .ta-center .additional-icon-name > span,
  .generic.one-one-ratio .ta-right .additional-icon-name > span,
  .generic.one-one-ratio .ta-left .additional-icon-name > span {
    padding: 1rem 2rem;
  }
  .generic.one-one-ratio .mobile-alignment {
    text-align: center !important;
  }
  .generic.one-one-ratio .mobile-alignment p {
    text-align: center !important;
  }
}
@media  screen and (min-width: 992px) {
  .cmp-call-out-card .img-container.recipe .cropped-image.sixteen-nine > img {
    object-fit: fill;
  }
}
.call-out-card .corporate-dark-munsell h1,
.call-out-card .corporate-munsell h1,
.call-out-card .corporate-dark-munsell h2,
.call-out-card .corporate-munsell h2,
.call-out-card .corporate-dark-munsell .h1,
.call-out-card .corporate-munsell .h1,
.call-out-card .corporate-dark-munsell .h2,
.call-out-card .corporate-munsell .h2 {
  color: #ffffff;
}
.call-out-card .corporate-dark-munsell p,
.call-out-card .corporate-munsell p,
.call-out-card .corporate-dark-munsell ul,
.call-out-card .corporate-munsell ul,
.call-out-card .corporate-dark-munsell ol,
.call-out-card .corporate-munsell ol,
.call-out-card .corporate-dark-munsell dl,
.call-out-card .corporate-munsell dl,
.call-out-card .corporate-dark-munsell table,
.call-out-card .corporate-munsell table,
.call-out-card .corporate-dark-munsell span,
.call-out-card .corporate-munsell span,
.call-out-card .corporate-dark-munsell i,
.call-out-card .corporate-munsell i,
.call-out-card .corporate-dark-munsell blockquote,
.call-out-card .corporate-munsell blockquote,
.call-out-card .corporate-dark-munsell figure,
.call-out-card .corporate-munsell figure,
.call-out-card .corporate-dark-munsell div,
.call-out-card .corporate-munsell div {
  color: #ffffff;
}
.imgContainerAnimate.img-container:before {
  content: none;
}
.cmp-call-out-card [data-bv-rating] .bv_hover,
.cmp-call-out-card [data-bv-show=inline_rating] .bv_hover {
  border: 0 !important;
  background: transparent !important;
}
.cmp-call-out-card [data-bv-rating] .bv_main_container,
.cmp-call-out-card [data-bv-show=inline_rating] .bv_main_container {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  flex-wrap: wrap !important;
  position: relative !important;
  justify-content: center;
}
.call-out-card .nav-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: null;
  align-content: null;
  flex-flow: row wrap;
}
.call-out-card .nav-bar.product-carousel .nav-bar {
  padding: 4rem;
  bottom: -3rem;
}
@media  screen and (min-width: 992px) {
  .call-out-card .nav-bar.product-carousel .nav-bar {
    bottom: -2rem;
  }
}
.call-out-card .nav-bar ul.control {
  position: absolute;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: null;
  flex-flow: row nowrap;
}
@media  screen and (min-width: 992px) {
  .call-out-card .nav-bar ul.control {
    bottom: 2rem;
  }
}
.call-out-card .nav-bar ul.control.disabled {
  display: none;
}
.call-out-card .nav-bar ul.control li.next,
.call-out-card .nav-bar ul.control li.prev {
  cursor: pointer;
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  box-shadow: 0 0 3px #f6f6f6;
  color: #003594;
}
.call-out-card .nav-bar ul.control li.next i,
.call-out-card .nav-bar ul.control li.prev i {
  margin-top: 0.7rem;
  margin-left: -0.6rem;
  line-height: normal;
  color: #003594;
}
.call-out-card .nav-bar ul.control li.next:hover,
.call-out-card .nav-bar ul.control li.prev:hover {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.6);
}
.call-out-card .nav-bar ul.control li.next {
  margin-left: 1rem;
}
.call-out-card .nav-bar ul.control li.prev {
  margin-top: 0.8rem;
  margin-right: 1rem;
}
.call-out-card .nav-bar ul.control li.next {
  transition: background-color 0.3s ease-in-out;
}
.call-out-card .nav-bar ul.control li.next .cmp-carousel__icon-carousel {
  margin-left: 0.8rem;
  border-right: 1.5px solid;
  border-top: 1.5px solid;
  border-color: #003594;
}
.call-out-card .nav-bar ul.control li.prev {
  transition: background-color 0.3s ease-in-out;
}
.call-out-card .nav-bar ul.control li.next.disabled,
.call-out-card .nav-bar ul.control li.prev.disabled {
  color: #999999;
}
.call-out-card .nav-bar ul.control li.next.disabled i,
.call-out-card .nav-bar ul.control li.prev.disabled i {
  color: #999999;
}
.call-out-card .nav-bar ul.control li:before {
  display: none;
}
.nav-bar ul.control.custom-control_call-out-card-recipe {
  bottom: 0rem;
}
.call-out-card .tns-outer .tns-nav {
  display: none;
}
ul.control li.prev[aria-disabled="true"] i,
ul.control li.next[aria-disabled="true"] i {
  color: #999 !important;
}
ul.control li:not([aria-disabled="true"]):hover {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .my-slider > .tns-item {
    padding-right: 0px;
    padding-top: 0 !important;
    height: auto !important;
    position: relative;
  }
}
.tns-ovh {
  overflow: hidden;
}
.cmp-call-out-card .my-slider .sixteen-nine-ratio {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 0;
  aspect-ratio: 1.77777778;
}
.cmp-call-out-card .one-one-ratio-img.tns-item {
  padding-top: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 992px) {
  .cmp-call-out-card .one-one-ratio-img.tns-item {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .cmp-call-out-card .one-one-ratio-img.tns-item {
    height: auto !important;
  }
}
.section.aem-GridColumn section > .angle-container.parallax-item {
  background-repeat: no-repeat;
  transform-origin: center;
  perspective-origin: center;
  transform-style: preserve-3d;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.parallax-apply-element.parallax-container.parallax-item {
  background-repeat: no-repeat;
  transform-origin: center;
  perspective-origin: center;
  background-size: contain;
  transform-style: preserve-3d;
  overflow: hidden;
  width: 100%;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  transition: transform 600ms ease-in-out;
}
.cmp-call-out-card .img-container > div > .video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.cmp-call-out-card .video video {
  width: 100%;
  height: 100%;
}
.cmp-call-out-card .video .image-video-poster {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
}
.cmp-call-out-card .video .image-video-poster > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmp-call-out-card .video .play-button {
  display: none;
}
.cmp-call-out-card .video .image-video-poster .play-button {
  cursor: pointer;
  position: absolute;
  top: calc(47.6%);
  left: calc(47.6%);
  z-index: 1;
  width: 4.8rem;
}
@media screen and (min-width: 992px) {
  .cmp-call-out-card .video .image-video-poster .play-button {
    text-align: center;
    width: 8.5rem;
    top: calc(45.75%);
    left: calc(45.75%);
  }
}
.cmp-call-out-card .video video.video-play + div.image-video-poster .play-button {
  display: block;
}
.cmp-call-out-card .video .image-video-poster .play-button img {
  display: inline;
  width: 4rem;
}
@media screen and (min-width: 992px) {
  .cmp-call-out-card .video .image-video-poster .play-button img {
    width: 5rem;
  }
}
.cmp-call-out-card .image-video-poster .play-button span.h6 {
  margin: 0;
  display: none;
  color: #ffffff;
  text-shadow: 0px 0px 16px #000000;
}
@media screen and (min-width: 992px) {
  .cmp-call-out-card .image-video-poster .play-button span.h6 {
    display: block;
  }
}
.location-container {
  position: relative;
}
.location-container .location {
  position: relative;
}
.location-container .btn-container {
  height: auto;
  padding: 0;
}
.location-container .img-container.hover-triggered img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.location-container .img-container img {
  transition: transform 0.3s ease-in-out;
}
.location-container .copy-container {
  margin: -2.2rem 1.5rem 1.5rem 1.5rem;
  padding: 2rem 2.5rem;
  z-index: 0;
}
.location-container .copy-container h2 {
  line-height: 1.3;
  margin-bottom: 0.3rem;
}
.location-container .card-label {
  margin-bottom: 1rem;
  position: relative;
}
.location-container .card-label span.label {
  position: absolute;
  left: 0;
  display: inline-block;
  padding-right: 1.5rem;
  font-family: 'TT Norms Pro', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.location-container .horizontal-rule::before {
  content: '';
  display: inline-block;
  margin-bottom: 0.4rem;
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
}
@media  screen and (min-width: 768px) {
  .location-container .horizontal-rule::before {
    margin-bottom: 0.7rem;
  }
}
.location-container .btn-container .secondary {
  margin-top: 1.5rem;
  text-align: center;
}
.location-container .btn-container .secondary a {
  font-weight: bold;
}
.location-container .nav-bar ul.control {
  position: relative;
  margin-bottom: 1.5rem;
  bottom: 0;
}
@media  screen and (min-width: 992px) {
  .location-container {
    margin: auto;
    width: 83.333333%;
  }
  .location-container.card-with-right-image .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: null;
    align-items: null;
    align-content: null;
    flex-flow: row-reverse;
  }
  .location-container.card-with-right-image .copy-container {
    margin: 2rem 2.2% 2rem 0;
  }
  .location-container .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: null;
    align-items: null;
    align-content: null;
    flex-flow: row wrap;
  }
  .location-container .img-container {
    padding-top: 0;
    width: 61.5%;
    height: auto;
  }
  .location-container .copy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: null;
    align-content: null;
    flex-flow: column;
    margin: 2rem 0 2rem -4.5%;
    padding: 3rem;
    width: 39.5%;
    left: 3.5%;
  }
  .location-container .copy-container h2 {
    margin-bottom: 0.8rem;
  }
  .location-container .card-label span.label {
    font-size: 1.2rem;
    position: relative;
    left: auto;
    display: inline-block;
    padding-right: 1rem;
  }
  .location-container .horizontal-rule::before {
    margin-bottom: 0.2rem;
    width: 10rem;
    height: 2px;
  }
  .location-container .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: null;
    align-content: null;
    flex-flow: row wrap;
  }
  .location-container .btn-container .secondary {
    margin-top: 1rem;
    margin-bottom: auto;
    min-width: 15rem;
  }
  .location-container .nav-bar ul.control {
    position: relative;
    margin-bottom: 0;
  }
  .location-container .nav-bar ul.control li.next,
  .location-container .nav-bar ul.control li.prev {
    position: absolute;
    top: calc(45% - 1.5rem);
  }
  .location-container .nav-bar ul.control li.next:hover,
  .location-container .nav-bar ul.control li.prev:hover {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.6);
  }
  .location-container .nav-bar ul.control li.next {
    right: -5.5rem;
  }
  .location-container .nav-bar ul.control li.prev {
    left: -5.5rem;
  }
}
@media  screen and (min-width: 1200px) {
  .location-container .btn-container {
    margin-top: 1rem;
  }
  .location-container .btn-container .primary .button {
    width: 20rem;
  }
}
.localyoutubevideo .cropped-image.one-one {
  padding-top: unset;
  height: 100%;
}
.localyoutubevideo .generic-video {
  background-color: #000;
}
.localyoutubevideo .generic-video .video-youtube {
  width: 100%;
  position: relative;
  padding-bottom: unset;
  height: 100%;
}
@media  screen and (max-width: 991.9px) {
  .img-container.localyoutubevideo {
    padding-top: unset;
    height: 100%;
  }
  .location-container .my-slider:focus-visible {
    outline: none;
  }
  .location-container .copy-container {
    margin: -1.4rem 1.5rem 1.5rem 1.5rem;
  }
  .localyoutubevideo .cropped-image.one-one {
    padding-top: 50%;
  }
  .localyoutubevideo .generic-video .video-youtube {
    padding-bottom: 50%;
  }
}
.location-container .tns-outer .my-slider.tns-slider {
  display: flex;
}
@media screen and (min-width: 992px) {
  .location-container .tns-outer .my-slider.tns-slider .location.tns-item {
    display: inline-flex;
  }
}
@media screen and (min-width: 992px) {
  .location-container .nav-bar,
  .location-container .nav-bar ul.control {
    position: static;
  }
}
ul.control li.prev[aria-disabled="true"] i,
ul.control li.next[aria-disabled="true"] i {
  color: #999 !important;
}
ul.control li:not([aria-disabled="true"]):hover {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.tns-visually-hidden {
  display: none;
}
body.pirate-primary section.light-background i.themed-icon {
  color: #003594;
}
body.branch-high-contrast-mode section.light-background i.themed-icon {
  color: #3f000b;
}
.ticket-container {
  padding: 2rem 4.2rem 4rem;
}
.ticket-container .btn-container a.button {
  max-width: 100%;
}
.ticket-container .row + * {
  margin-top: 2rem;
}
.ticket-container .subtitle {
  margin-bottom: .8rem;
}
.ticket-container .icon-hour {
  text-transform: uppercase;
  font-weight: bold;
}
.ticket-container .bullet-item {
  font-weight: bold;
}
.ticket-container .bullet-item:not(:last-of-type) {
  padding-bottom: 1rem;
}
.ticket-container .btn-container .secondary {
  margin-top: 1.5rem;
  margin-bottom: auto;
  min-width: 15rem;
}
.ticket-container .btn-container a.button {
  color: #ffffff !important;
}
.ticket-container i.themed-icon + span {
  padding-left: 8px;
}
@media screen and (max-width: 991.9px) {
  .ticket-container .cta-container {
    text-align: center;
  }
}
body.pirate-primary .ticketbundle-container.best-value {
  border-color: #002269;
}
body.branch-high-contrast-mode .ticketbundle-container.best-value {
  border-color: #3f000b;
}
body.pirate-primary .label {
  background-color: #002269;
}
body.branch-high-contrast-mode .label {
  background-color: #3f000b;
}
.flex-container {
  align-content: stretch;
  flex-direction: column;
}
@media  screen and (min-width: 992px) {
  .flex-container {
    flex-direction: row;
    display: flex;
  }
}
.ticketbundle-container.best-value {
  border: 2px solid;
}
.ticketbundle-container {
  border: 1px solid #cfcfcf;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ticketbundle-container .copy-container {
  height: 100%;
}
.ticketbundle-container .card-content {
  margin-top: 0 !important;
  height: 100%;
  padding: 1rem 0;
}
.ticketbundle-container .row {
  margin: 0 2em;
}
.ticketbundle-container .row + * {
  margin-top: 2rem;
}
.ticketbundle-container .price-container {
  padding: 1.5em;
}
.ticketbundle-container .price-container .col-xs-6:only-child {
  width: 100%;
}
.ticketbundle-container .price-container h3,
.ticketbundle-container .bundle-details-container h3,
.ticketbundle-container .price-container .h3,
.ticketbundle-container .bundle-details-container .h3 {
  margin-bottom: 1rem;
}
.ticketbundle-container .price-container h4,
.ticketbundle-container .bundle-details-container h4,
.ticketbundle-container .price-container .h4,
.ticketbundle-container .bundle-details-container .h4 {
  margin-bottom: .1rem;
}
.ticketbundle-container .bundle-details-container {
  width: 100%;
  margin: 3rem auto;
}
.ticketbundle-container .icon-hour {
  text-transform: uppercase;
  font-weight: bold;
}
.ticketbundle-container .bullet-item {
  font-weight: bold;
  margin-bottom: 10px;
}
.ticketbundle-container .btn-container {
  margin-bottom: 3rem;
  align-items: flex-end;
}
.ticketbundle-container h2,
.ticketbundle-container .h2 {
  margin: 0;
}
.ticketbundle-container .label-container {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.ticketbundle-container .label-container .label {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  left: -12px;
  top: -40px;
  border-radius: 40px;
  overflow: hidden;
}
.ticketbundle-container .label-container .label .label-text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ticketbundle-container .ta-center {
  text-align: left !important;
}
.ticketbundle-container [data-bv-show=inline_rating] .bv_main_container.bv_inline_rating_container_center {
  justify-content: left !important;
}
.ticketbundle-container [data-bv-show='rating_summary'],
.ticketbundle-container [data-bv-show='inline_rating'] {
  text-align: left !important;
}
.ticketbundle-container [class*="col-"] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.ticketbundle-container .left-align [class*="col-"] {
  padding-left: 5rem;
  padding-right: 0;
}
.ticketbundle-container .left-align {
  margin-top: 2rem;
}
.ticketbundle-container .left-align .icon-hour span {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.74px;
}
.ticketbundle-container .price-container {
  justify-content: left !important;
}
.ticketbundle-container .price-container .h4 {
  font-size: 16px;
  color: #39060D !important;
}
.ticketbundle-container .price-container .h3 {
  margin-bottom: 0;
}
.ticketbundle-container .price-container .single-price .h3 {
  font-size: 48px;
  line-height: 55px;
}
.ticketbundle-container .price-container h4 {
  font-family: TT Norms Pro;
  font-size: 20px;
  font-weight: 450;
  color: #39060D !important;
}
.ticketbundle-container .price-container h4 i {
  font-style: normal;
}
.ticketbundle-container .bundle-details-container {
  text-align: left;
}
.ticketbundle-container .bundle-details-container p {
  margin-bottom: 15px;
}
.ticketbundle-container .bundle-details-container p .intro {
  font-size: 16px;
  color: #39060D !important;
  font-weight: 400;
}
.ticketbundle-container .bundle-details-container .bullet-item span a {
  font-size: 16px;
  color: #39060D !important;
  font-weight: 700;
  border-bottom: none;
}
.ticketbundle-container .bundle-details-container .bullet-item span a:link {
  border-bottom: 1px solid #39060D;
}
.ticketbundle-container .bundle-details-container .bullet-item span a:hover {
  border-bottom: none;
}
.ticketbundle-container .btn-container {
  max-height: 140px;
}
.ticketbundle-container .btn-container .secondary {
  text-align: center;
}
.ticketbundle-container .btn-container .secondary a {
  cursor: pointer;
  border-bottom: none;
  border-bottom: 1px solid #007bbd;
}
.ticketbundle-container .btn-container .secondary a:link {
  border-bottom: 1px solid #007bbd;
}
.ticketbundle-container .btn-container .secondary a:hover {
  color: #007bbd;
  border: none;
}
.ticketbundle-container .btn-container .secondary a:visited {
  color: #007bbd;
  border-bottom: 1px solid #007bbd;
}
.ticketbundle-container .btn-container .primary + .secondary {
  margin-top: 25px;
  min-height: 27px;
}
@media screen and (max-width: 991.9px) {
  .ticketbundle-container .cta-container {
    text-align: center;
  }
  .ticketbundle-container .btn-container .secondary a:hover {
    border-bottom: 1px solid #007bbd;
  }
}
