p,
a,
span,
li {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4,
h5,
h6 {
  font-size: 24px;
}

a {
  color: #da0013 !important;
  text-decoration: none;
  -webkit-transition: ease-in 0.155s all;
  transition: ease-in 0.155s all;
}

a::before {
  color: #da0013 !important;
  -webkit-transition: ease-in 0.155s all;
  transition: ease-in 0.155s all;
}

a:hover {
  color: #2d2e31 !important;
}

a:hover::before {
  color: #2d2e31 !important;
}

.site-inner {
  padding: 0px !important;
}

.wp-block-button {
  margin-bottom: 0px !important;
}

.wp-block-button__link, .gform_button {
  border: solid 2px #da0013 !important;
  background-color: #da0013 !important;
  color: #fff !important;
  -webkit-transition: ease-in 0.255s all;
  transition: ease-in 0.255s all;
  padding: 8px 32px !important;
  border-radius: 20px !important;
}

.wp-block-button__link:hover, .gform_button:hover, .wp-block-button__link:focus, .gform_button:focus {
  background-color: #fff !important;
  color: #da0013 !important;
}

.wp-block-button.inverted .wp-block-button__link, .wp-block-button.inverted .gform_button {
  background-color: #fff !important;
  color: #da0013 !important;
}

.wp-block-button.inverted .wp-block-button__link:hover, .wp-block-button.inverted .gform_button:hover, .wp-block-button.inverted .wp-block-button__link:focus, .wp-block-button.inverted .gform_button:focus {
  background-color: #da0013 !important;
  color: #fff !important;
}

.wp-block-button.white-inverted .wp-block-button__link, .wp-block-button.white-inverted .gform_button {
  background-color: #da0013 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.wp-block-button.white-inverted .wp-block-button__link:hover, .wp-block-button.white-inverted .gform_button:hover, .wp-block-button.white-inverted .wp-block-button__link:focus, .wp-block-button.white-inverted .gform_button:focus {
  background-color: #fff !important;
  color: #da0013 !important;
}

.wp-block-button.transparent .wp-block-button__link, .wp-block-button.transparent .gform_button {
  background-color: transparent !important;
  color: #da0013 !important;
  border-color: #da0013 !important;
}

.wp-block-button.transparent .wp-block-button__link:hover, .wp-block-button.transparent .gform_button:hover, .wp-block-button.transparent .wp-block-button__link:focus, .wp-block-button.transparent .gform_button:focus {
  background-color: #da0013 !important;
  color: #fff !important;
}

.overflow-hidden {
  overflow: hidden;
}

.white {
  color: #fff !important;
}

.red {
  color: #da0013 !important;
}

.title--underline-red {
  position: relative;
}

.title--underline-red::after {
  content: "";
  height: 4px;
  width: 48px;
  background-color: #da0013;
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title--text-shadow {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
}

.title--caret-red {
  padding-left: 36px;
  position: relative;
}

.title--caret-red::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #da0013;
  position: absolute;
  left: 12px;
  top: 6px;
}

.full-height--col {
  min-height: 100% !important;
}

.full-height--col > .col-inner {
  height: 100%;
}

.half-width--col {
  max-width: 660px;
}

.bg--cover {
  background-size: cover !important;
}

.footer {
  background-color: #2d2e31;
  padding: 64px 0;
}

.footer--contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .footer--contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer--contact-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer--contact-meta p {
  width: 100%;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .footer--contact-meta p {
    text-align: center;
  }
}

.footer--socials i::before {
  font-size: 24px;
  color: #fff;
  -webkit-transition: ease-in 0.155s all;
  transition: ease-in 0.155s all;
}

.footer--socials i:hover::before, .footer--socials i:focus::before {
  color: #da0013 !important;
}

.footer--logo {
  padding: 32px;
}

.footer img {
  max-width: 250px;
}

.footer--menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer--menu .nav-link {
  padding: 0 0 8px 0;
  color: #fff !important;
  -webkit-transition: ease-in 0.155s all;
  transition: ease-in 0.155s all;
}

.footer--menu .nav-link:hover {
  color: #da0013 !important;
}

@media screen and (max-width: 768px) {
  .footer--menu .nav-link {
    text-align: center;
  }
}

.header-top {
  padding: 8px 0 8px 0;
}

.navbar {
  background-color: #fff;
}

.navbar .menu-item span {
  text-transform: uppercase;
}

#menu-header-menu .menu-item a {
  background-color: #fff !important;
  padding: 8px 12px;
}

#menu-header-menu .menu-item a:hover span {
  color: #da0013 !important;
}

#menu-header-menu .menu-item a:hover:after {
  color: #da0013 !important;
}

#menu-header-menu .menu-item.current-menu-item > a span {
  color: #da0013;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  #navbarNavDropdown {
    position: relative;
  }
  #navbarNavDropdown::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -12px;
    display: block;
    height: 4px;
    width: calc(100% + 24px);
    background-color: #da0013;
  }
  #menu-header-menu .menu-item {
    border-bottom: 1px solid #f1f1f1;
  }
  #menu-header-menu .menu-item a:hover span {
    color: #da0013 !important;
  }
  #menu-header-menu .menu-item:last-of-type {
    border-bottom-color: #fff;
  }
}

@media screen and (max-width: 500px) {
  .navbar-brand img {
    max-height: 50px;
    width: auto;
  }
}

.site-footer {
  background-color: #2d2e31;
}

.site-footer p {
  margin-bottom: 0px;
}

#modal--container {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999999;
}

#modal--container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.25);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}

.modal--inner {
  width: 75%;
  padding-top: 42.25%;
  margin: auto;
}

.modal--close-out {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 111;
}

.modal--close-out i {
  background-color: #000;
  border-radius: 50%;
}

.modal--close-out i::before {
  color: #da0013;
  font-size: 24px;
}

.social-links i {
  margin: 0 4px;
}

.social-links i::before {
  font-size: 26px;
}

.single--header {
  padding: 124px 0;
  position: relative;
  overflow: hidden;
  background-position: center;
}

.single--overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.single--post-container {
  padding: 64px 0;
}

/* Remove Construction from breadcrumb in header */
.page-id-748 .solutions-header--sub-heading h3:first-of-type, .page-id-748 .solutions-header--sub-heading .title--caret-red::before, .page-id-745 .solutions-header--sub-heading h3:first-of-type, .page-id-745 .solutions-header--sub-heading .title--caret-red::before {
	display:none;
}
