/*
Theme Name: Lindemann Chimney Co - 2025
Theme URI: https://www.brandtastic1.com/
Description: Lindemann Chimney Co custom theme by Brandtastic
Author: Alex - Brandtastic
Author URI: http://www.brandtastic1.com/
Version: 1.0
*/
/* GLOBAL STYLES
font-family: 'Open Sans', sans-serif;
font-family: "new-atten",sans-serif;
-------------------------------------------------- */
html.hc-nav-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%;
}

.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  text-align: left;
}

.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}

.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}

.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overscroll-behavior: none;
}

.hc-offcanvas-nav .nav-content {
  height: 100%;
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}

.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-offcanvas-nav li {
  position: relative;
  display: block;
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
  visibility: visible;
}

.hc-offcanvas-nav li:not(.custom-content) a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  cursor: not-allowed;
}

.hc-offcanvas-nav li:not(.custom-content) a, .hc-offcanvas-nav li:not(.custom-content) a:hover {
  text-decoration: none;
}

.hc-offcanvas-nav input[type=checkbox] {
  display: none;
}

.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.hc-offcanvas-nav .nav-item-wrapper {
  position: relative;
}

.hc-offcanvas-nav .nav-item-link {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
  outline: none;
}

.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
  z-index: 10;
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  content: "";
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}

.hc-offcanvas-nav.disable-body::after {
  position: fixed;
}

.hc-offcanvas-nav .nav-wrapper::after {
  position: absolute;
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}

.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
  max-height: none;
  overflow: visible;
  visibility: visible;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
}

.hc-offcanvas-nav.nav-position-left {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-right {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-top {
  top: 0;
}

.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-open[class*=hc-nav-] div.nav-container {
  transform: translate3d(0, 0, 0);
}

.hc-offcanvas-nav.rtl {
  text-align: right;
  direction: rtl;
}

.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  user-select: none;
  display: none;
  top: 20px;
  z-index: 9980;
  width: 30px;
  min-height: 24px;
}

.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  transition: all 0.2s ease;
}

.hc-nav-trigger span::before, .hc-nav-trigger span::after {
  content: "";
  width: 100%;
}

.hc-nav-trigger span::before {
  top: -10px;
}

.hc-nav-trigger span::after {
  bottom: -10px;
}

.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}

.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
}

.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.hc-offcanvas-nav {
  font-family: sans-serif;
  /* Left */
  /* Right */
  /* Top */
  /* Bottom */
  /* Expand & none */
  /* RTL */
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #A52623;
}

.hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6 {
  font-size: 22px;
  font-weight: normal;
  padding: 20px 17px;
  color: #fff;
}

.hc-offcanvas-nav .nav-content>h2:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content>h3:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content>h4:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content>h5:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content>h6:not(.nav-title):not(.level-title) {
  font-size: 18px;
  padding: 15px 17px;
  background: #A52623;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  padding: 14px 17px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #8c201e;
  transition: background 0.1s ease;
}

.hc-offcanvas-nav .nav-item-link:focus, .hc-offcanvas-nav .nav-item-link:focus-within,
.hc-offcanvas-nav li.nav-close a:focus,
.hc-offcanvas-nav li.nav-close a:focus-within,
.hc-offcanvas-nav .nav-back a:focus,
.hc-offcanvas-nav .nav-back a:focus-within {
  z-index: 10;
}

.hc-offcanvas-nav .nav-item-link[disabled],
.hc-offcanvas-nav li.nav-close a[disabled],
.hc-offcanvas-nav .nav-back a[disabled] {
  color: rgba(255, 255, 255, 0.5);
}

.hc-offcanvas-nav div.nav-back+ul>li:first-child>.nav-item-wrapper>.nav-item-link {
  border-top: none !important;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: #9d2421;
}

.hc-offcanvas-nav .nav-custom-content {
  padding: 14px 17px;
  font-size: 16px;
  border-bottom: 1px solid #8c201e;
}

.hc-offcanvas-nav .nav-highlight {
  background: #94221f;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
  border-top: 1px solid #8c201e;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
  border-top: 1px solid #8c201e;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
  border-bottom: 2px solid #8c201e;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h2, .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h3, .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h4, .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h5, .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h6 {
  margin-top: -2px;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>h2+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, .hc-offcanvas-nav .nav-wrapper>.nav-content>h3+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, .hc-offcanvas-nav .nav-wrapper>.nav-content>h4+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, .hc-offcanvas-nav .nav-wrapper>.nav-content>h5+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, .hc-offcanvas-nav .nav-wrapper>.nav-content>h6+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
  border-top: 1px solid #8c201e;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h2, .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h3, .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h4, .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h5, .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h6,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h6,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h6 {
  border-top: 1px solid #8c201e;
}

.hc-offcanvas-nav li {
  color: #fff;
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
  padding-right: 58px;
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 45px;
}

.hc-offcanvas-nav .nav-close-button span,
.hc-offcanvas-nav .nav-parent .nav-next,
.hc-offcanvas-nav .nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.1s ease;
}

.hc-offcanvas-nav .nav-close-button {
  position: relative;
  display: block;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -9px;
  transform: rotate(135deg);
}

.hc-offcanvas-nav .nav-close-button span::after {
  transform: rotate(-45deg);
}

.hc-offcanvas-nav .nav-content>.nav-close {
  position: relative;
  z-index: 2;
}

.hc-offcanvas-nav .nav-content>.nav-close a {
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  text-decoration: none;
  box-sizing: border-box;
}

.hc-offcanvas-nav .nav-content>.nav-close a:not(.has-label) {
  height: 50px;
}

.hc-offcanvas-nav .nav-content>.nav-close a.has-label {
  padding: 14px 17px;
  border-top: 1px solid #8c201e;
}

.hc-offcanvas-nav .nav-content>.nav-close a:hover {
  border: none;
  background: radial-gradient(farthest-corner at top right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.hc-offcanvas-nav .nav-content>.nav-close.has-label+ul {
  margin-top: -1px;
}

.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content>.nav-close {
  margin-bottom: -1px;
}

.hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
  position: absolute;
  width: 45px;
  height: 66px;
  line-height: 66px;
  top: -66px;
  right: 0;
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 55px;
}

.hc-offcanvas-nav li.nav-close a:not(.has-label) {
  height: 49px;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  background: #982320;
  border-top: 1px solid #881f1d;
  border-bottom: 1px solid #881f1d;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
  background: #93221f;
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}

.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid #8c201e;
  border-bottom: 1px solid #8c201e;
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center;
}

.hc-offcanvas-nav .nav-next span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav .nav-back span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right .nav-next span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-right .nav-back span::before {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-position-top .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open {
  background: #94221f;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a, .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a {
  border-bottom: 1px solid #831e1c;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover, .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover {
  background: #982320;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a>.nav-next span::before, .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a>.nav-next span::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
  padding-left: calc(17px + 20px * 1);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
  padding-left: calc(17px + 20px * 2);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
  padding-left: calc(17px + 20px * 3);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
  padding-left: calc(17px + 20px * 4);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
  padding-left: calc(17px + 20px * 5);
}

.hc-offcanvas-nav.rtl a.nav-next {
  border-left: none;
  border-right: 1px solid #8c201e;
}

.hc-offcanvas-nav.rtl .nav-title+.nav-close a:not(.has-label),
.hc-offcanvas-nav.rtl .nav-close-button span,
.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl .nav-back span {
  left: 0;
  right: auto;
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
  padding-left: 58px;
  padding-right: 17px;
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
  margin-left: 45px;
  margin-right: 0;
}

.hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 1);
}

.hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 2);
}

.hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 3);
}

.hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 4);
}

.hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 5);
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.logo-container {
  width: 330px;
  height: auto;
  margin: 13px 0 13px 0;
}

.logo-container img {
  width: 100%;
  height: 100%;
}
.eyebrow {
  width: 100%;
  height: 72px;
  background-color: #273043;
  display: flex;
}

@media (max-width: 1000px) {
  .eyebrow {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.eyebrow-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 40px;
  align-items: center;
}

.eyebrow-item {
  margin-right: 30px;
}

@media (max-width: 760px) {
  .eyebrow-item a p {
    display: none;
  }

  .site-header-wgn .eyebrow-item--icon {
    margin: 0 !important;
  }
}

@media (max-width: 600px) {
  .eyebrow-item {
    margin-right: 15px;
  }
}

.eyebrow-item:last-child {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .eyebrow-item:nth-child(2) {
    margin-right: 0;
  }
}

.eyebrow-item a {
  transition: all 0.5s;
  background-color: #1660A8;
  border: 1px solid #1660A8;
  display: flex;
  padding: 10px 24px;
  border-radius: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #ffffff;
}

.eyebrow-item a:hover {
  color: #ffffff;
  background-color: transparent;
}

.eyebrow-item a p {
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 450px) {
  .eyebrow-item a p {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .eyebrow-item a {
    padding: 10px 12px;
  }
}

.eyebrow-item--icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: flex;
}

.eyebrow-item--icon path {
  transition: all 0.5s;
}

@media (max-width: 1240px) {
  .eyebrow-item--finance {
    display: none;
  }
}
.top-header-small {
  width: 100%;
  height: 72px;
  background-color: #273043;
  display: flex;
}

.top-header-small-items {
  display: inline-flex;
  gap: 25px;
  justify-content: end;
}

#site-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFF;
}

body {
  padding-top: 198px;
}
.wgn-lp-body{
  padding-top: 127px;
}
@media (max-width: 960px) {
  .top-header-small {
    height: auto;
    width: 100%;
  }
}

.header {
  box-shadow: 0px 3px 20px #0000001a;
  position: relative;
  z-index: 100;
}

.header .content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1000px) {
  .logo-container {
    margin: 20px 0;
  }
}

.sub-menu-arrow {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  height: 7px;
  width: 14px;
}

.sub-menu-arrow img {
  display: block;
}

#main-nav>ul {
  display: flex;
}

#main-nav>ul>li {
  position: relative;
  padding: 0 6px;
}

#main-nav>ul>li.menu-item-has-children a {
  padding-right: 30px;
}

#main-nav>ul>li a {
  display: flex;
  padding: 50px 10px 50px 10px;
  text-decoration: none;
  color: #001427;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: inset 0px 8px 0px 0px transparent;
  box-sizing: border-box;
}

#main-nav>ul>li.current_page_item a, #main-nav>ul>li:hover a {
  color: #273043;
  box-shadow: inset 0px -8px 0px 0px #A52623;
}

#main-nav>ul>li:hover ul {
  display: flex;
}

#main-nav>ul>li .sub-menu-arrow {
  background-image: url(./resources/img/nav-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 7px;
}

#main-nav>ul .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 127px;
  background-color: #ffffff;
  left: 0;
  box-shadow: inset 0px 8px 6px #0000001a, 0px 8px 6px #0000001a;
  padding: 20px 0 10px 0;
}

#main-nav>ul .sub-menu li a {
  box-shadow: none !important;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 17px;
  white-space: nowrap;
}

#main-nav>ul .sub-menu li a:hover {
  color: #A52623;
}

footer {
  background-color: #273043;
  padding: 100px 0;
  color: #ffffff;
  font-weight: 300;
  margin-top: 95px;
  border-top: 8px #001427 solid;
  content-visibility: visible !important;
  position: relative;
}

footer::after {
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  bottom: -26px;
  background: url('images/gold-bar.png');
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
}

footer h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.trknus-holder {
  height: 0;
  width: 0;
}

.footer-content a, .footer-meta a {
  color: #ffffff;
  transition: opacity 0.5s;
  font-weight: 300;
}

.footer-content a:hover, .footer-meta a:hover {
  opacity: 0.5;
  color: #ffffff;
}

.footer-content .footer-area-button, .footer-meta .footer-area-button {
  color: #ffffff;
  display: flex;
  margin-top: 20px;
  transition: color 0.5s;
}

.footer-content .footer-area-button svg, .footer-meta .footer-area-button svg {
  width: 10px;
  margin-left: 5px;
  margin-top: 5px;
}

.footer-content .footer-area-button svg .cls-1, .footer-meta .footer-area-button svg .cls-1 {
  fill: #ffffff;
  transition: fill 0.5s;
}
.social-new-icon {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	background: #FFF;
	border-radius: 100%;
	align-content: center;
	align-items: center;
  font-size: 20px;
}
.social-new-icon i{
  color: #273043;
}
.footer-content .footer-area-button:hover, .footer-meta .footer-area-button:hover {
  opacity: 0.5;
  color: #ffffff;
}

.footer-content .footer-area-button:hover svg .cls-1, .footer-meta .footer-area-button:hover svg .cls-1 {
  fill: #ffffff;
}

.footer-socials {
  display: flex;
  flex-direction: row;
}

.footer-social {
  margin-right: 10px;
}

.footer-social:last-child {
  margin-right: 0;
}

.footer-social svg {
  width: 32px;
  height: 32px;
}

.footer-social svg path {
  fill: #fff;
}

.footer-social a {
  opacity: 0.5;
}

.footer-social a:hover {
  opacity: 1;
}

.footer-meta {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 2px solid;
  border-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-meta--left--links {
  margin-top: 10px;
}

.footer-meta--left--links a {
  margin-right: 10px;
}

@media (max-width: 800px) {
  .footer-meta--right {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-company-links {
  width: 100%;
  margin-top: 20px;
}

.footer-company-links img {
  margin: 8px;
}
.footer-company-links-row{
  display: flex;
  justify-content: center;
}
.footer-content {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1000px) {
  .footer-content {
    flex-wrap: wrap;
  }
}

.footer-content--section {
  margin-right: 80px;
}

@media (max-width: 1000px) {
  .footer-content--section {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.footer-content--section:last-child {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .footer-content--section:last-child {
    margin-bottom: 0px;
  }
}

.footer-content--section_left {
  width: 445px;
  flex-shrink: 0;
  align-self: stretch;
}

.footer-content--section_center {
  font-size: 20px;
  width: 260px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 90px;
}

.location-meta--icon {
  width: 30px;
  height: auto;
  margin-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.location-meta--item {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}

.location-meta--item td:first-child {
  padding-right: 20px;
}

.location-meta--item:last-child {
  margin-bottom: 0;
}

.location-meta--items {
  display: flex;
  flex-direction: column;
}

footer table {
  color: #FFF;
}

.footer-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-nav ul li {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-top: 10px;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1000px) {
  .mobile-cta {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
  }

  .mobile-cta.show {
    display: block;
  }
}

.mobile-cta--image svg {
  padding-top: 10px;
  width: 25px;
  height: auto;
}

.mobile-cta--image svg path {
  fill: #ffffff;
}

.mobile-cta--image svg text {
  display: none;
}

.mobile-cta--item {
  background-color: #A52623;
  position: fixed;
  left: 20px;
  z-index: 1000;
  bottom: 15px;
  left: auto;
  height: 48px;
  width: auto;
  border: 0 !important;
  border-radius: 100px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 0 20px;
  transition: all 0.4s, bottom 0.8s ease-in-out;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  animation-name: loadBubble;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.2s;
}

.mobile-cta--item a {
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.mobile-cta--item span {
  margin-left: 10px;
}

.mobile-cta--item:first-child {
  margin-bottom: 10px;
}

.mobile-cta--item_phone {
  bottom: 62px;
}

.button {
  display: inline-flex;
  padding: 9px 25px;
  border-radius: 24px;
  line-height: 21px;
  letter-spacing: 0.4px;
  color: #001427;
  text-transform: uppercase;
  border: solid 2px transparent;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.button svg {
  height: 18px;
  width: auto;
}

@media (max-width: 600px) {
  .button {
    padding: 14px 26px 13px 26px;
  }
}

.button:first-child {
  margin-top: 0;
}

.button_red {
  color: #ffffff;
  border: solid 2px #A52623;
  background-color: #A52623;
  transition: all 0.5s;
}

.button_red:hover {
  color: #A52623;
  background-color: #FFF;
}

.button_red svg path {
  transition: all 0.5s;
}

.button_red:hover svg path {
  fill: #A52623;
}

.button_blue {
  color: #ffffff;
  border: solid 2px #1660A8;
  background-color: #1660A8;
  transition: all 0.5s;
}

.button_blue:hover {
  color: #1660A8;
  background-color: #FFF;
}

.button_white {
  color: #A52623;
  border: solid 2px #ffffff;
  background-color: #ffffff;
  transition: all 0.5s;
}

.button_white:hover {
  color: #ffffff;
  background-color: #A52623;
}

.button_white.button_hollow:hover {
  background-color: #ffffff;
  color: #A52623;
}

.button_hollow {
  border: 2px solid #ffffff;
  color: #E0DFD5;
  background-color: transparent;
  text-transform: uppercase;
}

.button_hollow_red {
  border: 2px solid #A52623;
  color: #A52623;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.5s;
}

.toggle {
  right: 0;
  display: none;
  top: calc(50% - 12px);
}

@media (max-width: 1000px) {
  .toggle {
    display: block;
  }
}

#body .nav-close-button {
  font-size: 22px;
  font-weight: normal;
  padding: 17px 17px;
  color: #fff;
}

.user-content h1 {
  margin-bottom: 20px;
}

.user-content h2 {
  margin-bottom: 20px;
}

.user-content h3 {
  margin-bottom: 16px;
}

.user-content h3:not(:first-child) {
  margin-top: 32px;
}

.user-content h4 {
  margin-bottom: 12px;
}

.content-container .textwidget p,
.user-content p {
  margin-bottom: 20px;
}

.content-container .textwidget p:last-child,
.user-content p:last-child {
  margin-bottom: 0;
}

.user-content a {
  transition: all 0.5s;
  font-weight: 300;
  position: relative;
}

.user-content a:hover {
  text-decoration: underline;
}
.content-container .textwidget ol,
.content-container .textwidget ul,
.user-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.content-container .textwidget ol{
  list-style-type: decimal;
}
.content-container .textwidget ol li,
.content-container .textwidget ul li,
.user-content ul li {
  margin-bottom: 5px;
}

.content-container .textwidget ul li::marker,
.user-content ul li::marker{
  color: #2265A8;
}

.user-content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.user-content ol:last-child {
  margin-bottom: 0;
}

.user-content ol li {
  margin-bottom: 5px;
}

.user-content ol li::marker {
  font-weight: 700;
}

.user-content img {
  max-width: 100%;
  height: auto;
}

.user-content .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

@media (max-width: 600px) {
  .user-content .alignleft {
    float: none;
    display: block;
    margin: 20px auto 20px auto;
  }

  .user-content .alignleft:first-child {
    margin-top: 0;
  }
}

.user-content .alignright {
  float: right;
  margin: 0 0 30px 30px;
}

@media (max-width: 600px) {
  .user-content .alignright {
    float: none;
    display: block;
    margin: 20px auto 20px auto;
  }

  .user-content .alignright:first-child {
    margin-top: 0;
  }
}

.user-content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}

.user-content b {
  font-weight: 500;
}

.user-content strong {
  font-weight: bold;
}

.user-content i, .user-content em {
  font-style: italic;
}

.user-content .gform_wrapper input {
  border: none;
  border: 1px solid #BCBEC0;
  background-color: transparent;
  color: #001427;
  padding: 15px 10px !important;
  border-radius: 4px;
}

.user-content .gform_wrapper .textarea {
  border: none;
  border: 1px solid #BCBEC0;
  background-color: transparent;
  color: #001427;
  border-radius: 4px;
}

.user-content .gform_wrapper .gform_footer .gform_button {
  display: inline-flex;
  padding: 10px 38px !important;
  border-radius: 24px;
  line-height: 1;
  background-color: #fff;
  color: #A52623;
  text-transform: capitalize;
  margin-top: 30px;
  transition: all 0.5s;
  border: 2px solid #A52623;
}

.user-content .gform_wrapper .gform_footer .gform_button:hover {
  color: #ffffff;
  background-color: #A52623;
}

.user-content .gform_wrapper label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}

.user-content .gform_wrapper .gfield_required_text {
  color: #273043;
}

.user-content .gform_wrapper select {
  height: 49px;
  border-radius: 4px;
  border-color: #bcbec0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  background-image: url(./resources/img/form-drop-down-arrow.svg);
}

.user-content .gform_wrapper .gfield_checkbox label {
  font-weight: 400;
}

.user-content .gform_wrapper .gform_required_legend {
  display: none;
}

.user-content .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .user-content .gform_wrapper.gravity-theme .gfield_consent_description {
  border: none;
  overflow-y: auto;
  max-height: auto;
}

.user-content #gform_submit_button_2 {
  background-image: url(https://stratus.stadigital.com/wp-content/themes/stratus/resources/img/temp-subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 48px !important;
}

.user-content .lindemann-companies {
  box-shadow: 0px 0px 12px #00000026;
  padding: 40px;
}

.user-content .lindemann-company {
  border-top: 1px solid #E0DFD5;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (max-width: 800px) {
  .user-content .lindemann-company {
    flex-wrap: wrap;
  }
}

.user-content .lindemann-company:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.user-content .lindemann-company--logo {
  width: 200px;
  height: 51px;
}

.user-content .supply-company--logo {
  width: 200px;
  height: 52px;
}

.user-content .usfp-company--logo {
  width: 200px;
  height: 54px;
}

.user-content .lindemann-company--content {
  margin-left: 36px;
}

@media (max-width: 800px) {
  .user-content .lindemann-company--content {
    margin-left: 0;
    margin-top: 20px;
  }
}

html {
  overflow-x: hidden;
  height: 100%;
}

.wrapper {
  flex: 1 0 auto;
}

html {
  overflow-x: hidden;
}

.content-container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 1584px) {
  .content-container {
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
  }
}

@media (max-width: 600px) {
  .content-container {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}

.content-container.choked {
  max-width: 1032px;
}

@media (max-width: 1584px) {
  .content-container.choked {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1112px) {
  .content-container.choked {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 600px) {
  .content-container.choked {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}

a {
  text-decoration: none;
  transition: color 0.5s;
  color: #A52623;
  font-weight: 500;
}

a:hover {
  color: #A52623;
}

body {
  font-style: normal;
  font-size: 17px;
  color: #001427;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

@media (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

h1 {
  color: #273043;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
}

h1 span {
  color: #ffffff;
}

@media (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #273043;
}

h2 span {
  color: #ffffff;
}

@media (max-width: 800px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: #273043;
}

h3 span {
  color: #273043;
}

@media (max-width: 800px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  color: #273043;
}

.youtube-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-navigation {
  display: none;
}

.preheader p {
  font-weight: 400;
  padding-bottom: 3px;
  color: #666456;
  border-bottom: 2px solid #D6D5CE;
  display: inline-flex;
  margin-bottom: 20px;
  text-transform: uppercase;
  flex-basis: content;
}

@media (max-width: 800px) {
  .preheader p {
    font-size: 15px;
  }
}

b {
  font-weight: 600;
}

.module {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media (max-width: 800px) {
  .module {
    padding: 40px 0;
  }
}

.module .preheading {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

.module.module_disable_top_padding {
  padding-top: 0;
}

@media (max-width: 800px) {
  .module.module_disable_top_padding {
    padding-top: 0;
  }
}

.module.module_half_top_padding {
  padding-top: 50px;
}

@media (max-width: 800px) {
  .module.module_half_top_padding {
    padding-top: 20px;
  }
}

.module.module_disable_bottom_padding {
  padding-bottom: 0;
}

@media (max-width: 800px) {
  .module.module_disable_bottom_padding {
    padding-bottom: 0;
  }
}

.module_black {
  background-color: #000000;
}

.module_gray {
  background-color: #f4f4f4;
  border-bottom: solid 6px #E0DFD5;
}

.module_gradient {
  background: linear-gradient(90deg, #C62E2E, #89231B);
}

.module_dots {
  background-color: #f4f4f4;
  position: relative;
}

.module_dots .dot-module--dots {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./resources/img/dot-content.png);
  top: 0;
  left: 0;
}

.module_dots .dot-module--gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #f4f4f4, transparent);
}

.module_gradient h1, .module_gradient h2, .module_gradient h3, .module_gradient h4, .module_gradient p, .module_gradient div, .module_gradient ul, .module_gradient li, .module_gradient a {
  color: #ffffff;
}

.module-image--overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: auto;
  z-index: -10;
}

.module-background_center {
  background-position: center;
}

.module-background_top {
  background-position: top;
}

.module-background_bottom {
  background-position: bottom;
}

.module-background_left {
  background-position: left;
}

.module-background_right {
  background-position: right;
}

.hero-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.hero-container .button_red{
  margin-top: 20px;

}
@media (max-width: 1000px) {
  .hero-container {
    flex-wrap: wrap;
  }
  .hero-container .hero-left{
    margin-bottom: 40px;

  }
}

.hero-container .preheader p {
  color: #001427;
  font-weight: 500;
}

.hero-module_image .hero-left {
  width: 55.5%;
  margin-right: 66px;
  padding-top: 45px;
}

@media (max-width: 1000px) {
  .hero-module_image .hero-left {
    margin-right: 0;
    max-width: 768px;
    width: 100%;
    padding-top: 0;
  }
}

.hero-left {
  width: 100%;
  max-width: 1032px;
}

.hero-right {
  width: calc(44.5% - 66px);
  display: flex;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 1000px) {
  .hero-right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 32px;
    display: none;
  }
}

.hero-image {
  padding-bottom: 45px;
  position: relative;
  z-index: 10;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 1000px) {
  .hero-image {
    padding-bottom: 0;
  }
}

.hero-image--dots {
  background-image: url(./resources/img/dot-hero.svg);
  background-size: 16px 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1000px) {
  .hero-image--dots {
    display: none;
  }
}

.subheading {
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 800px) {
  .subheading {
    font-size: 18px;
  }
}

.hero_reputation {
  padding-bottom: 0;
  margin-bottom: 120px;
}

.hero-short-answer {
  position: relative;
  background-color: #ffffff;
  border-radius: 9px;
  box-shadow: 0px 0px 20px #00000012;
  padding: 40px 80px;
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
  margin-bottom: -140px;
}

@media (max-width: 800px) {
  .hero-short-answer {
    margin-bottom: -100px;
    padding: 40px 50px;
  }
}

.hero-short-answer--heading {
  font-size: 24px;
  margin-bottom: 10px;
  color: #273043;
  font-weight: 600;
}

.hero_post {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .hero_post {
    margin-bottom: 80px;
  }
}

.hero-short-answer--answer {
  font-size: 24px;
}

@media (max-width: 600px) {
  .hero-short-answer--answer {
    font-size: 18px;
  }
}

.hero_review .review-quotes {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
}

@media (max-width: 800px) {
  .hero_review .review-quotes {
    width: 30px;
  }
}

.hero_review .review-quotes img {
  width: 100%;
  height: auto;
}

.hero_review .hero-short-answer {
  padding-right: 120px;
}

@media (max-width: 800px) {
  .hero_review .hero-short-answer {
    padding-right: 80px;
  }
}

.reputation-logo {
  width: 98px;
  height: 84px;
  padding: 6px 12px;
  box-shadow: 0px 0px 20px #00000012;
  border-radius: 7px;
}

.reputation-items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  align-items: start;
}

@media (max-width: 800px) {
  .reputation-items {
    flex-wrap: wrap;
  }
}

.reputation-item {
  text-align: center;
}

.reputation-item a{
  display: block;
}

@media (max-width: 800px) {
  .reputation-item {
  	margin: 15px;
  	width: calc(50% - 30px);
  	text-align: center;
  	justify-content: center;
  	align-content: center;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  }
  .reputation-item a {
  	display: flex;
  	text-align: center;
  	align-items: center;
    flex-direction: column;
  }
}

.reputation-item p {
  margin-top: 15px;
  line-height: 1.2;
  font-size: 20px;
  max-width: 140px;
  font-weight: 400;
  color: #001427;
  transition: color 0.5s;
}

.reputation-item a:hover p {
  color: #A52623;
}

.reputation-left {
  box-sizing: border-box;
  background-color: #273043;
  width: 28%;
  min-width: 271px;
  padding: 48px 48px 48px 66px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 1000px) {
  .reputation-left {
    width: 100%;
    padding: 40px;
    padding-left: 50px;
  }
}

.reputation-left h2 {
  color: #ffffff;
  font-weight: 400;
}

.reputation-right {
  box-sizing: border-box;
  background-color: #ffffff;
  width: 72%;
  padding: 48px;
  display: flex;
}

@media (max-width: 1000px) {
  .reputation-right {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .reputation-right {
    padding: 20px;
  }
}

.reputation-block {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 9px #00000026;
}

@media (max-width: 1000px) {
  .reputation-block {
    flex-wrap: wrap;
    margin-right: -40px;
    margin-left: -40px;
  }
}

@media (max-width: 600px) {
  .reputation-block {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.reputation-block_hero {
  margin-top: 0;
  position: relative;
  z-index: 10;
  margin-bottom: -60px;
}
.hero-lp .reputation-block_hero {
  margin-top: 90px;
}

.hero-module_image.hero-lp .hero-left {
  width: 50%;
}

.hero-lp .hero-right {
  width: calc(49.5% - 66px);
}
.reputation-stars {
  margin-top: 15px;
}

.reputation-stars img {
  width: 21px;
  height: 20px;
}

.reputation-dots {
  background-image: url(./resources/img/dot-credibility.svg);
  background-size: 16px 16px;
  width: 48px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.35;
}

@media (max-width: 1000px) {
  .reputation-dots {
    width: 32px;
  }
}

.wysiwyg-module {
  background-position: right;
  background-repeat: no-repeat;
}

.content-container .textwidget h2,
.wysiwyg-module .module-heading {
  margin-bottom: 20px;
}

.checklist--icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  min-width: 32px;
}

.checklist--icon path {
  fill: #89231B;
}

.checklist--icon polygon {
  fill: #C62E2E;
}

.checklist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.checklist.two-columns .checklist--item {
  width: 50%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
}

.checklist.two-columns .checklist--item:nth-child(4n+3), .checklist.two-columns .checklist--item:nth-child(4n+4) {
  background-color: #1B1D260D;
}

@media (max-width: 800px) {
  .checklist.two-columns .checklist--item:nth-child(4n+3), .checklist.two-columns .checklist--item:nth-child(4n+4) {
    background-color: transparent;
  }
}

.checklist.two-columns .checklist--item:nth-child(4n+3):last-child {
  width: 100%;
}

@media (max-width: 800px) {
  .checklist.two-columns .checklist--item {
    width: 100%;
  }

  .checklist.two-columns .checklist--item:nth-child(2n-1) {
    background-color: transparent;
  }

  .checklist.two-columns .checklist--item:nth-child(2n) {
    background-color: #1B1D260D;
  }
}

.checklist.one-column .checklist--item {
  width: 100%;
}

.checklist.one-column .checklist--item:nth-child(2n) {
  background-color: #1B1D260D;
}

.checklist--item {
  padding: 24px;
  box-sizing: border-box;
  align-items: center;
}

.checklist--item p {
  font-size: 21px;
}

@media (max-width: 800px) {
  .checklist--item p {
    font-size: 19px;
  }
}

.user-content--list {
  margin-top: 20px;
}

.wysiwyg-module--grid {
  margin-top: -25px;
}

@media (max-width: 800px) {
  .wysiwyg-module--grid {
    margin-top: 10px;
  }
}

.wysiwyg-module--grid--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wysiwyg-module--grid--item {
  width: calc(50% - 20px);
  box-sizing: border-box;
  padding-left: 40px;
  border-left: solid #2879BC 8px;
  margin-top: 65px;
}

@media (max-width: 800px) {
  .wysiwyg-module--grid--item {
    width: 100%;
    margin-top: 35px;
  }
}

.wysiwyg-module--grid--item h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.two-columns-module .content-left {
  width: calc(50% - 50px);
  margin-right: 100px;
}

@media (max-width: 1000px) {
  .two-columns-module .content-left {
    width: 100%;
    margin-right: 0;
  }
}

.two-columns-module .content-right {
  width: calc(50% - 50px);
}

@media (max-width: 1000px) {
  .two-columns-module .content-right {
    width: 100%;
    margin-top: 20px;
  }
}

.two-columns-module .content-container:last-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.two-columns-module .module-heading {
  margin-bottom: 20px;
}

.content-media-container {
  width: 100%;
  max-width: 1208px;
  margin: auto;
  box-shadow: 0px 0px 20px #00000012;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 80px;
  position: relative;
  display: flex;
  flex-direction: row;
}

@media (max-width: 1250px) {
  .content-media-container {
    border-radius: 0;
    padding: 40px;
    padding-left: 50px;
  }
}

@media (max-width: 1000px) {
  .content-media-container {
    flex-wrap: wrap;
  }
}

.content-media-dots {
  position: absolute;
  background-image: url(./resources/img/dot-content.svg);
  background-size: 16px 16px;
  height: 100%;
  top: 0;
  left: 0;
  width: 48px;
}

@media (max-width: 1250px) {
  .content-media-dots {
    width: 32px;
  }
}

.content-media-left {
  width: calc(58% - 40px);
  margin-right: 80px;
}

@media (max-width: 1250px) {
  .content-media-left {
    width: calc(58% - 20px);
    margin-right: 40px;
  }
}

@media (max-width: 1000px) {
  .content-media-left {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
}

.content-media-left h2 {
  margin-bottom: 20px;
}

.content-media-right {
  width: calc(42% - 40px);
  position: relative;
  max-width: 416px;
}

@media (max-width: 1250px) {
  .content-media-right {
    width: calc(42% - 20px);
  }
}

@media (max-width: 1000px) {
  .content-media-right {
    width: 100%;
    margin-right: 0;
    margin: 30px auto 30px auto;
    order: 1;
  }
}

.content-media-right .tns-nav {
  display: none;
}

.content-media-slider--prev {
  left: 5px;
}

.content-media-slider--next {
  right: 5px;
}

.slider-arrow {
  position: absolute;
  top: calc(50% - 50px);
}

.slider-arrow[aria-disabled=true] svg polygon {
  opacity: 0.4;
}

.slider-arrow svg {
  width: 40px;
  height: 68px;
}

.content-media-right--slide--text {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  max-width: 416px;
}

.content-media-right--slider--container {
  position: relative;
}

.content-media-right--slide--image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.focal-position_left .focal-image {
  order: 0;
  margin-right: 100px;
}

@media (max-width: 1000px) {
  .focal-position_left .focal-image {
    margin-right: 0;
    margin: auto;
  }
}

.focal-position_left .focal-content {
  order: 1;
}

.focal-position_right .focal-image {
  order: 1;
  margin-left: 100px;
}

@media (max-width: 1000px) {
  .focal-position_right .focal-image {
    margin-left: 0;
    order: 0;
    margin: auto;
  }
}

.focal-position_right .focal-content {
  order: 0;
}

@media (max-width: 1000px) {
  .focal-position_right .focal-content {
    order: 1;
  }
}

.focal-module .content-container {
  flex-direction: row;
}

@media (max-width: 1000px) {
  .focal-module .content-container {
    flex-wrap: wrap;
  }
}

.focal-image {
  width: 37%;
  position: relative;
  align-self: flex-start;
}

.focal-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 1000px) {
  .focal-image {
    width: 100%;
    max-width: 512px;
  }
}

.focal-content {
  width: calc(63% - 100px);
  align-self: center;
}

@media (max-width: 1000px) {
  .focal-content {
    width: 100%;
    margin-top: 30px;
  }
}

.focal-pill {
  display: inline-flex;
  margin-bottom: 20px;
}

.focal-pill a {
  background-color: #d83535;
  padding: 8px 25px 5px 25px;
  border-radius: 4px;
  line-height: 1;
  font-weight: 300;
  transition: all 0.5s;
  text-transform: uppercase;
}

.focal-pill a:hover {
  background-color: #A52623;
}

.focal-dots {
  background-image: url(./resources/img/dot-focal.svg);
  background-size: 16px 16px;
  position: absolute;
  top: 40px;
  right: -40px;
  height: 100%;
  width: 100%;
  z-index: -10;
}

@media (max-width: 1000px) {
  .focal-dots {
    display: none;
  }
}

.featured-quote--image {
  border-radius: 100%;
  width: 262px;
  height: 262px;
  margin-right: 60px;
}

@media (max-width: 1000px) {
  .featured-quote--image {
    margin-right: 0;
  }
}

.featured-quote--icon {
  width: 88px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 50px;
}

.featured-quote--icon img {
  width: 100%;
  height: auto;
}

.featured-quote-image-container {
  position: relative;
}

@media (max-width: 1000px) {
  .featured-quote-image-container {
    margin: auto;
  }
}

.featured-quote-module .content-container {
  flex-direction: row;
}

@media (max-width: 1000px) {
  .featured-quote-module .content-container {
    flex-wrap: wrap;
  }
}

.featured-quote-content {
  font-size: 28px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1000px) {
  .featured-quote-content {
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  .featured-quote-content {
    font-size: 22px;
  }
}

.featured-quote-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
}

@media (max-width: 600px) {
  .featured-quote-meta {
    flex-wrap: wrap;
  }
}

.featured-quote-meta p {
  font-size: 16px;
  font-weight: 300;
}

.featured-quote-meta p b {
  font-weight: 500;
}

.featured-quote-meta p span {
  font-weight: 700;
}

.featured-quote-stars {
  margin-right: 26px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.featured-quote-stars img {
  width: 25px;
  height: 24px;
  margin-right: 3px;
}

.preheader .featured-quote-stars {
  margin-bottom: 20px;
}

.related-content-container {
  width: 100%;
  max-width: 1208px;
  margin: auto;
  box-shadow: 0px 0px 20px #00000012;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.related-content-container h2 {
  margin-bottom: 20px;
}

@media (max-width: 1250px) {
  .related-content-container {
    max-width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 800px) {
  .related-content-container {
    padding: 40px;
    padding-left: 50px;
  }
}

.related-content-module--item--icon {
  margin-bottom: 8px;
  margin-right: 20px;
}

.related-content-module--item--icon img {
  margin-right: 8px;
}

.related-content-module--item--image {
  min-width: 250px;
  width: 250px;
  height: 100%;
  margin-right: 40px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 600px) {
  .related-content-module--item--image {
    height: 250px;
    margin-bottom: 16px;
  }
}

.related-content-module--items {
  display: flex;
  flex-direction: column;
}

.related-content-module--item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #E0DFD5;
}

.related-content-module--item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.related-content-module--item a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (max-width: 600px) {
  .related-content-module--item a {
    flex-direction: column;
  }
}

.related-content-module--item a p {
  font-weight: 300;
  margin-top: 24px;
  color: #000000;
}

.related-content-module--item a .related-content-module--item--content--link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 24px;
}

.related-content-module--item a .related-content-module--item--content--link p {
  color: #A52623;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 0;
  transition: all 0.5s;
}

.related-content-module--item a .related-content-module--item--content--link svg {
  width: 8px;
  margin-top: 5px;
}

.related-content-module--item a .related-content-module--item--content--link svg polygon {
  fill: #A52623;
  transition: all 0.5s;
}

.related-content-module--item a:hover .related-content-module--item--content--link p {
  color: #d83535;
}

.related-content-module--item a:hover .related-content-module--item--content--link svg polygon {
  fill: #d83535;
}

.tile-module h2 {
  margin-bottom: 0;
}

.tile-module--tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}

@media (max-width: 1584px) {
  .tile-module--tiles {
    justify-content: center;
  }
}

.tile-module--tile {
  max-width: 320px;
  box-shadow: 0px 0px 8px #00000026;
  margin-right: 30px;
  margin-top: 30px;
}

.tile-module--tile:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1584px) {
  .tile-module--tile:nth-child(4n) {
    margin: 20px;
  }
}

.tile-module--tile a {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tile-module--tile a p {
  color: #001427;
}

.tile-module--tile a:hover .button_hollow_red {
  background-color: #A52623;
  color: #ffffff;
}

@media (max-width: 1584px) {
  .tile-module--tile {
    margin: 20px;
  }
}

.tile-module--tile--image {
  width: 100%;
  height: 219px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile-module--tile--heading {
  box-sizing: border-box;
  padding: 0 20px;
  margin: 30px 30px 0 0;
  border-left: solid #A52623 10px;
}

.tile-module--tile--heading h3 {
  font-weight: 700;
  color: #001427;
}

.tile-module--tile--content {
  padding: 20px 30px 30px 30px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}

.tile-module--tile--content .button {
  align-self: center;
}

.expanded-tile-module--tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.expanded-tile-module--tile {
  max-width: 676px;
  width: calc(50% - 10px);
  margin-right: 30px;
  box-shadow: 0px 0px 14px #00000026;
  background-color: #ffffff;
  margin-top: 30px;
}

@media (max-width: 1584px) {
  .expanded-tile-module--tile {
    margin: 20px 0;
  }
}

.expanded-tile-module--tile:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .expanded-tile-module--tile {
    width: 100%;
    margin: 20px 0;
  }
}

.expanded-tile-module--tile--image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.expanded-tile-module--tile--links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.expanded-tile-module--tile--link {
  width: calc(50% - 15px);
}

@media (max-width: 1000px) {
  .expanded-tile-module--tile--link {
    width: 100%;
  }
}

.expanded-tile-module--tile--link a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 10px;
  font-weight: 600;
}

.expanded-tile-module--tile--link a p {
  color: #A52623;
  font-weight: 500;
  margin-right: 5px;
  transition: all 0.5s;
}

.expanded-tile-module--tile--link a svg {
  width: 8px;
  margin-top: 5px;
}

.expanded-tile-module--tile--link a svg polygon {
  fill: #A52623;
  transition: all 0.5s;
}

.expanded-tile-module--tile--link a:hover p {
  color: #d83535;
}

.expanded-tile-module--tile--link a:hover svg polygon {
  fill: #d83535;
}

.icon-module h2 {
  margin-bottom: 20px;
}

.arrow-link {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: -10px;
}

.arrow-link svg {
  width: 8px;
  margin-top: 5px;
  margin-left: 5px;
}

.arrow-link svg polygon {
  fill: #A52623;
}

.arrow-link span {
  font-weight: 600;
  color: #A52623;
  margin-bottom: 0;
}

.icon-module--icons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1250px) {
  .icon-module--icons {
    justify-content: center;
  }
}

.icon-module--icon {
  max-width: 258px;
  width: 25%;
  margin-right: 80px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.icon-module--icon img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1584px) {
  .icon-module--icon {
    margin: 20px;
    min-width: 200px;
  }
}

.icon-module--icon:last-child {
  margin-right: 0;
}

@media (max-width: 1584px) {
  .icon-module--icon:last-child {
    margin: 20px;
  }
}

.icon-content {
  font-size: 24px;
  color: #001427;
  font-weight: 500;
  margin-top: 20px;
}

.checklist-module .content-left {
  width: calc(50% - 50px);
  margin-right: 100px;
}

@media (max-width: 1000px) {
  .checklist-module .content-left {
    width: 100%;
    margin-right: 0;
  }
}

.checklist-module .content-right {
  width: calc(50% - 50px);
}

@media (max-width: 1000px) {
  .checklist-module .content-right {
    width: 100%;
    margin-top: 20px;
  }
}

.checklist-module .content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.checklist-module .user-content ul {
  margin-left: 0;
}

.checklist-module .user-content ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.checklist-module .user-content ul li::before {
  content: "";
  background-image: url("./resources/img/checkmark.svg");
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}

.features {
  margin-top: 30px;
}

.features .content-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.feature {
  padding: 40px 0;
}

.feature .content-left {
  width: calc(50% - 50px);
  margin-right: 100px;
}

@media (max-width: 1000px) {
  .feature .content-left {
    width: 100%;
    margin-right: 0;
  }
}

.feature .content-right {
  width: calc(50% - 50px);
}

@media (max-width: 1000px) {
  .feature .content-right {
    width: 100%;
    margin-top: 20px;
  }
}

.features-module {
  background-position: top;
  background-size: 100%;
}

.feature-optional-heading {
  margin-bottom: 20px;
}

.image-callout-module {
  padding: 200px 0;
}

@media (max-width: 1000px) {
  .image-callout-module {
    padding: 100px 0;
  }
}

.image-callout-module .content-left {
  width: calc(60%);
}

@media (max-width: 1000px) {
  .image-callout-module .content-left {
    width: 100%;
    margin-right: 0;
  }
}

.image-callout-module .content-right {
  width: calc(40%);
}

@media (max-width: 1000px) {
  .image-callout-module .content-right {
    width: 0%;
    margin-right: 0;
  }
}

.cta {
  width: 100%;
  height: 200px;
  margin: auto;
  max-width: 1032px;
  position: relative;
  background-color: #A52623;
  border-radius: 10px;
}

@media (max-width: 1000px) {
  /*
  .cta {
    border-radius: 0;
    margin-right: -40px;
    margin-left: -40px;
    width: calc(100% + 80px);
  }
  */
}

@media (max-width: 800px) {
  .cta {
    height: auto;
  }
}

@media (max-width: 600px) {
  .cta {
    border-radius: 0;
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

.cta-dots {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 48px;
  background-image: url(./resources/img/dot-cta.svg);
  background-size: 16px 16px;
  opacity: 0.25;
}

@media (max-width: 800px) {
  .cta-dots {
    width: 32px;
  }
}

.cta-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 90px;
  color: #ffffff;
  height: 100%;
}

@media (max-width: 1120px) {
  .cta-content {
    padding: 0 50px;
  }

  .cta-content--right .button_white {
    white-space: nowrap;
  }
}

@media (max-width: 960px) {
  .cta-content {
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .cta-content {
    padding: 40px;
    flex-wrap: wrap;
    padding-left: 50px;
  }
}

.cta-content h3 {
  color: #ffffff;
  font-weight: 700;
}

.cta-content--left {
  width: 560px;
}

@media (max-width: 800px) {
  .cta-content--left {
    width: 100%;
  }
}

.cta-content--left p {
  margin-top: 20px;
  font-weight: 300;
}

@media (max-width: 800px) {
  .cta-content--right {
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  .cta-content h3 {
    margin-bottom: 5px;
  }

  .cta-content--left p {
    margin-top: 0
  }

  .cta-content--right {
    padding-bottom: 0;
  }

  .cta-content--left {
    width: 100%;
    padding-top: 36px;
    margin-bottom: 16px;
  }

  .cta-content--right {
    padding-bottom: 36px;
  }
}

.footer-cta {
  padding-bottom: 100px;
}

@media (max-width: 960px) {
  .footer-cta {
    padding-bottom: 45px;
  }
}

.footer-cta .cta {
  margin-top: -200px;
}

.expand-button {
  height: 30px;
  width: 33px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-width: 33px;
  transform: rotate(180deg) translateX(0px);
  transition: all 0.5s;
}

.expand-button:before {
  content: "";
  display: flex;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  transform: rotate(45deg) translateX(0px);
  background-color: #273043;
  position: absolute;
  top: 12px;
  transition: all 0.5s;
  right: 0px;
}

.expand-button:after {
  content: "";
  display: flex;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  transform: rotate(-45deg) translateY(0px);
  background-color: #273043;
  position: absolute;
  top: 12px;
  left: 0px;
  transition: all 0.5s;
}

.expand-button:hover:after {
  opacity: 0.5;
}

.expand-button:hover:before {
  opacity: 0.5;
}

.faqs {
  margin-top: 40px;
}

.faq-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #231F20;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
}

.faq:not(first-child) {
  margin-top: 10px;
}

.faq.active .faq-heading {
  background-color: #414042;
}

.faq.active .expand-button {
  transform: rotate(0deg) translateX(0px);
}

.faq-hidden-content {
  display: none;
  margin: 20px 20px;
}

.facet .facetwp-counter {
  display: none;
}

.facet .facetwp-radio {
  background: none;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 0;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  display: inline-flex;
  padding: 10px 30px;
  transition: color 0.5s;
  margin: 20px 20px 0 0;
}

@media (max-width: 600px) {
  .facet .facetwp-radio {
    padding: 6px 15px;
    margin: 15px 15px 0 0;
    font-size: 16px;
  }
}

.facet .facetwp-radio.checked {
  color: #273043;
  border-color: #273043;
  background: transparent;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-slide {
  padding: 44px 300px !important;
}

@media (max-width: 1000px) {
  .fancybox-slide {
    padding: 44px !important;
  }
}

.videos {
  margin-top: 20px;
}

.videos .facetwp-template {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.video {
  width: calc(33% - 26px);
  min-width: 360px;
  background-color: #231F20;
  margin-right: 40px;
  margin-top: 40px;
}

@media (max-width: 1584px) {
  .video {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 600px) {
  .video {
    width: 100%;
    min-width: auto;
    max-width: 360px;
  }
}

.video:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1584px) {
  .video:nth-child(3n) {
    margin-right: 20px;
  }
}

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

.video-title p {
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
}

.video-meta {
  color: #808285;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
}

.video-text-content {
  padding: 30px 20px;
}

.follow-stratus--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.follow-stratus--item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #231F20;
  border-radius: 4px;
  padding: 15px 30px;
  width: 260px;
  box-sizing: border-box;
  margin-right: 40px;
  margin-top: 20px;
}

.follow-stratus--item:last-child {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .follow-stratus--item:last-child {
    margin-right: 40px;
  }
}

.follow-stratus--item svg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.follow-stratus--item p {
  color: #FFFFFF;
  font-size: 23px;
  text-transform: uppercase;
}

.facet-container {
  width: 100%;
  margin: auto;
  box-shadow: 0px 0px 20px #00000012;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 800px) {
  .facet-container {
    padding: 20px;
  }

  .facet-container .content-media-dots {
    width: 16px;
  }
}

.facet-container .facets {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1208px;
  margin: auto;
  width: 100%;
}

@media (max-width: 1000px) {
  .facet-container .facets {
    flex-direction: column;
    align-items: baseline;
    padding-left: 10px;
  }
}

.facet-container .facetwp-radio {
  background: none;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 0;
  color: #A52623;
  text-transform: uppercase;
  border: 1px solid #A52623;
  display: inline-flex;
  padding: 5px 15px;
  transition: color 0.5s;
  border-radius: 4px;
  margin: 8px;
  transition: all 0.5s;
}

.facet-container .facetwp-radio .facetwp-display-value {
  padding-right: 0;
}

@media (max-width: 800px) {
  .facet-container .facetwp-radio {
    margin: 4px;
    padding: 5px 10px;
  }
}

.facet-container .facetwp-radio.checked, .facet-container .facetwp-radio:hover {
  background: none;
  background-color: #C62E2E;
  color: #fff;
  border-color: #C62E2E;
}

.facet-container .facetwp-counter {
  display: none;
}

.facet-container h3 {
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  margin-right: 16px;
}

@media (max-width: 800px) {
  .facet-container h3 {
    margin-bottom: 10px;
  }
}

.facetwp-template {
  max-width: 1208px;
  margin: auto;
  margin-top: 60px;
}

.facetwp-facet-load_more {
  margin-top: 30px;
  text-align: center;
}

.facetwp-facet-load_more button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
  color: #fff;
  border: solid 2px #A52623;
  background-color: #A52623;
  transition: all 0.5s;
  padding: 14px 39px 13px 39px;
  border-radius: 24px;
  line-height: 1;
  transition: all 0.5s;
}

.facetwp-facet-load_more button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.facetwp-facet-load_more button:hover {
  background-color: #d83535;
  border-color: #d83535;
}

.scheduler {
  display: none;
  margin-top: 40px;
}

.scheduler iframe {
  width: 100%;
  margin-top: 24px;
}

.scheduler.schedule-active {
  display: block;
}

.scheduler-buttons .button {
  cursor: pointer;
  margin-right: 10px;
}

.scheduler-buttons .button.schedule-active {
  background-color: #A52623;
  color: #ffffff;
}

@media (max-width: 600px) {
  .scheduler-buttons .button {
    font-size: 15px;
  }
}

.scheduler-section h3 {
  margin-bottom: 20px;
}

.quotes-arrow {
  width: 20px;
  height: 32px;
  margin-right: 30px;
  cursor: pointer;
}

.quotes-arrow:last-child {
  margin-right: 0;
}

.quotes-arrow svg polygon {
  fill: #A52623;
  transition: all 0.5s;
}

.quotes-arrow[aria-disabled=true] svg polygon {
  fill: #c4c7cc;
}

.quotes-arrows {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 800px) {
  .quotes-arrows {
    display: none;
  }
}

.quote {
  width: 100%;
  max-width: 1208px;
  margin: auto;
  box-shadow: 0px 0px 12px #00000026;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 40px 40px 40px 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 12px 12px;
  background-color: #ffffff;
  display: flex !important;
  height: auto !important;
}

@media (max-width: 600px) {
  .quote {
    padding: 20px 20px 20px 50px;
  }
}

.quote .related-content-module--item--content--link--arrow svg {
  width: 8px;
  margin-top: 5px;
}

.quote .related-content-module--item--content--link--arrow svg polygon {
  fill: #A52623;
}

@media (max-width: 600px) {
  .quote .content-media-dots {
    width: 32px;
  }
}

.quotes {
  display: flex;
}

.quotes .slick-list {
  box-sizing: initial;
  padding-right: 250px;
}

.quotes .slick-track {
  margin-left: 0 !important;
  display: flex !important;
}

.quote-stars {
  display: flex;
  flex-direction: row;
}

@media (max-width: 600px) {
  .quote-stars img {
    width: 32px;
    height: auto;
  }
}

.quote-quote-accent {
  position: absolute;
  top: 28px;
  right: 40px;
  width: 64px;
  height: 64px;
  display: flex;
}

@media (max-width: 600px) {
  .quote-quote-accent {
    width: 48px;
    height: 48px;
    top: 14px;
    right: 20px;
  }
}

@media (max-width: 370px) {
  .quote-quote-accent {
    display: none;
  }
}

.quote-quote-image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.quote-quote-icon {
  border: 1px solid #527AAA80;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}

.quote-quote-icon img {
  width: 40px;
  height: 32px;
}

@media (max-width: 600px) {
  .quote-quote-icon img {
    width: 32px;
    height: auto;
  }
}

.quotes-container {
  position: relative;
  margin-right: -250px;
}

.quotes-overlay {
  position: absolute;
  right: 0;
  top: 12px;
  height: calc(100% - 24px);
  width: 250px;
  background: linear-gradient(90deg, transparent, #ffffff);
  z-index: 10;
}

@media (max-width: 1900px) {
  .quotes-module {
    overflow: hidden;
  }

  .quotes-overlay {
    right: 250px;
  }
}

.module_gray .quotes-overlay {
  background: linear-gradient(90deg, transparent, #efefef);
}

.quote-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.quote-button p {
  margin-right: 5px;
  color: #A52623;
  text-transform: uppercase;
  transition: all 0.5s;
}

.quote-button .related-content-module--item--content--link--arrow svg polygon {
  transition: all 0.5s;
}

.quote-button:hover p {
  color: #d83535;
}

.quote-button:hover .related-content-module--item--content--link--arrow svg polygon {
  fill: #d83535;
}

.quote-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.quote-text {
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  max-height: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 800px) {
  .quote-text {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .quote-text {
    margin-top: 20px;
  }
}

.quote-meta {
  margin-top: auto;
  font-size: 16px;
}

.quotes-module .content-container .quotes-container .quote-slider-item {
  display: flex;
}

@media (max-width: 800px) {
  .quotes-module .content-container {
    width: 100%;
  }
}

.quotes-module h2 {
  margin-bottom: 20px;
}

.quotes-module .tns-nav {
  display: none;
}

.service-area-module .content-container {
  flex-direction: row;
}

@media (max-width: 800px) {
  .service-area-module .content-container {
    flex-wrap: wrap;
  }
}

.service-area--content--left {
  width: calc(40% - 16px);
  margin-right: 32px;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  .service-area--content--left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.service-area--content--left img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: auto;
}

.service-area--content--left iframe {
  width: 100%;
  height: 368px;
}

.service-area--content--right {
  width: calc(60% - 16px);
}

@media (max-width: 800px) {
  .service-area--content--right {
    width: 100%;
  }
}

.service-area--customers-served {
  width: 100%;
  background-color: #001427;
}

.service-area--customers-served h4 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 30px;
}

.service-area--customers {
  display: flex;
  font-size: 24px;
  padding: 21px 30px;
  border-bottom: 1px solid #f4f4f4;
}

.service-area--customers:last-of-type {
  font-weight: 600;
  border-bottom: none;
}

.service-area--number {
  color: #2265A8;
  font-size: 26px;
  font-weight: 600;
  margin-right: 30px;
  width: 100px;
  display: inline-block;
}

.service-list-module--county {
  margin-bottom: 30px;
  border-bottom: 2px solid #D6D5CE;
  padding-bottom: 20px;
}

.service-list-module--county:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-list-module--county h3 {
  margin-bottom: 20px;
}

.service-list-module--county--cities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.service-list-module--county--cities .service-list-module--county {
  min-width: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

.service-list-module--county--cities .service-list-module--county:last-child {
  border-bottom: inherit;
  margin-bottom: inherit;
  padding-bottom: inherit;
}

.service-list-module--county--cities h4 {
  color: #A52623;
}

.service-list-module--cities {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.service-list-module--cities a {
  color: #a52623;
  display: flex;
  min-width: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.service-list-module--cities a p {
  margin-right: 5px;
  font-weight: 600;
}

.service-list-module--cities a svg {
  width: 8px;
  margin-top: 5px;
}

.service-list-module--cities a svg polygon {
  fill: #a52623;
}

.service-area--zips {
  display: flex;
  font-weight: 300;
  font-size: 18px;
  background-color: #EFEFEF;
}

.service-area--zips .service-area--icon {
  width: 17.33px;
  height: 26px;
  margin-right: 15px;
}

.grid-and-image-module .content-container {
  flex-direction: row;
}

@media (max-width: 1000px) {
  .grid-and-image-module .content-container {
    flex-wrap: wrap;
  }
}

.grid-and-image--image {
  width: 100%;
  max-width: 352px;
  margin-right: 72px;
}

@media (max-width: 1000px) {
  .grid-and-image--image {
    margin-right: 0;
  }
}

.grid-and-image--image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.grid-and-image--grid {
  width: calc(100% - 424px);
}

@media (max-width: 1000px) {
  .grid-and-image--grid {
    width: 100%;
  }
}

.grid-and-image--grid .module-heading {
  margin-bottom: 24px;
}

.grid-and-image--grid>.user-content {
  margin-bottom: 40px;
}

.grid-and-image--grid--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
}

.grid-and-image--grid--item {
  width: calc(50% - 32px);
  margin-top: 40px;
}

@media (max-width: 800px) {
  .grid-and-image--grid--item {
    width: 100%;
  }
}

.grid-and-image--grid--item img {
  width: 56px;
  height: auto;
  margin-bottom: 16px;
}

.grid-and-image--gird--item--heading {
  font-weight: 700;
  margin-bottom: 8px;
}

.single-review-module .content-container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1000px) {
  .single-review-module .content-container {
    flex-wrap: wrap;
  }
}

.single-review-module .content-container h2 {
  margin-bottom: 20px;
}

.single-review-module .content-left {
  width: calc(50% - 50px);
  margin-right: 100px;
}

@media (max-width: 1000px) {
  .single-review-module .content-left {
    width: 100%;
    margin-right: 0;
  }
}

.single-review-module .content-right {
  width: calc(50% - 50px);
}

@media (max-width: 1000px) {
  .single-review-module .content-right {
    width: 100%;
    margin-top: 20px;
  }
}

.appointment-information--item--icon {
  width: 24px;
  height: 24px;
  margin-right: 30px;
}

.appointment-information--item--icon img {
  width: 100%;
  height: auto;
}

.appointment-information--item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #e0dfd5;
  padding: 20px 0;
}

.appointment-information--item h3 {
  margin-bottom: 10px;
}

.appointment-information--item:first-child {
  border-top: none;
}

.appointment-information {
  box-shadow: 0px 0px 12px #00000026;
  padding: 20px 40px;
  width: 100%;
  box-sizing: border-box;
}

.review-image-slider--container {
  margin: auto;
  position: relative;
  margin-top: 36x;
  margin-bottom: 36px;
  width: 800px;
  max-width: calc(100% - 72px);
}

.review-image-slider--container .tns-outer {
  position: relative;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}

.image-slider-arrow {
  width: 64px;
  height: 64px;
  box-shadow: 0px 0px 21px #00000026;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

@media (max-width: 600px) {
  .image-slider-arrow {
    width: 36px;
    height: 36px;
  }
}

.image-slider-arrow svg {
  width: 72px;
  height: 72px;
}

@media (max-width: 600px) {
  .image-slider-arrow svg {
    width: 36px;
    height: 36px;
  }
}

.tns-nav {
  display: none;
}

.review-image-slider--item {
  text-align: center;
  position: relative;
}

.review-image-slider--item .review-image-slider--image-container {
  position: relative;
  width: 100%;
  padding-top: 75%;
  border-radius: 8px;
  overflow: hidden;
}

.review-image-slider--item .review-image-slider--image {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-slider-arrows {
  position: absolute;
  top: calc(50% - 32px);
  width: calc(100% + 64px);
  left: -36px;
  display: flex;
  justify-content: space-between;
  z-index: 10000;
}

@media (max-width: 600px) {
  .image-slider-arrows {
    top: calc(50% - 18px);
    width: calc(100% + 36px);
    left: -18px;
  }
}

.image-slider--customer-experience {
  margin-bottom: 24px;
}

.logos-container-lp {
  display: flex;
  align-items: center;
  gap: 25px;
}

.logo-separator {
  background: rgba(84, 84, 84, 0.52);
  height: 43px;
  width: 1px;
  display: block;
}

.wgn-container {
  width: 152px;
}


.hs-container{
  width: 216px;
}
.hshc-container {
  width: 100px;
}
.hs-container img,
.wgn-container img,
.hshc-container img {
  width: 100%;
  height: auto;
}
.hero-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 */
  overflow: hidden;
  border-radius: inherit;
}

.hero-video iframe,
.hero-video video{
  border-radius: 8px;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media {
  width: 100%;
}

.hero-lp {
  position: relative;
}

.overlay-bg-top {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.35;
  position: absolute;
  background-size: cover;
  background-position: bottom center;
}

.overlay-bg-top::before {
  position: absolute;
  opacity: 0.6;
background: linear-gradient(180deg, #FFF 18.27%, rgba(255, 255, 255, 0.00) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
}

.content-3col {
  width: calc(33% - 12px);
}

.fb-embed {
  width: 100%;
  aspect-ratio: 16/9;
}

.fb-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.three-columns-module .content-container {
  gap: 25px;
  display: flex;
  flex-direction: row;
}

.content-3col {
  margin-top: 40px;
}

.content-media-module.content-quote-module {
  padding-top: 0;
  padding-bottom: 0;
}

.content-quote-text {
  color: #273043;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.8px;
  letter-spacing: 0.4px;
}

.content-quote-module .content-media-container {
  align-items: center;
  gap: 0;
  flex-direction: column;
  align-items: start;
  padding: 35px 80px;
}
.content-media-container .content-media-row-quote{
  align-items: center;
  gap: 50px;
  display: flex;
}
.content-quote-module h2{
  margin-bottom: 16px;
}
.content-media-right-quote {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.wgn-logo-container{
  text-align: center;
  width: 100%;
}
.wgn-quote-image{
  text-align: center;
  width: 360px;
}
.wgn-quote-image img{
  max-width: 340px;
}
.wgn-logo-container img{
  max-height: 146px;
}

.wgn-quote-image img{
  height: auto;
}
@media (max-width: 1400px) {
  .wgn-container{
    width: 120px;
  }
  .hshc-container {
    width: 85px;
  }
  .hs-container {
	width: 160px;
}
}
@media (max-width: 1230px) {
  .logos-container-lp{
    gap: 20px;
  }
  .logo-container{
    width: 160px;
  }
  .wgn-container {
  	width: 100px;
  }
  .hshc-container {
  	width: 70px;
  }
  .hs-container {
  	width: 130px;
  }

}
@media (max-width: 1090px) {
  .logos-container-lp {
    gap: 10px;
  }
  .site-header-wgn .eyebrow-items .eyebrow-item{
    margin-right: 10px;
  }
}

@media (max-width: 1015px) {
  .site-header-wgn .logo-container {
    width: 170px;
  }

  .wgn-container {
    width: 120px;
  }

  .hshc-container {
    width: 85px;
  }

  .eyebrow-item a p {
    display: none;
  }

  .eyebrow-item--icon {
    margin-right: 0;
  }

  .hero-lp .hero-right {
    display: block;
    width: 100%;
  }

  .hero-module_image.hero-lp .hero-left {
    width: 100%;
  }

  .hero-container {
    flex-direction: column;
  }
  .content-quote-module .content-media-container{
    gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-media-container .content-media-row-quote{
    gap: 20px;
  }
}
@media (max-width: 980px) {
.wgn-quote-image img{
  max-width: 300px;
	height: auto;
}
.content-quote-text {
	font-size: 26px;
	line-height: 40px;
}
}
@media (max-width: 820px) {
  .hs-container,
  .hshc-container {
    display: none;
  }
  .logo-separator {
    display: none;
  }

}
@media (max-width: 740px) {

  .content-media-container .content-media-row-quote{
    flex-direction: column;
    width: 100%;
  }
  .content-media-row-quote.content-media-row-quote-left .content-media-left.content-media-left-quote{
    order: 1;
    width: 100%;
    margin: 30px auto 0;
  }
  .content-media-row-quote.content-media-row-quote-left .content-quote-text{
    order: 2;
  }
.wgn-quote-image{
  margin: 0 auto;
  max-width: 100%;
}
}
@media (max-width: 690px) {

  .site-header-wgn .eyebrow-item {
    margin-right: 15px;
  }

  .hshc-container {
    display: none;
  }

  .logo-separator {
    display: none;
  }
}

@media (max-width: 600px) {
  .wgn-logo-container img{
    max-width: 100%;
  }
  .content-3col {
    margin-top: 24px;
    width: 100%;
  }

  .three-columns-module .content-container {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {

  .site-header-wgn .header {
    padding-top: 0;
  }
}
@media (max-width: 460px) {
  .wgn-quote-image img{
    max-width: 100%;
  }
  .content-quote-module .content-media-container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header-wgn .header{
    height: 100px;
  }
  .site-header-wgn .logo-container {
	width: 90px;
  margin: 20px 0;
}
.wgn-container {
	width: 70px;
}
}


.main-menu {
  background-color: #373737;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 17px;
}

.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px !important;
  letter-spacing: 0.4px;
  color: #001427;
  padding: 50px 30px 50px 10px;
  margin: 0 6px;
  text-transform: uppercase;
}

.main-menu ul {
  font-size: 17px;
}

.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
  /*padding: 10px 12px !important; */
  line-height: 29px !important;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega {
  padding: 40px !important;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-content-block.ubermenu-custom-content {
  padding: 0 !important;
}

.ubermenu .ubermenu-submenu .ubermenu-target {
  padding: 10px 35px 10px 10px !important;
  color: #212427;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}

.ubermenu h2 {
  color: #810404;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: capitalize;
}

.ubermenu h3 {
  color: #810404;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
  text-transform: capitalize;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-item-level-2 .ubermenu-target {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-has-submenu-flyout {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M7.2168 5.43758C7.44368 5.19557 7.44368 4.80254 7.2168 4.56053L4.3127 1.4628C4.08582 1.22079 3.71736 1.22079 3.49047 1.4628C3.26359 1.70481 3.26359 2.09784 3.49047 2.33985L5.98437 5.00002L3.49229 7.6602C3.26541 7.90221 3.26541 8.29523 3.49229 8.53724C3.71917 8.77925 4.08763 8.77925 4.31451 8.53724L7.21862 5.43951L7.2168 5.43758Z' fill='%23212427'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-column-1-3 {
  padding-right: 15px;
}

.menuimg-holder {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 5px;
}

.menuimg-holder img {
  max-width: 100%;
}

.menuimg-holder::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 5px;
  height: 100%;
  background-color: #810404;
  z-index: 1;
}

.menuimg-holder::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 5px;
  background-color: #810404;
  z-index: 1;
}

.ubermenu .ubermenu-nav>.ubermenu-item.ubermenu-has-submenu-drop {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cg clip-path='url(%23clip0_599_20544)'%3E%3Cpath d='M5.61376 7L0 1.38624L1.38624 0L5.61376 4.2177L9.83146 0L11.2177 1.38624L5.61376 7Z' fill='%23A7A9AC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_599_20544'%3E%3Crect width='11.2177' height='7' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right 14px center;
  background-repeat: no-repeat;
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-has-submenu-drop>a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cg clip-path='url(%23clip0_383_6400)'%3E%3Cpath d='M7.21656 5.93758C7.44344 5.69557 7.44344 5.30254 7.21656 5.06053L4.31245 1.9628C4.08557 1.72079 3.71711 1.72079 3.49023 1.9628C3.26335 2.20481 3.26335 2.59784 3.49023 2.83985L5.98413 5.50002L3.49205 8.1602C3.26516 8.40221 3.26516 8.79523 3.49205 9.03724C3.71893 9.27925 4.08739 9.27925 4.31427 9.03724L7.21837 5.93951L7.21656 5.93758Z' fill='%23212427'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_383_6400'%3E%3Crect width='9.91273' height='9.29313' fill='white' transform='translate(0.706787 10.4565) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-drop {
  clip: auto !important;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
  border-top: 0 none !important;
  background: #FFF;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
  padding: 5px 15px 5px 5px;
  border-radius: 10px;
}

.ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.10);
  margin-left: -10px;
  min-width: 250px;
  clip: auto !important;
  padding: 5px;
}

.ubermenu .ubermenu-submenu .ubermenu-item-level-2 .ubermenu-target {
  padding: 10px !important;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-current-menu-ancestor>.ubermenu-target,
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-current-menu-item>.ubermenu-target {
  border-radius: 5px !important;
  background-color: #F2F4F8 !important;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target:hover, .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-active>.ubermenu-target {
  border-radius: 5px !important;
  background-color: #F2F4F8 !important;
}

.ubermenu .ubermenu-target-text i {
  font-size: 22px;
}

.ubermenu .ubermenu-submenu a.ubermenu-item-layout-image_above {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ubermenu .ubermenu-submenu .ubermenu-item-layout-image_above>.ubermenu-image {
  height: 22px;
  width: 30px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.footer-meta--left p {
  line-height: 26px;
}

.web-design-by {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-meta--left p a:hover svg path.logo-brand,
.footer-meta--left p a:hover svg path.logo-tastic {
  transition: fill 0.3s ease;
  /* Adjust the duration and easing as needed */
}

.footer-meta--left p a:hover svg path.logo-brand {
  fill: #007BC3;
}

.footer-meta--left p a:hover svg path.logo-tastic {
  fill: #ED0B70;
}

.footer-main-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-main-logo img {
  width: 296px;
  height: auto;
}

.footer-content--section_left p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.6px;
}

h5 {
  color: #273043;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 147.368% */
  letter-spacing: 0.57px;
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
}

h5::after {
  height: 5px;
  width: 100%;
  content: '';
  left: 0;
  right: 0;
  bottom: -5px;
  display: block;
  background: url('images/gold-bar.png');
}

.home-featured-row {
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative;
}

.home-featured-row>* {
  z-index: 1;
}

.home-featured-row::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(293deg, rgba(39, 48, 67, 0.00) 4.47%, rgba(39, 48, 67, 0.89) 56.73%, #273043 91.23%);
}

.home-featured-row h1,
.home-featured-row h2,
.home-featured-row h3,
.home-featured-row h4,
.home-featured-row h5,
.home-featured-row p {
  color: #FFF;
}

.home-featured-row h2 {
  line-height: normal;
  margin-bottom: 10px;
}

.home-featured-row p {
  margin-bottom: 30px;
}

.home-featured-row p:last-child {
  margin-bottom: 0;
}
.textwidget img{
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  .home-featured-row {
    padding-top: 85px;
    padding-bottom: 445px;
  }

  .home-featured-row::before {
  	background-image: url('images/featured-row-bg.png');
  	z-index: 999;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	top: 0;
  	content: '';
  	position: absolute;
  }

  .home-featured-row::after {
    background-image:
      linear-gradient(2deg,
      rgba(39, 48, 67, 0.00) 25.59%,
      rgba(39, 48, 67, 0.89) 47.5%,
      #273043 61.95%);
  }
}

.latest-posts-area {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0;
  margin-left: 75px;
  margin-right: 75px;
}

.latest-posts {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 20px;
  margin-bottom: 0;
}

a.latest-blog-post {
  margin-left: 20px;
  margin-right: 20px;
  background: #0A4B7D;
  float: left;
  text-align: left;
  text-decoration: none;
  border-radius: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0;
  text-decoration: none;
  border-radius: 15px;
  background: #273043;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.25);
}

.latest-blog-post img {
  width: 100%;
}

.features-panel-box {
  box-shadow: 1px -1px 29px 0px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 1px -1px 29px 0px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 1px -1px 29px 0px rgba(0, 0, 0, 0.56);
  border-radius: 25px;
  max-width: 1015px;
  margin: 40px auto;
  padding-bottom: 10px;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.blog-text {
  padding: 10px 15px 15px;
}

.blog-text p {
  color: #FFF !important;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 31px;
  height: 55px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next::before, .slick-prev::before {
  width: 31px;
  height: 55px;
  display: block;
  line-height: 1;
  opacity: .75;
  color: #4c6e7d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.slick-prev {
  left: 0
}

[dir=rtl] .slick-prev {
  right: -48px;
  left: auto
}

.slick-prev:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='55' viewBox='0 0 31 55' fill='none'%3E%3Cpath d='M26.4402 55L0 27.4916L26.4402 0L31 4.74109L9.11954 27.4916L31 50.2589L26.4402 55Z' fill='%23A52623'/%3E%3C/svg%3E");
}

[dir=rtl] .slick-prev:before {
  content: ' '
}

.slick-next {
  right: 0
}

[dir=rtl] .slick-next {
  right: auto;
  left: -48px
}

.slick-next:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='55' viewBox='0 0 31 55' fill='none'%3E%3Cpath d='M4.55978 -2.31148e-06L31 27.5084L4.55977 55L4.14479e-07 50.2589L21.8805 27.5084L4.39377e-06 4.74109L4.55978 -2.31148e-06Z' fill='%23A52623'/%3E%3C/svg%3E");
}

[dir=rtl] .slick-next:before {
  content: ' '
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button::before {
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  opacity: 1;
  color: #8C8C8C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1F5BA5
}

.blog-text p.btn-more {
  position: relative;
  background-color: #D80A0C;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0;
  line-height: 46px;
  border: 0 none;
  padding: 0 20px;
  z-index: 999;
  display: inline-block;
  vertical-align: middle;
}

.blog-text p.btn-more:hover {
  background: #D91828;
}

.blog-text h4 {
  overflow: hidden;
  color: #FFF !important;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin-bottom: 10px;
}

.btn-area {
  margin-top: 16px;
  text-align: center;
}

.custom-pagination {
  font-size: 16px;
  width: 100%;
  float: left;
}

.custom-pagination {
  text-align: center;
  margin-bottom: 30px;
}

.custom-pagination span, .custom-pagination a {
  display: inline-block;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  padding: 2px 10px;
}

.custom-pagination a {
  background-color: #fff;
  border: 1px solid #fff;
  color: rgba(0, 0, 0, 0.80);
  text-decoration: none;
  border-radius: 4px;
  margin-left: 2px;
  margin-right: 2px;
}

.custom-pagination a:hover {
  color: #FFF;
  background: #212121;
}

.custom-pagination a.prev,
.custom-pagination a.next {
  border-radius: 4px;
  border: 1px solid #212121;
  background: #FFF;
  color: #212121;
}

.custom-pagination a.prev:hover,
.custom-pagination a.next:hover {
  color: #FFF;
  background: #212121;
}

.custom-pagination span {
  border-radius: 4px;
}

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}

.custom-pagination span.dots {
  padding: 0;
  color: rgba(0, 0, 0, 0.80);
}

.custom-pagination span.current {
  color: #FFF;
  background: #212121;
}

.custom-pagination span.disabled {
  opacity: 0.5;
  background: #919EAB;
  color: #FFF;
  margin: 0 8px;
}

.blog-item-featured-image img {
  width: 100%;
}

.blog-item-btn {
  margin-top: auto;
}

a.blog-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 20px;
  border-radius: 20px;
  background: #0A4B7D;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
}

.blog-item {
  text-align: center;
}

.blog-item h2 {
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "ringold-sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin-bottom: 8px;
}

a.blog-item h2 {
  color: #FFF;
}

.blog-item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  line-height: 28px;
  max-height: calc(28px * 3);
  /* overflow: hidden; */
  color: #fff;
  text-align: center;
  font-feature-settings: 'salt'on;
  /* text-overflow: ellipsis; */
  /* font-size: 19px; */
  font-style: normal;
  font-weight: 400;
  /* line-height: 28px; */
  letter-spacing: 0.57px;
}

.blog-item-content {
  padding: 10px 15px;
}

.page-content-blog {
  margin-top: 30px;
}

.faq-home {
  background-image: url("data:image/svg+xml,%3Csvg width='2000' height='1281' viewBox='0 0 2000 1281' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='-1' width='2002' height='1281' fill='url(%23pattern0_599_21041)' fill-opacity='0.1'/%3E%3Cdefs%3E%3Cpattern id='pattern0_599_21041' patternUnits='userSpaceOnUse' patternTransform='matrix(142.45 0 0 85.47 -1 0)' preserveAspectRatio='none' viewBox='0 0 569.8 341.88' width='1' height='1'%3E%3Cuse xlink:href='%23pattern0_599_21041_inner' transform='translate(-569.8 0)'/%3E%3Cg id='pattern0_599_21041_inner'%3E%3Cg clip-path='url(%23clip0_599_21041)'%3E%3Cg clip-path='url(%23clip1_599_21041)'%3E%3Cpath d='M251.034 40.3558L253.313 69.7245L127.297 64.0157L0.987549 69.1493L4.41715 41.2132L1.28058 6.99316L126.722 13.8307L253.172 7.56838L251.034 40.3558Z' fill='%231660A8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cuse xlink:href='%23pattern0_599_21041_inner' transform='translate(-284.9 170.94)'/%3E%3Cuse xlink:href='%23pattern0_599_21041_inner' transform='translate(284.9 170.94)'/%3E%3C/pattern%3E%3CclipPath id='clip0_599_21041'%3E%3Crect width='256.667' height='77' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_599_21041'%3E%3Crect width='256.667' height='77' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.faq-home p,
.faq-home h1,
.faq-home h2,
.faq-home h3,
.faq-home h4,
.faq-home h5,
.faq-home h6 {
  color: #FFF;
}

.faq-home h2 {
  margin-bottom: 30px;
}

.why-lindemann {
  position: relative;
  background-color: #D7D7D7;
  background-image: url('images/bg-dot.png');
}

.why-lindemann>* {
  z-index: 9;
}

.why-lindemann::after {
  background-repeat: repeat;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, #F4F4F4 0%, rgba(244, 244, 244, 0.00) 100%);
}

.why-lindemann img {
  border-radius: 15px;
}

.why-lindemann h2 {
  margin-bottom: 16px;
}

.why-lindemann p {
  color: #001427;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.66px;
  margin-bottom: 16px;
}

.why-lindemann p:last-child {
  margin-bottom: 0;
}

.why-lindemann p a {
  font-weight: 600;
}
body{
  position: relative;
}
#menu-responsive {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

#menu-responsive>ul {
  margin: 0;
}

#menu-responsive li {
  border-top: 0 none;
  position: relative;
  margin-bottom: 0;
  border-bottom: 0.75px solid rgba(255, 255, 255, 0.20);
}

#menu-responsive li.open-branch {
  /*background: #c7c7c7;*/
}

#menu-responsive li:hover {
  color: #000;
}

#menu-responsive li.current-menu-ancestor,
#menu-responsive li.current-menu-item,
#menu-responsive li li.current-menu-ancestor,
#menu-responsive li li.current-menu-item {
  background: #106fb8;
}

#menu-responsive li:hover>a {
  color: #FFF;
}

#menu-responsive li:hover a li:hover>a {
  color: #FFF;
}

#menu-responsive li.current-menu-ancestor a,
#menu-responsive li.current-menu-item a,
#menu-responsive li li.current-menu-ancestor a,
#menu-responsive li li.current-menu-item a {
  color: #fff;
  text-shadow: none;
}

#menu-responsive li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  letter-spacing: 0;
  line-height: 36px;
  padding: 13px 20px;
  text-decoration: none;
  color: #FFF;
  display: block;
}

#menu-responsive .sub-menu li a {
  line-height: 36px;
  padding: 13px 20px;
  text-decoration: none;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.54px;
}

#menu-responsive li {
  list-style: none;
}

#menu-responsive .sub-menu {
  padding-left: 0;
  margin-left: 0;
}

#menu-responsive .sub-menu li {
  padding-left: 0;
  box-sizing: border-box;
}

#menu-responsive .sub-menu li.current-menu-ancestor,
#menu-responsive .sub-menu li.current-menu-item,
#menu-responsive .sub-menu li li.current-menu-ancestor,
#menu-responsive .sub-menu li li.current-menu-item {
  /*background: #3C3B3B;*/
}

.back-btn {
  border-bottom: 2px solid #D80A0C;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.57px;
  text-transform: uppercase;
}

#menu-responsive .sub-menu .sub-menu {
  margin-left: 0;
}

#menu-responsive .sub-menu .sub-menu li {
  padding-left: 0;
}

#menu-responsive li li a {
  font-size: 18px;
  line-height: 46px;
}

#menu-responsive li li .toggle-btn {
  top: 8px;
}

.responsive-menu {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.sliding-navbar .menu,
.sliding-navbar .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.3s ease;
}

/* Initial state: sub-menu hidden off-screen on the left */
.sliding-navbar .sub-menu {
  transform: translateX(-100vw);
  /* Start off-screen on the left */
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  /* Hidden initially */
}

/* Show sub-menu with sliding animation when .open class is added */
.sliding-navbar .sub-menu.open {
  transform: translateX(0);
  /* Slide in from left */
  opacity: 1;
  /* Show submenu */
}

.sliding-navbar .sub-menu {
  position: fixed;
  top: 0;
  left: 0;
  /* Position at the left side */
  width: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  background-color: #273043;
  background-image: url('images/mobile-bg.png');
  z-index: 999;
}

.menu-item.open>.sub-menu {
  left: 0;
}

.back-btn {
  display: block;
}

#menu-responsive .sub-menu li.back-btn {
  border-bottom: 2px solid #FFF;
}

.back-btn button {
  background: none;
  border: none;
  cursor: pointer;
  color: #FFF;
  padding-left: 15px;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  padding: 14px 15px;
}

.sliding-navbar {
  position: fixed;
  top: 0;
  left: -600px;
  width: 600px;
  transition: left 0.8s ease-in-out;
  z-index: 1100;
  height: 100%;
  background-color: #273043;
  background-image: url('images/mobile-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.sliding-navbar .btn-header {
  display: none;
}

.sliding-nav-inner {
  overflow: scroll;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sliding-navbar--open {
  left: 0px;
}

.mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: -100;
  transition: opacity 0.8s;
  bottom: 0;
  right: 0;
}

.show {
  z-index: 1000;
}

.mask.show {
  opacity: 0.8;
}

.navbar--items {
  list-style-type: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navbar--item {
  margin: 20px;
  letter-spacing: 1px;
  color: white;
  font-family: sans-serif;
  text-transform: uppercase;
}

.sliding-navbar .socials {
  display: flex;
  flex-wrap: wrap;
  /* allow wrapping to new line */
  justify-content: center;
  gap: 10px;
  /* spacing between icons */
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.sliding-navbar .socials li {
  flex: 0 0 auto;
  /* prevent shrinking, keep item size */
}

.sliding-nav-bottom .mobile-menu-logo {
  max-width: 90%;
}

.sliding-navbar .socials a {
  color: #FFF;
  margin-left: 12px;
  margin-right: 12px;
}

.sliding-nav-bottom {
  text-align: center;
  padding-bottom: 35px;
}

.side-phone-nr {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.slider-btn-holder{
  text-align: center;
}
.menu-separator {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #E5EEF7;
  height: 3px;
}
.side-phone-nr a {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  text-align: center;
  display: block;
  margin-bottom: 0;
  text-decoration: none;
}

.openmainnav {
  display: none;
  height: 44px;
  width: 70px;
  color: #273043;
  line-height: 44px;
  font-size: 34px;
  position: absolute;
  cursor: pointer;
  padding-top: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
  right: 0;
  top: 0;
}

.openmainnav.menu-opened {
  display: none;
}

.toggle-btn {
  position: absolute;
  right: 0;
  top: 8px;
  border: 0 none;
  background: transparent;
  color: #fff;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 46px;
  z-index: 9;
  transition: transform .3s ease-out;
}

.toggle-btn.menu-open {
  transform: rotate(180deg);
}

.closemenu {
  height: 60px;
  width: 60px;
  color: #FFF;
  line-height: 60px;
  font-size: 40px;
  float: right;
  cursor: pointer;
}

.mask:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAG1BMVEX///////////////////////////////////8HBRbfAAAACHRSTlMABgdERUas9XP5BaEAAABcSURBVHjafdLVAUMhFMBQ5Nr+C1fzmfYJdnBYu2LJE7VXTYdIT72DDpHOhZlgKpgKpoKpYCqYCoaYIWYuUJjcb4fhEiH2FeapgqlgKpgKpoKpYCrYv8t2fl3R8wSVuAWAADR4IAAAAABJRU5ErkJggg==);
  left: 620px;
  top: 55px;
  width: 26px;
  height: 26px;
  content: '';
  position: fixed;
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  .openmainnav {
    display: block;
  }

  .d-hide-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1470px) {

  .footer-content--section_left,
  .footer-content--section_center {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1360px) {
  .footer-company-links-row img {
    max-height: 60px;
    width: auto;
  }
}

@media only screen and (max-width: 1350px) {
  .ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
    margin: 0;
  }
}

@media only screen and (max-width: 1270px) {
  .footer-company-links-row img {
    max-height: 50px;
  }
  .logo-container {
    width: 240px;
  }
}

@media only screen and (max-width: 1240px) {
  .logo-container {
    width: 200px;
  }

  .footer-meta {
    flex-direction: column;
    gap: 24px;
    justify-content: center;
  }

  .footer-meta--right {
    order: 1;
  }

  .footer-meta--left {
    order: 2;
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-meta {
    padding-top: 24px;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1140px) {
  .ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
    font-size: 15px;
    padding: 50px 25px 50px 6px;
  }

  .ubermenu .ubermenu-nav>.ubermenu-item.ubermenu-has-submenu-drop {
    background-position: right 8px center;
  }
}

@media only screen and (max-width: 1070px) {
  .footer-content {
    flex-direction: column;
    gap: 30px;
  }

  .footer-content--section {
    width: 100%;
    margin: 0;
  }

  .footer-content--section_left {
    text-align: center;
  }
}

@media only screen and (max-width: 1010px) {
  .ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
    font-size: 14px;
    padding: 30px 25px 30px 6px;
  }

  .logo-container {
    width: 180px;
  }

  footer {
    padding-bottom: 70px;
  }

  body {
    padding-top: 167px;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    padding-top: 158px;
  }
}

@media (max-width: 960px) {
  body {
    padding-top: 145px;
  }

  .top-header-small .content-container {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: calc(100% - 60px);
  }

  .footer-content--section_left p {
    font-size: 16px;
  }

  footer h3 {
    font-size: 20px;
  }

  .footer-meta--left p {
    font-size: 15px;
  }

  .location-meta--items {
    font-size: 16px;
  }

  .top-header-small-items .button {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 18px;
  }

  .button svg {
    height: 12px;
  }
}

@media (max-width: 760px) {
  .top-header-small-items .button span{
    display: none;
  }
  .top-header-small-items {
    gap: 10px;
    justify-content: space-between;
  }
  .top-header-small-items .button{
    padding: 0;
    width: 44px;
    height: 44px;
    justify-content: center;

  }
}

@media (max-width: 420px) {
  .top-header-small .content-container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .top-header-small-items .button {
    padding: 6px 6px;
    gap: 5px;
  }
}

@media only screen and (max-width: 959px) {
  .reputation-block_hero {
    border-radius: 0;
    margin-bottom: 0;
  }
  .reputation-right{
    padding-bottom: 0;
  }
  html.sliding-navbar-initiated {
    margin: 0;
    height: 100%;
    overflow: hidden
  }

  .sliding-navbar .get_started {
    right: auto;
    width: 100%;
    border-radius: 0;
    position: relative;
    bottom: auto;
    top: auto;
    display: block;
    padding-top: 1px;
  }

  .sliding-navbar .heading_started {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 690px) {

  .sliding-navbar .sub-menu,
  .sliding-navbar {
    width: 520px;
  }

  .mask::after {
    left: 560px;
  }
}

@media only screen and (max-width: 620px) {

  .sliding-navbar .sub-menu,
  .sliding-navbar {
    width: 400px;
  }

  .mask::after {
    left: 440px;
  }
}

@media only screen and (max-width: 480px) {

  .sliding-navbar .sub-menu,
  .sliding-navbar {
    width: 320px;
  }

  .mask::after {
    left: 340px;
  }
}

@media only screen and (max-width: 380px) {

  .sliding-navbar .sub-menu,
  .sliding-navbar {
    width: 260px;
  }

  .mask::after {
    left: 280px;
  }
}
@media only screen and (max-width: 1240px) {
  .latest-blog-post {
    width: 230px;
  }

  .latest-posts-area {
    margin-left: 0;
    margin-right: 0;
  }

  .latest-posts {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .latest-posts-area {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  a.latest-blog-post {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
    max-width: 100%;
  }
  .latest-blog-post {
  width: 100%;
  margin: 0 auto;
  float: none;
  display: block;
  max-width: 100%;
}
.latest-posts-area {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

}
@media only screen and (max-width: 620px) {
  .latest-posts-area {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.latest-posts {
  padding-left: 0px;
  padding-right: 0px;
}
}
.embedsocial-hashtag{
  max-width: 200px;
}

#site-header .top-header-small .content-container{
  flex-direction: row;
  justify-content: space-between;
}
.header-contact-button a{
  border-radius: 24px;
  background: linear-gradient(180deg, #D9BB65 0%, #AE9156 100%);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.4px;
  gap: 10px;
  display: flex;
  padding: 11px 25px;

  transition: all 0.2s ease-in-out;
}
.header-contact-button a:hover{
  background: linear-gradient(180deg, #AE9156 0%, #D9BB65 100%);
}
.header-contact-button{
  display: flex;
}
@media (max-width: 460px) {
  .btn-contact-desk-only{
    display: none;
  }
  .header-contact-button a{
    padding-left: 17px;
    padding-right: 15px;
  }
}
