/* fonts */
@font-face {
	font-family:'AdelleSans-Regular';
	src:url('../fonts/AdelleSans-Regular.woff') format('woff'),
		url('../fonts/AdelleSans-Regular.woff2') format('woff2'),
		url('../fonts/AdelleSans-Regular.ttf') format('truetype'),
		url('../fonts/AdelleSans-Regular.eot');
	font-weight:normal;
}
@font-face {
	font-family:'AdelleSans-Italic';
	src:url('../fonts/AdelleSans-Italic.woff') format('woff'),
		url('../fonts/AdelleSans-Italic.woff2') format('woff2'),
		url('../fonts/AdelleSans-Italic.ttf') format('truetype'),
		url('../fonts/AdelleSans-Italic.eot');
	font-weight:normal;
}
@font-face {
	font-family:'AdelleSans-Bold';
	src:url('../fonts/AdelleSans-Bold.woff') format('woff'),
		url('../fonts/AdelleSans-Bold.woff2') format('woff2'),
		url('../fonts/AdelleSans-Bold.ttf') format('truetype'),
		url('../fonts/AdelleSans-Bold.eot');
	font-weight:normal;
}
@font-face {
	font-family:'AdelleSans-BoldItalic';
	src:url('../fonts/AdelleSans-BoldItalic.woff') format('woff'),
		url('../fonts/AdelleSans-BoldItalic.woff2') format('woff2'),
		url('../fonts/AdelleSans-BoldItalic.ttf') format('truetype'),
		url('../fonts/AdelleSans-BoldItalic.eot');
	font-weight:normal;
}
@font-face {
	font-family:'AdelleSans-ExtraBold';
	src:url('../fonts/AdelleSans-ExtraBold.woff') format('woff'),
		url('../fonts/AdelleSans-ExtraBold.woff2') format('woff2'),
		url('../fonts/AdelleSans-ExtraBold.ttf') format('truetype'),
		url('../fonts/AdelleSans-ExtraBold.eot');
	font-weight:normal;
}
@font-face {
	font-family:'AdelleSans-ExtraBoldItalic';
	src:url('../fonts/AdelleSans-ExtraBoldItalic.woff') format('woff'),
		url('../fonts/AdelleSans-ExtraBoldItalic.woff2') format('woff2'),
		url('../fonts/AdelleSans-ExtraBoldItalic.ttf') format('truetype'),
		url('../fonts/AdelleSans-ExtraBoldItalic.eot');
	font-weight:normal;
}
@font-face {
	font-family:'AdelleSans-Heavy';
	src:url('../fonts/AdelleSans-Heavy.woff') format('woff'),
		url('../fonts/AdelleSans-Heavy.woff2') format('woff2'),
		url('../fonts/AdelleSans-Heavy.ttf') format('truetype'),
		url('../fonts/AdelleSans-Heavy.eot');
	font-weight:normal;
}
@font-face {
	font-family:'AdelleSans-HeavyItalic';
	src:url('../fonts/AdelleSans-HeavyItalic.woff') format('woff'),
		url('../fonts/AdelleSans-HeavyItalic.woff2') format('woff2'),
		url('../fonts/AdelleSans-HeavyItalic.ttf') format('truetype'),
		url('../fonts/AdelleSans-HeavyItalic.eot');
	font-weight:normal;
}
@font-face {
	font-family:'AdelleSans-Light';
	src:url('../fonts/AdelleSans-Light.woff') format('woff'),
		url('../fonts/AdelleSans-Light.woff2') format('woff2'),
		url('../fonts/AdelleSans-Light.ttf') format('truetype'),
		url('../fonts/AdelleSans-Light.eot');
	font-weight:normal;
}
@font-face {
	font-family:'AdelleSans-Thin';
	src:url('../fonts/AdelleSans-Thin.woff') format('woff'),
		url('../fonts/AdelleSans-Thin.woff2') format('woff2'),
		url('../fonts/AdelleSans-Thin.ttf') format('truetype'),
		url('../fonts/AdelleSans-Thin.eot');
	font-weight:normal;
}


/* global */
:root {
	--scroll-margin: 145px;
	--scroll-margin-mobile: 90px;
	--green: #5ed09a;
	--pale-green: #e2eecb;
	--light-green: #ecf1df;
	--medium-green: #cbedde;
	--dark-purple: #341d45;
	--purple: #6743e8;
	--light-purple: #f5f5fd;
	--medium-ourple: #cec5f1;
	--pink: #ff26e9;
	--dark-blue: #2c57a0;
	--light-blue: #becdf0;
	--pale-blue: #e6ecf5;
	--gray: #a2a2ac;
	--light-gray: #eaeae8;
	--very-light-gray: #f9f9f9;
	--white: #ffffff;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	position: relative;
	font-family: 'AdelleSans-Regular', Arial, sans-serif;
	font-size: 18px;
	color: var(--dark-purple);
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
body {
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: var(--white);
}
html.fixed,
body.fixed {
	overflow: hidden;
}
h1 {
	margin: 0;
	font-family:'AdelleSans-HeavyItalic', Arial, sans-serif;
	font-size: 3.33rem;
	line-height: 1.1em;
	font-weight: normal;
}
h2 {
	margin: 0 0 25px 0;
	font-family: 'AdelleSans-ExtraBoldItalic', Arial, sans-serif;
	font-size: 2.22rem;
	line-height: 1.25em;
	font-weight:normal;
}
h3 {
	margin: 0 0 40px 0;
	font-family: 'AdelleSans-BoldItalic', Arial, sans-serif;
	font-size: 1.75rem;
	line-height: 1.25em;
	font-weight:normal;
}
.dtc h3 {
	color: var(--purple);
}
#error.dtc h3 {
	color: var(--dark-purple);
}
.dtc h2.white,
.dtc h3.white {
	color: var(--white);
}
h4 {
	margin: 0 0 30px 0;
	font-family: 'AdelleSans-BoldItalic', Arial, sans-serif;
	font-size: 1.33rem;
	line-height: 1.2em;
	font-weight: normal;
}
h5 {
	margin: 0 0 15px 0;
	font-size: 1.15rem;
	line-height: 1.5em;
	font-weight: normal;
}
h6 {
	margin: 0 0 10px 0;
	font-size: 1rem;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.12em;
}
p {
	margin: 0 0 25px 0;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 30px;
}
li {
	margin-bottom: 5px;
}
ul:last-child,
li:last-child {
	margin-bottom: 0;
}
sup {
	position: relative;
	font-family:'AdelleSans-Regular', Arial, sans-serif;
	font-size: 65%;
	line-height: 0;
	letter-spacing: 0;
	white-space: nowrap;
}
h1 sup {
	font-size: 30%;
	top: -0.65em;
}
h2 sup {
	font-size: 40%;
	top: -0.2em;
}
h3 sup {
	font-size: 45%;
	top: -0.25em;
}
h5 sup {
	font-size: 60%;
}
sup .add-space {
	margin-left: 2px;
}
.asterisk {
	position: relative;
	top: -0.16em;
	font-family:'AdelleSans-Regular', Arial, sans-serif;
	font-size: 80%;
	line-height: 0;
}
h3 .asterisk {
	top: -0.2em;
}
.reg {
	position: relative;
	top: -2px;
}
.sim {
	position: relative;
	top: -0.2em;
}
a {
	color: inherit
}
a[href^="tel:"] {
	text-decoration: none;
	white-space: nowrap;
}
a[x-apple-data-detectors],
.ref-link,
.ref-link a {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
.ref-link {
	word-wrap: break-word;
	overflow-wrap: break-word; 
}
img {
	max-width: 100%;
	height: auto;
}
video,
.video-overlay .video {
	display: block;
	max-width: 100%;
	height: auto;
	outline: none;
}
.video-overlay .video {
	width: 1300px;
}
.bold {
	font-family: 'AdelleSans-Bold', Arial, sans-serif;
}
.no-bold {
	font-family: 'AdelleSans-Regular', Arial, sans-serif;
}
.italic {
	font-family: 'AdelleSans-Italic', Arial, sans-serif;
}
.bold-italic {
	font-family: 'AdelleSans-BoldItalic', Arial, sans-serif;
}
.no-italic {
	font-family: 'AdelleSans-Regular', Arial, sans-serif;
}
.text-center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.spacing {
	letter-spacing: 0.12em;
}
.white,
.dtc .white {
	color: var(--white);
}
.green {
	color: var(--green);
}
.dark-blue,
.dtc .dark-blue {
	color: var(--dark-blue);
}
.purple,
.dtc .purple {
	color: var(--purple);
}
.pink {
	color: var(--pink);
}
.nowrap {
	white-space: nowrap;
}
.faded {
	opacity: 0.5;
}
.padding-large {
	padding: 100px 0;
}
.padding-medium {
	padding: 75px 0;
}
.padding-small {
	padding: 50px 0;
}
.padding-top-small {
	padding-top: 50px;
}
.padding-bottom-small {
	padding-bottom: 50px;
}
.padding-top-0 {
	padding-top: 0;
}
.padding-bottom-0 {
	padding-bottom: 0;
}
.padding-side-large {
	padding-left: 8%;
	padding-right: 8%;
}
.padding-side-medium {
	padding-left: 5%;
	padding-right: 5%;
}
.padding-side-small {
	padding-left: 3%;
	padding-right: 3%;
}
.dtc .hide-dtc,
.hcp .hide-hcp {
	display: none;
}
@media screen and (min-width: 768px){
	.hide-desktop,
	.video-overlay .video.hide-desktop {
		display: none;
	}
}


/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 67px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 3;
	font-size: 12px;
	line-height: 1.3em;
}
header.open {
	height: 100%;
}
header .content-container {
	height: 100%;
}
header ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
header li {
	margin: 0;
}
.topbar {
	height: 45px;
	background-color: var(--purple);
}
.hcp .topbar {
	background-color: var(--dark-purple);
}
.topbar .content-container {
	max-width: 1300px;
}
.hcp .topbar .content-container {
	max-width: 1200px;
}
.topbar li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
}
.dtc .topbar li:first-child {
	padding: 0 20px;
	background-color: var(--dark-purple);
}
.topbar a {
	color: var(--white);
	text-decoration: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.hcp .topbar a {
	color: var(--green);
}
.main-nav {
	height: 100px;
	background-color: var(--white);
}
.main-nav .content-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1440px;
}
.dtc .main-nav .hcp-nav {
	display: none;
}
.hcp .main-nav .dtc-nav,
#cookie-policy .main-nav .dtc-nav {
	display: none;
}
.main-nav li {
	margin: 0 15px;
}
.main-nav li:last-child {
	margin-right: 0;
}
.main-nav a {
	padding: 6px 0;
	color: var(--dark-purple);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: all 0.15s linear;
}
.main-nav a:hover,
.main-nav a.current {
	border-bottom-color: var(--dark-purple);
}
.main-nav a.has-border {
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid var(--dark-purple);
	border-radius: 20px;
	white-space: nowrap;
}
.main-nav a.has-border:hover {
	background-color: var(--dark-purple);
	color: var(--white)
}
.header-logo {
	width: 113px;
}
.header-logo img {
	display: block;
}
.hcp .mobile-menu-btn .line {
	background-color: var(--green);
}
header.open .mobile-menu-btn .line:first-child {
	transform: rotate(45deg) translate(4px, -2px);
}
header.open .mobile-menu-btn .line:nth-child(2) {
	opacity: 0;
}
header.open .mobile-menu-btn .line:last-child {
	transform: rotate(-45deg) translate(2px, 2px);
}
.mobile-nav-header {
	display: none;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	padding: 18px 25px;
}
.dtc .mobile-nav-header {
	background-color: var(--purple);
}
.hcp header.open .mobile-nav-header {
	border-bottom: 1px solid var(--white);
}
.mobile-nav-logo {
	width: 92px;
}
.mobile-menu-btn {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 10px 0;
}
.mobile-menu-btn .line {
	width: 24px;
	height: 2px;
	background-color: var(--white);
	border-radius: 2px;
	transition: all 0.1s linear;
	transform-origin: top left;
}


/* main content */
#main-content {
	padding-top: 145px;
	background-color: var(--white);
}
#thankyou #main-content {
	padding-top: 250px;
}
section {
	position: relative;
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	scroll-margin-top: var(--scroll-margin);
}
.purple-bg {
	background-color: var(--purple);
}
.medium-purple-bg {
	background-color: var(--medium-ourple);
}
.green-bg {
	background-color: var(--green);
}
.light-green-bg {
	background-color: var(--light-green);
}
.pale-green-bg {
	background-color: var(--pale-green);
}
.medium-green-bg {
	background-color: var(--medium-green);
}
.light-blue-bg {
	background-color: var(--light-blue);
}
.pale-blue-bg {
	background-color: var(--pale-blue);
}
.gray-bg {
	background-color: var(--light-gray);
}
.light-gray-bg {
	background-color: var(--very-light-gray);
}
section.gradient-bg {
	background-image: url(/images/gradient-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
section.gradient-bottom-bg {
	background-image: url(/images/gradient-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.column.gradient-top-right-bg {
	background-image: url(/images/gradient-top-right-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 90%;
}
.content-container {
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
section.hero {
	padding: 0;
}
.hero .content-container {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
}
#dtc-home .hero .content-container {
	max-width: 1150px;
}
.full-width-section .content-container {
	padding-top: 100px;
	padding-bottom: 75px;
}
.content-container.has-divider {
	padding-bottom: 100px;
	margin-bottom: 100px;
	border-bottom: 1px solid var(--dark-purple);
}
.hero-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 530px;
	height: 100%;
	padding: 80px 0;
	color: var(--white);
}
.hcp .hero-content {
	max-width: 700px;
}
#dtc-home .hero-content,
#hcp-home .hero-content {
	justify-content: center;
	float: right;
}
#dtc-home .hero-content {
	max-width: 500px;
}
#hcp-home .hero-content {
	max-width: 550px;
}
#dtc-home .hero-content h1,
#hcp-home .hero-content h1 {
	font-size: 4.2rem;
	line-height: 1em;
}
#dtc-home .hero-content h1 {
	margin-right: 15px;
}
#hcp-home .hero-content h1 {
	margin-bottom: 10px;
}
#hcp-home .hero-content h3 {
	margin-bottom: 0;
	font-size: 1.55rem;
	letter-spacing: 0.03em;
}
#dtc-home .hero-content h4 {
	margin-bottom: 0;
}
#dtc-home .hero-content h4:first-child,
#hcp-home .hero-content h4:first-child {
	margin-bottom: 10px;
	margin-left: 5px;
}
.hero-content .headline-group {
	display: flex;
	align-items: center;
}
.hero-bg-img img {
	display: block;
}
.hero-bg-img img.hide-desktop {
	display: none;
}
.hero-callout {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.hero-callout-img {
	flex-shrink: 0;
	width: 96px;
}
.hero-callout-text {
	max-width: 290px;
	margin-left: 40px;
}
.hero-callout-text h4 {
	margin-bottom: 0;
	font-family: 'AdelleSans-Bold', Arial, sans-serif;
}
.hero-callout-text p {
	font-size: 1.1rem;
	line-height: 1.5em;
}
section.split-section {
	padding: 0;
}
.split-section {
	display: flex;
}
.dtc .split-section.full-width.purple-bg,
.dtc .split-section.full-width.green-bg,
.dtc .split-section.full-width.purple-bg h2,
.dtc .split-section.full-width.green-bg h2,
.dtc .green-bg h2,
.dtc .green-bg h3 {
	color: var(--white);
}
.dtc .pale-blue-bg h3,
.pale-blue-bg h5 {
	color: var(--dark-blue);
}
.split-section .column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 50%;
}
.split-section.full-width .column:first-child {
	align-items: flex-end;
}
.split-section.align-top .column {
	justify-content: flex-start;
}
.split-section.content-width .column {
	width: unset;
}
.split-section.column-dividers .column {
	padding: 0 5%;
	border-right: 1px solid var(--dark-purple);
}
.split-section.column-dividers .column:first-child {
	padding-left: 0;
}
.split-section.column-dividers .column:last-child {
	padding-right: 0;
	border-right: 0;
}
.split-section.full-width .column.has-animation {
	padding: 10%;
}
.split-section.full-width .column.has-animation img {
	margin: 0 auto;
}
.split-section.full-width .column .full-width-img {
	display: block;
	width: 100%;
}
.split-section.full-width .column .column-content {
	max-width: 740px;
	padding: 50px 15%;
	margin: 0 auto;
}
.column-container {
	display: flex;
	justify-content: space-between;
}
.column-container .column {
	padding: 0 3%;
}
.large-callout {
	margin: 50px 0;
	background-color: var(--light-purple);
	border-radius: 20px;
	overflow: hidden;
}
.large-callout:last-child {
	margin-bottom: 0;
}
.large-callout .column-content {
	padding: 30px 15%;
}
.callout-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 24px;
}
.callout-grid .grid-item {
	display: flex;
	align-items: center;
	min-height: 350px;
	padding: 20px 45px;
	border-radius: 15px;
}
.callout-grid .grid-item:nth-of-type(1) {
	background-color: rgba(94, 208, 154, 0.05);
}
.callout-grid .grid-item:nth-of-type(2) {
	background-color: rgba(94, 208, 154, 0.1);
}
.callout-grid .grid-item:nth-of-type(3) {
	background-color: rgba(94, 208, 154, 0.15);
}
.callout-grid .grid-item:nth-of-type(4) {
	background-color: rgba(94, 208, 154, 0.2);
}
.callout-grid .grid-item .grid-item-img {
	flex-shrink: 0;
	width: 35%;
	text-align: center;
}
.callout-grid .grid-item.cleanse .grid-item-img img {
	width: 164px;
}
.callout-grid .grid-item.apply .grid-item-img img {
	width: 124px;
}
.callout-grid .grid-item.moisturize .grid-item-img img {
	width: 112px;
}
.callout-grid .grid-item.protect .grid-item-img img {
	width: 178px;
}
.callout-grid .grid-item .grid-item-text {
	padding: 0 10%;
}
.callout-grid .grid-item.apply .grid-item-text,
.callout-grid .grid-item.protect .grid-item-text {
	padding: 0 5%;
}
.callout-grid .grid-item .grid-item-text h4 {
	color: var(--purple)
}
.numbered-list-row {
	display: flex;
	margin-bottom: 60px;
}
.numbered-list-row:last-child {
	margin-bottom: 0;
}
.numbered-list-icon {
	flex-shrink: 0;
	width: 50px;
	margin-top: -5px;
	margin-right: 8px;
}
.numbered-list-row p {
	color: var(--white);
}
.patient-disclaimer {
	position: absolute;
	bottom: 4%;
	width: 100%;
	font-size: 10px;
	line-height: 14px;
	color: var(--white);
	text-align: center;
}
.hero .patient-disclaimer {
	right: 7%;
	width: auto;
}
.patient-disclaimer.dark {
	color: var(--dark-purple);
}
#dtc-home .hero .patient-disclaimer,
#hcp-home .hero .patient-disclaimer {
	bottom: 10%;
}
.inline-video {
	border-radius: 20px;
	overflow: hidden;
}


/* page specific styles */
#hcp-home .hero h5 {
	margin-bottom: 10px;
}
#dtc-home section.pale-green-bg .text-column:first-child {
	padding-left: 5%;
}
#dtc-home section.pale-green-bg .image-container img {
	width: 280px;
}
#dtc-home .split-section.content-width .column:first-child {
	flex-shrink: 0;
	width: 412px;
	max-width: 100%;
}
#dtc-home .split-section.content-width .column:last-child {
	padding-left: 5%;
}
#hcp-home .gradient-bottom-bg h1 {
	font-family: 'AdelleSans-ExtraBoldItalic', Arial, sans-serif;
	font-size: 3.2rem;
}
#hcp-home .gradient-bottom-bg .column:first-child p {
	max-width: 688px;
}
#hcp-home .split-section.content-width .column:last-child {
	flex-shrink: 0;
	width: 360px;
	max-width: 100%;
}
#hcp-home .light-green-bg .column:last-child .column-content {
	max-width: 515px;
}
#why-it-works .split-section.full-width.purple-bg .column .column-content {
	padding-left: 25px;
	padding-right: 25px;
}
#why-it-works .split-section.full-width.purple-bg .column p {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
#why-it-works .image-two-column .column .image-container img {
	display: block;
	width: 340px;
	margin: 0 auto;
}
#why-it-works .image-two-column .text-column:last-child {
	padding-left: 0;
}
#what-to-expect .green-bg .image-two-column .column:last-child img {
	width: 265px;
}
#what-to-expect .pale-green-bg .image-two-column .column:last-child .number-img {
	max-width: 110px;
	margin: 0 auto 5px;
}
#what-to-expect .pale-green-bg .image-two-column .column:last-child h4 {
	max-width: 390px;
	margin: 0 auto;
}
#how-to-use .content-container .inline-video {
	margin-top: 50px;
	margin-bottom: 100px;
}
#how-to-use .split-section.full-width .column .column-content {
	padding-top: 175px;
	padding-bottom: 175px;
}
#how-to-use .split-section.full-width .column:first-child .column-content {
	padding-left: 12%;
	padding-right: 12%;
}
#how-to-use .split-section.full-width .column:last-child .column-content {
	padding-left: 7%;
	padding-right: 7%;
}
#how-to-use .split-section.full-width .column:first-child .headline-img {
	margin-bottom: 30px;
	width: 167px;
}
#about-acne section.light-blue-bg .content-container * {
	max-width: 700px;
}
#about-acne .column-container.causes .column {
	width: 25%;
}
#about-acne .column-container.causes .column:nth-of-type(3) {
	padding: 0 1%;
}
#about-acne .column-container.causes .column .icon {
	width: 165px;
	margin-bottom: 20px;
}
#about-acne .column-container.leave-a-mark {
	margin-top: 40px;
}
#about-acne .column-container.leave-a-mark .column .icon {
	width: 182px;
	margin-bottom: 20px;
}
#about-acne .column-container.leave-a-mark .column h5 {
	margin-bottom: 0;
}
#about-acne .column-container.leave-a-mark .column p {
	max-width: 260px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
}
#about-acne section .content-container.has-divider h3.margin-fix {
	margin-bottom: 8px;
}
#about-acne .split-section.full-width .column .column-content {
	padding-top: 100px;
	padding-bottom: 100px;
}
#about-acne .split-section.full-width .column:last-child .column-content {
	padding-left: 8%;
	padding-right: 8%;
}
#about-acne .split-section.full-width .column:last-child .twyneo-bottle-img {
	width: 245px;
}
#about-acne .split-section.full-width .column:last-child h3 {
	max-width: 400px;
	margin: 0 auto 15px;
}
#microencapsulation .split-section.content-width .column:first-child {
	padding-right: 10%;
}
#microencapsulation .split-section.content-width .column:last-child {
	flex-shrink: 0;
	width: 365px;
	max-width: 100%;
}
#safety section .adverse-reaction-3 .text-column h3 {
	max-width: 400px;
}
#safety section .column:last-child .percent-img {
	width: 109px;
}
#satisfaction .image-two-column .text-column:last-child {
	max-width: 500px;
}
#savings.hcp .care-connect {
	padding-top: 0;
	padding-bottom: 0;
}
#savings.hcp .care-connect .column:first-child {
	width: 55%;
}
#savings.hcp .care-connect .column:last-child {
	width: 45%;
	max-width: 380px;
}
#savings.hcp .care-connect .column:last-child h5 {
	margin-bottom: 25px;
}
#cookie-policy h3 {
	color: var(--dark-purple);
}
.cookie-policy-section {
	margin-bottom: 75px;
}
.cookie-policy-section:last-child {
	margin-bottom: 0;
}
.error-page-icon {
	width: 150px;
	margin-bottom: 25px;
}

/* two column image and text sections */
.content-container.image-two-column.has-divider {
	padding-bottom: 75px;
	margin-bottom: 75px;
}
.image-two-column.patient-improvement {
	padding-top: 40px;
}
.image-container {
	position: relative;
	margin-bottom: 50px;
}
.image-container:last-child {
	margin-bottom: 0;
}
.expand-img-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 22px;
	height: 22px;
	background: url(/images/full-screen-btn.svg) no-repeat;
	background-size: 100% auto;
	z-index: 2;
}
.image-two-column h4 {
	font-family: 'AdelleSans-BoldItalic', Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 1.3em;
}
.image-two-column.patient-improvement h4 {
	font-size: 1.67rem;
}
.image-two-column .text-column:first-child {
	padding-right: 10%;
}
.image-two-column .text-column:last-child {
	padding-left: 10%;
}
.adverse-reaction-2 .column:first-child {
	width: 38%;
}
.adverse-reaction-2 .column:last-child {
	width: 62%;
}
.inline-img {
	display: inline-block;
	position: relative;
	bottom: -16px;
	left: -10px;
}
.inline-img.height-adjust {
	bottom: -26px;
	margin-right: -15px;
}
.percent-1 {
	width: 108px;
}
.percent-50,
.percent-80 {
	width: 140px;
}
.percent-90 {
	width: 136px;
}
.image-two-column.patient-satisfaction .split-section p {
	margin-bottom: 5px;
	margin-left: 2em;
	font-size: 16px;
}
.image-two-column.application-instructions {
	align-items: flex-start;
	padding-top: 75px;
}
.image-two-column.application-instructions h3 {
	margin-bottom: 25px;
}
.image-two-column.application-instructions h4 {
	margin-bottom: 15px;
	font-size: 1.15rem;
	line-height: 1.3em;
}
.image-two-column.application-instructions p,
.image-two-column.application-instructions ul {
	margin-bottom: 15px;
}
.image-two-column.application-instructions p:last-child,
.image-two-column.application-instructions ul:last-child {
	margin-bottom: 0;
}
.image-two-column .button-container {
	margin-bottom: 25px;
}
.image-two-column .button-container:last-child {
	margin-bottom: 0;
}


/* buttons */
.button {
	display: inline-block;
	padding: 10px 42px;
	border: 5px solid var(--white);
	border-radius: 30px;
	background-color: var(--purple);
	cursor: pointer;
	outline: none;
	font-size: 0.9rem;
	line-height: 1.1em;
	color: var(--white);
	text-decoration: none;
}
.hcp .button {
	border-color: var(--purple);
	background-color: var(--dark-purple);
}
input.button {
	box-sizing: content-box;
	-webkit-appearance: none;
}
.button.white-btn {
	border-color: var(--white);
	background-color: var(--white);
	color: var(--dark-purple);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.button.purple-btn {
	border-color: var(--purple);
}
.button.has-icon {
	padding-right: 60px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: calc(100% - 25px) center;
}
.button.has-icon.download-white {
	background-image: url(/images/icon-download-white.png);
}
.button.has-icon.download-dark {
	background-image: url(/images/icon-download-dark.png);
}
.gradient-bg .button {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}


/* carousels */
.carousel {
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
	overflow: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
}
.carousel.safari-scroll { 
	scroll-snap-type: none;
}
.chart-carousel {
	max-width: 945px;
	margin-bottom: 40px;
}
.chart-carousel::-webkit-scrollbar,
.chart-carousel::-webkit-scrollbar-track,
.chart-carousel::-webkit-scrollbar-thumb {
	width: 0;
	background: transparent;
}
.patient-img-overlay .carousel {
	width: 100%;
	margin: 0 auto;
}
.patient-img-overlay .carousel::-webkit-scrollbar,
.patient-img-overlay .carousel::-webkit-scrollbar-track,
.patient-img-overlay .carousel::-webkit-scrollbar-thumb {
	width: 0;
	background: transparent;
}
.carousel-item {
	width: 100%;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
.chart-carousel .carousel-item,
.patient-img-overlay .carousel-item {
	flex-shrink: 0;
	/* max-height: inherit; */
	text-align: center;
}
.patient-img-overlay .carousel-item img {
	max-height: 90vh;
}
.carousel-item h5 .large {
	font-family: 'AdelleSans-BoldItalic', Arial, sans-serif;
	font-size: 1.6em;
}
.carousel-description {
	display: flex;
	padding: 0 10%;
}
.carousel-description .column {
	width: 50%;
	padding: 0 5%;
	text-align: center;
}
.carousel-description h3 {
	 margin-bottom: 5px;
}
.carousel-description p.small {
	font-size: 9px;
	line-height: 1.1em;
	color: var(--gray);
}
.carousel-item-content {
	position: relative;
	margin: 0 auto;
}
.chart-carousel .carousel-item-content {
	max-width: 90%;
	margin-top: 25px;
}
.carousel-container.iga .carousel-item-content {
	max-width: 72%;
}
.carousel-item-caption {
	text-align: center;
}
.carousel-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.tabbed-content .carousel-controls {
	display: none;
	max-width: 195px;
	margin-bottom: 30px;
}
.patient-img-overlay .carousel-controls {
	position: absolute;
	top: 48%;
	left: -100px;
	width: calc(100% + 200px);
	max-width: unset;
	pointer-events: none;
}
.carousel-btn {
	width: 13px;
	height: 24px;
	background: url(/images/arrow-carousel.svg) no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	transition: opacity 0.15s linear;
}
.tabbed-content .carousel-btn {
	width: 30px;
	height: 30px;
	background-image: url(/images/arrow-carousel-circle.svg);
}
.patient-img-overlay .carousel-btn {
	width: 74px;
	height: 74px;
	background-image: url(/images/arrow-carousel-circle-white.png);
	pointer-events: all;
}
.carousel-btn.inactive {
	opacity: 0.4;
	cursor: default;
}
.carousel-btn.prev {
	transform: rotate(180deg);
}
.carousel-caption {
	font-size: 16px;
	line-height: 1.125em;
	letter-spacing: 0.1em;
}
.carousel-pagination {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	padding: 0 10%;
}
.carousel-pagination .marker {
	width: 15px;
	height: 15px;
	background-color: var(--light-gray);
	border-radius: 50%;
	margin: 0 5px;
	transition: background-color 0.15s linear;
}
.carousel-pagination .marker.active {
	background-color: var(--purple);
}


/* tabbed content */
.tabbed-content-container.patient-results {
	margin-top: 50px;
}
.tab-container {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.tabbed-content-title {
	margin-right: 15px;
	font-size: 14px;
	line-height: 20px;
	color: var(--dark-purple);
}
.tabs {
	display: flex;
	border: 1px solid var(--dark-purple);
	border-radius: 20px;
	overflow: hidden;
}
.tab {
	width: 40px;
	height: 25px;
	border-right: 1px solid var(--dark-purple);
	cursor: pointer;
	font-size: 12px;
	line-height: 25px;
	color: var(--dark-purple);
	text-align: center;
}
.tab:last-child {
	border-right: none;
}
.tab.active {
	background-color: var(--dark-purple);
	cursor: default;
	color: #ffffff;
}
.tabbed-content {
	position: relative;
}
.tabbed-content-container.patient-results .tabbed-content {
	display: inline-block;
	vertical-align: middle;
	width: 63%;
	max-width: 720px;
}
.tab-item {
	display: none;
	position: relative;
}
.tab-item.active {
	display: block;
}
.tab-item .overlay-open-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 26px;
	background: url(/images/full-screen-btn-white.svg) no-repeat;
	background-size: 100% auto;
	z-index: 2;
}
.tab-item .carousel {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	background-color: var(--purple);
	border: 3px solid var(--purple);
	border-radius: 10px;
}
.tab-item img {
	display: block;
}
.tabbed-content-description {
	padding-left: 50px;
	font-size: 12px;
	line-height: 18px;
}
.tabbed-content-container.patient-results .tabbed-content-description {
	display: inline-block;
	vertical-align: middle;
	width: 36%;
	max-width: 390px;
}
.tabbed-content-description .description-headline {
	font-family: 'AdelleSans-Bold', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.4em;
	color: var(--purple);
}
.tabbed-content-description p:not(:last-child) {
	margin-bottom: 15px;
}
.tabbed-content-description .patient-info {
	display: none;
}
.tabbed-content-description .patient-info.active {
	display: block;
}
.tabbed-content-description .patient-study {
	display: none;
}
.tabbed-content-description .patient-study.active {
	display: inline;
}
.tabbed-content-description .button {
	margin-top: 15px;
	background-color: var(--white);
	color: var(--dark-purple);
}



/* accordions */
.accordion {
	border-top: 1px solid var(--dark-purple);
	overflow: hidden;
}
.accordion:last-child {
	border-bottom: 1px solid var(--dark-purple);
}
.accordion-header {
	position: relative;
	padding: 25px 25px 25px 35px;
	cursor: pointer;
	font-size: 1.3rem;
	line-height: 1.25em;
	color: var(--purple);
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.accordion-header:before {
	content: "";
	position: absolute;
	top: 49%;
	left: 0;
	width: 11px;
	height: 11px;
	background-image: url(/images/icon-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	transform: translateY(-50%);
}
.accordion.open .accordion-header:before {
	background-image: url(/images/icon-minus.png);
}
.accordion-body {
	max-width: 780px;
	height: 0;
	padding: 0 25px 0 35px;
	opacity: 0;
	transition: all 0.2s ease-out;
}
.accordion.open .accordion-body {
	opacity: 1;
}
.accordion-body a {
	font-family: 'AdelleSans-Bold', Arial, sans-serif;
}


/* form */
form {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5em;
	color: var(--dark-purple);
}
.form-columns,
.form-sub-columns {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.form-sub-columns {
	width: 46%;
}
.form-sub-columns .field-group {
	width: 46%;
}
.field-group {
	position: relative;
	width: 46%;
	margin-bottom: 20px;
}
form .field-group label {
	display: block;
	margin-bottom: 10px;
	color: var(--purple);
}
form .error label {
	color: #ff0000;
}
input[type=text],
input[type=email],
input[type=tel],
select {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	padding: 0 20px;
	border-radius: 25px;
	border: 1px solid var(--dark-purple);
	background: none;
	outline: none;
	font-family: 'AdelleSans-Regular', Arial, sans-serif;
	font-size: 14px;
	line-height: 1em;
	color: var(--dark-purple);
}
.error input[type=text],
.error input[type=email],
.error input[type=tel],
.error select {
	border-color: #ff0000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: var(--dark-purple) !important;
}
select {
	background-image: url(../images/arrow-purple-down.png);
	background-position: calc(100% - 15px) center;
	background-size: 12px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
option {
	color: #333333;
}
form .validate {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
form .validate input[type=Checkbox] {
	flex-shrink: 0;
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0;
	margin-right: 15px;
	border: none;
	border-radius: 5px;
	min-width: unset;
	background: none;
	cursor: pointer;
	appearance: checkbox;
	-moz-appearance: initial;
	z-index: 0;
	overflow: hidden;
}
form .validate input[type=Checkbox]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--white);
	border: 1px solid var(--dark-purple);
	border-radius: 5px;
	opacity: 1;
	z-index: 1;
	overflow: hidden;
}
form .validate.error input[type=Checkbox]:before {
	border: 1px solid #ff0000;
}
form .validate input[type=Checkbox]:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 7px;
	width: 45%;
	height: 75%;
	border-right: 3px solid var(--purple);
	border-bottom: 3px solid var(--purple);
	border-radius: 0 0 5px 0;
	opacity: 1;
	z-index: 2;
	transform: rotate(35deg);
	transition: top 0.15s ease-out;
}
form .validate input[type=Checkbox]:checked:after {
	top: 1px;
}
form .validate .validate-text {
	color: var(--purple);
}
form .validate label {
	display: block;
	margin-bottom: 0;
}
form .validate p {
	margin-bottom: 30px;
}
form .error a {
	color: #ff0000;
}
/* form #mce-responses {
	width: 100%;
} */


/* references footnotes definitions isi */
.end-matter {
	font-size: 14px;
	line-height: 1.5em;
	color: var(--dark-purple);
}
.dtc section.end-matter {
	background-color: var(--very-light-gray);
}
.hcp section.end-matter {
	background-color: var(--pale-green);
}
.definitions {
	margin-bottom: 10px;
}
.footnotes {
	margin-bottom: 30px;
}
.footnote {
	display: flex;
	margin-bottom: 0;
	transform: translateX(-0.55em);
}
.footnote:first-child {
	transform: translateX(-0.5em);
}
.footnote sup:first-child,
.footnoe span:first-child {
	width: 8px;
	text-align: right;
}
.footnote sup {
	transform: translateY(5px);
}
.references {
	margin-bottom: 30px;
}
.references a {
	color: var(--dark-purple);
	text-decoration: none;
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.isi {
	font-size: 1rem;
	line-height: 1.3em;
	scroll-margin-top: var(--scroll-margin);
}
.isi-title {
	margin-bottom: 15px;
	font-size: 1.33rem;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}


/* fixed ISI tray */
.isi-tray {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: var(--white);;
	z-index: 1;
	font-size: 0.75rem;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
.isi-tray.hidden {
	z-index: -1;
}
.isi-tray p {
	margin: 0;
	text-align: center;
}
.isi-tray a {
	text-decoration: none;
}


/* footer */
footer {
	padding: 100px 0 100px 0;
	background: var(--dark-purple);
}
.footer-content {
	padding: 0 25px;
	font-size: 14px;
	line-height: 1.35em;
	color: var(--white);
	text-align:center;
}
.footer-logo {
	display: block;
	max-width: 255px;
	margin: 0 auto;
	margin-bottom: 45px;
}
footer p {
	margin-bottom: 10px;
}
footer p.copyright {
	margin-bottom: 0;
}
footer a {
	color: var(--white);
}
footer ul {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 55px auto 50px;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
footer li {
	margin-bottom: 0;
}
footer ul li a {
	text-decoration: none;
}
footer .job-code {
	display: inline-block;
	margin-right: 25px;
}
footer .date {
	display: inline-block;
}


/* overlays */
.overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	z-index:4;
	transition: all 0.1s linear;
}
.overlay.active {
	visibility: visible;
	opacity: 1;
}
.overlay.anchor-overlay {
	background: var(--purple);
	z-index: 5;
}
.overlay-container {
	display: flex;
	flex-direction: column;
	position: relative;
	background: var(--white);
	width: 92%;
	max-width: 1250px;
	max-height: 100%;
	padding: 75px 4%;
	margin: 0 auto;
	overflow: hidden;
}
.image-overlay .overlay-container,
.video-overlay .overlay-container {
	display: block;
	width: fit-content;
	max-width: 1300px;
	height: auto;
	padding: 20px;
	background: none;
}
#isi-overlay .overlay-container {
	padding: 0 0 50px 0;
}
.patient-img-overlay .overlay-container {
	display: block;
	width: 50%;
	max-width: 500px;
	height: auto;
	max-height: 100%;
	padding: 0;
	background: none;
	overflow: unset;
}
.overlay-close-btn {
	position: absolute;
	top: 22px;
	right: 30px;
	cursor: pointer;
	z-index: 2;
	font-family: 'AdelleSans-Thin', Arial, sans-serif;
	font-size: 60px;
	line-height: 0.75em;
	text-decoration: none;
	color: var(--dark-purple);
}
.overlay-close-btn.white {
	color: var(--white);
}
#isi-overlay .overlay-close-btn {
	color: var(--white);
	top: 50%;
	transform: translateY(-50%);
}
.hcp #isi-overlay .overlay-close-btn {
	color: var(--green);
}
.patient-img-overlay .overlay-close-btn {
	top: 0;
	right: 5px;
	color: var(--white);
}
.image-overlay .overlay-close-btn,
.video-overlay .overlay-close-btn {
	top: 30px;
	right: 35px;
}
.overlay-header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
	height: 90px;
	background: var(--purple);
}
.hcp .overlay-header {
	background: var(--dark-purple);
}
.overlay-header-logo {
	display: block;
	width: 72px;
}
.overlay-content {
	max-height: 100%;
	overflow: auto;
	padding-right: 2%;
}
.image-overlay .overlay-content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#isi-overlay .overlay-content {
	padding: 50px 6% 0;
}
.overlay-content.columns {
	display: flex;
}
.overlay-content.columns .column:first-child {
	width: 25%;
}
.overlay-content.columns .column:last-child {
	width: 75%;
	padding-left: 10%;
}
.overlay.submitted .overlay-content.form-container {
	visibility: hidden;
}
.overlay-content.thank-you {
	visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 4%;
	z-index: 1;
	text-align: center;
}
.overlay.submitted .overlay-content.thank-you {
	visibility: visible;
}
.overlay-content.thank-you h3 {
	max-width: 560px;
	margin: 0 auto 25px;
}
#request-a-rep-overlay .overlay-content.thank-you h3 {
	max-width: 550px;
}
#sign-up-dtc-overlay .overlay-content.thank-you h3 {
	max-width: 575px;
}
.overlay-content.thank-you .button {
	margin-top: 50px;
}
.overlay .full-size-img,
.video-overlay video,
.video-overlay .video {
	max-height: 90vh;
}
.overlay-end-matter {
	font-size: 12px;
	line-height: 1.6em;
}
.overlay-end-matter p {
	margin-bottom: 12px;
}
.overlay-end-matter .footnotes p {
	margin: 0;
}
.overlay-end-matter .footnote {
	transform: translateX(-0.325em);
}
.overlay-end-matter .footnote:first-child {
	transform: translateX(-0.55em);
}
.overlay-end-matter .footnote:not(:last-child) {
	margin-bottom: 12px;
}
.dtc .overlay .button {
	border-color: var(--purple);
}


@media screen and (max-width: 1200px){
	html {
		font-size: 16px;
	}
	.main-nav li {
		margin: 0 10px;
	}
}


@media screen and (max-width: 1100px){
	header {
		background-color: var(--white);
	}
	.hcp header {
		background-color: var(--dark-purple);
	}
	header.active {
		height: 100%;
	}
	.dtc header.open {
		background-image: url(/images/mobile-nav-bg.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 90% auto;
	}
	.header-container {
		display: none;
		height: calc(100% - 90px);
		overflow: auto;
	}
	header.open .header-container {
		display: block;
	}
	header .header-content {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		padding-bottom: 20px;
	}
	header .content-container {
		height: auto;
	}
	.mobile-menu-btn {
		display: flex;
	}
	header ul {
		display: block;
		padding-top: 20px;
	}
	header ul li {
		margin-bottom: 20px;
	}
	header ul li:last-child {
		margin-bottom: 0;
	}
	.topbar {
		display: none;
		height: auto;
		background-color: unset;
	}
	header.open .topbar {
		display: block;
	}
	.topbar .content-container {
		padding: 0 25px;
	}
	.topbar ul {
		border-top: 1px solid var(--dark-purple);
	}
	.hcp .topbar ul {
		border-top-color: var(--white);
	}
	.main-nav {
		height: auto;
		background-color: unset;
	}
	.main-nav .content-container {
		display: block;
		padding: 0;
	}
	.header-logo {
		width: 100%;
		padding: 18px 25px;
	}
	.dtc .header-logo {
		background-color: var(--purple);
	}
	.header-logo.desktop-logo {
		display: none;
	}
	.header-logo img {
		width: 92px;
	}
	.main-nav .header-logo a {
		display: block;
		padding: 0;
	}
	.main-nav ul {
		display: none;
		padding: 20px 25px;
	}
	header.open .main-nav ul {
		display: block;
	}
	.main-nav li {
		margin: 0 0 20px 0;
	}
	.main-nav li:last-child {
		margin-bottom: 0;
	}
	.topbar a,
	.main-nav a {
		display: inline-block;
		padding: 0;
		margin: 0 15px;
		color: var(--dark-purple);
	}
	.hcp .topbar a,
	.hcp .main-nav a {
		color: var(--white);
	}
	.hcp .topbar a,
	.hcp .main-nav a {
		color: var(--white);
	}
	.hcp .main-nav a:hover,
	.hcp .main-nav a.current {
		border-bottom-color: var(--white);
	}
	.main-nav a:hover {
		border-bottom: none;
	}
	.main-nav a.has-border {
		padding: 6px 15px;
		margin: 0;
		border-color: var(--dark-purple);
	}
	.hcp .main-nav a.has-border {
		border-color: var(--white);
	}
	.mobile-nav-header {
		display: flex;
	}
	#main-content {
		padding-top: 90px;
	}
	.content-container {
		padding-left: 35px;
		padding-right: 35px;
	}
	section {
		scroll-margin-top: var(--scroll-margin-mobile);
	}
	.image-container .expand-img-btn {
		top: 8px;
		right: 8px;
	}
	.overlay-container {
		width: 100%;
		max-width: unset;
		height: 100%;
		max-height: unset;
		padding: 40px 2% 40px 4%;
	}
	#isi-overlay .overlay-container {
		width: 92%;
		max-height: 92%;
	}
	.overlay-content {
		padding-left: 2%;
		padding-right: 5%;
	}
	.overlay-close-btn {
		top: 2px;
		right: 6px;
	}
	#isi-overlay .overlay-close-btn {
		right: 25px;
	}
	.overlay-content.thank-you .button {
		margin-top: 25px;
	}
}


@media screen and (max-width: 1100px) and (orientation: landscape){
	.dtc header.open {
		background-image: none;
	}
	.video-overlay .landscape-video {
		width: 150vh;
	}
}


@media screen and (max-width: 1000px){
	html {
		font-size: 13px;
	}
	.overlay-content.columns {
		display: block;
	}
	.overlay-content.columns .column:first-child {
		width: 100%;
		margin-bottom: 30px;
	}
	.overlay-content.columns .column:last-child {
		width: 100%;
		padding-left: 0;
	}
}


@media screen and (max-width: 767px){
	html {
		font-size: 12px;
	}
	h1 {
		font-size: 2.66rem;
	}
	h2 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	h3 {
		margin-bottom: 20px;
	}
	h4 {
		margin-bottom: 15px;
	}
	p {
		margin-bottom: 15px;
	}
	.padding-large {
		padding: 50px 0;
	}
	.padding-medium {
		padding: 40px 0;
	}
	.padding-small {
		padding: 40px 0;
	}
	.padding-top-small {
		padding-top: 30px;
	}
	.padding-bottom-small {
		padding-bottom: 30px;
	}
	.padding-top-0 {
		padding-top: 0;
	}
	.padding-bottom-0 {
		padding-bottom: 0;
	}
	.hide-mobile {
		display: none;
	}
	.text-center-mobile {
		text-align: center;
	}
	nav {
		display: block;
	}
	nav ul {
		display: block;
	}
	nav ul li {
		display: block;
		margin: 0 0 12px 0;
		letter-spacing: 0px;
	}
	section {
		padding: 50px 0;
	}
	section.gradient-bg {
		background-image: url(/images/gradient-bg-mobile.png);
	}
	.column.gradient-top-right-bg {
		background-image: url(/images/gradient-top-right-bg-mobile.png);
	}
	.content-container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.content-container.has-divider {
		padding-bottom: 0;
		margin-bottom: 50px;
		border-bottom: 0;
	}
	.content-container.has-divider .column:last-child {
		padding-bottom: 50px;
		border-bottom: 1px solid var(--dark-purple);
	}
	.hero {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		min-height: 420px;
	}
	#dtc-home .hero {
		background-image: url(/images/hero-bg-home-dtc-mobile.png);
	}
	#why-it-works .hero {
		background-image: url(/images/hero-bg-works-mobile.png);
	}
	#what-to-expect .hero {
		background-image: url(/images/hero-bg-whatto-mobile.png);
	}
	#how-to-use .hero {
		background-image: url(/images/hero-bg-howto-mobile.png);
	}
	#savings.dtc .hero {
		background-image: url(/images/hero-bg-savings-dtc-mobile.png);
		background-position: center center;
	}
	#faq .hero {
		background-image: url(/images/hero-bg-faq-mobile.png);
	}
	#about-acne .hero {
		background-image: url(/images/hero-bg-about-mobile.png);
	}
	#hcp-home .hero {
		background-image: url(/images/hero-bg-home-hcp-mobile.png);
	}
	#microencapsulation .hero {
		background-image: url(/images/hero-bg-micro-mobile.png);
	}
	#microencapsulation .hero h1 {
		font-size: 2.33rem;
	}
	#results .hero {
		background-image: url(/images/hero-bg-results-mobile.png);
	}
	#safety .hero {
		background-image: url(/images/hero-bg-safety-mobile.png);
	}
	#satisfaction .hero {
		background-image: url(/images/hero-bg-satisfaction-mobile.png);
	}
	#savings.hcp .hero {
		background-image: url(/images/hero-bg-savings-hcp-mobile.png);
	}
	.hero-bg-img {
		display: none;
	}
	#dtc-home .hero-bg-img,
	#hcp-home .hero-bg-img,
	.hero-bg-img img.hide-desktop {
		display: block;
	}
	.hero-bg-img img.hide-mobile {
		display: none;
	}
	.hero .content-container {
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		transform: unset;
	}
	#dtc-home .hero .content-container,
	#hcp-home .hero .content-container {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}
	.hero-content {
		padding: 35px 0;
	}
	#dtc-home .hero-content,
	#hcp-home .hero-content {
		justify-content: space-between;
		padding: 80px 0;
		float: none;
	}
	#dtc-home .hero-content h1 {
		margin-right: 0;
	}
	#hcp-home .hero-content h1 {
		font-size: 3.15rem;
	}
	#hcp-home .hero-content h3 {
		font-size: 2rem;
	}
	#dtc-home .hero-content h4:first-child,
	#hcp-home .hero-content h4:first-child {
		margin-left: 2px;
	}
	#dtc-home .hero-content h4:last-child {
		font-size: 2rem;
	}
	.hero-callout-img {
		width: 60px;
	}
	.hero-callout-text {
		margin-left: 18px;
	}
	.hero-callout-text h4,
	.hero-callout-text p {
		font-size: 1rem;
	}
	.hero-content .headline-group {
		display: block;
	}
	.split-section {
		display: block;
	}
	.split-section.image-right {
		display: flex;
		flex-direction: column-reverse;
	}
	.split-section .column {
		display: block;
		width: 100%;
	}
	.split-section .column.hide-mobile {
		display: none;
	}
	.split-section.column-dividers .column {
		padding: 30px 0;
		border-right: 0;
		border-bottom: 1px solid var(--dark-purple);
	}
	.split-section.column-dividers .column:first-child {
		padding-top: 0;
	}
	.split-section.column-dividers .column:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.split-section.full-width .column .column-content {
		max-width: unset;
		padding: 50px 25px;
	}
	.column-container {
		display: block;
	}
	.column-container .column {
		padding: 0;
		margin-bottom: 25px;
	}
	.column-container .column:last-child {
		margin-bottom: 0;
	}
	.image-two-column .text-column:first-child {
		padding: 0 0 25px 0;
	}
	.image-two-column .text-column:last-child {
		padding: 20px 0 0 0;
	}
	.adverse-reaction-2 .column:first-child,
	.adverse-reaction-2 .column:last-child {
		width: 100%;
	}
	.image-two-column.application-instructions {
		padding-top: 30px;
	}
	.content-container.image-two-column.has-divider {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.image-two-column.has-divider .column:last-child {
		padding-bottom: 30px;
		border-bottom: 1px solid var(--dark-purple);
	}
	.image-container {
		margin-bottom: 30px;
	}
	.large-callout {
		margin: 30px 0;
	}
	.large-callout .column-content {
		padding-left: 10%;
		padding-right: 10%;
	}
	.callout-grid {
		display: block;
	}
	.callout-grid .grid-item {
		display: block;
		min-height: unset;
		padding: 30px 25px;
		margin-bottom: 30px;
	}
	.callout-grid .grid-item:last-child {
		margin-bottom: 0;
	}
	.callout-grid .grid-item .grid-item-img {
		width: 100%;
		margin-bottom: 10px;
	}
	.callout-grid .grid-item.cleanse .grid-item-img img {
		width: 130px;
	}
	.callout-grid .grid-item.apply .grid-item-img img {
		width: 92px;
	}
	.callout-grid .grid-item.moisturize .grid-item-img img {
		width: 80px;
	}
	.callout-grid .grid-item.protect .grid-item-img img {
		width: 125px;
	}
	.callout-grid .grid-item .grid-item-text {
		padding: 0;
	}
	.numbered-list-icon {
		width: 36px;
		margin-top: -4px;
		margin-right: 4px;
	}
	.inline-img {
		bottom: -8px;
		left: -2px;
	}
	.percent-1 {
		width: 50px;
	}
	.percent-90 {
		width: 60px;
	}
	.percent-97 {
		width: 60px;
	}
	.image-two-column.patient-satisfaction .text-column:first-child {
		padding-top: 20px;
	}
	.image-two-column.patient-improvement {
		padding-top: 0;
	}
	.image-two-column.patient-satisfaction .split-section .column:first-child {
		margin-bottom: 15px;
	}
	.image-two-column.patient-satisfaction .split-section p {
		margin-left: 0;
	}
	.hero .patient-disclaimer {
		position: relative;
		right: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.patient-disclaimer.light-mobile,
	.patient-disclaimer.dark.light-mobile {
		color: var(--white);
	}
	#dtc-home .hero .patient-disclaimer,
	#hcp-home .hero .patient-disclaimer {
		position: absolute;
		margin-bottom: 0;
	}
	#dtc-home section.pale-green-bg .text-column:first-child {
		padding-left: 0;
	}
	#dtc-home .split-section.content-width .column:first-child {
		width: 215px;
		margin: 0 auto 30px;
	}
	#dtc-home .split-section.content-width .column:last-child {
		padding-left: 0;
	}
	#dtc-home section.pale-green-bg .image-container img {
		width: 220px;
	}
	#hcp-home .split-section.content-width .column:last-child {
		width: 180px;
		margin: 25px auto 0;
	}
	#why-it-works .image-two-column .column .image-container img {
		width: 180px;
	}
	#what-to-expect .green-bg .image-two-column .column:last-child img {
		width: 205px;
	}
	#what-to-expect .pale-green-bg .image-two-column .text-column:last-child {
		padding-top: 50px;
	}
	#what-to-expect .pale-green-bg .image-two-column .column:last-child .number-img {
		max-width: 85px;
	}
	#how-to-use .content-container .inline-video {
		margin-bottom: 50px;
	}
	#how-to-use .split-section.full-width .column .column-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#how-to-use .split-section.full-width .column:first-child .column-content,
	#how-to-use .split-section.full-width .column:last-child .column-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	#how-to-use .split-section.full-width .column:first-child .headline-img {
		width: 90px;
		margin-bottom: 22px;
	}
	#about-acne .column-container.causes .column {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	#about-acne .column-container.causes .column:nth-of-type(3) {
		padding: 0;
	}
	#about-acne .column-container.causes .column .icon {
		width: 125px;
		margin-bottom: 5px;
	}
	#about-acne .column-container.leave-a-mark {
		margin-top: 20px;
	}
	#about-acne .column-container.leave-a-mark .column .icon {
		width: 135px;
		margin-bottom: 5px;
	}
	#about-acne .column-container.leave-a-mark .column p {
		max-width: unset;
		font-size: 12px;
	}
	#about-acne section .content-container.has-divider h3.margin-fix {
		margin-bottom: 0;
	}
	#about-acne .split-section.full-width .column .column-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#about-acne .split-section.full-width .column:last-child .column-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	#about-acne .split-section.full-width .column:last-child .twyneo-bottle-img {
		width: 155px;
	}
	#about-acne .split-section.full-width .column:last-child h3 {
		max-width: unset;
	}
	#about-acne .split-section.full-width .column.gradient-top-right-bg .column-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#microencapsulation .split-section.content-width .column:first-child {
		padding-right: 0;
	}
	#microencapsulation .split-section.content-width .column:last-child {
		width: 280px;
		margin: 0 auto;
	}
	.inline-img.height-adjust {
		bottom: -12px;
		margin-right: 0;
	}
	#safety section .adverse-reaction-3 .text-column h3 {
		max-width: unset;
	}
	#safety section .column:last-child .percent-img {
		bottom: -14px;
		left: 0;
		width: 60px;
		margin-right: 0;
	}
	#savings.hcp .care-connect {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#savings.hcp .care-connect .column:first-child {
		width: 100%;
		text-align: center;
	}
	#savings.hcp .care-connect .column:first-child img {
		width: 360px;
	}
	#savings.hcp .care-connect .column:last-child {
		width: 100%;
		max-width: unset;
		text-align: center;
	}
	#savings.hcp .care-connect .column:last-child h5 {
		margin-bottom: 15px;
	}
	.cookie-policy-section {
		margin-bottom: 50px;
	}
	.error-page-icon {
		width: 110px;
		margin-bottom: 0;
	}
	.image-container .expand-img-btn {
		width: 16px;
		height: 16px;
	}
	.patient-img-overlay .carousel {
		margin-bottom: 2px;
		clear: both;
	}
	.patient-img-overlay .carousel::-webkit-scrollbar,
	.patient-img-overlay .carousel::-webkit-scrollbar-track,
	.patient-img-overlay .carousel::-webkit-scrollbar-thumb {
		width: auto;
		background: unset;
	}
	.carousel-description {
		padding: 0;
	}
	.chart-carousel {
		margin-bottom: 15px;
	}
	.half-slides .carousel-item {
		flex-shrink: 0;
		width: 50%;
	}
	.carousel-item-content {
		position: relative;
		max-width: 90%;
		margin-top: 15px;
	}
	.carousel-controls {
		max-width: 250px;
	}
	.tabbed-content .carousel-controls {
		display: flex;
	}
	.patient-img-overlay .carousel-controls {
		justify-content: center;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
	.carousel-btn {
		width: 10px;
		height: 18px;
	}
	.patient-img-overlay .carousel-btn {
		width: 30px;
		height: 30px;
		margin: 0 10px;
	}
	.carousel-caption {
		font-size: 14px;
	}
	.tabbed-content-container.patient-results {
		margin-top: 30px;
	}
	.tab-container {
		flex-direction: column;
		margin-bottom: 25px;
	}
	.tabbed-content-title {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.tabbed-content-container.patient-results .tabbed-content {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.tabbed-content-container.patient-results .tabbed-content-description {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding-left: 0;
	}
	.accordion-header {
		padding: 15px 25px 15px 25px;
	}
	.accordion.open .accordion-header:before {
		background-image: url(/images/icon-minus.png);
	}
	.accordion-body {
		padding: 0 25px;
	}
	.end-matter {
		font-size: 12px;
	}
	.definitions {
		margin-bottom: 10px;
	}
	.footnotes {
		margin-bottom: 15px;
	}
	.isi {
		font-size: unset;
		line-height: unset;
	}
	.isi-title {
		font-size: 1.5rem;
	}
	.form-columns {
		display: block;
	}
	.form-sub-columns {
		display: block;
		width: 100%;
	}
	.form-sub-columns .field-group {
		width: 100%;
	}
	.field-group {
		width: 100%;
	}
	.field-group {
		margin-bottom: 22px;
	}
	input[type=text],
	input[type=email],
	input[type=tel],
	select {
		max-width: 420px;
	}
	form .validate input[type=Checkbox] {
		width: 25px;
		height: 25px;
	}
	form .button-container {
		padding-top: 15px;
		text-align: center;
	}
	footer {
		padding: 50px 0;
	}
	.footer-content {
		font-size: 12px;
	}
	.footer-logo {
		max-width: 215px;
		margin-bottom: 30px;
	}
	footer p,
	footer p.copyright {
		margin-bottom: 15px;
	}
	footer ul {
		display: block;
		margin: 65px 0 45px;
	}
	footer ul li {
		width: 100%;
		text-align: center;
	} 
	footer ul li {
		margin-bottom: 20px;
	}
	footer ul li:last-child {
		margin-bottom: 20px;
	}
	.patient-img-overlay .overlay-container {
		width: 95%;
		height: auto;
	}
	.overlay-header {
		height: 80px;
	}
	#isi-overlay .overlay-content {
		padding-bottom: 20px;
	}
	.isi-overlay-text-container {
		margin-right: 10px;
		padding: 30px 40px 0 25px;
	}
	#isi-overlay a[href^="tel:"] {
		text-decoration: underline;
	}
	.image-overlay .overlay-close-btn,
	.video-overlay .overlay-close-btn {
		top: 13px;
		right: 20px;
	}
	.overlay-end-matter {
		line-height: 1.3em;
	}
	.overlay .button {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) and (orientation: landscape){
	.patient-img-overlay .carousel-item img {
		max-height: 85vh;
	}
	.video-overlay video.hide-desktop,
	.video-overlay .video.hide-desktop {
		display: none;
	}
	.video-overlay video.hide-mobile,
	.video-overlay .video.hide-mobile {
		display: block;
	}
}

/* Find a derm */
.map-block {
	background-color: #6743E8;
	border-top: 50px solid #6743E8;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
}
.map-block__content {
	padding: 50px 0 50px 0;
}
.map { 
	width: 60%;
	height: 100%;
}
.map-block__content .l-constrain {
	max-width: 1050px;
	padding: 0 25px;
	margin: 0 auto;
}
.map-block__toggle_button.active {
	background: #6743E8;
	color: #ffffff;
	cursor: default;
}
.map-block__toggle_button {
	width: 70px;
	text-align: center;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #173d39;
	cursor: pointer;
	box-sizing: border-box;
	user-select: none;
	font-size: 16px;
	line-height: 20px;
}
.map-block__header {
	height: auto;
	padding-bottom: 50px;
}
.map-block__header .l-constrain {
	height: auto;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 25px;
	align-items: flex-start;
}
.map-block__title {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 2.2rem;
	line-height: 1.25em;
	color: white;
}
.map-block__subtitle {
	text-align: center;
	width: 100%;
	margin-bottom: 42px;
}
.map-block__search {
	display: flex;
	position: relative;
	width: 400px;
	margin: 0 auto;
}
.list {
	width: 40%;
	height: 100%;
	padding: 0 0 0 20px;
	overflow-y: auto;
	font-size:14px;
}
.input__wrapper {
	position: relative;
	margin-right: 40px;
}
.input__wrapper > input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
		color:#ffffff;
}
.input__wrapper > input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
}
.zip {
	margin-top:10px !important;
	margin-right:40px !important;
	color: #ffffff !important;
	max-width: 367px !important;
	border-color:white !important;
	outline: none;
}
.btn__current-location {
	width: 367px;
	position: absolute;
	bottom: -25px;
	padding: 4px 6px;
	cursor: pointer;
	font-size: 14px;
	display: none;
	display: none;
}
.btn__current-location img {
	display: inline-block;
	margin-right: 8px;
	width: 24px;
	height: 24px;
}
.map-block__locate {
	background-color: #ffffff;
	width: 367px;
	height: 60px;
	color: var(--dark-green);
	padding: 20px;
	margin-top: 2px;
	display: none;
	align-items: center;
}
.error {
	color: red;
}
.map-block__content {
	padding: 50px 0 50px 0;
}
.map-block__toggle {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.results {
	display: flex;
	height: 500px;
}
.hcp-listing {
	line-height: 1px;
	padding-bottom: 10px;
	padding-top: 25px;
	padding-right: 51px;
	width: 100%;
	float: left;
	border-bottom:1px solid lightgray;
}
.listing-content { 
	line-height:1;
}
.number p { 
	float: left;
	padding-right: 10px;
	line-height:1;
}
.sb { 
	font-family:'AdelleSans-Bold';
}
.listing-content a { 
	line-height: 1;
}
.list-view { 
	line-height: 1px;
	width: 50%;
	float: left;
	border-bottom: none;
	padding: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait){
	.patient-img-overlay .overlay-close-btn {
		position: relative;
		top: auto;
		right: auto;
		float: right;
	}
	.patient-img-overlay .carousel {
		margin-bottom: 10px;
	}
	.video-overlay video.hide-mobile,
	.video-overlay .video.hide-mobile {
		display: none;
	}
}


@media screen and (max-width: 800px){
	form .validate {
		align-items: flex-start;
	}
}
