/*
 *
 * css for acnereviews theme
 *
*/
/*** fonts ***/
/* mulish-300 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/mulish-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/mulish-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/mulish-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/mulish-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-800 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('fonts/mulish-v12-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/mulish-v12-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-700 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/mulish-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/mulish-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-900 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('fonts/mulish-v12-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/mulish-v12-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-italic - latin */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/mulish-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/mulish-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'acne-icons';
  src: url('fonts/acne-icons.eot?98685689');
  src: url('fonts/acne-icons.eot?98685689#iefix') format('embedded-opentype'),
       url('fonts/acne-icons.woff2?98685689') format('woff2'),
       url('fonts/acne-icons.woff?98685689') format('woff'),
       url('fonts/acne-icons.ttf?98685689') format('truetype'),
       url('fonts/acne-icons.svg?98685689#acne-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'acne-icons';
    src: url('../font/acne-icons.svg?98685689#acne-icons') format('svg');
  }
}
*/
 
 [class^="acne-icon-"]:before, [class*=" acne-icon-"]:before {
  font-family: "acne-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.acne-icon-star:before { content: '\e800'; } /* '' */
.acne-icon-right:before { content: '\e801'; } /* '' */
.acne-icon-dot:before { content: '\e802'; } /* '' */
.acne-icon-check:before { content: '\e803'; } /* '' */
.acne-icon-star-empty:before { content: '\e804'; } /* '' */
.acne-icon-plus:before { content: '\e807'; } /* '' */
.acne-icon-minus:before { content: '\e808'; } /* '' */
.acne-icon-angle-down:before { content: '\f107'; } /* '' */
.acne-icon-star-half-alt:before { content: '\f123'; } /* '' */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	position: relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

/*h1, h2, h3, h4, h5, h6 {
	clear: both;
}*/

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin-left: 0;
    padding: 0 1.5em;
    border-left: 4px solid #000;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*** layout & grid ***/
body {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'Mulish', sans-serif;
	color: #24355a;
	font-size: 1.9em;
	text-align: center;
	letter-spacing: -0.05px;
	font-weight: 800;
	line-height: 1.4;
}
h2 {
	font-family: 'Mulish', sans-serif;
	color: #24355a;
	font-size: 1.5em;
	font-weight: 800;
	line-height: 1.5;
}
h3 {
	font-family: 'Mulish', sans-serif;
	color: #24355a;
	font-size: 1.3em;
	font-weight: 800;
	line-height: 1.5;
}
h4 {
	color: #24355a;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5;
}

.content-section {
	margin: 0;
	padding: 0 15px;
}
.section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 980px;
}
.section-wide {
	max-width: 1200px;
}
.section-narrow {
	max-width: 800px;
}

.site-content {
	min-height: 500px;
}
.site-content, .site-content p {
	color: #283042;
  font-family: 'Mulish', sans-serif;
	font-size: 1.05em;
	line-height: 1.8;
}
sup {
	font-size: 60%;
}

/*** header and main navigation ***/
.site-header {
  width: 100%;
  background: #79a93b;
}
.site-header .section {
	padding-top: 18px;
	padding-bottom: 16px;
	/*min-height: 80px;*/
	display: flex;
	justify-content: space-between;
}
.site-branding {
	display: flex;
	align-items: center;
	float: left;
}
.site-branding-tag {
	margin-left: 25px;
	padding: 5px 0 5px 25px;
	border-left: 1px solid #90c152;
	font-size: 1.2rem;
	color: #fff;
}
.site-branding-tag sup {
	top: -1em;
	font-size: 0.5rem;
}
.main-navigation {
	float: right;
}
.nav-wrapper {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	visibility: hidden;
	background: #fff;
	opacity: 0;
	-moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.menu-toggle,
.main-navigation.toggled .nav-wrapper {
	z-index: 10000;
	visibility: visible;
	opacity: 1;
}
.nav-wrap {
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	position: absolute;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
}
.main-navigation button.open-icon {
	margin-top: 10px;
	background: transparent;
	border: none;
	z-index: 10001;
	position: relative;
}
.main-navigation button.open-icon:hover, .main-navigation button.open-icon:active, .main-navigation button.open-icon:focus {
	border-color: #232323  #232323  #232323;
	outline: none;
}
.open-icon {
  display: block;
  float: right;
  width: 38px;
  height: 35px;
  position: relative;
  cursor: pointer;
  position: relative;  
}
.open-icon span {
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.open-icon .menu_label {
  opacity: 0;
}
.open-icon span:nth-child(1) {
  top: 0px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.open-icon span:nth-child(2) {
	top: 11px;
  width: 100%;
  left: 0;
}
.open-icon span:nth-child(3) {
  top: 22px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.main-navigation.toggled .open-icon span {
	background: #24355a;
}
.main-navigation.toggled .open-icon span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.main-navigation.toggled .open-icon span:nth-child(2) {
  width: 0;
  left: 50%;
}
.main-navigation.toggled .open-icon span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.nav-content {
	width: 100%;
	padding: 100px 15px 40px;
	max-width: 430px;
	color: #a9b7d5;
}
.nav-content p {
	margin: 0;
	padding: 0 0 10px;
	font-weight: 700;
}
.nav-content ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/*.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}*/

.nav-content li {
	/*float: left;*/
	display: block;
	position: relative;
}

.nav-content a {
	padding: 28px 0;
	font-size: 1.7em;
	font-weight: 800;
	color: #24355a;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #dbe1ed;
	-moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.nav-content a:hover {
	color: #79a93b;
}
.nav-content ul li:last-child a {
	border-bottom: none;
}
.menu-item-has-children {position: relative;}
.menu-item-has-children button {
	margin: 0;
	padding: 10px;
	background: #fff;
	border: none;
	outline: none;
	font-size: 3em;
	color: #79a93b;
	top: 8px;
	right: 0;
	position: absolute;
}
.footer-nav .menu-item-has-children button {display:none;}
.sub-menu {
	max-height: 0px;
	overflow: hidden;
	-moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sub-menu-active .sub-menu {max-height: 1000px;}
.sub-menu a {padding:16px 0 16px 12px;font-size:1.3em;}
.sub-menu li:last-child {border-bottom: 1px solid #dbe1ed;}

@media (max-width: 768px) {
	.site-branding {
		align-items: flex-start;
		flex-direction: column;
	}
	.site-branding-tag {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
}
@media (max-width: 768px) {
	.site-branding {
		align-items: flex-start;
		flex-direction: column;
	}
	.site-branding-tag {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
}
@media (max-width: 500px) {
	.site-branding-tag {
		line-height: 1.3;
	}
	.site-branding-tag em {
		display: block;
	}
	.nav-content a {
		padding: 28px 0;
		font-size: 1.3em;
	}
	.menu-item-has-children button {
		font-size: 2.4em;
		top: 12px;
	}
	.sub-menu a {padding:16px 0 16px 12px;font-size:1.1em;line-height:1.4em;}
}

.entry-content ul, .entry-content ol {
	padding-left: 20px;
	margin-left: 0;
	/*line-height: 1.4em;*/
}
.entry-content ul li, .entry-content ol li {
	padding-bottom: 0.5em;
	line-height: 1.8em;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.entry-header h1 {
	padding: 20px 0 10px;
}
.single-post .content-area .entry-header {
	margin: 0 -15px -115px;
	padding-top: 20px;
	padding-bottom: 155px;
	width: calc( 100% + 30px );
	/*margin-bottom: -100px;*/
	background: #f3f6fb;
}
.single-post .content-area .entry-header h1 {
	margin: 0;
	padding: 10px 20px 0;
	font-size: 2.15em;
}
.single-post .content-area .entry-content {
	padding: 25px 75px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}

.content-text-flow-wrapper {
	padding-bottom: 30px;
}
.entry-content p.has-drop-cap:first-letter, .apply-drop-cap p:first-child:first-letter {
   float: left;
   font-size: 2.5em;
   line-height: 0.68;
   font-weight: 700;
   margin: 0.32em .1em 0 0;
   text-transform: uppercase;
   font-style: normal;
}
.has-drop-cap:after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px;
    font-size: 0;
}
.content-text-flow-wrap {
	margin: 0 auto;
	max-width: 960px;
	column-width: 18em;
  column-gap: 3em;
}
.content-text-flow-wrap p {
	margin: 0;
	padding: 0 0 1em;
}
.intro-show-mobile {display:none;}
.intro-show-mobile a {
	margin: -16px 0;
	font-weight: 700;
	text-decoration: none;
	color: #24355a;
	display: block;
}
.intro-show-mobile a span {
	font-size: 1.2em;
}
@media (max-width: 700px) {
	h1.entry-title {padding: 10px 0 0;font-size: 1.9em;}
	.intro-show-mobile {padding:0;display: inline-block;}
	.intro-hide-mobile {display: none;}
	.content-text-flow-wrap.continue .intro-show-mobile {display: none;}
	.content-text-flow-wrap.continue .intro-hide-mobile {display: inline-block;}
	.content-text-flow-wrap.continue p:first-child span.intro-hide-mobile {display: inline;}
}
@media (max-width: 340px) {
	h1.entry-title {font-size: 1.6em;}
}

/*** post in content image ***/
/* content width image block */
.content-width-image-wrap {
	margin: 35px -75px 40px;
	position: relative;
}
.content-width-image-wrap:before { /* aspect ratio for 980x360 */
	display: block;
	content: "";
	width: 100%;
	padding-top: calc( (18 / 49) * 100% );
	background: #e5e5e5;
	min-height: 277px;
}
.content-width-image-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.content-width-image-inner:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
}
.content-width-image-inner p.content-width-image-caption {
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff !important;
	font-style: italic;
	line-height: 1.3;
	margin: 0;
	padding: 30px 10% 30px 40px;
	position: absolute;
	z-index: 2;
}
@media (max-width: 768px) {
	.single-post .content-area .entry-header h1 {
		font-size: 1.8em;
	}
	.single-post .content-area .entry-content {
		padding: 10px 20px;
	}
	.content-width-image-wrap {
    margin: 35px -20px 40px;
		position: relative;
	}
	.content-width-image-inner img {
		position: relative;
		left: 50%;
		transform: translate(-50%);
		height: 100%;
		max-width: unset;
	}
	.content-width-image-inner p.content-width-image-caption {
		padding: 20px 10% 20px 20px;
	}
}

/*** comparison charts ***/
.comp-chart-container {
	width: calc(100% + 15px);
	padding-bottom: 60px;
	margin: 0 auto;
	max-width: 995px;
}
.comp-chart-intro {width:100%;max-width:815px;padding-bottom:0}
.comp-chart-container sup {
	top: -0.8em;
}
.comp-chart-container .tb-row {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.comp-chart-container .tb-col.tb-row-hdr {
	padding-left: 20px;
	display: flex;
  flex-grow: 1;
  align-items: center;
  line-height: 1;
}
.comp-chart-container .tb-col.tb-row-hdr .tb-row-hdr-img {
	width: 60px;
	flex-shrink: 0;
}
.comp-chart-container .tb-col.tb-row-hdr span {
	padding-bottom: 10px;
	font-size: 1.1rem;
	font-weight: 700;
	display: block;
}
/*.comp-chart-container .tb-col:not(:first-child) {
    width: 150px;
    min-height: 87px;
    box-sizing: border-box;
}*/
.comp-chart-container .tb-row.tb-header {
    align-items: flex-end;
}
.comp-chart-container .tb-row-right {
	display: flex;
	position: relative;
}
.comp-arrow {
	padding: 15px 0 50px;
	text-align: right;
}
.comp-chart-title-wrap {
	display: flex;
}
.comp-chart-title-img {
	padding-top: 6px;
	width: 60px;
	flex-shrink: 0;
}
.comp-chart-title {
	padding-bottom: 65px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
}
.natural-ext-tb .comp-chart-title {
	color: #79a93b;
}
.comp-chart-container .tb-row.tb-header .tb-row-right {
  align-items: flex-end;
}
.comp-chart-container .tb-row-right .tb-col {
  width: 148px;
  min-height: 80px;
  box-sizing: border-box;
  margin: 0 15px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.comp-chart-container .tb-row.tb-header .tb-row-right .tb-col {
	padding-bottom: 20px;
  box-shadow: none;
  font-size: 1.15rem;
  letter-spacing: 0.25px;
  font-weight: 700;
  line-height: 1.2;
}
.comp-chart-container .tb-row.tb-header .tb-row-right .tb-col:last-child img {
	margin-bottom: 15px;
}
.comp-chart-container .tb-row.tb-header .tb-row-right .tb-col p {
	margin: 0;
	padding: 3px 0 15px;
	color: #4c5666;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: normal;
}
.comp-chart-container .tb-row.tb-header .tb-row-right .tb-col a, .comp-chart-container .tb-footer .tb-row-right.company-btns a {
	padding: 10px 2px 11px;
	width: 100%;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	color: #24355a;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
	border: 2px solid #24355a;
	border-radius: 2px;
}
.comp-chart-container .natural-ext-tb .tb-row.tb-header .tb-row-right .tb-col a, .comp-chart-container .natural-ext-tb .tb-footer .tb-row-right.company-btns a {
	border: 2px solid #79a93b;
}
.comp-chart-container .tb-row:not(.tb-header) .tb-row-right .tb-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-chart-container .tb-row:not(.tb-header) .tb-row-right .tb-col span {
  font-size: 1.6rem;
  line-height: 1;
}
.comp-chart-container .natural-ext-tb .tb-row:not(.tb-header) .tb-row-right .tb-col span {
  color: #79a93b;
}
.comp-chart-container .tb-row:not(.tb-header) .tb-row-right .tb-col span.acne-icon-dot {
  font-size: 3.7rem;
  color: #e4e9f3;
}
.comp-chart-container .natural-ext-tb .tb-row:not(.tb-header) .tb-row-right .tb-col span.acne-icon-dot {
  color: #def2e5;
}
.comp-chart-container .tb-row.tb-has-bg .tb-row-right .tb-col:last-child {
  position: relative;
  z-index: 2;
}
.comp-chart-container .tb-row.tb-has-bg .tb-row-right:after {
	content: '';
	width: 15px;
	height: 100%;
	background: #fff;
	display: block;
	right: 0;
	position: absolute;
	z-index: 1;
}
.comp-chart-container .tb-row:not(.tb-row-right) .tb-col:first-child {
	/*box-shadow: none;*/
}
.scient-act-tb .tb-has-bg {
	background: #f3f6fb;
}
.natural-ext-tb .tb-has-bg {
	background: #edf8f1;
}
.comp-chart-container .tb-row.tb-footer .tb-col.tb-row-hdr {
	padding-left: 25px;
	font-weight: 700;
	color: #8592b0;
}
.comp-chart-container .tb-row.col-shadow-end {
    padding-bottom: 15px;
}
.comp-chart-container .scient-act-tb .tb-row.tb-has-bg.col-shadow-end {
  background: linear-gradient( to top, #ffffff 15px, #f3f6fb 15px, #f3f6fb 100% ); 
}
.comp-chart-container .tb-footer .tb-row-right .tb-col {
    box-shadow: none;
}
.comp-chart-container .tb-footer .tb-row-right.review-btns a {
	padding: 10px 2px;
	font-size: 1.05rem;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
	border-bottom: 2px solid #24355a;
	background: #24355a;
	background: linear-gradient( to left bottom, #4d608a, #24355a );
	border-radius: 2px;
	position: relative;
}
.comp-chart-container .natural-ext-tb .tb-footer .tb-row-right.review-btns a {
	border-bottom: 2px solid #79a93b;
	background: #79a93b;
	background: linear-gradient( to left bottom, #a3d365, #79a93b );
}
.comp-chart-container .tb-footer .tb-row-right.review-btns a:before {
	content: '';
	width: calc( 100% - 4px );
	height: 1px;
	background: #5371b3;
	display: block;
	left: 2px;
	top: 1px;
	position: absolute;
	z-index: 2;
}
.comp-chart-container .natural-ext-tb .tb-footer .tb-row-right.review-btns a:before {
	background: #a3d365;
}
.tb-row-price {
	font-size: 1.3rem;
	font-weight: 700;
}
.tb-row-rating {
	font-size: 1.45rem;
	font-weight: 700;
}
.comp-chart-container .scient-act-tb .tb-row .tb-row-right.tb-row-price .tb-col, 
.comp-chart-container .scient-act-tb .tb-row .tb-row-right.tb-row-rating .tb-col,
.comp-chart-container .natural-ext-tb .tb-row .tb-row-right.tb-row-price .tb-col, 
.comp-chart-container .natural-ext-tb .tb-row .tb-row-right.tb-row-rating .tb-col {
	flex-direction: column;
	line-height: 1.5;
}
.comp-chart-container .scient-act-tb .tb-row .tb-row-right.tb-row-price .tb-col span,
.comp-chart-container .scient-act-tb .tb-row .tb-row-right.tb-row-rating .tb-col span,
.comp-chart-container .natural-ext-tb .tb-row .tb-row-right.tb-row-price .tb-col span,
.comp-chart-container .natural-ext-tb .tb-row .tb-row-right.tb-row-rating .tb-col span {
	padding-bottom: 3px;
	font-size: 1rem;
	font-weight: 600;
	color: #24355a;
	display: block;
}
.comp-chart-container .natural-ext-tb .tb-row .tb-row-right.tb-row-rating .tb-col span {
	padding-top: 3px;
	font-weight: 400;
}
.comp-chart-divider {
	height: 50px;
	border-top: 1px solid #e2e6ed;
}
/*** added for staff rating ***/
.comp-chart-container .tb-row-right.tb-row-star-rating .tb-col {
  box-shadow: none;
}
.comp-chart-container .tb-row-right.tb-row-star-rating .tb-col span.star-active {
	margin-left: -6px;
  font-size: 1.4rem;
  color: #f5c32a !important;
}
@media (max-width: 899px) { /* break point for mobile comp chart view */
	.comp-chart-container .tb-row-right.tb-row-star-rating .tb-col {
	  width: 128px !important;
	}
}
/*** comp chart mobile ***/
.comp-chart-container.comp-chart-mobile {
	margin-top: -40px !important;
}
.comp-chart-mobile h3 {
	padding-top: 15px;
	line-height: 1.2em;
}
.comp-chart-product-wrap {
	padding: 30px 0 20px;
	border-bottom: 1px solid #e3e7ee;
}
.comp-chart-mobile .comp-chart-info-wrap {
	margin-top: -15px;
}
.comp-chart-mobile .comp-chart-title-wrap {
	padding-top: 8px;
	align-items: flex-start;
}
.comp-chart-mobile .comp-chart-header-checks.comp-chart-header-checks-natural span.acne-icon-check {
	color: #79a93b;
}
.comp-chart-mobile .comp-chart-header-checks.comp-chart-header-checks-natural span.acne-icon-dot {
	color: #def2e5 !important;
}
.comp-chart-mobile .comp-chart-header-checks span.acne-icon-dot:before {
	line-height: 0 !important;
}
.comp-chart-mobile .comp-chart-title-wrap-natural {
	padding-top: 25px;
	color: #79a93b;
}
.comp-chart-mobile .tb-row-natural span.acne-icon-check {
	color: #79a93b;
}
.comp-chart-mobile .tb-row-natural span.acne-icon-dot {
	color: #def2e5 !important;
}
.comp-chart-mobile span.acne-icon-dot:before {
	line-height: 0 !important;
}
.comp-chart-mobile .natural-ext-tb .comp-chart-title-wrap {
	padding-top: 60px;
	margin-bottom: -15px;
}
.comp-chart-mobile .comp-chart-title {
	padding-bottom: 10px;
}
.comp-chart-mobile .comp-chart-title-natural {
	color: #79a93b;
}
.comp-chart-mobile .tb-row.tb-row-last {
	margin-bottom: -6px;
	padding-bottom: 12px;
}
.comp-chart-mobile .tb-row.tb-row-last:after {
	content: '';
	width: 60%;
	height: 1px;
	left: 50%;
	margin-left: -30%;
	bottom: 1px;
	display: block;
	position: absolute;
	background: #e2e6ed;
}
.comp-chart-product-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comp-chart-header-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-grow: 1;
}
.comp-chart-header-img {
	padding-right: 10px;
	max-width: 20%;
	min-width: 120px;
	flex-shrink: 0;
}
.comp-chart-info-wrap {
	display: flex;
	align-content: center;
	flex-grow: 1;
	flex-wrap: wrap;
}
.comp-chart-product-title {
	width: 180px;
	padding-left: 5px;
	font-size: 1.25rem;
	letter-spacing: 0.25px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	align-self: center;
	flex-shrink: 0;
}
.comp-chart-product-title p {
	margin: 0;
	padding: 3px 0;
	color: #4c5666;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
}
.comp-chart-header-checks {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-grow: 1;
}
.comp-chart-header-checks .tb-col {
	width: 15%;
	min-width: 40px;
	max-height: 40px;
	display: flex;
	justify-content: center;
}
.comp-chart-header-checks span {
	font-size: 1.4rem;
}
.natural-ext-tb .comp-chart-header-checks span {
	color: #79a93b;
}
.comp-chart-header-checks .acne-icon-dot {
	font-size: 2.8rem;
	line-height: 0.7;
	color: #e4e9f3;
}
.natural-ext-tb .comp-chart-header-checks .acne-icon-dot {
	color: #def2e5;
}
.chart-expand {
	padding-left: 30px;
	font-size: 2rem;
	flex-shrink: 0;
	position: relative;
}
.chart-expand:before {
	content: 'INFO';
	font-size: 0.75rem;
	font-weight: 700;
	top: 2px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
}
.chart-expand span.acne-icon-angle-down:before {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.chart-expand.chart-expanded span.acne-icon-angle-down:before {
	transform: rotateZ(180deg);
}
.comp-chart-product-content {
	padding-top: 15px;
}
.comp-chart-product-content-hide {
	display: none;
}
.comp-chart-product-content .tb-col.tb-row-hdr {
	padding-left: 0;
}
.comp-chart-product-content .hdr-inactive {
	opacity: 0.3;
}
.comp-chart-product-content .tb-row-right .tb-col {
	width: 32px !important;
	min-height: 80px;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	box-shadow: none;
}
.comp-chart-product-content .tb-row-right span {
	font-size: 1.4rem !important;
}
.comp-chart-product-content .tb-row-right.tb-row-price .tb-col,
.comp-chart-product-content .tb-row-right.tb-row-rating .tb-col {
	width: 100px !important;
	align-items: flex-end !important;
	text-align: right !important;
	font-size: 1.2rem !important;
	line-height: 1.2 !important;
	display: block;
}
.comp-chart-product-content .tb-row-right.tb-row-rating .tb-col {
	font-size: 1.4rem !important;
}
.comp-chart-product-content .tb-row-right.tb-row-price .tb-col span,
.comp-chart-product-content .tb-row-right.tb-row-rating .tb-col span {
	font-size: 0.9rem !important;
}
.rating-hdr {
	padding-top: 8px;
	padding-bottom: 8px;
}
.natural-ext-tb .comp-chart-product-content .tb-row-right .acne-icon-check {
	color: #79a93b;
}
.comp-chart-product-content .tb-row-right .acne-icon-dot {
	font-size: 2.8rem !important;
	line-height: 0.7;
	color: #e4e9f3;
}
.natural-ext-tb .comp-chart-product-content .tb-row-right .acne-icon-dot {
	color: #def2e5;
}
.comp-chart-product-content .review-btns {
	padding: 17px 0 14px;
	text-align: center;
}
.comp-chart-product-content .company-btns {
	padding: 0 0 15px;
	text-align: center;
}
.comp-chart-product-content .review-btns a {
	padding: 20px 2px;
	font-size: 1.05rem;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
	border-bottom: 2px solid #24355a;
	background: #24355a;
	background: linear-gradient( to left bottom, #4d608a, #24355a );
	border-radius: 2px;
	position: relative;
}
.natural-ext-tb .comp-chart-product-content .review-btns a {
	border-bottom: 2px solid #79a93b;
	background: #79a93b;
	background: linear-gradient( to left bottom, #a3d365, #79a93b );
}
.comp-chart-product-content .review-btns a:before {
	content: '';
	width: calc( 100% - 4px );
	height: 1px;
	background: #5371b3;
	display: block;
	left: 2px;
	top: 1px;
	position: absolute;
	z-index: 2;
}
.natural-ext-tb .comp-chart-product-content .review-btns a:before {
	background: #a3d365;
}
.comp-chart-product-content .company-btns a {
	padding: 20px 2px 21px;
	width: 100%;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	color: #24355a;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
	border: 2px solid #24355a;
	border-radius: 2px;
}
.natural-ext-tb .comp-chart-product-content .company-btns a {
	border: 2px solid #79a93b;
}

.comp-chart-mobile {
	display: none;
}
@media (max-width: 950px) {
	.comp-chart-container .tb-row-right .tb-col {
		width: 128px;
	}
}
@media (max-width: 899px) { /* break point for mobile comp chart view */
	.comp-chart-desktop {
		display: none;
	}
	.comp-chart-mobile {
		width: 100%;
		display: block;
	}
}
@media (max-width: 720px) { /* break point for mobile comp chart header */
	.comp-chart-header-checks {
		max-width: 160px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		/*flex-grow: 0;*/
	}
	.comp-chart-header-checks .tb-col {
		min-width: 30px;
		display: flex;
		justify-content: center;
	}
	.comp-chart-header-checks span {
		font-size: 1.4rem;
	}
	.comp-chart-header-checks .acne-icon-dot {
		font-size: 2.8rem;
		color: #e4e9f3;
	}
}
@media (max-width: 450px) { /* break point for mobile comp chart header */
	.comp-chart-header-checks .tb-col {
		width: 20%;
		min-width: 30px;
	}
	.comp-chart-header-checks span.acne-icon-check, .comp-chart-product-content .tb-row-right .tb-col .acne-icon-check {
		font-size: 1.1rem !important;
	}
	.comp-chart-header-img {
		min-width: 120px;
		flex-shrink: 1;
	}
	.chart-expand {
		margin-left: -50px;
		padding-left: 0;
		width: 35px;
	}
}
@media (max-width: 350px) { /* older small screen phones */
	.comp-chart-header-img {
		min-width: 100px;
	}
	.comp-chart-header-checks .tb-col {
		width: 18%;
		min-width: 20px;
	}
}
/*** home page video section ***/
.section-video {
	padding-bottom: 50px;
	margin: 0 auto;
	max-width: 700px;
}
.video-wrapper {
	margin-bottom: 30px !important;
	padding-top: 15px;
}
.video-wrapper video {
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  border-radius: 5px;
  display: inline-block;
}
.centered-link-green {
	text-align: center;
}
.centered-link-green a {
	margin: 0 auto;
	font-weight: 700;
  color: #79a93b;
}
.centered-link-green a span {
	margin-left: 6px;
	font-size: 0.72rem;
  display: inline-block;
}
.video-mobile {display:none}
@media (max-width: 500px) {
	.video-desktop {display:none}
	.video-mobile {display:block}
}
/*** list posts sections ***/
.list-posts-section {
	padding-top: 20px;
	padding-bottom: 40px; 
	color: #282b2f;
}
.list-posts-section h2 {
	margin: 0;
	padding-bottom: 70px;
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: center;
}
.list-posts-featured-wrap, .list-posts-wrap {
	margin: 0 -15px;
	width: calc(100% + 30px);
	display: flex;
	flex-wrap: wrap;
}

.list-post-wrap {
	margin: 0 15px 30px;
	padding: 0 20px 40px;
	width: calc(33.333% - 30px);
	border: 1px solid #d7e1ed;
	border-radius: 2px;
	position: relative;
}
.list-posts-featured-wrap .list-post-wrap {
	width: calc(50% - 30px);
	padding: 0 40px 65px;
}
.list-post-wrap.list-post-more {
	border: none;
}
.list-post-img {
	margin: 0 -20px;
}
.list-posts-featured-wrap .list-post-img {
	margin: 0 -40px;
}
.list-post-img .post-thumbnail {
	margin-bottom: 10px;
	font-size: 0;
	background: #79a93b;
}
.list-post-img .post-thumbnail img {
	opacity: 1;
	-moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.list-post-img a:hover .post-thumbnail img {
	opacity: 0.5;
}
.list-post-wrap h3 {
	color: #282b2f;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
}
.list-posts-featured-wrap .list-post-wrap h3 {
	color: #282b2f;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.4;
}
.list-post-wrap h3 a {
	color: #282b2f;
	text-decoration: none;
	-moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.list-post-wrap h3 a:hover {
	color: #79a93b;
}
.list-post-wrap p {
	line-height: 1.6em;
}
.list-post-continue {
	left: 20px;
	bottom: 20px;
	position: absolute;
}
.list-posts-featured-wrap .list-post-continue {
	left: 40px;
	bottom: 40px;
}
.list-post-wrap.list-post-more .list-post-continue {
	left: 0;
	bottom: -8px;
}
.list-post-continue a {
	font-size: 0.85em;
	font-weight: 700;
	color: #79a93b;
	text-decoration: none;
}
.list-posts-featured-wrap .list-post-continue a {
	font-size: 1em;
	font-weight: 700;
	color: #79a93b;
	text-decoration: none;
}
.list-post-continue a span {
	font-size: 0.72rem;
	display: inline-block;
}
.list-post-wrap.list-post-more .list-post-continue a {
	font-size: 1em;
}

@media (max-width: 768px) {
	.list-post-wrap {
		width: calc(50% - 30px);
	}
	.list-posts-featured-wrap .list-post-wrap {
		width: calc(100% - 30px);
		padding: 0 20px 65px;
	}
	.list-posts-featured-wrap .list-post-img {
    margin: 0 -20px;
	}
	.list-posts-featured-wrap .list-post-continue {
    left: 20px;
	}
}
@media (max-width: 650px) {
	.list-post-wrap {
		width: calc(100% - 30px);
	}
}
/*** featured systems footer section ***/
.featured-section {
	padding-top: 50px;
	padding-bottom: 40px; 
	background: #f2f5fa;
	color: #24355a;
}
.featured-section h2 {
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: center;
}
.featured-systems {
	padding-top: 100px;
	width: 100%;
	display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.featured-system {
	width: 31%;
	max-width: 360px;
	padding: 0 35px 35px;
	background: #fff;
	box-shadow: 0px 30px 30px rgba(88,106,124,0.13);
}
.featured-header {
	margin-top: -60px;
	display: flex;
	align-items: center;
}
.featured-rodan-fields .featured-header {
	margin-top: -38px;
}
.featured-exposed .featured-header {
	margin-top: -48px;
}
.featured-img {
	width: 148px;
	flex-shrink: 0;
}
.featured-rodan-fields .featured-img {
	padding-bottom: 8px;
}
.featured-cost {
	padding-left: 25px;
	padding-top: 60px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #79a93b;
	text-align: left;
	position: relative;
	flex-grow: 1;
}
.featured-rodan-fields .featured-cost {
	padding-top: 38px;
}
.top-pick {
	width: 93px;
	height: 25px;
	background: #f5c32a;
	border-radius: 12px;
	padding-top: 5px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	color: #24355a;
	top: 12px;
	position: absolute;
}
.featured-cost span {
	padding-bottom: 6px;
	font-size: 1rem;
	color: #24355a;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	display: block;
}
.featured-cost sup {
	top: -12px;
	margin-left: 2px;
	font-weight: 400;
	letter-spacing: 0.25px;
}
.featured-title {
	padding: 4px 0;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.25px;
}
.featured-description {
	font-size: 0.9rem;
}
.featured-review-link a {
	padding: 8px 0 12px;
	color: #79a93b;
	font-weight: 700;
	text-decoration: none;
	display: block;
}
.featured-review-link a span {
	font-size: 0.8rem;
}
.featured-checkmarks {
	margin: 0 -35px;
	padding: 12px 35px 15px;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.25px;
	border-top: 1px solid #e8edf4;
	border-bottom: 1px solid #e8edf4;
}
.featured-science, .featured-nature {
	padding: 4px 0;
	display: flex;
	align-items: center;
}
.featured-science div, .featured-nature div {
	width: 80px;
}
.featured-science span, .featured-nature span {
	font-size: 1.2rem;
	margin-right: 7px;
}
.featured-nature span {
	color: #79a93b;
}
.featured-rating {
	padding: 20px 0 25px;
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.25px;
}
.featured-rating div {
	width: 120px;
}
.featured-rating span {
	margin-left: -2px;
	font-size: 1.45rem;
	color: #eaeef3;
}
.featured-rating span.star-active {
	color: #f5c32a;
}
.featured-btn a {
	padding: 15px;
	display: block;
	color: #24355a;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border: 2px solid #79a93b;
}
.featured-footnotes {
	margin: 60px 25px 0;
	padding-top: 40px;
	color: #8591ac;
	border-top: 1px solid #dfe5ee;
}
.featured-footnotes p {
	margin: 0.5em 0;
	padding: 0
}
.featured-footnotes a {
	color: #79a93b;
}
@media (max-width: 1200px) {
	.featured-systems {
		flex-wrap: wrap;
		justify-content: center;
	}
	.featured-system {
		margin: 0 15px;
	 	width: 360px;
	}
	.featured-exposed {
		margin: 0 31% 100px;
		order: -1;
		align-self: flex-start;
	}
	.featured-cost span {
    margin-right: -15px;
  }
}
@media (max-width: 830px) {
	.featured-murad {
		margin: 0 31% 75px;
	}
}
@media (max-width: 400px) {
	.featured-system {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	 	max-width: 360px;
	}
}
@media (max-width: 350px) {
	.featured-system {
		padding: 0 20px 20px;
	}
	.featured-img {
		width: 120px;
	}
	.top-pick {
		top: 30px;
	}
}
/*** footer ***/
.site-footer {
	background: #24355a;
}
.site-info .section-wide {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-branding {
	width: 48%;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-branding-tag {
	padding: 14px 0;
	font-weight: 300;
	font-size: 1.15rem;
}
.footer-nav {
	width: 48%;
	border-left: 1px solid #374971;
	padding: 20px 0 20px 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-nav a {
	padding: 3px 0;
	font-size: 0.92rem;
	letter-spacing: 0.25px;
	color: #919fbd;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}
.footer-info {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #607196;
	background: #1d2f54;
}
.footer-info .section {
	display: flex;
	justify-content: space-between;
}
.footer-info p {
	margin: 0;
	padding: 4px;
	font-size: 0.8rem;
}
.footer-info-disclaimer {
	padding-left: 20px;
	white-space: nowrap;
	flex-shrink: 0;
	display: none;
}
@media (max-width: 768px) {
	.site-info .section-wide {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer-branding, .footer-nav {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
		border-left: none;
	}
	.footer-branding-tag {
		padding-bottom: 40px;
	}
	.footer-info {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer-info .section {
		flex-wrap: wrap;
	}
	.footer-info-disclaimer {
		padding-top: 10px;
		padding-left: 0;
	}
}

/*** custom exposed review page ***/
.exp-section-wrapper {
	padding: 0 15px;
	margin: 0 -15px;
}
.exp-first-section {
	background-image: url('images/exposed-review-upper-bg.jpg');
	background-position: bottom center;
	background-size: cover;
}
.exp-first-section h1.entry-title {
	margin: 0;
	padding: 40px 0;
	font-size: 2.5rem;
}
.exp-first-section .entry-content {
	margin: 0px auto !important;
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.exp-flex-section {
	display: flex;
	justify-content: space-between;
}
.exp-section h2, .exp-section-4-ways h2 {
	margin-top: 0;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
}
.exp-first-section h2 {text-align:left;line-height: 1;}
.exp-section p {
	line-height: 1.55;
	margin-bottom: 1.25em;
}
.exp-section a, .exp-section-4-ways a, .exp-inner-section a, .exp-summary-section a {
	color: #79a93b;
}
.exp-60 {
	width: 56%;
}
.exp-50 {
	width: 48%;
}
.exp-40 {
	width: 36%;
	text-align: center;
}
.centered-content {
	text-align: center;
}
.single-post .content-area .entry-content.exposed-first-section {
	padding-left: 50px;
	padding-right: 50px;
}
.acne-ul {
	margin: 0;
	padding-left: 16px;
	font-size: 0.9rem;
	color: #79a93b;
}
.ul-green-arrow {
	margin-left: 25px !important;
	list-style-type: none;
}
.ul-green-arrow li {
	position: relative;
}
.ul-green-arrow li:before {
	content: url(images/green-arrow-right.svg);
	width: 17px;
	height: 17px;
	display: block;
	left: -30px;
	top: 2px;
	position: absolute;
}
.ul-green-arrow li:nth-child(even) p {
	font-weight: bold;
}
.acne-ul li p {
	margin: 0;
	font-size: 1.05rem;
	color: #24355a;
}
.exp-first-section .acne-ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.exp-first-section .acne-ul li p {
	margin-bottom: 9px;
	font-size: 1.15rem;
	line-height: 1.4em;
}
.visit-exposed-link {
	padding: 0 0 40px 115px;
}
.exp-first-section .exp-flex-section .visit-exposed-link a {
	font-size: 1.313rem !important;
	font-weight: bold !important;
	color: #167ee9;
	position: relative;
}
.visit-exposed-link a:before {
	content: url(images/blue-arrow-curved.png);
	width: 55px;
	height: 49px;
	display: block;
	left: -70px;
	top: -27px;
	position: absolute; 
}
.exp-first-section .exp-flex-section a {
	font-size: 1.23rem !important;
	font-weight: 600;
}
.exp-survey {
	width: 100%;
	margin: 15px 1% 0;
	padding: 30px 16px;
	text-align: center;
	background: #f8faf5;
	border: 3px solid #ec5922;
	border-radius: 10px;
	box-shadow: 0px 20px 35px rgba(234,85,35,0.2);
	position: relative;
}
.exp-survey-badge {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	padding-bottom: 2px;
	background: #ec5922;
	border-radius: 15px;
	font-size: 0.95em;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	top: -15px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
}
.exp-survey h3 {
	margin: 10px 0 0;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.4;
}
.exp-survey p {
	margin: 12px 0 0;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	color: #283042;
}
.exp-survey p span {
	display: block;
}
.exp-survey-link {
	padding-top: 25px;
}
.exp-first-section .exp-flex-section .exp-survey-link a {
	margin: 0 auto;
	padding: 15px 70px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	background: #ea5523;
	display: inline-block;
	border-radius: 5px;
	border-bottom: 3px solid #d62c2c;
}

.entry-content.exp-inner-section {
		padding: 0 75px !important;
    max-width: 980px;
    margin: 0px auto !important;
		background: #fff;
		box-shadow: none !important;
		position: relative;
}
.exp-inner-section:before {
	box-shadow: inset -20px 0 20px -20px rgba(0,0,0,0.08);
	content: " ";
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 20px;
}
.exp-inner-section:after {
	box-shadow: 15px 0 15px -15px inset rgba(0,0,0,0.08);
	content: " ";
	height: 100%;
	position: absolute;
	top: 0;
	right: -15px;
	width: 15px;
}
.exp-section-wide {
	margin: 0 -75px;
	position: relative;
}
h2.exp-section-heading {
	margin: 0 -75px 50px;
	padding: 15px 20px;
	background: #79a93b;
	color: #fff;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
}
@media (max-width: 768px) {
	.entry-content.exp-inner-section {padding:0 20px !important}
	.exp-first-section .entry-content {padding:30px 20px !important}
	.exp-section-wide {margin:0 -20px}
	h2.exp-section-heading {margin:-20px -20px 30px}
	.exp-first-section .exp-flex-section {flex-direction:column}
	.exp-first-section .exp-flex-section .exp-60,
	.exp-first-section .exp-flex-section .exp-50,
	.exp-first-section .exp-flex-section .exp-40 {width:100%}
	.exp-50-order1 {order:1;}
	.exp-50-order2 {order:2;}
	.exp-first-section .acne-ul {padding-left:10px;margin-top:0;margin-bottom:30px}
	.exp-first-section .exp-flex-section a {padding-top:30px;line-height:1.4em;display:block}
	.visit-exposed-link {
		padding: 0 0 40px 0;
		text-align: center;
	}
	.exp-first-section .exp-flex-section .visit-exposed-link a {
		margin: 0 auto;
		font-size: 1.313rem !important;
		font-weight: bold !important;
		color: #167ee9;
		position: relative;
	}
	.visit-exposed-link a:before {
		content: url(images/blue-arrow-down.png);
		width: 27px;
		height: 53px;
		display: block;
		left: 50%;
		margin-left: -13.5px;
		top: -27px;
		position: absolute; 
	}
	.exp-survey {
		margin: 15px 0 30px;
	}
}
@media (max-width: 700px) {
	.exp-first-section h1.entry-title {padding: 20px;font-size: 1.9em;}
}
@media (max-width: 500px) {
	h2.exp-section-heading {font-size:1.3em}
	.exp-survey p span {
		display: inline;
	}
}
.exp-section-4-ways {
	padding: 20px 0 50px;
}
.exp-section-4-ways h2 {
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: 1.4em;
}
.exp-section-4-ways-row {
	padding: 0 75px;
	min-height: 200px;
	display: flex;
	justify-content: space-between;
}
.exp-4-ways-row-1 {
	background-image: url('images/exp-4-ways-row-1-bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.exp-4-ways-row-2 {
	background-image: url('images/exp-4-ways-row-2-bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
.exp-4-ways-row-item {
	padding-bottom: 60px;
	width: 35%;
	text-align: center;
	position: relative;
}
.exp-4-ways-arrow {
	top: 135px;
	right: -40px;
	position: absolute;
}
.exp-4-ways-arrow-2 {
	top: 135px;
	right: auto;
	left: -40px;
}
.exp-4-ways-arrow-3 {
	top: -25px;
	right: 0;
}
.exp-4-ways-arrow-4 {
	top: -25px;
	right: auto;
	left: 0;
}
.exp-4-ways-arrow-2 img {
	transform: scaleX(-1);
}
.exp-4-ways-arrow-3 img {
	transform: rotate(-70deg);
}
.exp-4-ways-arrow-4 img {
	transform: scaleX(-1) rotate(-70deg);
}
.exp-4-ways-row-img img {
	border-radius: 50%;
	border: 8px solid #fff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.exp-4-ways-row-item p {
	margin: 8px 0;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.6;
}
.exp-4-ways-row-3 {
	margin-top: -524px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.exp-4-ways-row-3 img.img-round-border-green {
	border-radius: 50%;
	border: 7px solid #79ab41;
}
.exp-before-after-arrow {
	padding: 20px;
}
.exp-after-img img {
	margin-left: 15px;
}
.exp-4-ways-details-link {
	padding: 20px 0 10px;
	text-align: center;
	font-size: 1.19em;
	font-style: italic;
	font-weight: 600;
}
.exp-before-after-arrow-mobile {display:none}
@media (max-width: 900px) {
	.exp-4-ways-arrow {display:none}
	.exp-section-4-ways-row {flex-direction:column;align-items:center}
	.exp-4-ways-row-item {width:100%;max-width:400px;padding:0 20px 12px}
	.exp-before-after-arrow-mobile {display:block;padding-bottom:15px}
	.exp-before-after-arrow-mobile img {width:22px;height:56px}
	.exp-4-ways-row-3 {margin-top:0}
	.exp-before-after-arrow {padding:10px}
	.exp-before-after-arrow img {width:28px;height:72px}
	.exp-4-ways-row-1 {background-position:left 100px}
}
@media (max-width: 768px) {
	.exp-section-4-ways-row {padding:0}
	.exp-after-img img {margin-left:0}
}
/*** exposed routine ***/
.exp-routine-section {
	padding-bottom: 30px;
}
.exp-inline-image-right {
	margin: 0 0 0 45px;
	float: right;
}
.exp-image-wrap {
	margin: 40px -75px;
	padding: 30px;
	width: calc(100% + 150px);
	height: 380px;
	position: relative;
	background-size: cover;
	background-position: center 45%;
}
.exp-image-wrap.exp-gentle-skincare-routine {
	margin-bottom: 0;
	background-position: center 38%;
}
.exp-image-wrap:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
}
.exp-image-wrap p {
	width: calc(100% - 60px);
	bottom: 0;
	position: absolute;
	font-size: 0.9em;
	font-style: italic;
	color: #fff;
	z-index: 2;
}
.exp-day-night-ingredients {
	background-image: url('images/day-night-ingredients-bg.jpg');
	background-position: center 560px;
	background-size: contain;
	background-repeat: no-repeat;
}
.exp-inner-section.exp-day-night {
	padding-bottom: 40px !important;
}
.exp-day-night h2 {
	margin-top: 0;
	padding-top: 20px;
	font-size: 1.45em;
	line-height: 1.4;
	font-weight: 700;
}
.exp-day-night p {
	line-height: 1.5em;;
}
h3.exp-routine-heading img {
	margin-right: 4px;
	vertical-align: middle;
}
h3.exp-routine-heading {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	padding: 10px 0 0;
	font-size: 1.3em;
	font-weight: 700;
}
.exp-routine-wrap {
	display: flex;
	justify-content: space-between;
}
.exp-routine-item {
	width: 30%;
}
.exp-routine-number-wrap {
	text-align: center;
	position: relative;
}
.exp-routine-number-wrap:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #dadfe9;
	display: block;
	top: 30px;
	position: absolute;
}
.exp-routine-number {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #79a93b;
	font-size: 1.25em;
	font-weight: 700;
	color: #fff;
	border-radius: 30px;
	border: 10px solid #fff;
	position: relative;
}
.exp-routine-product {
	padding: 10px 0 20px;
	display: flex;
}
.exp-routine-product-image {
	width: 70px;
	flex-shrink: 0;
}
.exp-routine-product-text h4 {
	margin: 5px 0 10px;
	line-height: 1.3em;
}
.exp-routine-product-text p {
	margin: 0;
	font-size: 0.85em;
	line-height: 1.5em;;
}
@media (max-width: 768px) {
	.exp-inline-image-right {margin:0;text-align:center;float:none}
	.exp-inline-image-right img {margin:0 auto}
	.exp-image-wrap {margin:40px -20px;width:calc(100% + 40px);height:325px}
	.exp-routine-wrap {flex-direction:column;align-items:center}
	.exp-routine-item {width:100%;max-width:500px}
}
.exp-ingredients {
	padding-bottom: 70px;
}
.exp-ingredients p {
	line-height: 1.5em;
}
.exp-ingredient {
	padding-top: 25px;
	display: flex;
}
.exp-ingredient-icon-col {
	width: 155px;
	flex-shrink: 0;
}
.exp-ingredient-icon-wrap {
	padding: 6px;
	width: 155px;
	height: 155px;
	border-radius: 50%;
	background: linear-gradient(to right, rgba(44,181,193,1) 0%, rgba(120,170,67,1) 100%);
}
.exp-ingredient-icon {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
}
.exp-ingredient-salicylic-acid .exp-ingredient-icon img {
	margin-left: 10px;
}
.exp-ingredient-info-right {
	padding-left: 20px;
}
.exp-custom-ul {
	margin: -10px 0 25px;
	padding: 0;
	list-style-type: none;
}
.exp-custom-ul li {
	padding: 5px 0 5px 15px;
	font-weight: 700;
	line-height: 1.3em;
	position: relative;
}
.exp-custom-ul.ul-right li {
	padding-left: 0;
	padding-right: 15px;
}
.exp-custom-ul.ul-left li:before {
	content: '\e802';
	font-family: 'acne-icons';
	font-size: 1.1em;
	left: 0;
	top: 5.5px;
	position: absolute;
	color: #79a93b;
}
.exp-custom-ul.ul-right li:before {
	content: '\e802';
	font-family: 'acne-icons';
	font-size: 1.1em;
	right: 0;
	top: 5.5px;
	position: absolute;
	color: #79a93b;
}
.exp-ingredient-info-left {
	padding-right: 20px;
	text-align: right;
}
.exp-ingredient-name {
	padding: 6px 33px;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(to right, rgba(44,181,193,1) 0%, rgba(120,170,67,1) 100%);
	border-radius: 30px 0 30px 0;
	display: inline-block;
}
.exp-ingredient-info-left .exp-ingredient-name {
	border-radius: 0 30px 0 30px;
}
.exp-ingredients-box {
	margin-top: 40px;
	padding: 2px;
	position: relative;
	background: linear-gradient(to right, rgba(44,181,193,1) 0%, rgba(120,170,67,1) 100%);
	border-radius: 2px;
}
.exp-ingredients-box-plus {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	top: -15px;
	margin-left: -16px;
	position: absolute;
	background: linear-gradient(to right, rgba(44,181,193,1) 0%, rgba(120,170,67,1) 100%);
	border-radius: 50%;
}
.exp-ingredients-box-plus:after {
	content: '+';
	left: 6px;
	top: -3px;
	position: absolute;
	font-size: 2em;
	font-weight: 800;
	line-height: 1em;
	color: #fff;
	display: block;
}
.exp-ingredients-box-content {
	padding: 30px;
	text-align: center;
	font-weight: 700;
	background: #f0f9f8;
}
.exp-ingredients-box-content p {
	margin: 0;
	padding: 0;
}
.review-ingredients-box {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 2px;
	position: relative;
	background: #79a93b;
	border-radius: 2px;
}
.review-ingredients-box-plus {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	top: -15px;
	margin-left: -16px;
	position: absolute;
	background: #79a93b;
	border-radius: 50%;
}
.review-ingredients-box-plus:after {
	content: '+';
	left: 6px;
	top: -3px;
	position: absolute;
	font-size: 2em;
	font-weight: 800;
	line-height: 1em;
	color: #fff;
	display: block;
}
.review-ingredients-box-content {
	padding: 30px;
	text-align: center;
	font-weight: 700;
	background: #f6fbf1;
}
.review-ingredients-box-content p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.exp-ingredient-name-wrap.exp-ingredient-name-mobile {display:none}
@media (max-width: 768px) {
	.exp-ingredient {flex-direction:column}
	.exp-ingredient-icon-col {width:100%;display:flex;align-items:center}
	.exp-ingredient-icon-wrap {margin-right:20px;width:100px;height:100px;flex-shrink:0}
	.exp-ingredient-icon-wrap img {max-width:70%}
	.exp-ingredient-name-wrap.exp-ingredient-name-desktop {display:none}
	.exp-ingredient-name-wrap.exp-ingredient-name-mobile {display:block}
	.exp-ingredient-info-left {order:2;text-align:left;padding-left:20px}
}
@media (max-width: 400px) {
	.exp-ingredient-name {padding:10px 20px;font-size:1.1em}
}
/*** real results ***/
.exp-real-results-wrap {
	padding-bottom: 40px;
}
.exp-real-result {
	padding: 20px 0 30px;
	display: flex;
	align-items: center;
}
.exp-real-result-image {
	width: 222px;
	flex-shrink: 0;
}
.exp-real-result-image img {
	border-radius: 50%;
	border: 7px solid #fff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.exp-real-result-content {
	padding: 0 38px;
	font-style: italic;
}
.exp-real-result-days {
	padding-bottom: 8px;
	font-size: 1.1em;
	font-weight: 700;
	color: #79a93b;
	text-align: center;
}
.exp-real-result-arrow {
	margin-left: 8px;
	width: 77px;
	display: inline-block;
}
.exp-real-result-arrow img {
	vertical-align: text-top;
}
.exp-real-result p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.exp-real-result p.exp-real-result-name {
	padding-top: 8px;
	font-weight: 700;
}
.more-results-link a {
	font-size: 1.23rem !important;
	font-weight: 600;
	line-height: 1.4em;
}
.exp-real-result-mobile {display:none}
.exp-real-result-days-arrow {margin-top:12px;height:100px;position:relative}
.exp-real-result-days-mobile {top:20px;background:#fff;position:absolute;z-index:2}
.exp-real-result-arrow-mobile img {top:28px;transform:rotate(90deg);position:relative}
.exp-real-result-content.exp-real-result-mobile {max-width:500px;padding:20px 0 0}
@media (max-width: 900px) {
	.exp-real-result-content {display:none}
	.exp-real-result {flex-direction: column;}
	.exp-real-result-mobile {display:block}
}
/*** amazon reviews box ***/
.amazon-reviews-box {
	margin-bottom: 40px;
	padding: 30px 40px;
	border: 1px solid #e0e4ed;
}
.amazon-reviews-box-header {
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
}
.amazon-reviews-box h3 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.4em;
}
.amazon-reviews-box-logo {
	margin-left: 20px;
	padding-top: 5px;
}
.amazon-reviews-box-split {
	display: flex;
}
.amazon-reviews-box-left {
	width: 330px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding: 20px 50px 20px 0;
	border-right: 1px solid #e3e3e3;
}
.amazon-reviews-box-stars-count {
	display: flex;
	font-weight: 600;
}
.amazon-reviews-star {
	width: 35px;
	height: 29px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}
.full-star {
	background-image: url(images/star-full.png);
}
.half-star {
	background-image: url(images/star-half.png);
}
.empty-star {
	background-image: url(images/star-empty.png);
}
.amazon-reviews-box-stars-count span:last-child {
	width: 45px;
}
.rating-count {
	padding: 25px 0 14px;
}
.rating-row {
	padding: 4px 0;
	display: flex;
	align-items: center;
}
.star-num {
	width: 60px;
	flex-shrink: 0;
	color: #125de8;
}
.rating-bar-wrap {
	flex-grow: 1;
}
.rating-slide {
	width: 100%;
	border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.4), inset 0 0 0 1px rgba(0,0,0,.1);
	overflow: hidden;
	background: #f2f2f2;
	background: -webkit-linear-gradient(top,#eee,#f6f6f6);
	background: linear-gradient(to bottom,#eee,#f6f6f6);
	background-color: #f3f3f3;
	height: 26px;
}
.rating-bar {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.05);
	border-radius: 2px;
	background: #fb0;
	background: -webkit-linear-gradient(top,#ffce00,#ffa700);
	background: linear-gradient(to bottom,#ffce00,#ffa700);
	background-color: #ffce00;
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
	float: left;
	font-size: 0;
	height: 100%;
	width: 0;
}
.rate-percent {
	width: 60px;
	text-align: right;
	flex-shrink: 0;
}

.amazon-reviews-box-right {
	display: flex;
	flex-direction: column;
	padding: 20px 0 20px 50px;
}
.amazon-reviews-box-right p {
	margin: 0;
	padding: 0;
	font-size: 1.15em;
}
.amazon-reviews-box-btn {
	padding: 25px 0;
}
.amazon-reviews-box-btn a {
	padding: 15px;
	width: 100%;
	max-width: 350px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	text-decoration: none;
}
.green-btn {
	background: rgba(151,206,78,1);
	background: -moz-linear-gradient(top, rgba(151,206,78,1) 0%, rgba(121,169,59,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151,206,78,1)), color-stop(100%, rgba(121,169,59,1)));
	background: -webkit-linear-gradient(top, rgba(151,206,78,1) 0%, rgba(121,169,59,1) 100%);
	background: -o-linear-gradient(top, rgba(151,206,78,1) 0%, rgba(121,169,59,1) 100%);
	background: -ms-linear-gradient(top, rgba(151,206,78,1) 0%, rgba(121,169,59,1) 100%);
	background: linear-gradient(to bottom, rgba(151,206,78,1) 0%, rgba(121,169,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ce4e', endColorstr='#79a93b', GradientType=0 );
}
.amazon-reviews-box-right p.amazon-reviews-box-explainer {
	font-size: 0.9em;
	color: #667493;
}
@media (max-width: 900px) {
	.amazon-reviews-box-split {
		flex-direction: column;
		align-items: center;
	}
	.amazon-reviews-box-left {
		border-right: none;
		padding-right: 0;
	}
	.amazon-reviews-box-right {
		padding-left: 0;
	}
}
@media (max-width: 700px) {
	.amazon-reviews-box {
		margin: 0 -20px;
    padding: 30px 20px 5px;
    border-width: 1px 0 0 0;
	}
}
@media (max-width: 450px) {
	.amazon-reviews-box-header {
		flex-direction: column;
	}
	.amazon-reviews-box-logo {
		margin-left: 0;
	}
	.amazon-reviews-box-header h3 {
		order: 2;
	}
	.amazon-reviews-box-left {
		width: 100%;
	}
}
/*** exposed reviews ***/
.exp-reviews-wrap {
	padding-bottom: 20px;
}
.exp-review {
	margin-bottom: 30px;
	padding: 30px 40px 5px;
	border: 1px solid #e0e4ed;
}
.exp-review-header {
	display: flex;
	justify-content: space-between;
}
.exp-review-info {
	max-width: 500px;
}
.exp-review-logo {
	margin-left: 20px;
	padding-top: 5px;
}
.exp-review h3 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	line-height: 1.4em;
}
.exp-review h3 a {
	color: #79a93b;
}
.exp-review-name-date {
	margin: 0;
	padding: 12px 0;
}
.exp-review-name-date span {
	padding: 0 12px;
	display: inline-block;
	color: #c8d5de;
}
.exp-review-rating {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.exp-review-rating img {
	margin-right: 15px;
}
.exp-review-product {
	margin: 0;
	padding: 12px 0;
	display: flex;
	align-items: center;
}
.typ-review-product {
	margin: 0;
	padding: 12px 0;
	display: flex;
	align-items: center;
	color: #79a93b;
	font-weight: 700;
}
.exp-review-product img {
	margin: 0 8px 0 24px;
	vertical-align: sub;
}
.typ-review-product img {
	margin: 0 8px 0 0;
	vertical-align: sub;
}
.exp-review-product span {
	font-weight: 700;
	color: #79a93b;
}
.exp-review-images {
	padding: 20px 0 0;
	display: flex;
	justify-content: space-between;
}
.exp-review-pic {
	position: relative;
}
.exp-review-pics-x2 .exp-review-pic {
	width: 48%;
}
.exp-review-pics-x3 .exp-review-pic {
	width: 31.5%;
}
.exp-review-pic-tag {
	padding: 4.2px 22px;
	height: 32px;
	display: inline-block;
	right: 21px;
	bottom: 23px;
	position: absolute;
	border-radius: 16px;
	font-size: 0.85em;
	font-weight: 700;
	color: #5a657f;
	background: #fff;
	z-index: 2;
}
.exp-last-review {
	margin-bottom: 0;
}
.entry-content.exp-summary-section {
	margin-top: 0;
	padding-top: 0;
}
@media (max-width: 768px) {
	.entry-content.exp-summary-section {
		padding: 25px 20px !important;
	}
}
@media (max-width: 700px) {
	.exp-review {margin:0 -20px;padding: 30px 20px 5px;border-width:0 0 1px 0}
	.exp-review:first-child {border-top-width:1px}
	.exp-review-header {flex-direction:column}
	.exp-review-logo {margin-left:0px;padding-bottom:10px}
	.exp-review-info {order:2}
}
@media (max-width: 500px) {
	.exp-review-name-date span {height:1px;display:block;overflow:hidden}
	.exp-review-rating, .exp-review-product {flex-direction:column;align-items:flex-start}
	.exp-review-product img {margin-left:0}
	.exp-review-images {flex-direction:column;justify-content:center;align-items: center;}
	.exp-review-pic {margin:0 auto;width:auto !important}
}
.exp-summary-product {
	display: flex;
}
.exp-summary-product-image {
	width: 175px;
	flex-shrink: 0;
}
.exp-summary-caption {
	margin: 0;
	padding: 0;
	font-weight: 700;
	line-height: 1.3em !important;
	text-align: center;
}
.exp-summary-caption span {
	font-size: 0.8em;
	font-weight: 400;
}
.exp-summary-product-list {
	padding-left: 80px;
}
.exp-summary-product-list .exp-custom-ul li {
	padding-bottom: 10px;
	font-weight: 600;
}
.exp-summary-table-wrap {
	padding: 25px 0 15px;
}
.exp-summary-tbl {
	padding: 0 0 30px;
}
.exp-summary-table {
	max-width: 525px;
}
.exp-summary-tbl .exp-summary-table {
	margin: 0 auto;
	border-radius: 10px;
	border: 3px solid #dfefcd;
	text-align: left;
}
.exp-summary-table-row {
	min-height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.exp-summary-table-row {
	font-weight: 700;
	line-height: 1.4em;
}
.exp-summary-table-row span {
	display: block;
	font-size: 0.95em;
	font-weight: 400;
}
.exp-summary-row-bg {
	background: #edf8f1;
}
.exp-summary-tbl .exp-summary-row-bg {
	background: #eff8e6;
}
.exp-summary-table-info {
	max-width: 250px;
	display: flex;
	align-items: center;
}
.exp-summary-tbl .exp-summary-table-info {
	max-width: 280px;
}
.exp-summary-info-icon {
	margin: 0 15px 0 25px;
	width: 40px;
	flex-shrink: 0;
}
.exp-summary-tbl .exp-summary-info-icon {
	width: 47px;
	height: 47px;
	border: 3px solid #79ab41;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.exp-summary-info-icon img {
	vertical-align: middle;
}
.exp-summary-tbl .exp-summary-info-icon img {
	width: 25px;
	max-height: 25px;
}
.exp-summary-table-value {
	width: 180px;
	font-size: 1.2em;
	text-align: center;
}
.exp-summary-tbl .exp-summary-table-value {
	width: 110px;
	text-align: left;
}
.exp-summary-table-value.table-value-rating {
	font-size: 1.4em;
}
.exp-summary-table-value span {
	padding-top: 4px;
	font-size: 0.64em;
	line-height: 1em;
	display: block;
}
.mobile-only {display:none}
@media (max-width: 768px) {
	.desktop-only {display:none}
	.mobile-only {display:block}
}
@media (max-width: 600px) {
	.exp-summary-product {flex-direction:column;align-items:center}
	.exp-summary-product-list {padding:30px 0 0}
	.exp-review-info {order:2}
}
@media (max-width: 500px) {
	.exp-summary-tbl {margin: 0 -20px}
	.exp-summary-tbl .exp-summary-table {
    border-radius: 0;
    border: none;
	}
	.exp-summary-tbl .exp-summary-table-info {
    align-items: flex-start;
	}
	.exp-summary-tbl .exp-summary-info-icon {
		margin-top: 5px;
		width: 25px;
		height: 25px;
		border: none;
		border-radius: 0;
		background: transparent;
		display: flex;
		/*justify-content: flex-start;
		align-items: flex-start;*/
	}
	.exp-summary-tbl .exp-summary-info-icon img {
		width: 25px;
		max-height: 25px;
	}
	.exp-summary-tbl .exp-summary-info-icon.exp-summary-google-icon img {
		width: 22px;
	}
}
@media (max-width: 450px) {
	.exp-summary-info-icon {margin:0 15px}
	.exp-summary-table-value {width:80px}
}
/*** rating badges ***/
.green-badge {
	position: relative;
	padding: 20px 0 10px 70px;
}
.green-badge:after {
	font-size: 28px;
	font-weight: 700;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #79a93b;
	color: #fff;
	left: 0;
	top: 10px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.green-badge.green-badge-one:after {
	content: '1';
}
.green-badge.green-badge-two:after {
	content: '2';
}
.green-badge.green-badge-three:after {
	content: '3';
}
.green-badge.green-badge-four:after {
	content: '4';
}
.green-badge.green-badge-five:after {
	content: '5';
}
.comp-rating-badge {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
	background: #79a93b;
	color: #fff;
}
/*** comparison rating charts ***/
.centered {text-align:center}
.centered-item {margin:0 auto}
.comp-chart-wrap {
	margin: 0 -75px;
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	color: #212731;
	font-size: 0.9em;
	line-height: 1.35;
}
.comp-chart-wrap sup {
	padding-left: 1.5px;
	font-size: 70%;
}
.comp-chart-wrap a {
	color: #79a93b;
}
.comp-row {
	display: flex;
}
.comp-5-col {
	width: 20%;
	padding: 0 20px;
}

.comp-row-border-right .comp-5-col {
	border-right: 1px solid #eaedf3;
}
.comp-row-border-right .comp-5-col:last-child {
	border-right: none;
}
.comp-images .comp-5-col {
	padding: 15px 0 4px;
}
.comp-image-wrap {
	margin: 0 auto;
	display: inline-block;
	position: relative;
}
.comp-top-pick {
	width: 47px;
	height: 47px;
	padding-top: 2px;
	color: #79a93b;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	border-radius: 50%;
	border: 2px solid #79a93b;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 10px;
	left: 53px;
	position: absolute;
}
.comp-brands {
	font-weight: bold;
}
.comp-brands .comp-5-col, 
.comp-recommended-lists .comp-5-col,
.comp-guarantee .comp-5-col,
.comp-price .comp-5-col {
	padding-bottom: 30px;
}
.comp-rating .comp-5-col {
	padding-bottom: 24px;
}
.comp-brand {
	padding-bottom: 5px;
	font-size: 1.15em;
	letter-spacing: 0.5px;
	color: #24355a;
	display: inline-block;
}
.comp-recommended .comp-5-col {
	padding-bottom: 10px;
}
.comp-recommended strong {
	font-weight:900;
}
.comp-recommended-lists ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.comp-recommended-lists ul li {
	padding-bottom: 0.2em;
	line-height: 1.35;
}
.comp-recommended-lists .acne-icon-dot:before {
	color: #79a93b;
	font-size: 28px;
	text-align: left;
  width: 8px;
  margin: 0;
  top: 5px;
  position: relative;
}
.comp-rating-stars {
	padding-top: 8px;
	font-size: 22px;
	color: #fabc28;
}
.comp-rating-stars span {
	margin-left: -4px;
}

.comp-price a {
	padding-top: 5px;
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
}
.comp-chart-wrap.comp-chart-mobile {
	margin: 0 auto;
	padding-top: 10px;
	max-width: 500px;
	display: none;
}
.comp-chart-wrap.comp-chart-mobile .comp-chart-header-img {
	padding: 0;
	max-width: unset;
	min-width: unset;
	width: 110px;
	position: relative;
	flex-shrink: 0;
}
.comp-chart-wrap.comp-chart-mobile .comp-brands p {
	font-size: 0.9em;
	font-weight: bold;
}
.comp-chart-wrap.comp-chart-mobile .comp-brand {
	padding-left: 42px;
	position: relative;
}
.comp-chart-wrap.comp-chart-mobile .comp-brand .comp-rating-badge {
	width: 34px;
	height: 34px;
	font-size: 16px;
	left: 0;
	top: -5px;
	position: absolute;
	padding-bottom: 1px;
}
.comp-chart-wrap.comp-chart-mobile .comp-brands .comp-chart-product-title {
	width: 100%;
}
.comp-chart-wrap.comp-chart-mobile .comp-brands .comp-chart-product-title p {
	padding-right: 46px;
}
.comp-chart-wrap.comp-chart-mobile .comp-brands .comp-rating-stars,
.comp-chart-wrap.comp-chart-mobile .comp-chart-product-content .comp-rating-stars {
	padding-top: 0;
}
.comp-chart-wrap.comp-chart-mobile .comp-chart-product-content strong {
	padding: 20px 0 1px;
	font-size: 1.2em;
	font-weight: 900;
	display: block;
}
.comp-chart-wrap.comp-chart-mobile .comp-chart-product-content div:first-of-type strong {
	padding: 0 0 5px;
}
.comp-chart-wrap.comp-chart-mobile .comp-chart-product-content .comp-price {
	padding-bottom: 15px;
}
.comp-chart-wrap.comp-chart-mobile .comp-chart-product-content .comp-price a {
	font-size: 1.2em;
}
.comp-chart-wrap .review-btns {
	text-align: center;
}
.comp-chart-wrap .review-btns a {
	padding: 10px 2px;
	font-size: 1.05rem;
	line-height: 1.2;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
	border-bottom: 2px solid #79a93b;
	background: #79a93b;
	background: linear-gradient( to left bottom, #a3d365, #79a93b );
	border-radius: 2px;
	position: relative;
}
.comp-chart-wrap .review-btns a:before {
	content: '';
	width: calc( 100% - 4px );
	height: 1px;
	background: #a3d365;
	display: block;
	left: 2px;
	top: 1px;
	position: absolute;
	z-index: 2;
}

@media (max-width: 768px) {
	.comp-chart-wrap.comp-chart-desktop {
		display: none;
	}
	.comp-chart-wrap.comp-chart-mobile {
		display: block;
	}
	.comp-chart-wrap .review-btns {
		padding: 30px 0 0;
	}
	.comp-chart-wrap .review-btns a {
		padding: 16px 2px;
	}
}
@media (max-width: 350px) {
	.comp-chart-wrap.comp-chart-mobile .comp-chart-header-img {
		margin-left: -10px;
		width: 80px;
	}
	.comp-top-pick {
		left: 45px;
		top: 3px;
	}
}
.typical-list {line-height: 1.8em !important}
.review-summaries {
	margin: 0 auto;
	padding-bottom: 50px;
	max-width: 960px;
}
/*** additional landing page styles July 2020 ***/
.alignwide,
.alignfull {
	margin: 0 calc(50% - (50vw - 7px));	
	width: calc(100vw - 16px);
	max-width: 100vw;
}
@media (max-width: 768px) {
	.alignwide,
	.alignfull {
		margin: 0 calc(50% - 52vw);	
		width: 100vw;
		max-width: 100vw;
	}
}
h2.big-h2 {
	font-size: 2.1rem;
}
.green-highlight {
	background: #eff8e3;
}
blockquote p {
	font-size: 1.25rem !important;
	font-weight: 800;
	font-style: italic;
}
.block-image-right figure {
	margin-left: 2em;
	width: 48%;
	position: relative;
}

.block-image-centered figure {
	max-width: 100%;
	position: relative;
}
.block-image-right img,
.block-image-centered img {
	width: 100%;
	max-width: 100%;
	border-radius: 4px;
}

.block-image-right figcaption,
.block-image-centered figcaption {
	max-width: 90%;
	text-align: left;
	left: -10px;
	bottom: 4px;
	position: absolute;
}
.block-image-right figcaption code,
.block-image-centered figcaption code {
	font-family: 'Mulish', sans-serif;
	padding: 5px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	font-style: italic;
	line-height: 2rem;
	background: #24355a;
	-moz-box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
  border-radius: 3px;
}
.content-icon-text-wrapper {
	margin-bottom: 1.5rem;
}
.icon-text-title {
	padding-bottom: 5px;
	font-size: 1.25rem;
	color: #24355a;
	font-weight: bold;
}
.content-icon-text-wrap {
	display: flex;
}
.icon-text-image-col {
	padding-top: 8px;
	width: 70px;
	flex-shrink: 0;
}
.icon-text-image-col img {
	max-width: 70px;
}
.icon-text-text {
	padding: 0 0 0 18px;
}
.icon-text-text p {
	margin: 0;
}

.content-plus-minus-wrapper {
	border-bottom: 1px solid #e0e3e7;
}
.content-plus-minus-wrapper .section {
	padding: 50px 15px 20px;
}
.plus-minus-main {
	display: flex;
}
.plus-minus-title {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
}
.plus-minus-title a {
	color: #283042;
	text-decoration: none;
}
.plus-minus-title a:hover,
.plus-minus-title a:focus {
	text-decoration: underline;
}
.plus-minus-title-tag {
	margin: 0;
	font-size: 0.875rem;
}
.plus-minus-subtitle {
	padding-top: 20px;
	margin: 0;
	font-weight: 700;
}
.plus-minus-description {
	padding-top: 20px;
}
.plus-minus-description p {
	margin: 0 0 1rem;
}

.plus-minus-image {
	width: 264px;
	flex-shrink: 0;
}
.plus-minus-image-mobile {
	padding-top: 15px;
	text-align: center;
	display: none;
}
.plus-minus-image-wrap {
	position: relative;
}
.plus-minus-image-mobile .plus-minus-image-wrap {
	margin: 0 auto;
	display: inline-block;
}
.product-tag {
	padding: 6px 8px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1rem;
	background: #24355a;
	-moz-box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
  border-radius: 3px;
  display: inline-block;
  left: 10px;
  bottom: 25px;
  position: absolute;
}
.plus-minus {
	padding: 1.5rem 0 0.5rem;
	display: flex;
	align-items: center;
}
.plus-minus-icon {
	width: 65px;
	flex-shrink: 0;
}
.plus-minus p {
	margin: 0;
	padding-bottom: 1rem;
}
.plus-minus-bordered {
	border-bottom: 1px solid #e0e3e7;
}
@media (max-width: 767px) {
	.entry-content {
		display: flex;
		flex-direction: column;
	}
	/*.text-order-top {
		order: -1;
	}*/
	.block-image-right {
		margin-bottom: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.block-image-right figure {
		width: auto;
		max-width: 100%;
		float: none !important;
		margin: 0 auto !important;
		/*display: inline-block !important;*/
	}
	.block-image-right figure img {
		width: auto;
		max-width: 100%;
	}
	.block-image-right figcaption,
	.block-image-centered figcaption {
		width: 100%;
		max-width: 100%;
		left: 0;
		bottom: 12px;
		padding-right: 4px;
		text-align: center;
		position: relative;
	}
	.plus-minus-image {
		display: none;
	}
	.plus-minus-image-mobile {
		display: block;
	}
}
@media (max-width: 480px) {
	.block-image-right figure {
		width: 100%;
	}
}
ul.bulleted-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.bulleted-list li {
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
}
ul.bulleted-list li:before {
  content: url(../acnereviews/images/green-arrow-right.svg);
  width: 16px;
  height: 28px;
  left: 0;
  top: 1px;
  position: absolute;
  display: block;
}
.wp-block-image.girl-mirror .alignright {
	margin-left: 2em;
}
/*** added 04-27-22 ***/
.amazon-row a {
	color: #283042;
	text-decoration: none;
}
.amazon-row .exp-summary-info-text a {
	font-size: 1em !important;
	font-weight: 700;
}
.amazon-row .exp-summary-table-value.table-value-rating a {
	font-size: 1em !important;
	font-weight: 700;
}
@media (max-width: 768px) {
	.exp-first-section .exp-flex-section .amazon-row  a {
		padding-top: 0;
		display: flex;
		justify-content: center;
	}
	.amazon-row .exp-summary-info-text a {
		padding-top: 0;
	}
	.amazon-row .exp-summary-table-value.table-value-rating a {
		padding-top: 0;
		flex-direction: column;
		line-height: 1;
	}
}

/*** revised exposed review 09-09-22 ***/
.three-col-kits {
	margin: 0 -20px;
	padding: 35px 0 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kit-col {
	margin-bottom: 20px;
	width: 31%;
	padding: 30px 10px;
	text-align: center;
	border-top: 4px solid #79a93b;
	border-radius: 0 0 0 25px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.kit-col span {
	margin: 20px auto 10px;
	padding-left: 45px;
	display: inline-block;
	position: relative;
	font-size: 21px;
	font-weight: 500;
	text-decoration: underline;
}
.kit-col span:before {
	content: '';
	width: 46px;
	height: 46px;
	background: url('images/exposed-leaf.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	left: -5px;
	top: 5px;
	position: absolute;
}
.two-col-list {
	padding-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-col {
	width: 47%;
}
.list-col p {
	padding-bottom: 0.75em;
}
.list-col .ul-green-arrow li:nth-child(even) p {
	font-weight: normal;
}
.visit-exposed-link-wrap {
	padding-right: 6%;
	display: flex;
	justify-content: center;
}
.visit-exposed-link-wrap .visit-exposed-link a {
	font-size: 1.313rem !important;
	font-weight: bold !important;
	color: #167ee9;
	position: relative;
}
.guarantee-text {
	padding-bottom: 30px;
}
.circle-list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.circle-list {
	margin: 0 auto !important;
	list-style: none;
	counter-reset: item;
	display: inline-block;
}
.circle-list li {
	padding-bottom: 10px;
	counter-increment: item;
	margin-bottom: 0;
	position: relative;
}
.circle-list li p {
	margin: 0;
	padding-left: 1em;
	font-weight: bold;
}
.circle-list li:before {
	margin-right: 10px;
	content: counter(item);
	background: #79a93b;
	border-radius: 100%;
	color: #fff;
	width: 30px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: -25px;
}
.exp-complete-skin-section {
	padding-bottom: 40px;
}
.exp-complete-skin-section .exp-image-wrap{
	margin-top: 50px;
}
@media (max-width: 768px) {
	.kit-col {
		margin: 0 auto 20px;
		width: 90%;
		max-width: 500px;
		padding: 30px 10px;
		text-align: center;
		border-top: 4px solid #79a93b;
		border-radius: 0 0 0 25px;
		box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	}
	.list-col {
		width: 100%;
	}
	.review-kit-section .visit-exposed-link {
		padding: 20px 0 60px 0;
	}
	.review-kit-section .visit-exposed-link a {
		padding-top: 30px;
    margin: 0 auto;
    font-size: 1.313rem !important;
    font-weight: bold !important;
    color: #167ee9;
    position: relative;
	}
}

/*** exposed review addition 10-08-22 ***/
.entry-content.exposed-first-section .exp-50-order2 .acne-ul {
	padding-bottom: 1em;
}
.entry-content.exposed-first-section .exp-50-order2 h2,
.entry-content.exposed-first-section .exp-50-order2 .acne-ul li {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.entry-content.exposed-first-section .exp-50-order2 .acne-ul.ul-green-arrow li:before {
	top: 8px;
}
.entry-content.exposed-first-section .exp-summary-tbl {
	padding-bottom: 50px;
}
.inbox-item {
	padding-bottom: 50px;
	display: flex;
}
.inbox-item-reversed {
	flex-direction: row-reverse;
}
.inbox-img {
	width: 35%;
	padding-top: 1.4em;
}
.inbox-text {
	width: 65%;
}
.inbox-item h3 {
	font-weight: 600;
	color: #79a93b;
}
.entry-content ul.inbox-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.inbox-list li {
	display: flex;
	align-items: center;
}
.inbox-list .inbox-icon {
	padding-right: 10px;
	line-height: 0;
	font-size: 0;
	flex-shrink: 0;
}
.inbox-list li p {
	margin: 0;
	line-height: 1.2;
}
.inbox-divider {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.inbox-divider::before {
	content: '';
	width: 70%;
	height: 1px;
	overflow: hidden;
	background: #79a93b;
	left: 50%;
	margin-left: -35%;
	top: 10px;
	display: block;
	position: absolute;
}
.divider-leaf {
	margin-top: -20px;
	padding: 0 10px;
	background: #fff;
	position: relative;
}
@media (max-width: 768px) {
	.inbox-item,
	.inbox-item-reversed {
		flex-direction: column;
	}
	.inbox-img {
		width: 100%;
		text-align: center;
	}
	.inbox-img img {
		margin: 0 auto;
		max-width: 60%;
	}
	.inbox-text {
		width: 100%;
	}
	.inbox-item h3 {
		text-align: center;
	}
}