/*
##################################################
##################################################
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
##################################################
##################################################




*/

/*
Theme Name: Nacpro+
Description: 2022 Teme for Nacpro+
Author:VaughnTech Inc
Author URI: http://www.vaughntech.com
Version: 1.0
*/


/*

$gray=#333;
$lt_gray=#999;
$blue=#059cdf;
$ltblue=#89d0f0;
$orange=#f99f1c;





*/

body,html {
	height:100%;
	font:16px 'Montserrat', sans-serif;
	font-weight:500;
	color:#333;
}

body {
	margin:80px 0 0 0;
	padding:0;
	background-color:white;
	/*overflow-x:hidden;*/
}

* {
	box-sizing: border-box;

	transition: font-size .25s;
}

a img{
	border:none;
}

hr {
	border-bottom:2px solid #f99f1c;
	width:90%;
}

h1.page_header {
	/* subpage header that doesnt have a header image */
	font-size:2.5em;
	text-align:center;
	padding:0 20px;
	margin:60px 0 0 0;
}

.breadcrumb_wrap {
	font-size:.85em;
	font-weight:500;
	display:flex;
	
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.breadcrumb_wrap a,
.breadcrumb_wrap span {
	display:inline-block;
	margin-right:20px;
}

.breadcrumb_wrap a {
	color:#333;
	text-decoration:underline;
}

.breadcrumb_wrap a:hover {
	color:#059cdf;
}

.maxwidth {
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}

.smallwidth {
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}

.gen_pad {
	padding-left:30px;
	padding-right:30px;
}

.centered_content {
	text-align:center;
}

.big_margin {
	margin-top:120px;
}

.small_margin {
	margin-top:50px;
}

#burger {
	display:none;
	cursor:pointer;
}

#burger>span {
	display:block;
	background-color:#059cdf;
	padding:4px;
	border-radius:50px;
}

#burger>span:nth-child(2) {
	margin:3px 0;
}

.navs_wrap {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:white;
	z-index:10;
}

.navs_wrap div {
}

.rep_nav {
	padding:10px 20px;
	text-align:center;
	font-size:1em;
}

nav {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}



nav .nav_left,
nav .nav_right {
	flex:0 0 41.5%;
}

nav .nav_left {
	font-size:.875em;
}

nav .nav_right {
	text-align:right;
	font-size:.75em;
}

nav a {
	text-decoration:none;
	color:#333;
	transition: color .25s;
	font-weight:500;
}

nav a:hover {
	color:#059cdf;
}

.nav_left ul,
.nav_right ul {
	list-style:none;
	margin:0;
	padding:0;
}

.nav_left ul li {
	display:inline-block;
	padding-right:1.5em;
}

.nav_right ul li {
	display:inline-block;
	padding-left:1.5em;
}

.nav_center img {
	width:100%;
	height:auto;
	max-width:100%;
}

.nav_left ul {
	display:flex;
	
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.nav_with_icons i, 
.mobile_nav i {
	display: inline-block;
	font-size:1em;
	margin-right:.5em;
}

.mobile_nav {
	display:none;
}

.mobile_nav a {
	text-decoration:none;
	color:#333;
	transition: color .25s;
	font-weight:500;

	display:block;
	padding:10px 20px;
	text-align:center;
	transition: background-color .5s;
}

.mobile_nav a:hover {
	transition: background-color 0s;
	background-color:#EEE;
}

.mobile_nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

.mobile_nav ul li {
	display:block;
}

.rep_bug {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	
} 

.rep_bug>div:first-child {
	padding:0 1em;
}

.header_rep_img_wrap img {
	width:100%;
	height:auto;
	max-height:55px;
	transition:opacity .25s;
}

.header_rep_img_wrap img:hover {
	opacity:.65;
}

/**********************************/

.hero_home {
	position:relative;
}

.hero_home img {
	width:100%;
	height:auto;
	max-width:1920px;
}

.hero_insert {
	position:absolute;
	top:50%;
	left:0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:50%;

	padding-left:80px;
}

.hero_insert h2 {
	font-weight:800;
	font-size:3.375em;
	line-height:1em;
	margin:0 0 0 0;
}

.hero_insert p {
	font-weight:500;
	font-size:1.5em;
	line-height:1em;
	margin:22px 0 0 0;
}

.hero_button {
	font-size:1.125em;
	text-decoration:none;
	color:white;
	background-color:#059cdf;
	display:inline-block;
	border-radius:50px;
	padding:12px 40px;

	margin:22px 0 0 0;

	text-transform: uppercase;
}


.hero_sub {
	background-size:cover;
	background-position:center center;
	position:relative;

	padding-left:30px;
	padding-right:30px;
	margin-top:30px;

	padding-bottom:32%;
}

.hero_title {
	position:absolute;
	top:50%;
	top:50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*margin-left:13%; */
	z-index:2;
	padding:0 20px;
}

.hero_title_centered {
	width:100%;
	text-align:center;
}

.hero_title h1 {
	font-size:3em;
	color:white;
	text-transform: uppercase;
	margin:0;
}

.hero_overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.15);
}

.grid_thirds_text {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:stretch;
	flex-flow:row nowrap;
	font-size:1.063em;
	margin-top:30px;
}

.grid_thirds_text>div {
	flex:1 1 33%;
	text-align:center;
	padding:0 10px;
}

.grid_thirds_text>div:nth-child(2) {
	border-left:1px solid #333;
	border-right:1px solid #333;
}

.grid_thirds_text p {
	color:#999;
	margin-top:.5em;
	margin-bottom:0;
}

.vid_wide_wrap {
	max-width:1425px;
	height: 56.25%; 
	margin-left:auto;
	margin-right:auto;
	position: relative;
	/*padding-bottom: 56.25%; */ /* 16:9 */
	padding-bottom: 48.25%;
	height: 0;
}

.vid_med_wrap {
	max-width:1220px;
	height: 56.25%; 
	margin-left:auto;
	margin-right:auto;
	position: relative;
	/*padding-bottom: 56.25%; */ /* 16:9 */
	padding-bottom: 48.25%;
	height: 0;
}

.vid_wide_wrap iframe,
.vid_med_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gen_content h2 {
	margin:0;
	font-size:3em;
}

.gen_content h3 {
	font-size:1.75em;
}

.gen_content h4 {
	margin:0;
	font-size:2.5em;
	margin:50px 0 0 0;
}

.gen_content p {
	font-size:1em;
	margin:1.25em 0 0 0;
	line-height:1.5em;
}

.gen_content ul li {
	margin-top:1em;
}

.home_split p {
	font-size:1.065em;
	line-height:1.5em;
	margin:2em 0 0 0;
}

.single_product_split {
	display:flex;
	
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.single_product_split>div {
	flex:0 0 50%;
}

/* left side slideshow */

.single_product_split>div:first-child {
	position:relative;
}

.half_width_sideshow {
	position:relative;
	width:100%;
	padding-bottom:100%;
}


.half_width_sideshow img {
	position:absolute;
	top:0;
	left:0;

	width:100%;
	height:auto;
	max-width:100%;
	display:none;
}

.half_width_sideshow img:first-child {
	display:inline;
}

.half_width_sideshow_control {
	display:flex;
	
	justify-content:center;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
	margin-top:30px;
}

.half_width_sideshow_control>div {
	border-radius:50px;
	border:1px solid black;
	padding:5px;
	cursor:pointer;

	margin:0 5px;
	display:inline-block;
	transition: background-color .25s;

	color:red;
}

.half_width_sideshow_control>div:hover,
.half_width_sideshow_control>div.activated {
	background-color:black;
}


/* right side select */

.single_product_split>div:last-child {
	padding-left:40px;
}

.single_product_split h1 {
	font-weight:500;
	font-size:1.5em;
	text-transform: uppercase;
	margin:1em 0 0 0;
}

.single_product_split p {
	margin:.5em 0 0 0;
}

.single_product_split .price {
	font-size:1.75em;
}

.single_product_split a {
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #333;
	transition: color .25s;
}

.single_product_split a:hover {
	color:#059cdf;
}

.single_product_split label {
	display:block;
	font-size:.85em;
	margin-top:1.5em;
}

.single_product_split select {
	width:80%;
	font-size:.85em;
	padding:1em 1em;
	margin-top:1em;
	border:1px solid #999;
}

.single_product_split option {
	display:block;
	padding:1em 1em;
}

.custom-select {
	position: relative;
	width:90%;
	max-width:400px;
}

.custom-select select {
	xdisplay: none; /*hide original SELECT element: */
}

.custom_select_selected {
	cursor:pointer;
	width:100%;
	display:block;
	font-size:.75em;
	padding:15px 10px;
	border:1px solid #999;
	color: #333;
	margin-top:1em;
	position:relative;
}

.custom_select_selected .caret {
	/* the caret */
	float:right;
	font-size:1.25em;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	width:10px;
	height:10px;
	transform:rotate(45deg);
	transition: transform .25s, top .25s;
	position:relative;
}

.custom_select_selected .caret.activated {
	transform:rotate(225deg);
	top:5px;
}	

.custom_select_option {
	width:100%;
	display:block;
	font-size:1em;
	padding:20px 10px;
	color: #333;
	cursor:pointer;
}

.custom_select_option>span {

}

.custom_select_option:hover {
	background-color:#EEE;
}


.select_dropdown {
	display:none;
	border:1px solid #999;

	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:white;
}

.product_single_buttons {
	display:flex;
	
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.is_selected {
	background-color:#DDD;
}

a.gen_button,
input[type='button'].gen_button,
input[type='submit'].gen_button {
	text-decoration:none;
	padding:10px 50px;
	border-radius:50px;
	border:none;
	background-color:#EEE;
	text-transform: uppercase;
	transition: background-color .25s;
	margin-right:10px;
	cursor:pointer;
	text-align:center;
	display:inline-block;
}

a.gen_button.rep_bio_butt {
	width:auto;
	padding:10px 20px;
}

a.gen_button_bigger {
	font-size:1.25em;
	padding:10px 20px;
}

a.orange_button {
	background-color:#f99f1c;
	color:white;
}

a.orange_button:hover {
	background-color:#059cdf;
	color:white;
}

a.blue_button,
input[type='button'].blue_button,
input[type='submit'].blue_button {
	background-color:#059cdf;
	color:white;
}

a.blue_button:hover,
input[type='button'].blue_button:hover {
	background-color:#f99f1c;
	color:white;
}

.grid_2 {
	display:flex;
	
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.grid_2_stretch {
	align-items:stretch;
}

.grid_2>div {
	flex:0 0 50%;
}

.grid_2>div:first-child {
	padding-right:40px;
}

.grid_2 img {
	width:100%;
	height:auto;
	max-width:700px;
}

.grid_2.grid_2_doub_img img {
	max-width:100%;
	width:auto;
}

.grid_2.grid_2_doub_img>div {
	text-align:center;
}

.img_link_bar img {
	width:100%;
	height:auto;
	max-width:1100px;
	transition: opacity .25s;
}

.img_link_bar img:hover {
	opacity:.75;
}

.paralax_bar {
	color:white;
	background-image: url(/wp-content/uploads/IMG_1977-crop_2000x.jpg);
	height:100vh;

	background-size:cover;
	background-position: center 0;
	position:relative;
}

.paralax_bar_overlay {
	background-color:rgba(0,0,0,.25);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.paralax_bar_inner {
		position:absolute;
	top:50%;
	left:0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:50%;

	padding-left:80px;
}

.paralax_bar_inner h2 {
	font-size:3.125em;
	margin:0;
	font-weight:800;
}

.paralax_bar_inner h3 {
	font-size:3.125em;
	margin:0;
	font-weight:500;
}

.gray_bar {
	color:white;
	background-color:#333;
	margin:0;
	position:relative;

	/* fix the internal margin overflow problem */
	overflow:auto;
	padding:30px 0;
}

.looping_vidbar { 
	/*height:100vh;*/
	padding-bottom:65%;
	overflow:hidden;
	position:relative;
}

.looping_vidbar video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}


.product_bar {
	display:flex;
	
	justify-content:center;
	align-items:stretch;
	align-content:flex-start;
	
	flex-flow:row wrap;
}


.product_bar_item {
	text-align:center;
	flex:0 0 22%;
	margin:0 1%;

	max-width:375px;

	/*
	display:flex;
	
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	
	flex-direction:column;
	*/
	display:flex;
	
	justify-content:stretch;
	align-items:center;
	flex-flow: column nowrap;
}


.product_bar_item>div:last-child {
	margin-top:auto;
}

.product_bar_item .thumb_div {
	padding-bottom:100%;
	width:100%;
	position:relative;
	margin:0 10px;
	xxheight:50%;
	/* flex:0 0 50%; */
}

.product_bar_item .thumb_div div {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background-size:contain;
	background-position: center center;
	background-repeat:no-repeat;

}

.pb_hover {
	opacity:0;
	transition:opacity .5s;
}

.pb_hover:hover {
	opacity:1;
}

.product_bar_item>div:first-child div {
	/*
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	*/
}

.product_bar_item p {
	font-size:1em;
	margin:.5em 0 0 0;
}

.pb_price_linethough {
	text-decoration: line-through;
	color:#999;
}

.product_bar_item .gen_button {
	display:inline-block;
	margin-top:1em;
}

.pb_onsale_flag {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background-color:#f99f1c;
	color:white;
	padding:17px 20px;
	font-size:.85em;
	text-transform: uppercase;
	line-height:0;
}

.reviews_section {
	max-width:1250px;
	margin-left:auto;
	margin-right:auto;
	padding:0 20px;
}

.review_bar {
	margin-top:30px;
	border-bottom:1px solid #CCC;
	padding-bottom:30px;
}

.reviews_section p {
	font-size:1em;
	margin:.75em 0 0 0;
	line-height:1.5em;
}

p.review_stars {
	font-size:1.5em;
	color:#f99f1c;
}

.review_name,
.review_title,
.review_product {
 	font-weight:bold;
}

.paginate_review_page {
	/* for pagination only */
	/*border:10px solid blue;*/
}


.reviews_section .paginate_review_page:not(:first-child) {
	display:none;
}

a.show_more_reviews_butt {
	display:inline-block;
	margin-top:20px;
}

.mail_list_bar {
	display:flex;
	
	justify-content:space-around;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}
 
.mail_list_bar>div {
	flex:0 0 50%;
}

.mail_list_bar>div:first-child {
	text-align:center;
	padding-right:2em;
}

.mail_list_bar input[type='email'] {
	font-size:1.25em;
	color:#333;
	height:1.25em;
	border:none;
	border-bottom:1px solid #999;
	width:80%;
	padding:20px 0 20px 1em;
}

.mail_list_bar input[type='email']:focus {
	border:1px solid #999 !important;
}

.mail_list_bar input[type='button'] {
	background-color:white;
	border:none;
	font-weight:bold;
	font-size:1.5em;
	cursor:pointer;
}




.simple_photo_bar {
	width:100%;

	display:flex;
	
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
	position:relative;

}
.simple_photo_bar>div {
	flex:0 0 25%;
	height:100%;
	background-color:green;
	padding-bottom:15%;
	background-size:cover;
	background-position: center center;
}



footer {
	margin-top:120px;
	display:flex;
	
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	
	flex-flow:row nowrap;
	padding-left:15px;
	padding-right:15px;
}

.foot_logo {
	width:100%;
	height:auto;
	max-width:100%;
}

footer>div {
	flex:0 0 25%;
	padding:0 20px;
}

footer h3 {
	font-size:1.313em;
	font-weight:800;
	margin:0;
}

footer ul {
	font-size:1.063em;
	list-style:none;
	margin:1em 0 0 0;
	padding:0;
}

footer ul a {
	text-decoration:none;
	color:#333;
	transition: color 1s;
}

footer ul a:hover {
	transition: color 0s;
	color:#059cdf;
}

footer ul li {
	margin-bottom:.7em;
}


footer input[type='email'] {
	font-size:1.25em;
	color:#333;
	height:1.25em;
	border:none;
	border-bottom:1px solid #999;
	width:80%;
	padding-left:.5em;
}



footer input[type='email']::placeholder,
footer input[type='email']::-webkit-input-placeholder {
	opacity:1;
	color:#AAA;
}

footer input[type='button'],
footer input[type='submit'] {
	margin-top:20px;
}


.fda_foot {
	text-align:center;
	padding:0 20px;
	margin-top:50px;
}
.fda_foot img {
	width:100%;
	height:auto;
	max-width:600px;
}

.copy_and_payments_bar {
	display:flex;
	
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
	padding:40px 20px 40px 20px;
}

.copy_and_payments_bar>div {
	font-size:.75em;
}

.copy_and_payments_bar>div:first-child {
	flex:0 0 content;
}

.copy_and_payments_bar>div:last-child {
	flex:1 1 100%;
	text-align:right;
}

.copy_and_payments_bar svg {
	width:100%;
	height:auto;
	max-width:60px;
}

.doctor_flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;

	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}

.doctor_flex>div {
	flex:0 0 50%;
}

.doctor_flex img {
	width:100%;
	height:auto;
	max-width:500px;
}

.doctor_flex h4 {
	color:#059cdf;
}

.single_big_img {
	width:100%;
	height:auto;
	max-width:1300px;
	display:block;
	margin:30px auto 0 auto;
}

.fixed_bkg_bar {
	position:relative;
	background-position: center center;
	background-attachment: fixed;
	height:330px;
	margin-left:30px;
	margin-right:30px;
	max-width:1610px;
	margin-left:auto;
	margin-right:auto;
}

.fixed_bkg_bar h2 {
	font-size:3em;
	font-weight:800;
	text-transform: uppercase;
	color:white;
	margin:0;
}

.fixed_bkg_bar>div {
	position:absolute;
	top:50%;
	left:10%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 
}

.accordions h3 {
	font-size:1.5em;
	background-color:#eeeeee;
	padding:20px 20px;
	cursor:pointer;
	transition: background-color 1.25s;
	margin:.5em 0 0 0;
}

.accordions h3:hover {
	transition: background-color 0s;
	background-color:#dddddd;
}

.accordions h3 span {
	display:inline-block;
	transition: transform .25s, top .25s;
}

.rotate_accordion_caret {
	transform:rotate(90deg);
	
}

.accordions p {
	display:none;
	margin-left:2em;
	margin:2em 0 2em 1em;
}

.hexagons {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row wrap;
	
}

.hexagons svg {
	flex:0 0 25%;
	height:auto;
}

.ingredient_block_wrap {

	width:100%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;


	/*
	display:flex;
	
	justify-content:flex-start;
	align-items:stretch;
	align-content:flex-start;
	
	flex-flow:row nowrap;
	*/
	overflow:hidden;
}

.ingredient_block {
	/*flex:0 0 30%;*/
	width:30%;
	margin:0 1%;
	padding:0 10px;
}

.ingredient_block>div {
	padding-bottom:65%;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ingredient_block h3 {
	text-align:center;
	font-size:1.25em;
}

.ingredient_block p {
	color:#888888;
	font-size:1.125em;
	line-height:1.625em;
	text-align:center;
}

.ingredient_block p:last-child {
	text-align:center;
}

.ingredient_icon {


	/*
	display:inline-block;
	padding:3px;
	border-radius:10px;

	background-color:green;
	*/
}

.icon_orange {
	color:#f99f1c;
}

.icon_yellow {
	color:#e1ba1a;
}
.icon_blue {
	color:#78c5f2;
}
.icon_red {
	color:red;
}


.carousel_super_wrap {
	position:relative;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;

	padding-left:3em;
	padding-right:3em;

}

.carousel_prev_button,
.carousel_next_button {
	color:#059cdf;
	opacity:.5;
	font-size:3em;
	cursor:pointer;
	transition:opacity .25s;
	position:relative;
	z-index:2;
}

.carousel_prev_button:hover,
.carousel_next_button:hover {
	opacity:1;
}

.carousel_prev_button {
	position:absolute;
	top:50%;
	left:10px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 	
}

.carousel_next_button {
	position:absolute;
	top:50%;
	right:10px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 	
}


.ingredient_disclaimer_nag_overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;

	background-color:rgba(0,0,0,.5);

	display:none;
}

.ingredient_disclaimer_nag_modal {
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 

	background-color:rgba(255,255,255,.95);
	padding:30px;
	border-radius:30px;
	
	margin:10px;
	max-width:550px;
	text-align:center;


}

.ingredient_disclaimer_nag_modal h3 {
	margin:0;
	font-size:1.875em;
}

.ingredient_disclaimer_nag_modal p {
	color:rgba(83,83,83);
	margin:1em 0 0 0;
	font-size:1.063em;
}

.disclaimer_button {
	border:1px solid black;
	margin-top:1em;
	font-size:1.25em;
	text-transform: uppercase;
	padding:.75em 0;
	cursor:pointer;
	transition: background-color .25s;
}

.disclaimer_button:hover {
	background-color:#CCC;
}

.terms_wrap_general {
	max-width:700px;
	padding:0 20px;
	margin:0 auto;
}


.wrapper {
	border:10px solid green;
}

.general_terms {
	margin:40px auto 40px auto;
	max-width:1100px;
	padding:0 20px;
	font-size:1.065em;
	color:#666;
}

.general_terms p {
	line-height:1.5em;
}

.product_big_unzoomed {
	width:100%;
	height:auto;
	max-width:700px;
	display:block;
	margin:0 auto;
}

.zoom_gallery_wrap {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	flex-flow:row wrap;
}

.zoom_gallery_wrap img {
	width:100%;
	height:auto;
	max-width:180px;
	min-width:100px;
	
}

.zoom_gallery_wrap a {
	flex:0 0 30%;
	border:none !important;
	margin:5px;
}

.zoom_gallery_wrap a:hover {
}


.product_page_data_block img {
	height:auto;
	max-width:100%;
	margin:2em 0 0 0;
}

.product_page_share_bar {
	text-align:center;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px 20px;
}

.product_page_share_bar p {
	margin:0 0 .5em 0;
}

.product_page_share_bar svg {
	width:100%;
	height:auto;
	max-width:35px;
	transition: transform .25s;
}

.product_page_share_bar svg:hover {
	transform: scale(1.05);
}


/* ############### REP SEARCH ############ */



.searchtype_button {
	background-color:#059cdf;
	color:white;
	text-align:center;
	padding:10px;
	/*font-size: 1.25em;*/
	font-size: 1.25em;
	font-weight: 500;
	margin-top:20px;
	border-radius: 8px;
	/*cursor: pointer;*/
	transition:background-color .25s;
}

.searchtype_button:hover {
	/*background-color:$medyellow;*/
}

.searchtype_hidden_div {
	width:95%;
	margin:0 auto;
	padding:20px;
	border:1px solid #CCC;
	border-top:none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/*display:none;*/

}

.searchtype_fields label {
	display:block;
	margin:20px 0 5px 0;
	font-size: 1em;
	font-weight:600;
	color:#666;
}

.searchtype_fields input[type=text],
.searchtype_fields select {
	font-size: 1.25em;
	padding:5px;
	border:1px solid #CCC;
	width:100%;
	max-width:400px;
}

.searchtype_fields input[type=button] {
	margin-top:30px;
}


.generic_overlay {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.75);
	top:0;
	left:0;
	z-index:9999999;
}

.search_wait {
	position: absolute;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);

	text-align:center;
	color:white;
	font-size:.85em;
}

.search_wait img {
	width:100%;
	height:auto;
	max-width:100px;
}


#rep_search_results {
	background-color:#fcf3e2;
	margin-top:10px;
	padding:20px;
	display:none;
}

.rep_search_row {
	border-bottom:1px solid #89d0f0;
	padding-bottom:15px;
	margin-bottom:15px;
}


#rep_search_results h2 {
	font-family: chant,Arial;
	font-size:1.5em;
	font-weight:bold;
	color:$pink;
	margin:0;
	text-transform:uppercase;
	transition: font-size .25s;
}

#rep_search_results h3 {
	font-size:1em;
	font-weight:500;
	color:#333;
	margin:0;
	transition: font-size .25s;
}

#rep_search_results h5 {
	font-size:1.25em;
	font-weight:500;
	color:#333;
	margin:0 0 0 0;
	transition: font-size .25s;
	border-bottom:1px solid #333;
}

.rep_result_returned_terms {
	margin:5px 0 16px 0;
}

.rep_result_returned_terms span {
	font-style:italic;
	color:#999;
}


.rep_result_button_wrap {
	margin-top:20px;
}

.rep_search_result_butt {
	display:inline-block;
	background-color:#059cdf;
	color:white;
	text-align:center;
	text-decoration: none;

	font-size:1em;
	font-weight: 400 !important;
	padding:8px 20px;
	border-radius: 30px;
	transition: background-color .25s;
	margin-right:10px;
}

.rep_search_result_butt:hover {
	background-color:#89d0f0;
	color:white;
}


.rep_search_result_shop_button {
	background-color:#d37451;
}


.emlink {
	cursor:pointer;
}

#search_consultant_warn {
	margin-top:1em;
	font-size: 1em;
	font-weight: 500;
	color:#DD0000;
	display:none;
}

.search_by_name_butt {

}


/* ############### END REP SEARCH ############ */


/* ############### CONSULTANT BIO ############ */



.consultant_bio {
	display:flex;
	justify-content:flex-start;
	align-content:flex-start;
	align-items:stretch;
	flex-flow:row nowrap;
}

.consultant_bio>div {
	
}

.rep_photo_big {
	width:100%;
	padding-bottom:100%;

	background-size:cover;
	background-position:center center;
}

.rep_bio_butt {
	width:100%;
	max-width:365px;
	margin-top:25px;
}

.rep_bio_left_col {
	flex: 0 1 365px;
	
}

.rep_bio_right_col {
	flex: 1 1 100%;
	padding-left:30px;
}

.rep_bio_right_col h2 {
	/* JE CONSULTANT */
	font-size: 1.125em;
	margin:0;
	font-weight:600;
	color:#059cdf;
}

.rep_bio_right_col h2 sup {
	font-size:.35em;
}

.rep_bio_right_col h3{
	/* name */
	font-size: 2em;
	margin:0;
	font-weight:600;
}

.rep_bio_right_col h4{
	/* location */
	font-size: 1em;
	margin:0;
	font-weight:500;
	color:#8d9194;
}

.rep_bio_right_col p{
	/* bio */
	font-size: 1.125em;
	margin:2em 0 0 0;
	font-weight:400;
	line-height:1.75em;
}

.booklet_iframe {
	border:none;
	width:100%;
	height:375px;
	background:$ltyellow;
}

.sup_facts img {
	width:100%;
	height:auto;
	max-width:1920px;
	margin-top:40px;
}
