.image-gallery-block #imageGalleryCarousel .row .gallery-image-bkg {
  height: 300px;
  width: 100vh;
  position: relative;
  display: table-cell;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-only p a {
  word-break: break-word;
}

:root {
  --main: #8C2A26;
  --brand-red: #800000;
  --neutral: #000000;
}

.btn.btn-red {
  background-color: var(--main);
  color: white;
}

header#masthead #site-navigation.navbar-expand-md #menu-main-navigation > li.current_page_item > a, header#masthead #site-navigation.navbar-expand-lg #menu-main-navigation > li.current_page_item > a {
  background-image: linear-gradient(var(--main), var(--main));
  background-position: left 40px;
  background-size: 100% 5px;
}

header#masthead #site-navigation.navbar-expand-md #menu-main-navigation > li > a, header#masthead #site-navigation.navbar-expand-lg #menu-main-navigation > li > a {
  display: inline-block;
  padding: 17px 0px;
  background-image: linear-gradient(var(--main), var(--main));
  background-position: left 40px;
  background-size: 0% 5px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  width: fit-content;
  font-size: 18px;
  line-height: 26px;
  color: black;
  font-weight: 800;
}

header#masthead #site-navigation.navbar-expand-md #menu-main-navigation > li.show > a, header#masthead #site-navigation.navbar-expand-lg #menu-main-navigation > li.show > a {
  background-image: linear-gradient(var(--main), var(--main));
  background-position: left 40px;
  background-size: 100% 5px;
}

header#masthead #site-navigation.navbar-expand-md #menu-main-navigation > li.current-menu-ancestor > a, header#masthead #site-navigation.navbar-expand-lg #menu-main-navigation > li.current-menu-ancestor > a {
  background-image: linear-gradient(var(--main), var(--main));
  background-position: left 40px;
  background-size: 100% 5px;
}

.accordion a.orange-button {
  max-width: fit-content;
  min-width: 175px;
  width: 100%;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: white;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
  padding: 5px 15px;
  margin: 30px 0 0;
  background-color: var(--main);
  text-decoration: none !important;
}

.accordion blockquote {
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  padding: 25px 0;
  margin: 35px 0;
  position: relative;
  float: left;
}

.accordion #accordion .card .card-body {
  margin-top: 20px;
  padding: 0;
  margin-left: 40px;
  border-left: 3px solid var(--main);
}

.content-left-and-image-right blockquote {
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  padding: 25px 0;
  float: left;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 85%;
}

.content-only a.red-button {
  max-width: fit-content;
  min-width: 175px;
  width: 100%;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: white;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
  padding: 5px 15px;
  margin: 30px 0 0;
  background-color: var(--main);
  text-decoration: none !important;
}

.content-only blockquote {
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  padding: 25px 0;
  margin: 35px 0;
  position: relative;
  float: left;
}

.content-only ul li::marker {
  color: var(--main);
}

.accordion ol li::marker {
  color: var(--main);
}

.grid-list p.date-time {
  color: var(--main);
  font-size: 20px;
  font-weight: 400;
}

.image-left-and-content-right blockquote {
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  padding: 25px 0;
  float: right;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 85%;
}

body.home .inline-circled-list:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 18vw;
  height: 18vw;
  max-width: 140px;
  max-height: 140px;
  background: var(--main);
  border-bottom-right-radius: 100%;
  animation: slidein 1.5s forwards;
}

.blog article .entry-content .row .content-area p.post-date, .archive article .entry-content .row .content-area p.post-date {
  line-height: 40px;
  color: var(--main);
  text-transform: uppercase;
}

.single-post > article h1 {
  font-size: 40px;
  line-height: 58px;
  color: var(--main);
  margin: 15px 0 30px;
  font-weight: 600;
}

.single-post > article .post-content p a.orange-button {
  max-width: fit-content;
  min-width: 180px;
  width: 100%;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: white;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
  padding: 10px 15px;
  margin: 30px 0 0;
  background-color: var(--main);
  text-decoration: none !important;
}

.single-post > article .post-thumbnail blockquote {
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  padding: 25px 0;
  margin: 0;
  position: relative;
  float: left;
}

.single-post > article .post-thumbnail blockquote {
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  padding: 25px 0;
  margin: 0;
  position: relative;
  float: left;
}

.sponsor-slider:before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  max-width: 140px;
  max-height: 140px;
  background: var(--main);
  border-bottom-left-radius: 100%;
  animation: slidein 0s forwards;
}

.wrapper__stories-slider-and-inline-circled-list:before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 13vw;
  height: 13vw;
  max-width: 140px;
  max-height: 140px;
  background: var(--main);
  border-bottom-left-radius: 100%;
  animation: slidein 0s forwards;
}

.stories-slider #stories-slider .carousel-caption h3 {
  font-size: 25px;
  padding-top: 35px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--main);
  margin: 0;
  text-align: left;
}

.stories-slider #stories-slider .carousel-caption .stories-slider-content hr {
  position: relative;
  height: 3px;
  background-color: var(--main);
  position: relative;
  float: left;
}

.single-post > article .post-content ul li::marker {
  color: var(--main);
}

.accordion ul li::marker {
  color: var(--main);
}

.accordion ol li::marker {
  color: var(--main);
}

.accordion ul li::marker {
  color: var(--main);
}

.primary {
  background-color: var(--main);
}

.btn.btn-primary {
  background-color: var(--main);
  color: white;
}

:hover .btn.btn-primary {
  background-color: #953B37;
  text-decoration: none;
}

.hp-news-events-newsletter-boxes img.decor-shape-1 {
  position: absolute;
  left: 0;
  top: -70px;
  display: block;
  width: 0px;
  height: 0px;
}

.accordion blockquote::before {
  content: url("images/QuotationMark.svg");
  width: 10%;
  float: left;
  display: table;
  top: 10px;
  position: relative;
  fill: var(--main);
}

.content-left-and-image-right blockquote::before {
  content: url("images/QuotationMark.svg");
  width: 20%;
  float: left;
  display: table;
  top: 10px;
  position: relative;
  fill: var(--main);
}

.content-only blockquote::before {
  content: url("images/QuotationMark.svg");
  width: 10%;
  float: left;
  display: table;
  top: 10px;
  position: relative;
  fill: var(--main);
}

.image-left-and-content-right blockquote::before {
  content: url("images/QuotationMark.svg");
  width: 20%;
  float: left;
  display: table;
  top: 10px;
  position: relative;
  fill: var(--main);
}

.single-post > article .post-thumbnail blockquote::before {
  content: url("images/QuotationMark.svg");
  width: 15%;
  float: left;
  margin-right: 10px;
  display: table;
  top: 0px;
  position: relative;
  fill: var(--main);
}

.stories-slider #stories-slider .carousel-caption .stories-slider-content blockquote::before {
  content: url("images/QuotationMark.svg");
  position: absolute;
  top: -20px;
  right: 0;
}

.stories-slider #stories-slider .carousel-caption .stories-slider-content hr.bq-border-top {
  margin: 20px 0 0;
  width: 90%;
  width: 100%;
}

header#masthead #site-navigation .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(67,75,77, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 2em !important;
  height: 2em !important;
}

.inline-circled-list .inline-circled a {
  font-size: 18px;
}