@charset "utf-8";
/*   
Theme Name: RedLeaf
Theme URI: https://hainescreative.com
Description: This is a Haines Creative Theme for RedLeaf
Author: Guy Haines
Author URI: https://hainescreative.com
Version: 1
*/

@font-face {
    font-family: 'FlechaM';
    src: url('webfonts/FlechaM-LightItalic.woff2') format('woff2'),
         url('webfonts/FlechaM-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'FlechaM Italic';
    src: url('webfonts/FlechaM-Regular.woff2') format('woff2'),
         url('webfonts/FlechaM-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

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;
	font-family: "Inter";
	font-weight: 300;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {font-weight: bold;}
body {
	line-height: 30px;
}
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;
}
a {text-decoration: none; color: #337234;}
a:hover {text-decoration: none;}
.clear {clear: both !important;}

em {font-style: italic;}

body {
	font-size: 21px;
	line-height: 32px;
	color: #2C2727; 
	background: white;
	position: relative;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999999999;
	background: url(images/load.gif) center no-repeat #fff;
}

.hc-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: #fff;
}
.hc-pre-con img {
	position: fixed; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	z-index: 9999999;
}

#loadgif {max-width: 600px; height: auto;}


h1 {
	font: bold 64px/72px "Inter", sans-serif; 
	color:#000; 
	margin: 10px 0;
}
h1 span, h2 span, h3 span, h4 span {
	font-family: "FlechaM Italic"; 
	font-weight: 200;
	font-style: italic;
}
h2 {
  	font: 200 36px "Inter", helvetica, sans-serif;
	color:#000; 
}
.section-title h2 {font-size: 32px;}
h3 {
	font: bold 18px "Inter", sans-serif; 
	color:#000; 
	margin: 0 0 16px 0;
}
h4 {
	color: #000;
	font: 21px "Inter", helvetica, sans-serif;
	margin-bottom: 15px;
}
h5 {
	font: bold 16px "Inter", sans-serif; 
	color: #000; 
	margin-bottom: 10px;
}

h6 {
	font: 21px "Inter", sans-serif; 
	color: #000; 
	text-transform: uppercase;
}

.section-title {
	padding-top: 16px;
	padding-bottom: 48px;
}

@media all and (min-width: 700px) {
	.twocollist {
		column-count: 2;
	}
}
.fleft, .alignleft {float: left; padding: 0 15px 15px 0;}
.fright, .alignright {float: right; padding: 0 0 15px 15px;}

@media all and (min-width: 1400px) {
	.container {width: 1340px;}
}

@media all and (min-width: 1560px) {
	.container {width: 1500px;}
}

input#s {
    width: 90%;
    padding: 16px 24px;
    border-radius: 15px;
    border: none;
    outline: none;
    color: black;
    font-weight: normal;
    font-size: 16px;
}
input#searchsubmit {
    position: absolute;
    background: url(images/submit-button.png);
    background-size: contain;
    width: 64px;
    height: 64px;
    border: none;
    right: 64px;
}
@media all and (max-width: 767px) {
	input#s {
		width: 100%;
		padding: 16px;
		font-size: 12px;
	}
	input#searchsubmit {right: 5px;}
}
.verytop input#searchsubmit {
	right: 5px;
}


header {
	min-height: 60px; 
	width: 100%;
	background: #fff;
	z-index: 99999;
	position: relative;
	padding: 20px 0;
}


header#clear-header {
	background: none;
	position: absolute;
}
a.navbar-brand {padding: 15px 0; height: auto !important; display: block; float: none;}
a.navbar-brand img {max-width: 200px; height: auto; margin: 0;}
.navbar {margin:8px 0; }


.navbar-default {
	border: none; 
	background: none;
	padding: 10px 0;
	width: 100%;
}
.navbar-header {
  	float: right;
}
.navbar-toggle {
  margin: 30px 20px 8px 0;
  border: none;
}

.navbar-collapse {
  height: auto;
  float: none;
  padding: 0;
  position: relative;
  right: 0;
}


.navbar-nav {
	text-align: left;
	height: auto;
}

.navbar-nav>li {
  float: left;
  margin: 0 12px;
  padding: 6px 0;
}

.navbar-nav>li>a {
  padding: 0;
}

.navbar-default .navbar-nav>li>a {
	font: 16px "Inter", helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	transition: all .2s;
	position: relative;
}



@media all and (min-width: 1200px) {

	header#not-clear-header .navbar-default .navbar-nav>li>a {
		color: #D02025;
	}

	header#not-clear-header .navbar-default .caret {color: #D02025;}

	header#clear-header .navbar-default .navbar-nav>li>a {
		color: #fff;
	}

	header#clear-header .navbar-default .caret {color: #fff;}


	.navbar-default {
		width: 100%;
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; }
	ul.nav li.dropdown > ul.dropdown-menu {top: 96%; padding-top: 10px; left: 8px;}
	ul.nav li.dropdown > ul.dropdown-menu li.dropdown > ul.dropdown-menu {top: -14px; padding-top: 10px; left: 100%;}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>li.current-menu-item a, .navbar-default .navbar-nav>li.current-page-parent a.dropdown-toggle, .navbar-default .navbar-nav>.active>a {
		color: #000; 
		background: none;
		font-style: italic;
	}
	
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
		background: #eee;
		color: #000;
	}
	
	
	
	.navbar-default .navbar-nav>li.current-menu-item ul.dropdown-menu li a {border: none;}
	.navbar-default .navbar-nav>li.dropdown>a:after,
	.navbar-default .navbar-nav>li.dropdown>a:hover:after{ 
		height: 0;
	}



}
@media (max-width: 1199px) {

	
	.navbar-header, #navbar {
		float: left; 
		width: 100%; 
		padding: 0;
	}

	header {padding: 0; min-height: 120px; }
	header > .container {padding: 0;}
	.socialLinks {padding: 0 15px 15px 0;}
    .navbar-default .navbar-toggle {
		margin-top: -60px; 
		margin-bottom: 10px;
		float: right;
		display: block;
		background: white;
    }
    .navbar-default {position: static;min-height: 0px;margin: 0;padding: 0;}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    a.navbar-brand img {margin-top: 20px;}
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-collapse2, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-collapse2, .container>.navbar-header {margin: 0;}
    .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #e8e8e8;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
 	}

 	
 	.navbar-nav .open .dropdown-menu li, .navbar-default .navbar-nav>li { width: 100%;}
	.navbar-default .navbar-nav>li>a {font-size: 18px; }
	.navbar-default {}

	
    .navbar-collapse, .navbar-collapse2 {
		border: none;
        float: none;
    }
    .navbar-fixed-top {
		top: 0;
	}
    .navbar-collapse.collapse, .navbar-collapse.collapse2 {
        display: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;

    }
    .navbar-nav {
        float: none!important;
		height: auto;
		margin: 0;
		padding-bottom: 15px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding: 10px;
    }
    .collapse.in{
  		display:block !important;
  		background: #fff;
  		box-shadow: none !important;
	}
	.navbar-nav>li {margin: 0;}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.current-menu-item a, .navbar-default .navbar-nav>li.current-page-parent a.dropdown-toggle,
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default li a:hover {background: #eee; color: #444;}
	.navbar-nav .open .dropdown-menu li {padding-left: 10px;}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-nav .open .dropdown-menu li:hover {background: #eee; color: #444;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color: #444;}
	
	.navbar-nav>li>.dropdown-menu {border-radius: 0;}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {color: #444; background: #eee;}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #444;}
	
	.navbar-default .navbar-nav>li>a:hover .caret, 
	.navbar-default .navbar-nav>li.current-menu-item a .caret, 
	.navbar-default .navbar-nav>li.current-page-parent a.dropdown-toggle .caret,
	.navbar-default .navbar-nav>.open>a .caret, 
	.navbar-default .navbar-nav>.open>a:focus .caret, 
	.navbar-default .navbar-nav>.open>a:hover .caret, 
	.navbar-default li a:hover .caret,	
	.navbar-nav .open .dropdown-menu>li>a:focus .caret, 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover .caret {color: #777;}

}


/* Banner */

.bigBanner  {
	width: 100%;
	min-height: 650px;
	text-align: left;
	color: white;
	font-size: 21px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding-top: 150px;
	padding-bottom: 80px;
	border-radius: 0 0 45px 45px;
	position: relative;
}

.vidbg-container {
    border-radius: 0 0 45px 45px;
}
.bigBanner h1 {
  font-size: 88px;
  color: white;
  font-family: "Inter", helvetica, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
  margin-bottom:0;
  display: inline-block;

}
.bigBanner h1 span {
	display: block; 
	font-family: "FlechaM Italic", serif;
	font-style: italic;
}

.bigBanner .banner-heading-box {
	word-break: keep-all;
    overflow-wrap: normal; 
    hyphens: manual;
    overflow: visible;
}

.bigBanner .align-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 200px;
}

.bigBanner p {
	font-size: 21px;
	line-height: 32px;
	color: black;
	max-width: 880px;
	padding-top: 18px;
}

.bigBanner img {max-width: 100%;}

@media all and (max-width: 991px) {
	.bigBanner {background-position: bottom right;}
	.bigBanner h2 {font-size: 32px; line-height: 48px;} 
	.bigBanner p {font-size: 21px; line-height: 32px;}
}

@media all and (max-width: 767px) {
	.bigBanner h1 {font-size: 64px; } 
}


.blank-banner {background: #eee; color: #444;}
.blank-banner h2 {color: #444;}


button {
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	background: transparent;
	border-radius: 25px 0 25px 0;
	border: 2px solid #D02025;
	color: #D02025;
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px 40px;
    font-size: 24px;
}

button i { padding: 6px 16px 0 6px;}
button:hover {color: white; background: #D02025;}


.mainContent {
	min-height: 230px; 
	padding: 80px 0 48px 0;  
	margin: 0 auto;
	color: #444;
}
.mainContent p {padding: 8px 0;}


@media all and (max-width: 991px) {
	.container {width: 100%;}
}
.mainContent hr {
	height: 2px; 
	color: #4d565c; 
	background: #4d565c; 
	margin: 20px auto; 
	text-align: center;
}
.theContent h3 {color: #336EB4; margin-top: 24px;}

.mainContent ul li {
	list-style: square; 
	margin: 4px 0 4px 25px;	
}

.mainContent img {max-width: 100%; height: auto;}
.mainContent a {
	color: #444; 
	text-decoration: none; 
	cursor: pointer;
}
.mainContent a:hover {
	opacity: .8;
	text-decoration: none;
}

@media all and (min-width: 992px) {
	.up-1 {margin-top: -75px;}
	.up-2 {margin-top: -150px;}
	.up-3 {margin-top: -225px;}
	.down-1 {margin-top: 75px;}
	
}


.home-box {
	background-size: cover;
	min-height: 300px;
	margin-top: -120px;
	margin-bottom: 48px;
	padding-top: 140px;
	text-align: center;
	color: white;
}

.home-box h3 {color: white; font-size: 26px;}
@media all and (min-width: 992px) {
	
	.theContent {padding-right: 30px;}
	
}

.mC-with-background.intro-section {
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: -40px;
}
.mC-with-background.intro-section h2 {font-size: 64px;}
.mC-with-background.intro-section h2 span {color: #D02025;}
.mC-with-background.introducing-section {
	background-position: center right;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: -40px;
}
.introducing-box {padding: 96px 48px;}

.introducing-box-red {
    background: #D02025;
    border-radius: 45px 0 0 0;
    color: white;
}

.introducing-box-red h2 {font-size: 64px; color: white;}

.introducing-box-white {
    background: #fff;
    border-radius: 0 45px 0 0;
    color: #2C2727;
    margin-top: -50px;
}
.introducing-box-white h2 {
	color: #D02025; 
	margin-top: 32px;
}


.innovation-section {
	background: url('images/innovation-pattern.jpg') left top / 32px 100% no-repeat, #2C2727;
	color: white;
	padding-bottom: 130px;
}

@media all and (max-width: 767px) {
	.innovation-section {	
		background: url('images/innovation-pattern.jpg') left top / 16px 100% no-repeat, #2C2727;
	}

}
.innovation-section h2, .innovation-section h3, .innovation-section p {color: white;}

.innovation-title h2 {color: #D02025; font-size: 64px;}
.innovation-title h2 img {
    display: inline-block;
    margin-bottom: -20px;
}

.innovation-banner {margin: 100px auto;}
.innovation-explaination h2 {color: #D02025; font-size: 64px; margin-bottom: 50px;}
.innovation-explaination h3 {margin-top: 50px; font-size: 32px;}

.innovation-bullets {
    list-style-type: none; 
    padding-left: 0;
}

.innovation-bullets li {
    margin: 20px 0 20px 20px; 
    padding: 24px 0 24px 100px;
    background-position: left 20px;
    max-width: 460px;
}

.innovation-bullets li.bullet-1 {
	background-image: url(images/bullet-1.png);
	background-repeat: no-repeat;
	list-style: none;
}
.innovation-bullets li.bullet-2 {
	background-image: url(images/bullet-2.png);
	background-repeat: no-repeat;
	list-style: none;
}
.innovation-bullets li.bullet-3 {
	background-image: url(images/bullet-3.png);
	background-repeat: no-repeat;
	list-style: none;
}
.innovation-bullets li.bullet-4 {
	background-image: url(images/bullet-4.png);
	background-repeat: no-repeat;
	list-style: none;
}

@media all and (min-width: 1200px) {
	.innovation-bullets li.bullet-2 {margin-left: 90px;}
	.innovation-bullets li.bullet-4 {margin-left: -50px;}
}

.application-section {
	background-size: cover; 
	border-radius: 0 45px 0 0; 
	margin-top: -40px;
	z-index: 9999;
	position: relative;
}
.application-section h2 {
	font-size: 64px;
}
.applications-box {padding: 32px 15px;}
.applications-area {
	padding: 32px; 
	color: white; 
	background: #D02025; 
	border-radius: 45px;
	min-height: 400px;
	font-size: 24px;
	line-height: 56px;
}

@media all and (max-width: 1399px) {
	.applications-area {
	    min-height: 310px;
		font-size: 21px;
		line-height: 40px;
	}

}
@media all and (max-width: 1199px) {
	 .applications-area {
        min-height: 255px;
        font-size: 18px;
        line-height: 32px;
	}

}

   
.custom-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.carousel-wrapper {
    display: flex;
    width: 100%;
    transition: transform 0.6s ease-in-out;
   border-radius: 45px;

    
}

.carousel-slide {
    min-width: 100%;
    position: relative;
    text-align: center;
    
}


.carousel-slide {
    padding-bottom: 56.25%;
}

.carousel-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 45px;

}

.carousel-prev, .carousel-next {
        position: absolute;
    top: 35%;
    transform: translateY(-35%);
    background: white;
    color: red;
    border: 1px solid red;
    padding: 15px 15px 15px 20px;
    cursor: pointer;
    z-index: 10;
    font-size: 32px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

@media (max-width: 991px) {
    .carousel-slide {
        padding-bottom: 56.25%;
    }
}

@media (max-width: 768px) {
    .carousel-slide {
        padding-bottom: 75%;
    }
    .carousel-prev, .carousel-next {
        font-size: 20px; /* Slightly smaller on mobile */
        width: 45px;
        height: 45px;
        top: 22%;
    }
}


.ticker-container {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to right, #D02025 10%, #D02025 75%);
    padding: 10px 0;
    position: relative;
    white-space: nowrap;
    height: 50px;
}

.ticker-content {
    display: flex;
    animation: scrollTicker 30s linear infinite; /* Reverted: 60s to 30s */
    padding-left: 0;
    transform: translateX(0);
}

.ticker-item {
    display: inline-block;
    margin-right: 0;
    font-size: 16px;
    padding: 0 5px;
    color: white;
}

.ticker-item strong {
    font-weight: bold;
}

.ticker-separator {
    margin: 0 10px;
    color: white;
}

.overlap-item {
    display: inline-block;
    margin-right: -100%;
    visibility: hidden;
}

@keyframes scrollTicker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
    .ticker-item {
        font-size: 14px;
        padding: 0 3px;
    }
    .ticker-separator {
        margin: 0 5px;
    }
    .ticker-content {
        animation: scrollTicker 40s linear infinite; /* Reverted: 80s to 40s */
    }
}

/* About */

.green-about-section {
	color: white;
	background: #D02025;
	padding: 110px 0;
	margin-top: -40px;
}

.white-about-section {
	border-radius: 45px 0 0 0;
	color: #2C2727;
	margin-top: -40px;
	background: white;
}

.white-about-section .about-box {padding: 40px;}
.white-about-section .about-box h2 {color: #D02025;}

@media all and (min-width: 992px) {
	.three-cols {
		column-count: 3;
	}
	.white-about-section .about-box-wrap:nth-of-type(2) img {margin-top: -400px;}

}

@media all and (min-width: 1200px) {
	.white-about-section .about-box-wrap:nth-of-type(2) img {margin-top: -600px;}
}

.made-in-america-section {
	background-size: cover;
	background-position: top left;
	color: white;
	padding-bottom: 0;
	border-radius: 0 45px 0 0;
}
.made-in-america-section h2 {color: white; font-size: 64px; margin-bottom: 64px;}
	
.made-in-america-box-white {
	padding: 56px 72px; 
	border-radius: 0 45px 0 0;
	color: #2C2727;
	background: white;
	margin-top: 80px;
	
}
	
.made-in-america-box-white h2 {
	color: #2C2727; 
	font-size: 64px; 
	margin-bottom: 64px;
	max-width: 740px;
}
.made-in-america-box-white h2 span {color: #D02025;}
	

.made-in-america-box-white h2 img {
    vertical-align: top;
    margin-left: 14px;
    float: right;
}


	
@media all and (min-width: 1400px) {
	.made-in-america-section .container {width: calc(100% - 112px);}
}

@media all and (min-width: 1560px) {
	.made-in-america-section .container {width: calc(100% - 112px);}
}

@media all and (max-width: 767px) {
	.made-in-america-section .container {padding: 0 56px;}
}

.made-in-america-box-white h3 {font-size: 32px; margin: 48px 0 0 0; color: #D02025;}

	
/* Redaxin */	

.greenred-ingredient-section {
    background: linear-gradient(to right, #D02025 10%, #D02025 75%);
    padding: 200px 0 110px 0;
    color: white;
    margin-top: -40px;
}

.white-ingredient-section {
	border-radius: 45px 0 0 0;
	background: white;
	margin-top: -40px;
}
.white-ingredient-section .ingredient-box {padding: 40px;}
.white-ingredient-section .ingredient-box h2 {font-size: 64px; color: #2C2727;}
.white-ingredient-section .ingredient-box h2 span {
	color: #D02025;
	font: italic 300 64px "FlechaM Italic", serif;
}
.white-ingredient-section .ingredient-box h3 {
	color: #D02025;
	font: italic 300 32px "FlechaM Italic", serif;
	margin-bottom: 32px;
}


@media all and (max-width: 991px) {

	.white-ingredient-section .ingredient-box-wrap:nth-of-type(2) .ingredient-box,
	.white-ingredient-section .ingredient-box-wrap:nth-of-type(2) .ingredient-box p	 {padding: 0;}
	.white-ingredient-section .ingredient-box-wrap:nth-of-type(2) img {opacity: 0; height: 0px;}
	.white-ingredient-section .ingredient-box-wrap:nth-of-type(3) {margin-top: -75px;}
	

}
@media all and (min-width: 992px) and (max-width: 1199px) {

	.white-ingredient-section .ingredient-box-wrap:nth-of-type(2) img {opacity: 0; height: 45px;}
	.white-ingredient-section .ingredient-box-wrap:nth-of-type(3),
	.white-ingredient-section .ingredient-box-wrap:nth-of-type(4) {margin-top: -75px;}


}
@media all and (min-width: 992px) and (max-width: 1559px) {
	.white-ingredient-section .ingredient-box-wrap:nth-of-type(2)::after {
        clear: both;
        content: '';
        display: block;
        height: 120px;
        position: relative;
	}
}

@media all and (min-width: 1200px) {
	.white-ingredient-section .ingredient-box-wrap:nth-of-type(2) img {margin-top: -550px;}
}




.ingredient-box ul.imaged-list {    list-style-type: none; 
    padding-left: 0;
}

.ingredient-box ul.imaged-list li {
    margin: 20px 0 20px 20px; 
    padding: 24px 0 24px 100px;
    background-position: left 20px;
    max-width: 460px;
}

.ingredient-box ul.imaged-list li:nth-of-type(1) {
	background-image: url(images/clinical-bullet-1.png);
	background-repeat: no-repeat;
	list-style: none;
}
.ingredient-box ul.imaged-list li:nth-of-type(2) {
	background-image: url(images/clinical-bullet-2.png);
	background-repeat: no-repeat;
	list-style: none;
}

.clinical-section {padding: 120px 0; background-size: cover;}

.clinical-parent-box {
	padding: 48px; 
	background: white; 
	border-radius: 45px;
	border: 1px solid #D02025;
}

.clinical-parent-box h3 {
	color: #D02025;
	font: italic 300 32px "FlechaM Italic", serif;
	margin-bottom: 32px;
}

.clinical-box {padding: 5px 32px;}



.clinical-image {float: left; margin: 5px 15px 5px 0;}

.clinical-section button {
	background: linear-gradient(to right, #D02025 10%, #D02025 75%);
	color: white;
	border: none;
	margin-top: 50px;
}
.clinical-section button:hover {color: white; background: #D02025;}

.clinical-study-results {}

.bioactivity-section {
	padding: 110px 0; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.bioactivity-section h2 {
	font-size: 64px; 
	color: #D02025; 
	text-align: center; 
	margin-bottom: 56px;
}

.bioactivity-graphic {text-align: center;}
.bioactivity-graphic img {max-width: 450px; margin-bottom: 50px;}

.antioxidant-section {padding: 110px 0;}
.antioxidant-section h3 {
	color: #D02025;
	font: italic 300 32px "FlechaM Italic", serif;
	margin-top: 56px;
	margin-bottom: 0px;
}

.antioxidant-side-image img {border-radius: 45px;}
.antioxidant-side-content {padding: 48px;}
.science-that-powers-section {
	background-size: cover;
	background-position: top left;
	color: #2C2727;
	padding-bottom: 0;
	border-radius: 45px 0 0 0;
}
.science-that-powers-section h2 {
	color: #2C2727; 
	font-size: 64px; 
	margin-bottom: 64px;
	max-width: 530px;
}

@media all and (max-width: 991px) {
	.science-that-powers-section h2 {color: white;}
}
.science-that-powers-section h2 span {color: #D02025;}
.science-that-powers-box-red {
	padding: 56px 72px; 
	border-radius: 0 45px 0 0;
	color: #fff;
	background: #D02025;
	margin-top: 80px;
	padding-bottom: 140px;
	
}
	
.science-that-powers-box-white h2 {
	color: #2C2727; 
	font-size: 64px; 
	margin-bottom: 64px;
	max-width: 740px;
}
.science-that-powers-box-white h2 span {color: #D02025;}
	

.science-that-powers-box-white h2 img {
    vertical-align: top;
    margin-left: 14px;
    float: right;
}


	
@media all and (min-width: 1400px) {
	.science-that-powers-section .container {width: calc(100% - 112px);}
}

@media all and (min-width: 1560px) {
	.science-that-powers-section .container {width: calc(100% - 112px);}
}

@media all and (max-width: 767px) {
	.science-that-powers-section .container {padding: 0 56px;}
}

.science-that-powers-box-white h3 {font-size: 32px; margin: 48px 0 0 0; color: #D02025;}


#testimonials {
	color: white;
	padding: 140px 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

#testimonials h3 {
	font: bold 28px "Inter", helvetica, sans-serif;
	text-transform: none;
	color: white;
}

.testimonials {
	height: auto; 
	margin-top: 30px;
	padding: 16px; 
	font: 21px/32px "Inter", helvetica, sans-serif;
	color: white;
}

.testimonials-tab .etabs {
    display: none;
}
.testimonials-tab .tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.testimonials-tab {
    margin: 0;
    color: white;
}

.testimonials-tab .tab-block {
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.testimonials-tab .tab-block h5.author {
	display: block;
	font-size: 16px;
	font-style: italic;
	color: white;
	margin: 24px 0;
	padding: 0;
}

.testimonials-tab .panel-container {
    border: none
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content {font-size: 15px !important; line-height: 18px;}
.intro-copy {padding-bottom: 48px;}

@media all and (max-width: 767px) {
	.list-block {margin-bottom: 32px;}
}

@media all and (min-width: 768px) {
	.list-block {min-height: 270px;}
}



.blogArea a, .blogPostWrapper {text-decoration: none;}
a.blogPostWrapperLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;

}
.blogPostWrapper {
	min-height: 450px; 
	padding:  0; 
	padding-top: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	margin: 15px 0px;
}

.blogPostWrapper i {display: inline-block; padding: 3px; margin-top: 4px;}



.blogArea a.blogPostWrapperLink {padding-top: 70px;}
.blogArea .blogPostWrapper {min-height: 280px;}

.blogPostWrapper div.post {max-width: 600px;}

.blogPostWrapper h2, 
.blogPostWrapper .meta, 
.blogPostWrapper .entry {
	color: white !important;
	text-decoration: none;
}

.blogPostWrapper:hover {opacity: .8;text-decoration: none;}

body.page-template-page-blog a, body.page-template-page-blog a:hover {text-decoration: none;}

body.page-template-page-blog .mainContent {padding-bottom: 0;}



.meta {margin-top: 9px;}

.entry {margin-top: 20px;}

.contact-iframe {
	width: 100%; 
	max-width: 100%; 
	z-index: 100; 
}
.overlayiframe {
    background: transparent;
    position: relative;
    width: 100%;
    height: 300px;
    top: 0;
    margin-top: -310px;
    z-index: 99999999;
}


/* FOOTER */

.prefooter {
	background: rgb(48,164,220);
	background: -moz-linear-gradient(90deg, rgba(48,164,220,1) 0%, rgba(32,139,191,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(48,164,220,1) 0%, rgba(32,139,191,1) 100%);
	background: linear-gradient(90deg, rgba(48,164,220,1) 0%, rgba(32,139,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30a4dc",endColorstr="#208bbf",GradientType=1);
}
.prefooter img {max-width: 400px; margin: 12px auto;display: block;}

@media all and (min-width: 1200px) {
	.prefooter-col {padding: 15px 25px;}
}
.footer {
	min-height: 100px; 
	background: rgba(44, 39, 39, .2); 
	font-size: 16px;
	color: #2C2727;
	padding: 80px 0 40px 0;
	line-height: 25px;
}
.footer button {
	margin: auto; 
	display: block; 
	background: none; 
	padding: 5px 10px; 
	border: 2px solid #ababab;}

.footer a {color: #fff;}
.footer h6 {
	font: bold 28px "Inter", helvetica, sans-serif;
	color: #2C2727;
	margin-top: 35px;
	margin-bottom: 15px;
}

.footer p {padding: 9px 0;}
.footer .menu {text-align: left; margin-bottom: 40px;}
.footer .menu li {display: inline-block; padding: 5px 0;}
.footer .menu li a {
	color: #2C2727;
	font: normal 18px "Inter", helvetica, sans-serif;
	margin-right: 40px;
}


.footer i {
	color: #2C2727;
	font-size: 24px;
	margin: 0 10px 0 0 ;
}

.footer i.social {font-size: 38px; color: white; margin: 20px 10px 10px 0;}
.footer small {font-size: 12px; font-style: italic; line-height: 12px;}
.footer button {
	font-size: 18px;
}
.footer button i {font-size: 20px; color: #ababab;}

.footer .disclaimer {padding: 10px; border: 1px solid #2C2727; margin-top: 56px;}
.copyright {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	text-align: center;
}

.copyright strong {display: inline-block; padding: 8px;}
	
.copyright a {color: #fff; text-decoration: none; cursor: pointer;}
.copyright a:hover {color: #fff; text-decoration: underline;}

/* FORM */

#sidebar {
	background: #eee;
	padding: 20px 30px;
}
#sidebar h3 {
	font-size: 24px;
	font-weight: normal;
}
.footer-form {
	margin: 25px auto 0 auto;
	box-shadow: 0 0 3px #333;
	padding: 0;
}

body .gform_wrapper ul li.gfield {
	margin-top: 1px !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}
.gform_wrapper li.hidden_label input {margin-top: 0 !important;}

.gform_wrapper .gform_body {width: 100% !important;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100% !important;
	font-size: 14px !important;
	border: none!important;
	outline: none !important;
	padding: 6px 12px !important;
	color: #444 !important;
	background: #fff !important;
}
.gform_wrapper .top_label .gfield_label {color: #444 !important; margin: 15px 0 0 0;}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder{ 
  color: #444 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, 
.gform_wrapper textarea::-moz-placeholder {
  color: #444 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, 
.gform_wrapper textarea:-ms-input-placeholder {
  color: #444 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, 
.gform_wrapper textarea:-moz-placeholder {
  color: #444 !important;
}
.gform_wrapper textarea {
	font-size: 14px !important;
	border: none !important;
	outline: none !important;
	padding: 8px 12px !important;
	height: 100px !important;
	width: 100% !important;
	float: right;
	color: #444 !important;
	background: #fff !important;
}

.gform_wrapper .chosen-container, .gform_wrapper .chosen-container * {
	width: 100% !important;
}
.gform_wrapper .gform_footer {
	padding: 3px 0 0 0 !important; 
	margin-top: 0 !important;
	text-align: center;}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	width: 100% !important; 
	padding: 7px 15px; 
	text-align: center; 
	outline: none;
	border: none;
	background: #337234;
	margin: 10px auto !important;
	color: white;
	position: relative;
	text-transform: uppercase;
	font: bold 18px "Inter", sans-serif !important;
	float: right !important;
	clear: both !important;
}

#gform_wrapper_1.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 25px 0 0 0 !important;
	padding: 32px !important;
	text-align: left !important;
	max-width: calc(100% - 20px);
    float: right;
    position: relative;
	z-index: 999999;
	margin-right: 20px;
}

#gform_wrapper_1.gform_wrapper .gform_footer input.button, 
#gform_wrapper_1.gform_wrapper .gform_footer input[type=submit], 
#gform_wrapper_1.gform_wrapper .gform_page_footer input.button, #gform_wrapper_1.gform_wrapper .gform_page_footer input[type=submit] {
	width: 110px !important; 
	padding: 0; 
	text-align: center; 
	outline: none;
	border: none;
	background: none;
	margin: -44px 0 0 0 !important;
	position: absolute;
    right: 10px;
    top: 44px;
    z-index: 999999999;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
     margin-bottom: 0px!important; 
     border-top: none !important; 
     border-bottom:  none !important; 
     padding-bottom: 0px !important; 
     padding-top: 0px !important; 
    box-sizing: border-box;
}

div#validation_message_1_1 {
    position: relative;
    background: none;
}

div#gform_1_validation_container {
    position: absolute;
    top: -74px;
}

.gform_wrapper .field_description_below .gfield_description {padding-top: 0 !important;}
.gform_wrapper .validation_message {
    padding: 5px !important;
    background: rgba(255,255,255,.6);
}

.gform_wrapper div.validation_error {    
	border: 1px solid #911311 !important;
	color: #444 !important;
}
div#gform_confirmation_wrapper_1 {
    padding: 8px !important;
    border: 1px solid #444 !important;
}


.form-wrap {
    background: #eee;
    padding: 20px;
    margin-top: 32px;
}
div#gform_wrapper_2 .gform_footer:after,
.form-wrap .gform_footer:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
}

@media all and (min-width: 768px) {
	li#field_1_1, li#field_1_2,
	li#field_1_3, li#field_1_4 {
		width: calc(50% - 5px) !important;
		float: left !important;
		clear: none !important;
	}
	li#field_1_1, li#field_1_3 {margin-right: 10px !important;}
	li#field_1_5 {float: left; clear: both; width: 100%;}
}


@media all and (min-width: 992px) {
	.push-r-large, .push-half {margin-left: 16.6666%;}
}


.cta-wrapper {
	padding: 15px;
}
.cta-wrapper:first-of-type {
	padding: 15px 0 15px 15px;
}

@media all and (max-width: 767px) {

	.cta-wrapper:first-of-type {
		padding: 15px 15px 0 15px;
	}

}
.cta-wrap {
	padding: 56px 32px; 
	min-height: 380px;
}

@media all and (min-width: 768px) {
	.cta-content {
		max-width: calc(100% - 80px); 
		float: left;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 10%;
	}
}

@media all and (min-width: 992px) {
	.cta-content {
		max-width: 415px;
	}
}

@media all and (min-width: 1200px) {
	.cta-content {
		left: 16%;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.cta-content {
		max-width: 410px;
	} 
}

.cta-content {
	color: white; 
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
}
.cta-content h4 {
	font: bold 32px "Inter", helvetica, sans-serif; 
	color: white;
	margin-bottom: 16px;
}
.cta-content button {
	background: white; 
	padding: 16px 48px 12px; 
	font-size: 18px; 
	margin-top: 24px;
}

.spu-box img.aligncenter {max-width: 200px;}

.teamsection h6 {color: #90d479; margin-top: 15px;}
.person-block {padding: 45px 0 25px 0; border-top: 2px solid #eee;}
.person-block img {width: 100%;}

.team-member {min-height: 560px;}
.team-member h4 {
	font: bold 18px "Inter", helvetica, sans-serif;
	margin-top: 24px;
}
.team-member p {
	line-height: 21px;
}

#pageslide {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 99999999999;
	overflow-y: scroll !important;
	/* Specify the width of your pageslide here */
	width: calc(100% - 30px);
	padding: 5%;
	/* These styles are optional, and describe how the pageslide will look */
	background: rgba(255, 255, 255, .98);
	color: #000;
}

.overlay a, .overlay a:hover {text-decoration: none;}

.overlay table {padding:15px;}
.overlay p {
	padding: 9px 0;
}

.story-overlay p {font-size: 18px; line-height: 32px;}
.overlay img {width: 100%; max-width: 1170px; height: auto;}
.overlay td {padding: 2px 0;}
.overlay td strong {font-weight: 300;}
.overlay tr.nrow td:first-of-type {padding-top: 13px;}
.overlay ul {padding-left: 24px;}
.overlay ul li {list-style-type: square; margin-left: 15px;}

a.x {
  color: #000;
  font: 16px "Inter", sans-serif;
  position: absolute;
  top: 20px;
  right: 25px !important;
}

.overlay i {
	color: black; 
	padding: 8px; 
	display: inline-block;
	margin: 13px 0;
}
.overlay h3 {
	font: bold 24px "Inter", helvetica, sans-serif;
	color: #337234;
}
.overlay h4 {
	font: bold 18px "Inter", helvetica, sans-serif;
	color: black;
}
.overlay {display: none;}



@media all and (max-width: 991px) {
	#pageslide {padding-top: 15%;}
	.leftPartFlyout {margin-bottom: 20px; border: none;}
}



/* Home Blog Styles */

.blog-section {
	padding: 80px 0;
	background: #fff;

}

.blog-section h2 {
	font-size: 64px;
    padding-bottom: 180px;
    text-align: left;
    max-width: 400px;
    margin-bottom: -160px;
    margin-left: 50px;
}
.blog-section h2 span {color: #D02025;}




#primary {width: 100% !important;}
.blog article {
	padding: 24px; 
	background: #fff; 
	float: left; 
	max-width: 30%; 
	width: 100%;
	margin: 1.5%;
	min-height: 330px;
}

.featured-image {
	width: 100%; 
	position: relative; 
	height: 350px;
	background-position: center center;
	border-radius: 0 45px 0 0;
}
@media all and (max-width: 991px) {
	.featured-image {
		height: 420px;
	}
}
			
.blogpost-wrapper {padding: 0 5px; margin-bottom: 10px; }
.blogpost-home {background: #fff; padding: 48px;}

a.bloglinktool {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    height: 100%;
}

.home-blog-content {
	padding: 32px 24px;
	font-size: 13px;
	line-height: 21px;
	background: #2C2727;
	border-radius: 0 ;
	min-height: 130px;
    position: relative; 
}

.home-blog-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px; 
    background: linear-gradient(to right, #D02025 10%, #D02025 75%); /* Gradient with stops */
    z-index: 1; 
}
.home-blog-content h3  {
	color: #D02025; 
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.home-blog-content h4, .home-blog-content h4 a  {
	color: #fff; 
	font-size: 24px;
	text-transform: none;
	text-decoration: none;
}

.home-blog-content h4::after  {
	content: "\f178"; 
    font-family: "Font Awesome 6 Pro"; 
    font-weight: 300;
    font-size: 32px; 
    margin-left: 12px;
    margin-top: 2px;
    position: absolute;
    color: #D02025;
}
.home-blog-content p {font-size: 18px; color: white;}
.blogpost-wrapper:nth-of-type(odd) .featured-image {border-radius: 0 45px 0 0;}
.blogpost-wrapper:nth-of-type(even) .featured-image {border-radius: 45px 0 0 0;}


@media all and (min-width: 992px) {
	.blogpost-wrapper:nth-of-type(1) {
		float: right;
		margin-top: -200px;
	}
	
	.blogpost-wrapper:nth-of-type(4) {
		float: left;
		margin-top: -470px;
	}
}

/* Contact */

.contactContent {
	padding-bottom: 100px; 
	margin-bottom: 0;
	border-radius: 15px 15px 0 0;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}
.contactContent .form-wrap {
	background: white;
	border-radius: 15px;
	padding: 25px;
}
.contactContent .form-wrap h2 {
	font-size: 56px;
	font-family: "Inter", helvetica, sans-serif;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 16px;
  	display: inline-block;
  	
}

.contactContent .form-wrap .gform-theme--foundation .gfield textarea.medium, .contactContent .form-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 15px !important;
	background: #dddee4 !important;
	color: black !important;
	padding: 18px !important;
    height: 52px !important;
}

.contactContent .form-wrap input#gform_submit_button_2 {
	background: #D02025 !important;
	border-radius: 25px 0 25px 0 !important;
	border: 1px solid #D02025 !important;
	color: #fff !important;
	float: left !important;
    display: block !important;
    width: 200px !important;
    margin: 15px 0 !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
}

.manufacturer-wrap button {
    margin: 12px auto;
}
