  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
#phone{
	width: 65px !important;
}
#ou-search-results #ou-search-open-advanced{
	color:white !important;
}

.btn.btn-scarlet.disabled{
	background-color:#752936 !important;
}

h1,
h2,
h3{
  color: var(--scarlet-752936);
}

/* ticket 269635 - start */
.bg-scarlet h1, .bg-scarlet h2, .bg-scarlet h3{
	color:white;
}
/* ticket 269635 - end */

/* ticket 269224 - start */
.footer-post h3{
	margin-top: -8px;
	line-height: 19px;
}
/* ticket 269224 - end */



/* accreditation styling - start */
.accreditation-bar {
  padding: 30px 0;
  text-align: center;
}

.accreditation-bar p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.acc-grey {
  background-color: #f2f2f2;
  color: #222;
}

.acc-white {
  background-color: #ffffff;
  color: #222;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.acc-maroon {
  background-color: #6d0019;
  color: #ffffff;
}/* accreditation styling - end */




/* =========================================
   HERO BACKGROUND OVERLAY SYSTEM - START
   ========================================= */

.section.section-with-background.dark {
    position: relative;
    overflow: hidden;
}

/* Default overlay */

.section.section-with-background.dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1);
    z-index: 1;
    pointer-events: none;
}

/* Disable overlay when class is present */

.section.section-with-background.dark.no-overlay::before {
    display: none;
}

/* Ensure content sits above overlay */

.section.section-with-background.dark .container,
.section.section-with-background.dark .row,
.section.section-with-background.dark .col-12 {
    position: relative;
    z-index: 2;
}


/* =========================================
   HERO HEADLINE LEGIBILITY
   ========================================= */

.section.section-with-background.dark h2.text-white {
    text-shadow:
        0 3px 6px rgba(0,0,0,0.9),
        0 12px 30px rgba(0,0,0,0.7),
        0 24px 60px rgba(0,0,0,0.6);

    margin-top: 4rem;
}


/* =========================================
   BUTTON SPACING
   ========================================= */

.section.section-with-background.dark p:last-of-type {
    margin-bottom: 2.5rem;
}


/* =========================================
   HERO BACKGROUND OVERLAY SYSTEM - END
   ========================================= */

/* Ticket 272059 */
.dropdown-menu[data-bs-popper]{
	left:auto !important;
	right:0;
}