:root {
  --miller-red: #bc1f2d;
  --miller-gray: #3c3c3c;
  --miller-gray-accent: #808285;
  --miller-black: #000000;
  --miller-white: #ffffff;
}
html,
body {
  overflow-x: hidden;
}
body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.65;
}
@keyframes dropdownMenuGrowDrown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  to {
    transform: scaleY(1);
  }
}
div.theme-millerinjury .navbar-toggler .icon-bar {
  background-color: #000;
  display: block;
  height: 2px;
  transition: all .2s;
  width: 25px;
}
div.theme-millerinjury .navbar-toggler .icon-bar:first-of-type {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
div.theme-millerinjury .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
}
div.theme-millerinjury .navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
div.theme-millerinjury .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}
div.theme-millerinjury .navbar-toggler.collapsed .icon-bar:first-of-type {
  transform: rotate(0);
}
div.theme-millerinjury .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
}
div.theme-millerinjury .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
.ccm-block-top-navigation-bar .navbar .navbar-toggler {
  order: 3;
  border-color: #ffffff;
  position: absolute;
  top: 0;
}
.ccm-block-top-navigation-bar .navbar .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: all .2s;
}
.ccm-block-top-navigation-bar {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 20px;
}
.page-template-home header nav .navbar-brand {
  display: none;
}
div.theme-millerinjury {
  color: #ffffff;
  background-color: #000000;
}
div.theme-millerinjury a {
  color: #bc1f2d;
  text-decoration: none;
  transition: color 0.2s ease;
}
div.theme-millerinjury a:hover,
div.theme-millerinjury a:focus {
  color: #de3a48;
}
div.theme-millerinjury p,
div.theme-millerinjury li,
div.theme-millerinjury .ccm-block-content {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
div.theme-millerinjury strong,
div.theme-millerinjury b {
  font-weight: 700;
  color: #ffffff;
}
div.theme-millerinjury h1,
div.theme-millerinjury h2,
div.theme-millerinjury h3,
div.theme-millerinjury h4,
div.theme-millerinjury h5,
div.theme-millerinjury h6,
div.theme-millerinjury .display-1,
div.theme-millerinjury .display-2,
div.theme-millerinjury .display-3,
div.theme-millerinjury .display-4 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  white-space: break-all;
}
div.theme-millerinjury h2 sm,
div.theme-millerinjury h3 sm {
  font-weight: 100;
}
div.theme-millerinjury h4,
div.theme-millerinjury h5 {
  text-transform: none;
}
div.theme-millerinjury h5.card-title {
  color: var(--miller-gray);
  text-align: center;
}
div.theme-millerinjury .fiverem {
  font-size: 5rem;
}
div.theme-millerinjury .five5rem {
  font-size: 5.5rem;
}
div.theme-millerinjury .miller-section-header {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
div.theme-millerinjury .miller-section-tagline {
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #808285;
}
div.theme-millerinjury .miller-office-hours-label {
  font-weight: 700;
  text-transform: uppercase;
}
div.theme-millerinjury > .row,
div.theme-millerinjury > .container {
  margin-top: 0;
  margin-bottom: 0;
}
div.theme-millerinjury .container {
  max-width: 1200px;
}
div.theme-millerinjury .ccm-image-block,
div.theme-millerinjury .img-fluid {
  max-width: 100%;
  height: auto;
}
div.theme-millerinjury iframe {
  max-width: 100%;
  border: 0;
}
div.theme-millerinjury .bottom-right-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 75px;
  width: auto;
}
div.theme-millerinjury .bottom-right-triangle.left-pos {
  right: auto;
  left: -80px;
  bottom: 22px;
}
div.theme-millerinjury .ccm-block-content {
  position: relative;
}
div.theme-millerinjury .neg-margin-overlay {
  z-index: 2;
  position: relative;
}
div.theme-millerinjury .red-outline-button {
  display: inline-block;
  color: #ffffff !important;
  border: 2px solid #bc1f2d;
  background: transparent;
  padding: 0.85rem 2.5rem;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: background-color 0.2s ease, color 0.2s ease;
}
div.theme-millerinjury .red-outline-button:hover,
div.theme-millerinjury .red-outline-button:focus {
  background-color: #bc1f2d;
  color: #ffffff !important;
}
div.theme-millerinjury hr.red-wide {
  border: none;
  height: 8px;
  background-color: #bc1f2d;
  opacity: 1;
  margin: 0 0 1.5rem;
}
div.theme-millerinjury a.learn-more {
  color: #bc1f2d !important;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
div.theme-millerinjury a.learn-more:hover {
  color: #de3a48 !important;
}
div.theme-millerinjury .horizontal-line-left {
  position: relative;
}
div.theme-millerinjury .horizontal-line-left::before {
  position: absolute;
  left: -35px;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #bc1f2d;
}
div.theme-millerinjury .miller-site-header {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
div.theme-millerinjury .miller-site-header .logo-button-wrapper {
  margin-top: 135px;
}
div.theme-millerinjury .miller-site-header .logo-button-wrapper img {
  max-width: 100%;
}
div.theme-millerinjury .miller-site-header .logo-button-wrapper .red-outline-button {
  margin-right: 7%;
  font-size: 1.5rem;
}
div.theme-millerinjury .miller-site-header__hero {
  position: relative;
  min-height: 560px;
  background: #000000 url("/application/themes/millerinjury/images/header/handshake.png") center center / cover no-repeat;
}
div.theme-millerinjury .miller-site-header__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.92) 100%), url("/application/themes/millerinjury/images/header/handshake.png") center 35% cover no-repeat;
  pointer-events: none;
  z-index: 1;
}
div.theme-millerinjury .miller-site-header__nav,
div.theme-millerinjury .miller-site-header__content {
  position: relative;
  z-index: 3;
}
div.theme-millerinjury .miller-site-header__nav {
  padding-top: 1.25rem;
}
div.theme-millerinjury .miller-site-header__nav nav .navbar-brand img {
  max-width: 250px;
  height: auto;
}
div.theme-millerinjury .miller-site-header__mark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(44vw, 520px);
  max-width: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.95;
}
div.theme-millerinjury .miller-site-header__triangle {
  position: absolute;
  right: 7%;
  bottom: 22%;
  width: 64px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
div.theme-millerinjury .miller-site-header__content {
  padding-bottom: 3rem;
}
div.theme-millerinjury .navbar-brand img {
  height: auto;
}
div.theme-millerinjury div.ccm-block-top-navigation-bar .navbar {
  background-color: transparent;
  padding: 0;
}
div.theme-millerinjury div.ccm-block-top-navigation-bar .navbar-nav {
  margin-left: auto;
  align-items: center;
}
div.theme-millerinjury div.ccm-block-top-navigation-bar .nav-link {
  color: #ffffff !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  position: relative;
}
div.theme-millerinjury div.ccm-block-top-navigation-bar .nav-link:hover,
div.theme-millerinjury div.ccm-block-top-navigation-bar .nav-link:focus,
div.theme-millerinjury div.ccm-block-top-navigation-bar .nav-link.active,
div.theme-millerinjury div.ccm-block-top-navigation-bar .nav-link.nav-path-selected {
  color: #bc1f2d !important;
}
div.theme-millerinjury div.ccm-block-top-navigation-bar .nav-item + .nav-item .nav-link::before {
  content: "|";
  color: #808285;
  margin-right: 0.75rem;
  font-weight: 400;
}
div.theme-millerinjury div.ccm-block-top-navigation-bar .navbar-toggler .icon-bar {
  background-color: #ffffff;
}
.slide-in-left {
  animation-name: slideFromLeft;
  animation-duration: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes slideFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
div.theme-millerinjury > .row:first-of-type {
  margin: 0;
  background-color: #000000;
}
div.theme-millerinjury > .row:first-of-type .col-md-5,
div.theme-millerinjury > .row:first-of-type .col-md-7 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
div.theme-millerinjury > .row:first-of-type .col-md-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}
div.theme-millerinjury > .row:first-of-type .col-md-7 {
  padding: 0;
}
div.theme-millerinjury > .row:first-of-type .col-md-7 picture,
div.theme-millerinjury > .row:first-of-type .col-md-7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}
div.theme-millerinjury > .row:first-of-type .ccm-block-content p:first-child strong {
  font-size: 1.05rem;
  line-height: 1.5;
}
div.theme-millerinjury .vert-center {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
div.theme-millerinjury .vert-center .row {
  display: flex;
  align-items: center;
}
div.theme-millerinjury .vert-center hr.red-wide {
  margin: 0;
}
div.theme-millerinjury > .row:nth-of-type(2) {
  padding: 2rem 0 3rem;
}
div.theme-millerinjury > .row:nth-of-type(2) .col-md-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}
div.theme-millerinjury > .row:nth-of-type(2) .ccm-block-content p:first-child {
  font-weight: 700;
}
div.theme-millerinjury .container > .row {
  padding: 2rem 0 3.5rem;
}
div.theme-millerinjury .container > .row .col-md-6:first-child {
  padding-right: 2rem;
}
div.theme-millerinjury .container > .row .col-md-6:last-child {
  padding-left: 2rem;
}
div.theme-millerinjury footer .container > .row {
  padding: 1rem 0 1rem;
}
div.theme-millerinjury .accordion,
div.theme-millerinjury .ccm-block-accordion {
  --bs-accordion-bg: #3c3c3c;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-active-bg: #bc1f2d;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-btn-bg: #3c3c3c;
}
div.theme-millerinjury .accordion-item {
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0.35rem;
  background-color: #3c3c3c !important;
  overflow: hidden;
}
div.theme-millerinjury .accordion-button {
  background-color: #3c3c3c !important;
  color: #ffffff !important;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: none !important;
  padding: 1rem 1.25rem;
  flex-direction: column;
}
div.theme-millerinjury .accordion-button::after {
  filter: brightness(0) invert(1);
  display: none;
}
div.theme-millerinjury .accordion-body {
  background-color: #bc1f2d !important;
  color: #ffffff !important;
  font-weight: 400;
  padding: 1rem 1.25rem 1.5rem;
}
div.theme-millerinjury .container > .row > .col-md-6:last-child .ccm-block-content p {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.7;
}
div.theme-millerinjury .container > .row > .col-md-6:last-child .ccm-block-content p:nth-of-type(2) {
  font-weight: 700;
}
div.theme-millerinjury .container > .row > .col-md-6:last-child .ccm-block-content p:last-child {
  margin-top: 1.5rem;
}
div.theme-millerinjury footer {
  background-color: #000000;
  color: #ffffff;
  margin-top: 1rem;
  padding-top: 2.5rem;
  position: relative;
}
div.theme-millerinjury footer::before {
  position: absolute;
  top: 0;
  width: 80%;
  content: "";
  height: 4px;
  inset: 0;
  place-self: start center;
  background-color: #fff;
}
div.theme-millerinjury footer section.mb-4 {
  border-top: none;
  margin-bottom: 0 !important;
}
div.theme-millerinjury footer .miller-footer-logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}
div.theme-millerinjury footer .miller-footer-logo img {
  width: 72px;
  height: auto;
}
div.theme-millerinjury footer .ccm-block-content p {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0;
}
div.theme-millerinjury footer .miller-footer-bottom .ccm-block-content p {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: none;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .ccm-block-top-navigation-bar {
    position: absolute;
  }
  div.theme-millerinjury main {
    padding-top: 100px;
  }
  div.theme-millerinjury .miller-site-header__hero {
    min-height: 460px;
  }
  div.theme-millerinjury .miller-site-header__nav {
    padding-left: 0;
  }
  div.theme-millerinjury .miller-site-header__nav .navbar-brand {
    padding-top: 42px;
    width: 100%;
    text-align: center;
  }
  div.theme-millerinjury .miller-site-header__mark {
    width: min(58vw, 360px);
  }
  div.theme-millerinjury div.ccm-block-top-navigation-bar .nav-item + .nav-item .nav-link::before {
    display: none;
  }
  div.theme-millerinjury > .row:first-of-type .col-md-5,
  div.theme-millerinjury > .row:first-of-type .col-md-7,
  div.theme-millerinjury > .row:nth-of-type(2) .col-md-6,
  div.theme-millerinjury .container > .row .col-md-6:first-child,
  div.theme-millerinjury .container > .row .col-md-6:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  div.theme-millerinjury > .row:first-of-type .col-md-7 picture,
  div.theme-millerinjury > .row:first-of-type .col-md-7 img {
    min-height: 260px;
  }
  div.theme-millerinjury .fiverem {
    font-size: 3rem;
  }
  div.theme-millerinjury .five5rem {
    font-size: 3.5rem;
  }
  div.theme-millerinjury .contact-block {
    padding-top: 75px;
  }
  div.theme-millerinjury .our-mission {
    padding: 20px;
  }
  div.theme-millerinjury .miller-site-header .d-flex {
    flex-direction: column;
  }
  div.theme-millerinjury .miller-site-header .logo-button-wrapper .red-outline-button {
    margin-top: 30px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}
