.red-text,
a.red-text {
  color: #d31245 !important;
}

.btn-red,
.btn-red:hover {
  color: white;
  border-color: #d31245;
  background-color: #d31245;
}

.hr-red {
  color: #d31245;
  background: #d31245;
}

.gray-background {
  background-color: #eee;
}

.white-background {
  background-color: #fff;
}

.red-background {
  background-color: #d31245;
}

.blue-background {
  background-color: #005596;
}

.blue-text {
  color: #005596;
}

.btn-blue,
.btn-blue:hover {
  color: white;
  border-color: #005596;
  background-color: #005596;
}

.hr-blue {
  color: #005596;
  background: #005596;
}

.hr-gray {
  color: #eee;
  background: #eee;
}

.white-text {
  color: #fff;
}

.acf-map,
.acf-map-alt {
  width: 100%;
  height: 500px;
}

.acf-map img {
  max-width: inherit !important;
}

.map-container .tab-link {
  cursor: pointer;
}
.map-container .map-border-bottom {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.map-container .map-border-bottom-red {
  border-color: #d31245;
}
.map-container .map-border-bottom-blue {
  border-color: #005596;
}
.map-container .map-div {
  height: 500px;
  position: relative;
}
.map-container .map-div .acf-map,
.map-container .map-div .acf-map-alt {
  position: absolute;
  top: 0;
  left: -10000px;
}
.map-container .agents-div .agents {
  display: none;
}
.map-container .agents-div .agents:hover {
  cursor: pointer;
}
.map-container .agents-div .agents.top {
  display: block;
}

.faq-drawer {
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  /* OPTIONAL HOVER STATE */
}
.faq-drawer__content .row:last-child {
  border-bottom: none !important;
}
.faq-drawer__content-wrapper {
  border-bottom: 1px solid #c3c3c3;
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.faq-drawer__title {
  border-top: #c3c3c3 1px solid;
  border-bottom: #c3c3c3 1px solid;
  background-color: #f7f7f7;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  transition: all 0.25s ease-out;
  line-height: 1;
}
.faq-drawer__title::after {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 13px;
  width: 13px;
  position: relative;
  right: 5px;
  top: 2.5px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
}
.faq-drawer__title:hover {
  color: #4e4b52;
}
.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 1000px;
}
.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}
.faq-drawer input[type=checkbox] {
  display: none;
}
.faq-drawer .description {
  font-size: 1rem;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh; /* Fallback for browsers that don't support dvh */
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
}

.container {
  max-width: 1140px !important;
}

a {
  text-decoration: none;
  color: #005596;
}

.btn {
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

hr {
  height: 3px;
  font-size: 0;
  border: 0;
  width: 75%;
}
.container-content hr {
  width: 100%;
}

nav .bi-list::before {
  font-size: 5rem;
}
nav ul {
  float: right;
}
nav li {
  border-width: 0px !important;
  list-style: none;
}
nav .top-row {
  right: 0;
}
nav .top-row a {
  color: #005596;
  font-size: 0.875rem;
}
nav .bottom-row {
  right: 0;
}
nav .bottom-row a {
  font-size: 19px;
  font-weight: bold;
}
nav .bottom-row a.tel {
  color: #d31245;
}

.align-items-center-right {
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: right; /*Aligns horizontally center */
}

.full-hero h1,
.full-hero h2,
.full-hero h3 {
  color: #fff;
}
.full-hero h1 a,
.full-hero h2 a,
.full-hero h3 a {
  color: #fff;
}

.top-border-icon {
  border-width: 2px !important;
  border-color: #d31245 !important;
  margin-top: 3rem;
}
.top-border-icon .center-icon {
  margin-top: -2.5rem;
}
.top-border-icon .center-icon img {
  width: auto;
  height: 5rem;
}

footer {
  background-color: #005596;
}
footer a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
footer ul li {
  list-style: none;
}
footer .footer-text {
  font-size: 10px;
  color: #fff;
}

.offcanvas li {
  list-style: none;
}
.offcanvas li a {
  color: var(-bs-nav-link-color);
}

.border-10 {
  border-width: 10px !important;
  border-color: #d31245 !important;
}

.shadow {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(204, 204, 204, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.modal-header,
.modal-footer {
  border: none;
}

li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

iframe {
  aspect-ratio: 16/9 !important;
  width: 100% !important;
}

/*# sourceMappingURL=styles.css.map */
