body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}
h1,
.h1 {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.96px;
  padding-bottom: 24px;
}
h2,
.h2 {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
h3,
.h3 {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: #002175;
}
h4,
.h4 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
h5,
.h5 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
h6,
.h6,
.subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  color: #002175;
}
.subtitle + .richtext{
  margin-top: 12px;
}
.richtext{
  margin-bottom: 12px;
}
p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #2C2C2C;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 38px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 24px;
  }
  h6,
  .h6,
  .subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.12px;
  }
}
input::placeholder {
  color: #2C2C2C;
}
.filter-option {
  color: #2C2C2C;
}
.search-form button {
  color: #D00A10;
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 36px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  margin: 0;
}
.search-form button:after {
  font-family: "Font Awesome 6 Pro";
  content: '\f002';
  width: 30px;
  height: 37px;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  font-size: 15px;
  font-weight: 500;
  color: #D00A10;
}
.light-gray-bg-color {
  background: linear-gradient(180deg,#F0F1F3 0%,rgba(240,241,243,0) 100%);
}
.dark-bg-color {
  position: relative;
}
.dark-bg-color * {
  position: relative;
}
.dark-bg-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,rgba(1,41,144,0.5) 0%,rgba(0,0,0,0.76) 100%);
  background: -webkit-linear-gradient(top,rgba(1,41,144,0.5) 0%,rgba(0,0,0,0.76) 100%);
  background: linear-gradient(to bottom,rgba(1,41,144,0.5) 0%,rgba(0,0,0,0.76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80012990',endColorstr='#c2000000',GradientType=0);
}
.dark-bg-color h1{
  color: #FFFFFF;
}
.dark-bg-color h2 {
  color: #FFF;
}
.dark-bg-color p {
  color: #FFF;
}
.dark-bg-color p a {
  color: #FFF;
}
.blue-bg-color {
  position: relative;
}
.blue-bg-color * {
  position: relative;
}
.blue-bg-color p,
.blue-bg-color h1,
.blue-bg-color h2,
.blue-bg-color h3,
.blue-bg-color h4,
.blue-bg-color h5,
.blue-bg-color h6,
.blue-bg-color .subtitle {
  color: #FFF;
}
.blue-bg-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2,47,123,0.75);
}
.red-bg-color {
  position: relative;
}
.red-bg-color * {
  position: relative;
}
.red-bg-color p,
.red-bg-color h1,
.red-bg-color h2,
.red-bg-color h3,
.red-bg-color h4,
.red-bg-color h5,
.red-bg-color h6,
.red-bg-color .subtitle {
  color: #FFF;
}
.red-bg-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(163,6,11,0.75);
}
.richtext a {
  text-decoration: underline;
  color: #2C2C2C;
  font-weight: 700;
}
.richtext a:hover {
  font-weight: 700;
  text-decoration: none;
}
.richtext ul {
  padding-left: 19px;
}
ul li a {
  color: #000;
}
.tel {
  pointer-events: none;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .tel {
    pointer-events: initial;
  }
}
.button {
  font-family: 'Inter', sans-serif;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  min-height: 44px;
  border-radius: 57px;
  border: 1px solid transparent;
}
.button:hover {
  border: 1px solid #FFF;
  background: linear-gradient(90deg,#D00A10 8.15%,#01288F 92.93%);
}
.button.red-btn {
  background-color: #D00A10;
  color: #FFF;
}
.button.blue-btn {
  background-color: #002175;
  color: #FFF;
  margin-left: 0;
}
.anchor.white-btn {
  color: #002940;
  background-color: #FFF;
  margin: 0;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
  text-transform: none;
}
.anchor.white-btn:hover {
  color: #FFF;
}
@media only screen and (min-width: 1199px) {
  .primary-close-wrapper {
    display: none !important;
  }
}
.primary-close-wrapper #primary-close {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.primary-close-wrapper #primary-close p {
  margin-left: 16px;
  margin-bottom: 0;
}
.crumb-container .crumb a:hover {
  color: #002175 !important;
}
.crumb-container .crumb.first:hover a i {
  color: #002175 !important;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  z-index: 3;
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.1);
  background-color: #FFF;
}
#header .logo {
  float: left;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
#header .logo img {
  height: 100%;
  max-height: 112px;
  width: auto;
}
#header #header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  border-bottom: 1px solid transparent;
}
#header #header-top .book-now {
  display: none;
}
#header #header-top .google-reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header #header-top .google-reviews .fa-star {
  color: #F8B64C;
}
#header #header-top .google-reviews p {
  color: #2C2C2C;
  margin-bottom: 0;
  margin-left: 7px;
}
#header #header-top .search-container {
  width: 100%;
  max-width: 444px;
}
#header #header-top .search-container .search-form {
  height: 40px;
  width: 100%;
  max-width: 444px;
  border-radius: 24px;
  border: 1px solid #D3D4D8;
  background-color: #FFF;
}
#header #header-top .search-container .search-form fieldset {
  height: 100%;
  width: 100%;
}
#header #header-top .search-container .search-form fieldset .search-input {
  border: none;
  height: 100%;
  width: 100%;
}
#header #header-top .tel {
  color: #D00A10;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
#header #header-top .tel .fa-phone-flip {
  color: #D00A10;
  margin-right: 9px;
  transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
#header #header-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 52px;
}
#header-bottom .fa-phone-flip{
  transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);    
}
#header #header-bottom .search-trigger-bottom {
  display: none;
}
#header #header-bottom .search-container {
  display: none;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #header {
    height: 141px;
  }
  #header nav {
    width: unset;
  }
  #header nav #primary-toggle {
    height: unset;
    line-height: unset;
  }
  #header #header-top {
    height: 58px;
    border-bottom: 1px solid #F0F1F3;
  }
  #header #header-top .book-now {
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    background: #d00a10;
    width: 100%;
    max-width: 155px;
    border-radius: 57px;
    justify-content: center;
    height: 44px;
    letter-spacing: 0.32px;
    margin: 0;
    padding: 0;
    float: left;
    display: flex;
    position: relative;
    align-items: center;
    color: #FFF;
  }
  #header #header-top .google-reviews {
    flex-direction: column;
  }
  #header #header-top .search-container {
    position: absolute !important;
    bottom: 150px;
    transition: all .3s;
  }
  #header #header-bottom {
    height: 83px;
  }
  #header #header-bottom .fa-bars {
    font-size: 32px;
  }
  #header #header-bottom .fa-search {
    color: #2C2C2C;
    font-size: 20px;
  }
  #header #header-bottom{
    position: relative;
  }
  #header #header-bottom .search-trigger-bottom {
    display: block;
    position: absolute;
    right: 80px;
    top: 30px;
  }
  #header #header-bottom .search-trigger-bottom .fa-search {
    color: #D00A10;
  }
  #header #header-bottom .logo {
    width: 86px;
    height: 67px;
    margin-right: 0;
  }
  #header #header-bottom .logo img {
    width: 86px;
    height: 67px;
  }
  #header #header-bottom .tel {
    color: #D00A10;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
  }
  #header #header-bottom .tel i {
    font-size: 18px;
    color: #D00A10;
    margin-right: 8px;
  }
  .tel{
    pointer-events: all !important;
  }
}
#header.scrolling {
  height: 79px;
}
#header.scrolling .static{
    display: none;
}
#header:not(.scrolling) .scrolling{
    display:none;
}
#header:not(.scrolling) #header-bottom .search-container  {
  display: none !important;
}
#header.scrolling .constrain {
  height: 100%;
}
#header.scrolling .constrain .logo {
  margin-top: 5px;
}
#header.scrolling .constrain .logo img {
  width: 89px;
}
#header.scrolling .constrain #header-top {
  display: none;
}
#header.scrolling .constrain #header-top .search-container {
  display: none;
}
#header.scrolling .constrain #header-bottom {
  height: 100%;
  flex-direction: row-reverse;
}
#header.scrolling .constrain #header-bottom #nav-75 {
  display: none;
}
#header.scrolling .constrain #header-bottom .search-trigger-bottom {
  display: block;
}
#header.scrolling .constrain #header-bottom .search-trigger-bottom .fa-search {
  color: #D00A10;
}
#header.scrolling .constrain #header-bottom .search-container {
  display: initial;
  position: fixed;
  right: 25%;
  top: -50px;
  transition: all .3s;
}
#header.scrolling .constrain #header-bottom .search-container .search-form {
  background-color: #FFF;
}
#header.scrolling .constrain #header-bottom .search-container.show {
  position: fixed !important;
  top: 90px !important;
  transition: all .3s;
  width: 93% !important;
  max-width: unset !important;
  right: -50% !important;
}
#header.scrolling .constrain .header-req-service {
  display: initial;
  
}
#header.scrolling #header-bottom{
  justify-content: space-between;
}
#header.scrolling nav{
  max-width: 65%;
}
#header.scrolling .red-btn{
  margin: 0;
}
#header #header-bottom .tel{
  display: none;
}
#header.scrolling #header-bottom .tel{
  display: block;
  color: #D00A10;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
#header.scrolling #header-bottom .tel i{
    font-size: 18px;
    color: #D00A10;
    margin-right: 8px;
}
.header-req-service {
  display: none;
  text-wrap: nowrap;
}
.search-container.show {
  position: fixed !important;
  top: 150px !important;
  transition: all .3s;
  width: 93% !important;
  max-width: unset !important;
  right: -50% !important;
}
#inner-banner {
  height: 64px;
  background: linear-gradient(90deg,#D00A10 8.15%,#01288F 92.93%);
}
#inner-banner .constrain .crumb-container {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
#inner-banner .constrain .crumb-container a {
  color: #FFF;
}
#inner-banner .constrain .crumb-container i {
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  #inner-banner .constrain .crumb-container i {
    display: none;
  }
}
#inner-banner .constrain .crumb-container .fa-angle-left {
  display: none;
}
@media only screen and (max-width: 767px) {
  #inner-banner .constrain .crumb-container .fa-angle-left {
    display: initial;
    margin-right: 8px;
  }
}
#inner-banner .constrain .crumb-container .crumb {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #header.scrolling .constrain nav {
    margin-left: 32px;
  }
  #header.scrolling .constrain #header-bottom {
    flex-direction: row !important;
  }
  #header.scrolling .constrain .header-req-service {
    margin-right: unset;
  }
}
@media only screen and (max-width: 767px) {
  #header.scrolling .constrain nav {
    margin-left: 8px;
  }
  #header.scrolling .constrain .header-req-service {
    display: none !important;
  }
}
nav {
  float: right;
  width: 80%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
nav #primary-nav {
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1199px) {
  nav #primary-nav {
    display: flex;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  nav #primary-nav {
    display: none;
  }
}
nav #primary-nav::before {
  content: unset;
}
nav #primary-nav::after {
  content: unset;
}
nav #primary-nav .first a {
  padding-left: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  nav #primary-nav .first a {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  nav #primary-nav .back {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  nav #primary-nav .back {
    display: initial !important;
  }
}
@media only screen and (max-width: 767px) {
  nav #primary-nav .back {
    display: initial !important;
  }
}
nav #primary-nav > li {
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  height: 44px;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0;
  float: left;
  display: flex;
  position: relative;
  align-items: center;
}
nav #primary-nav > li > i {
  transition: all .3s;
}
nav #primary-nav > li:hover > a {
  color: #D00A10;
}
nav #primary-nav > li:hover > i {
  color: #D00A10;
  transform: rotate(180deg);
  transition: all .3s;
}
nav #primary-nav > li ul {
  padding: 0;
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.1);
}
nav #primary-nav > li ul li {
  padding-left: 16.5px;
  height: 46px;
  border-bottom: 0.5px solid #D3D4D8;
  display: flex;
  align-items: center;
}
nav #primary-nav > li ul li:first-child {
  border-top: 0.5px solid #D3D4D8;
}
nav #primary-nav > li ul li:last-child {
  border-bottom: unset;
}
nav #primary-nav > li ul li:hover a {
  color: #D00A10;
}
nav #primary-nav > li ul li a {
  padding: 0;
}
nav #primary-nav > li:first-child a {
  padding-left: 0;
}
/* nav #primary-nav > li:last-child {
  background: #D00A10;
  width: 100%;
  max-width: 155px;
  border-radius: 57px;
  justify-content: center;
}
nav #primary-nav > li:last-child a {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  font-weight: 800;
}
nav #primary-nav > li:last-child:hover {
  background: linear-gradient(90deg,#D00A10 8.15%,#01288F 92.93%);
} */
#header-bottom .book-now{
  margin-right: 0;
}
#header.scrolling .book-now{
  display: none;
}
nav #primary-nav > li > a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #2C2C2C;
}
nav #primary-nav .fa-angle-down {
  color: #A1A4B1;
  position: relative;
  float: right;
}
@media only screen and (min-width: 1200px) {
  #primary-nav > li > a {
    padding: 0 20px;
    position: relative;
  }
  #primary-nav ul {
    background: #FFF;
    padding: 10px 0;
    width: 300px;
    position: absolute;
    top: 48px;
    left: -16px;
    z-index: 10;
    display: none;
  }
  #primary-nav ul.active {
    display: block;
  }
  #primary-nav ul li {
    line-height: normal;
    margin: 0 2px;
    position: relative;
  }
  #primary-nav ul li a {
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
  }
  #primary-nav ul li > a {
    margin-right: 30px;
  }
  #primary-nav ul li > i {
    position: absolute;
    z-index: 200;
    right: 15px;
    font-style: normal;
    top: 4px;
  }
  #primary-nav ul li > i:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f105';
  }
  #primary-nav ul.active li > i:before {
    content: '\f107';
  }
  #primary-nav ul ul {
    background-color: transparent;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-top .footer-top-container {
    flex-direction: column;
    row-gap: 32px;
  }
  #footer #footer-top .footer-top-container .logo-info-container .logo {
    margin-right: 23px;
  }
  #footer #footer-top .footer-top-container .footer-utility {
    margin-left: auto;
    margin-right: auto;
  }
  #header #header-bottom .search-trigger-bottom {
    display: block;
    position: static;
  }
  #header.scrolling .constrain #header-bottom .search-container.show{
    right: 0 !important;
  }
  #header.scrolling .constrain #header-bottom .search-container form{
    margin: auto;
  }
}
#footer #footer-top .footer-top-container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  column-gap: 16px;
}
#footer #footer-top .footer-top-container .logo-info-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 32px;
}
#footer #footer-top .footer-top-container .logo-info-container .logo {
  width: 143px;
  height: 112px;
  display: block;
}
#footer #footer-top .footer-top-container .logo-info-container .logo img {
  width: 143px;
  height: 112px;
}
#footer #footer-top .footer-top-container .logo-info-container .blurb-container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: center;
}
#footer #footer-top .footer-top-container .logo-info-container .blurb-container .address-blurb {
  display: flex;
  flex-direction: row;
}
#footer #footer-top .footer-top-container .logo-info-container .blurb-container .address-blurb address {
  text-wrap: nowrap;
}
#footer #footer-top .footer-top-container .logo-info-container .blurb-container .address-blurb i {
  color: #D00A10;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
#footer #footer-top .footer-top-container .logo-info-container .blurb-container .phone-blurb {
  display: flex;
  flex-direction: row;
}
#footer #footer-top .footer-top-container .logo-info-container .blurb-container .phone-blurb i {
  color: #D00A10;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
#footer #footer-top .footer-top-container .logo-info-container .blurb-container .phone-blurb .tel {
  font-weight: 700;
  color: #2C2C2C;
}
#footer #footer-top .footer-top-container .richtext {
  max-width: 563px;
  display: flex;
  align-items: center;
}
#footer #footer-top .footer-top-container .footer-utility {
  display: flex;
  flex-direction: column;
  width: 96px;
}
#footer #footer-top .footer-top-container .footer-utility .back-to-top-container {
  margin-bottom: 24px;
}
#footer #footer-top .footer-top-container .footer-utility .back-to-top-container a {
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
  align-items: center;
}
#footer #footer-top .footer-top-container .footer-utility .back-to-top-container a:hover img {
  transform: scale(1.15);
  transition: transform 0.2s ease;
}
#footer #footer-top .footer-top-container .footer-utility .back-to-top-container a img {
  width: 24px;
  height: 26px;
  margin-bottom: 6px;
}
#footer #footer-top .footer-top-container .footer-utility .back-to-top-container a span {
  color: #000;
  font-weight: 600;
}
#footer #footer-top .footer-top-container .footer-utility .sm-footer {
  display: flex;
  justify-content: space-between;
}
#footer #footer-top .footer-top-container .footer-utility .sm-footer a:hover {
  transform: scale(1.15);
  transition: transform 0.2s ease;
}
#footer #footer-bottom {
  min-height: 52px;
  background-color: #F0F1F3;
}
#footer #footer-bottom p {
  margin: 0;
  text-align: center;
}
#footer #footer-bottom p a {
  margin-left: 8px;
  color: #2C2C2C;
}
#footer #footer-bottom p a:hover {
  font-weight: 700;
  text-decoration: underline;
}
#footer #footer-bottom p span {
  margin-left: 8px;
}
.gradient-bg {
  background: linear-gradient(180deg,#d00a10 8.15%,#01288f 92.93%);
}
.bucket-tpl {
  margin: 0 -10px;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  .bucket-tpl {

    margin: 0;
  }
  .bucket-tpl .bucket {
    width: 50% !important;
    height: 221px !important;
  }
  .bucket-tpl .bucket a{
    height: 100% !important;
  }
  .nested{
    .block{
      margin: 0 -16px;
    }
  }
  .anchor{
    text-align: left;
  }
}
.bucket-tpl .bucket {
  padding: 0 8px;
}
.bucket-tpl .bucket a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  height: 167px;
  padding: 12px 8px;
  background: #FFF;
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.1);
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left,#fff,#fff);
  transition: border 0.3s ease;
}
.bucket-tpl .bucket a .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bucket-tpl .bucket a h5 {
  color: #2C2C2C;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.bucket-tpl .bucket a span {
  color: #D00A10;
  font-weight: 700;
  text-align: center;
  margin-top: auto;
}
.bucket-tpl .bucket a span i {
  color: #D00A10;
}
.bucket-tpl .bucket:hover>a {
  border-image-source: linear-gradient(to left,#d00a10,#01288f);
}
.bucket-products-tpl {
  row-gap: 42px;
  justify-content: space-between;
}
.bucket-products-tpl .bucket a {
  width: 100%;
  height: 168px;
  background-image: url('/assets/images/content/rectangle-3689.png');
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.bucket-products-tpl .bucket a span {
  display: block;
  background-color: #FFF;
  color: #D00A10;
  font-weight: 700;
  text-align: center;
  width: 118px;
  height: 24px;
  position: relative;
  bottom: 0px;
  transition-property: all;
  transition-duration: .3s;
}
.bucket-products-tpl .bucket a span i {
  color: #D00A10;
}
.bucket-products-tpl .bucket a h5 {
  font-size: 14px;
  margin: 10px 13px 0 13px;
  color: #2C2C2C;
  text-align: center;
  height: 48px;
}
.bucket-products-tpl .bucket a img {
  max-height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.bucket-products-tpl .bucket a .image {
  height: 100%;
}
.bucket-products-tpl .bucket a:hover {
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.1);
}
.bucket-products-tpl .bucket a:hover span {
  position: relative;
  bottom: 86px;
  transition-property: all;
  transition-duration: .3s;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .bucket-products-tpl .bucket {
    width: 50%;
  }
  .bucket-products-tpl .bucket a {
    width: unset;
    height: unset;
  }
  .bucket-products-tpl .bucket a span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .bucket-products-tpl .bucket {
    width: 50%;
  }
  .bucket-products-tpl .bucket a span {
    display: none !important;
  }
}
.bucket-locations-tpl {
  row-gap: 6px;
  justify-content: space-between;
}
.bucket-locations-tpl .bucket {
  padding: 0;
  width: 49.5%;
}
.bucket-locations-tpl .bucket a {
  background-color: #F0F1F3;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bucket-locations-tpl .bucket a p {
  color: #2C2C2C;
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.bucket-locations-tpl .bucket a:hover {
  background-color: #D00A10;
}
.bucket-locations-tpl .bucket a:hover p {
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .bucket-locations-tpl {
    flex-direction: column;
    margin: 0;
  }
  .bucket-locations-tpl .bucket {
    width: 100%;
  }
}
.location a{
  color: #D00A10;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.location i{
  color: #D00A10;
  font-weight: 700;
}
#quickContact .button {
  padding: 11px 0px;
}
#rfq input {
  height: 48px;
  border: 1px solid #d7d8d8;
}
#rfq .button {
  height: 48px;
}
#rfq .bootstrap-select {
  height: 48px;
}
#rfq .bootstrap-select .dropdown-toggle {
  height: 48px;
}
#rfq .submit {
  color: #FFF;
  background-color: #D00A10;
  border: none;
}
#rfq .fieldset .rfq-section-contact {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 32px;
  background: linear-gradient(0deg,#d00a10 8.15%,#01288f 92.93%);
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.1);
  padding: 2px;
}
#rfq .fieldset .rfq-section-contact .rfq-header {
  width: 100%;
  background-color: #002175;
  height: 64px;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
#rfq .fieldset .rfq-section-contact .rfq-header h4 {
  color: #FFF;
  margin: 0;
  padding: 0 32px;
}
@media only screen and (max-width: 767px) {
  #rfq .fieldset .rfq-section-contact .w33 {
    width: 100%;
  }
  #rfq .fieldset .rfq-section-contact .w50 {
    width: 100%;
  }
  #rfq .fieldset .rfq-section-contact .rfq-location-info {
    flex-direction: column;
    row-gap: 32px;
  }
}
#rfq .fieldset .rfq-section-service {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 32px;
  background-color: #FFF;
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.1);
  background: linear-gradient(0deg,#d00a10 8.15%,#01288f 92.93%);
  border-radius: 14px;
  padding: 2px;
}
#rfq .fieldset .rfq-section-service .rfq-header {
  width: 100%;
  background-color: #002175;
  height: 64px;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
#rfq .fieldset .rfq-section-service .rfq-header h4 {
  color: #FFF;
  margin: 0;
  padding: 0 32px;
}
#rfq .fieldset .rfq-section-inner {
  padding: 32px 16px;
  display: flex;
  row-gap: 32px;
  flex-wrap: wrap;
  background-color: #FFF;
  border-radius: 0 0 12px 12px;
}
@media only screen and (max-width: 767px) {
  #rfq .fieldset .rfq-section-inner .w33 {
    width: 100%;
  }
}
#rfq .fieldset .rfq-location-info {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 31px;
}
.booking-now-sticky {
  position: fixed;
  width: 95px;
  height: 95px;
  background-color: #2C2C2C;
  border-radius: 50%;
  border: 1px solid #FFF;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 20px;
  bottom: 20px;
}
.booking-now-sticky p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
.booking-now-sticky:hover {
  border: 1px solid #D00A10;
}
.pdf-ctas .red-btn {
  margin-right: 32px;
}
.simplesearch-results-list h3 a {
  color: #D00A10;
}
.simplesearch-results-list h3 a:hover {
  color: #002175;
}
.tabbed-content {
  border-bottom: 2px solid #F0F1F3;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .tabbed-content .nav-tabs {
    background-color: #FFF;
  }
  .tabbed-content .nav-tabs .active {
    border: 2px solid #F0F1F3;
  }
}
.gallery.carousel .slick-next:hover {
  background-color: #002175;
}
.gallery.carousel .slick-next:hover::before {
  color: #FFF;
}
.gallery.carousel .slick-prev:hover {
  background-color: #002175;
}
.gallery.carousel .slick-prev:hover::before {
  color: #FFF;
}
.gallery.carousel .slick-track {
  display: flex;
  align-items: center;
}
.gallery.carousel .slick-prev {
  top: 38%;
}
.gallery.carousel .slick-next {
  top: 38%;
}
.gallery.carousel .slick-dots {
  position: relative;
  margin-bottom: 64px;
}
.gallery.carousel .slick-dots li button {
  border: 2px solid #002175;
  opacity: 1;
  background-color: #FFF;
  border-radius: 50%;
}
.gallery.carousel .slick-dots li button:hover {
  background-color: #002175;
}
.gallery.carousel .slick-dots li button::before {
  color: unset;
}
.gallery.carousel .slick-dots li.slick-active button {
  background-color: #002175;
}
.video-title-container {
  height: 72px;
  display: flex;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.1);
  padding: 0 32px;
}
.video-title-container h4 {
  margin: 0;
}
.dark-bg-color.column-has-bg-left {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
  padding-right: 91px !important;
}
.dark-bg-color.column-has-bg-left h2 {
  margin-bottom: 8px;
}
.dark-bg-color.column-has-bg-left .button {
  width: 184px;
}
@media only screen and (max-width: 767px) {
  .dark-bg-color.column-has-bg-left {
    background-position: center;
  }
}
.has-bg.light-gray-bg-color.full {
  row-gap: 32px;
}
.has-bg.light-gray-bg-color.full .image-single {
  margin-top: 24px;
}
#jumplinks-container {
  margin-bottom: 64px;
}
#jumplinks-container #jumplinks {
  display: flex;
  justify-content: left;
  column-gap: 24px;
  row-gap: 16px;
  flex-wrap: wrap;
}
#quick-links-container .nested ul {
  padding-left: 20px;
}
#quick-links-container .nested .block:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
/* #quick-links-container .column .nested .block .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
} */
.requested-services {
  padding: 2px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(0deg,#d00a10 8.15%,#01288f 92.93%);
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.1);
}
.requested-services .requested-top {
  display: flex;
  column-gap: 13px;
  background-color: #002175;
  min-height: 80px;
  padding: 16px 20px;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
  border-radius: 14px 14px 0 0;
}
.requested-services .requested-top img {
  height: 42px;
}
.requested-services .requested-top h4 {
  color: #FFF;
  margin: 0;
}
.requested-services .requested-form {
  background-color: #FFF;
  padding: 19px;
  border-radius: 0 0 14px 14px;
}
.requested-services .requested-form .fieldset {
  display: flex;
  row-gap: 16px;
}
.requested-services .requested-form .fieldset .checkbox-parent {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.requested-services .requested-form .fieldset .checkbox-parent .checkbox-container {
  margin: 0;
}
.requested-services .requested-form .fieldset .input-group input {
  border: 0.5px solid #D3D4D8;
}
.requested-services .requested-form .fieldset .input-group input::placeholder {
  color: #2C2C2C;
}
.requested-services .requested-form .fieldset .input-group textarea {
  height: 144px !important;
}
.requested-services .requested-form .fieldset .input-group .checkbox-container .checkmark {
  border: 1px solid #D3D4D8;
}
.requested-services .requested-form .fieldset .input-group .submit {
  background-color: #D00A10;
  color: #FFF;
  border: none;
  width: 100%;
}
.testimonials .slick-next {
  right: -25px !important;
  top: 43%;
}
.testimonials .slick-prev {
  left: -25px !important;
  top: 43%;
}
.testimonials .slider .slick-dots {
  position: relative;
  margin-top: 24px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .testimonials .slider .slick-dots {
    margin-top: 0;
  }
}
.testimonials .slider .slick-dots li button {
  border: 2px solid #002175;
  opacity: 1;
  background-color: #FFF;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.testimonials .slider .slick-dots li button:hover {
  background-color: #002175;
}
.testimonials .slider .slick-dots li button::before {
  color: unset;
}
.testimonials .slider .slick-dots li.slick-active button {
  background-color: #002175;
}
.testimonials .slider .slick-list .slick-track .item {
  border-radius: 32px;
  height: 415px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin: 0 16px;
  background: linear-gradient(180deg,#F0F1F3 0%,rgba(240,241,243,0) 100%), #F8F8F8;
}
.testimonials .slider .slick-list .slick-track .item p {
  color: #121212;
  text-align: left;
}
.testimonials .slider .slick-list .slick-track .item img {
  height: 18px;
  margin-right: auto;
}
.testimonials .slider .slick-list .slick-track .item .subtitle {
  font-family: 'Inter', sans-serif;
  color: #002175;
  text-transform: none;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.testimonials .slider .slick-list .slick-track .item .author {
  color: #121212;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-top: auto;
  text-align: left;
}
#id-27 .hide-product-page{
  display: none;
  pointer-events: none;
}
#id-38 .hide-product-page{
  display: none;
  pointer-events: none;
}
#id-57 .hide-product-page{
  display: none;
  pointer-events: none;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .testimonials .slick-next {
    right: 0 !important;
  }
  .testimonials .slick-prev {
    left: 0 !important;
  }
  .testimonials .slick-list {
    margin: 0 32px;
  }
  .testimonials .slick-list .slick-track .item {
    height: fit-content !important;
  }
  .bucket-tpl .bucket a{
    height: auto;
    min-height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .item {
    height: fit-content !important;
    margin: 0 32px !important;
  }
  .testimonials .slick-next {
    right: 0 !important;
  }
  .testimonials .slick-prev {
    left: 0 !important;
  }
}
.testimonials-wide .slider {
  row-gap: 24px;
  display: flex;
  flex-direction: column;
}
.testimonials-wide .slider .item {
  width: 99%;
  height: fit-content;
  background: linear-gradient(180deg,#F0F1F3 0%,rgba(240,241,243,0) 100%), #F8F8F8;
  border-radius: 32px;
  padding: 34px 46px 30px 32px;
}
.testimonials-wide .slider .item img {
  margin-bottom: 14px;
}
.testimonials-wide .slider .item p {
  margin-bottom: 32px;
}
.testimonials-wide .slider .item .subtitle {
  color: #002175;
  margin-bottom: 8px;
  text-transform: unset;
}
.testimonials-wide .slider .item .author {
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  margin-top: 0;
}
.testimonials-wide .slider .slick-dots {
  display: none;
}
.testimonials-wide .slider .slick-list .slick-track {
  /* display: flex;
  flex-direction: column;
  row-gap: 32px; */
}
@media only screen and (max-width: 767px) {
  .testimonials-wide .slider .item {
    width: fit-content;
    padding: 16px 32px;
  }
}
.bucket-view-all {
  display: flex;
  width: 100%;
  justify-content: end;
}
.bucket-view-all a {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 24px;
}
.bucket-view-all a h5 {
  color: #D00A10;
  margin: 0;
}
.bucket-view-all a i {
  color: #D00A10;
  margin-left: 8px;
}
.bucket-view-all a:hover h5,
.bucket-view-all a:hover i {
  color: #2C2C2C;
}
@media only screen and (max-width: 767px) {
  .bucket-view-all {
    justify-content: center;
  }
}
.cert-bar-subtitle {
  display: none;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .cert-bar-subtitle {
    display: block;
  }
}
.cert-bar .slider .slick-track {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 8px;
  flex-wrap: nowrap;
}
.cert-bar .slider .item {
  height: 100%;
  max-height: 90px;
  width: auto !important;
}
#home-banner-after {
  background-color: #2C2C2C;
  height: 88px;
  display: flex;
  align-items: center;
}
#home-banner-after h3 {
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
#home-banner-parent {
  height: 450px;
}
#home-banner-parent .button {
  background: #FFF;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 57px;
  height: 44px;
  width: 184px;
  margin: 0;
}
#home-banner-parent .button:hover {
  background: linear-gradient(90deg,#D00A10 8.15%,#01288F 92.93%);
}
#home-banner-parent .home-buttons-container {
  display: inline-flex;
  flex-direction: row;
  column-gap: 16px;
  flex-wrap: nowrap;
  z-index: 1;
  row-gap: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #home-banner-parent .home-buttons-container {
    margin-top: auto;
  }
}
#home-banner-parent h2 {
  color: #FFF;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media only screen and (min-width: 1199px) {
  #home-banner-parent h2 {
    text-wrap: nowrap;
  }
}
#home-banner-parent h4 {
  color: #FFF;
  margin: 0;
}
#home-banner-parent .richtext {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#home-banner-parent .richtext p {
  color: #FFF;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
#home-banner-parent .image-single-inner {
  margin: unset;
  margin-top: 81px;
  transition: all .3s;
}
#home-banner-parent .column-has-bg-left {
  position: absolute;
  left: 0;
  height: 100%;
  width: 56%;
  padding-right: 10% !important;
}
#home-banner-parent .column-has-bg-left .button {
  color: #002175;
}
#home-banner-parent .column-has-bg-left .button:hover {
  color: #FFF;
}
#home-banner-parent .column-has-bg-left h1,
#home-banner-parent .column-has-bg-left h2,
#home-banner-parent .column-has-bg-left h3,
#home-banner-parent .column-has-bg-left h4,
#home-banner-parent .column-has-bg-left h5,
#home-banner-parent .column-has-bg-left h6,
#home-banner-parent .column-has-bg-left a {
  position: relative;
}
#home-banner-parent .column-has-bg-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,rgba(0,41,144,0),rgba(0,41,144,0.85));
  transition: 0.2s background-image;
}
#home-banner-parent .column-has-bg-left:hover::before{
    background-image: linear-gradient(to bottom,rgba(1, 41, 144, 0.55),rgba(0,41,144,0.85));
    transition: 0.2s background-image;
}
#home-banner-parent .column-has-bg-right {
  position: absolute;
  right: 0;
  height: 100%;
  clip-path: polygon(13% 0%,100% 0%,100% 100%,0% 100%);
  width: 56%;
  padding-left: 13% !important;
}
#home-banner-parent .column-has-bg-right h1,
#home-banner-parent .column-has-bg-right h2,
#home-banner-parent .column-has-bg-right h3,
#home-banner-parent .column-has-bg-right h4,
#home-banner-parent .column-has-bg-right h5,
#home-banner-parent .column-has-bg-right h6,
#home-banner-parent .column-has-bg-right a {
  position: relative;
}
#home-banner-parent .column-has-bg-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,rgba(163,6,11,0),rgba(163,6,11,0.85));
  transition: 0.2s;
}
#home-banner-parent .column-has-bg-right:hover::before{
    background-image: linear-gradient(to bottom,rgba(163, 6, 11, 0.55),rgba(163,6,11,0.85));
   /*background-image: linear-gradient(180deg, rgba(163, 6, 11, 0.55) 0%, rgba(163, 6, 11, 0.85) 100%);*/
   transition: 0.2s;
}
#home-banner-parent .column-has-bg-right .button {
  color: #D00A10;
}
#home-banner-parent .column-has-bg-right .button:hover {
  color: #FFF;
}
#home-banner-parent .column {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-top: 27px;
  padding-bottom: 50px;
  justify-content: flex-start;
  transition: all .3s;
}
#home-banner-parent .column:hover .image-single .image-single-inner {
  margin-top: 0;
}
@media only screen and (min-width: 1199px) {
  #home-banner-parent .column:hover .richtext {
    height: 132px;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  #home-banner-parent {
    height: unset;
  }
  #home-banner-parent .button {
    width: 164px;
    position: relative;
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
  }
  #home-banner-parent .red-btn {
    margin-right: 0;
  }
  #home-banner-parent .w50 {
    position: relative;
    clip-path: unset;
  }
  #home-banner-parent .w50 .image-single-inner {
    margin-top: 0;
  }
  #home-banner-parent .column-has-bg-left {
    width: 100%;
    padding-right: 16px !important;
    background-position: center;
  }
  #home-banner-parent .column-has-bg-left::before {
    background-image: linear-gradient(to bottom,rgba(0,41,144,0.5),rgba(0,41,144,0.85));
  }
  #home-banner-parent .column-has-bg-right {
    width: 100%;
    padding-left: 16px !important;
    background-position: center;
  }
  #home-banner-parent .column-has-bg-right::before {
    background-image: linear-gradient(to bottom,rgba(163,6,11,0.5),rgba(163,6,11,0.85));
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #home-banner-parent {
    height: 490px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .home-banner-mobile-sizing .w100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.colored-bar-parent {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 16px;
}
.colored-bar-parent .colored-bar {
  background: linear-gradient(90deg,#D00A10 8.15%,#01288F 92.93%), #D00A10;
  width: 48px;
  height: 3px;
  display: block;
  margin-right: 16px;
}
#about-us-resources {
  column-gap: 32px;
  flex-wrap: nowrap;
}
#about-us-resources .w50 {
  min-height: 297px;
  display: flex;
}
#about-us-resources .w50 .button {
  margin-left: 0;
  margin-top: auto;
  margin-right: 68px;
}
#about-us-resources .w50 .richtext {
  margin-bottom: 24px;
  padding-right: 68px;
}
#about-us-resources .w50:first-child h1,
#about-us-resources .w50:first-child h2,
#about-us-resources .w50:first-child h3,
#about-us-resources .w50:first-child h4,
#about-us-resources .w50:first-child h5,
#about-us-resources .w50:first-child h6,
#about-us-resources .w50:first-child .subtitle {
  padding-top: 8px;
  padding-right: 68px;
}
#about-us-resources .w50:last-child h1,
#about-us-resources .w50:last-child h2,
#about-us-resources .w50:last-child h3,
#about-us-resources .w50:last-child h4,
#about-us-resources .w50:last-child h5,
#about-us-resources .w50:last-child h6,
#about-us-resources .w50:last-child .subtitle {
  padding-top: 8px;
  padding-left: 68px;
  padding-right: 68px;
}
#about-us-resources .w50:last-child .richtext {
  padding-left: 68px;
  padding-right: 68px;
}
#about-us-resources .w50:last-child .button {
  margin-left: 68px;
}
@media only screen and (max-width: 767px) {
  #about-us-resources {
    flex-direction: column;
    row-gap: 16px;
  }
  #about-us-resources .w50:first-child h1,
  #about-us-resources .w50:first-child h2,
  #about-us-resources .w50:first-child h3,
  #about-us-resources .w50:first-child h4,
  #about-us-resources .w50:first-child h5,
  #about-us-resources .w50:first-child h6,
  #about-us-resources .w50:first-child .subtitle {
    padding-left: 0px;
  }
  #about-us-resources .w50:first-child p {
    padding-left: 0px;
  }
  #about-us-resources .w50:first-child .button {
    margin-left: 0px;
  }
  #about-us-resources .w50:last-child h1,
  #about-us-resources .w50:last-child h2,
  #about-us-resources .w50:last-child h3,
  #about-us-resources .w50:last-child h4,
  #about-us-resources .w50:last-child h5,
  #about-us-resources .w50:last-child h6,
  #about-us-resources .w50:last-child .subtitle {
    padding-left: 0px;
  }
  #about-us-resources .w50:last-child .richtext {
    padding-left: 0px;
  }
  #about-us-resources .w50:last-child .button {
    margin-left: 0px;
  }
}
#lets-work-banner-parent {
  background-color: #2C2C2C;
  min-height: 140px;
  width: 100%;
  margin-top: 32px;
  display: flex;
  padding: 32px 16px;
}
#lets-work-banner-parent #lets-work-banner {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#lets-work-banner-parent #lets-work-banner::before {
  content: unset;
}
#lets-work-banner-parent #lets-work-banner h3 {
  color: #FFF;
  margin: 0;
}
#lets-work-banner-parent #lets-work-banner p {
  color: #FFF;
  margin: 0;
}
#lets-work-banner-parent #lets-work-banner .button {
  height: fit-content;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #lets-work-banner-parent #lets-work-banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: left;
    row-gap: 8px;
    align-items: start;
  }
  #lets-work-banner-parent #lets-work-banner .button {
    margin-top: 8px;
  }
}
.guarantee-parent {
  margin-bottom: 80px;
  margin-left: -16px;
  margin-right: -16px;
}
.guarantee-parent .guarantee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  width: 100%;
  background-color: #2C2C2C;
}
.guarantee-parent .guarantee h1,
.guarantee-parent .guarantee h2,
.guarantee-parent .guarantee h3,
.guarantee-parent .guarantee h4,
.guarantee-parent .guarantee h5,
.guarantee-parent .guarantee h6 {
  color: #FFF;
  text-align: center;
  margin: 0;
}
.guarantee-parent .cert-bar {
  margin-top: 40px;
}
.banner-spacing {
  background-position: center;
  height: unset;
}
@media only screen and (max-width: 767px) {
  .banner-spacing {
    height: 400px;
  }
}
#same-day {
  display: none;
}
#same-day h3 {
  margin: 0;
  color: #FFF;
}
#id-71 #about-us-resources {
  display: none;
}
#id-71 #lets-work-banner {
  display: none;
}
#id-71 #same-day {
  display: flex;
  align-items: center;
}
#id-70 #about-us-resources {
  display: none;
}
#id-70 #lets-work-banner {
  display: none;
}
#id-70 #same-day {
  display: flex;
  align-items: center;
}
#id-57 #about-us-resources {
  display: none;
}
#id-57 #lets-work-banner {
  display: flex;
  align-items: center;
}
.post-item h2 a{
    font-size: 28px;
    line-height: 32px!important;
    color: #D00A10;
}
.post-item span.date {
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.posts .paging ul li a{
    display: block;
    transition: 0.2s;
    padding: 5px 13px;
    border-radius: 4px;
}
.posts .paging ul li a:hover,
.posts .paging ul li a.active{
    transition: 0.2s;
    background:#D00A10;
    color: #fff;
    
}
@media only screen and (min-width: 1199px) {
  #nav-38 ul {
    columns: 3;
    column-gap: 8px;
    list-style: none;
    width: 620px;
  }
}