@charset "UTF-8";
html {
	font-size: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #000;
}

h1, h2, h3 {
	font-weight: 700;
}

.h1, h1 {
	font-size: 2em;
}

.h2, h2 {
	font-size: 1.2rem;
}

.h3, h3 {
	font-size: 1rem;
}

.h4, h4 {
	font-size: 0.9rem;
}

.h5, h5 {
	font-size: 0.8rem;
}

.h6, h6 {
	font-size: 0.7rem;
}

p {
	font-size: 0.7rem;
}

.entry-content ol{
    margin-left:0;
}

.entry-content ol li{
    margin-bottom:10px;
}

@media (min-width: 768px) {
	.h1, h1 {
		font-size: 3em;
	}
	.h2, h2 {
		font-size: 2rem;
	}
	.h3, h3 {
		font-size: 1.75rem;
	}
	.h4, h4 {
		font-size: 1.5rem;
	}
	.h5, h5 {
		font-size: 1.25rem;
	}
	.h6, h6 {
		font-size: 1rem;
	}
	p {
		font-size: 1rem;
	}
}

.videoWrapper {
    padding: 56.25% 0 0 0;
    position: relative;
}

.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* HDP Pop up */

#hdpPopup .image {
    position: relative;
    margin-bottom: -6px;
}

#hdpPopup .buttons {
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hdpPopup .buttons .signup {
    bottom: 8px;
    color: white;
    text-decoration: none;
    background: #3ab54a;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 800;
    margin-right: 10px;
}

#hdpPopup .buttons .nothanks {
    color: white;
    text-decoration: none;
    background: RGBA(0, 0, 0, 0.49);
    font-weight: 400;
    padding: 5px 20px;
    font-size: 12px;
}

@media(min-width: 749px) {
    #hdpPopup .buttons {
        bottom:27px;
        height: 90px;
    }

    #hdpPopup .buttons .signup {
        font-size: 30px;
        margin-right: 20px;
        padding: 5px 30px;
    }

    #hdpPopup .buttons .nothanks {
        padding: 10px 30px;

        font-size: 24px;
    }
}

.modal-backdrop {
    opacity: 0.85 !important;
}

.hdpPopup .modal-body {
    padding: 0;
    text-align: center;
    overflow: hidden;
}



.black-friday {
    background: black;
}

.black-friday p {
    color: #f00;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px;
}

.black-friday .bfheadercallout {
    display: none;
    clear: both;
}

.black-friday p:first-of-type:before {
    display: none;
}

.home .modal-body {
    padding: 1rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .home .modal-dialog {
        max-width: 500px;
    }
}

/* Horizontal Gradient */
/* Vertical Gradient */
/* Vertical Gradient */
/* Transform Skew */
#masthead {
    background:#23591b;
    padding: 0rem 15px 0rem;
}

.navbar-dark .navbar-toggler {
	float: right;
}

.navbar-dark .navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}

.navbar-dark .navbar-toggler path {
	fill: #FFFFFF;
}

.navbar-collapse {
	clear: both;
}

.site-header .widget {
	margin-bottom: 0;
	padding: 0;
}

.site-branding {
	width: 100%;
	padding: 5px 0px 5px 15px;
}

.site-branding > a {
	max-width: 134px;
	height: auto;
}

.site-header a.btn-primary {
	display: block;
}

.main-navigation {
	margin-bottom: 0;
}

.main-navigation ul {
	display: flex;
}

.main-navigation li {
	width: 100%;
}

.navbar-light .navbar-nav .outline .nav-link {
	padding: 0.12rem 0.5rem;
	margin: 0.5rem auto 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: -0.8px;
	color: #000;
	text-align: center;
	transition: 0.1s ease-in-out;
	padding: 10px 20px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #ff8e00;
}

/**/
.main-navigation li:nth-child(odd) {
	background: #333;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
}

@media screen and (max-width: 576px) {
	.navbar-dark .navbar-nav .nav-link {
		padding: .5rem 1rem;
	}
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #ec5e00;
}

.main-navigation li {
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
}

@media (min-width: 768px) {
    
    #masthead {
        background:url(images/dna-strand.png) no-repeat 30% 0/auto 100% #23591b;
        padding: 0rem 15px 2rem;
    }
    
	.main-navigation .outline {
		margin-left: 1rem;
	}
    
	.main-navigation .outline a {
		display: table;
		margin-top: 6px;
		padding: 2px 10px;
		/* fallback/image non-cover color */
		background-color: #ec5e00;
		/* Firefox 3.6+ */
		background-image: -moz-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
		/* Safari 4+, Chrome 1+ */
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec5e00), color-stop(50%, #f16f00), color-stop(100%, #fe9a00));
		/* Safari 5.1+, Chrome 10+ */
		background-image: -webkit-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
		/* Opera 11.10+ */
		background-image: -o-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
		/* IE10+ */
		background: -ms-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
		/* Standard */
		background: linear-gradient(to right, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
		/* IE6-9 */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
		color: #FFFFFF !important;
		-webkit-transform: skew(-15deg, 0);
		-moz-transform: skew(-15deg, 0);
		-ms-transform: skew(-15deg, 0);
		-o-transform: skew(-15deg, 0);
		transform: skew(-15deg, 0);
	}
	.main-navigation .outline a:hover {
		/* fallback/image non-cover color */
		background-color: #ec5e00;
		/* Firefox 3.6+ */
		background-image: -moz-linear-gradient(left, #ec5e00 0%, #ec5e00 50%, #ec5e00 100%);
		/* Safari 4+, Chrome 1+ */
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec5e00), color-stop(50%, #ec5e00), color-stop(100%, #ec5e00));
		/* Safari 5.1+, Chrome 10+ */
		background-image: -webkit-linear-gradient(left, #ec5e00 0%, #ec5e00 50%, #ec5e00 100%);
		/* Opera 11.10+ */
		background-image: -o-linear-gradient(left, left, #ec5e00 0%, #ec5e00 50%, #ec5e00 100%);
		/* IE10+ */
		background: -ms-linear-gradient(left, left, #ec5e00 0%, #ec5e00 50%, #ec5e00 100%);
		/* Standard */
		background: linear-gradient(to right, left, #ec5e00 0%, #ec5e00 50%, #ec5e00 100%);
		/* IE6-9 */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	}
	.main-navigation .outline a span {
		display: block;
		-webkit-transform: skew(15deg, 0);
		-moz-transform: skew(15deg, 0);
		-ms-transform: skew(15deg, 0);
		-o-transform: skew(15deg, 0);
		transform: skew(15deg, 0);
	}
}

.site-header .live-chat-widget {
	position: absolute;
	right: 15px;
	bottom: -64px;
}

.site-header .live-chat {
	display: block;
	background: url(images/live-chat-orange-2.svg) no-repeat 0 0;
	background-size: cover;
	width: 67px;
	height: 44px;
	text-indent: -9999em;
	cursor: pointer;
}

.shipping-promo .inner {
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: .3rem 0 .3rem;
}

.shipping-promo .headercallout{
    position: relative;
}

.shipping-promo .promo {
    position: absolute;
    right: 0;
    top: -45px;
    width: 200px;
    text-align: right;
    padding: 0;
    color: #fff;
}

.shipping-promo label{
    font-size: 0.8rem;
}

.shipping-promo .prc.code {
    background-color: #fff;
    color: #000;
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: .5rem;
    text-align: center;
    display: inline-block;
    padding: .2rem 1rem;
    position: relative;
    top: 0px;
    width: 70px;
}

.shipping-promo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 60px;
	text-align: center;
	min-height: 1px;
	text-align: center;
	background-color:#349d01;
}

.shipping-promo .widget_custom_html {
	margin-bottom: 0;
}

.shipping-promo p {
	display: inline-block;
	position: relative;
	margin: 0px;
	color: #fff;
	font-weight: 600;
	font-size: 0.6rem;
	text-align: left;
	line-height: 1em;
}

.shipping-promo .number p {
    display: block;
	text-align: right !important;
}

.shipping-promo .number p:first-of-type:before{
    display: none;
}

.shipping-promo .number p a{
    color:#fff;
}

@media screen and (min-width: 576px) {
    
	.shipping-promo p {
		font-size: 1rem;
		line-height: 1.5em;
	}
	
	.shipping-promo .headercallout > div > p{
		padding-left:60px;
	}
    
}

@media screen and (min-width: 768px) {
    
	.shipping-promo .promo {
		top: -55px;
	}
	
    .shipping-promo .inner {
        flex-direction: row;
        padding: 0rem;
    }
    
}

.shipping-promo p .code {
	background: #FFFFFF;
	padding: 5px 10px;
	margin-left: 0.5em;
	color: #ff8e00;
}


@media screen and (min-width: 768px) {
    
    .shipping-promo p:first-of-type:before {
        content: "";
	    text-align: center;
        width: 25px;
        height: 19px;
        background: url(images/yellow-shipping-ico.png) no-repeat 0 center;
        background-size: cover;
        position: absolute;
        top: -5px;
        left: 0px;
        z-index: 9;
		padding-left: 50px;
	}
}

@media screen and (min-width: 576px) {
	.shipping-promo p:first-of-type:before {
		width: 40px;
		height: 35px;
		top:-8px;
	}
}

.shipping-promo em {
	font-style: normal;
	color: #fff000;
}

@media screen and (min-width: 576px) {
	.main-navigation li:nth-child(odd) {
		background: none;
	}
}

@media screen and (min-width: 992px) {
	
	.shipping-promo .promo {
		top: -45px;
	}
	
	.site-header .live-chat-widget {
		position: relative;
		right: 0;
		bottom: 0;
	}
	.site-branding {
		width: 100%;
		max-width: 220px;
		padding: 15px 0px;
	}
	.site-branding > a {
		max-width: none;
		height: auto;
	}
	.navbar-light .navbar-nav .outline .nav-link {
		margin-top: 6px;
		margin-bottom: 0;
		margin-left: 15px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-right: 0.7rem;
		padding-left: 0.7rem;
	}
	.main-navigation {
		float: right;
		width: auto;
		margin-bottom: 0;
	}
	.main-navigation li {
		width: auto;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media screen and (max-width:767px) {
    
 
    #masthead {
        background: #23591b;
        padding: 0rem 10px 0rem;
    }
    
	.main-navigation li.phone-num {
        background: transparent;
        color: #fff;
        width: 55%;
        font-size: 0.6rem;
        display: inline-block !important;
        float: none;
	}
    
    .main-navigation ul {
        display: block;
    }
    
	.main-navigation li.phone-num a {
        color: #fff;
        font-size: 0.6rem;
        display: inline;
	}
	.main-navigation .code.prc {
        background-color: #fff;
        color: red;
        font-size: 0.6rem;
        padding: 0;
        width: 60px;
        float: right;
        display: block;
        text-align: center;
        margin-left: 0;
	}
	.main-navigation li.promo {
        font-size: 0.8rem;
        width: 44%;
        margin-top: 0;
        margin-right: 0;
        display: inline-block !important;
        position: relative;
        top: 5px;
        left: 0;
        float: right;
	}
	.main-navigation .promo label {
        color: #fff;
        font-size: 0.6rem;
        font-weight: 600;
        margin-right: 0;
        margin-bottom: 0;
        text-align: right;
        position: relative;
        top: -3px;
	}
}

.post, .page {
	margin: 0;
}

#page {
	overflow-x: hidden;
}

/* Extra, extra large devices */
@media (min-width: 1665px) { 
	
	.col-xxl-3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	
	.col-xxl-4 {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
	.container {
		max-width: calc(100% - 30px);
	}
}

.entry-content {
	margin: 0;
}

a.btn-secondary,
a.btn-primary,
.btn-secondary,
.btn-primary {
	display: inline-block;
	/* fallback/image non-cover color */
	background-color: #ec5e00;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec5e00), color-stop(50%, #f16f00), color-stop(100%, #fe9a00));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Standard */
	background: linear-gradient(to right, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	position: relative;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	border: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.75rem 1.5rem 0.75rem 1.5rem;
	-webkit-transform: skew(-15deg, 0);
	-moz-transform: skew(-15deg, 0);
	-ms-transform: skew(-15deg, 0);
	-o-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	outline: none;
}

a.btn-secondary:hover,
a.btn-primary:hover,
.btn-secondary:hover,
.btn-primary:hover {
	/* fallback/image non-cover color */
	background-color: #ec5e00;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #ec5e00 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec5e00), color-stop(50%, #f16f00), color-stop(100%, #ec5e00));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #ec5e00 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #ec5e00 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #ec5e00 100%);
	/* Standard */
	background: linear-gradient(to right, left, #ec5e00 0%, #f16f00 50%, #ec5e00 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

a.btn-secondary.focus, a.btn-secondary:focus,
a.btn-primary.focus,
a.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

a.btn-secondary span:not(.fa),
a.btn-primary span:not(.fa),
.btn-secondary span:not(.fa),
.btn-primary span:not(.fa) {
	display: inline-block;
	-webkit-transform: skew(15deg, 0);
	-moz-transform: skew(15deg, 0);
	-ms-transform: skew(15deg, 0);
	-o-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
}

a.btn-secondary .fa,
a.btn-primary .fa,
.btn-secondary .fa,
.btn-primary .fa {
	display: inline-block;
	padding: 0em;
	margin-left: 0.5em;
}

.highlight {
	color: #ff8e00;
}

.highlight-two {
	color: #1c5513;
}

.highlight-three {
	color: #dd0303;
}

/* List Styles */
.x-list-styles {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom:0;
}

.x-list-styles li:before {
	content: "\f057";
	font-family: fontAwesome;
	color: #dd0303;
	margin-right: 0em;
	padding-right: 0.5em;
}

.x-list-styles li {
	color: #1c5513;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	
	.x-list-styles{
		margin-bottom:1.5em;
	}
	
	.x-list-styles li:before {
		margin-right: 0.5em;
	}
	
	.x-list-styles li {
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
}

/**/
.check-list-styles {
	position: relative;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.check-list-styles li:before {
	position: absolute;
	top: -5px;
	left: 0;
	content: "\f058";
	font-family: fontAwesome;
	font-size: 1.1rem;
	color: #1c5513;
	margin-right: 0em;
	padding-right: 0.5em;
}

@media (min-width: 768px) {
	.check-list-styles li:before {
		font-size: 1rem;
		top: 0;
	}
}

.check-list-styles {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.check-list-styles {
		margin-bottom: 1.5em;
	}
}

.check-list-styles li {
	position: relative;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
}

@media (min-width: 768px) {
	.check-list-styles li {
		font-size: 1rem;
	}
}

/* Homepage */
#intro {
	position: relative;
	background:url(images/landscape-bg.jpg) no-repeat 0px bottom;
	background-size:cover;
	margin-bottom: 0;
	padding: 0rem 0rem 0rem;
}

@media (min-width: 1021px) and (max-width: 1340px){

}

#intro:before{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	content:"";
	background:rgba(255,255,255,0.5);
}

#intro > div{
	position:relative;
	z-index:2;
}

#intro .product-pkg {
	position: relative;
	z-index: 1;
}

#intro .title {
	display: table;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 2rem;
	line-height: 1em;
 	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 1px 1px #1d5614, 1px 0px 1px #1d5614, 0px -1px 1px #1d5614, -1px 0px 1px #1d5614;
	margin: 1rem auto 0.5rem;
}

#intro .sub-title{
	font-size:1rem;
	margin-bottom:1rem;
	text-align:center;
}

#intro .sub-title strong{
	display:block;
	font-size: 1rem;
	line-height: 1em;
}

@media (min-width: 567px) and (max-width: 768px) {
	#intro .title{
		font-size: 1rem;
	}
	
	#intro .sub-title {
    	font-size: 0.6rem;
   }
   
   #intro .sub-title strong{
		font-size: 0.7rem;
   }
}

@media (min-width: 768px) {
	
	#intro .title {
		margin-bottom:1rem;	
		display: block;
		text-align: left;
	}

	#intro .sub-title{
		text-align:left;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	
	#intro .sub-title{
		font-size: 0.7rem;
	}
}

@media (min-width: 1200px) {
	
	#intro:before{
		display:none;
	}
	
	#intro .sub-title{
		font-size: 1rem;
		margin-bottom:2rem;
		text-align:left;
	}
	
	#intro .sub-title strong{
		display:inline-block;
		font-size: 2rem;
		line-height: 1em;
	}
	
	#intro .title {
		display: block;
		font-size: 3rem;
		text-align: left;
	}
}

@media (min-width: 1665px) and (max-width: 1800px){
	
	#intro .sub-title strong{
		font-size: 1.8rem;
	}
	
}

#intro .title .highlight {
	display: inline-block;
	color: #ec5e00;
	text-shadow: 0px 0px 0px #fff;
}

#intro span {
	display: block;
	color:#ec5e00;
}

#intro .icon-list {
	padding-left: 0px;
	margin: 0rem 0rem;
	max-width: 100%;
}

#intro .icon-list li {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0.5rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 0.7rem;
	line-height: 1.2em;
	letter-spacing: 0px;
}

@media (min-width: 576px) and (max-width: 992px) {
	
	#intro .icon-list {
		margin: 0rem 0rem;
	}
	
	#intro .icon-list li {
		margin-bottom: 0.5rem;
	}
}

@media (min-width: 1200px) {
	
	#intro .icon-list {
		margin: 2rem 0rem;
	}
	
	#intro .icon-list li {
		font-size: 1rem;
		margin-bottom: 1rem;
		padding-left: 40px;
	}
}

@media (min-width: 992px) and (max-width: 1200px){
	#intro .icon-list li {
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
		padding-left: 40px;
	}
}

#intro .icon-list li::before {
	content: "\f06c";
	font-family: fontAwesome;
	color: #23591b;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	transform: scaleX(-1);
	font-size: 1rem;
}

@media (min-width: 992px) {
	#intro .icon-list li::before {
		top: 0rem;
		font-size: 1.4rem;
	}
}

#intro img {
	margin: 1rem auto 0rem;
}

#intro small {
	display: block;
	margin: 1rem 0rem 1rem;
	font-size: 0.5rem;
	line-height: 1em;
	font-style: italic;
	font-weight: 700;
}

@media (min-width: 768px) {
	
	#intro small {
		margin-top: 0;
		margin-bottom: 1rem;
	    font-size: 0.55rem;
	    line-height: 1.2em;
	}
	
	#intro img {
		margin: 2rem auto 0rem;
	}
	
}

/****/
#video {
	background: #ebebec;
}

@media (min-width: 576px) {
	#video {
		background: #fff;
	}
}

#video .header {
	color: #1c5513;
	font-weight: 700;
	margin-bottom: 1rem;
}

#video .quote {
	position: relative;
	color: #1c5513;
	font-family: "Roboto Slab", serif;
	font-size: 0.6rem;
	font-weight: 600;
	line-height: 1.3em;
	text-align: left;
	letter-spacing: 0px;
	margin: 0rem auto 0rem;
	padding-left: 30px;
}

@media (min-width: 576px) and (max-width: 768px) {
	#video .quote {
		font-size: 1.1rem;
		margin:0rem auto 1rem;
		padding-left: 65px;
	}
}

@media (min-width: 768px) {
	
	#video .header {
		font-weight: 800;
		margin-bottom: 2rem;
	}

	#video .quote {
		font-size: 1.5rem;
		padding-left: 100px;
		margin-bottom:2rem;
	}
}

#video .quote:before {
	content: "";
	background: url(images/quote.png) no-repeat 0 0;
	background-size: cover;
	width: 21px;
	height: 18px;
	display: inline-block;
	position: absolute;
	left: 0;
}

@media (min-width: 576px) and (max-width: 768px) {
	#video .quote:before {
		top: -2px;
		width: 50px;
		height: 44px;
	}
}

@media (min-width: 768px) {
	#video .quote:before {
		top: 5px;
		width: 73px;
		height: 64px;
	}
}

#video img {
	display: block;
	margin: 0px auto;
	max-width: 90%;
}

#video .wistia_responsive_wrapper {
	overflow: hidden;
	border: solid 6px #1c5513;
}

#video .dr-lamm {
	position: absolute;
	top: auto;
	bottom: 0rem;
	width: 100%;
	color: #fff;
	font-size: 0.6em;
	line-height: 1.5em;
	text-align: center;
	font-family: "Roboto Slab", serif;
	text-shadow: 0px 0px 2px #000;
}

@media (min-width: 768px) {
	#video .dr-lamm {
		bottom: 2rem;
		font-size: 1em;
	}
}

#video .dr-lamm .large-txt {
	display: block;
	font-size: 0.8rem;
	line-height: 1.5em;
	margin-bottom: 0rem;
	font-weight: 700;
}

@media (min-width: 576px) {
	#video .dr-lamm .large-txt {
		font-size: 1.5rem;
		line-height: 1.5em;
	}
}

@media (min-width: 768px) {
	#video .dr-lamm .large-txt {
		font-size: 2rem;
	}
}

#video .sub-title {
	color: #fff;
	display: block;
	height: 100%;
	font-size: 0.7em;
	font-weight: 700;
	margin-bottom: 0;
	padding: 0em;
}

@media (min-width: 768px) {
	#video .sub-title {
		font-size: 1em;
		padding: 0em;
	}
}

#video .sub-title span {
	display: flex;
	align-items: center;
	background: #000000;
	height: 100%;
	padding: 0.5rem 1em;
	position: relative;
}

@media (min-width: 576px) {
	#video .sub-title span:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: -15px;
		width: 30px;
		height: 100%;
		background: #000000;
		transform: skew(-15deg, 0deg);
	}
}

#video .sub-title img {
	display: inline-block;
	margin-left: 1em;
	max-width: 70%;
}

#video .order-btn {
	/* fallback/image non-cover color */
	background-color: #ec5e00;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec5e00), color-stop(50%, #f16f00), color-stop(100%, #fe9a00));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Standard */
	background: linear-gradient(to right, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	padding: 0;
	text-align: center;
	border-left:none;
	-webkit-transform: skew(-15deg, 0);
	-moz-transform: skew(-15deg, 0);
	-ms-transform: skew(-15deg, 0);
	-o-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	margin: 1.3rem auto 1rem;
	max-width: 260px;
}

@media (min-width: 576px) {
	#video .order-btn {
		margin: 0rem;
		max-width: none;
	}
}

#video .order-btn a {
	/* fallback/image non-cover color */
	background-color: #ec5e00;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec5e00), color-stop(50%, #f16f00), color-stop(100%, #fe9a00));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Standard */
	background: linear-gradient(to right, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 800;
	height: 100%;
	text-align: center;
	padding: 1em 0em;
	text-decoration: none;
	text-transform: uppercase;
}

#video .order-btn a:hover {
	/* fallback/image non-cover color */
	background-color: #ec5e00;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #ec5e00 0%, #f17000 50%, #ec5e00 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec5e00), color-stop(50%, #f17000), color-stop(100%, #ec5e00));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #ec5e00 0%, #f17000 50%, #ec5e00 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #ec5e00 0%, #f17000 50%, #ec5e00 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #ec5e00 0%, #f17000 50%, #ec5e00 100%);
	/* Standard */
	background: linear-gradient(to right, left, #ec5e00 0%, #f17000 50%, #ec5e00 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

#video .order-btn a span:not(.fa) {
	-webkit-transform: skew(15deg, 0);
	-moz-transform: skew(15deg, 0);
	-ms-transform: skew(15deg, 0);
	-o-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
}

#video .order-btn a .fa {
	display: inline-block;
	padding: 0em;
	margin-left: 1em;
}

#influencers{
    margin-bottom: 0rem;
    padding: 0rem 0rem 0rem;
}

#influencers .container{
    max-width: 570px;
}

#influencers .inner-wrap {
    padding: 3rem;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#influencers .inner-wrap.first{
    padding: 1rem 0rem 0rem;
}

#influencers .inner-wrap.last{
    padding-bottom:1rem;
    padding-top:1rem;
}

#influencers > .container > .row{
    background: rgb(24,69,16);
    background: linear-gradient(90deg, rgba(24,69,16,1) 0%, rgba(47,100,20,1) 35%, rgba(106,176,31,1) 100%);
}

#influencers img{
    border: none;
    display: block;
    float: left;
}

#influencers .inner-wrap h3{
    color:#fff;
    font-size: 1.8rem;
    line-height: 1em;
    text-shadow: 0px 0px 10px #582a07;
}

#influencers .inner-wrap p{
    color:#fff;
    font-family: 'Kaushan Script', cursive;
    font-size: 1.5rem;
    text-shadow: 0px 0px 10px #582a07;
    margin-bottom: 0;
}

#influencers .inner-wrap .order-btn{
    width:100%;
    max-width: 358px
}

@media (min-width: 768px) {
    
    #influencers{
        margin-bottom: 3rem;
        margin-top: 0;
    }
    
    #influencers .inner-wrap h3{
        font-size: 2rem;
    }
    
    #influencers .inner-wrap p {
        font-size: 1.5rem;
    }
    
}

@media (min-width: 992px) {
    
    #influencers > .container{
        background-position: 160px center;
        max-width: 960px;
        background-size: 100% auto;
    }
    
    #influencers .inner-wrap.first {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    #influencers .inner-wrap h3{
        font-size: 1.8rem;
    }

    #influencers .inner-wrap p{
        font-size: 1.8rem;
    }

}

@media (min-width: 1200px) {
    
    #influencers{
        padding:2rem 0rem 0rem;
    }
    
     #influencers > .container{
        max-width: 1140px;
        margin-left: auto;
    }
    
    #influencers .inner-wrap.first{
        padding-top:2rem;
        padding-bottom:2rem;
    }
    
    #influencers .inner-wrap h3{
        font-size: 1.8rem;
    }

    #influencers .inner-wrap p{
        font-size: 2rem;
    }
}

/****/
#genf20-clinical .header {
	text-align: center;
	color: #1c5513;
	padding: 0rem 1rem;
}

#genf20-clinical .header p {
	color: #1c5513;
	font-size: 0.9rem;
	line-height: 1em;
	font-weight: 600;
}

@media (min-width: 768px) {
	#genf20-clinical .header p {
		font-size: 1.5rem;
		line-height: 1.2em;
	}
}

#genf20-clinical .more {
	color: #1c5513;
	font-size: 1rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	#genf20-clinical .more {
		text-align: left;
		margin-bottom: 1.5em;
	}
}

#genf20-clinical .more a {
	color: #1c5513;
}

/****/
#order-cta {
	position: relative;
	z-index: 2;
	background: #81c0c8;
}

#order-cta .lg-txt {
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 600;
    padding-top: 0.5em;
}

#order-cta p:not(.lg-txt) {
	display: block;
    position: relative;
    top: 0;
    margin-left: 0em;
    font-size: 0.48rem;
    line-height: 1em;
}

@media (min-width: 768px) {
	#order-cta .lg-txt {
		font-size: 2rem;
		padding-top: 0;
	}
	
	#order-cta p:not(.lg-txt) {
		display: inline-block;
		font-size: 1em;
	}

	#order-cta .lg-txt {
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	#order-cta .lg-txt {
		font-size: 2.2rem;
		padding-top: 0;
	}
}

#order-cta .fa {
	font-size: 1rem;
	color: #fff;
}

@media (min-width: 768px) {
	#order-cta .fa {
		font-size: 2rem;
	}
}

#order-cta p {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 600;
	color:#fff;
}

@media (min-width: 576px) {
	#order-cta p {
		font-size: 1.5rem;
	}
}


@media (min-width: 804px) {
	#order-cta p:not(.lg-txt) {
		top: 0px;
	}
}

@media (min-width: 992px) {
	#order-cta p:not(.lg-txt) {
		top: 0px;
		margin-left: 0.5em;
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {
	#order-cta p:not(.lg-txt) {
		top:0;
		margin-left: 0.5em;
		font-size: 1.5rem;
	}
}

#order-cta p:not(.lg-txt) .fa {
	position: relative;
	top: 0px;
	font-size: 0.6rem;
}

@media (min-width: 992px) {
	#order-cta p:not(.lg-txt) .fa {
		font-size: 1.5rem;
		top: 2px;
	}
}

@media (min-width: 1200px) {
	#order-cta p:not(.lg-txt) .fa {
		font-size: 1.8rem;
		top: 2px;
	}
}

#order-cta .o-btn {
    background: #fe9900;
    color: #fff;
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 0.7em;
    padding: 1em 0em 1em 0em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    display: block;
}

#order-cta .o-btn:hover{
	background: #ec5e00;
}

@media (min-width: 768px) {
	#order-cta .o-btn {
		background: url(images/order-btn.png) no-repeat right 0;
		background-size:cover;
	    color: #fff;
	    float: right;
	    font-weight: 700;
	    font-size: 1.4rem;
	    line-height: 1em;
	    padding: 1em 3em 1em 4em;
	    position: relative;
	    text-decoration: none;
	    text-transform: uppercase;
	    text-align: center;
	    letter-spacing: -1px;
	    width: 360px;
	    height: 85px;
	    display: flex;
	    align-items: center;
	    justify-content: center; 
	}
	
	#order-cta .o-btn:hover{
		background: url(images/order-btn.png) no-repeat right -90px;
		background-size:cover;
	}
}

#order-cta .o-btn .fa {
    position: relative;
    top: -2px;
    right: -10px;
    margin-left: 0;
    font-size: 2.2rem;
    color: #fff
}


/****/
#call-out .header {
	/* fallback/image non-cover color */
	background-color: #bebfc2;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #bebfc2 0%, #dddee0 50%, #dee0e0 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #bebfc2), color-stop(50%, #dddee0), color-stop(100%, #dee0e0));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #bebfc2 0%, #dddee0 50%, #dee0e0 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #bebfc2 0%, #dddee0 50%, #dee0e0 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #bebfc2 0%, #dddee0 50%, #dee0e0 100%);
	/* Standard */
	background: linear-gradient(to right, left, #bebfc2 0%, #dddee0 50%, #dee0e0 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    padding:1rem 15px 1rem 15px;
}

#call-out .header * {
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}

#call-out .header .alt-f {
	font-size: 1rem;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	#call-out .header{
		padding:2rem 15px 2rem 15px;
	}
	#call-out .header .alt-f {
		font-size: 1.8rem;
	}
}

#call-out .header .highlight-two {
	display: block;
	font-size: 1rem;
	text-transform: none;
}

@media (min-width: 576px) {
	#call-out .header .highlight-two {
		font-size: 1.8rem;
		margin-bottom: 0rem;
	}
}

#call-out .container > .row {
	padding: 4rem 0rem;
}

#warning {
	padding:1rem 0px 2rem;
}

@media (min-width: 768px) {
	#warning {
		padding: 2rem;
	}
}

#warning .header {
	margin-bottom: 1rem;
}

#warning .header * {
	font-weight: 600;
}

@media (min-width: 576px) {
	#warning .header {
		margin-bottom: 2rem;
	}
}

#warning .sub-header {
	font-size: 1rem;
	color: #1c5513;
	padding: 0.5rem 15px;
}

#warning .orange-skewed {
	/* fallback/image non-cover color */
	background-color: #ec5e00;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec5e00), color-stop(50%, #f16f00), color-stop(100%, #fe9a00));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* Standard */
	background: linear-gradient(to right, left, #ec5e00 0%, #f16f00 50%, #fe9a00 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	-webkit-transform: skew(-15deg, 0);
	-moz-transform: skew(-15deg, 0);
	-ms-transform: skew(-15deg, 0);
	-o-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	margin: 1rem 1rem 1rem 1rem;
	padding: 1em;
	text-transform: uppercase;
	width: 90%;
}

@media (min-width: 768px) {
	#warning .sub-header {
		font-size: 1rem;
		padding: 1rem 0rem;
	}
}
@media (min-width: 992px) {
	
	#warning .orange-skewed {
		margin: 2rem auto 2rem auto;
		width: auto;
	}
	
}

#warning .orange-skewed a, #warning .orange-skewed a:visited {
	color: #fff;
}

#warning .orange-skewed p {
	-webkit-transform: skew(15deg, 0);
	-moz-transform: skew(15deg, 0);
	-ms-transform: skew(15deg, 0);
	-o-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
	color: #FFFFFF;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0;
}

/**/
.section .header * {
	text-align: center;
	color: #1c5513;
	font-size: 1.2rem;
	font-weight: 700;
}

@media (min-width: 992px) {
	.section .header * {
		font-size: 2rem;
	}
}

.section blockquote {
	margin: 0;
}

.section .row > div {

}

@media (min-width: 1200px) {
	.section .row > div {
		padding: 2rem 2rem;
	}
}

@media (min-width: 992px) {
	.section .row > div {
		padding: 0px 15px;
	}
}

.section .citation {
    max-width: 340px;
    margin: 0px auto;
    padding: 0rem 0rem 1rem;
    text-align: center;
    line-height: 1.2em;
}

.section .citation cite {
	display: block;
}

.section .studies-cta {
	max-width: 360px;
	margin: 0px auto;
	border-top: solid 1px #5ed8cd;
	margin-top: 1rem;
	padding: 2rem 0rem 0rem;
	font-size: 1rem;
	line-height: 1.2em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.section .studies-cta {
		font-size: 1.2rem;
	}
	
	.section .citation {
		margin-top: 2rem;
		padding: 0rem 0rem 1rem;
	}
}

.section .studies-cta a {
	color: #1c5513;
}

/**/
.modal .modal-body {
	max-height: 480px;
	overflow-y: scroll;
}

.modal .title {
	overflow: hidden;
	font-weight: 600;
}

.modal .title img {
	float: left;
	width: 18%;
	margin-left: 1rem;
	margin-top: 0rem;
}

.modal .title h3 {
	float: left;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	clear: none;
	width: 75%;
	padding: 0.5rem 1rem 0rem 1rem;
}

.modal h2 {
	font-size: 1.5rem;
	line-height: 1em;
	text-align: left;
	margin-bottom: 1rem;
	margin-top: 1.2rem;
}

.modal p {
	font-size: 0.9rem;
	line-height: 1.3rem;
}

.modal p:last-of-type {
	margin-bottom: 0;
}

.modal hr {
	background-color: #000;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
}

.modal .ingredientTitle {
	font-size: 1rem;
	color: #1c5513;
}

.modal-header {
	background: #000;
	border-radius: 0;
	color: #fff;
}

.modal-header .close {
	border-radius: 0;
	margin: 0;
	padding: 6px 10px;
	opacity: 1;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	background: #ff8e00;
}

.modal-footer {
	border-top: solid 2px #000;
	margin: 0rem 2rem 0rem;
	padding: 1rem 0rem;
}

.modal-footer button {
	background: #1c5513;
	color: #fff;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
}

.modal-footer button:hover {
	background: #2a7f1c;
}

.ingredients-modal .modal-footer {
	border: none;
}

.modal-content {
	border:none;
	border-radius: 0;
}

.modal-body {
	padding: 2rem;
}

@media (min-width: 768px) {
	.modal-dialog {
		max-width: 640px;
	}
}

/**/
#science {
	background: #f9f5ee;
	padding-bottom:0.5rem
}

@media (min-width: 992px) {
	#science {
		padding: 6rem 0rem;
	}
}

#science img {
	position: relative;
	top: 0rem;
	margin-top: -2rem;
}

@media (min-width: 992px) {
	#science img {
		position: absolute;
		top: -8rem;
		z-index: 9;
		margin-top: 0;
	}
}

#formulation {
	position: relative;
	background: #5ed8cd;
	border: none;
	padding-top: 1rem;
	padding-bottom:10rem;
}

@media (min-width: 768px) {
	#formulation {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

#formulation .sub-header h3 {
	font-size: 1.5rem;
}

@media (min-width: 768px) {
	#formulation .sub-header h3 {
		font-size: 2.5rem;
	}
}

#formulation .sub-title {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: 600;
	margin-bottom: 1rem;
	padding-top: 2rem;
}

@media (min-width: 768px) {
	#formulation .sub-title {
		font-size: 2em;
		padding-top: 0;
	}
}

#formulation .swoosh {
	display: table;
	margin: 0 auto -13rem;
	width: 60px;
}

@media (min-width: 576px) {
	#formulation .swoosh {
		margin-bottom: -11rem;
		width: 75px;
	}
}

#formulation h4 {
	max-width: 640px;
	margin: 0px 0px;
	font-size: 1rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	#formulation h4 {
		font-size: 2rem;
	}
}

/* Big Triangle */
.bigTriangleSection {
	pointer-events: none;
	height: 100px;
}

@media (min-width: 768px) {
	.bigTriangleSection {
		height: 180px;
	}
}

.bigTriangleSection path {
	fill: #5ed8cd;
	stroke: #5ed8cd;
	stroke-width: 0;
}

/**/
#formulation .orange-bg {
	list-style: none;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px 15px 10px 30px;
}

/**/
#benefits {
	margin-top: -2rem;
	/*&:after{
		position:absolute;
		bottom:0;
		left:0;
		content:"";
		width:100%;
		height:100px;
		background:url(images/section-down-arrow.png) no-repeat center bottom;
	}*/
}

@media (min-width: 576px) {
	#benefits {
		margin-top: -4rem;
	}
}

#benefits .product-pkg {
	display: table;
	margin: 0px auto -6rem;
	max-width: 100%;
	position: relative;
	z-index: 9;
}

@media (min-width: 768px) {
	#benefits .product-pkg {
		margin-top: 2rem;
		margin-bottom: -11rem;
		max-width: 450px;
	}
}

#benefits .heading {
	padding: 0rem 0rem;
	margin-bottom: 0rem;
}

@media (min-width: 768px) {
	#benefits .heading {
		padding: 0rem 4rem;
		margin-bottom: 2rem;
	}
}

#benefits .heading * {
	font-weight: 800;
	text-align: center;
}

#benefits .heading h3 {
	font-size: 0.8rem;
}

@media (min-width: 768px) {
	#benefits .heading h3 {
		font-size: 1rem;
	}
}

#benefits .heading h4 {
	font-size: 0.8rem;
}

@media (min-width: 768px) {
	#benefits .heading h4 {
		font-size: 1.2rem;
	}
}

#benefits .heading p {
	color: #000;
}

#benefits > .info-wrap {
	padding-bottom: 4rem;
	/* fallback/image non-cover color */
	background-color: #5ed8cd;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #5ed8cd 0%, #bdbfc1 50%, #bdbfc1 100%);
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #5ed8cd 0%, #bdbfc1 30%, #bdbfc1 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #5ed8cd 0%, #bdbfc1 50%, #bdbfc1 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #5ed8cd 0%, #bdbfc1 50%, #bdbfc1 100%);
	/* Standard */
	background: linear-gradient(to bottom, #5ed8cd 0%, #bdbfc1 50%, #bdbfc1 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	/*margin-bottom:-90px;*/
}

/* Big Triangle */
#benefits .bigTriangleSection:first-of-type {
	pointer-events: none;
	transform: rotate(-180deg);
}

#benefits .bigTriangleSection {
	background: #fff;
}

#benefits .bigTriangleSection path {
	fill: #5ed8cd;
	stroke: #5ed8cd;
	stroke-width: 0;
}

#benefits .bigTriangleSection:last-child path {
	fill: #bdbfc1;
	stroke: #bdbfc1;
}

.grid-divider {
	overflow: hidden;
	position: relative;
}

.grid-divider > [class*="col-"]:nth-child(n + 2):after {
	content: "";
	background-color: #1c5513;
	position: absolute;
	top: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.grid-divider > [class*="col-"]:nth-child(n + 2):after {
		width: 1px;
		height: auto;
		left: -1px;
	}
}

/**/
#advantages {
	overflow: hidden;
	border-top: none;
	padding: 0rem 0rem 1rem;
	margin-top: -6rem;
	background-color: #eaedf2;
}

#advantages .bigTriangleSection {
	margin-top: -2px;
	margin-left: -2%;
}

#advantages .bigTriangleSection path {
	fill: #bdbfc1;
	stroke: #fff;
	stroke-width: 2;
}

@media (min-width: 768px) {
	#advantages {
		background: url(images/genf20-couple-bg.png) no-repeat right 0 #eaedf2;
		background-size: cover;
		margin-top: -10rem;
		padding: 0rem 0rem 1rem;
	}
}

#advantages img {
	margin-bottom: -3rem;
}

#advantages .header {
	text-align: center;
	margin-bottom: 1rem;
}

#advantages .header .title {
	font-size: 1rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	#advantages .header .title {
		font-size: 2rem;
	}
}

#advantages .header .sub-title {
	color: #1c5513;
	font-size: 2rem;
	font-weight: 700;
	margin: 0rem;
	padding: 1rem 0rem;
}

#advantages .header .sub-title span {
	display: block;
	font-size: 1.4rem;
}

@media (min-width: 768px) {
	#advantages .header .sub-title {
		font-size: 1.2rem;
	}
}

#advantages .container {
	position: relative;
}

#advantages .container:after {
	display: none;
	content: "";
	z-index: 1;
	width: 70%;
	height: 6px;
	margin: 0px auto;
	background: #ec5e00;
}

@media (min-width: 576px) {
	#advantages .container:after {
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: 90%;
	}
}

#advantages .container p {
	font-weight: 700;
}

#advantages .container .btn-primary {
	display: table;
	position: relative;
	top: 0rem;
	z-index: 2;
	margin: 0px auto;
}

@media (min-width: 576px) {
	#advantages .container .btn-primary {
		display: inline-block;
		margin-left: 0;
		top: 1.2rem;
	}
}

#advantages .info-wrap {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.advantage-section {
	background: #faf9f6;
	padding: 2rem 0rem 0rem;
}

@media (min-width: 576px) {
	.advantage-section {
		padding-bottom: 2rem;
	}
}

.advantage-section .heading {
	text-align: center;
	padding: 0rem 2rem;
}

.advantage-section .container {
	border-bottom: solid 6px #ec5e00;
	padding-bottom: 2rem;
}

.advantage-section hr {
	background-color: #1c5513;
	margin:0.5rem 0rem;
}

.advantage-section .heading h3 {
	text-transform: uppercase;
}

.advantage-section .heading p {
	color: #1c5513;
	font-size: 1rem;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom:1rem;
}

@media (min-width: 576px) {
	
	.advantage-section .container{
		padding-bottom: 1rem;
	}
	
	.advantage-section .heading p {
		font-size: 1.46rem;
		margin: 1.5rem 0rem;
	}
	
	.advantage-section hr{
		margin-bottom:1.5em;
	}
}

.advantage-section ul {
	margin-left: 0;
	padding-left:15px;
}

.advantage-section ul li {
	font-size: 0.7rem;
	font-weight: 700;
}

@media (min-width: 576px) {
	.advantage-section ul{
		padding-left:3em;
	}
	.advantage-section ul li {
		font-size: 1rem;
	}
}

.advantage-section p {
	font-size: 0.7rem;
}

.advantage-section .more{
	border: solid 2px #1c5513;
    border-radius: 7px;
    text-align: center;
    max-width: 265px;
    margin: 0px auto;
}

.advantage-section .more a{
	display: block;
	color: #1c5513;
	font-weight:bold;
	padding:8px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.advantage-section p {
		font-size: 0.9rem;
	}
	.advantage-section ul li {
		font-size: 0.9;
	}
}

#advantage-1 {
	padding-top: 2rem;
}

@media (min-width: 576px) {
	#advantage-1 {
		padding-top: 1rem;
	}
}

#advantage-1 .heading {
	text-align: center;
}

#advantage-2 .product-pkg {
	display: block;
	position: relative;
	left: 10px;
	bottom: 0;
	width: 100%;
	max-width: 250px;
	margin: 0px auto 20px;
}

@media (min-width: 768px) {
	#advantage-2 .product-pkg {
		position: relative;
		width: 100%;
		max-width: none;
		margin: 0px auto;
		display: block;
		left: 20px;
		top: 0px;
	}
}

#advantage-3 .container {
	border: none;
}

#advantage-3 img {
	display: block;
	margin: 0px auto;
	max-width: 250px;
}

@media (min-width: 768px) {
	#advantage-3 img {
		max-width: 316px;
	}
}

#advantage-3 .btn-primary {
	display: table;
	width: 100%;
	margin: 0px auto;
	max-width: 380px;
}

/** Testimonials **/
#testimonials {
	/* fallback/image non-cover color */
	background-color: #bdbfc1;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #bdbfc1), color-stop(50%, #dcddde), color-stop(100%, #c4c5c8));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* Standard */
	background: linear-gradient(to right, left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	padding: 2rem 0rem;
}

#testimonials > .container > .header {
	color: #1c5513;
	font-size: 1.8rem;
	line-height: 1em;
	font-weight: 600;
	text-align: center;
	max-width: 750px;
	margin: 0rem auto 2rem;
	text-transform: uppercase;
}

#testimonials > .container > .header p {
	color: #000000;
	font-size: 1rem;
	line-height:1.2em;
	text-transform: none;
}

#testimonials > .container .row{
    position: relative;
    margin-bottom:0rem;
}

#testimonials > .container .row:after{
    display: none;
    position: absolute;
    bottom: 0;
    content:"";
    background:#000;
    height:1px;
    width:600px;
    max-width:100%;
}

.testimonials-page .testimonials .row{
    position: relative;
}

.testimonials-page .testimonials .row:after{
    display: none;
    position: absolute;
    bottom: 0;
    content:"";
    background:#000;
    height:1px;
    width:600px;
    max-width:100%;
}

.testimonials-page .testimonials .row img{
    margin-bottom: 1rem;
}

#testimonials > .container .row .header * {
	color: #1c5513;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

#testimonials > .container .row img{
    margin-bottom: 1rem;
}

#testimonials hr {
	background: #000;
	margin: 1rem 0rem;
}

@media (min-width: 768px) {
	
	#testimonials > .container > .header p {
		font-size: 1.5rem;
	}
	
	#testimonials > .container .row .header * {
		font-size: 2rem;
		margin-bottom: 2rem;
        text-align: left;
	}
	
	#testimonials hr {
		margin: 2rem 0rem;
	}
	
}

@media (min-width:992px) {
    #testimonials > .container .row{
        padding: 3rem 0rem;
    }
    #testimonials > .container .row:after{
        display: block;
        left:50%;
        margin-left:-300px;
    }
    
    .testimonials-page .testimonials .row{
        padding: 2rem 0rem;
        margin-bottom: 1rem;
    }
    
    .testimonials-page .testimonials .row:after{
        display: block;
        left:50%;
        margin-left:-300px;
    }
}

#testimonials .testimonial-name {
	font-weight: 700;
}

#testimonials .more {
	text-align: center;
	font-size: 1rem;
	line-height:1.2rem;
	font-weight: 800;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	#testimonials .more {
		text-align: center;
		font-size: 1.5rem;
        margin: 2rem 0rem;
	}
}

#testimonials .more a {
	color: #1c5513;
}

/**/

#social-slider .container {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}

#social-slider .header {
	background: #939598;
	text-align: center;
	padding: 1rem 15px;
}

#social-slider .header * {
	color: #FFFFFF;
	font-size:1rem;
	font-weight: 600;
	margin-bottom: 0;
}

@media (min-width: 768px) {
    
    #social-slider .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

	#social-slider .header * {
		font-size:2rem;
	}
	
}

#social-slider h3 a {
	color: #1c5513;
}

.faq-page .call-out {
	/* fallback/image non-cover color */
	background-color: #bdbfc1;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #bdbfc1), color-stop(50%, #dcddde), color-stop(100%, #c4c5c8));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* Standard */
	background: linear-gradient(to right, left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	margin-bottom: 1rem;
	padding: 1rem 15px 1rem;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.faq-page .call-out a {
    color: #ff8e00;
}

#social-slider .call-out {
	/* fallback/image non-cover color */
	background-color: #bdbfc1;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #bdbfc1), color-stop(50%, #dcddde), color-stop(100%, #c4c5c8));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* Standard */
	background: linear-gradient(to right, left, #bdbfc1 0%, #dcddde 50%, #c4c5c8 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	margin-bottom: 1rem;
	padding: 1rem 15px 1rem;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

#social-slider .call-out a {
	color: #ff8e00;
}

#social-slider .slick-dots {
	bottom: 1rem;
}

@media (min-width: 768px) {
	
	.faq-page .call-out {
		margin-bottom: 0rem;
		padding: 2rem 0rem 2rem;
		font-size: 2rem;
	}
	
	#social-slider .call-out {
		margin-bottom: 4rem;
		padding: 2rem 0rem 2rem;
		font-size: 2rem;
	}
	
}

/**/
#social-slider-2 {
	background: #ebebeb;
}

#social-slider-2 .container {
	padding: 2rem 0rem;
}

#social-slider-2 .header {
	background: #ebebeb;
	text-align: center;
	padding: 1rem 0rem;
}

#social-slider-2 .header * {
	color: #1c5513;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 0;
}

#social-slider-2 .slick-dots {
	bottom: 1.5rem;
}

#social-slider-2 .call-out {
	padding: 0rem 0rem 2rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

#social-slider-2 .call-out a {
	color: #ff8e00;
}

/**/
#guarantee {
	background: #fff;
	border-bottom-color: #d9d9d9;
}

#guarantee .title {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

#guarantee .sub-title {
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 700;
}

#guarantee .guarantee-mbg {
	position: relative;
	z-index: 8;
	max-width: 280px;
	margin: 0rem 0rem 0rem 0rem;
	display: block;
}

@media (min-width: 768px) {
	#guarantee .title {
		font-size: 2.5rem;
	}
	
	#guarantee .guarantee-mbg {
		max-width: 515px;
		margin: -4rem 0rem 0rem auto;
	}
}

#guarantee .guarantee-couple {
	display: block;
	position: relative;
	z-index: 9;
	max-width: 280px;
	margin: -7rem auto 1rem auto;
	border-bottom: solid 4px #ec5e00;
}

@media (min-width: 768px) {
	#guarantee .guarantee-couple {
		border: none;
		margin: -7rem 0rem 0rem auto;
		max-width: 420px;
	}
}

#guarantee .container {
	padding-top:1rem;
	padding-bottom: 0rem;
}

#guarantee .inner-wrap {
	position: relative;
	top: 0rem;
	margin-bottom: 0rem;
	background: none;
}

#guarantee .more {
	font-size: 1.1rem;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	
	#guarantee .container {
		padding-top: 3rem;
	}
	
	#guarantee .more {
		text-align: left;
	}
}

#guarantee .more a {
	color: #1c5513;
	font-size: 0.75rem;
	margin-bottom:1rem;
}

@media (min-width: 768px) {
	
	#guarantee .more a {
		font-size: 1.1rem;
	}
	
}

/**/
#footer-cta {
	/* fallback/image non-cover color */
	background-color: #bfc0c2;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #bfc0c2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #bfc0c2), color-stop(50%, #e0e1e2), color-stop(100%, #c4c5c8));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #bfc0c2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #bfc0c2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #bfc0c2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* Standard */
	background: linear-gradient(to right, left, #bfc0c2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
}

#footer-cta p {
	color: #1c5513;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	#footer-cta p {
		font-size: 1.6rem;
		line-height: 2rem;
		margin-left: -4rem;
		max-width: 540px;
	}
}

#footer-cta img {
    position: relative;
    z-index: 1;
    max-width: 220px;
    margin: 1rem auto 0rem;
    left: 0;
    display: block;
}

@media (min-width: 567px) {
	
	#footer-cta img {
		margin: 0px auto;
		max-width: 320px;
		display: block;
		left: -10px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#footer-cta img {
		top: 0rem;
		left: -5rem;
		width: 100%;
		max-width: 739px;
		margin-top: 0;
		margin-bottom: -6.5rem;
	}
	
}

@media (min-width: 992px) {
	#footer-cta img {
		top: 0rem;
		left: -1rem;
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 1200px) and (min-width: 576px){
	
	#footer-cta .container {
		max-width: calc(100% - 95px);
		margin: 0 auto;
		padding: 2rem 0rem 0rem;
	}
	
	#footer-cta p {
		color: #1c5513;
		text-align: center;
		font-weight: 600;
		font-size: 1.3rem;
		line-height: 1.6rem;
		margin-bottom: 0;
		max-width: 480px;
		margin: 0px auto;
	}
	
}

#footer-cta .btn-primary {
	position: relative;
	z-index: 0;
	width: auto;
	padding: 1rem 2rem;
	margin: 1rem auto 2rem;
	text-align: right;
	font-size: 1rem;
	display: table;
}

@media (min-width: 768px) {
	#footer-cta .btn-primary {
		width: 100%;
		padding: 1.5rem 4rem;
		margin-top: 2rem;
		margin-left: 0;
		text-align: right;
		font-size: 1.2rem;
	}
}

@media (min-width: 992px) {
	#footer-cta .btn-primary {
		width: 185%;
		padding: 2rem 4rem;
		margin-top: 2rem;
		margin-left: -100%;
		text-align: right;
		font-size: 1.5rem;
	}
}

/**/
.medical-proof #intro {
	display: flex;
	align-items: center;
	position: relative;
	background: url(images/med-proof-bg.jpg) no-repeat center center #b4e1e7;
	background-size: cover;
	height: 260px;
}

@media (min-width: 768px) {
	.medical-proof #intro {
		background-size: contain;
		height: 340px;
	}
}

.medical-proof #intro:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(197, 230, 235, 0);
	border-top-color: #c5e6eb;
	border-width: 20px;
	margin-left: -20px;
}

.medical-proof #intro .title {
	margin-left: 0;
}

.medical-proof #intro .title h1 {
	color: #fff;
	text-shadow: 0px 0px 7px #333;
	font-size: 1.5rem;
	line-height: 1.2em;
}

@media (min-width: 768px) {
	.medical-proof #intro .title h1 {
		font-size: 2.5rem;
	}
}

.medical-proof #intro .title h2 {
	color: #fff;
	text-shadow: 0px 0px 7px #333;
	font-size: 0.8rem;
	line-height: 1.5em;
}

@media (min-width: 768px) {
	.medical-proof #intro .title h2 {
		font-size: 1rem;
	}
}

.medical-proof #intro .title h2 a, .medical-proof #intro .title h2 a:visited {
	color: #fff000;
}

.medical-proof .section .sub-title {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	color: #1c5513;
	margin-bottom: 1rem;
}

.medical-proof .section .header * {
	text-align: center;
	color: #000000;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding-bottom: 0rem;
}

.medical-proof .section blockquote {
	padding-bottom: 0rem;
}

.medical-proof .section ul {
	margin-left: 0.5em;
	padding-left: 1em;
    margin-bottom: 0;
}

.medical-proof .section ul li {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
	font-weight: 600;
}

.medical-proof .arrow-white-down {
	position: relative;
}

.medical-proof .arrow-white-down h2 {
	font-size: 1rem;
	font-weight: 600;
}

@media (min-width: 768px) {
    
    .medical-proof .section .header * {
        text-align: center;
        color: #000000;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
    
	.medical-proof .arrow-white-down h2 {
		font-size: 1.6rem;
	}
    
    .medical-proof .section .sub-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .medical-proof .section blockquote {
        padding-bottom: 2rem;
    }
    
    .medical-proof .section ul {
        margin-bottom:3em;
    }

}

.medical-proof .arrow-white-down:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}

.medical-proof .arrow-white-down .header * {
	color: #000;
}

.medical-proof .arrow-white-down .sub-title {
	color: #1c5513;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2rem;
	padding-top: 2rem;
}

.medical-proof .arrow-white-down ul {
	margin-left: 0;
}

.medical-proof #dr-reviews {
	/* fallback/image non-cover color */
	background-color: #d3d4d5;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #d3d4d5 0%, #d7d8da 50%, #d7d8da 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #d3d4d5), color-stop(50%, #d7d8da), color-stop(100%, #d7d8da));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #d3d4d5 0%, #d7d8da 50%, #d7d8da 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #d3d4d5 0%, #d7d8da 50%, #d7d8da 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #d3d4d5 0%, #d7d8da 50%, #d7d8da 100%);
	/* Standard */
	background: linear-gradient(to right, left, #d3d4d5 0%, #d7d8da 50%, #d7d8da 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.medical-proof #dr-reviews .review {
	margin-bottom: 0rem;
}

.medical-proof #dr-reviews .reviewer > div, .medical-proof #dr-reviews .reviewer .header {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
}

.medical-proof #dr-reviews .reviewer * {
	float: left;
	color: #1c5513;
}

.medical-proof #dr-reviews .reviewer img {
	display: block;
	margin-right: 1rem;
	border: solid 5px #fff;
	border-radius: 100%;
}

.medical-proof #dr-reviews .reviewer hr {
	float: none;
	width: 100%;
	background: #1c5513;
	margin: 0;
}

@media (min-width: 768px) {
    .medical-proof #dr-reviews .review {
        margin-bottom: 2rem;
    }
	.medical-proof #dr-reviews .reviewer hr {
		margin-bottom: 1.5em;
	}
}

.medical-proof #footer-cta {
	border-bottom: none;
}

/** Comparison **/
.comparison-page #intro {
	display: flex;
	align-items: center;
	position: relative;
	background: url(images/comparison-hero.jpg) no-repeat right 75% #000;
	background-size: cover;
	height: 340px;
}

.comparison-page #intro:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 9;
	pointer-events: none;
	border-color: rgba(197, 230, 235, 0);
	border-top-color: #f4d7a9;
	border-width: 20px;
	margin-left: -20px;
}

.comparison-page #intro .title {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2em;
	margin-left: 0;
	text-shadow: 0px 0px 10px #000;
}

@media (min-width: 768px) {
	.comparison-page #intro .title {
		font-size: 2.2rem;
	}
}

.comparison-page .section {
	background: #fff;
}

.comparison-page .section .sub-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #1c5513;
	margin-bottom: 2rem;
}

.comparison-page .section .header * {
	text-align: center;
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.comparison-page .section blockquote {
	padding-bottom: 2rem;
}

.comparison-page .section ul {
	margin-left: 0.5em;
	padding-left: 1em;
}

.comparison-page .section ul li {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
	font-weight: 600;
}

.comparison-page .arrow-white-down {
	position: relative;
	background: #fff;
	border-bottom: 10px solid #1d5614;
}

.comparison-page .arrow-white-down h2 {
	color: #1c5513;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

.comparison-page .arrow-white-down:after, .comparison-page .arrow-white-down:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comparison-page .arrow-white-down:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.comparison-page .arrow-white-down:before {
	border-color: rgba(29, 86, 20, 0);
	border-top-color: #1d5614;
	border-width: 24px;
	margin-left: -24px;
}

.comparison-page .arrow-white-down .header * {
	color: #000;
}

.comparison-page .arrow-white-down .sub-title {
	color: #1c5513;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2rem;
	padding-top: 2rem;
}

.comparison-page .arrow-white-down ul {
	margin-left: 0;
}

.comparison-page #comparison-section {
	/* fallback/image non-cover color */
	background-color: #bebfc2;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #bebfc2), color-stop(50%, #e0e1e2), color-stop(100%, #c4c5c8));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* Standard */
	background: linear-gradient(to right, left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.comparison-page #comparison-section .title {
	overflow: hidden;
	color: #1c5513;
	text-align: center;
	margin-bottom: 2rem;
}

.comparison-page #comparison-section .title.sep {
	position: relative;
}

.comparison-page #comparison-section .title.sep:before {
	position: absolute;
	top: 60%;
	left: -58%;
	z-index: 1;
	content: "";
	background: #000;
	height: 1px;
	width: 100%;
}

.comparison-page #comparison-section .title.sep:after {
	position: absolute;
	top: 60%;
	right: -58%;
	z-index: 1;
	content: "";
	background: #000;
	height: 1px;
	width: 100%;
}

.comparison-page #comparison-section .call-out p {
	color: #1c5513;
	font-size: 1.7rem;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1rem;
}

.comparison-page #comparison-section .call-out img {
	margin: 0;
}

@media (min-width: 1200px) {
	.comparison-page #comparison-section .call-out img {
		margin: 2rem 0rem 2rem 0rem;
		max-width: 100%;
	}
}

.comparison-page #comparison-section .btn-primary {
	width: auto;
	text-align: left;
	padding: 1rem;
	font-size: 1rem;
}

@media (min-width: 1200px) {
	.comparison-page #comparison-section .btn-primary {
		width: 200%;
		padding: 2rem;
		font-size: 1.5rem;
	}
}

/** FAQ **/
.faq-page #intro {
	display: flex;
	align-items: center;
	position: relative;
	background: url(images/faq-hero.jpg) no-repeat right center #000;
	background-size: cover;
	height: 340px;
}

.faq-page #intro:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 9;
	pointer-events: none;
	border-color: rgba(197, 230, 235, 0);
	border-top-color: #574631;
	border-width: 20px;
	margin-left: -20px;
}

.faq-page #intro .title {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2em;
	margin-left: auto;
	text-align: center;
	text-shadow: 0px 0px 10px #000;
}

@media (min-width: 768px) {
	.faq-page #intro .title {
		font-size: 2.2rem;
		text-align: left;
	}
}

.faq-page .section {
	background: #fff;
}

.faq-page .section .sub-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #1c5513;
	margin-bottom: 2rem;
}

.faq-page .section .header * {
	text-align: center;
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.faq-page .section blockquote {
	padding-bottom: 2rem;
}

.faq-page .section ul {
	margin-left: 0.5em;
	padding-left: 1em;
}

.faq-page .section ul li {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
	font-weight: 600;
}

.faq-page .arrow-white-down {
	position: relative;
	background: #fff;
	border-bottom: 10px solid #1d5614;
}

.faq-page .arrow-white-down h2 {
	color: #1c5513;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}

.faq-page .arrow-white-down:after, .faq-page .arrow-white-down:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.faq-page .arrow-white-down:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.faq-page .arrow-white-down:before {
	border-color: rgba(29, 86, 20, 0);
	border-top-color: #1d5614;
	border-width: 24px;
	margin-left: -24px;
}

.faq-page .arrow-white-down .header * {
	color: #000;
}

.faq-page .arrow-white-down .sub-title {
	color: #1c5513;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2rem;
	padding-top: 2rem;
}

.faq-page .arrow-white-down ul {
	margin-left: 0;
}

.faq-page #faq-section {
	border-top: solid 2px #fff;
	/* fallback/image non-cover color */
	background-color: #bebfc2;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #bebfc2), color-stop(50%, #e0e1e2), color-stop(100%, #c4c5c8));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* Standard */
	background: linear-gradient(to right, left, #bebfc2 0%, #e0e1e2 50%, #c4c5c8 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.faq-page .faq-item {
	padding-left: 0;
}

.faq-page .faq-item .btn {
	display: block;
	position: relative;
	padding-left: 30px;
	color: #1c5513;
	font-weight: 700;
	cursor: pointer;
}

.faq-page .faq-item .btn:before {
	position: absolute;
	left: 0;
	font-family: fontAwesome;
	content: "\f0fe";
	margin-right: 0.5rem;
}

.faq-page .faq-item .btn[aria-expanded="true"]:before {
	content: "\f146";
}

.faq-page .faq-item .btn[aria-expanded="false"]:before {
	content: "\f0fe";
}

.faq-page .faq-item, .faq-page .btn {
	text-align: left;
}

.faq-page .faq-inner {
	background: #fff;
	border: solid 1px #333;
	margin-bottom: 1rem;
	padding: 2rem 2rem 2rem;
}

.faq-page .faq-inner h2 {
	font-size: 1rem;
}

.faq-page .faq-inner p {
	font-size: 0.9rem;
}

.faq-page .faq-inner ul {
	margin-left: 0;
}

.faq-page .faq-inner ul li {
	font-size: 0.9rem;
}

/** Testimonials **/
.testimonials-page #intro {
	background: url(images/testimonials-bg.jpg) no-repeat right center;
	background-size: cover;
	height: 260px;
}

@media (min-width: 768px) {
	.testimonials-page #intro {
		height: 320px;
	}
}

.testimonials-page #intro .header {
	color: #fff;
	text-shadow: 0px 0px 10px #333;
	font-size: 1.5rem;
	line-height: 1.2em;
	margin-left: 0;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.testimonials-page #intro .header {
		font-size: 1.8rem;
		line-height: 1.2em;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.testimonials-page #intro .header {
		font-size: 2.4rem;
	}
}

.testimonials-page #rewards-section {
	/* fallback/image non-cover color */
	background-color: #e0e1e2;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #e0e1e2 0%, #d8d9db 50%, #d8d9db 100%);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #e0e1e2), color-stop(50%, #d8d9db), color-stop(100%, #d8d9db));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #e0e1e2 0%, #d8d9db 50%, #d8d9db 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, left, #e0e1e2 0%, #d8d9db 50%, #d8d9db 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, left, #e0e1e2 0%, #d8d9db 50%, #d8d9db 100%);
	/* Standard */
	background: linear-gradient(to right, left, #e0e1e2 0%, #d8d9db 50%, #d8d9db 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	padding-bottom: 0rem;
}

.testimonials-page #rewards-section .title {
	font-size: 1rem;
	line-height: 1.2em;
	max-width: 350px;
	margin: 0rem auto 1rem;
}

@media (min-width: 768px) {
    
    .testimonials-page #rewards-section{
        padding-bottom: 4rem;
    }
    
	.testimonials-page #rewards-section .title {
		font-size: 2rem;
	}
    
}

@media (min-width: 992px) {
	.testimonials-page #rewards-section .title {
		font-size: 2.8rem;
		line-height: 1.2em;
	}
}

.testimonials-page #rewards-section img {
	margin-top: -3rem;
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
	.testimonials-page #rewards-section img {
		margin-top: -7rem;
		margin-left: -1rem;
		max-width: 570px;
	}
}

.testimonials-page .testimonials .header {
	padding-bottom: 1rem;
}

.testimonials-page .testimonials .header .heading {
	padding: 0;
	text-transform: uppercase;
}

.testimonials-page .testimonial {
	overflow: hidden;
	position: relative;
}

.testimonials-page .testimonial .inner {
	padding: 0rem 0rem 3rem;
}

.testimonials-page .testimonial .title {
	color: #1c5513;
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	max-width: 420px;
	margin: 0px auto 1rem;
}

.testimonials-page .testimonial hr {
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
	background: #000;
}

.testimonials-page .testimonial p{
    margin-bottom: 1rem;
}

.testimonials-page .testimonial p a{
    color:#1393d5;
}

.testimonials-page .more {
	position: relative;
	z-index: 9;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.testimonials-page .more .fa {
	position: relative;
	top: 1px;
	margin-left: 0.5rem;
	font-size: 1.5rem;
	color: #1c5513;
}

.testimonials-page .more .plus-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	transition: ease-in-out 0.15s;
	width: 40px;
	position: absolute;
	top:4rem;
	left: 50%;
	margin-left: -20px;
}

.testimonials-page .more .plus-ico:before {
    background:#fff;
	font-family: fontAwesome;
	font-size: 40px;
	color: #1c5513;
}

.testimonials-page .more a {
    color: #1c5513;
    cursor: pointer;
    padding: 1rem 0rem 0rem;
    display: block;
}

.testimonials-page .more a .plus-ico:hover:before {
	font-family: fontAwesome;
	font-size: 40px;
	color: #000000;
}

.testimonials-page .more a[aria-expanded="true"] .plus-ico {
	color: #2a7f1c;
}

.testimonials-page .more a[aria-expanded="true"] .plus-ico:before {
	content: "\f146";
}

.testimonials-page .more a[aria-expanded="false"] .plus-ico:before {
	content: "\f0fe";
}

#collapseable .testimonial .inner {
	padding: 0rem 0rem;
}

#collapseable .testimonial .inner:collapse .inner-wrap {
	padding: 0rem 0rem;
}

#collapseable .testimonial .inner.show .inner-wrap, #collapseable .testimonial .inner.collapsing .inner-wrap {
	padding: 0rem 0rem 2rem;
}

/** Order Now **/
.shipping-promo .prc.pull-right {
	display: none;
}

@media (min-width: 768px) {
    
    .testimonials-page .testimonial .inner {
        padding: 0rem 0rem 2rem;
    }
    
    .testimonials-page .testimonial .title {
        font-size: 1.5rem;
        margin: 0px 0px 1rem;
        width: 100%;
        max-width: none;
        text-align: center;
    }
    
    .testimonials-page .testimonials .header {
        padding-bottom: 2rem;
    }
    
	.shipping-promo .prc.pull-right {
		display: block;
	}
    
}

.order-now .banner {
	background: url(images/orderpage-hero2.jpg) no-repeat 0 0;
	background-size: cover;
	padding-top: 5rem;
	padding-bottom: 0rem;
}

.order-now .banner .header h1,
.order-now .banner .header h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 768px) {
	.order-now .banner {
		padding-bottom: 2rem;
	}
	.order-now .banner .header h1,
	.order-now .banner .header h2 {
		font-size: 2rem;
		text-align: left;
	}
}

.order-now .banner .hero-info {
	position: relative;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
}

.order-now .banner .hero-info > .container {
	padding-top: 2rem;
	padding-bottom: 0rem;
}

@media (max-width: 768px) {
	.order-now .banner .hero-info > .container {
		max-width: 320px;
	}
}

@media (min-width: 768px) {
	.order-now .banner .hero-info > .container {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 576px) {
	.order-now .banner .hero-info > .container {
		max-width: 320px;
	}
}

.order-now .banner img {
	display: block;
	margin: -7rem auto 0rem;
	width: 250px;
}

@media (min-width: 768px) {
	.order-now .banner img {
		display: block;
		position: relative;
		z-index: 9;
		margin-top: -7rem;
		margin-bottom: -7rem;
		width: auto;
	}
}

.order-now .banner .shipping-offer {
	overflow: hidden;
	background: rgba(255, 0, 0, 0.5);
	padding: 0.5rem 1rem;
}

.order-now .banner .shipping-offer p {
	display: table;
	position: relative;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1rem;
	letter-spacing: 0.5px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0rem auto 0rem;
}

#store-options {
	background: #818181;
}

#store-options .currency {
	margin:0px auto;
	max-width: 80rem;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6rem;
}

#store-options .currency span,
#store-options .currency div,
#store-options .currency .promo {
	color: #fff;
	font-size: 0.65rem;
}

#store-options .currency .code {
	color: #000;
}

#store-options select {
	color: #000;
	font-weight: bold;
}

@media (min-width: 768px) {
	#store-options .currency div,
	#store-options .currency span {
		font-size: 0.9rem;
	}
}

#store-options .currency .promo {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	#store-options .currency .promo {
		font-size: 0.9rem;
	}
}

#store-options .code {
	background: #FFFFFF;
	color: rgba(140, 12, 12, 1);
	font-weight: 700;
	padding: 2px 10px;
	margin-left: 1rem;
	font-size: 0.8rem;
}

@media (min-width: 768px) {
	#store-options .code {
		font-size: 1.2rem;
	}
}

.order-now .banner .shipping-offer small {
	display: block;
	font-size: 0.6rem;
	line-height: 1em;
	text-align: center;
	color: #fff;
}

@media (min-width: 768px) {
	.order-now .banner .shipping-offer small {
		font-size: 0.8rem;
		line-height: 1.4em;
		max-width: 340px;
		text-align: left;
	}
}

.order-now .order-phone {
	justify-content: center;
}

.order-now .order-phone h4 {
    display: table;
    position: relative;
    bottom: -6px;
    margin-right: 0rem;
    padding-right: 0px;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.order-now .order-phone h4 .fa {
    position: absolute;
    right: -2rem;
    font-size: 1.5rem;
    top: -6px;
}

@media (min-width: 768px) {
	.order-now .order-phone h4 {
		font-size: 1rem;
		padding-right: 0px;
	}
	.order-now .order-phone h4 .fa {
		position: absolute;
		top: 2px;
		right: 12px;
	}
}

.order-now .order-phone p, .order-now .order-phone a {
	color: #fff;
	font-size: 0.59rem;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.order-now .order-phone {
		justify-content: flex-start;
	}
	.order-now .order-phone h4 {
		font-size: 1.5rem;
		margin-right: 1rem;
		padding-right: 0px;
	}
	.order-now .order-phone h4, .order-now .order-phone p {
		color: #fff;
		text-align: left;
		margin-bottom: 1rem;
	}
	.order-now .order-phone p, .order-now .order-phone a {
		font-size: 1rem;
	}
}

.order-now #store-options {
	background: #23591b;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.7rem;
	line-height: 1.2em;
}

.order-now #store-options .container {
	padding: 0.5rem 0rem;
}

.order-now #store-options select {
	border: none;
	font-size: 0.65rem;
	padding: 2px;
	margin-left: 5px;
}

.order-now #store-options a {
	color: #fff;
}

@media (min-width: 768px) {
	.order-now #store-options select {
		font-size: 0.8rem;
	}
	.order-now #store-options {
		font-size: 1rem;
	}
}

#combined-packages {
	/* fallback/image non-cover color */
	background-color: #e6e6e6;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
	/* Standard */
	background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
	box-shadow: 5px 5px 10px #eee;
	padding: 1rem 0rem;
}

#combined-packages .container {
	width: 320px;
	margin: 0px auto;
}

@media (min-width: 768px) {
	#combined-packages .container {
		width: auto;
		padding: 0rem 0rem 2rem;
	}
}

#product-packages .header {
    display: table;
    position: relative;
    text-align: left;
    color: #ff8e00;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin: -1px auto 1rem;
    padding: 0rem 0rem 0rem 0px;
    text-align: center;
}

@media (min-width: 768px) {
	
	#product-packages .header {
		font-size: 0.8rem;
		font-weight: 700;
		letter-spacing: 0px;
		margin: 0px auto;
		padding: 1rem 0rem 1rem 30px;
	}

	#product-packages .header:before {
		position: absolute;
		top: -8px;
		left: 0;
		content: "";
		background: url(images/price-tag-orange.png) no-repeat 0 0;
		background-size: cover;
		width: 24px;
		height: 24px;
	}
	
	#product-packages .header:before {
		width: 45px;
		height: 45px;
	}
}

@media (min-width: 768px) {
	#product-packages .header {
		font-size: 2rem;
		padding: 0rem 0rem 0rem 45px;
		text-align: center;
	}
}

#product-packages .title {
	font-size: 0.8rem;
	line-height: 1rem;
	text-align: center;
}

@media (min-width: 768px) {
	#product-packages .title {
		font-size: 1.75rem;
		line-height: 1.5rem;
	}
}

#product-packages .title span {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.2em;
}

@media (min-width: 768px) {
	#product-packages .title span {
		font-size: 3rem;
	}
}

#product-packages .product-packages img {
	margin: -1rem 0rem -2rem;
}

@media (min-width: 768px) {
	#product-packages .product-packages img {
		margin-bottom: -5.5rem;
	}
}

#product-packages .row > div {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#product-packages .package {
	border: none;
}

#product-packages .package select {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 0.8rem;
}

#product-packages .card-text {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.1em;
	font-weight: 800;
	padding: 1rem 1rem 0.75rem;
	margin-bottom: 0rem;
	letter-spacing: -2px;
}

#product-packages .card-text span {
	color: #ff8e00;
}

#product-packages .card-value {
	background: #000000;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	padding: 1rem;
}

#product-packages .card-body img {
	display: block;
	max-width:250px;
	margin: 1rem auto;
}

#product-packages .card-sale-price {
	text-align: center;
	font-weight: 800;
	color: #ff8e00;
	font-size: 2rem;
	line-height: 1em;
	margin: 0rem 0rem 0.5rem;
	letter-spacing: -1px;
}

#product-packages .card-save {
	font-size: 1.5rem;
	line-height: 1.2em;
	color: #ba0013;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0.5rem;
}

#product-packages .card-retail {
	text-align: center;
	font-weight: 700;
	color: #000;
	font-size: 1.1rem;
	margin-bottom: 0;
	letter-spacing: -1px;
}

#product-packages .card-retail .multi-currency{
	text-decoration: line-through;
}

#product-packages .card-shipping {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	padding: 10px;
	font-size: 0.9rem;
	letter-spacing: -1px;
	background: #ffd182;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ffd182 0%, #ffd182 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffd182 0%, #ffd182 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffd182 0%, #ffd182 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd182', endColorstr='#ffd182',GradientType=1 );
	/* IE6-9 */
}

#product-packages .card-shipping .shipping-icon-black {
	margin-right: 0.5em;
}

#product-packages a.btn-primary {
	display: table;
	margin: 0px auto 0rem;
}

#product-packages a.btn-secondary,
#product-packages-2 a.btn-secondary{
    background:#808080;
	display: table;
    font-weight: 400;
	margin: 15px auto 0rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

#product-packages .package-bonus {
	position: relative;
	padding: 0rem 0rem 1rem;
}

#product-packages .package-bonus p {
	margin-bottom: 0;
	text-align: center;
	font-weight: 600;
}

#product-packages .package-bonus p:not(.highlight-two) {
	font-size: 0.9rem;
}

#product-packages .package-bonus img {
	position: absolute;
	top: -35px;
	left: auto;
	right: -10px;
	transform: rotate(8deg);
	width: 50px;
	margin-left: 0.5rem;
}

@media (min-width: 992px) {
	
	#product-packages .package .card-body{
		min-height: 490px;
	}
	
	#product-packages .package-bonus img {
		top: -53px;
		right: 10px;
	}
	
}

#product-packages .attention {
	border: solid 3px #000;
	margin-bottom: 1rem;
	padding: 1rem 1rem;
}

@media (min-width: 992px) {
	#product-packages .attention {
		margin-bottom: 4rem;
	}
}

#product-packages .attention:last-child {
	margin-bottom: 0;
}

#product-packages .attention img {
	display: block;
	margin: 1rem auto;
}

#product-packages .attention p {
	font-size: 0.8rem;
	margin: 0rem auto 1rem;
}

#product-packages .attention a {
	color: #1c5513;
	cursor: pointer;
	font-weight: 600;
}

#product-packages .attention a:hover {
	color: #000;
}

/* 404 Page */
.page-404 .header p {
	font-size: 3rem;
	line-height: 1.5em;
	margin-bottom: 0;
}

.page-404 .header h1 {
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: -1px;
}

.page-404 .btn-primary {
	margin: 3rem auto;
}

.page-404 a.btn-primary:after {
	top: 20px !important;
}

.couponInfo {
	background-color: #ffffb3;
	border: 2px dashed red;
	text-align: center;
	padding: 0.5em;
	margin: 0.5em 0;
	display: none;
}

/**/

.load-complete.hdp-disabled .hdpopt {
    display: none;
}

.load-complete .nav-tabs>div {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.cart-checkout .nav-tabs{
    justify-content: center;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

.cart-checkout #product-packages-2 .nav-tabs label{
    color:#fff;
}

.cart-checkout #product-packages-2 .sub-title{
    color:#fff;
}

.cart-checkout .hdpopt,
.cart-checkout .hdpopt-2{
    margin-left: 10px;
}

.cart-checkout #product-packages .sub-title{
    margin: 0px auto 10px;
    max-width: 405px;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.5rem;
    font-weight: 800;
}

.cart-checkout #product-packages a.btn-primary,
.cart-checkout #product-packages a.btn-secondary,
.cart-checkout #product-packages-2 a.btn-primary,
.cart-checkout #product-packages-2 a.btn-secondary{
    -webkit-transform: skew(0, 0);
    -moz-transform: skew(0, 0);
    -ms-transform: skew(0, 0);
    -o-transform: skew(0, 0);
    transform: skew(0, 0);
}

.cart-checkout #product-packages{
    background: rgb(224,224,224); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(224,224,224,1) 0%, rgba(246,246,246,1) 50%, rgba(224,224,224,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(224,224,224,1) 0%,rgba(246,246,246,1) 50%,rgba(224,224,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(224,224,224,1) 0%,rgba(246,246,246,1) 50%,rgba(224,224,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 */
    padding-top:0rem;
    padding-bottom:0rem;
}

.cart-checkout p {
    font-size: 0.9rem;
    max-width:320px;
    margin: 0px auto;
    line-height: 1.2em;
    padding: 0.5rem;
}

.cart-checkout #product-packages .row > div {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.cart-checkout #product-packages .container{
    max-width: 960px
}

.cart-checkout #product-packages .card-body img{
    margin-bottom: 0rem auto;
}

.cart-checkout #product-packages h1{
    color: #ff6f02;
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 0;
}

.cart-checkout #product-packages header strong{
    color:#000;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 800;
}

.cart-checkout #product-packages ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0rem;
    width: auto;
    display: table;
    margin: 0px auto;
}

.cart-checkout #product-packages ul.last{
    margin-bottom: 1rem;
}

.cart-checkout #product-packages li{
    font-size: 0.9em;
    font-weight: 600;
    position: relative;
    padding-left:15px;
    margin-bottom: 0.5rem;
}

.cart-checkout #product-packages li:last-child{
    margin-bottom:0;
}

.cart-checkout #product-packages li:before{
    position: absolute;
    top: 7px;
    left:0px;
    display: inline-block;
    content:"";
    height:10px;
    width: 10px;
    background: #235a1b;
    border-radius: 100%;
}

.cart-checkout .line-through{
    text-decoration: line-through;
}

.cart-checkout #product-packages .card-sale-price,
.cart-checkout #product-packages-2 .card-sale-price{
    margin: 0px auto 15px;
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    color: #ff0000;
}

.cart-checkout #product-packages-2 .card-sale-price{
    margin-bottom: 0;
    padding-bottom: 0;
}

#product-packages-2{
    text-align: center;
}

#oralspray-section-two .card-retail{
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cart-checkout #product-packages sup,
.cart-checkout #product-packages-2 sup{
    top: 0;
    font-size: 100%;
}

#oralspray-section-one h2{
    max-width: 530px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 1rem;
}

#oralspray-section-one .highlight{
    color:#1c5513;
    font-weight: 800;
}

#oralspray-section-one{
    background:#fff;
    padding-top:0rem;
    padding-bottom:2rem;
}

#oralspray-section-one .bullets {
    border: solid 3px #1c5513;
    border-radius: 10px;
    margin: 1rem auto 0rem;
    padding: 1rem 2rem;
    max-width: 960px;
}

#oralspray-section-one .bullets ul{
    list-style: none;
    margin-left: 0rem;
    padding-left: 0;
    margin-bottom: 0;
}

#oralspray-section-one .bullets li{
    font-weight: 600;
    position: relative;
    padding-left:15px;
    margin-bottom: 0.6rem;
}

#oralspray-section-one .bullets li:last-child{
    margin-bottom: 0;
}

#oralspray-section-one .bullets li:before{
    position: absolute;
    top: 7px;
    left:0px;
    display: inline-block;
    content:"";
    height:10px;
    width: 10px;
    background: #235a1b;
    border-radius: 100%;
}

#oralspray-section-two{
    background: #000;
}

#oralspray-section-two .row > div:first-child{
    background: url(images/oral-spray-bg.jpg) no-repeat 0 center/100% auto #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#oralspray-section-two h2{
    color:#fff;
}

#oralspray-section-two p{
    color:#fff;
}

#oralspray-section-two .inner-wrap{
    padding: 2rem 1rem;
}

#oralspray-section-two .inner-wrap .btn-primary{
    margin-bottom: 0px;
}

.cart-checkout #product-packages a.btn-primary,
.cart-checkout #product-packages-2 a.btn-primary{
    background: #ff6f02;
    font-size: 1rem;
    line-height: 1em;
    padding: 1rem 1rem;
}

@media (min-width: 768px) {
    
    #oralspray-section-one{
        padding-top:2rem;
    }
    
    .cart-checkout #product-packages h1{
        font-size:2rem;
        margin-bottom: 1rem;
    }
    
    .cart-checkout #product-packages li{
        font-size:1em;
        margin-bottom: 0.8rem;
    }
    
    .cart-checkout #product-packages header strong{
        font-size: 1.4rem;
        font-weight: 800;
    }
    
    .cart-checkout p {
        font-size: 1rem;
        max-width: none;
        margin: 0px 0px 10px;
        line-height: 1.6em;
        padding: 0rem 0rem;
    }
    
    .cart-checkout #product-packages ul{
        padding-top:3rem;
    }
    
    #oralspray-section-one .bullets ul{
        margin-left: 2rem;
    }
    
    .cart-checkout .arrow-right {
        position: absolute;
        right: -25.3px;
        width: 0px;
        height: 0px;
        border-top: 25.3px solid transparent;
        border-bottom: 25.3px solid transparent;
        border-left: 25.3px solid #ff6f02;
        top: 0;
    }
    
    #oralspray-section-two .inner-wrap{
        max-width: 800px;
        padding: 2rem;
    }
	
	.cart-checkout #product-packages a.btn-primary,
	.cart-checkout #product-packages-2 a.btn-primary{
		font-size: 1.2rem;
		line-height: 1em;
	}
    
}

/**/
#contact-us div.wpforms-container-full .wpforms-form .select2-container,
#contact-us .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border: solid 1px #4c4c4c;
	position: relative;
	outline: none;
	color: #000000;
	background-color: #cbc8c8;
	background: linear-gradient(to bottom, white 0%, #cbc8c8 100%);
	text-decoration: none;
	text-align: left;
	padding: 0;
}

#contact-us .select2-container .select2-selection--single .select2-selection__rendered {
	text-overflow: unset;
	white-space: unset;
}

#contact-us .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 28px;
	line-height: 1.2em;
	font-weight: bold;
	overflow: hidden;
	padding: 5px;
}

#contact-us .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	padding: 0;
	border: none;
}

#contact-us .select2-container--classic .select2-selection--single:focus {
	border: none;
}

#contact-us .select2-container--classic .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 0;
	height: 100%;
	border-radius: 0;
}

#contact-us button[type="submit"] {
	-webkit-appearance: none;
	border: solid 2px #ff8e00;
	background-color: #ff8e00;
	font-family: inherit;
	font-size: 1em;
	padding: 0.75em 2em;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1em;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url("fonts/slick.eot");
	src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
	display: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0px;
}

[dir='rtl'] .slick-prev {
	right: 0px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: 0px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 0px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	padding-bottom: 4rem;
}

.slick-dots {
	position: absolute;
	bottom: -2.5rem;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ec5e00;
}

.slick-slide img {
	width: 100%;
}

.site-footer {
	padding: 3rem 0rem 2rem;
	background: #818181;
}

.site-footer .widget-title {
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.site-footer .widget-title {
		font-size: 1rem;
	}
}

.site-footer .widget-title a {
	color: #fff;
}

.site-footer ul {
	list-style: none;
}

.site-footer li a {
	color: #fff;
	font-size: 0.9rem;
	line-height: 1rem;
	text-transform: uppercase;
}

.site-footer .social-icons a {
    display: inline-block;
    margin: 0rem 0.5rem;
    color: #fff;
    font-size: 21px;
	line-height: 1em;
    text-decoration: none;
    border: solid 1px #fff;
    padding: 0.5rem;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.site-footer .site-footer a {
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #fff;
}

.fnotes {
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #fff;
	margin-bottom: 1rem;
    padding: 10px;
}

.site-info hr {
	margin-bottom: 2em;
}

.site-info .menu-footer-menu-container {
	max-width: 510px;
	margin: 0px auto;
}

.site-info .menu-footer-menu-container,
.site-info .menu-footer-menu-2-container {
	display: block;
	width: 50%;
	margin: 0px;
	float: left;
}

.menu {
	list-style: none;
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem;
}

.menu li {
	display: block;
	padding: 0px 10px 0px;
	margin-bottom: 1rem;
}

.menu li:last-child {
	border: none;
}

.menu li a {
	font-size: 0.8rem;
	line-height: 1em;
	color: #FFFFFF;
}

#trust-pilot{
	padding:2rem 0rem;
}

#footer-articles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-articles a {
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
}

.site-info {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

.site-info p {
	font-size: 0.7rem;
}

.site-info .address {
	font-size: 0.7rem;
}

@media (min-width: 768px) {
	.site-info p {
		font-size: 0.8rem;
	}
}

.footer-icons > div:nth-child(2) {
	text-align: right;
}

.footer-icons > div:nth-child(3) {
	text-align: left;
}

.footer-icons > div {
	margin: 0px auto;
	text-align: center;
}

.footer-icons > div > .social-icons {
	display: block;
	text-align: center;
}

.social-icons a {
	display: inline-block;
	margin: 10px;
	color: #000;
	font-size: 28px;
	text-decoration: none;
}

/* RMA Page */

.dwhite-bg {
    background-color: #e7e8e8;
}

#rma-wrap {
    max-width: 800px;
    margin: 0px auto;
    padding-bottom: 2rem;
}

#rma-wrap h4 {
    font-size: 1rem;
    text-align: center;
}

#rma-wrap p {
    font-size: .85em;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    max-width: 640px;
    margin: 20px auto;
}

#rma-wrap .header {
    border-bottom: solid 3px #89c03d;
    position: relative;
}

#rma-wrap .header img {
    display: block;
    margin: 0;
}

.refund-products {
    position: relative;
    width: 100%;
    max-width: none;
    border: none;
    margin: 0 auto 0;
    padding: 0;
    max-width: 320px;
    display: block;
}

#rma-wrap .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: .8em;
    line-height: 1em;
    margin-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#rma-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}

#rma-wrap button {
    background: #8fc43d;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-family: open sans, sans-serif;
    font-size: 1.1rem;
    margin: 20px 0 0;
    padding: 7px 20px;
    width: 100%;
    max-width: 640px;
    text-transform: uppercase;
    transition: .15s ease-in-out;
}

#rma-wrap button:hover {
    background: #9cd543;
}

#rma-cta .phone-icon {
    position: relative;
    top: -8px;
    margin-bottom: -10px;
}

.rma-section-1 h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.rma-section-1 h2 small {
    display: block;
    font-size: 60%;
    line-height: 1.5em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.rma-section-1 p {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
}

#rma-wrap .header img {
    max-width: 320px;
    width: 90%;
    margin: 0 auto 0.5rem;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .rma-section-1 h2 {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .rma-section-1 h2 small {
        font-size: 60%;
    }

    #rma-wrap h4 {
        font-size: 1.2rem;
        text-align: right;
    }

    #rma-wrap .header img {
        margin: 0 0 0.5rem;
    }

    .refund-products {
        border: none;
        margin: 0 auto 0;
        padding: 0;
        max-width: 480px;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rma-section-1 h2 {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .rma-section-1 h2 small {
        font-size: 70%;
    }

    #rma-wrap h4 {
        font-size: 1.2rem;
        text-align: right;
    }

    #rma-wrap .header img {
        margin: 0 0 0.5rem;
    }

    .refund-products {
        border: none;
        margin: 0 auto 0;
        padding: 0;
        max-width: 480px;
        display: block;
    }
}

@media (min-width: 1200px) {
    .refund-products {
        position: absolute;
        width: 135%;
        max-width: none;
        border: none;
        margin: 0 0 -6px;
        padding: 0;
    }

    #rma-wrap h4 {
        font-size: 1.2rem;
        text-align: right;
    }

    .rma-section-1 h2 {
        font-size: 2rem;
        margin-bottom: 0;
    }

    #rma-wrap .header img {
        margin: 0 0 0.5rem;
    }

    .rma-section-1 h2 small {
        font-size: 60%;
    }

    #rma-wrap .header {
        height: 102px;
    }

    #rma-wrap .header h4 {
        color: #1d411d;
        font-size: 1.2rem;
        font-weight: 900;
        position: relative;
        right: 0;
        top: 0;
        text-align: right;
        margin-top: 0;
    }

}


@media screen and (max-width:767px) {
    
    #bf-banner{
        border:none;
        background: #349d00;
    }
    
}

#bf-banner{
    background: #349d00;
    border-top: solid 4px #235a1b;
}

#bf-banner img{
    margin: 0px auto;
}

/**/

#privacy h2, #terms h2{
    margin-bottom: 20px;
}

#privacy p,
#terms p{
    font-size: 1rem;
    margin-bottom: 20px;
}

#privacy ul, #terms ul,
#privacy ol, #terms ol{
    margin-top:20px;
    margin-bottom: 20px;
    margin-left:10px;
    padding-left: 10px;
}

#privacy ul li, #terms ul li{
    font-size: 1rem;
    list-style: disc;
    margin-bottom: 10px;
}

#privacy ol li, #terms ol li{
    font-size: 1rem;
    list-style: decimal;
    margin-bottom: 10px;
}