@font-face {
	font-family: "DinsPro";
	font-style: normal;
	font-weight: 400;
	src: url(dinspro-regular.woff) format("woff");
	font-display: swap;
}

@font-face {
	font-family: "DinsPro";
	font-style: normal;
	font-weight: 600;
	src: url(dinspro-bold.woff) format("woff");
	font-display: swap;
}

@font-face {
	font-family: "PlayFairDisplay";
	font-style: normal;
	font-weight: 400;
	src: url(playfairdisplay-regular.woff) format("woff");
	font-display: swap;
}

@font-face {
	font-family: "PlayFairDisplay";
	font-style: normal;
	font-weight: 600;
	src: url(playfairdisplay-bold.woff) format("woff");
	font-display: swap;
}

body {
	font-family: "DinsPro", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.4em;
	color:#54565A;
	margin: 0;
	text-align: left;
	background-color: #fff;
	position: relative;
}

body:before {
	content:'';
	position: absolute;
	left:0;
	right:0;
	height:150px;
	top:0;
	background-image: url('blue-top.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	opacity: .5;
    z-index: -1;
}
body:after {
	content:'';
	position: absolute;
	left:0;
	right:0;
	height:150px;
	bottom:0;
	background-image: url('blue-bottom.png');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	opacity: .5;
    z-index: -1;
}

header {
	font-size:1rem;
	line-height:1.5;
	padding:10px 0;
}
footer a {
	color:#54565A;
}
h1, h2, h3, h4 {
	margin-top:0;
	margin-bottom:20px;
}
p {
	margin-top:0;
	margin-bottom:20px;
}

h2,h3 {
	color:#54565A;
	font-weight:600;
}
h1 {
	font-size:35px;
	line-height: 1.2em;
}
h2 {
	font-size:28px;
	line-height: 1.2em;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

.container {
	max-width: 1180px;
	padding-right:20px;
	padding-left:20px;
	margin:0 auto;
}
.site-content .container-fluid {
	max-width: 100%!important;
	padding-right: 0px;
    padding-left: 0px;
}
.row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:0;
}
.col {
	flex: 1 0 0%;
	max-width: 100%;
	position: relative;
}
[class*="col-"] {
	position: relative;
}
@media (min-width: 768px) {
	[class*="col-"] {
		padding:0 10px;
	}
	.col-2 {
		flex: 0 0 auto;
		width: 16.6666667%;
	}
	.col-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-9 {
		flex: 0 0 auto;
		width: 75%;
	}
}
@media(max-width:768px){
	.row {
		gap: 20px;
	}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.white * {
	color:#FFF;
}

.green {
	color:#638C24;
}

.bg-pink {
	background:#FF8189;
}

.bg-yellow {
	background:#FBE785;
}



.center {
	text-align: center;
}

.right {
	text-align: right;
}

.tagline {
	font-family: "PlayFairDisplay", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 1.5em;
	margin-bottom:1em;
}

.btn {
	display: inline-block;
	border-radius:24px;
	text-transform: uppercase;
	padding:8px 25px;
	text-decoration: none;
	transition: .2s background ease-in, .2s color ease-in;
}
.btn-coral,
.btn-coral:visited {
	font-weight:600;
	background:#FF8189;
	letter-spacing: 1.08px;
	font-size:10px;
	color:#FFF;
}

.btn-coral:hover,
.btn-coral:active,
.btn-coral:focus {
	background:#33647E;
	color:#FFF;
}

.btn-transparent,
.btn-transparent:visited {
	background:transparent;
	letter-spacing: 1.3px;
	font-size:12px;
	color:#54565A;
	font-weight:400;
	border:2px solid #638C1C;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
	background:#638C1C;
	color:#FFF;
}

.btn-green,
.btn-green:visited {
	font-weight:600;
	background:#638C1C;
	letter-spacing: 1.08px;
	font-size:10px;
	color:#FFF;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
	background:#33647E;
	color:#FFF;
}

.pt-9 {
	padding-top:90px;
}
.pb-9 {
	padding-bottom:90px;
}
.pb-12 {
	padding-bottom:120px;
}

.py-6 {
	padding-bottom:60px;
	padding-top:60px;
}
.py-2 {
	padding-bottom:20px;
	padding-top:20px;
}

.pt-6 {
	padding-top:60px;
}

.pb-6 {
	padding-bottom:60px;
}

.pt-3 {
	padding-top:30px;
}

.pb-3 {
	padding-bottom:30px;
}

.px-6 {
	padding-left:60px;
	padding-right:60px;
}

.px-3 {
	padding-left:30px!important;
	padding-right:30px!important;
}

.pl-6 {
		padding-left:60px;
}

.pl-3 {
		padding-left:30px;
}

section,
footer {
	position: relative;

}
.divider {
	overflow:hidden;
}
.divider::after {
	border-radius: 50%;
	height: 60px;
	bottom: 0;
	transform: translate(0,50%);
	-ms-transform: translate(0,50%);
	-webkit-transform: translate(0,50%);
	content: "";
	position: absolute;
	width: 106%;
	background: #33647E;
	left: -3%;
	right: 0;
}

.radius-25 {
	border-radius:25px;
}

.max-w-300 {
	max-width: 350px;
	margin: auto;
}

header .row {
	justify-content: space-between;
	align-items: center;
}
@media (max-width:768px){
	header .row {
		justify-content: center;
		gap:20px;
	}
}

.site-branding img {
	max-width: 200px;
}

/*--------------------------------------------------------------
# Swiper Slider
--------------------------------------------------------------*/

.swiper.cards {
	max-height:500px;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.3em;
}

.swiper.cards .btn {
	margin-top:10px;
}

.swiper.cards .content-wrapper {
	border-top:5px solid #33647E;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 14px rgba(0,0,0,.1);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.swiper-icon {
	width:100px;
	height:100px;
	margin-bottom:20px;
}
.swiper-pagination-wrapper {
	position: relative;
}

.swiper-pagination-wrapper .nav-bar {
	height: 100%;
	position: absolute;
	width: 2px;
	top: 0;
	left:10px;
	background:#D9D8D6;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
    line-height: 0;
	width:24px;
	height:24px;
	opacity:.6;
}

.swiper-button-next:after{
	background: url(../images/right-arrow.png) no-repeat;
	background-size:contain;
}
.swiper-button-prev:after {
	background: url(../images/left-arrow.png) no-repeat;
	background-size:contain;
}

#products .swiper-pagination-bullets, #products .swiper-pagination-bullets,
#applications .swiper-pagination-bullets, #applications .swiper-pagination-bullets {
	position: relative;
	text-align: unset;
	transform:none;
	top:unset;
	right:unset;
	left:unset;
	margin:0 0 40px 0;
}

#products .swiper-pagination-bullets .swiper-pagination-bullet, #products .swiper-pagination-bullets .swiper-pagination-bullet,
#applications .swiper-pagination-bullets .swiper-pagination-bullet, #applications .swiper-pagination-bullets .swiper-pagination-bullet {
	text-align: unset;
	background:none;
	width:auto;
	height:auto;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	margin:0 0 5px 0;
	position: relative;
	padding-left:30px;
	border-radius: 0;
	opacity:1;
	transition: .25s all;
}

#products .swiper-pagination-bullets .swiper-pagination-bullet:before, #products .swiper-pagination-bullets .swiper-pagination-bullet:before,
#applications .swiper-pagination-bullets .swiper-pagination-bullet:before, #applications .swiper-pagination-bullets .swiper-pagination-bullet:before {
	content:'';
	width:10px;
	height:10px;
	border-radius:50%;
	background:	#638C1C;
	border:2px solid #FBFBFB;
	position: absolute;
	left:6px;
	top:5px;
	opacity:0;
	transition: .25s all;
}

#products .swiper-pagination-bullets .swiper-pagination-bullet:hover, #products .swiper-pagination-bullets .swiper-pagination-bullet:hover,
#applications .swiper-pagination-bullets .swiper-pagination-bullet:hover, #applications .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	color:#638C1C;
	opacity:.8;
}
#products .swiper-pagination-bullets .swiper-pagination-bullet:hover:before, #products .swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
#applications .swiper-pagination-bullets .swiper-pagination-bullet:hover:before, #applications .swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
	opacity:.8;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
		color:#638C1C;
		font-weight:600;
}

#products .swiper-pagination-bullets .swiper-pagination-bullet-active:before, #products .swiper-pagination-bullets .swiper-pagination-bullet-active:before,
#applications .swiper-pagination-bullets .swiper-pagination-bullet-active:before, #applications .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
	opacity:1;
}


/*--------------------------------------------------------------
# Home Sections
--------------------------------------------------------------*/
.site-header .container {
	max-width:1300px;
}

#intro img {
	height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

#intro p {
	margin-bottom:0;
	padding-left:10px;
}

#intro p + p{
	margin-top:20px;
}

#feature h2 {
	font-size: 20px;
}
#feature h3 {
	font-size: 16px;
}

#feature img {
	max-width:75px;
}

#feature img + h3 {
	margin-bottom:0;
}


#feature .col {
	display:flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}

#feature .bg-pink {
	height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

#insights h2 {
	font-style: italic;
	color: #33647E;
}

#insights h3 {
	font-size:14px;
	margin:0;
}


#insights .tab-container {
	display: flex;
}

#insights .tab-container .tab {
	width:50%;
}


#insights .tab {
	padding:10px 20px;
	border-bottom:1px solid #D9D8D6;
	cursor:pointer;
}

#insights .tab.active {
	border-left:1px solid #D9D8D6;
	border-right:1px solid #D9D8D6;
	border-top:1px solid #D9D8D6;
	border-bottom:none;
}
#insights .tab.active h3 {
	color:#FF8189;
}

#insights .tab-content {
	display:none;
	padding:20px;
	border-left:1px solid #D9D8D6;
	border-right:1px solid #D9D8D6;
	border-bottom:1px solid #D9D8D6;
}

#insights .tab-content.active {
	display: block;
}
#insights .tab-content iframe {
	margin-bottom:20px;
}
#insights .tab-content p,
#insights .tab-content ul {
	text-align: left;
	color:#7a7a7a;
}

#insights p:last-child {
	margin-bottom:0;
}
#insights .tab-content h4 {
	text-align: left;
	margin-bottom: 10px;
}


#insights .tab-content img {
	max-width: 500px;
	margin-bottom:20px;
}
@media (min-width:769px) {
	#feature img + h3 {
		padding: 0 40px;
	}
}
@media (max-width:768px){
	#insights .tab-content iframe {
		width:100%!important;
		height: auto !important;
	}
	#insights h3 {
		font-size:12px;
		line-height: 1.2;
	}
	#insights .tab {
		padding:10px 5px;
	}
}


footer .container > .row {
	border-top:2px solid #33647E;
}

footer .col-8 {
	text-align: left;
}

footer .col-8 a {
	padding-right: 10px;
}

.h-100 {
	height:100%;
}



#about {
	background: url(../images/about-us.jpeg) no-repeat;
	background-size: cover;
}
#about:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(25, 61, 32, .8);
}

#about .tagline {
	font-size:18px;
	font-weight:600;
	margin-bottom:5px;
}

#about h2 {
	font-size:35px;
}

#products, #applications {
	background:#FBFBFB;
}

#products h2 {
	font-size:28px;
}

#products h3 {
	text-transform: uppercase;
	letter-spacing: 1.25px;
	margin-bottom:5px;
	font-size:14px;
}
#products h3 + .tagline {
	margin-top:0;
}

#products .swiper.cards {
	padding-left:30px;
}

#applications .swiper.cards {
	padding-right:30px;
}


#applications.divider::after {
	background:#FBAF85;
}

#applications .swiper.cards .content-wrapper {
	border-top:5px solid #638C1C;
}
#applications h3 {
    text-transform: uppercase;
    letter-spacing: 1.25px;
    margin-bottom: 5px;
    font-size: 14px;
	color: #638C1C;
}
#newsletter {
	position:relative;
	background: url(../images/newsletter-signup.jpeg) no-repeat;
	background-size: cover;
}

#newsletter:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, .6);
}
#newsletter h2 {
	font-size:35px;
}
#newsletter p {
	font-weight:600;
}

#strategy {
	background: #FF8189;
}

#strategy .btn-transparent {
	color:#FFF;
	border-color:#FFF;
}

#strategy .btn-transparent:hover,
#strategy .btn-transparent:focus,
#strategy .btn-transparent:active {
	background: #FFF;
	color:#FF8189;
}


#hero.divider::after {
	background:#FBE785;
}


.divider .col.py-6 {
	padding-bottom:90px;
}



#hero h1 {
	margin-bottom:5px;
	color:#54565A;
}

#hero .tagline {
	font-size:18px;
	color:#33647E;
}

#hero .btn {
	margin-top:10px;
}


#hero-swiper.swiper {
	z-index: 0;
}

#hero .swiper-slide {
	height:450px;
}

@media screen and (max-width:768px) {
	#hero .swiper-slide {
	height:525px;
}
}

#hero .swiper-slide .content-wrapper,
#hero .swiper-slide .row {
	height:100%;
}

#hero .swiper-slide .row .col {
	display:flex;
	align-items:center;
}

#hero .swiper-slide .row .col .content {
	margin-bottom:30px;
}

#hero-swiper .swiper-button-next.swiper-button-disabled, #hero-swiper .swiper-button-prev.swiper-button-disabled {
	opacity:0;
}

#hero-swiper .swiper-pagination-bullet {
	background:transparent;
	border: 2px solid #FFF;
	height:10px;
	width:10px;
	opacity:1;
}
#hero-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #D2D2D2;
}


/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/


footer .col.info {
	min-width:33%;
}

footer .col.info .logo {
	max-width: 175px;
	margin-bottom:15px;
}

footer .headline {
	font-weight:600;
	font-size:12px;
	text-transform: uppercase;
	margin-bottom:15px;
}

footer .address {
	margin:0;
	padding:0;
	list-style: none;
}

footer .menu-footer-main-nav-container ul{
	margin:0;
	padding:0;
	list-style: none;
}
footer .menu-footer-main-nav-container ul li {
	display:block;
	margin-bottom:10px;
}

footer .menu-footer-main-nav-container ul li a {
	font-weight:400;
}

footer .menu-footer-main-nav-container ul li a:hover,
footer .menu-footer-main-nav-container ul li a:focus {
	text-decoration: none;
	color:#638C1C;
}
@media(min-width:768px) {
	footer .row:last-child {
		text-align:right;
	}
}
footer .menu-footer-utility-nav-container ul {
	margin-bottom:10px;
}

footer .menu-footer-utility-nav-container .list-inline-item:not(:last-child) {
    margin-right: 4px;
}

footer .menu-footer-utility-nav-container a {
	font-size:10px;
	text-decoration: none;

}
footer .menu-footer-utility-nav-container .list-inline-item:not(:last-child) a {
	border-right:1px solid #54565A;
	padding-right:8px;
}

footer .social svg {
	max-width:15px;
	fill:#54565A;
}

footer .social li {
	margin-bottom: 1.5em;
}

footer .copyright {
	font-size:10px;
	color:#979693;
	margin-bottom:0;
}

@media (min-width:769px) {
	#products .pl-3 p,
	#applications .pl-3 p {
		display:none;
	}
	#hero-swiper .content-wrapper .content {
		max-width: calc((1220px / 2) - 60px);
	}
	#hero-swiper .swiper-horizontal>.swiper-pagination-bullets, #hero-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, #hero-swiper .swiper-pagination-custom, #hero-swiper .swiper-pagination-fraction {
    bottom: 40px;
    width: 50%;
}
#hero-swiper .swiper-button-next, #hero-swiper .swiper-rtl .swiper-button-prev {
    right: calc(50% + 10px);
}

#strategy .content {
	max-width: calc((1340px / 2) - 60px);
}
	#products .swiper-pagination-wrapper svg,
	#applications .swiper-pagination-wrapper svg{
		   display:none;
	}
}

@media (max-width:768px){
	.pardotform {
		height:250px;
	}

	.col {
		flex: 0 0 auto;
		width: 100%;
		padding-left:0;
		padding-right:0;
	}

	.container-fluid {
		padding-right:0px;
		padding-left:0px;
	}

	.px-3 {
		padding-left:0!important;
		padding-right:0!important;
	}
	.pl-3 {
		padding-left:0!important;;
	}
	.px-6 {
		padding-left:0;
		padding-right:0;
	}
	.pl-6 {
    padding-left: 0px;
}

	#products .swiper.cards {
		padding-left:0px;

	}
	#products .pl-3 p,
	#applications .pl-3 p {
		display:block;
		font-size:12px;
	}


	#applications .row {
		flex-direction: column-reverse;
	}

	#applications .swiper.cards {
		padding-right:0px;
	}
	#hero-swiper .swiper-horizontal>.swiper-pagination-bullets, #hero-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, #hero-swiper .swiper-pagination-custom, #hero-swiper .swiper-pagination-fraction {
		bottom: 40px;
	}
	#hero .swiper-slide .col:first-child {
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		z-index:-1;
	}

	#hero .swiper-slide .col:first-child:after {
		content:'';
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 0;
			background: rgba(240, 118, 27, .6);
	}

	#hero .swiper-slide .content {
		text-align:center;
		padding-left:40px;
		padding-right:40px;
	}

	#hero .swiper-slide * {
		color:#FFF;
	}

	#hero .btn-transparent,
	#hero .btn-transparent:visited {
		border:2px solid #FBE785;
	}

	#hero .btn-transparent:hover,
	#hero .btn-transparent:active,
	#hero .btn-transparent:focus {
		background:#638C1C;
		color:#FFF;
	}

	#hero.divider.divider::after {
		background:#FF8189;
	}
.swiper.cards {
	max-height: unset;
}
	 #products .row,
	  #applications .row {
			margin-bottom:20px;
		}

 #products .swiper-pagination-bullets .swiper-pagination-bullet, #applications .swiper-pagination-bullets .swiper-pagination-bullet {
		display:block;
		padding-left:20px;
	}

	#products .swiper-pagination-bullets, #products .swiper-pagination-bullets,
	#applications .swiper-pagination-bullets, #application .swiper-pagination-bullets {
		max-height:0;
		opacity:0;
		margin:0;
		pointer-events:none;
		transition:.25s all ease-in;
	}
	#products .swiper-pagination-bullets.active, #products .swiper-pagination-bullets.active,
	#applications .swiper-pagination-bullets.active, #applications .swiper-pagination-bullets.active {
		max-height:500px;
		opacity:1;
		margin:0;
		pointer-events:auto;
		transition:.25s all ease-in;
	}
	#products .swiper-pagination-wrapper .nav-bar, #products .swiper-pagination-bullets .swiper-pagination-bullet:before, #products .swiper-pagination-bullets .swiper-pagination-bullet:before,
	#applications .swiper-pagination-wrapper .nav-bar, #applications .swiper-pagination-bullets .swiper-pagination-bullet:before, #applications .swiper-pagination-bullets .swiper-pagination-bullet:before {
		display:none;
	}
	#products .swiper-pagination-wrapper svg,
	#applications .swiper-pagination-wrapper svg{
		    max-width: 15px;
    position: absolute;
    right: 20px;
    top: 14px;
		fill:#54565A;
		pointer-events: none;
	}
	.active-swiper-pagination {
		padding:10px 20px;
		margin-bottom:30px;
		border:2px solid #D9D8D6;
		border-radius:25px;
	}

	#applications.divider::after {
		background:#FBE785;
	}
	#applications.pt-3 {
		padding-top:50px!important;
	}
	#strategy .col-5 {
		width: 100%;
		max-width:100%;
		height:220px;
	}

	#strategy .content {
		padding-left:20px;
		padding-right:20px;
	}

	footer .headline {
		margin-bottom:10px;
	}

	footer .menu-footer-utility-nav-container ul {
		text-align: right!important;
	}

	footer .col.pt-6 {
		padding-top:30px;
	}
}
