  /*
Theme Name: Lindholm New 2022
Author: STA Digital
Version: 1.0
*/
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: #0939B2;
}
.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: #0939B2;
}
.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 #083095;
  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: #0936a8;
}
.hc-offcanvas-nav .nav-custom-content {
  padding: 14px 17px;
  font-size: 16px;
  border-bottom: 1px solid #083095;
}
.hc-offcanvas-nav .nav-highlight {
  background: #08339f;
}
.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 #083095;
}
.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 #083095;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:not(:last-child) {
  border-bottom: 2px solid #083095;
}
.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 #083095;
}
.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 #083095;
}
.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 #083095;
}
.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: #0834a3;
  border-top: 1px solid #072e90;
  border-bottom: 1px solid #072e90;
}
.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: #08329d;
}
.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 #083095;
  border-bottom: 1px solid #083095;
}
.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: #08339f;
}
.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 #072d8b;
}
.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: #0834a3;
}
.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 #083095;
}
.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: 194px;
  height: 78px;
  justify-self: center;
}
@media (max-width: 1230px) {
  .logo-container {
    padding: 20px 0;
  }
}
.logo-container img {
  min-width: 100%;
  height: auto;
}

.logo-eyebrow--container {
  height: 124px;
  width: 100%;
  background-color: #00388210;
  display: flex;
}
@media (max-width: 1230px) {
  .logo-eyebrow--container {
    background-color: #ffffff;
    height: auto;
    box-shadow: 0px 0.96px 7px #00388226;
  }
}
@media (max-width: 600px) {
  .logo-eyebrow--container {
    padding-top: 80px;
  }
}
.logo-eyebrow--container .content-container {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .logo-eyebrow--container .content-container {
    flex-direction: column;
  }
}

.eyebrow-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.eyebrow-items .eyebrow-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow-items .eyebrow-item:first-child a {
  margin-right: 24px;
}
@media (max-width: 600px) {
  .eyebrow-items .eyebrow-item:first-child a {
    margin-right: 0;
  }
}
.eyebrow-items .eyebrow-item a {
  background-color: #0939B2;
  color: #ffffff;
  display: flex;
  border-radius: 40px;
  overflow: hidden;
}
.eyebrow-items .eyebrow-item a p {
  padding: 12px;
  padding-right: 24px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .eyebrow-items .eyebrow-item a p {
    padding: 10px;
    padding-right: 14px;
    font-size: 13px;
  }
}
.eyebrow-items .eyebrow-item svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1230px) {
  .eyebrow-items {
    order: -1;
    width: calc(100% + 40px);
    margin-left: -40px;
    background-color: #E5EBF2;
    padding: 20px;
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .eyebrow-items {
    width: calc(100%);
    margin-left: -20px;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    box-shadow: 0px 0.96px 7px #00388226;
  }
}

.toggle {
  display: none;
}
@media (max-width: 1230px) {
  .toggle {
    display: flex;
  }
}

.eyebrow-item--icon {
  background-color: #003882;
  padding: 12px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 600px) {
  .eyebrow-item--icon {
    padding: 10px;
    padding-left: 14px;
  }
}

.navigation {
  box-shadow: 0px 2px 14px #00388226;
  position: relative;
  z-index: 100;
}

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

@media (max-width: 1000px) {
  #main-nav {
    display: none;
  }
}
#main-nav > ul {
  display: flex;
  justify-content: space-between;
}
#main-nav > ul > li {
  position: relative;
  padding: 0 0px;
}
#main-nav > ul > li.menu-item-has-children a {
  padding-right: 30px;
}
#main-nav > ul > li a {
  display: flex;
  padding: 15px;
  color: #231F20;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  box-sizing: border-box;
}
#main-nav > ul > li.current_page_item a, #main-nav > ul > li:hover a {
  color: #0939B2;
}
#main-nav > ul > li:hover ul {
  display: flex;
}
#main-nav > ul > li .sub-menu-arrow {
  background-image: url(/wp-content/themes/lindholm/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: 57px;
  min-width: 200px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: #ffffff;
  left: 0;
  padding: 20px 0 10px 0;
  z-index: 10;
  box-shadow: 0px 0px 16px #00388233;
  box-shadow: inset 0px 16px 16px -16px #00388233, 0px 7px 16px #00388233;
}
#main-nav > ul .sub-menu li a {
  box-shadow: none !important;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  color: #231F20;
}
#main-nav > ul .sub-menu li a:hover {
  color: #001427;
  background-color: #0939B233;
}

.announcement-bar {
  background-color: #0939B2;
}
.announcement-bar .content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.announcement-bar--icon {
  margin-right: 8px;
  display: flex;
}
@media (max-width: 600px) {
  .announcement-bar--icon {
    display: none;
  }
}

.announcement-bar--content {
  padding: 16px 0;
  color: #ffffff;
}
.announcement-bar--content a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.5s;
}
.announcement-bar--content a:hover {
  opacity: 0.7;
  color: #ffffff;
}

footer {
  background-color: #002E60;
  padding: 100px 0;
  color: #ffffff;
  font-weight: 300;
  margin-top: 200px;
  content-visibility: visible !important;
}
@media (max-width: 600px) {
  footer {
    margin-top: 150px;
  }
}
footer h3 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 24px;
}

.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;
}
.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 .cls-1 {
  fill: #fff;
}
.footer-social svg .cls-2 {
  stroke: none;
}
.footer-social a {
  opacity: 0.5;
}
.footer-social a:hover {
  opacity: 1;
}

.footer-meta {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 2px solid;
  border-color: rgba(255, 255, 255, 0.2);
  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 {
    width: 100%;
    margin-top: 20px;
  }
}

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

.footer-content--section {
  width: calc(66.6% - 70px);
}
.footer-content--section:first-child {
  width: calc(33.3% - 70px);
  margin-right: 140px;
}
@media (max-width: 1000px) {
  .footer-content--section:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer-content--section:last-child {
  margin-right: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer-content--section:last-child {
    margin-bottom: 0px;
  }
}

.location-meta--icon {
  width: 32px;
  height: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.location-meta--item {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.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-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;
}

.footer-nav-button {
  margin-top: 20px;
  display: flex;
}

.button {
  display: inline-flex;
  align-self: baseline;
  padding: 14px 39px 13px 39px;
  border-radius: 24px;
  line-height: 1;
  color: #001427;
  text-transform: uppercase;
  margin-top: 20px;
  border: solid 2px transparent;
}
@media (max-width: 600px) {
  .button {
    padding: 14px 26px 13px 26px;
  }
}
.button span {
  margin-top: 1px;
}
.button:first-child {
  margin-top: 0;
}

.button_orange {
  color: #ffffff;
  border: solid 2px #EF7D05;
  background-color: #EF7D05;
  transition: all 0.5s;
}
.button_orange:hover {
  background-color: #FFAB66;
  color: #ffffff;
}

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

.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;
}

.arrow-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.arrow-button svg {
  width: 8px;
  height: 10px;
  margin-left: 8px;
}
.arrow-button svg polygon {
  fill: #0939B2;
  transition: all 0.5s;
}
.arrow-button p {
  color: #0939B2;
  font-weight: 600;
}

.toggle {
  right: 0;
  display: none;
  top: calc(100% - 70px);
}
@media (max-width: 1000px) {
  .toggle {
    display: block;
  }
}
.toggle.hc-nav-trigger {
  z-index: 100;
}

#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;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 800px) {
  .user-content h4 {
    font-size: 20px;
  }
}
.user-content p {
  margin-bottom: 20px;
}
.user-content p:last-child {
  margin-bottom: 0;
}
.user-content a {
  transition: all 0.5s;
  position: relative;
}
.user-content a:hover {
  text-decoration: underline;
}
.user-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.user-content ul li {
  margin-bottom: 5px;
}
.user-content ul li::marker {
  color: #EF7D05;
}
.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 .button:hover {
  text-decoration: none;
}
.user-content .gform_wrapper input {
  border: none;
  border: 1px solid #BCBEC0;
  background-color: transparent;
  color: #231F20;
  padding: 15px 10px !important;
  border-radius: 4px;
}
.user-content .gform_wrapper .textarea {
  border: none;
  border: 1px solid #BCBEC0;
  background-color: transparent;
  color: #231F20;
  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: #0939b2;
  text-transform: capitalize;
  margin-top: 30px;
  transition: all 0.5s;
  border: 2px solid #0939b2;
}
.user-content .gform_wrapper .gform_footer .gform_button:hover {
  color: #ffffff;
  background-color: #0939b2;
}
.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: #0939B2;
}
.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(/wp-content/themes/lindholm/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;
}

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

.wrapper {
  flex: 1 0 auto;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.content-container {
  width: 100%;
  max-width: 1384px;
  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;
  margin: auto;
}
.content-container.choked_less {
  max-width: 1208px;
  margin: auto;
}

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

body {
  color: #231F20;
  font-style: normal;
  font-size: 18px;
  color: #001427;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@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 {
  font-size: 54px;
  line-height: 1.22;
  font-weight: 700;
  margin-bottom: 15px;
}
h1 span {
  color: #ffffff;
}
@media (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 48px;
  line-height: 1.16;
  font-weight: 700;
}
h2 span {
  color: #ffffff;
}
@media (max-width: 800px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}
h3 span {
  color: #0939B2;
}
@media (max-width: 800px) {
  h3 {
    font-size: 22px;
  }
}

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

.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 {
  color: #FFAB66;
  display: inline-flex;
  margin-bottom: 8px;
  text-transform: uppercase;
  flex-basis: content;
}
@media (max-width: 800px) {
  .preheader p {
    font-size: 15px;
  }
}

b {
  font-weight: 600;
}

.module {
  padding: 64px 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_disable_bottom_padding {
  padding-bottom: 0;
}
@media (max-width: 800px) {
  .module.module_disable_bottom_padding {
    padding-bottom: 0;
  }
}

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

.module_black {
  background-color: #000000;
}

.module_gray {
  background-color: #f4f4f4;
}

.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(/wp-content/themes/lindholm/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 {
  padding: 50px;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(90deg, #002E60 0%, #0939B2 100%);
  z-index: -100;
}
@media (max-width: 1000px) {
  .hero-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .hero-container {
    padding: 24px;
  }
}

.hero-left {
  width: 50%;
  margin-right: 50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.hero-left h1 {
  color: #ffffff;
}
.hero-left .subheading {
  font-size: 24px;
  color: #ffffff;
}
.hero-left .subheading a {
  color: #EF7D05;
}
.hero-left .subheading a:hover {
  color: #FFAB66;
}
@media (max-width: 1000px) {
  .hero-left {
    width: 100%;
    margin-right: 0;
  }
}

.hero-right {
  width: calc(50% - 50px);
}
@media (max-width: 1000px) {
  .hero-right {
    width: 100%;
    margin-top: 50px;
    display: none;
  }
}
.hero-right img {
  max-width: 100%;
  height: auto;
  margin-bottom: -100px;
  border-radius: 24px;
}
@media (max-width: 600px) {
  .hero-right img {
    margin-bottom: -80px;
  }
}

.customer-experience_hero {
  padding-bottom: 0;
}
.customer-experience_hero .hero-left {
  width: 100%;
  margin-right: 0;
}

.hero-short-answer {
  background-color: #ffffff;
  box-shadow: 0px 0px 16px #00388233;
  margin: 50px;
  padding: 50px;
  border-radius: 16px;
  margin-top: -50px;
}

.hero-short-answer--heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.hero-short-answer--heading h2 {
  font-size: 28px;
}

.hero-short-answer--content {
  margin-top: 16px;
  font-size: 24px;
  color: #ffffff;
}

.hero-short-answer--icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
}
.hero-short-answer--icon img {
  margin-right: 16px;
  height: 32px;
  width: 32px;
}
.hero-short-answer--icon span {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.hero-stars {
  margin-bottom: 16px;
}

.reputation-container {
  background-color: #EF7D05;
  border-radius: 15px;
  overflow: hidden;
  max-width: 1208px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  background: transparent linear-gradient(90deg, #D35702 0%, #E36C03 51%, #EF7D05 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1000px) {
  .reputation-container {
    flex-wrap: wrap;
  }
}

.reputation-left {
  width: 240px;
  padding: 48px;
  background-size: cover;
  background-position: center;
  background-image: url("/wp-content/themes/lindholm/resources/img/reputation-shape-desktop.svg");
}
@media (max-width: 1000px) {
  .reputation-left {
    background-image: url("/wp-content/themes/lindholm/resources/img/reputation-shape-mobile.svg");
    width: 100%;
  }
  .reputation-left h2 {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .reputation-left {
    padding: 36px;
  }
}
.reputation-left h2 {
  color: #ffffff;
  font-size: 38px;
}

.reputation-right {
  padding: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 600px) {
  .reputation-right {
    padding: 10px;
  }
}

.reputation-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-grow: 1;
}
@media (max-width: 1000px) {
  .reputation-items {
    flex-wrap: wrap;
  }
}

.reputation-item {
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reputation-item p {
  color: #ffffff;
  margin-top: 8px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .reputation-item {
    margin: 12px 0;
  }
}

.reputation-icon {
  width: 92px;
  height: 92px;
}

.reputation-stars {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
}

.reputation-star {
  width: 21px;
  height: auto;
}

.wysiwyg-module {
  background-position: right;
  background-repeat: no-repeat;
}
.wysiwyg-module .module-heading {
  margin-bottom: 20px;
}

.checklist--icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.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;
}

.anchor-link--arrow svg {
  width: 12px;
  height: 24px;
}

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

.anchor-link {
  width: calc(50% - 24px);
  margin-top: 48px;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px #00388233;
  border-radius: 16px;
}
@media (max-width: 800px) {
  .anchor-link {
    width: 100%;
  }
}
.anchor-link a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
}

.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: 1384px) {
  .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(/wp-content/themes/lindholm/resources/img/dot-content.svg);
  background-size: 16px 16px;
  height: 100%;
  top: 0;
  left: 0;
  width: 48px;
}
@media (max-width: 1384px) {
  .content-media-dots {
    width: 32px;
  }
}

.content-media-left {
  width: calc(58% - 40px);
  margin-right: 80px;
}
@media (max-width: 1384px) {
  .content-media-left {
    width: calc(58% - 20px);
    margin-right: 40px;
  }
}
@media (max-width: 1000px) {
  .content-media-left {
    width: 100%;
    margin-right: 0;
  }
}
.content-media-left h2 {
  margin-bottom: 20px;
}

.content-media-right {
  width: calc(42% - 40px);
  position: relative;
  max-width: 416px;
}
@media (max-width: 1384px) {
  .content-media-right {
    width: calc(42% - 20px);
  }
}
@media (max-width: 1000px) {
  .content-media-right {
    width: 100%;
    margin-right: 0;
    margin: 30px auto 0 auto;
  }
}
.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;
}
.focal-position_left .focal-image .focal-shape {
  right: -20px;
}
@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;
}
.focal-position_right .focal-image .focal-shape {
  left: -20px;
}
@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-shape {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: -20px;
  z-index: -10;
}

.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: 24px;
}
@media (max-width: 1000px) {
  .focal-image {
    width: 100%;
    max-width: 512px;
  }
}

.focal-content {
  width: calc(63% - 100px);
  align-self: center;
}
.focal-content h2 {
  color: #ffffff;
  margin-bottom: 16px;
}
.focal-content p {
  color: #ffffff;
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  .focal-content {
    width: 100%;
    margin-top: 30px;
  }
}

.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--icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.related-content--icon span {
  color: #EF7D05;
}
.related-content--icon img {
  margin-right: 8px;
}
.related-content--item {
  margin-top: 32px;
}

.related-content--item a {
  padding: 40px;
  box-shadow: 0px 0px 16px #00388233;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .related-content--item a {
    padding: 24px;
    flex-wrap: wrap;
  }
}
.related-content--item a .related-content--content--heading {
  color: #231F20;
  font-weight: 700;
  margin-bottom: 8px;
}
.related-content--item a .related-content--content--body {
  color: #231F20;
  margin-bottom: 8px;
  font-weight: 400;
}

.related-content--image {
  width: 200px;
  height: 200px;
  margin-right: 32px;
  min-width: 200px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .related-content--image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.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 17px #00388233;
  margin-right: 30px;
  margin-top: 30px;
  border-radius: 16px;
}
.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: #231F20;
  margin-bottom: 8px;
}
.tile-module--tile a .arrow-button p {
  color: #0939B2;
  margin-bottom: 0;
}
.tile-module--tile a:hover .button_hollow_red {
  background-color: #A52623;
  color: #ffffff;
}
.tile-module--tile a:hover .arrow-button {
  color: #0939B2;
}
@media (max-width: 1584px) {
  .tile-module--tile {
    margin: 20px;
  }
}

.tile-module--tile--image {
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.tile-module--tile--image--img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tile-module--tile--heading {
  box-sizing: border-box;
  padding: 0 32px;
  margin: 32px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tile-module--tile--heading h3 {
  font-weight: 700;
  color: #231F20;
}

.tile-module--tile--content {
  padding: 16px 32px 32px 32px;
  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;
}
@media (max-width: 800px) {
  .expanded-tile-module--tiles {
    margin-top: 16px;
  }
}

.expanded-tile--icon {
  width: 26px;
  height: 27px;
  margin-right: 8px;
}

.expanded-tile-module--tile {
  max-width: 676px;
  width: calc(50% - 32px);
  margin-right: 64px;
  box-shadow: 0px 0px 16px #00388233;
  background-color: #ffffff;
  margin-top: 84px;
  border-radius: 24px;
}
.expanded-tile-module--tile:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .expanded-tile-module--tile {
    width: 100%;
    margin: 40px 0;
  }
}

.expanded-tile-module--tile--image {
  width: calc(100% - 80px);
  margin: auto;
  margin-top: -40px;
  border-radius: 24px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .expanded-tile-module--tile--image {
    width: calc(100% - 48px);
  }
}

.expanded-tile-module--tile--image--img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-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: 800px) {
  .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: #0939B2;
  font-weight: 600;
  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: #0939B2;
  transition: all 0.5s;
}
.expanded-tile-module--tile--link a:hover p {
  color: #0939B2;
}
.expanded-tile-module--tile--link a:hover svg polygon {
  fill: #0939B2;
}

.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: 1384px) {
  .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;
}
@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("/wp-content/themes/lindholm/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: #0939b2;
  border-radius: 24px;
}
@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-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: 800px) {
  .cta-content {
    padding: 40px;
    flex-wrap: wrap;
    padding-left: 50px;
  }
}
.cta-content h3 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 28px;
}
.cta-content h3 span {
  color: #EF7D05;
}

.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;
  }
}

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

.cta-icon {
  width: 20px;
  height: 23px;
  margin-right: 8px;
}

.cta-heading {
  display: flex;
  flex-direction: row;
}

.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: #0939B2;
  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: #0939B2;
  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: #0939B2;
  border-color: #0939B2;
  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;
  background: #0939B2 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px #00388233;
  border-radius: 16px;
  box-sizing: border-box;
  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: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-flex;
  padding: 4px 16px;
  transition: color 0.5s;
  border-radius: 32px;
  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: 6px;
  }
}
.facet-container .facetwp-radio.checked, .facet-container .facetwp-radio:hover {
  background: none;
  background-color: #ffffff;
  color: #0939B2;
}
.facet-container .facetwp-counter {
  display: none;
}
.facet-container h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-right: 16px;
}
@media (max-width: 800px) {
  .facet-container h3 {
    margin-bottom: 10px;
  }
}
.facet-container .facetwp-type-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.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%;
}
.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: #EF7D05;
  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 16px #00388233;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 40px 40px 40px 40px;
  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 20px;
  }
}

.quote-content {
  margin-top: 16px;
}

.quote-grid {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.quote-grid--item {
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .quote-grid--item {
    margin-bottom: 8px;
  }
}

.quote-grid--title {
  font-weight: 600;
  width: 200px;
}
@media (max-width: 600px) {
  .quote-grid--title {
    width: 50%;
  }
}

.quote-grid--text {
  max-width: calc(100% - 200px);
}
@media (max-width: 600px) {
  .quote-grid--text {
    max-width: 50%;
  }
}

.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-icon {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 600px) {
  .quote-quote-icon {
    top: 25px;
    right: 20px;
  }
}
.quote-quote-icon img {
  width: 48px;
  height: 38px;
}
@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;
}

.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;
  justify-content: space-between;
}

.quote-text {
  margin-top: 20px;
  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;
  }
}

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

.quotes-module .content-container .quotes-container .quote-slider-item {
  display: flex;
}
.quotes-module .content-container .quotes-container .quote-slider-item[aria-hidden=true] {
  visibility: hidden;
}
@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: 1000px) {
  .service-area-module .content-container {
    flex-wrap: wrap;
  }
}

.service-area-container {
  padding: 54px;
  box-shadow: 0px 0px 16px #00388233;
  border-radius: 16px;
  width: 100%;
  max-width: 1384px;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 1384px) {
  .service-area-container {
    border-radius: 0;
  }
}

.service-area--content--left {
  width: calc(70% - 32px);
  margin-right: 64px;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .service-area--content--left {
    width: 100%;
    margin-right: 0;
  }
}
.service-area--content--left img {
  width: 100%;
  height: auto;
}
.service-area--content--left iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .service-area--content--left iframe {
    height: 400px;
  }
}

.area-columns .content-right .user-content {
  display: flex;
  width: 100%;
  height: 100%;
}
.area-columns .content-right .user-content iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .area-columns .content-right .user-content iframe {
    height: 400px;
  }
}

.service-area--content--right {
  width: calc(30% - 32px);
}
@media (max-width: 1000px) {
  .service-area--content--right {
    width: 100%;
    margin-top: 64px;
  }
}
.service-area--content--right .reputation-container {
  flex-wrap: wrap;
}
.service-area--content--right .reputation-items {
  flex-wrap: wrap;
}
.service-area--content--right .reputation-item {
  margin-bottom: 12px;
}
.service-area--content--right .reputation-left {
  width: 100%;
}
.service-area--content--right .reputation-left h2 {
  text-align: center;
  font-size: 24px;
}
.service-area--content--right .reputation-container {
  background: transparent linear-gradient(90deg, #D35702 0%, #E36C03 51%, #EF7D05 100%) 0% 0% no-repeat padding-box;
}

.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-list-module--counties {
  margin-top: 32px;
}
.service-list-module--counties a h3 {
  color: #231F20;
  font-weight: 700;
}

.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: #0939B2;
  font-weight: 400;
}

.service-list-module--cities {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.service-list-module--cities a {
  color: #0939B2;
  display: flex;
  min-width: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.service-list-module--cities a p {
  margin-right: 5px;
}
.service-list-module--cities a svg {
  width: 8px;
  margin-top: 5px;
}
.service-list-module--cities a svg polygon {
  fill: #A7A9AC;
}

.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;
}

.location-icon {
  width: 17px;
  height: auto;
  margin-right: 8px;
}

.featured-media--content {
  padding: 64px;
  box-shadow: 0px 0px 16px #00388233;
  border-radius: 16px;
  margin: -64px 32px 0 32px;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 800px) {
  .featured-media--content {
    padding: 32px;
  }
}
.featured-media--content .user-content p {
  font-size: 24px;
}
@media (max-width: 600px) {
  .featured-media--content .user-content p {
    font-size: 18px;
  }
}

.featured-media--image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .featured-media--image {
    border-radius: 0;
  }
}
.featured-media--image img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .featured-media-module .content-container {
    width: 100%;
    margin: 0;
  }
}

.certifications-module {
  padding: 16px 0;
}

.certifications-container {
  padding: 54px;
  box-shadow: 0px 0px 16px #00388233;
  border-radius: 16px;
}
.certifications-container h3 {
  font-weight: 700;
}
@media (max-width: 1000px) {
  .certifications-container {
    padding: 32px;
  }
}

.certifications-bottom {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 2px solid #A7A9AC30;
}

.certifications {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px -68px;
}
@media (max-width: 1000px) {
  .certifications {
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .certifications {
    margin: 8px;
  }
}

.certification {
  width: 96px;
  min-height: 96px;
  margin: 8px 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .certification {
    max-width: calc(50% - 16px);
    margin: 8px;
  }
}
.certification img {
  max-width: 100%;
  height: auto;
}

.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;
    margin-bottom: 40px;
  }
}
.grid-and-image--image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

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

.grid-contact-area {
  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;
}

.image-slider-arrow {
  width: 72px;
  height: 72px;
  border-radius: 72px;
  box-shadow: 0px 0px 16px #00388233;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .image-slider-arrow {
    width: 36px;
    height: 36px;
    border-radius: 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;
}

.image-slider--item {
  text-align: center;
}
.image-slider--item .image-slider--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 75%;
}

.image-slider-arrows {
  position: absolute;
  top: calc(50% - 36px);
  width: calc(100% + 72px);
  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 {
  margin: auto;
  position: relative;
  margin-top: 40px;
  width: 800px;
  max-width: calc(100% - 72px);
}
@media (max-width: 600px) {
  .image-slider {
    max-width: calc(100% - 36px);
  }
}

.image-slider--customer-experience {
  margin-bottom: 24px;
}

.featured-projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: -32px;
}

.featured-project {
  width: 423px;
  max-width: 100%;
  margin-right: 55px;
  margin-top: 55px;
  box-shadow: 0px 0px 17px #00388233;
  border-radius: 16px;
}
@media (max-width: 1584px) {
  .featured-project {
    margin: 32px;
  }
}
.featured-project:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1584px) {
  .featured-project:nth-child(3n) {
    margin-right: 32px;
  }
}
.featured-project a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.featured-project--image {
  width: 100%;
  height: 240px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.featured-project--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.featured-project--content {
  color: #231F20;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.featured-project--content h3 {
  font-weight: 700;
}

.project-link {
  color: #0939B2;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.project-link svg {
  width: 7px;
  height: 14px;
  margin-left: 8px;
}

.featured-project--location {
  position: absolute;
  background-color: #ffffff;
  color: #0939B2;
  bottom: 32px;
  right: 32px;
  z-index: 10;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #0939B2;
  text-transform: uppercase;
}

.featured-project--content--bottom {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #A7A9AC30;
}

.featured-project-content--bottom--meta--seperator:last-child {
  display: none;
}

.featured-project--content--bottom--meta {
  color: #6D6E71;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-project-content--meta--container {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.featured-project-content--meta--container img {
  margin-right: 16px;
}

.customer-experience {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1000px) {
  .customer-experience {
    flex-wrap: wrap;
  }
}
.customer-experience h2 {
  margin-bottom: 24px;
}

.customer-experience--left {
  width: calc(50% - 24px);
  margin-right: 48px;
}
@media (max-width: 1000px) {
  .customer-experience--left {
    width: 100%;
    margin-right: 0;
  }
}

.customer-experience--right {
  width: calc(50% - 24px);
}
@media (max-width: 1000px) {
  .customer-experience--right {
    width: 100%;
    margin-top: 48px;
  }
}

.customer-experience--right--item {
  box-shadow: 0px 0px 13px #00388233;
  padding: 32px;
  margin-top: 24px;
  border-radius: 16px;
}

.customer-experience--meta--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.customer-experience--meta--item {
  width: calc(50% - 16px);
  margin-top: 16px;
}
.customer-experience--meta--item.customer-experience--meta--item_foreman, .customer-experience--meta--item.customer-experience--meta--item_date, .customer-experience--meta--item.customer-experience--meta--item_location {
  width: 100%;
}
@media (max-width: 600px) {
  .customer-experience--meta--item {
    width: 100%;
  }
}
.customer-experience--meta--item a, .customer-experience--meta--item div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.customer-experience--meta--item a img, .customer-experience--meta--item div img {
  margin-right: 8px;
}

.customer-experience--slider--item {
  margin-top: 24px;
  text-align: center;
}
.customer-experience--slider--item img {
  width: 574px;
  height: auto;
  border-radius: 16px;
}

.review-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.customer-experience-quote-icon {
  margin-right: 16px;
  margin-bottom: 16px;
  margin-top: 4px;
}

/*# sourceMappingURL=style.css.map */
