body {
  color: #3B3D41;
  font-size: 16px;
  font-family: 'Karla', sans-serif;
  margin: 0 !important;
  padding-top: 120px;
}
body h1,
body .h1 {
  font-size: 40px;
  line-height: 106%;
  letter-spacing: -0.06em;
  font-weight: bold;
  text-transform: capitalize;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  body h1,
  body .h1 {
	font-size: 31px;
	line-height: 32px;
  }
}
body h2,
body .h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  body h2,
  body .h2 {
	font-size: 24px;
	line-height: 32px;
  }
}
body h3,
body .h3 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.03em;
  margin: 20px 0 15px;
  text-transform: none;
}
body h4,
body .h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
  margin: 15px 0;
}
body h5,
body .h5 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
}
body p.tagline {
  color: #A1A4B1;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0;
}
body p.tagline + .heading {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  body p.tagline {
	font-size: 13px;
	line-height: 16px;
  }
}
body p {
  color: #3B3D41;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  body p {
	font-size: 14px;
	line-height: 20px;
  }
}
body a {
  color: #3B3D41;
  text-decoration: none;
}
body a:hover {
  color: #656A75;
  text-decoration: none;
}
body .heading.yellowBorder {
  position: relative;
  margin-bottom: 20px;
}
body .heading.yellowBorder:after {
  content: "";
  width: 67px;
  height: 4px;
  background: #FFE600;
  position: absolute;
  bottom: -10px;
  left: 0;
}
body .heading.white {
  color: #fff !important;
}
body .heading.yellow {
  color: #FFE600 !important;
}
body .richtext a {
  font-weight: bold;
  text-decoration: underline;
}
body .richtext a:hover {
  color: #FFE600;
  text-decoration: none;
}
body .richtext.narrow {
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1199px) {
  body a.tel {
	pointer-events: none;
  }
}
body .fauxlink {
  cursor: pointer;
}
body .fauxlink:hover {
  outline: none;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  body {
	padding-top: 80px;
  }
}
body:not(#id-1) #main-content > .block-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.block .white-bg,
.block.white-bg {
  background-color: #fff;
}
.block.white-text .heading,
.block.white-text p,
.block.white-text ul li,
.block.white-text ol li {
  color: #fff;
}
.block.white-text p a {
  color: #fff;
  text-decoration: underline;
}
.block.white-text p a:hover {
  color: #FFE600;
}
.block.white-text p.tagline {
  color: #FFE600;
}
.block.lightGrey-bg {
  background-color: #F1F3F5;
}
.block.lightGrey-bg .gallery.carousel .slick-arrow:before {
  color: #656A75;
}
.block.darkerGrey-bg {
  background-color: #656A75;
}
.block.darkerGrey-bg .heading,
.block.darkerGrey-bg p,
.block.darkerGrey-bg ul li,
.block.darkerGrey-bg ol li {
  color: #fff;
}
.block.black-bg {
  background-color: #3B3D41;
}
.block.black-bg .heading,
.block.black-bg p,
.block.black-bg ul li,
.block.black-bg ol li,
.block.black-bg a:not(.button){
  color: #fff;
}
.block.has-bg:not(.full) {
  padding-left: 40px;
  padding-right: 40px;
}
.block.element-bg {
  background-position: right bottom;
  background-size: auto;
}
@media only screen and (max-width: 767px) {
  .block.element-bg {
	background-image: none !important;
  }
}
.block .nested .has-bg {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.block .w33 .nested .has-bg.white-bg {
  padding: 20px;
}
.block.smallpadding {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.block.smallpadding .heading,
.block.smallpadding .fancy.columnlist-2 li,
.block.smallpadding .fancy.columnlist-3 li {
  margin: 0;
  padding-top: 0;
}
.block.smallpadding ul.fancy.checklist li:before {
  padding-top: 0;
}
.block .column:not(w100) .buckets.HomeChunk .gallery.carousel .slick-prev {
  left: 25px;
}
.block .column:not(w100) .buckets.HomeChunk .gallery.carousel .slick-next {
  right: 82%;
}
.button {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  height: auto;
  line-height: normal;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  padding: 13px 18px;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  color: #3B3D41;
  text-decoration: none !important;
}
.button:hover {
  background-color: #FFE600;
  text-decoration: none;
}
.button.yellow-btn {
  background-color: #FFE600;
}
.button.yellow-btn:hover {
  color: #fff;
  background-color: #3B3D41;
}
.button.black-btn {
  color: #fff;
  background-color: #3B3D41;
}
.button.black-btn:hover {
  color: #3B3D41;
  background-color: #FFE600;
}
.button.large-btn {
  width: 310px;
}
.button.full-btn {
  width: 100%;
}
.button + .button {
  margin-left: 10px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 3;
}
#header #header-top {
  padding: 10px 0;
  background: #656A75;
}
#header #header-top .constrain {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header #header-top .search-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#header #header-top a:not(.button) {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
#header #header-top a:not(.button):hover {
  color: #FFE600;
  text-decoration: none;
}
#header #header-top a:not(.button).portal-btn {
  position: relative;
  padding-left: 25px;
}
#header #header-top a:not(.button).portal-btn:before {
  content: "\f007";
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 0;
}
#header #header-top a.tel {
  color: #FFE600;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  pointer-events: auto;
}
#header #header-top a.tel:before {
  content: "\f095";
  font-family: 'Font Awesome 6 Pro';
  color: #FFE600;
  font-weight: 400;
  position: absolute;
  left: 0;
}
#header #header-top a.tel:hover, #header #header-top a.tel:hover:before{
    color: #ffff;
}
#header #header-top a.button {
  margin-left: 20px;
  margin-right: 0;
}
#header #header-bottom {
  background: rgba(250,250,252,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #D3D4D8;
}
#header #header-bottom .constrain {
  position: relative;
}
#header #header-bottom .logo {
  position: absolute;
  top: -62px;
  left: 0;
  z-index: 100;
}
#header #header-bottom .logo img {
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #header {
	height: 80px;
	z-index: 100;
  }
  #header #header-top {
	height: 80px;
	padding-top: 28px;
  }
  #header #header-top .search-container,
  #header #header-top a.button,
  #header #header-top a.career-btn {
	display: none;
  }
  #header #header-top a.portal-btn {
	float: right;
	font-size: 0 !important;
  }
  #header #header-top a.portal-btn:before {
	content: "\f007" !important;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
  }
  #header #header-top a.tel {
	font-size: 20px;
  }
  #header #header-top #primary-toggle {
	width: 30px;
	height: 30px;
	position: relative;
  }
  #header #header-top #primary-toggle:before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../assets/images/template/icon-menu-search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 0;
  }
  #header #header-top #primary-toggle.active:before {
	content: "\f00d";
	font-family: 'Font Awesome 6 Pro';
	color: #fff;
	text-align: center;
	background: none;
  }
  #header #header-bottom {
	border-bottom: none;
  }
  #header #header-bottom .logo {
	left: 15px;
	top: -80px;
	width: 120px;
  }
  #header #header-bottom nav {
	display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header #header-top a:not(.button) {
	margin: 0 10px;
  }
  #header #header-top #primary-toggle {
	margin-right: 0;
  }
  #header #header-bottom .logo {
	width: 109px;
  }
}
.buckets.banner-buckets {
  margin-top: 35px;
  margin-bottom: 5px;
}
.buckets.banner-buckets .bucket-inner {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
}
.buckets.banner-buckets .bucket-inner .icon {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
  text-align: center;
  position: absolute;
  top: -32px;
  margin-left: -32px;
  left: 50%;
}
.buckets.banner-buckets .bucket-inner .icon img {
  max-height: 35px;
  margin-top: 12px;
}
.buckets.banner-buckets .bucket-inner .button {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -15px;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .buckets.banner-buckets .bucket {
	width: 100%;
	margin: 10px 0;
  }
  .buckets.banner-buckets .bucket-inner {
	width: 94%;
	padding: 18px 10px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
  }
  .buckets.banner-buckets .bucket-inner .icon {
	width: 58px;
	height: 58px;
	top: 0;
	left: 0;
	margin-left: 0;
  }
  .buckets.banner-buckets .bucket-inner .content h4 {
	margin-bottom: 0;
  }
  .buckets.banner-buckets .bucket-inner .content p {
	display: none;
  }
  .buckets.banner-buckets .bucket-inner .button {
	width: 45px;
	height: 44px;
	font-size: 0;
	right: -20px;
	margin: 0;
	left: auto;
	bottom: 5px;
	border-radius: 0;
	padding: 15px 0 0;
  }
  .buckets.banner-buckets .bucket-inner .button:before {
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
	color: #3B3D41;
	font-weight: 900;
	font-size: 14px;
  }
}
.buckets.HomeChunk .bucket .image {
  height: 275px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
  border-radius: 4px;
  border: 1px solid transparent;
}
.buckets.HomeChunk .bucket .image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 400px;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.buckets.HomeChunk .bucket .image + div {
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 2px solid #FFE600;
}
.buckets.HomeChunk .bucket h4 {
  color: #fff;
  margin: 10px 0 5px;
  position: relative;
}
.buckets.HomeChunk .bucket a.learnmore {
  color: #A1A4B1;
  text-decoration: none;
}
@media only screen and (min-width: 1199px) {
  .buckets.HomeChunk .bucket:hover .image {
	border: 1px solid #FFE600;
  }
  .buckets.HomeChunk .bucket:hover h4:after {
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 0;
	color: #FFE600;
  }
}
.buckets.HomeChunk .gallery.carousel .slick-arrow {
  top: auto;
  bottom: -30px;
}
.buckets.HomeChunk .gallery.carousel .slick-prev {
  left: 34%;
}
.buckets.HomeChunk .gallery.carousel .slick-next {
  right: 34%;
}
@media only screen and (max-width: 767px) {
  .buckets.HomeChunk + .button {
	margin-top: 50px;
  }
  .buckets.HomeChunk .bucket .image {
	height: 110px;
  }
  .buckets.HomeChunk .bucket .image img {
	max-width: 110px;
  }
  .buckets.HomeChunk .gallery.carousel .slick-arrow {
	bottom: -40px;
  }
  .buckets.HomeChunk .bucket h4 {
	padding-right: 20px;
  }
  .buckets.HomeChunk .bucket h4:after {
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	font-size: 16px;
	top: 0;
	right: 0;
	color: #ffe600;
  }
}
.buckets.InnerChunk .slick-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1199px) {
  .buckets.InnerChunk .bucket:hover .bucket-inner {
	margin-top: -10px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
  }
}
.buckets.InnerChunk .bucket {
  margin: 10px 0;
}
.buckets.InnerChunk .bucket-inner {
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
}
.buckets.InnerChunk .bucket-inner .content {
  padding: 15px 15px 5px;
  height: 130px;
}
.buckets.InnerChunk .bucket-inner .content h4 {
  margin-bottom: 5px;
}
.buckets.InnerChunk .bucket-inner .content h4 a {
  color: #3B3D41;
  text-decoration: none;
}
.buckets.InnerChunk .bucket-inner .content p {
  color: #3B3D41;
  font-size: 14px;
  line-height: 1.4;
}
.buckets.InnerChunk .bucket-inner .image {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.buckets.InnerChunk .bucket-inner .image img {
  width: auto;
  height: auto;
  min-height: 100%;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.buckets.InnerChunk .bucket-inner .image span {
  position: absolute;
  background: #FFFFFF;
  opacity: 0.8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  left: 15px;
  bottom: 15px;
  width: 200px;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}
.buckets.InnerChunk .slick-dots {
  bottom: -10px;
  text-align: left;
  margin-left: 60px;
}
.buckets.InnerChunk .slick-arrow {
  top: auto;
  bottom: -23px;
  z-index: 2;
}
.buckets.InnerChunk .slick-arrow.slick-prev {
  left: 25px;
}
.buckets.InnerChunk .slick-arrow.slick-next {
  right: 82%;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .buckets.InnerChunk .bucket {
	width: 50%;
  }
  .buckets.InnerChunk .slick-arrow.slick-next {
	right: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .buckets.InnerChunk {
	margin: 0 -6px;
  }
  .buckets.InnerChunk .bucket {
	width: 100%;
	padding: 0 6px;
  }
  .buckets.InnerChunk .bucket-inner {
	height: 155px;
  }
  .buckets.InnerChunk .bucket-inner .content {
	width: 63%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding-right: 0;
  }
  .buckets.InnerChunk .bucket-inner .image {
	width: 35%;
	height: 70px;
	display: inline-block;
	vertical-align: middle;
  }
  .buckets.InnerChunk .bucket-inner .image img {
	height: 100%;
  }
  .buckets.InnerChunk .bucket-inner .image span {
	display: none;
  }
  .buckets.InnerChunk .slick-dots {
	bottom: -10px;
  }
  .buckets.InnerChunk .slick-arrow {
	bottom: -22px;
  }
  .buckets.InnerChunk .slick-arrow.slick-prev {
	left: 5px;
  }
  .buckets.InnerChunk .slick-arrow.slick-next {
	right: 30%;
  }
}
.buckets.MainChunk {
  justify-content: inherit;
}
.buckets.MainChunk .bucket {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1199px) {
  .buckets.MainChunk .bucket:hover .bucket-inner {
	border: 1px solid #FFE600;
  }
  .buckets.MainChunk .bucket:hover .bucket-inner .button {
	color: #3B3D41;
	background-color: #FFE600;
  }
}
.buckets.MainChunk .bucket-inner {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.buckets.MainChunk .bucket-inner .content {
  padding: 30px 20px 0;
  height: 230px;
}
.buckets.MainChunk .bucket-inner .content h3 {
  height: 40px;
  line-height: 20px;
  margin-bottom: 5px;
}
.buckets.MainChunk .bucket-inner .content p {
  font-size: 14px;
}
.buckets.MainChunk .bucket-inner .image {
  height: 270px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.buckets.MainChunk .bucket-inner .image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 300px;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.buckets.MainChunk .bucket-inner .image:before {
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(0deg,rgba(255,255,255,0) 0%,#fff 70%);
  position: absolute;
  top: -25px;
  z-index: 1;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .buckets.MainChunk .bucket {
	width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .buckets.MainChunk .bucket {
	width: 100%;
  }
}
.testimonials {
  padding: 40px;
}
.testimonials h3 {
  position: relative;
  z-index: 1;
}
.testimonials h3:after {
  content: "";
  width: 72px;
  height: 72px;
  background-image: url(../assets/images/content/icon-testimonial.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -40px;
}
.testimonials .quote {
  padding-right: 120px;
}
.testimonials h4.source {
  margin-top: 40px;
}
.testimonials h4.source span {
  font-weight: 400;
  display: block;
}
.testimonials .gallery.slider .slick-arrow {
  top: 50%;
  bottom: auto;
}
.testimonials .gallery.slider .slick-prev {
  left: -60px;
}
.testimonials .gallery.slider .slick-prev:before {
  content: "\f104";
}
.testimonials .gallery.slider .slick-next {
  right: 50px;
}
.testimonials .gallery.slider .slick-next:before {
  content: "\f105";
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .testimonials {
	padding: 20px 40px 0;
  }
  .testimonials .quote {
	padding: 0;
  }
  .testimonials .gallery.slider .slick-prev {
	left: -40px;
  }
  .testimonials .gallery.slider .slick-next {
	right: -40px;
  }
}
.testimonial-logos .img-cube {
  width: 185px;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.testimonial-logos .img-cube img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.testimonial-logos .img-cube:nth-child(1),
.testimonial-logos .img-cube:nth-child(2),
.testimonial-logos .img-cube:nth-child(3),
.testimonial-logos .img-cube:nth-child(4),
.testimonial-logos .img-cube:nth-child(5),
.testimonial-logos .img-cube:nth-child(6) {
  border-bottom: 1px solid #DCE4E7;
}
.testimonial-logos .img-cube:nth-child(2),
.testimonial-logos .img-cube:nth-child(5),
.testimonial-logos .img-cube:nth-child(8) {
  border-left: 1px solid #DCE4E7;
  border-right: 1px solid #DCE4E7;
}
@media only screen and (max-width: 767px) {
  .testimonial-logos .img-cube {
	width: 32%;
	height: 105px;
  }
  .testimonial-logos .img-cube img {
	max-width: 70%;
  }
}
.block.extra-padding-bottom {
  padding-bottom: 120px;
}
.block#industries-cta {
  border-radius: 6px;
  margin-top: -140px;
}
.block#industries-cta .w40:first-child h3 {
  position: relative;
  padding-left: 50px;
}
.block#industries-cta .w40:first-child h3:before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../assets/images/template/icon-industries-block.png);
  background-position: center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -6px;
}
.block#industries-cta .w20:last-child {
  position: relative;
}
@media only screen and (min-width: 1199px) {
  .block#industries-cta .w20:last-child:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #A1A4B1;
	position: absolute;
	left: -40px;
	top: 0;
  }
}
.block#industries-cta .w20:last-child h3 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .block#industries-cta .w20:last-child {
	margin-top: 30px !important;
	padding-top: 20px;
	border-top: 1px solid #A1A4B1;
  }
}
@media only screen and (max-width: 767px) {
  .block#industries-cta {
	padding: 20px 0;
  }
}
.image-text-blocks.smallImage {
  background: #fff;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border: 2px solid #FFE600;
  padding: 40px 20px 30px;
  margin: 20px 0;
  position: relative;
}
.image-text-blocks.smallImage h2 {
  text-align: center;
  position: absolute;
  top: -23px;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 1199px),only screen and (min-width: 767px) and (max-width: 1199px) {
  .image-text-blocks.smallImage h2:before {
	content: "";
	width: 70%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 17px;
	z-index: -1;
	left: 50%;
	margin-left: -35%;
  }
}
.image-text-blocks.smallImage .image-text-block {
  margin: 0;
}
.image-text-blocks.smallImage .image,
.image-text-blocks.smallImage .content {
  display: inline-block;
  vertical-align: top;
}
.image-text-blocks.smallImage .image {
  width: 16%;
  height: 50px;
}
.image-text-blocks.smallImage .content {
  width: 82%;
  padding-left: 15px;
  padding-right: 15px;
}
.image-text-blocks.smallImage .content h4 {
  margin-top: 0;
}
.image-text-blocks.smallImage .content p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .image-text-blocks.smallImage .image-text-block {
	width: 33.333% !important;
  }
  .image-text-blocks.smallImage .image,
  .image-text-blocks.smallImage .content {
	width: 100%;
  }
  .image-text-blocks.smallImage .image {
	margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px){
    .image-text-blocks.smallImage{
        padding:20px;
    }
    .image-text-blocks.smallImage h2{
        position: relative;
        top: auto;
        left: auto;
    }
}
.buckets.posts .bucket:hover .bucket-inner {
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.buckets.posts .bucket .img-wrapper {
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.buckets.posts .bucket .img-wrapper img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 300px;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.buckets.posts .bucket .post-excerpt {
  padding: 20px;
  position: relative;
  height: 170px;
}
.buckets.posts .bucket .post-excerpt h5 {
  line-height: 18px;
  margin-bottom: 5px;
}
.buckets.posts .bucket .post-excerpt h5 a {
  color: #3B3D41;
  text-decoration: none;
}
.buckets.posts .bucket .post-excerpt p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow: hidden;
}
.buckets.posts .bucket .post-excerpt .readmore {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #3B3D41;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
 .buckets.posts .bucket .post-excerpt {
  padding: 20px 0;
 }
 .buckets.posts .bucket .post-excerpt .readmore{
     left:0;
 }
}

.tpl-7 .column.w25 .heading.tagline {
  color: #656A75;
}
.tpl-7 .column.w25 .search-form input {
  color: #3B3D41;
  font-weight: bold;
  width: 100%;
  background: none;
  padding: 0 40px 0 10px;
  border-bottom: 1px solid #A1A4B1;
}
.tpl-7 .column.w25 .search-form button {
  left: auto;
  right: 0;
}
.gallery.grid-gallery {
  position: relative;
  margin-left: -1%;
  margin-right: -1%;
  text-align: center;
}
.gallery.grid-gallery .fancybox-grid {
  height: 196px;
  margin: 10px 1%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #F1F3F5;
  overflow: hidden;
}
.gallery.grid-gallery.col-1 .fancybox-grid {
  width: 100%;
}
.gallery.grid-gallery.col-2 .fancybox-grid {
  width: 48%;
}
.gallery.grid-gallery.col-3 .fancybox-grid {
  width: 31%;
}
.gallery.grid-gallery.col-4 .fancybox-grid {
  width: 23%;
}
@media only screen and (min-width: 1199px) {
  .gallery.grid-gallery.col-4 .fancybox-grid:nth-child(2),
  .gallery.grid-gallery.col-4 .fancybox-grid:nth-child(4),
  .gallery.grid-gallery.col-4 .fancybox-grid:nth-child(8),
  .gallery.grid-gallery.col-4 .fancybox-grid:nth-child(12) {
	width: 46%;
	overflow: hidden;
  }
  .gallery.grid-gallery.col-4 .fancybox-grid:nth-child(2) img,
  .gallery.grid-gallery.col-4 .fancybox-grid:nth-child(4) img,
  .gallery.grid-gallery.col-4 .fancybox-grid:nth-child(8) img,
  .gallery.grid-gallery.col-4 .fancybox-grid:nth-child(12) img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
  }
}
.gallery.grid-gallery.col-5 .fancybox-grid {
  width: 18%;
}
.gallery.grid-gallery .blue-border {
  padding: 10px;
}
.gallery.grid-gallery .load-gallery {
  color: #3B3D41;
  border: 1px solid #3B3D41;
  cursor: pointer;
  margin-top: 20px;
}
.gallery.grid-gallery .load-gallery:hover {
  border: 1px solid ;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .gallery.grid-gallery {
	margin: 0 auto;
  }
  .gallery.grid-gallery .fancybox-grid {
	width: 31.3% !important;
	height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .gallery.grid-gallery {
	margin: 0 auto;
  }
  .gallery.grid-gallery .fancybox-grid {
	width: 48% !important;
	height: auto;
  }
}
.gallery .fancybox:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  background: linear-gradient(0deg,rgba(0,0,0,0.33),rgba(0,0,0,0.33));
  z-index: 1;
}
.mixitup-page-list-container {
  width: 100%;
  display: block;
}
.mixitup-page-list-container .mixitup-page-list {
  text-align: center;
  margin: 30px auto;
}
.mixitup-page-list-container .mixitup-page-list button {
  border: none;
  background: none;
  color: #3B3D41;
  font-size: 16px;
  font-weight: bold;
}
.mixitup-page-list-container .mixitup-page-list .mixitup-control-prev,
.mixitup-page-list-container .mixitup-page-list .mixitup-control-next {
  font-size: 0;
}
.mixitup-page-list-container .mixitup-page-list .mixitup-control-prev:before,
.mixitup-page-list-container .mixitup-page-list .mixitup-control-next:before {
  font-family: 'Font Awesome 6 Pro';
  color: #3B3D41;
  font-size: 16px;
  font-weight: 600;
}
.mixitup-page-list-container .mixitup-page-list .mixitup-control-prev:before {
  content: "\f30a";
}
.mixitup-page-list-container .mixitup-page-list .mixitup-control-next:before {
  content: "\f30b";
}
.mixitup-page-list-container .mixitup-page-list button:hover,
.mixitup-page-list-container .mixitup-page-list .mixitup-control-active {
  opacity: 1;
}
#footer {
  background: #656A75;
  padding: 20px 0;
}
#footer a.tel,
#footer p.address,
#footer .social-links,
#footer #copyright,
#footer .footer-links,
#footer #back-top {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
#footer .footer-links a:hover {
  color: #FFE600;
}
#footer p {
  margin: 0;
}
#footer a.tel,
#footer p.address {
  position: relative;
  padding-left: 30px;
  pointer-events: auto;
}
#footer a.tel:before,
#footer p.address:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
}
#footer a.tel:before {
  background-image: url(../assets/images/template/icon-phone-footer.png);
}
#footer p.address:before {
  background-image: url(../assets/images/template/icon-pobox-footer.png);
}
#footer p.address {
  margin: 0 5px;
}
#footer .social-links span {
  color: #FFE600;
  font-size: 14px;
  margin-right: 5px;
}
#footer .social-links a {
  color: #fff;
  margin: 0 2px;
}
#footer .social-links a:hover {
  color: #FFE600;
}
#footer #copyright {
  margin: 0 15px;
}
#footer #copyright,
#footer .footer-links a {
  font-size: 14px;
}
#footer .footer-links {
  margin-top: -2px;
}
#footer .footer-links a {
  color: #fff;
  margin: 0 5px;
}
#footer #back-top {
  float: right;
  color: #FFE600;
}
@media only screen and (min-width: 1199px) {
  .contact-info {
	margin-top: 50px;
  }
}
.contact-info a.tel,
.contact-info p.address {
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
}
.contact-info a.tel:before,
.contact-info p.address:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -3px;
}
.contact-info a.tel:before {
  background-image: url(../assets/images/template/icon-phone-footer.png);
}
.contact-info p.address:before {
  background-image: url(../assets/images/template/icon-pobox-footer.png);
}
.contact-info .social-links span {
  color: #FFE600;
  font-size: 14px;
  margin-right: 5px;
}
.contact-info .social-links a {
  color: #fff;
  margin: 0 2px;
}
.contact-info .social-links a:hover {
  color: #FFE600;
}