body {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  font-family: "proxima-nova";
  color: #5B5C61;
  background-color: transparent;
  padding-top: 115px;
  margin: 0 !important;
  overflow-x: hidden;
}
@media only screen and (min-width: 1199px) {
  body a[href^="tel:"] {
	color: #5B5C61;
	pointer-events: none;
	text-decoration: none;
  }
}
body a {
  color: #032887;
  text-decoration: none;
}
body a:hover {
  color: #D7BF83;
}
body .richtext a {
  text-decoration: underline;
}
body .fauxlink {
  cursor: pointer;
}
body a:focus,
body input:focus {
  outline: none;
}
body h1,
body .h1 {
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 15px 0 20px;
}
body h2,
body .h2 {
  font-family: "rift";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
body h3,
body .h3 {
  font-family: "rift";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 4.5px;
}
body h4,
body .h4 {
  font-family: "rift";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
body h5,
body .h5 {
  font-family: "rift";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px;
}
body .heading.subtitle {
  color: #5B5C61;
  font-family: "rift";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
body .heading.subtitle + .heading {
  margin-top: 10px;
}
body .heading.subtitle.large {
  color: rgba(140,150,176,0.7);
  display: block;
  font-family: "rift";
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  text-transform: capitalize;
}
body .heading.subtitle.large + .heading {
  margin-top: -25px;
  margin-bottom: 20px;
}
body .heading.subtitle.large.gold {
  color: rgba(215,191,131,0.7);
}
body .heading.subtitle.large.white {
  color: rgba(255,255,255,0.7);
}
body .heading {
  color: #032887;
}
body .heading.textblack {
  color: #5B5C61;
}
body .heading.gold,
body .heading .gold {
  color: #D7BF83;
}
body .heading.white {
  color: #ffffff;
}
body h1.heading {
  color: #D7BF83;
}
body #home-banner h1 {
  color: #032887;
}
body.tpl-11 #main-content {
  background-image: url(/assets/images/template/lgihtrays-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.tpl-12 #main-content {
  background-image: url(/assets/images/template/image_bg_right_plans.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
}
body.tpl-12 #main-content >.block-1 .richtext {
  width: 66%;
}
body.tpl-12 #main-content >.block-2 .column:last-child .hr {
  margin: 15px auto;
}
@media only screen and (max-width: 767px) {
  body.tpl-12 #main-content {
	background-image: none;
  }
  body.tpl-12 #main-content >.block-1 .richtext {
	width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  body h1,
  body .h1 {
	font-size: 44px;
	line-height: 50px;
  }
  body h2,
  body .h2 {
	font-size: 32px;
	line-height: 38px;
  }
  body h3,
  body .h3 {
	font-size: 29px;
	line-height: 32px;
	letter-spacing: 2.5px;
  }
  body h4,
  body .h4 {
	font-size: 26px;
	line-height: 28px;
  }
  body h5,
  body .h5 {
	font-size: 16px;
	line-height: 24px;
  }
  body .heading.subtitle {
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1.12px;
  }
  body .heading.subtitle.large {
	font-size: 76px;
	line-height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  body h1,
  body .h1 {
	font-size: 34px;
	line-height: 40px;
  }
  body h2,
  body .h2 {
	font-size: 24px;
	line-height: 32px;
  }
  body h3,
  body .h3 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 2.5px;
  }
  body h4,
  body .h4 {
	font-size: 19px;
	line-height: 28px;
  }
  body h5,
  body .h5 {
	font-size: 16px;
	line-height: 24px;
  }
  body .heading.subtitle {
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1.12px;
  }
  body .heading.subtitle.large {
	font-size: 68px;
	line-height: 60px;
  }
}
#header {
  height: 115px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
}
#header #header-top {
  background: #032887;
  position: relative;
  z-index: 0;
}
#header #header-top .constrain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 60px;
}
#header #header-top a.logo {
  width: 270px;
  position: absolute;
  left: 0;
}
#header #header-top .search-container {
  padding: 0 60px;
}
#header #header-top .search-container .search-form input {
  color: #ffffff;
}
#header #header-top .search-container .search-form ::placeholder {
  color: #ffffff;
  opacity: 1;
}
#header #header-top .search-container .search-form :-ms-input-placeholder {
  color: #ffffff;
}
#header #header-top .search-container .search-form ::-ms-input-placeholder {
  color: #ffffff;
}
#header #header-top a.tel {
  position: relative;
  z-index: 0;
  color: #fff;
  font-family: "rift";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
#header #header-top a.tel i {
  color: #D7BF83;
  margin-right: 5px;
}
#header #header-top a.tel:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 220px;
  background: #3856A0;
  transform: skew(-30deg);
  transform-origin: top;
  z-index: -1;
}
#header #header-top a.rfq-btn {
  color: #032887;
  position: relative;
  z-index: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 40px;
  background: transparent;
  border-radius: 0;
}
#header #header-top a.rfq-btn:after {
  top: 13px;
}
#header #header-top a.rfq-btn:hover {
  box-shadow: none;
}
#header #header-top a.rfq-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 220px;
  background: #D7BF83;
  transform: skew(-30deg);
  transform-origin: top;
  z-index: -1;
}
#header #header-top:after {
  content: "";
  width: calc(50vw - 540px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #D7BF83;
  z-index: -1;
}
#header #header-bottom {
  background: #ffffff;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #header {
	background: #032887;
  }
  #header nav,
  #header .search-container {
	display: none;
  }
  #header #header-top a.logo {
	left: 15px;
	bottom: -25px;
  }
  #header #header-top:after {
	width: 15%;
  }
  #header #primary-toggle {
	width: 50px;
	height: 70px;
	background: url(/assets/images/template/mobile-menu-icon.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 10px;
	cursor: pointer;
  }
  #header #primary-toggle.active {
	background-image: url(/assets/images/template/mobile-menu-close.svg);
	background-size: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #header {
	background: #032887;
  }
  #header #header-top {
	background: #ffffff;
  }
  #header #header-top .constrain {
	height: 45px;
  }
  #header #header-top a.logo {
	bottom: 0;
  }
  #header #header-top a.rfq-btn {
	display: none;
  }
  #header #header-top:after {
	width: 0;
	height: 0;
  }
  #header #header-top a.tel {
	color: #032887;
	width: 100%;
	justify-content: center;
	padding: 0;
  }
  #header #header-top a.tel:before {
	width: 0;
	height: 0;
  }
  #header #header-top .logo {
	top: 55px;
  }
}
.block.white-bg,
.block .white-bg {
  background: #ffffff;
}
.block.blue-bg,
.block .blue-bg {
  background: #032887;
}
.block.blue-bg p,
.block.blue-bg ul li,
.block.blue-bg ol li,
.block.blue-bg a:not(.button),
.block.blue-bg span.subtitle,
.block.blue-bg .heading:not(h1),
.block .blue-bg p,
.block .blue-bg ul li,
.block .blue-bg ol li,
.block .blue-bg a:not(.button),
.block .blue-bg span.subtitle,
.block .blue-bg .heading:not(h1) {
  color: #ffffff;
}
.block.blue-bg span.subtitle.large,
.block .blue-bg span.subtitle.large {
  color: #7E90BF;
}
.block .gray-bg {
  background: #f2f2f2;
}
.block.home-banner-bg {
  z-index: 5;
}
.block.home-banner-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/template/hero_bottom_arrow_transparent.webp);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: -1;
}
.block.home-banner-bg + .block {
  padding-top: 200px !important;
  margin-top: -200px;
  z-index: 4;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .block.home-banner-bg:before {
	background-size: cover;
  }
  .block.home-banner-bg + .block {
	padding-top: 100px !important;
	margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .block.home-banner-bg:before {
	background-size: cover;
  }
  .block.home-banner-bg + .block {
	padding-top: 60px !important;
	margin-top: -60px;
  }
}
.block.blue-angle-bottom-bg {
  background-image: url(/assets/images/template/bg_image_angle_ips.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-right: 0;
  z-index: 4;
}
.block.blue-angle-bottom-bg p,
.block.blue-angle-bottom-bg ul li,
.block.blue-angle-bottom-bg ol li,
.block.blue-angle-bottom-bg a:not(.button),
.block.blue-angle-bottom-bg span.subtitle,
.block.blue-angle-bottom-bg .heading:not(h1) {
  color: #ffffff;
}
.block.blue-angle-bottom-bg a:not(.button):hover {
  color: #D7BF83;
  text-decoration: none;
}
.block.blue-angle-bottom-bg span.subtitle.large {
  color: #7E90BF;
}
.block.blue-angle-bottom-bg .column:first-child {
  padding-bottom: 120px;
}
.block.blue-angle-bottom-bg .column:last-child .image-single {
  margin-top: -80px;
}
.block.blue-angle-bottom-bg + .block {
  padding-top: 250px;
  margin-top: -230px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .block.blue-angle-bottom-bg .column:last-child .image-single {
	margin-top: 0;
  }
  .block.blue-angle-bottom-bg + .block {
	padding-top: 120px;
	margin-top: -180px;
  }
}
.block.blue-angle-bottom-bg.short .column:first-child {
  padding-bottom: 90px;
}
.block.lightgray-bg {
  border-top: 1px solid rgba(211,212,216,0.6);
  border-bottom: 1px solid rgba(211,212,216,0.6);
}
.block.lightrays-bg {
  z-index: 3;
  padding-bottom: 130px;
}
.block.lightrays-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/template/light-rays-bg-with-bottom_tall.webp);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: -1;
}
.block.lightrays-bg + .block {
  padding-top: 240px !important;
  margin-top: -200px;
  z-index: 2;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .block.lightrays-bg {
	padding-bottom: 100px;
  }
  .block.lightrays-bg:before {
	background-size: cover;
  }
  .block.lightrays-bg + .block {
	padding-top: 90px !important;
	margin-top: -60px;
  }
}
.block.catalog-bg {
  z-index: 2;
}
.block.catalog-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/template/bg_image_standard_profile_catalog.webp);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .block.catalog-bg:before {
	background-size: cover;
	background-image: url(/assets/images/template/bg_image_standard_profile_catalog_mobile.webp);
  }
}
.block.about-is-bg {
  z-index: 2;
  padding-top: 115px !important;
  padding-right: 0;
  margin-top: -150px;
}
.block.about-is-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/template/about_top_arrow.webp);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: -1;
}
.block.about-is-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 450px;
  background: linear-gradient(to bottom right,transparent 0%,transparent 50%,#D7BF83 50%,#D7BF83 100%);
  bottom: 0;
  right: 0;
  z-index: -1;
}
.block.about-is-bg .column.w50 .image-single {
  margin-top: -100px;
}
.block.about-is-bg .column.w50 .image-single .img-caption-out-large {
  color: rgba(255,255,255,0.4);
}
.block.about-is-bg .column.w50 .image-single .img-caption-out-large span.tiny {
  font-size: 44px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .block.about-is-bg {
	padding-top: 40px !important;
	padding-bottom: 100px;
  }
  .block.about-is-bg:before {
	display: none;
  }
  .block.about-is-bg:after {
	display: none;
  }
  .block.about-is-bg .image-single {
	display: none;
  }
}
.button {
  font-family: "rift";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: auto;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding: 6px 55px 5px 16px;
  color: #ffffff;
  background: #032887;
  border: none;
  box-shadow: none;
  border-radius: 100px;
  position: relative;
}
.button:after {
  content: "\f061";
  font-family: 'Font Awesome 6 Pro';
  font-size: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #3856A0;
  line-height: 34px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.button:hover {
  color: #ffffff;
  background: #3856A0;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
}
.button:hover:after {
  background: #D7BF83;
}
.button.gold-btn {
  color: #032887;
  background: #D7BF83;
}
.button.gold-btn:after {
  color: #ffffff;
  background: #032887;
}
.button.gold-btn:hover {
  color: #ffffff;
  background: #3856A0;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
}
.button.gold-btn:hover:after {
  background: #D7BF83;
}
.button.gold-white-btn {
  color: #5B5C61;
  background: #D7BF83;
}
.button.gold-white-btn:after {
  color: #5B5C61;
  background: #ffffff;
}
.button.gold-white-btn:hover {
  color: #ffffff;
  background: #3856A0;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
}
.button.gold-white-btn:hover:after {
  background: #D7BF83;
}
.button.white-btn {
  color: #032887;
  background: #ffffff;
}
.button.white-btn:after {
  color: #ffffff;
  background: #032887;
}
.button.white-btn:hover {
  color: #ffffff;
  background: #3856A0;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
}
.button.white-btn:hover:after {
  background: #D7BF83;
}
.button.gray-btn {
  color: #ffffff;
  background: #5B5C61;
}
.button.gray-btn:after {
  color: #5B5C61;
  background: #ffffff;
}
.button.gray-btn:hover {
  color: #ffffff;
  background: #3856A0;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
}
.button.gray-btn:hover:after {
  background: #D7BF83;
}
.button + .button {
  margin-left: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .button + .button {
	margin-left: 0;
	margin-top: 20px;
  }
}
.button.align-right {
  float: right;
}
.button.align-center {
  display: table;
}
.forms #file-uploader-image {
  height: 40px;
}
.forms .file-uploader-buttons {
  top: 0;
}
.bucket-tpl {
  margin: 0 -8px;
}
.bucket-tpl .bucket {
  padding: 0 8px;
  margin: 8px 0;
}
.bucket-tpl .bucket-inner {
  width: 228px;
  height: 270px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bucket-tpl .bucket-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/images/template/hexagon-bucket-bg.webp) no-repeat center;
  background-size: contain;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.bucket-tpl .bucket-inner .image {
  width: 98%;
  height: 98%;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  position: absolute;
  z-index: -2;
}
.bucket-tpl .bucket-inner .image .image-inner {
  overflow: hidden;
  width: 98%;
  height: 98%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.bucket-tpl .bucket-inner .image .image-inner2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.bucket-tpl .bucket-inner .content {
  justify-content: center;
  align-items: center;
}
.bucket-tpl .bucket-inner .content h3 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: capitalize;
  padding: 0 20px;
}
.bucket-tpl .bucket-inner .content .icon {
  width: 37px;
  height: 37px;
  background: #fff;
  color: #032887;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
}
@media only screen and (min-width: 1199px) {
  .bucket-tpl .bucket:hover .bucket-inner .content .icon {
	visibility: visible;
	opacity: 1;
	position: relative;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .bucket-tpl {
	margin-left: 0;
	margin-right: 0;
  }
  .bucket-tpl .bucket {
	width: 33.33%;
  }
  .bucket-tpl .bucket .bucket-inner {
	width: 180px;
	height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .bucket-tpl {
	margin-left: 0;
	margin-right: 0;
  }
  .bucket-tpl .bucket {
	width: 100%;
  }
  .bucket-tpl .bucket .bucket-inner {
	width: 200px;
	height: 240px;
  }
}
.bucket-button-tpl .content {
  height: 100%;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.bucket-button-tpl .content a {
  text-decoration: none;
  color: #5b5c61;
  font-family: "rift";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: left;
  padding: 16px 20px;
  border-left: 4px solid #032887;
  position: relative;
}
.bucket-button-tpl .content a i {
  color: #032887;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 22px;
}
@media only screen and (min-width: 1199px) {
  .bucket-button-tpl .bucket:hover .content {
	background: #032887;
  }
  .bucket-button-tpl .bucket:hover .content a,
  .bucket-button-tpl .bucket:hover .content a i {
	color: #ffffff;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .bucket-button-tpl .bucket {
	width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .bucket-button-tpl .bucket {
	width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .gallery.carousel .slick-arrow {
	z-index: 3;
  }
  .gallery.carousel .slick-prev {
	left: 0;
  }
  .gallery.carousel .slick-next {
	right: 0;
  }
  .nested {
	padding: 0;
  }
}
.bucket-industries-tpl .gallery.carousel .bucket {
  padding: 0;
  box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.12);
}
.bucket-industries-tpl .bucket-inner {
  height: 200px;
  position: relative;
  z-index: 0;
}
.bucket-industries-tpl .bucket-inner .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bucket-industries-tpl .bucket-inner .image img {
  width: auto;
  height: auto;
  min-width: auto;
  min-height: 100%;
  max-width: none;
  max-height: 270px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bucket-industries-tpl .bucket-inner .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bucket-industries-tpl .bucket-inner .content h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border-radius: 40px;
  background: #032887;
  padding: 15px 30px;
  margin: 0;
}
.bucket-industries-tpl .bucket-inner .content a {
  font-family: "rift";
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border-radius: 40px;
  color: #5B5C61;
  background: #D7BF83;
  padding: 15px 30px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  text-decoration: none;
}
.bucket-industries-tpl .bucket-inner .content a i {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .bucket-industries-tpl .bucket {
	width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .bucket-industries-tpl .bucket:hover .content:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(56,86,160,0.66) -21.81%,rgba(3,40,135,0.88) 99.87%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
  }
  .bucket-industries-tpl .bucket:hover h3 {
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 2.88px;
	background: transparent;
	padding: 0;
  }
  .bucket-industries-tpl .bucket:hover a {
	position: relative;
	visibility: visible;
	opacity: 1;
  }
}
#why-work-with-us {
  position: relative;
  z-index: 0;
}
#why-work-with-us:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/template/image_bg_speckle_only.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#why-work-with-us .advantage-block:before {
  content: "";
  width: 100%;
  height: 300px;
  background-image: url(/assets/images/template/blue_angle_down_only.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  bottom: -300px;
  left: 0;
  z-index: -1;
}
#why-work-with-us .advantage-block .title-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#why-work-with-us .advantage-block .title-top .titles {
  width: 60%;
}
#why-work-with-us .advantage-block .title-top .caption {
  width: 40%;
  padding-left: 40px;
}
#why-work-with-us .advantage-block .advantage-bottom h4 {
  position: relative;
  z-index: 0;
}
#why-work-with-us .advantage-block .advantage-bottom h4 >span {
  display: inline-block;
  background: #032887;
  padding-right: 20px;
}
#why-work-with-us .advantage-block .advantage-bottom h4:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D7BF83;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: -1;
}
#why-work-with-us .advantage-block .advantage-bottom .advantage-list {
  margin-top: 30px;
  display: flex;
  column-gap: 40px;
}
#why-work-with-us .advantage-block .advantage-bottom .advantage-list .item {
  position: relative;
  padding-left: 45px;
}
#why-work-with-us .advantage-block .advantage-bottom .advantage-list .item i {
  font-size: 30px;
  color: #D7BF83;
  position: absolute;
  left: 0;
  top: 0;
}
#why-work-with-us .advantage-block .advantage-bottom .advantage-list .item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
#why-work-with-us .testimonial-block {
  padding-left: 0;
  margin-top: -40px;
}
#why-work-with-us .testimonial-block .testimonial-haxegon {
  margin: 110px auto 0;
}
#why-work-with-us .industries-block {
  position: relative;
}
#why-work-with-us .industries-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/content/bg_image_industries_served_bullets.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#why-work-with-us .industries-block .richtext ul {
  width: 64%;
}
#why-work-with-us .industries-block a.button {
  float: right;
  margin-top: -40px;
}
#why-work-with-us .industries-block .richtext + a.button {
  position: absolute;
  right: calc(50vw - 600px);
  top: 70px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #why-work-with-us .advantage-block .advantage-bottom .advantage-list {
	flex-wrap: wrap;
  }
  #why-work-with-us .advantage-block .advantage-bottom .advantage-list .item {
	width: 46%;
  }
  #why-work-with-us .testimonial-block .w60 img {
	display: none;
  }
  #why-work-with-us .testimonial-block .testimonial-haxegon {
	margin: 0 auto;
  }
  #why-work-with-us .industries-block .richtext + a.button {
	left: auto;
	right: auto;
	top: auto;
	position: relative;
	float: none;
	margin: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #why-work-with-us .advantage-block .title-top {
	flex-direction: column;
  }
  #why-work-with-us .advantage-block .title-top .titles,
  #why-work-with-us .advantage-block .title-top .caption {
	width: 100%;
	padding: 0;
	margin: 10px 0;
  }
  #why-work-with-us .advantage-block .advantage-bottom .advantage-list .item {
	width: 100%;
	padding-left: 25px;
  }
  #why-work-with-us .advantage-block .advantage-bottom .advantage-list .item i {
	font-size: 16px;
	top: 6px;
  }
  #why-work-with-us .industries-block a.button {
	margin: inherit;
  }
}
.testimonial-haxegon {
  width: 400px;
  height: 390px;
  position: relative;
  z-index: 0;
  color: #333437;
  text-align: center;
  font-family: "rift";
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 52px;
}
.testimonial-haxegon:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/images/template/image_gold_quote_hex.webp) no-repeat center;
  background-size: contain;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .testimonial-haxegon {
	width: 280px;
	height: 300px;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto;
  }
}
.catalog-haxegon {
  width: 410px;
  height: 350px;
  margin: 50px 0 0;
  position: relative;
  z-index: 0;
  color: #5B5C61;
  text-align: center;
  font-family: "rift";
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
  padding: 0 52px;
}
.catalog-haxegon:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/images/template/gold-octagon-details.webp) no-repeat center;
  background-size: contain;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .catalog-haxegon {
	width: 350px;
	height: 310px;
	font-size: 24px;
	line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-haxegon {
	width: 340px;
	height: 300px;
	font-size: 24px;
	line-height: 30px;
  }
}
#content-cta {
  background-image: url(/assets/images/content/bg_image_cta_blue_hex_left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 130px;
}
#content-cta >.column.w100 {
  padding-left: 25%;
}
#content-cta >.column.w100 h3 {
  width: 80%;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0;
}
#content-cta >.column.w100 h2 {
  margin-top: 0;
}
#content-cta >.column.w100 a.button {
  float: right;
  margin-top: -40px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #content-cta {
	padding-bottom: 90px;
  }
  #content-cta >.column.w100 {
	padding-left: 25% !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #content-cta {
	padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #content-cta >.column.w100 h3 {
	width: 100%;
	font-size: 28px;
  }
  #content-cta >.column.w100 a.button {
	float: none;
	margin: 10px 0 0 0;
  }
}
#catalog-landing >.column {
  padding-top: 0;
}
#catalog-landing >.column:first-child {
  padding-right: 0 !important;
}
#catalog-landing >.column:last-child {
  padding-left: 80px;
}
#catalog-landing >.column:last-child .nested>.block-1 {
  scroll-margin-top: 200px;
}
#jumplinks-container {
  position: relative;
  height: 100%;
  width: 100%;
}
#jumplinks-container h4.title {
  background: #5b5c61;
  color: #D7BF83;
  font-family: "rift";
  font-size: 26px;
  line-height: 28px;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 25px 20px 18px 20px;
  margin: 0;
  position: relative;
  z-index: 0;
}
#jumplinks-container h4.title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #5b5c61;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
}
#jumplinks-container #jumplinks {
  width: 270px;
  top: 0;
  bottom: auto;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: calc(50vw - 600px);
}
#jumplinks-container #jumplinks .anchor {
  color: #5B5C61;
  font-family: "rift";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  display: block;
  padding: 8px 10px 8px 20px;
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}
#jumplinks-container #jumplinks .anchor:hover,
#jumplinks-container #jumplinks .anchor.active {
  color: #D7BF83;
}
#jumplinks-container #jumplinks.scrolling {
  position: fixed;
}
#jumplinks-container #jumplinks.stopped {
  position: absolute;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: none .3s ease-in-out;
  -ms-transition: none .3s ease-in-out;
  transition: none .3s ease-in-out;
}
#jumplinks-container #jumplinks-stop {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #jumplinks-container #jumplinks {
	width: 200px;
	left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #jumplinks-container {
	display: none;
  }
}
.catalogs {
  margin-bottom: 30px;
  justify-content: flex-start;
}
.catalogs .catalog-item .bucket-inner {
  background: #ffffff;
  border: 2px solid #D3D4D8;
  height: 100%;
}
.catalogs .catalog-item .bucket-inner img {
  width: auto;
  height: 180px;
  margin: 0 auto;
  display: block;
}
.catalogs .catalog-item .bucket-inner a {
  color: #5B5C61;
  font-family: "proxima-nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px;
  display: block;
  text-align: center;
}
.catalogs .catalog-item .bucket-inner a i {
  color: #D7BF83;
  font-weight: 900;
  margin-left: 5px;
}
@media only screen and (min-width: 1199px) {
  .catalogs .catalog-item:hover .bucket-inner {
	border: 2px solid #D7BF83;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .catalogs .catalog-item .bucket-inner img {
	height: 100px;
	width: auto;
  }
  .catalogs .has-pager {
	padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .catalogs .catalog-item {
	width: 50%;
  }
}
#qc-wrap {
  padding-bottom: 20px;
}
#qc-wrap .contact-info-wrap h4 {
  width: 80%;
  font-family: "proxima-nova";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -1px;
  text-transform: inherit;
}
#qc-wrap .contact-info-wrap p {
  padding-right: 40px;
  position: relative;
}
#qc-wrap .contact-info-wrap p i {
  position: absolute;
  right: 10px;
  top: 42%;
  color: #D7BF83;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #qc-wrap .contact-info-wrap p i {
	display: none;
  }
}
#qc-wrap .errorMessage {
  color: #ffffff !important;
}
#qc-wrap + #footer-wrap #footer-top .top-left .footer-menu ul li {
  width: 24%;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #qc-wrap + #footer-wrap #footer-top .top-left .footer-menu ul li {
	width: 49%;
  }
}
#contact .submit-group .submit {
  margin: auto;
}
.contact-info-form p.desc {
  border-top: 1px solid #D3D4D8;
  border-bottom: 1px solid #D3D4D8;
  padding: 15px 0;
  margin: 20px 0;
}
.contact-info-form .contact-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 15px;
  border-bottom: 1px solid #D3D4D8;
}
.contact-info-form .contact-info p {
  padding-left: 28px;
  margin: 0;
  font-family: "rift";
  font-size: 28px;
  font-weight: 400;
  line-height: 28.5px;
  position: relative;
}
.contact-info-form .contact-info p i {
  color: #D7BF83;
  font-size: 23px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .contact-info-form .contact-info {
	flex-direction: column;
  }
  .contact-info-form .contact-info p {
	padding-left: 30px;
	margin: 10px 0;
  }
}
.forms h4 {
  font-family: "proxima-nova";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -1px;
}
#breadcrumbs a:hover {
  color: #D7BF83 !important;
}
#contact {
  border-radius: 10px;
  background: #f1f1f1;
  padding: 30px;
}
#contact input[type=text],
#contact input[type=email],
#contact input[type=number],
#contact input[type=tel],
#contact textarea,
#contact select,
#contact .bootstrap-select {
  border-radius: 4px;
  border: 1px solid #A1A4B1;
  background: rgba(255,255,255,0.33);
}
#contact textarea {
  height: 100px;
}
#rfq {
  margin-bottom: 100px;
}
#rfq h2 {
  margin-bottom: 20px;
}
#rfq .form-wrap {
  border-radius: 10px;
  background: #F1F1F1;
  padding: 30px;
}
#rfq .form-wrap + h2 {
  margin-top: 60px;
}
#rfq input[type=text],
#rfq input[type=email],
#rfq input[type=number],
#rfq input[type=tel],
#rfq textarea,
#rfq select,
#rfq .bootstrap-select {
  border-radius: 4px;
  border: 1px solid #A1A4B1;
  background: rgba(255,255,255,0.33);
}
#rfq textarea {
  height: 100px;
}
#rfq .measurement {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
  top: -10px;
  margin: 0;
}
#rfq .measurement .radio-container {
  width: 65px;
  font-size: 12px;
  margin: 5px 0;
}
#footer {
  clear: both;
  color: #fff;
  background: #032887;
  position: relative;
  z-index: 0;
}
#footer:before {
  content: "";
  width: 100%;
  height: 130px;
  background-image: url(/assets/images/template/footer_top_arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  top: -128px;
  left: 0;
  z-index: -1;
}
#footer a:not(.button) {
  color: #ffffff;
}
#footer >.constrain {
  position: relative;
}
#footer .contact-info p {
  font-size: 17px;
  line-height: 22px;
  margin: 15px 0;
  padding-left: 30px;
  position: relative;
}
#footer .contact-info p i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #D7BF83;
}
#footer #footer-top {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer #footer-top .top-left {
  width: 75%;
}
#footer #footer-top .top-left a.logo {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
#footer #footer-top .top-left .contact-info {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
#footer #footer-top .top-left .footer-menu {
  width: 74%;
  display: inline-block;
  vertical-align: top;
}
#footer #footer-top .top-left .footer-menu ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
#footer #footer-top .top-left .footer-menu ul li {
  font-size: 17px;
  line-height: 22px;
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  padding: 0 10px;
}
#footer #footer-top .top-left .footer-menu ul li a {
  text-decoration: none;
}
#footer #footer-top .top-left .footer-menu ul li:hover>a {
  text-decoration: underline;
}
#footer #footer-top .top-right {
  width: 25%;
}
#footer #footer-top .top-right .rfq-cta a.button {
  margin-top: 10px;
}
#footer #footer-bottom {
  font-size: 17px;
  padding: 10px 0;
  width: 65%;
  border-top: 1px solid rgba(240,241,243,0.2);
  margin-top: 15px;
}
#footer #footer-bottom .constrain {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#footer #footer-bottom .constrain p#copyright {
  margin: 0 15px 0 10px;
}
#footer #footer-bottom .constrain .footer-links a {
  text-decoration: none;
  position: relative;
  padding: 0 15px;
}
#footer #footer-bottom .constrain .footer-links a:before {
  content: "|";
  position: absolute;
  left: -3px;
}
#footer #footer-bottom .constrain .footer-links a:hover {
  color: #D7BF83;
}
#footer #footer-bottom .constrain .footer-links a:hover:before {
  color: #ffffff;
}
#footer #footer-bottom #back-top {
  width: 65px;
  height: 60px;
  background: url(/assets/images/template/back-tp-bg.svg) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #032887;
  font-family: "rift";
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
#footer #footer-bottom #back-top:hover {
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #footer #footer-top {
	flex-wrap: wrap;
  }
  #footer #footer-top .top-left {
	width: 100%;
  }
  #footer #footer-top .top-right {
	width: 100%;
  }
  #footer #footer-bottom {
	width: 100%;
  }
  #footer #footer-bottom .constrain .footer-links a {
	padding: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-top {
	flex-direction: column;
  }
  #footer #footer-top .top-left,
  #footer #footer-top .top-right {
	width: 100%;
  }
  #footer #footer-top .top-left .footer-menu {
	width: 100%;
  }
  #footer #footer-top .top-left .footer-menu ul li {
	width: 49% !important;
  }
  #footer #footer-top .top-left .contact-info {
	width: 100%;
  }
  #footer #footer-top .top-right {
	margin-top: 15px;
  }
  #footer #footer-top .top-right .rfq-cta h4 br {
	display: none;
  }
  #footer #footer-bottom {
	width: 100%;
  }
  #footer #footer-bottom .constrain {
	flex-direction: column;
  }
  #footer #footer-bottom .constrain p#copyright {
	margin: 10px 0;
	text-align: center;
  }
  #footer #footer-bottom .constrain .footer-links a:first-child:before {
	content: "";
	left: auto;
  }
}