html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html ::selection {
  color: #f3efef;
  background-color: rgba(142, 114, 29, 0.85);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

body, p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

p:empty {
  display: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Cinzel", serif;
  line-height: 1.1;
  margin-bottom: 0.3em;
}

h1, .h1 {
  font-size: 3rem;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 9vw;
  }
}

h2, .h2 {
  font-size: 2.625rem;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 8vw;
  }
}

h3, .h3 {
  font-size: 2.1875rem;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 7vw;
  }
}

h4, .h4 {
  font-size: 1.5625rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.0625rem;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes pulse2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.available {
  display: flex;
  align-items: center;
  width: fit-content;
}

.beacon, .available .dot {
  position: relative;
  height: 8px;
  width: 8px;
  padding: 3px;
  border-radius: 50%;
  background: #36db62;
  margin-right: 8px;
}
.beacon::after, .beacon::before, .available .dot::after, .available .dot::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #36db62;
  display: block;
}
.beacon::before, .available .dot::before {
  animation: pulse2 2s ease 0s infinite;
}
.beacon::after, .available .dot::after {
  animation: pulse 2s ease 0s infinite;
}

.secure {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.secure::before {
  content: "";
  height: 13px;
  width: 13px;
  background-color: currentColor;
  mask: url("../img/shield.svg") center no-repeat;
  -webkit-mask: url("../img/shield.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: inline-block;
  margin-right: 4px;
}

.btn {
  text-transform: uppercase;
  font-size: 16.5px;
  padding: 0.5rem 1.5rem;
  line-height: 1.5;
}
.btn:hover {
  color: #fff;
  background: #000;
}

.site-footer {
  background: #27282c;
  text-align: center;
}
.site-footer .container {
  padding: 3rem 1rem 1rem;
  width: 1140px;
  max-width: 90%;
}
.site-footer .footer_logo {
  width: fit-content;
  flex-shrink: 0.5;
}
.site-footer .footer_logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
}
.site-footer .mccravy-foot {
  margin-top: 1.5rem;
}
.site-footer .mccravy-foot small {
  display: block;
}
.site-footer .footer_images {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.site-footer .footer_images a:hover {
  opacity: 0.95;
}
.site-footer .footer_images img {
  max-height: 105px;
  max-width: 180px;
  height: auto;
  width: auto;
  display: block;
  transition: 0.3s ease all;
}
.site-footer .footer_images img:hover {
  scale: 1.05;
}
@media (max-width: 699px) {
  .site-footer .footer_images {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
    justify-content: center;
    margin: 2rem auto 1.5rem;
  }
}
.site-footer .site_info {
  background: #000;
  color: white;
  padding-bottom: 3rem !important;
}
.site-footer .site_info a {
  color: currentColor;
}
.site-footer .site_info a:hover {
  color: #8C1729;
}

#desktop_header {
  background: #27282c;
  color: #fff;
  padding: 0;
}
#desktop_header .container-fluid {
  max-width: 1336px;
  padding: 0.5rem 1rem;
}
#desktop_header .container-fluid > .row {
  margin: 0 auto;
  flex-wrap: nowrap;
}
#desktop_header .site_branding {
  flex-shrink: 1;
}
#desktop_header .site_branding img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
}
#desktop_header .header_buttons {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}
#desktop_header .header_buttons .btn {
  white-space: nowrap;
}
#desktop_header .main_navigation {
  flex-grow: 1;
  margin: 0 1.5rem;
}
#desktop_header .menu > li > a {
  color: white;
  padding: 0.5rem;
  white-space: nowrap;
}
#desktop_header .menu > li > a:hover {
  background: #000;
}

#mobile_buttons_wrap {
  background: #27282c;
  color: white;
}
#mobile_buttons_wrap > .row {
  margin: 0;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#mobile_buttons_wrap .mobile_logo {
  padding: 1rem;
}
#mobile_buttons_wrap .mobile_logo img {
  width: 173px;
  max-width: 100%;
  height: auto;
  display: block;
}
#mobile_buttons_wrap .burger_col {
  background: #27282c;
  display: flex;
  justify-content: center;
  padding: 0 2vw;
}
#mobile_buttons_wrap .burger_col .hamburger__line {
  background: white;
  width: 44px;
  height: 4px;
  margin: 6px;
}
#mobile_buttons_wrap .header_buttons {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 1rem;
  margin-left: auto;
  padding-right: 1rem;
}
#mobile_buttons_wrap .header_buttons .cp_btn {
  white-space: initial;
}
#mobile_buttons_wrap .toggle_overlay.btn {
  padding: 3px 1.5rem;
}
#mobile_buttons_wrap .toggle_overlay.btn span {
  line-height: 34px;
}
#mobile_buttons_wrap .toggle_overlay.btn img {
  height: 34px;
  width: auto;
  display: none;
}
#mobile_buttons_wrap .mobile_phone {
  background: black;
  color: white;
}
#mobile_buttons_wrap .mobile_phone a {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 17px;
  color: currentColor;
}
#mobile_buttons_wrap .mobile_navigation {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}
#mobile_buttons_wrap .mobile_navigation li {
  border-color: #000;
}
#mobile_buttons_wrap .mobile_navigation li a {
  color: #fff;
  font-weight: 600;
}
#mobile_buttons_wrap .mobile_navigation li a:hover {
  transform: translateX(10px);
}
@media (max-width: 674px) {
  #mobile_buttons_wrap .mobile_logo {
    flex-shrink: 1;
  }
  #mobile_buttons_wrap .toggle_overlay span {
    display: none;
  }
  #mobile_buttons_wrap .toggle_overlay img {
    display: block !important;
  }
  #mobile_buttons_wrap .header_buttons {
    padding-right: 0;
  }
  #mobile_buttons_wrap .cp_btn {
    font-size: 14px;
    width: fit-content;
  }
  #mobile_buttons_wrap .btn {
    height: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  #mobile_buttons_wrap .burger_col {
    padding: 0 0.5rem;
  }
}
@media (max-width: 575px) {
  #mobile_buttons_wrap .cp_btn {
    width: 105px;
  }
}
@media (max-width: 479px) {
  #mobile_buttons_wrap .toggle_overlay {
    width: 0px;
    padding: 0 !important;
    overflow: hidden;
  }
  #mobile_buttons_wrap .header_buttons {
    gap: 0;
  }
}

.line_bottom, .home_intro .middle > div h2, .entry-content h2:first-child, .line_top, .home_intro .bottom h2 {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.line_bottom::after, .home_intro .middle > div h2::after, .entry-content h2:first-child::after, .line_top::after, .home_intro .bottom h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #8C1729;
  border-radius: 4px;
  width: 100%;
  max-width: 480px;
}

.line_top, .home_intro .bottom h2 {
  padding-top: 1rem;
}
.line_top::after, .home_intro .bottom h2::after {
  bottom: unset;
  top: 0;
}

.captitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #8C1729;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.entry-content {
  padding: 2rem 0;
}
.entry-content a:not(.btn) {
  color: #8C1729;
  font-weight: 500;
}

.widget_title, .gform_wrapper .gform_title {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #8C1729;
  margin-bottom: 0;
  font-size: 24px;
}

.gform_wrapper {
  background: #f3efef;
  padding: 0;
}
.gform_wrapper .gform_body {
  padding: 1rem;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 10px !important;
}
.gform_wrapper input[type=color], .gform_wrapper input[type=date], .gform_wrapper input[type=datetime-local], .gform_wrapper input[type=datetime], .gform_wrapper input[type=email], .gform_wrapper input[type=month], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=time], .gform_wrapper input[type=url], .gform_wrapper input[type=week], .gform_wrapper select, .gform_wrapper textarea {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  color: #000;
  font-size: 14px;
}
.gform_wrapper input[type=color]::placeholder, .gform_wrapper input[type=date]::placeholder, .gform_wrapper input[type=datetime-local]::placeholder, .gform_wrapper input[type=datetime]::placeholder, .gform_wrapper input[type=email]::placeholder, .gform_wrapper input[type=month]::placeholder, .gform_wrapper input[type=number]::placeholder, .gform_wrapper input[type=password]::placeholder, .gform_wrapper input[type=search]::placeholder, .gform_wrapper input[type=tel]::placeholder, .gform_wrapper input[type=text]::placeholder, .gform_wrapper input[type=time]::placeholder, .gform_wrapper input[type=url]::placeholder, .gform_wrapper input[type=week]::placeholder, .gform_wrapper select::placeholder, .gform_wrapper textarea::placeholder {
  color: #27282c;
  font-weight: 400;
}
.gform_wrapper .gform_footer {
  padding: 0 0 1rem !important;
}
.gform_wrapper .gform_footer .btn {
  width: fit-content;
  margin: 0 auto 4px !important;
  border: none;
  background: #8C1729;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.gform_wrapper .gform_footer .btn:hover {
  background: #8E721D;
}
.gform_wrapper .gform_footer .secure {
  font-size: 12px;
}

.widget:has(.gform_wrapper) {
  padding: 0 !important;
}

.footer_form {
  padding: 3rem 1.5rem;
}
.footer_form .container {
  max-width: 1140px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_form .img-col {
  width: 450px;
  max-width: 40%;
  padding: 0;
  flex-basis: auto;
  flex-grow: 0;
}
.footer_form .img-col img {
  max-width: 100%;
  height: auto;
}
.footer_form .form-col {
  max-width: 560px;
}
.footer_form h2 {
  font-size: 30px;
  margin-bottom: 0;
  margin-left: 1rem;
}
.footer_form .gform_wrapper {
  background: none;
}
.footer_form .gform_wrapper .secure {
  display: none;
}
.footer_form .gform_wrapper .btn {
  margin: 0 0 0 1rem !important;
}
@media (max-width: 767px) {
  .footer_form .container {
    display: block;
    text-align: center;
  }
  .footer_form .img-col {
    width: 100%;
    max-width: 100%;
  }
  .footer_form .img-col img {
    width: 300px;
    margin: 0 auto 1rem;
  }
  .footer_form .form-col {
    width: 100%;
    max-width: 100%;
  }
  .footer_form .form-col h2 {
    margin-left: unset;
  }
  .footer_form .form-col h2::after {
    left: 50%;
    translate: -50%;
  }
  .footer_form .form-col .gform_wrapper {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .footer_form .form-col .gform_wrapper .btn {
    margin: 0 auto 5px !important;
  }
}
@media (max-width: 479px) {
  .footer_form {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#contact-overlay {
  background: rgba(0, 0, 0, 0.61);
  backdrop-filter: blur(3px);
}
#contact-overlay .contact-form-holder {
  background: #000;
  box-shadow: 6px 6px 0 #8E721D;
  padding: 1.25rem;
}
#contact-overlay .gform_wrapper {
  background: none;
}
#contact-overlay .gform_wrapper .gform_body {
  padding: 1rem 0 0;
}
#contact-overlay a:has(img):hover {
  opacity: 0.7;
}
#contact-overlay .overlay-copy {
  text-align: center;
}
#contact-overlay .overlay-copy h2 {
  margin-bottom: 0.25rem;
}
#contact-overlay .overlay-copy a {
  font-weight: 750;
  color: #8C1729;
  font-size: 23px;
  letter-spacing: 0.08em;
}
#contact-overlay .overlay-copy a:hover {
  color: #8E721D;
}

.sb-inner {
  padding: 1.5rem 0;
  position: sticky;
  top: 60px;
}

.accordion_container {
  padding: 3rem 1rem;
}
.accordion_container .accordion {
  border-top: 2px solid #8C1729;
}
.accordion_container .accordion:last-of-type {
  border-bottom: 2px solid #8C1729;
}
.accordion_container .accordion.open .accordion_heading,
.accordion_container .accordion .accordion_heading:hover {
  background: #8C1729;
  color: #fff;
}
.accordion_container .accordion.open .accordion_heading::after,
.accordion_container .accordion .accordion_heading:hover::after {
  filter: brightness(255);
}
.accordion_container .accordion_heading {
  background: none;
  border: none;
  line-height: 1.5;
  transition: 0.3s ease all;
}
.accordion_container .accordion_heading::after {
  width: 34px;
  right: 7px;
}
.accordion_container .accordion_copy {
  background: #f3efef;
}
.accordion_container .accordion_copy .accordion_copy__wrap {
  padding: 1rem;
}
.accordion_container .accordion_copy p {
  font-size: 15px;
  line-height: 1.4;
}
.accordion_container .accordion_copy ul, .accordion_container .accordion_copy ol {
  font-size: 15px;
  line-height: 1.4;
}
.accordion_container .accordion_copy p:last-of-type {
  margin-bottom: 0;
}
.accordion_container .accordion_copy a:not(.btn) {
  color: #8C1729;
  font-weight: 550;
}

.award_logos_container {
  background: #f3efef;
  padding: 1.5rem 0;
}
.award_logos_container .container {
  max-width: 1440px;
  margin: 0 auto;
}
.award_logos_container .flickity-slider {
  height: 180px;
  display: flex;
  align-items: center;
}
.award_logos_container .badge_carousel .flickity-viewport {
  height: 170px !important;
}
.award_logos_container .badge-cell {
  margin: 0 2rem;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award_logos_container .badge-cell img {
  max-height: 150px;
  width: auto;
  height: auto;
}

.home_intro {
  background: #f3efef;
  padding: 0 1rem 1rem;
  position: relative;
}
.home_intro .middle {
  background: none !important;
  max-width: 900px;
  margin: -5rem auto 1rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .home_intro .middle {
    margin-top: -1rem;
  }
}
.home_intro .middle > div {
  padding: 2rem;
  text-align: center;
  background: white;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 1.5rem;
}
.home_intro .middle > div .btn {
  display: block;
  width: fit-content;
  margin: 0 auto 1rem;
}
.home_intro .middle > div h2 {
  font-size: 34px;
}
.home_intro .middle > div h2::after {
  left: 50%;
  transform: translatex(-50%);
}
.home_intro .vid-wrap {
  border: none !important;
  padding: 0 !important;
}
.home_intro .vid-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  border: none !important;
}
.home_intro::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: white;
}
.home_intro .bottom {
  border: none !important;
  padding: 1rem !important;
  max-width: 960px;
  margin: 0 auto;
}
.home_intro .bottom h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .home_intro .bottom {
    columns: 2;
    column-gap: 3rem;
  }
}

.gray_cta {
  position: relative;
  padding: 3rem 1.5rem;
}
.gray_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: #f3efef;
}
.gray_cta .full_width_content_inner_container {
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  margin: 0 auto;
  padding: 1.5rem;
  max-width: 980px;
}
.gray_cta h2::after, .gray_cta .h3::after {
  left: 50%;
  transform: translatex(-50%);
}

.home_represent {
  padding: 2rem 1rem;
}
.home_represent .container > .row {
  align-items: stretch !important;
}
.home_represent .content-col h2 {
  font-size: 2rem;
}
.home_represent .image_lr_img_container {
  height: 100%;
}
.home_represent .image_lr_img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .home_represent .image_lr_img {
    max-width: 100%;
    max-height: 325px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 1rem;
  }
}

.staff_wrap {
  background: #f3efef;
  padding: 3rem 1rem;
}
.staff_wrap .container {
  max-width: 1140px;
}
.staff_wrap .section_intro {
  margin: 0 auto 2rem;
  text-align: center;
}
.staff_wrap .staff_row {
  margin: 0 auto 2rem;
  padding: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .staff_wrap .staff_row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.staff_wrap .img-col {
  padding: 0;
  margin: 0;
}
.staff_wrap .staff_image {
  width: 100%;
  height: 100%;
  position: relative;
}
.staff_wrap .staff_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff_wrap .bio-col {
  display: flex;
  align-items: center;
  padding: 2rem;
}
@media (min-width: 992px) {
  .staff_wrap .bio-col {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .staff_wrap .staff_image {
    aspect-ratio: 4/4.5;
    margin: 2rem auto 0;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 450px;
  }
  .staff_wrap .captitle, .staff_wrap .staff_name {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .staff_wrap .staff_image {
    margin-top: 0;
  }
}

.our_story {
  padding: 3rem 1.5rem;
  text-align: center;
}
.our_story .col-12 {
  max-width: 900px;
  margin: 0 auto;
}
.our_story .line_bottom::after, .our_story .line_top::after, .our_story .entry-content h2:first-child::after, .entry-content .our_story h2:first-child::after, .our_story .home_intro .middle > div h2::after, .home_intro .middle > div .our_story h2::after, .our_story .home_intro .bottom h2::after, .home_intro .bottom .our_story h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.review_wrap {
  background: #8C1729;
  padding: 4rem 0 2rem;
  position: relative;
}
.review_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  height: calc(190px + 2rem);
  width: 100%;
}
.review_wrap .section_intro {
  color: white;
  margin: 0 auto;
  padding: 0 1rem 1rem;
  text-align: center;
}
.review_wrap .carousel-cell {
  width: 100%;
  max-width: 480px;
  height: 380px;
  padding: 0 12px 1.5rem;
}
.review_wrap .review_box {
  background: white;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}
.review_wrap .review_box .the_review {
  max-height: 12em;
  overflow-y: auto;
  padding-right: 5px;
}
.review_wrap .review_box .review_name {
  font-size: 18px;
  margin: 3rem auto 0 0;
}
.review_wrap .review_carousel_container {
  max-width: 100%;
}

.claim_process {
  padding: 3rem 2rem;
  background: #f3efef;
}
.claim_process .empty_container_inner_container {
  padding: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  background: white;
}
@media (max-width: 479px) {
  .claim_process {
    padding: 0.5rem;
  }
  .claim_process .empty_container_inner_container {
    padding: 1rem;
  }
}

.claim_list {
  position: relative;
  padding-left: 40px;
  overflow: hidden;
}
.claim_list ul {
  padding-left: 1.5rem;
}
.claim_list::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #333;
  z-index: 1;
}
.claim_list h3 {
  position: relative;
}
.claim_list h3::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #8C1729;
  border-radius: 50%;
  z-index: 3;
}
.claim_list h3:first-of-type::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 50%;
  width: 20px;
  height: 9999px;
  background: #fff;
  z-index: 2;
}
.claim_list h3:last-of-type::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 20px;
  height: 9999px;
  background: #fff;
  z-index: 2;
}
@media (max-width: 479px) {
  .claim_list {
    padding-left: 20px;
  }
  .claim_list h3 {
    padding-left: 5px;
  }
  .claim_list h3::before {
    left: -20px;
    width: 15px;
    height: 15px;
  }
  .claim_list h3:first-of-type::after {
    left: -20px;
  }
  .claim_list h3:last-of-type::after {
    left: -20px;
  }
  .claim_list::before {
    left: 7px;
    width: 1px;
  }
}

.conditions {
  padding: 4rem 1rem;
  text-align: center;
}
.conditions h2 {
  font-size: 35px;
}
.conditions hr {
  border: none;
  background: #8C1729;
  height: 3px;
  margin-bottom: 1.5rem;
}
.conditions .container {
  max-width: 960px;
}
.conditions .condition_box {
  color: #27282c;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 0 !important;
  margin-bottom: 1rem;
}
.conditions .condition_box h3 {
  background: #8C1729;
  color: #fff;
  padding: 1rem;
  line-height: 1;
  margin-bottom: 0;
}
.conditions .condition_box ul {
  padding: 2rem 1rem 2rem 3rem;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .conditions .condition_box_row {
    display: flex;
    justify-content: space-between;
  }
  .conditions .condition_box {
    width: calc(50% - 1rem);
  }
}

section.widget {
  background: #f3efef;
  margin: 1rem auto;
}
section.widget .widget-title {
  background: #8C1729;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  margin: -1rem -1rem 0;
  padding: 10px 1rem;
  text-align: center;
}
section.widget ul {
  padding: 1rem 0;
}
section.widget li {
  padding: 8px 24px 8px 0;
  border-top: 1px solid rgba(140, 23, 41, 0.5);
  position: relative;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
}
section.widget li:last-of-type {
  border-bottom: 1px solid rgba(140, 23, 41, 0.5);
}
section.widget li a {
  color: currentColor;
}

.blog_home_wrap {
  background: #f3efef;
}
.blog_home_wrap > .container {
  max-width: 1400px;
  padding: 0 1.5rem;
}

.blog_box {
  width: 100%;
  background: white;
  position: relative;
  padding-bottom: 3rem;
}
.blog_box .blog-img {
  width: 100%;
  height: 225px;
}
.blog_box .blog_box_content {
  padding: 1rem;
}
.blog_box .bbox_title {
  font-size: 28px;
  margin-bottom: 1rem;
}
.blog_box .btn {
  position: absolute;
  bottom: 1.5rem;
}

.single_blog_wrap {
  padding: 3rem 0;
}

.hero {
  position: relative;
  color: white;
  text-align: center;
}
.hero .hero_overlay {
  background: linear-gradient(88deg, rgba(39, 40, 44, 0.85) 28.04%, rgba(51, 51, 51, 0.7) 78.18%);
  position: absolute;
  inset: 0;
}
.hero .container {
  padding: 5rem 1rem;
}
.hero .content-col {
  margin: 0 auto;
}
.hero .cta_copy {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .hero .container {
    padding: 8rem 1rem;
  }
}
@media (min-width: 992px) {
  .hero.alternative_hero .content-col {
    margin: 0 auto 0 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .hero.mission_hero .hero_overlay {
    background: linear-gradient(100deg, rgba(39, 40, 44, 0.85) 27.35%, rgba(129, 133, 146, 0) 72.55%);
  }
  .hero.mission_hero .container {
    padding: 12rem 0;
  }
}