<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
@-webkit-keyframes fadeIn {
	0%, 35% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0%, 35% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0%, 35% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0%, 35% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn--hero {
	0%, 35% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn--hero {
	0%, 35% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn--hero {
	0%, 35% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn--hero {
	0%, 35% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes heroContentIn {
	0%, 35% {
		opacity: 0;
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
	60% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes heroContentIn {
	0%, 35% {
		opacity: 0;
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
	60% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes heroContentIn {
	0%, 35% {
		opacity: 0;
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
	60% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes heroContentIn {
	0%, 35% {
		opacity: 0;
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
	60% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes rollingfill {
	0% {
		fill: #6B3DE4;
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
	20% {
		fill: #FC425F;
	}
	40% {
		fill: #74DD7D;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	60% {
		fill: #0082D5;
	}
	80% {
		fill: #A3D3BA;
	}
	100% {
		fill: #484D62;
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
}

@-moz-keyframes rollingfill {
	0% {
		fill: #6B3DE4;
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
	20% {
		fill: #FC425F;
	}
	40% {
		fill: #74DD7D;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	60% {
		fill: #0082D5;
	}
	80% {
		fill: #A3D3BA;
	}
	100% {
		fill: #484D62;
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
}

@-ms-keyframes rollingfill {
	0% {
		fill: #6B3DE4;
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
	20% {
		fill: #FC425F;
	}
	40% {
		fill: #74DD7D;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	60% {
		fill: #0082D5;
	}
	80% {
		fill: #A3D3BA;
	}
	100% {
		fill: #484D62;
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
}

@keyframes rollingfill {
	0% {
		fill: #6B3DE4;
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
	20% {
		fill: #FC425F;
	}
	40% {
		fill: #74DD7D;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	60% {
		fill: #0082D5;
	}
	80% {
		fill: #A3D3BA;
	}
	100% {
		fill: #484D62;
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
}

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

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

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

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

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

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

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-clipboard:before {
	content: "\e600";
}

.icon-stopwatch:before {
	content: "\e601";
}

.icon-tape:before {
	content: "\e602";
}

.icon-play:before {
	content: "\e603";
}

.icon-rocking-fit-narrow:before {
	content: "\e604";
}

.icon-rocking-fit-wide:before {
	content: "\e605";
}

.icon-favorite:before {
	content: "\e606";
}

.icon-retweet:before {
	content: "\e607";
}

.icon-reply:before {
	content: "\e608";
}

.icon-angle-right:before {
	content: "\e609";
}

.icon-angle-left:before {
	content: "\e60a";
}

.icon-twitter:before {
	content: "\e60b";
}

.icon-pinterest:before {
	content: "\e60c";
}

.icon-facebook:before {
	content: "\e60d";
}

.icon-instagram:before {
	content: "\e60e";
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

@media only screen and (min-width: 64.0625em) {
	.display-table {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.display-table-cell {
		display: table-cell;
		vertical-align: middle;
		float: none !important;
	}
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

select {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	color: #484D62;
	font-family: "montserrat-light";
	background-image: url(../img/form-down.png);
}

hr, .hr--small, .hr--medium, .hr--large {
	border-color: #f2f2f2;
	width: 75%;
	margin: 30px auto;
}

.hr--small {
	margin: 20px auto;
}

.hr--medium {
	margin: 35px auto;
}

@media only screen and (min-width: 64.0625em) {
	.hr--medium {
		margin: 45px auto;
	}
}

.hr--large {
	margin: 15px auto;
}

.hr--left {
	margin-left: 0;
	margin-right: 0;
}

.row {
	max-width: 68.75em;
}

.row--full {
	max-width: 100%;
}

*:focus,
select:focus,
input:focus {
	outline: none !important;
	box-shadow: none !important;
}

.button, button, input, *, body, h1, h2, .woocommerce .product_title, h3, h4, h5, h6, select {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}

body {
	font-family: "lora-regular";
	color: #515151;
	color: #212121;
}

.tab-bar {
	z-index: 1005;
	-webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	-moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	-o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	height: auto;
	position: absolute;
	background: transparent;
	width: 100%;
}

.tab-bar .site-header {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	display: none;
}

@media only screen and (min-width: 64.0625em) {
	.tab-bar .site-header {
		display: block;
		padding: 15px 0;
		position: fixed;
		width: 100%;
	}
}

.tab-bar .site-header .columns {
	text-align: center;
}

.tab-bar .site-header .icon {
	color: #f2f2f2;
	font-size: 3.75rem;
	vertical-align: middle;
	display: inline;
	position: relative;
}

.tab-bar .site-header .main-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.tab-bar .site-header .main-nav li {
	display: inline-block;
	margin: 0;
	padding: 0 7.5px;
}

.tab-bar .site-header .main-nav li a {
	display: inline-block;
	font-family: "montserrat-light";
	color: #f2f2f2;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.tab-bar .site-header .main-nav li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	-webkit-transition: width 300ms ease, background-color .5s ease;
	-moz-transition: width 300ms ease, background-color .5s ease;
	-ms-transition: width 300ms ease, background-color .5s ease;
	-o-transition: width 300ms ease, background-color .5s ease;
	transition: width 300ms ease, background-color .5s ease;
}

.tab-bar .site-header .main-nav li a.active:after, .tab-bar .site-header .main-nav li a:active:after, .tab-bar .site-header .main-nav li a:focus:after, .tab-bar .site-header .main-nav li a:hover:after {
	width: 100%;
	background: #f2f2f2;
}

@media only screen and (min-width: 1025px) and (max-width: 1090px) {
	.tab-bar .site-header .main-nav li a {
		font-size: 0.85rem !important;
	}
}

@media only screen and (min-width: 64.0625em) {
	.tab-bar .site-header .main-nav li a {
		font-size: 0.95rem;
	}
}

.tab-bar .site-header .main-nav li.active a {
	display: inline-block;
}

.tab-bar .site-header .main-nav li.active a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 100%;
	background: #f2f2f2;
}

.tab-bar .site-header .button-group--header {
	margin: 0;
}

.tab-bar .site-header .button-group--header .button {
	margin: 0;
	border: 0;
	background-color: transparent;
	font-weight: normal;
	font-family: "montserrat-regular";
}

.tab-bar .site-header .button-group--header li:first-child .button {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.tab-bar .site-header .button-group--header li:first-child .button.active, .tab-bar .site-header .button-group--header li:first-child .button:active, .tab-bar .site-header .button-group--header li:first-child .button:focus, .tab-bar .site-header .button-group--header li:first-child .button:hover {
	background-color: #f2f2f2;
	color: #282C38 !important;
}

.tab-bar .site-header .button-group--header li:last-child .button {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.tab-bar .site-header .button-group--header li:last-child .button.active, .tab-bar .site-header .button-group--header li:last-child .button:active, .tab-bar .site-header .button-group--header li:last-child .button:focus, .tab-bar .site-header .button-group--header li:last-child .button:hover {
	background-color: #f2f2f2;
	color: #282C38 !important;
}

.tab-bar .site-header.site-header--hidden {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	-o-transform: translateY(-90px);
	transform: translateY(-90px);
}

.tab-bar .site-header.site-header--narrow {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 17px 50px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 17px 50px 0 rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 17px 50px 0 rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 17px 50px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 17px 50px 0 rgba(0, 0, 0, 0.05);
	background-color: rgba(255, 255, 255, 0.95);
}

.tab-bar .site-header.site-header--narrow .icon {
	color: #6B3DE4;
}

.tab-bar .site-header.site-header--narrow .main-nav li a {
	color: #6B3DE4;
	display: inline-block;
}

.tab-bar .site-header.site-header--narrow .main-nav li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	-webkit-transition: width 300ms ease, background-color .5s ease;
	-moz-transition: width 300ms ease, background-color .5s ease;
	-ms-transition: width 300ms ease, background-color .5s ease;
	-o-transition: width 300ms ease, background-color .5s ease;
	transition: width 300ms ease, background-color .5s ease;
}

.tab-bar .site-header.site-header--narrow .main-nav li a.active:after, .tab-bar .site-header.site-header--narrow .main-nav li a:active:after, .tab-bar .site-header.site-header--narrow .main-nav li a:focus:after, .tab-bar .site-header.site-header--narrow .main-nav li a:hover:after {
	width: 100%;
	background: #FC425F;
}

.tab-bar .site-header.site-header--narrow .main-nav li.active a {
	display: inline-block;
}

.tab-bar .site-header.site-header--narrow .main-nav li.active a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 100%;
	background: #6B3DE4;
}

.tab-bar .site-header.site-header--narrow .button-group .button {
	background-color: #FC425F;
}

.tab-bar .site-header.site-header--narrow .button-group li:first-child .button {
	border-right: 0;
}

.tab-bar .site-header.site-header--narrow .button-group li:first-child .button.active, .tab-bar .site-header.site-header--narrow .button-group li:first-child .button:focus, .tab-bar .site-header.site-header--narrow .button-group li:first-child .button:active, .tab-bar .site-header.site-header--narrow .button-group li:first-child .button:hover {
	background-color: #fb1035;
	color: #f2f2f2;
}

.tab-bar .site-header.site-header--narrow .button-group li:last-child .button {
	background-color: #6B3DE4;
}

.tab-bar .site-header.site-header--narrow .button-group li:last-child .button.active, .tab-bar .site-header.site-header--narrow .button-group li:last-child .button:focus, .tab-bar .site-header.site-header--narrow .button-group li:last-child .button:active, .tab-bar .site-header.site-header--narrow .button-group li:last-child .button:hover {
	background-color: #4f1dd1;
	color: #f2f2f2;
}

.tab-bar .icon--header-logo {
	color: #f2f2f2;
	display: inline-block;
	width: 180px;
	height: 50px;
	font-size: 48px;
	position: absolute;
	vertical-align: middle;
	left: 15px;
	top: 15px;
}

@media only screen and (min-width: 64.0625em) {
	.tab-bar .icon--header-logo {
		display: none;
	}
}

.tab-bar .site-header-logo {
	display: block;
	margin: 0;
	width: 210px;
	padding: 15px 30px 15px 15px;
}

.tab-bar .right-small {
	position: absolute;
	top: 15px;
	right: 15px;
	border-left: none;
	height: 33px;
	display: block;
	text-align: center;
}

.tab-bar .right-small .right-off-canvas-toggle {
	display: inline-block;
}

.tab-bar .right-small .right-off-canvas-toggle span {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tab-bar .right-small .right-off-canvas-toggle span, .tab-bar .right-small .right-off-canvas-toggle span:before, .tab-bar .right-small .right-off-canvas-toggle span:after {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #f2f2f2;
	border-radius: 4px;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.tab-bar .right-small .right-off-canvas-toggle span:before, .tab-bar .right-small .right-off-canvas-toggle span:after {
	position: absolute;
	content: "";
}

.tab-bar .right-small .right-off-canvas-toggle span:before {
	top: -8px;
}

.tab-bar .right-small .right-off-canvas-toggle span:after {
	top: 8px;
}

.move-left .tab-bar .right-small .right-off-canvas-toggle span {
	background-color: transparent;
}

.move-left .tab-bar .right-small .right-off-canvas-toggle span:before {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

.move-left .tab-bar .right-small .right-off-canvas-toggle span:after {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

.site-footer {
	background-color: #212121;
	padding: 60px 0;
}

.site-footer .columns:not(:last-child) {
	margin-bottom: 15px;
}

@media only screen and (min-width: 64.0625em) {
	.site-footer .columns {
		margin-bottom: 0;
	}
}

.site-footer p {
	color: #737373;
	font-family: "montserrat-light";
	font-size: 0.6875rem;
	letter-spacing: 1px;
	line-height: 2;
	margin: 0;
	text-align: center;
}

.site-footer .site-footer__nav {
	display: none;
	padding: 0;
	margin: -0.1rem 0 0 0;
	list-style: none;
	text-align: center;
}

@media only screen and (min-width: 40.0625em) {
	.site-footer .site-footer__nav {
		display: block;
	}
}

@media only screen and (min-width: 64.0625em) {
	.site-footer .site-footer__nav {
		max-width: 350px;
	}
}

.site-footer .site-footer__nav li {
	display: inline-block;
	padding: 0 7.5px;
}

.site-footer .site-footer__nav li a {
	display: inline-block;
	line-height: 2;
	text-align: center;
	font-family: "montserrat-light";
	text-transform: uppercase;
	color: #737373;
	font-size: 0.6875rem;
	letter-spacing: 1px;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

.site-footer .site-footer__nav li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	-webkit-transition: width 300ms ease, background-color .5s ease;
	-moz-transition: width 300ms ease, background-color .5s ease;
	-ms-transition: width 300ms ease, background-color .5s ease;
	-o-transition: width 300ms ease, background-color .5s ease;
	transition: width 300ms ease, background-color .5s ease;
}

.site-footer .site-footer__nav li a.active:after, .site-footer .site-footer__nav li a:active:after, .site-footer .site-footer__nav li a:focus:after, .site-footer .site-footer__nav li a:hover:after {
	width: 100%;
	background: #737373;
}

.site-footer .site-footer__nav li a:hover {
	color: #f2f2f2;
}

.site-footer .site-footer__logo {
	width: 150px;
	display: block;
	margin: 0 auto 15px;
}

@media only screen and (min-width: 64.0625em) {
	.site-footer .site-footer__logo {
		margin: 0 auto;
	}
}

.site-footer .workwiththey {
	display: block;
	color: #737373;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.site-footer .workwiththey:hover, .site-footer .workwiththey:focus, .site-footer .workwiththey:active {
	color: #f2f2f2;
}

.move-left .exit-off-canvas {
	box-shadow: none;
	z-index: 500;
	background-color: rgba(33, 33, 33, 0.8);
}

.right-off-canvas-menu {
	background: #212121;
}

.right-off-canvas-menu .off-canvas-list {
	padding: 30px;
}

.right-off-canvas-menu .off-canvas-list li label {
	padding: 0.3rem 0.9375rem;
	background: transparent;
	border: 0 none;
	margin: 0;
}

.right-off-canvas-menu .off-canvas-list li a {
	font-family: "montserrat-bold";
	text-transform: uppercase;
	display: inline-block;
	font-size: 18px;
	color: #e6e6e6;
	border: 0;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
}

.right-off-canvas-menu .off-canvas-list li a:hover {
	background-color: #212121;
}

@media only screen and (min-width: 64.0625em) {
	.right-off-canvas-menu .off-canvas-list li a:hover {
		color: #fff;
		background-color: transparent;
	}
	.right-off-canvas-menu .off-canvas-list li a:after {
		content: '';
		display: block;
		margin: auto;
		height: 1px;
		width: 0px;
		background: transparent;
		-webkit-transition: width 300ms ease, background-color 300ms ease;
		-moz-transition: width 300ms ease, background-color 300ms ease;
		-ms-transition: width 300ms ease, background-color 300ms ease;
		-o-transition: width 300ms ease, background-color 300ms ease;
		transition: width 300ms ease, background-color 300ms ease;
	}
	.right-off-canvas-menu .off-canvas-list li a:hover:after {
		width: 100%;
		background: #FC425F;
	}
}

.right-off-canvas-menu .off-canvas-list li.small a {
	font-family: "lora-regular";
	text-transform: capitalize;
	font-size: 14px;
}

.right-off-canvas-menu .off-canvas-list li li {
	padding: 0 30px;
}

.right-off-canvas-menu .off-canvas-list li li a {
	display: block;
}

.right-off-canvas-menu .off-canvas-list li li a:hover, .right-off-canvas-menu .off-canvas-list li li a:focus, .right-off-canvas-menu .off-canvas-list li li a:active {
	background: transparent;
	color: #5b33c2;
}

.right-off-canvas-menu .off-canvas-list li li.back {
	margin-bottom: 20px;
}

.right-off-canvas-menu .off-canvas-list li li.back i.fa {
	margin-right: 0.5rem;
}

.right-off-canvas-menu .off-canvas-list li li.back a {
	background: #282C38;
	font-family: "montserrat-light";
}

.right-off-canvas-menu .off-canvas-list li li.back a:after {
	content: '';
	display: none;
}

.right-off-canvas-menu .off-canvas-list li li.back a:hover, .right-off-canvas-menu .off-canvas-list li li.back a:focus, .right-off-canvas-menu .off-canvas-list li li.back a:active {
	border-top: 0;
	color: #5b33c2;
}

.right-off-canvas-menu .off-canvas-list li ul {
	padding-top: 30px;
	background: #282C38;
}

.right-off-canvas-menu .off-canvas-list li.has-submenu a:first-child:before {
	content: '';
	display: none !important;
}

.right-off-canvas-menu .off-canvas-list li.has-submenu a:first-child i.fa {
	margin-left: 0.5rem;
}

.right-off-canvas-menu .off-canvas-list li.divider {
	display: block;
	border-top: 0px solid #000000;
	margin: 0 -30px;
}

.latest-tweet {
	text-align: center;
	background: #fff;
	padding: 0 15px 0;
}

.latest-tweet hr, .latest-tweet .hr--small, .latest-tweet .hr--medium, .latest-tweet .hr--large {
	border-color: #f2f2f2;
	width: 75%;
	margin: 30px auto;
}

.latest-tweet .tweet {
	font-size: 0.875rem;
	margin-bottom: 7.5px;
	font-weight: 300;
	padding: 0 15px;
}

.latest-tweet .tweet a {
	color: #515151;
}

.latest-tweet .tweet a:hover {
	color: #212121;
}

.latest-tweet .timePosted {
	color: #6B3DE4;
	font-family: "montserrat-light";
	letter-spacing: 1px;
	font-size: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.latest-tweet .timePosted:before {
	color: #6B3DE4;
	display: block;
	font-family: "icons";
	content: '\e60b\00A0';
}

.latest-tweet ul {
	list-style: none;
}

.latest-tweet p.interact {
	margin-bottom: 0;
	font-family: "montserrat-light";
	letter-spacing: 1px;
}

.latest-tweet p.interact a {
	color: #a8a8a8;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 10px;
}

.latest-tweet p.interact a:hover, .latest-tweet p.interact a:hover:before {
	color: #8f8f8f;
}

.latest-tweet p.interact a:last-child {
	margin-right: 0;
}

.latest-tweet p.interact .twitter_reply_icon:before {
	font-family: "icons";
	content: '\e608\00A0';
	color: #a8a8a8;
	display: inline-block;
}

.latest-tweet p.interact .twitter_retweet_icon:before {
	font-family: "icons";
	content: '\e607\00A0';
	color: #a8a8a8;
	display: inline-block;
}

.latest-tweet p.interact .twitter_fav_icon:before {
	font-family: "icons";
	content: '\e606\00A0';
	color: #a8a8a8;
	display: inline-block;
}

.loading-animation {
	display: block;
	width: 100%;
	height: auto;
	max-width: 3rem;
	margin: 0 auto 2rem;
}

.latest-instagram {
	text-align: center;
	background: #fff;
	padding: 0 30px 15px;
}

.latest-instagram .timePosted {
	color: #6B3DE4;
	font-family: "montserrat-light";
	letter-spacing: 1px;
	font-size: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.latest-instagram .timePosted a {
	color: #6B3DE4;
}

.latest-instagram .timePosted a:hover, .latest-instagram .timePosted a:focus, .latest-instagram .timePosted a:active {
	color: #351e71;
}

.latest-instagram .timePosted:before {
	color: #6B3DE4;
	display: block;
	font-family: "icons";
	content: '\e60e\00A0';
}

.instagram-slider-for {
	margin-bottom: 7.5px;
}

.instagram-slider-nav img {
	padding: 0 7%;
	display: block;
	margin: 0 auto;
}

.email-signup {
	background-color: #6B3DE4;
	padding: 30px 15px;
	color: #f2f2f2;
	position: relative;
	overflow: visible;
}

.email-signup.one:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -15px;
	width: 100%;
	height: 200px;
	z-index: 0;
	background-image: url(../img/sparkles-5.svg);
	background-size: 1170px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.email-signup.two:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -15px;
	width: 100%;
	height: 200px;
	z-index: 0;
	background-image: url(../img/sparkles-1.svg);
	background-size: 1170px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.email-signup .row {
	z-index: 100;
	position: relative;
}

.email-signup h1 {
	color: #f2f2f2;
	font-family: "montserrat-bold";
	font-size: 1.375rem;
	margin: 0;
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	.email-signup h1 {
		text-align: left;
	}
}

.email-signup p {
	color: rgba(242, 242, 242, 0.8);
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 15px;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.email-signup p {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 64.0625em) {
	.email-signup p {
		margin-bottom: 0;
		text-align: left;
		padding-right: 75px;
	}
}

.email-signup input[type="text"] {
	border: 0;
	font-family: "montserrat-regular";
	background-color: #5b33c2;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	color: #f2f2f2;
	height: 60px;
	box-shadow: none;
	padding-left: 15px;
	margin: 0;
}

.email-signup input[type="text"]:focus {
	box-shadow: none;
}

.email-signup input[type="text"] ::-webkit-input-placeholder {
	color: #f2f2f2;
	opacity: 0.6;
}

.email-signup input[type="text"] :-moz-placeholder {
	color: #f2f2f2;
	opacity: 0.6;
}

.email-signup input[type="text"] :-ms-input-placeholder {
	color: #f2f2f2;
	opacity: 0.6;
}

.email-signup .button {
	height: 60px;
	line-height: 60px;
	border: 0;
	background-color: #74DD7D;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	margin: 0;
	font-size: 24px;
}

.email-signup .button:hover {
	background-color: #4bd357;
}

.email-signup .button span {
	height: 60px;
	line-height: 60px;
}

.email-signup .social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

@media only screen and (max-width: 40em) {
	.email-signup .social-icons {
		margin-top: 20px;
	}
}

.email-signup .social-icons li {
	display: inline-block;
	padding: 0 7.5px;
}

.email-signup .social-icons li a {
	font-size: 1.875rem;
	color: #f2f2f2;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

.email-signup .social-icons li a:hover {
	color: rgba(242, 242, 242, 0.8);
}

.email-signup .social-icons li a span {
	vertical-align: middle;
}

.community {
	padding: 60px 15px;
}

#mc-they-embed {
	margin: 1rem 0 3rem;
	padding: 1rem 1.5rem 1.5rem;
	background: rgba(107, 61, 228, 0.15);
}

#mc-they-embed input[type="submit"] {
	margin: 0 auto;
	width: 100%;
}

#mc-they-embed h3 {
	font-family: "montserrat-regular";
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3125rem;
	color: #351e71;
}

.praise h1 {
	font-family: "montserrat-light";
	color: rgba(94, 100, 127, 0.5);
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.125rem;
	margin-bottom: 45px;
}

@media only screen and (min-width: 64.0625em) {
	.praise h1 {
		font-size: 2rem;
	}
}

.praise h1 span {
	font-size: 0.875rem;
	display: block;
}

.praise-slider-for {
	margin-bottom: 7.5px;
}

.praise-slider-for blockquote {
	border: 0;
	padding: 0;
}

.praise-slider-for blockquote p {
	text-align: center;
	font-size: 1rem;
	color: #212121;
}

@media only screen and (min-width: 64.0625em) {
	.praise-slider-for blockquote p {
		font-size: 2rem;
	}
}

.praise-slider-for blockquote cite {
	font-family: "montserrat-regular";
	color: #6B3DE4;
	font-size: 0.875rem;
	text-align: center;
	font-style: normal;
}

@media only screen and (min-width: 64.0625em) {
	.praise-slider-for blockquote cite {
		font-size: 1.5rem;
	}
}

.praise-slider-nav {
	padding: 0 30px;
}

.praise-slider-nav img {
	display: block;
	margin: 0 auto;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}

.praise-slider-nav img:hover {
	opacity: 1 !important;
	cursor: pointer;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

.praise-slider-nav .slick-center.slick-active img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1 !important;
}

.praise-slider-nav .slick-active img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.5;
	filter: url("data:image/svg+xml;utf8,&lt;svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'&gt;&lt;filter id='greyscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /&gt;&lt;/filter&gt;&lt;/svg&gt;#greyscale");
}

.praise-slider-nav .slick-prev,
.praise-slider-nav .slick-next {
	margin: 0;
	position: absolute;
	display: none !important;
	height: 32px;
	width: 32px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	color: transparent;
	top: 50%;
	-webkit-transform: translateY(-90%);
	-moz-transform: translateY(-90%);
	-ms-transform: translateY(-90%);
	-o-transform: translateY(-90%);
	transform: translateY(-90%);
	padding: 0;
	text-align: center;
	border: none;
	outline: none;
	background-color: transparent;
}

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

.praise-slider-nav .slick-prev:hover:before, .praise-slider-nav .slick-prev:active:before, .praise-slider-nav .slick-prev:focus:before,
.praise-slider-nav .slick-next:hover:before,
.praise-slider-nav .slick-next:active:before,
.praise-slider-nav .slick-next:focus:before {
	opacity: 1;
}

.praise-slider-nav .slick-prev.slick-disabled:before,
.praise-slider-nav .slick-next.slick-disabled:before {
	opacity: 0.5;
}

.praise-slider-nav .slick-prev:before, .praise-slider-nav .slick-next:before {
	font-family: "icons";
	font-size: 32px;
	line-height: 1;
	color: #FC425F;
	background-color: transparent;
	opacity: 1;
}

.praise-slider-nav .slick-prev {
	left: 0;
}

.praise-slider-nav .slick-prev:before {
	content: '\e60a';
}

.praise-slider-nav .slick-next {
	right: 0;
}

.praise-slider-nav .slick-next:before {
	content: '\e609';
}

.mission__profile--small {
	background-size: cover;
	background-position: center;
	height: 300px;
	display: block;
}

@media only screen and (min-width: 40.0625em) {
	.mission__profile--small {
		height: 600px;
	}
}

@media only screen and (min-width: 64.0625em) {
	.mission__profile--small {
		display: none;
	}
}

.mission__profile {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	display: none;
}

@media only screen and (min-width: 64.0625em) {
	.mission__profile {
		display: block;
	}
}

.button {
	font-family: "montserrat-bold";
	color: #f2f2f2;
	background-color: #FC425F;
	text-transform: uppercase;
}

.button:not(.secondary) {
	color: #f2f2f2 !important;
}

.button.tiny {
	font-size: 0.6875rem !important;
}

.button:disabled {
	background: #FC425F;
}

.button:disabled:hover, .button:disabled:active, .button:disabled:focus {
	background: #FC425F;
}

.button:hover, .button:active, .button:focus {
	background-color: #6B3DE4;
}

.mission {
	background-color: #212121;
	position: relative;
	overflow: visible;
}

.mission:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -45px;
	right: 0;
	width: 100%;
	height: 218px;
	z-index: 0;
	background-image: url(../img/sparkles-2.svg);
	background-size: 328px auto;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.mission__statement.columns {
	color: #f2f2f2;
	padding: 30px 30px !important;
	position: relative;
	z-index: 5;
}

@media only screen and (min-width: 64.0625em) {
	.mission__statement.columns {
		padding: 90px 60px 90px 45px !important;
		max-width: 550px;
		float: left !important;
	}
}

.mission__statement.columns h1 {
	color: #f2f2f2;
	font-size: 1.75rem;
	font-family: "montserrat-black";
	line-height: 0.95;
	padding-left: 15px;
	border-left: 5px solid #FC425F;
	margin: 0 0 30px 0;
}

.mission__statement.columns .mission__action {
	text-align: center;
}

.mission__statement.columns i {
	font-family: "lora-italic";
}

.mission__statement.columns .icon-rocking-fit-narrow {
	text-align: center;
	font-size: 8.25rem;
	vertical-align: middle;
	margin-bottom: 30px;
	display: inline-block;
}

@media only screen and (min-width: 64.0625em) {
	.mission__statement.columns .icon-rocking-fit-narrow {
		margin-bottom: 0;
	}
}

.content-section {
	padding: 60px 15px;
}

.content-section__header .icon {
	text-align: center;
	font-size: 4.625rem;
	vertical-align: middle;
	display: inline-block;
	padding-right: 0;
	margin-bottom: 15px;
}

@media only screen and (min-width: 64.0625em) {
	.content-section__header .icon {
		padding-right: 15px;
	}
}

@media only screen and (min-width: 64.0625em) {
	.content-section__header .icon {
		margin-bottom: 0;
	}
}

.content-section__header .columns:not(:last-child) {
	text-align: center;
}

.content-section__header.row.collapse {
	margin-bottom: 30px !important;
}

.content-section__header h1 {
	line-height: 1;
	font-family: "montserrat-black";
	font-size: 2rem;
	margin: 0;
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	.content-section__header h1 {
		text-align: left;
	}
}

.content-section__header h1 span {
	font-family: "lora-regular";
	font-size: 1rem;
	display: block;
}

.entry-content hr, .entry-content .hr--small, .entry-content .hr--medium, .entry-content .hr--large {
	margin: 90px 0 70px;
}

@media only screen and (max-width: 40em) {
	.entry-content hr, .entry-content .hr--small, .entry-content .hr--medium, .entry-content .hr--large {
		margin: 60px 0 40px;
	}
}

.content-section__list {
	list-style-type: none;
	margin: 0 0 7.5px 0;
	padding: 0 0 0 7.5px;
}

.content-section__list li {
	font-size: 0.8125rem;
	line-height: 2;
}

@media only screen and (min-width: 64.0625em) {
	.content-section__list li {
		font-size: 0.9375rem;
	}
}

.content-section__list li:before {
	margin-left: -15px;
	content: '+\00A0';
}

.video-feed {
	padding-right: 30px;
}

.rocking-results .icon {
	color: #FC425F;
}

.rocking-results .content-section__list li:before {
	color: #6B3DE4;
}

.rocking-results .rocking-results__content.columns {
	padding: 30px 15px;
}

@media only screen and (min-width: 64.0625em) {
	.rocking-results .rocking-results__content.columns {
		padding: 30px 0;
	}
}

.rocking-results .rocking-results__video li {
	overflow: hidden;
	display: block;
}

.rocking-results .rocking-results__video .rocking-results__video-item {
	display: block;
	overflow: hidden;
	position: relative;
	max-height: 150px;
}

.rocking-results .rocking-results__video .rocking-results__video-item:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: rgba(40, 44, 56, 0.6);
	z-index: 1;
}

.rocking-results .rocking-results__video .rocking-results__video-item:hover:after {
	background-color: rgba(33, 33, 33, 0.1);
}

.rocking-results .rocking-results__video .rocking-results__video-item:hover .rocking-results__video-play {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.rocking-results .rocking-results__video .rocking-results__video-item:hover .rocking-results__video-thumb {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	opacity: 1;
}

.rocking-results .rocking-results__video .rocking-results__video-item .rocking-results__video-thumb {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.8;
	filter: url("data:image/svg+xml;utf8,&lt;svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'&gt;&lt;filter id='greyscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /&gt;&lt;/filter&gt;&lt;/svg&gt;#greyscale");
	display: block;
}

.rocking-results .rocking-results__video .rocking-results__video-content-wrapper {
	display: table;
	table-layout: fixed;
	width: 100% !important;
	height: 100%;
}

.rocking-results .rocking-results__video .rocking-results__video-content-inner {
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}

.rocking-results .rocking-results__video .rocking-results__video-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
	z-index: 5;
}

.rocking-results .rocking-results__video .rocking-results__video-play {
	color: #f2f2f2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 5;
	text-align: center;
	font-size: 32px;
	display: block;
	vertical-align: middle;
}

.rocking-results .rocking-results__content {
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	.rocking-results .rocking-results__content {
		text-align: left;
	}
}

.rocking-content {
	background-color: #212121;
	position: relative;
	padding-bottom: 0;
}

.rocking-content .icon {
	color: #74DD7D;
}

.rocking-content p {
	color: #f2f2f2;
	font-size: 1.375rem;
}

.rocking-content .content-section__list li {
	color: #f2f2f2;
}

.rocking-content .content-section__list li:before {
	color: #74DD7D;
}

.rocking-content h1 {
	color: #f2f2f2;
}

.rocking-content h1 span {
	color: #f2f2f2;
}

.rocking-content img {
	padding: 0 20%;
	display: block;
	margin: 0 auto;
}

.rocking-content .rocking-content__profile {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

@media only screen and (min-width: 64.0625em) {
	.rocking-content .rocking-content__profile {
		background-position: 60% 50%;
	}
}

.rocking-content .rocking-content__content {
	padding-bottom: 30px;
	position: relative;
	z-index: 5;
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	.rocking-content .rocking-content__content {
		max-width: 550px;
		text-align: left;
	}
}

.rocking-content:before {
	content: '';
	display: block;
	position: absolute;
	top: -75px;
	right: 0;
	width: 100%;
	height: 681px;
	z-index: 0;
	background-image: url(../img/sparkles-3.svg);
	background-size: 187px auto;
	background-repeat: no-repeat;
	background-position: bottom left;
	opacity: 0.5;
}

.rocking-content:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -45px;
	right: 0;
	width: 100%;
	height: 868px;
	z-index: 0;
	background-image: url(../img/sparkles-4.svg);
	background-size: 174px auto;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.5;
}

.get-rocking {
	position: relative;
	padding-right: 0;
	padding-left: 0;
}

.get-rocking .icon {
	color: #6B3DE4;
}

.get-rocking .content-section__list li {
	margin-bottom: 15px;
}

.get-rocking .content-section__list li:before {
	color: #6B3DE4;
}

.get-rocking p {
	font-size: 1rem;
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	.get-rocking p {
		font-size: 1.375rem;
		text-align: left;
	}
}

.get-rocking img {
	padding: 0 20%;
	display: block;
	margin: 0 auto;
}

.get-rocking .get-rocking__profile {
	display: none;
}

@media only screen and (min-width: 64.0625em) {
	.get-rocking .get-rocking__profile {
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left center;
		overflow: visible;
		float: right;
	}
}

.get-rocking .get-rocking__profile--small {
	display: block;
	height: 300px;
	margin-top: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

@media only screen and (min-width: 64.0625em) {
	.get-rocking .get-rocking__profile--small {
		display: none;
	}
}

.get-rocking .get-rocking__content.columns {
	padding: 0 30px;
	text-align: center;
	position: relative;
	z-index: 5;
}

@media only screen and (min-width: 64.0625em) {
	.get-rocking .get-rocking__content.columns {
		padding: 0 30px;
		max-width: 550px;
		float: right;
		text-align: left;
	}
}

p.home-subhead {
	font-size: 1rem;
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	p.home-subhead {
		font-size: 1.375rem;
		text-align: left;
		width: 75%;
	}
}

.rocking-content p.home-subhead {
	color: #f2f2f2;
}

.content {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 40.0625em) {
	.content {
		text-align: left;
	}
}

@media only screen and (min-width: 64.0625em) {
	.content {
		padding-right: 5%;
	}
}

.content h2, .content .woocommerce .product_title, .woocommerce .content .product_title {
	font-family: "montserrat-bold";
	text-transform: uppercase;
	font-size: 1.875rem;
	line-height: 1;
	margin-bottom: 20px;
}

.content h2 small.they-currency, .content .woocommerce .product_title small.they-currency, .woocommerce .content .product_title small.they-currency {
	font-family: "montserrat-light";
	font-size: 50%;
	margin-top: -0.5rem;
	color: #74DD7D;
}

.content h3 {
	font-family: "montserrat-bold";
	line-height: 1;
	font-size: 1.5rem;
	margin: 30px 0 15px;
}

.content .post-edit-link {
	float: right;
	font-family: "montserrat-regular";
	font-size: 0.85rem;
	color: #6B3DE4;
	text-transform: uppercase;
}

.content ul {
	margin-top: 20px !important;
}

.content .button.dropdown ~ .f-dropdown li {
	text-align: center;
}

.content .button.dropdown ~ .f-dropdown a {
	font-family: "montserrat-regular";
}

.content .button.dropdown ~ .f-dropdown li.available a {
	color: #5b33c2;
}

.content .button.dropdown ~ .f-dropdown li.available.active a {
	background: #6B3DE4;
	color: #f2f2f2;
}

.content .button.dropdown ~ .f-dropdown li.unavailable a {
	color: rgba(72, 77, 98, 0.5);
}

.content p.subhead {
	font-size: 1.1875rem;
	line-height: 1.5;
}

.content .shapes {
	max-width: 80px;
	width: 100%;
}

.content .callout {
	max-width: 90px;
	width: 100%;
}

.content .contact-form {
	padding: 60px 0 0;
	margin: 20px 0 0;
	border-top: solid 1px #f2f2f2;
}

@media only screen and (max-width: 40em) {
	.content .contact-form .form {
		padding: 0;
	}
}

.content .contact-form label {
	font-family: "montserrat-regular";
	color: #222222;
}

.content .contact-form input, .content .contact-form textarea {
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.content .contact-form textarea {
	height: 150px;
}

.content small.error {
	background: #fb1034 !important;
}

.content .error label, .content .error label.error {
	color: #fb1034 !important;
}

.content .required-label:after {
	content: " *";
	color: #fb1034;
}

.content .profile {
	padding: 60px 0 0;
	margin: 40px 0 0;
	border-top: solid 1px #f2f2f2;
}

@media only screen and (min-width: 64.0625em) {
	.content .profile {
		padding: 70px 0 0;
		margin: 70px 0 0;
	}
}

.content .profile h2, .content .profile .woocommerce .product_title, .woocommerce .content .profile .product_title {
	font-family: "montserrat-bold";
	text-transform: uppercase;
	font-size: 1.875rem;
	line-height: 1;
	margin: 25px 0;
}

@media only screen and (min-width: 64.0625em) {
	.content .profile h2, .content .profile .woocommerce .product_title, .woocommerce .content .profile .product_title {
		margin: 0 0 25px;
	}
}

@media only screen and (min-width: 64.0625em) {
	.content .profile p {
		font-size: 0.8125rem;
		line-height: 1.7;
	}
}

.content .profile-single {
	padding: 60px 0 40px;
	margin: 50px 0;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
}

@media only screen and (min-width: 64.0625em) {
	.content .profile-single {
		padding: 70px 0;
		margin: 50px 0;
	}
}

.content .profile-single h2, .content .profile-single .woocommerce .product_title, .woocommerce .content .profile-single .product_title {
	font-family: "montserrat-bold";
	text-transform: uppercase;
	font-size: 1.875rem;
	line-height: 1;
	margin: 25px 0;
}

@media only screen and (min-width: 64.0625em) {
	.content .profile-single h2, .content .profile-single .woocommerce .product_title, .woocommerce .content .profile-single .product_title {
		margin: 0 0 25px;
	}
}

@media only screen and (min-width: 64.0625em) {
	.content .profile-single p {
		font-size: 0.8125rem;
		line-height: 1.7;
	}
}

.content .blog-contributors {
	margin: 60px 0 0;
}

.content .blog-contributors h3 {
	font-family: "montserrat-regular";
	line-height: 1;
	font-size: 1.5rem;
	margin: 30px 0 0;
}

.content .blog-contributors p {
	font-size: 0.9375rem;
}

.content .blog-contributors img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.content .blog-contributors img:hover, .content .blog-contributors img:focus, .content .blog-contributors img:active {
	opacity: 0.8;
}

.content .blog-contributors .separator {
	border-bottom: 3px solid #6B3DE4;
	position: relative;
	display: inline-block;
	margin: 20px 0 15px;
	width: 70px;
}

.content .blog-contributors a.social-icon {
	clear: both;
	display: inline-block;
	margin-right: 1rem;
	max-width: 2rem;
	height: auto;
	font-size: 1.625rem;
	color: rgba(107, 61, 228, 0.5);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.content .blog-contributors a.social-icon:hover, .content .blog-contributors a.social-icon:focus, .content .blog-contributors a.social-icon:active {
	color: #6B3DE4;
}

.content .blog-nav li {
	text-align: center;
}

.content .blog-nav li p {
	margin-top: 20px;
	font-size: 0.625rem;
	font-family: "montserrat-light";
}

.content .blog-nav li p span {
	font-family: "montserrat-bold";
	color: #FC425F;
	text-transform: uppercase;
}

.content .blog-nav li a {
	text-transform: uppercase;
	font-family: "montserrat-light";
	color: #212121;
	font-size: 0.625rem;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.content .blog-nav li a img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: block;
	float: none;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.content .blog-nav li a:hover, .content .blog-nav li a:active, .content .blog-nav li a:focus {
	opacity: 0.8;
	color: #FC425F;
}

.content .blog-post {
	padding: 60px 0 0;
	margin: 50px 0;
	border-top: solid 1px #f2f2f2;
}

.content .blog-post .heading {
	display: flex;
	margin-bottom: 20px;
}

.content .blog-post .heading img {
	border-radius: 50%;
	max-width: 100px;
	float: left;
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	.content .blog-post .heading img {
		max-width: 70px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
	.content .blog-post .heading img {
		max-width: 40px;
	}
}

.content .blog-post .heading a {
	color: #6B3DE4;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.content .blog-post .heading a:hover, .content .blog-post .heading a:active, .content .blog-post .heading a:focus {
	color: #FC425F;
}

.content .blog-post .heading .vertical-separator {
	position: relative;
	border-left: solid 2px #FC425F;
	height: 70px;
	display: inline-block;
	float: left;
	margin: 0 28px;
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	.content .blog-post .heading .vertical-separator {
		height: 55px;
		margin: 0 15px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
	.content .blog-post .heading .vertical-separator {
		height: 45px;
		margin: 0 15px;
	}
}

.content .blog-post .heading .post-info {
	position: relative;
	top: 20px;
	text-align: left;
}

.content .blog-post .heading .post-info &gt; div {
	display: flex;
}

.content .blog-post .heading .post-info &gt; p {
	margin-left: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	.content .blog-post .heading .post-info {
		top: 10px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
	.content .blog-post .heading .post-info {
		top: 0px;
	}
}

.content .blog-post .heading h3 {
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: -0.02em;
	margin: 0 0 0.5rem;
	position: relative;
	top: 5px;
	text-transform: none;
	font-family: "montserrat-light";
}

@media only screen and (min-width: 321px) and (max-width: 500px) {
	.content .blog-post .heading h3 {
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
	.content .blog-post .heading h3 {
		font-size: 0.9375rem;
	}
}

.content .blog-post .heading p {
	font-size: 0.875rem;
	letter-spacing: -0.02em;
	margin-top: 10px;
	font-family: "montserrat-light";
}

@media only screen and (min-width: 321px) and (max-width: 500px) {
	.content .blog-post .heading p {
		font-size: 0.625rem;
	}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
	.content .blog-post .heading p {
		font-size: 0.625rem;
		margin-top: 8px;
	}
}

.content .blog-post .post-image {
	margin: 30px 0;
}

.content .blog-post .post-content p {
	font-size: 0.9375rem;
}

.content .blog-post .post-content blockquote {
	font-size: 1.3125rem;
	border-left: 3px solid #6B3DE4;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	margin: 1.875rem 0;
}

.content .blog-post .post-content blockquote p {
	margin: 0;
	font-size: 1.3125rem;
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
	.content .blog-post .post-content .share {
		padding: 0.875rem 1.35rem 0.9375rem;
	}
}

.content .blog-post .post-content .share-dropdown {
	width: auto;
	display: inline-block;
}

.content .blog-post .post-content .share-dropdown li {
	font-family: "montserrat-regular";
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	display: inline-block;
	float: left;
}

.content .blog-post .post-content .share-dropdown li a {
	display: inline-block;
	color: #8d6aea;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.content .blog-post .post-content .share-dropdown li a i.fa {
	font-size: 1.6rem;
}

.content .blog-post .post-content .share-dropdown li a:hover, .content .blog-post .post-content .share-dropdown li a:focus, .content .blog-post .post-content .share-dropdown li a:active {
	background: #5b33c2;
	color: #f2f2f2;
}

.content .blog-post:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.content .blog-post .bio_img_link {
	display: block;
	z-index: 1;
	position: relative;
}

.content .blog-post.contributor-bio .post-info {
	top: 0;
}

.content .blog-post.contributor-post {
	padding-top: 0;
}

.content .pagination {
	padding: 40px 0;
	display: inline-block;
}

.content .pagination li.current a {
	background: transparent;
	color: #FC425F;
	font-weight: normal;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.content .pagination li.current a:hover, .content .pagination li.current a:active, .content .pagination li.current a:focus {
	background: transparent;
	color: #FC425F;
	font-weight: normal;
}

.content .pagination a {
	font-family: "montserrat-light";
	text-transform: uppercase;
	color: #484D62;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.content .pagination a:hover, .content .pagination a:active, .content .pagination a:focus {
	background: transparent;
	color: #FC425F;
	font-weight: normal;
}

.content .praise {
	margin: 0 0 30px;
}

.content .praise h3 {
	font-family: "montserrat-regular";
	line-height: 1;
	font-size: 1.5rem;
	margin: 0 0 10px;
}

.content .praise p {
	font-size: 0.9375rem;
}

.content .praise img {
	border-radius: 50%;
	max-width: 175px;
}

.content .praise .separator {
	border-bottom: 3px solid #8d6aea;
	position: relative;
	display: inline-block;
	margin: 20px 0 10px;
	width: 125px;
}

a.follow {
	color: #8d6aea;
	font-family: "montserrat-regular";
	text-transform: uppercase;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

a.follow i.fa {
	font-size: 1.2rem;
	margin-right: 0.5rem;
}

a.follow:hover, a.follow:focus, a.follow:active {
	color: #A3D3BA;
}

.progress {
	background: rgba(53, 30, 113, 0.25);
	padding: 0;
	margin: 0;
}

.progress.they-progress {
	height: 0.6rem;
	border: 0;
}

.progress.they-progress .meter {
	background: #6B3DE4;
}

.progress .meter-label {
	color: #f2f2f2;
	color: rgba(242, 242, 242, 0.5);
	float: right;
	margin: 2px 10px 0 0;
	font-family: "montserrat-regular";
	font-size: 0.6875rem;
	text-transform: uppercase;
}

.dashboard-start h1 {
	text-transform: uppercase;
}

.dashboard-start h1 span {
	text-transform: none;
}

.dashboard-start p a {
	color: #6B3DE4;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.dashboard-start p a:hover, .dashboard-start p a:active, .dashboard-start p a:focus {
	background: transparent;
	color: #FC425F;
	font-weight: normal;
}

.dashboard-start .section {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 64.0625em) {
	.dashboard-start .section {
		padding-left: 30px;
		padding-right: 45px;
	}
}

.dashboard-start .main-content {
	padding: 30px 0 45px;
}

.dashboard-start .main-content p:first-child {
	font-family: "montserrat-regular";
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}

.dashboard-start .main-content p:last-child {
	font-weight: bold;
}

.dashboard-start .light ul {
	list-style-type: none;
	margin-bottom: 20px;
}

.dashboard-start .light ul li {
	margin-bottom: 10px !important;
	line-height: 1.6 !important;
	font-size: 0.875rem;
}

@media only screen and (min-width: 64.0625em) {
	.dashboard-start .light ul li {
		font-size: 1rem;
	}
}

.dashboard-start .light ul li:before {
	margin-left: -15px;
	content: '+\00A0';
	color: #6B3DE4;
}

.dashboard-start .gallery-image {
	position: relative;
}

.dashboard-start .gallery-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dashboard-start .gallery-image:hover .overlay {
	background-color: rgba(33, 33, 33, 0.25);
}

.dashboard-start .clearing-blackout {
	background: #212121;
	z-index: 1200;
}

.dashboard-start .clearing-assembled .clearing-container .visible-img, .dashboard-start .clearing-assembled .clearing-container .carousel {
	background: transparent;
}

.dashboard-start .clearing-caption {
	background: #212121;
	margin: 0 !important;
}

.dashboard-start .clearing-caption p {
	font-size: 0.9375rem;
	line-height: 1.5 !important;
	margin: 0 !important;
	font-family: "montserrat-regular";
}

.dashboard-start .clearing-caption h3 {
	font-size: 1.375rem;
	letter-spacing: 0.01em;
	margin: 0 !important;
	font-family: "montserrat-bold";
	color: #f2f2f2 !important;
	text-transform: uppercase;
}

.dashboard-start .clearing-main-next &gt; span {
	border-left-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dashboard-start .clearing-main-next &gt; span:before {
	content: "\f054";
	font-family: 'FontAwesome';
	display: block;
	font-size: 1.875rem;
	position: absolute;
	right: 20px;
	color: #f2f2f2;
	border-left-color: transparent;
}

.dashboard-start .clearing-main-prev &gt; span {
	border-right-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dashboard-start .clearing-main-prev &gt; span:before {
	content: "\f053";
	font-family: 'FontAwesome';
	display: block;
	font-size: 1.875rem;
	position: absolute;
	left: 20px;
	color: #f2f2f2;
	border-right-color: transparent;
}

.dashboard-section h2, .dashboard-section .woocommerce .product_title, .woocommerce .dashboard-section .product_title {
	margin-bottom: 20px;
}

.dashboard-section h2 span, .dashboard-section .woocommerce .product_title span, .woocommerce .dashboard-section .product_title span {
	font-family: "montserrat-light";
}

.dashboard-section .icon {
	color: #6B3DE4;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.dashboard-section .daily {
		text-align: center;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.dashboard-section .daily .tabs {
		display: inline-block;
	}
}

.dashboard-section .tabs-content {
	margin-top: 20px;
}

.dashboard-section .custom-quote {
	clear: both;
	border: 0;
	padding: 0;
}

.dashboard-section .custom-quote .shapes {
	display: inline-block;
	float: right;
}

.dashboard-section .custom-quote .nopad {
	padding: 0;
}

.dashboard-section .custom-quote p.subhead {
	text-align: left;
	display: inline-block;
	color: #6f6f6f;
}

.dashboard-section h1 {
	text-transform: uppercase;
}

.dashboard-section h1 span {
	text-transform: none;
	font-family: "montserrat-light";
}

.dashboard-section blockquote {
	border-left: 2px solid #6B3DE4;
	padding-bottom: 10px;
}

.dashboard-section blockquote p.subhead {
	margin-bottom: 0;
}

.dashboard-section .full {
	width: 100%;
}

.dashboard-section .work-text {
	margin-right: 0;
}

@media only screen and (min-width: 64.0625em) {
	.dashboard-section .work-text {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 40em) {
	.dashboard-section .text-right {
		float: none !important;
		text-align: center !important;
	}
}

@media only screen and (max-width: 40em) {
	.dashboard-section .post-edit-link {
		float: none;
		text-align: center;
	}
}

.dashboard-section .extras {
	background: #282828;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	margin: 20px 0;
}

@media only screen and (min-width: 64.0625em) {
	.dashboard-section .extras {
		margin: 0;
	}
}

@media only screen and (max-width: 40em) {
	.dashboard-section .extras p {
		display: inline-block;
	}
}

.dashboard-section .extras .checklist {
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	.dashboard-section .extras .checklist {
		text-align: left;
	}
}

.dashboard-section .extras .checklist span {
	font-family: "montserrat-bold";
}

.dashboard-section .extras .spotify .flex-video {
	padding-bottom: 80px;
}

.dashboard-section .extras h3 {
	font-family: "montserrat-black";
	color: #f2f2f2;
	font-size: 1.125rem;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.dashboard-section .extras li {
	margin-bottom: 10px !important;
	line-height: 1.3 !important;
	color: #f2f2f2 !important;
}

.dashboard-section .extras li:before {
	color: #74DD7D !important;
}

.dashboard-section .extras a {
	font-family: "montserrat-light";
	color: #FC425F;
	margin: 5px 0;
	font-size: 0.875rem;
	line-height: 1.4;
	display: block;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.dashboard-section .extras a:hover, .dashboard-section .extras a:focus, .dashboard-section .extras a:active {
	color: #8d6aea;
}

.dashboard-section .extras a.download {
	display: inline-block;
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	.dashboard-section .extras a.download {
		text-align: left;
	}
}

.dashboard-section .extras a.download i.fa {
	font-size: 1.3rem;
	float: left;
	margin: 0 10px 0 5px;
}

.dashboard-section .extras .border-right {
	border-right: solid 1px #333333;
}

@media only screen and (max-width: 40em) {
	.dashboard-section .extras .border-right {
		border-right: none;
	}
}

.dashboard-section li {
	margin-bottom: 10px !important;
	line-height: 1.3 !important;
}

@media only screen and (max-width: 40em) {
	.dashboard-section .tabs .tab-title {
		width: 100%;
		margin-bottom: 1px !important;
	}
}

@media only screen and (max-width: 40em) {
	.dashboard-section .tabs .tab-title a {
		border-radius: 3px;
	}
}

.dashboard-section .tabs .tab-title.active a {
	background-color: #FC425F;
	color: #f2f2f2;
}

.dashboard-section .tabs .tab-title:first-child a {
	border-top-left-radius: 3px;
}

.dashboard-section .tabs .tab-title:last-child a {
	border-top-right-radius: 3px;
}

.dashboard-section .tabs .tab-title a {
	font-family: "montserrat-bold";
	background-color: #f2f2f2;
	color: #484D62;
	margin-right: 1px;
	padding: 16px 40px;
	font-size: 0.875rem;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

@media only screen and (max-width: 40em) {
	.dashboard-section .tabs .tab-title a {
		padding: 14px 0;
		font-size: 0.75rem;
	}
}

.dashboard-section .tabs .tab-title a:hover, .dashboard-section .tabs .tab-title a:active, .dashboard-section .tabs .tab-title a:focus {
	background-color: #FC425F;
	color: #f2f2f2;
}

.dashboard-section .tabs-content h3 {
	margin: 60px 0 20px;
}

.dashboard-section .tabs-content h4 {
	font-family: "montserrat-light";
	margin: 0 0 20px;
	text-transform: uppercase;
}

.dashboard-section .tabs-content h4 span {
	font-family: "montserrat-light";
}

.dashboard-section .tabs-content .extras h3 {
	margin: 0 0 20px;
}

#footer-week-list {
	padding: 30px 0 20px;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 40em) {
	#footer-week-list {
		padding: 0 0 20px;
	}
}

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

#footer-week-list ul:after {
	content: ' ';
	display: none;
	background: rgba(53, 30, 113, 0.25);
	position: relative;
	top: -2.6rem;
	left: 4.1%;
	width: 90%;
	height: 2px;
}

@media only screen and (min-width: 40.0625em) {
	#footer-week-list ul:after {
		display: inline-block;
	}
}

#footer-week-list ul li {
	float: left;
	width: 16.4%;
}

@media only screen and (min-width: 40.0625em) {
	#footer-week-list ul li {
		width: 8.2%;
	}
}

#footer-week-list ul li:before {
	content: '';
}

#footer-week-list ul li:first-child {
	display: none;
}

#footer-week-list ul li a {
	display: block;
	width: 2rem;
	height: 2rem;
	padding: 0.2125rem;
	margin: 0 auto;
	text-align: center;
	border-radius: 30px;
	border: 2px solid #f2f2f2;
	color: #f2f2f2;
	background: #6B3DE4;
	font-size: 1rem;
	font-family: "montserrat-regular";
	position: relative;
	z-index: 10;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}

#footer-week-list ul li a:hover, #footer-week-list ul li a:focus, #footer-week-list ul li a:active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#footer-week-list ul li.active a {
	background: #FC425F;
}

#footer-week-list ul li.unavailable a {
	background: #e0dde8;
	color: rgba(242, 242, 242, 0.5);
}

#footer-week-list h4 {
	font-family: "montserrat-light";
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
	padding-top: 1rem;
}

.hero {
	height: 100vh;
	min-height: 800px;
	background-color: #282C38;
	position: relative;
}

.hero .hero__image {
	background-size: cover;
	height: 100vh;
	min-height: 800px;
	background-position: 80% 0;
	-webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	-moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	-o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

@media only screen and (min-width: 64.0625em) {
	.hero .hero__image {
		background-position: top center;
	}
}

.hero .hero__text-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(40, 44, 56, 0.25);
}

.hero .hero__text-align {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.hero .hero__text-content {
	-webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	-moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	-o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
	display: table-cell;
	vertical-align: middle;
}

.hero h1 {
	font-family: "montserrat-black";
	font-size: 2.25rem;
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: 5px solid #FC425F;
	line-height: 0.85;
	color: #f2f2f2 !important;
}

@media only screen and (min-width: 64.0625em) {
	.hero h1 {
		margin-bottom: 30px;
		font-size: 5.75rem;
	}
}

@media only screen and (min-width: 891px) and (max-width: 1024px) {
	.hero h1 {
		font-size: 3.75rem;
	}
}

@media only screen and (min-width: 751px) and (max-width: 890px) {
	.hero h1 {
		font-size: 3.125rem;
	}
}

@media only screen and (min-width: 641px) and (max-width: 750px) {
	.hero h1 {
		font-size: 2.5rem;
	}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
	.hero h1 {
		font-size: 1.875rem;
	}
}

.hero h1 span {
	line-height: 0.95;
	display: inline-block;
	font-size: inherit;
	padding-top: 10px;
	font-size: inherit;
}

.hero p {
	color: #f2f2f2;
	font-size: 1rem;
	text-align: left;
}

@media only screen and (min-width: 64.0625em) {
	.hero p {
		font-size: 1.5rem;
		text-align: left;
	}
}

.hero .hero__text-action {
	margin: -7.5px;
}

@media only screen and (min-width: 64.0625em) {
	.hero .hero__text-action {
		max-width: 60%;
	}
}

.hero .hero__text-action .columns {
	padding: 0 7.5px;
}

.hero .hero__text-action .button--join {
	margin: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #FC425F;
}

.hero .hero__text-action .button--join:hover {
	border: 1px solid #6B3DE4;
}

.hero .hero__text-action .button--play {
	margin: 0;
	background-color: transparent;
	border: 1px solid #f2f2f2;
}

.hero .hero__text-action .button--play:hover {
	background-color: #f2f2f2;
	color: #282C38 !important;
}

.internal.content-section {
	padding: 60px 0;
}

.internal.content-section ul:not(.button-group):not(.tabs):not(.blog-contributors):not(.block-grid):not(.clearing-thumbs):not(.blog-nav):not(.f-dropdown):not(.accordion):not(.rocking-results__video):not(.praise):not(.tml-action-links) {
	list-style-type: none;
	margin: 0 0 7.5px 0;
	padding: 0 0 0 7.5px;
}

.internal.content-section ul:not(.button-group):not(.tabs):not(.blog-contributors):not(.block-grid):not(.clearing-thumbs):not(.blog-nav):not(.f-dropdown):not(.accordion):not(.rocking-results__video):not(.praise):not(.tml-action-links) li {
	margin-bottom: 15px;
	line-height: 2;
	font-size: 0.8125rem;
	line-height: 2;
}

@media only screen and (min-width: 64.0625em) {
	.internal.content-section ul:not(.button-group):not(.tabs):not(.blog-contributors):not(.block-grid):not(.clearing-thumbs):not(.blog-nav):not(.f-dropdown):not(.accordion):not(.rocking-results__video):not(.praise):not(.tml-action-links) li {
		font-size: 0.9375rem;
	}
}

.internal.content-section ul:not(.button-group):not(.tabs):not(.blog-contributors):not(.block-grid):not(.clearing-thumbs):not(.blog-nav):not(.f-dropdown):not(.accordion):not(.rocking-results__video):not(.praise):not(.tml-action-links) li:before {
	margin-left: -15px;
	content: '+\00A0';
	color: #6B3DE4;
}

.internal.content-section .get-rocking__content {
	padding: 0;
}

@media only screen and (min-width: 64.0625em) {
	.internal.content-section .get-rocking__content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.internal.hero {
	height: 625px;
	min-height: 0;
	background-color: #282C38;
	position: relative;
}

.internal.hero .hero__image {
	background-size: cover;
	height: 625px;
	min-height: 0;
}

.internal.hero .hero__text-wrap {
	background-color: rgba(40, 44, 56, 0);
}

.internal.hero p {
	text-align: left;
}

.internal.hero.short {
	height: 625px;
}

.internal.hero.short .hero__image {
	height: 625px;
}

.internal.hero.short .hero__text-wrap {
	padding-top: 4rem;
}

.internal.hero.short.week {
	height: 450px;
}

.internal.hero.short.week .hero__image {
	height: 450px;
}

.internal.hero.short.week .hero__text-wrap {
	padding-top: 6rem;
}

.admin-links {
	display: block;
	font-family: "montserrat-regular";
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin-top: 1.6rem;
	color: #737373;
}

.admin-links a {
	color: #A3D3BA;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.admin-links a:hover, .admin-links a:focus, .admin-links a:active {
	color: #f2f2f2;
}

body.logged-in.admin-bar {
	margin-top: -48px;
}

@media only screen and (min-width: 40.0625em) {
	body.logged-in.admin-bar {
		margin-top: 0;
	}
}

body.logged-in.admin-bar .off-canvas-wrap {
	padding-top: 44px;
}

@media only screen and (min-width: 40.0625em) {
	body.logged-in.admin-bar .off-canvas-wrap {
		padding-top: 0;
	}
}

body.logged-in.admin-bar .clearing-close {
	margin-top: 30px;
}

@media only screen and (max-width: 40em) {
	.page-id-15 .video-header .content h2, .page-id-15 .video-header .content .woocommerce .product_title, .woocommerce .page-id-15 .video-header .content .product_title,
	body.cart .video-header .content h2,
	body.cart .video-header .content .woocommerce .product_title,
	.woocommerce body.cart .video-header .content .product_title,
	body.checkout .video-header .content h2,
	body.checkout .video-header .content .woocommerce .product_title,
	.woocommerce body.checkout .video-header .content .product_title {
		margin-top: 70px;
	}
}

.page-id-15 .tab-bar .right-small .right-off-canvas-toggle span,
.page-id-15 .tab-bar .right-small .right-off-canvas-toggle span:before,
.page-id-15 .tab-bar .right-small .right-off-canvas-toggle span:after,
body.cart .tab-bar .right-small .right-off-canvas-toggle span,
body.cart .tab-bar .right-small .right-off-canvas-toggle span:before,
body.cart .tab-bar .right-small .right-off-canvas-toggle span:after,
body.checkout .tab-bar .right-small .right-off-canvas-toggle span,
body.checkout .tab-bar .right-small .right-off-canvas-toggle span:before,
body.checkout .tab-bar .right-small .right-off-canvas-toggle span:after {
	background-color: #6B3DE4;
}

.page-id-15 .move-left .tab-bar .right-small .right-off-canvas-toggle span,
body.cart .move-left .tab-bar .right-small .right-off-canvas-toggle span,
body.checkout .move-left .tab-bar .right-small .right-off-canvas-toggle span {
	background-color: transparent;
}

.page-id-15 .tab-bar .icon--header-logo,
body.cart .tab-bar .icon--header-logo,
body.checkout .tab-bar .icon--header-logo {
	color: #6B3DE4;
}

.videos {
	padding-left: 30px;
	padding-right: 30px;
}

.videos hr, .videos .hr--small, .videos .hr--medium, .videos .hr--large {
	width: 100%;
}

.content-section.video-section {
	padding-bottom: 0;
}

.video-header {
	padding: 0 0 15px;
}

.video-header.row {
	margin-top: 4rem;
}

@media only screen and (max-width: 40em) {
	.video-header.row {
		margin-top: 0;
	}
}

.video-header .content h2, .video-header .content .woocommerce .product_title, .woocommerce .video-header .content .product_title {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 1rem;
}

@media only screen and (max-width: 40em) {
	.video-header .content h2, .video-header .content .woocommerce .product_title, .woocommerce .video-header .content .product_title {
		margin: 0;
	}
}

.video-header .content h2 span, .video-header .content .woocommerce .product_title span, .woocommerce .video-header .content .product_title span {
	display: block;
	font-family: "montserrat-light";
	font-size: 1.3125rem;
}

.they-player-contain {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.they-player-contain iframe {
	border: 1px solid #6B3DE4;
}

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

.playlist h4 {
	font-family: "montserrat-regular";
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 10px;
	letter-spacing: -0.03em;
	color: #6B3DE4;
}

@media only screen and (max-width: 40em) {
	.playlist h4 {
		text-align: center;
	}
}

.playlist .vid_views {
	display: none;
}

.playlist li {
	margin: 0 0 25px;
	padding: 0 1rem;
	float: left;
}

@media only screen and (max-width: 40em) {
	.playlist li {
		width: 100%;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.playlist li {
		width: 33%;
	}
}

@media only screen and (min-width: 64.0625em) {
	.playlist li {
		width: 25%;
	}
	.playlist li:last-child {
		margin-right: 0;
	}
}

.playlist li a.video-thumb {
	display: block;
	overflow: hidden;
	border: 2px solid transparent;
}

.playlist li a.video-thumb img {
	display: block;
	position: relative;
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.playlist li a.video-thumb:focus img, .playlist li a.video-thumb:active img, .playlist li a.video-thumb:hover img {
	-webkit-filter: contrast(1) brightness(1);
	-moz-filter: contrast(1) brightness(1);
	-ms-filter: contrast(1) brightness(1);
	-o-filter: contrast(1) brightness(1);
	filter: contrast(1) brightness(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.playlist li a.video-thumb.active {
	border: 2px solid #6B3DE4;
}

.playlist li a.video-thumb.active img {
	-webkit-filter: contrast(1) brightness(1);
	-moz-filter: contrast(1) brightness(1);
	-ms-filter: contrast(1) brightness(1);
	-o-filter: contrast(1) brightness(1);
	filter: contrast(1) brightness(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.playlist li a.video-thumb.visited {
	border: 2px solid #FC425F;
}

.playlist li a.video-thumb.visited .watched {
	display: block;
	background: rgba(242, 242, 242, 0.7);
	color: #484D62;
	font-family: "montserrat-regular";
	text-transform: uppercase;
	text-align: center;
	font-size: 0.6875rem;
	padding: 0.5rem 1rem;
	position: relative;
	top: -2.3rem;
	margin-bottom: -2.3rem;
}

.playlist li a.video-thumb .watched {
	display: none;
}

#vid-meta {
	padding: 0 0 2rem;
}

#vid-meta h4 {
	font-size: 2.6rem;
	line-height: 1;
}

#vid-meta .vid_views {
	display: none;
}

#vid-meta p.hide {
	display: block;
}

.video-cat-filter {
	margin: 1rem 0 3rem;
	padding-top: 1rem;
}

.video-cat-filter a {
	font-family: "montserrat-light";
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	color: #484D62;
	display: inline-block;
	margin-right: 25px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

@media only screen and (max-width: 40em) {
	.video-cat-filter a {
		display: block;
		text-align: center;
		margin: 0 0 15px;
	}
}

.video-cat-filter a.active, .video-cat-filter a:hover, .video-cat-filter a:focus, .video-cat-filter a:active {
	color: #FC425F;
}

.video-cat-filter span.label {
	background: #000;
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	font-family: "montserrat-light";
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 1rem;
	padding: 0.5rem 0.5rem 0.45rem;
}

@media only screen and (max-width: 40em) {
	.video-cat-filter span.label {
		display: block;
		width: 100%;
		max-width: none;
		margin: 0 0 0.5rem 0;
	}
}

.they-tabs .tab-title {
	width: 50%;
	background: #fff;
	text-align: center;
}

.they-tabs .tab-title a {
	color: #000;
	text-transform: uppercase;
	font-family: "montserrat-light";
	font-weight: 400;
	font-size: 0.8rem;
	letter-spacing: 0.065rem;
	background: #eee;
}

.they-tabs .tab-title a:hover, .they-tabs .tab-title a:active, .they-tabs .tab-title a:focus {
	background: rgba(136, 171, 28, 0.25);
}

.they-tabs .tab-title.active a {
	background: rgba(136, 171, 28, 0.35);
}

.they-modal {
	box-shadow: none;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.they-modal .flex-video {
	margin-bottom: 0;
	padding-bottom: 65%;
}

.they-modal .close-reveal-modal {
	top: 0;
	right: 0;
	padding: 0.1rem 0.5rem 0.3rem 0.6rem;
	font-size: 1.6rem;
	font-family: "montserrat-light";
	color: #6B3DE4;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.they-modal .close-reveal-modal:hover, .they-modal .close-reveal-modal:active, .they-modal .close-reveal-modal:focus {
	color: #f2f2f2;
	background: #6B3DE4;
}

.they-modal .modal-wrap {
	padding: 1rem;
}

.they-modal h2, .they-modal .woocommerce .product_title, .woocommerce .they-modal .product_title {
	font-family: "montserrat-black";
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
}

.they-modal h3 {
	margin-bottom: 1rem;
	font-family: "montserrat-light";
	font-size: 0.95rem;
	text-align: center;
}

.they-modal .modal-img {
	display: block;
	margin: 0 auto 1rem auto;
	text-align: center;
}

.they-modal .modal-img img {
	display: block;
	margin: 0 auto;
	max-height: 8rem;
}

#vid-modal {
	background: transparent;
}

@media only screen and (max-width: 40em) {
	#vid-modal {
		top: 100px;
	}
	#vid-modal iframe {
		background: transparent;
	}
	#vid-modal .close-reveal-modal {
		top: -32px;
		background: #6B3DE4;
		color: #fff;
	}
	#vid-modal .close-reveal-modal:hover, #vid-modal .close-reveal-modal:focus, #vid-modal .close-reveal-modal:active {
		background: #282C38;
	}
}

#login-modal {
	max-width: 22rem;
	padding: 0 1rem;
	background: #f2f2f2;
	background: rgba(33, 33, 33, 0.95);
}

#login-modal h3 {
	color: #f2f2f2;
}

#wp-submit {
	display: block;
	margin: 0;
	width: 100%;
	border-radius: 3px;
	outline: 0;
	border: 0;
	background: #5b33c2;
	color: #f2f2f2;
	font-family: "montserrat-regular";
	font-size: 0.9rem;
	text-transform: uppercase;
	padding: 1rem 2rem;
	cursor: pointer;
	-webkit-transition: 250ms all ease-in-out;
	-moz-transition: 250ms all ease-in-out;
	-ms-transition: 250ms all ease-in-out;
	-o-transition: 250ms all ease-in-out;
	transition: 250ms all ease-in-out;
}

#wp-submit:hover, #wp-submit:active, #wp-submit:focus {
	background: #FC425F;
}

.reveal-modal-bg {
	background: #282C38;
	background: rgba(53, 30, 113, 0.65);
}

.accordion {
	margin: 0 0 1rem 0;
	border-bottom: 1px solid rgba(72, 77, 98, 0.1);
}

.accordion .accordion-navigation a:first-child {
	color: #8d6aea;
	font-family: "montserrat-regular";
	background: transparent;
	padding: 1rem 0;
	border-top: 1px solid rgba(72, 77, 98, 0.1);
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.accordion .accordion-navigation a:first-child:hover, .accordion .accordion-navigation a:first-child:active, .accordion .accordion-navigation a:first-child:focus {
	color: #5b33c2;
}

.accordion .accordion-navigation.active a:first-child {
	color: #5b33c2;
}

.accordion .active .content {
	padding: 0;
	margin: 0 0 1rem;
}

.sidebar {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 64.0625em) {
	.sidebar {
		margin: 60px 0 0;
	}
}

@media only screen and (min-width: 64.0625em) {
	.sidebar {
		margin: 0;
		border-left: solid 1px #f2f2f2;
	}
}

.sidebar .latest-tweet,
.sidebar .latest-tweet .tweet,
.sidebar .latest-instagram {
	padding: 0;
}

.sidebar .item {
	padding: 0;
	margin: 0 0 60px;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.sidebar .item {
		padding: 30px;
		margin: 0;
	}
}

@media only screen and (min-width: 64.0625em) {
	.sidebar .item {
		padding: 0 10% 0 0;
		margin: 0 0 60px;
	}
}

.sidebar cite {
	font-family: "montserrat-light";
	font-style: normal;
	color: #6B3DE4;
	letter-spacing: 0.07em;
	font-size: 0.75rem;
}

.sidebar h2.widget-title, .sidebar .woocommerce .widget-title.product_title, .woocommerce .sidebar .widget-title.product_title,
.sidebar h3 {
	font-family: "montserrat-bold";
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.375rem;
	margin-bottom: 20px;
}

.sidebar h4 {
	font-family: "montserrat-regular";
	font-size: 1rem;
	line-height: 1;
	color: #6B3DE4;
}

.sidebar .life {
	margin: 60px 0;
}

@media only screen and (min-width: 64.0625em) {
	.sidebar .life {
		margin: 0 0 60px;
	}
}

.sidebar .life h3 {
	font-family: "montserrat-bold";
	text-transform: uppercase;
	line-height: 0.95;
	font-size: 3.4375rem;
}

.sidebar .starter-kit {
	position: relative;
	width: 100%;
}

.sidebar .pricing.item {
	margin-top: 30px;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.sidebar .pricing.item {
		margin: 0;
	}
}

.sidebar .pricing.item ul.breadcrumb {
	display: none !important;
}

.sidebar .pricing.item p {
	padding: 1rem 0 0;
	margin: 0 0 0.5rem;
}

.sidebar form {
	max-width: 320px;
}

.sidebar .search-form {
	margin-bottom: 60px;
}

.sidebar .search-form input[type="search"] {
	border: 1px solid #5b33c2;
	font-family: "montserrat-regular";
	background-color: transparent;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	color: #5b33c2;
	height: 60px;
	box-shadow: none;
	padding-left: 15px;
	margin: 0;
}

.sidebar .search-form input[type="search"]:focus {
	box-shadow: none;
}

.sidebar .search-form input[type="search"] ::-webkit-input-placeholder {
	color: #f2f2f2;
	opacity: 0.6;
}

.sidebar .search-form input[type="search"] :-moz-placeholder {
	color: #f2f2f2;
	opacity: 0.6;
}

.sidebar .search-form input[type="search"] :-ms-input-placeholder {
	color: #f2f2f2;
	opacity: 0.6;
}

.sidebar .search-form .button {
	height: 60px;
	line-height: 60px;
	border: 1px solid #6B3DE4;
	background-color: #6B3DE4;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	margin: 0;
	font-size: 24px;
}

.sidebar .search-form .button:hover {
	background-color: #5b33c2;
}

.sidebar .search-form .button span {
	height: 60px;
	line-height: 60px;
}

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .widget ul {
	list-style: none;
	margin: 1rem 0 30px;
	padding: 0 0 0 1rem;
	text-align: left;
}

.sidebar .widget ul li {
	margin: 0;
	padding: 0 0 0.5rem;
	font-family: "lora-regular";
	font-size: 0.875rem;
}

.sidebar .widget ul li:before {
	display: none;
}

.sidebar .widget ul li a {
	font-family: "montserrat-light";
	color: #484D62;
	margin: 5px 0;
	line-height: 1.4;
	display: block;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.sidebar .widget ul li a:hover, .sidebar .widget ul li a:focus, .sidebar .widget ul li a:active {
	color: #6B3DE4;
}

.sidebar .widget .screen-reader-text {
	display: none;
}

.alert-box {
	font-family: "montserrat-light";
	color: #f2f2f2;
	border: 0;
}

.alert-box .icon {
	position: relative;
	top: -4px;
}

.alert-box a {
	text-decoration: underline;
	color: #f2f2f2;
}

.alert-box a:focus, .alert-box a:active, .alert-box a:hover {
	color: #212121;
}

.alert-box a.close {
	text-decoration: none;
}

.alert-box.success {
	background: #74DD7D;
}

.alert-box.error {
	background: #fb1035;
	border: 0;
}

#eu-cookies {
	display: none;
	z-index: 3000;
	width: 100%;
	padding: 1.875rem;
	position: fixed;
	background-color: #6B3DE4;
	background-color: rgba(107, 61, 228, 0.85);
	color: #f2f2f2;
	bottom: 0;
	font-family: "montserrat-regular";
}

#eu-cookies p {
	margin-bottom: 0;
	text-align: center;
}

#eu-cookies .close-cookie-notice {
	float: right;
	color: #f2f2f2;
	font-size: 1.125rem;
	font-weight: bold;
}

#eu-cookies .close-cookie-notice:hover, #eu-cookies .close-cookie-notice:active, #eu-cookies .close-cookie-notice:focus {
	color: #A3D3BA;
}

#shopp .content p a {
	font-weight: 600;
	color: #6B3DE4;
	-webkit-transition: 250ms all ease-in-out;
	-moz-transition: 250ms all ease-in-out;
	-ms-transition: 250ms all ease-in-out;
	-o-transition: 250ms all ease-in-out;
	transition: 250ms all ease-in-out;
}

#shopp .content p a:hover, #shopp .content p a:focus, #shopp .content p a:active {
	color: #74DD7D;
}

#shopp .jp-card-container {
	margin: 15px auto 30px;
}

@media only screen and (min-width: 40.0625em) {
	#shopp .jp-card-container {
		margin: 160px auto 30px;
	}
}

@media only screen and (min-width: 64.0625em) {
	#shopp .jp-card-container {
		margin: 100px auto 30px;
	}
}

#shopp .jp-card-container .jp-card {
	min-width: 200px;
}

#shopp .jp-card-container .jp-card .jp-card-front {
	background: #6B3DE4;
}

@media only screen and (max-width: 360px) {
	#shopp .jp-card-container .jp-card .jp-card-front .jp-card-number {
		font-size: 1.125rem;
	}
}

#shopp .jp-card-container .jp-card .jp-card-back {
	background: #6B3DE4;
}

#shopp .products .border-left {
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

#shopp .products .border-right {
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

@media only screen and (min-width: 64.0625em) {
	#shopp .products .border-right {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
}

#shopp .products .no-radius {
	border-radius: 0;
}

#shopp #checkout label {
	font-family: "montserrat-regular";
	color: #222222;
}

#shopp #checkout input, #shopp #checkout textarea {
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

#shopp #checkout textarea {
	height: 150px;
}

#shopp .subhead a {
	font-weight: 600;
	color: #6B3DE4;
	border-bottom: 1px solid #5b33c2;
	-webkit-transition: 250ms all ease-in-out;
	-moz-transition: 250ms all ease-in-out;
	-ms-transition: 250ms all ease-in-out;
	-o-transition: 250ms all ease-in-out;
	transition: 250ms all ease-in-out;
}

#shopp .subhead a:hover, #shopp .subhead a:focus, #shopp .subhead a:active {
	color: #74DD7D;
	border-bottom: 1px solid #4bd357;
}

#shopp .rf-cart {
	color: #6B3DE4;
	fill: #6B3DE4;
}

#shopp .rf-cart.large {
	max-width: 10rem;
	width: 100%;
	margin: 0 auto;
	height: auto;
	-webkit-animation: rollingfill 10s linear infinite;
	-moz-animation: rollingfill 10s linear infinite;
	-o-animation: rollingfill 10s linear infinite;
	animation: rollingfill 10s linear infinite;
}

#shopp .rf-cart.small {
	display: inline-block;
	margin-top: -0.7rem;
	margin-right: 0.5rem;
	float: left;
	-webkit-animation: rollingfill 10s linear infinite;
	-moz-animation: rollingfill 10s linear infinite;
	-o-animation: rollingfill 10s linear infinite;
	animation: rollingfill 10s linear infinite;
}

#shopp .empty-cart {
	padding-top: 5rem;
	width: 100%;
	margin: 0 auto;
	background: rgba(0, 130, 213, 0.05);
}

@media only screen and (min-width: 64.0625em) {
	#shopp .empty-cart {
		padding-top: 6rem;
	}
}

#shopp .empty-cart .row {
	max-width: 54rem;
}

#shopp .empty-cart h3 {
	font-size: 1.8rem;
	margin: 10px 0 10px;
	font-family: "montserrat-bold";
	line-height: 1.2;
}

@media only screen and (max-width: 40em) {
	#shopp h2, #shopp .woocommerce .product_title, .woocommerce #shopp .product_title {
		text-align: left;
	}
}

#shopp .they-button-group li {
	display: inline-block;
	clear: none;
	margin: 0;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#shopp .they-button-group li {
		padding: 0;
	}
}

#shopp .they-button-group li:last-child {
	margin-left: -5px;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#shopp .quantity .they-button-group li {
		padding: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#shopp .quantity .they-button-group li:last-child {
		margin: 0;
	}
}

#shopp #cart .shop-table th {
	font-family: "montserrat-regular";
	text-transform: uppercase;
}

#shopp #cart .shop-table th, #shopp #cart .shop-table td {
	padding: 0.5rem 1rem 0.55rem;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#shopp #cart .shop-table th:last-child, #shopp #cart .shop-table td:last-child {
	border-right: 0;
}

#shopp #cart .shop-table tr, #shopp #cart .shop-table td {
	background: #fff;
}

#shopp #cart .shop-table tr td[rowspan="5"],
#shopp #cart .shop-table tr:last-child td {
	border-bottom: 0;
}

#shopp #cart .shop-table tr td[rowspan="5"] {
	border-right: 0;
}

#shopp #cart .shop-table tr.totals.total th,
#shopp #cart .shop-table tr.totals.total td {
	border-bottom: 0;
	font-size: 100%;
}

#shopp #cart .shop-table a.product-link {
	font-family: "montserrat-regular";
	color: #6B3DE4;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

#shopp #cart .shop-table a.product-link:hover, #shopp #cart .shop-table a.product-link:focus, #shopp #cart .shop-table a.product-link:active {
	color: #FC425F;
}

#shopp #cart .shop-table input.quantity-text {
	background: #fafafa;
	box-shadow: none;
	border-radius: 0;
	border: none;
}

#shopp #cart .shop-table #discount-code {
	width: 60%;
	float: right;
}

#shopp #cart .shop-table .group li {
	width: 100%;
}

#shopp #cart .shop-table td ul {
	margin: 15px 0 0 0;
}

#shopp #cart .shop-table td ul strong {
	font-family: "montserrat-light";
	font-size: 0.8125rem;
	text-transform: uppercase;
}

#shopp #cart .shop-table td ul p {
	margin-top: 5px;
	font-size: 0.6875rem;
	font-family: "montserrat-light";
}

.discount-code-entry {
	margin-top: 1rem;
	clear: both;
}

.applycode {
	margin: 20px 0;
	max-width: 260px;
	width: 100%;
	float: right;
}

@media only screen and (max-width: 40em) {
	.applycode {
		margin: 0;
	}
}

.have-a-discount-code {
	font-family: "montserrat-bold";
	background-color: #FC425F;
	color: #f2f2f2 !important;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
	height: 2.26rem;
	font-size: 0.6875rem;
	cursor: pointer;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

@media only screen and (max-width: 40em) {
	.have-a-discount-code {
		float: right;
	}
}

.have-a-discount-code:hover, .have-a-discount-code:active, .have-a-discount-code:focus {
	background-color: #6B3DE4;
	color: #f2f2f2 !important;
}

#apply-code {
	font-family: "montserrat-bold";
	background-color: #FC425F;
	color: #f2f2f2 !important;
	text-transform: uppercase;
	border: none;
	float: right;
	border-radius: 3px;
	padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
	height: 2.26rem;
	font-size: 0.6875rem;
	cursor: pointer;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

@media only screen and (max-width: 40em) {
	#apply-code {
		float: right;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
}

#apply-code:hover, #apply-code:active, #apply-code:focus {
	background-color: #6B3DE4;
	color: #f2f2f2 !important;
}

.shopp-categories-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shopp-categories-menu li a {
	color: #351e71;
	font-family: "montserrat-light";
}

ul.they-button-group .button.xtiny {
	font-size: 0.625rem;
	padding: 0.5rem 1rem;
}

ul.they-button-group.full-width li {
	width: 50%;
}

ul.they-button-group.full-width li button,
ul.they-button-group.full-width li input,
ul.they-button-group.full-width li a {
	display: block;
	width: 100%;
	font-family: "montserrat-regular";
}

input.cart-text {
	height: auto;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
	margin-top: 1.3rem;
	font-size: 1.3rem;
	padding: 0.5rem 1rem;
	text-align: center;
	color: rgba(0, 0, 0, 0.65);
}

input.cart-text:hover, input.cart-text:focus, input.cart-text:active {
	border: none;
}

input.quantity-text {
	margin-bottom: -0.5rem;
}

.static-text {
	text-align: center;
	font-size: 1.5rem;
	font-family: "lora-regular";
	color: rgba(0, 0, 0, 0.45);
}

.shoppage ul.products li .details {
	text-align: left;
}

@media only screen and (max-width: 40em) {
	.shoppage ul.products li .details {
		text-align: center;
	}
}

.shoppage ul.products li .name {
	display: inline-block;
}

.shoppage ul.products li .name a {
	display: block;
	margin-bottom: 15px;
	color: #212121;
	font-family: "montserrat-regular";
	font-size: 1.25rem;
	letter-spacing: 0.01em;
	text-align: left;
}

@media only screen and (min-width: 64.0625em) {
	.shoppage ul.products li .name a {
		min-height: 6.25rem;
	}
}

.shoppage ul.products li .price {
	font-family: "montserrat-bold";
	color: #212121;
	font-size: 1.1875rem;
	letter-spacing: 0.03em;
	text-align: left;
	padding: 15px 0;
}

.shoppage ul.products li .button-group li {
	margin: 0 -4px 0 0;
}

.single .sidebar {
	text-align: center;
}

.single .sidebar .single-description {
	text-align: left;
}

.single .sidebar h3.price {
	font-family: "montserrat-regular";
	color: #212121;
}

.single .sidebar h3.price:after {
	content: 'x';
	color: #dddddd;
	margin-left: 35%;
	font-size: 0.8125rem;
	font-family: "montserrat-regular";
	position: relative;
	bottom: 2px;
}

.single .sidebar .headline {
	font-family: "montserrat-light";
	font-size: 0.8125rem;
}

.single .sidebar .button {
	margin: 0 0 15px;
	width: 100%;
}

.single .sidebar hr, .single .sidebar .hr--small, .single .sidebar .hr--medium, .single .sidebar .hr--large {
	width: 100%;
}

.purchase-large {
	display: block;
	margin: 2.8125rem auto;
}

#shopp-cart-ajax {
	display: none;
	opacity: 0;
	width: 100%;
	max-width: 800px;
	border-radius: 3px;
	margin: 1rem auto;
	background: #f2f2f2;
	padding: 1rem 1rem 0.2rem;
	font-family: "montserrat-light";
}

#shopp-cart-ajax ul {
	margin: 0;
	padding: 0;
}

#shopp-cart-ajax ul li:before {
	display: none;
}

#shopp-cart-ajax ul li {
	padding: 0;
	line-height: 1;
	display: inline-block;
	margin: 0 20px 0 0;
}

#shopp-cart-ajax ul li a {
	font-family: "montserrat-regular";
	font-size: 0.875rem;
	color: #6B3DE4;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 1;
	line-height: 1.4;
	float: left;
	display: block;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

#shopp-cart-ajax ul li a:hover, #shopp-cart-ajax ul li a:focus, #shopp-cart-ajax ul li a:active {
	color: #484D62;
}

#shopp-cart-ajax strong {
	float: left;
	margin-right: 1rem;
	width: 60px;
	display: inline-block;
}

#shopp-cart-ajax p.status {
	margin-bottom: 5px;
}

#shopp-sidecart-items {
	display: none;
}

#shopp-sidecart-items + strong {
	display: none;
}

#shopp-sidecart-items + strong + br {
	display: none;
}

.added-item {
	font-family: "montserrat-bold";
}

.shopp-product ul, .shopp-product ol {
	display: inherit;
}

.addtocart {
	font-family: "montserrat-bold";
	background-color: #FC425F;
	color: #f2f2f2;
	border-radius: 3px;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	box-shadow: 0;
	padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
	font-size: 0.8125rem;
	-webkit-transition: 250ms all ease-in-out;
	-moz-transition: 250ms all ease-in-out;
	-ms-transition: 250ms all ease-in-out;
	-o-transition: 250ms all ease-in-out;
	transition: 250ms all ease-in-out;
}

.addtocart:hover, .addtocart:active, .addtocart:focus {
	background-color: #6B3DE4;
}

.details dt {
	text-align: left !important;
	width: 100% !important;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 2;
	font-size: 0.9375rem;
}

.details dt:before {
	color: #6B3DE4;
	margin-right: 0px;
	content: '+\00A0';
}

.shopp_page .carousel {
	margin: 50px 0 0;
	clear: both;
}

.shopp_page .carousel ul {
	position: static;
	width: auto;
}

.shopp_page .carousel li {
	padding: 3px;
}

.shopp_page .gallery-image {
	position: relative;
}

.shopp_page .gallery-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.shopp_page .gallery-image:hover .overlay {
	background-color: rgba(33, 33, 33, 0.25);
}

.shopp_page .clearing-blackout {
	background: #212121;
	z-index: 1200;
}

.shopp_page .clearing-assembled .clearing-container .visible-img, .shopp_page .clearing-assembled .clearing-container .carousel {
	background: transparent;
}

.shopp_page .clearing-caption {
	background: #212121;
	margin: 0 !important;
}

.shopp_page .clearing-caption p {
	font-size: 0.9375rem;
	line-height: 1.5 !important;
	margin: 0 !important;
	font-family: "montserrat-regular";
}

.shopp_page .clearing-caption h3 {
	font-size: 1.375rem;
	letter-spacing: 0.01em;
	margin: 0 !important;
	font-family: "montserrat-bold";
	color: #f2f2f2 !important;
	text-transform: uppercase;
}

.shopp_page .clearing-main-next &gt; span {
	border-left-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.shopp_page .clearing-main-next &gt; span:before {
	content: "\f054";
	font-family: 'FontAwesome';
	display: block;
	font-size: 1.875rem;
	position: absolute;
	right: 20px;
	color: #f2f2f2;
	border-left-color: transparent;
}

.shopp_page .clearing-main-prev &gt; span {
	border-right-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.shopp_page .clearing-main-prev &gt; span:before {
	content: "\f053";
	font-family: 'FontAwesome';
	display: block;
	font-size: 1.875rem;
	position: absolute;
	left: 20px;
	color: #f2f2f2;
	border-right-color: transparent;
}

.cart-mobile .separator {
	border-bottom: 2px solid #8d6aea;
	position: relative;
	display: block;
	margin: 20px auto;
	width: 100%;
}

.cart-mobile h3 {
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin: 0 !important;
	font-family: "montserrat-bold";
	color: #212121;
	text-transform: uppercase;
}

.cart-mobile h4 {
	font-size: 1rem;
	letter-spacing: 0.01em;
	font-family: "montserrat-regular";
	color: #212121;
}

.cart-mobile p {
	font-size: 0.875rem;
	line-height: 1.4;
	margin: 0;
}

.cart-mobile ul {
	margin: 15px 0 0 0;
}

.cart-mobile ul strong {
	font-family: "montserrat-light";
	font-size: 0.8125rem;
	text-transform: uppercase;
}

.cart-mobile ul p {
	margin-top: 5px;
	font-size: 0.6875rem;
	font-family: "montserrat-light";
}

.cart-mobile .line {
	border-color: #f2f2f2;
	width: 100%;
	margin: 10px auto;
}

.cart-mobile .quantity,
.cart-mobile .price,
.cart-mobile .description {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.cart-mobile .totals {
	margin-top: 60px;
}

.cart-mobile .totals h3,
.cart-mobile .totals p {
	text-align: right;
	margin: 0;
}

@media only screen and (max-width: 320px) {
	.cart-mobile .totals .checkout-buttons li a.tiny {
		font-size: 0.625rem;
	}
}

.cart-mobile a.product-link {
	font-family: "montserrat-regular";
	color: #6B3DE4;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

.cart-mobile a.product-link:hover, .cart-mobile a.product-link:focus, .cart-mobile a.product-link:active {
	color: #FC425F;
}

.cart-mobile input {
	background: #fafafa;
}

.cart-mobile .cart-total {
	font-size: 1rem;
}

.cart-mobile .discount-container {
	text-align: right;
}

.cart-mobile .discount {
	margin: 50px 0 0;
	width: 100%;
	display: inline-block;
}

.cart-mobile .discount span {
	text-align: right;
}

.cart-mobile .discount span #discount-code {
	width: 60%;
	display: inline-block;
	height: 2.26rem;
}

@media only screen and (max-width: 400px) {
	.cart-mobile .discount span #discount-code {
		width: 50%;
	}
}

.cart-mobile .discount span #apply-code {
	width: 40%;
	display: inline-block;
}

@media only screen and (max-width: 400px) {
	.cart-mobile .discount span #apply-code {
		width: 50%;
	}
}

#featured-footer {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

@media only screen and (max-width: 40em) {
	#featured-footer p.subhead {
		margin-top: 20px;
	}
}

#featured-footer h2, #featured-footer .woocommerce .product_title, .woocommerce #featured-footer .product_title {
	text-align: center;
	color: #212121;
}

#featured-footer h4 {
	font-family: "montserrat-regular";
	margin-bottom: 18px;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #282C38;
	font-size: 1.1875rem;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#featured-footer h4 {
		font-size: 1rem;
	}
}

#featured-footer h4 span {
	font-family: "lora-regular";
	font-size: 1.1875rem;
	letter-spacing: 0;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#featured-footer h4 span {
		font-size: 1rem;
	}
}

.membership-deets img {
	display: block;
	height: auto;
	width: 100%;
}

.membership-deets p.subhead {
	font-family: "montserrat-regular";
	margin-bottom: 18px;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #282C38;
	font-size: 1.1875rem;
}

.membership-deets p.subhead span {
	font-family: "lora-regular";
}

.membership-deets hr, .membership-deets .hr--small, .membership-deets .hr--medium, .membership-deets .hr--large {
	width: 100%;
}

.membership-deets h4 {
	font-family: "lora-regular";
	font-size: 1.5rem;
	margin: 10px 0 10px;
	font-family: "montserrat-regular";
	line-height: 1.6rem;
}

@media only screen and (min-width: 64.0625em) {
	.membership-deets h4 {
		margin: 35px 0 10px;
	}
}

.membership-deets h4 a {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	color: #6B3DE4;
}

.membership-deets h4 a:hover, .membership-deets h4 a:focus, .membership-deets h4 a:active {
	color: #FC425F;
}

.checkout .flex-video {
	margin-top: 45px;
}

#shopp #checkout .no-left-radius input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

#shopp #checkout h4 {
	font-family: "montserrat-bold";
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.125rem;
	margin: 40px 0 20px;
}

#shopp #checkout .checkout-button {
	font-family: "montserrat-bold";
	background-color: #FC425F;
	text-transform: uppercase;
	padding-bottom: 17px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	font-size: 0.875rem;
	color: #f2f2f2;
	cursor: pointer;
	margin-top: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#shopp #checkout .checkout-button:hover, #shopp #checkout .checkout-button:focus, #shopp #checkout .checkout-button:active {
	background-color: #6B3DE4;
}

#shopp #checkout .no-right-radius input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#shopp #checkout .no-right-radius ~ .no-left-radius input {
	border-left: 0;
}

.membership-front-image {
	display: block;
	position: relative;
	max-height: 300px;
	height: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.membership-front-image .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(242, 242, 242, 0.55);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.membership-front-image .overlay h4 {
	position: relative;
	top: 140px;
	display: block;
	width: 100%;
	color: #6b3de4;
	text-shadow: 1px 1px #eeeeee;
	text-transform: uppercase;
	font-family: "montserrat-regular";
	font-size: 1.25rem;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

@media only screen and (min-width: 641px) and (max-width: 800px) {
	.membership-front-image .overlay h4 {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 480px) {
	.membership-front-image .overlay h4 {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 360px) {
	.membership-front-image .overlay h4 {
		font-size: 0.8125rem;
		top: 130px;
	}
}

.membership-front-image .overlay:hover, .membership-front-image .overlay:focus, .membership-front-image .overlay:active {
	background: rgba(242, 242, 242, 0.8);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.membership-front-image .overlay:hover h4, .membership-front-image .overlay:focus h4, .membership-front-image .overlay:active h4 {
	color: #6b3de4;
	text-shadow: 1px 1px #eeeeee;
}

.starter-kit {
	opacity: 0.8;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.membership-frame a:hover .starter-kit {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.3;
}

.learn-more {
	margin: 30px 0 20px;
	color: #484D62;
	font-family: "montserrat-light";
	text-transform: uppercase;
	font-size: 0.875rem;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.learn-more:hover, .learn-more:focus, .learn-more:active {
	color: #6B3DE4;
}

@media only screen and (min-width: 40.0625em) {
	.membership-frame .details p {
		min-height: 120px;
	}
}

@media only screen and (min-width: 64.0625em) {
	.membership-frame .details p {
		min-height: 80px;
	}
}

@media only screen and (max-width: 40em) {
	#shopp.product-908 .addtocart {
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#shopp.product-908 .addtocart {
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
	}
}

#shopp .buy-now-header {
	margin-top: -40px;
}

@media only screen and (max-width: 40em) {
	#shopp .buy-now-header ul.button-group.they-button-group li {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 40em) {
	#shopp .buy-now-header ul.button-group.they-button-group li .addtocart {
		width: 100%;
		margin: 0;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
	}
}

#shopp .buy-now-header ul.button-group.they-button-group li:first-child {
	margin-right: -4px;
}

@media only screen and (max-width: 40em) {
	#shopp .buy-now-header ul.button-group.they-button-group li:last-child {
		width: 100%;
	}
}

@media only screen and (max-width: 40em) {
	#shopp .buy-now-header ul.button-group.they-button-group li a {
		margin: 0;
	}
}

@media only screen and (max-width: 40em) {
	#shopp .buy-now-header ul.button-group.they-button-group li .first {
		margin-bottom: 20px;
		width: 100%;
	}
}

@media only screen and (max-width: 40em) {
	#shopp .buy-now-header ul.button-group.they-button-group li .middle {
		margin: 0;
		width: 100%;
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
	}
}

@media only screen and (max-width: 40em) {
	#shopp .buy-now-header ul.button-group.they-button-group li .last {
		display: block;
		margin-bottom: 20px;
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
	}
}

.single-description form.shopp h3 {
	padding-right: 1rem;
	padding-top: 0.35rem;
}

.single-description form.shopp h3 span {
	font-family: "montserrat-light";
}

.single-description form.shopp .number-stepper {
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	margin-top: 5px;
}

h5.mini-head {
	margin: 30px 0;
	text-align: center;
	color: rgba(40, 44, 56, 0.5);
	font-family: "montserrat-light";
	font-size: 0.875rem;
}

h5.mini-head a {
	color: rgba(107, 61, 228, 0.5);
	font-family: "montserrat-regular";
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

h5.mini-head a:hover, h5.mini-head a:focus, h5.mini-head a:active {
	color: #FC425F;
}

.alert-box.upsell {
	border: 0;
	font-family: "montserrat-light";
}

.alert-box.upsell.info {
	margin-top: 40px;
	background: rgba(0, 130, 213, 0.25);
	padding: 15px 15px 20px;
}

@media only screen and (min-width: 40.0625em) {
	.alert-box.upsell.info {
		padding: 15px 20px 20px 5px;
	}
}

.alert-box.upsell.info a:not(.close) {
	display: inline-block;
	margin-top: 5px;
	padding-right: 30px;
	text-decoration: none;
	color: #6B3DE4;
	font-family: "montserrat-regular";
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.alert-box.upsell.info a:not(.close):hover, .alert-box.upsell.info a:not(.close):focus, .alert-box.upsell.info a:not(.close):active {
	color: #282C38;
}

.alert-box.upsell.info a:not(.close) span {
	font-family: "montserrat-bold";
}

.alert-box.upsell.info .close {
	background: transparent;
	color: #0082D5;
	font-family: "montserrat-regular";
	opacity: 1;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.alert-box.upsell.info .close:hover,
.alert-box.upsell.info .close:focus .alert-box.upsell.info .close:active {
	color: #282C38;
}

.alert-box.upsell.info .rf-cart.plus {
	position: relative;
	top: 10px;
}

@media only screen and (max-width: 40em) {
	.alert-box.upsell.info .rf-cart {
		display: none !important;
	}
}

#receipt {
	border: 1px solid #FC425F;
	padding: 0;
}

#receipt .receipt-header {
	width: 100%;
	border: 0;
}

#receipt .receipt-header td {
	padding: 0 !important;
	margin: 0;
}

#receipt .receipt-header td a {
	display: block;
	text-align: center;
	padding: 30px 20px 20px;
	background: white;
	border-bottom: 1px solid #FC425F;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

#receipt .receipt-header td a:hover, #receipt .receipt-header td a:focus, #receipt .receipt-header td a:active {
	background: #FC425F;
}

#receipt .receipt-header h5 {
	margin: 10px auto 0;
	color: #282C38;
	font-family: "montserrat-regular";
	font-size: 0.875rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
}

#receipt .inner {
	padding: 0 20px 20px;
}

#receipt .inner table {
	width: 100%;
}

#receipt .inner fieldset {
	display: block;
}

#receipt .inner fieldset table {
	border: 0;
	margin: 0;
}

#receipt .inner fieldset table tr, #receipt .inner fieldset table th, #receipt .inner fieldset table td {
	background: transparent !important;
}

#receipt .inner fieldset legend {
	color: #5b33c2;
	font-family: "montserrat-regular";
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	padding: 0 5px;
}

#receipt .transaction {
	width: 100%;
	border: 0;
}

#shopp #receipt tr {
	background: transparent;
}

#shopp #receipt .order.widefat thead {
	background: transparent;
	font-family: "montserrat-light";
}

#shopp #receipt .order.widefat thead tr th {
	border-bottom: 1px solid #6B3DE4;
	padding-bottom: 10px;
}

#shopp #receipt .order.widefat thead th:nth-child(2n) {
	text-align: right;
}

#shopp #receipt .order.widefat tbody tr {
	background: transparent;
}

#shopp #receipt .order.widefat tbody tr td {
	vertical-align: middle;
	padding: 10px 0;
}

#shopp #receipt .order.widefat tbody tr td:nth-child(2n) {
	text-align: right;
}

.added-product-status:hover,
.added-product-status {
	background: #74DD7D;
	color: #f2f2f2;
	font-family: "montserrat-light";
	text-transform: uppercase;
	border: 1px solid #4bd357;
	margin: 0 0 20px;
}

@media only screen and (max-width: 40em) {
	.added-product-status:hover,
	.added-product-status {
		width: 100%;
		border-radius: 3px !important;
	}
}

.button-group button.disabled, .button-group button[disabled], .button-group .button.disabled, .button-group .button[disabled] {
	background: rgba(107, 61, 228, 0.25);
	text-decoration: strike-through;
}

.button-group button.disabled:hover, .button-group button[disabled]:hover, .button-group .button.disabled:hover, .button-group .button[disabled]:hover {
	background: rgba(107, 61, 228, 0.25);
}

.go-to-cart-aron {
	font-family: "montserrat-regular";
	font-size: 0.875rem;
	color: #5b33c2;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.go-to-cart-aron:hover, .go-to-cart-aron:focus, .go-to-cart-aron:active {
	color: #FC425F;
}

.go-to-cart-aron.no-top {
	top: 0 !important;
}

.shopp-product .go-to-cart-aron {
	position: relative;
	top: -45px;
}

.weekday-content .flex-video {
	margin-bottom: 2rem;
}

@media only screen and (min-width: 64.0625em) {
	.weekday-content .flex-video {
		margin-bottom: 6rem;
	}
}

.weekday-content.inverted h2, .weekday-content.inverted .woocommerce .product_title, .woocommerce .weekday-content.inverted .product_title {
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-family: "montserrat-regular";
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.weekday-content.inverted .desc {
	color: #f2f2f2;
}

.weekday-content .desc {
	margin-bottom: 2rem;
}

.weekday-content .extras {
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	margin: 20px 0;
}

@media only screen and (min-width: 64.0625em) {
	.weekday-content .extras {
		margin: 0;
	}
}

@media only screen and (max-width: 40em) {
	.weekday-content .extras p {
		display: inline-block;
	}
}

.weekday-content .extras h3 {
	font-family: "montserrat-black";
	color: #f2f2f2;
	text-align: left;
	font-size: 1.125rem;
	text-transform: uppercase;
	margin: 0 -20px 15px;
}

.weekday-content .extras ul {
	margin-left: 0;
	padding-left: 0;
}

.weekday-content .extras li {
	list-style: none;
	text-align: left;
	margin-bottom: 10px !important;
	line-height: 1.3 !important;
	color: #f2f2f2 !important;
}

.weekday-content .extras li:before {
	margin-left: -15px;
	content: '+\00A0';
	color: #74DD7D !important;
}

.weekday-content .extras a {
	font-family: "montserrat-light";
	color: #FC425F;
	margin: 5px 0;
	font-size: 0.875rem;
	line-height: 1.4;
	display: block;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.weekday-content .extras a:hover, .weekday-content .extras a:focus, .weekday-content .extras a:active {
	color: #8d6aea;
}

.weekday-content .extras .border-right {
	border-right: solid 1px #333333;
}

@media only screen and (max-width: 40em) {
	.weekday-content .extras .border-right {
		border-right: none;
	}
}

.rocking-results .extras h3 {
	color: #212121;
}

.rocking-results .extras li {
	color: #484D62 !important;
}

.rocking-results .extras li:before {
	margin-left: -15px;
	content: '+\00A0';
	color: #6B3DE4 !important;
}

.rocking-results p {
	font-size: 1.375rem;
}

@media only screen and (min-width: 64.0625em) {
	.rocking-results p {
		padding-right: 4rem;
	}
}

@media only screen and (min-width: 64.0625em) {
	#welcome-sidebar {
		padding: 0 30px;
	}
}

#welcome-sidebar ul.jimmy-top {
	margin: -10px 0 60px 30px;
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	#welcome-sidebar ul.jimmy-top {
		text-align: left;
	}
}

#welcome-sidebar ul.block-grid {
	list-style: none;
	margin: 0 0 60px;
}

#welcome-sidebar ul.block-grid li:before {
	content: '';
	display: none;
}

.downloads-start {
	padding: 0 0 60px;
	margin-top: 60px;
	position: relative;
	z-index: 3;
}

@media only screen and (min-width: 64.0625em) {
	.downloads-start {
		margin-top: 0;
	}
}

.downloads-start a.large-download {
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 15px 15px;
	background: #74DD7D;
	font-size: 1rem;
	font-family: "montserrat-regular";
	color: #f2f2f2;
	border: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.downloads-start a.large-download i.fa {
	font-size: 1.75rem;
	position: relative;
	top: 5px;
	margin-right: 0.5rem;
	color: #282C38;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.downloads-start a.large-download.pink {
	background: #4bd357;
}

.downloads-start a.large-download.secondary {
	background: #9de7a3;
}

.downloads-start a.large-download:first-child {
	border-bottom: 1px solid #f2f2f2;
}

.downloads-start a.large-download:hover, .downloads-start a.large-download:focus, .downloads-start a.large-download:active {
	background: #6B3DE4;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.downloads-start a.large-download:hover i.fa, .downloads-start a.large-download:focus i.fa, .downloads-start a.large-download:active i.fa {
	color: #f2f2f2;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.discount-row {
	font-family: "montserrat-light";
}

.discount-row a {
	display: inline-block;
	margin-left: 0.5rem;
	color: #6B3DE4;
}

.discount-row a:hover, .discount-row a:focus, .discount-row a:active {
	color: #FC425F;
}

.remove-solo {
	position: relative;
	top: 6px;
	float: right;
	padding: 10px;
	font-size: 0.5rem;
	line-height: 0.5rem;
	opacity: 0.5;
}

.remove-solo:hover, .remove-solo:active, .remove-solo:focus {
	opacity: 1;
}

.week-based-content p img {
	display: none;
}

.product-page.they-currency {
	display: inline-block;
	margin-top: -1rem;
	font-family: "montserrat-regular";
}

#shopp #cart table {
	margin-bottom: -2rem;
}

@media only screen and (max-width: 40em) {
	#shopp #cart table tbody {
		display: block;
	}
	#shopp #cart table tbody tr:first-child {
		display: none;
	}
	#shopp #cart table tbody tr:not(:first-child) {
		display: block;
		clear: left;
	}
	#shopp #cart table tbody tr:not(:first-child) td:first-child {
		display: block;
		width: 100%;
		float: none;
		border-top: 1px solid #f2f2f2;
		padding-top: 1rem;
	}
	#shopp #cart table tbody tr:not(:first-child) td:last-child {
		font-family: "lora-regular";
		font-weight: bold;
	}
	#shopp #cart table tbody tr:not(:first-child) td:last-child span.small-label {
		font-family: "montserrat-regular";
	}
	#shopp #cart table tbody tr:not(:first-child) td {
		width: 33%;
		float: left;
		border: 0;
	}
	#shopp #cart table tbody tr:not(:first-child).totals {
		clear: left;
		display: block;
	}
	#shopp #cart table tbody tr:not(:first-child).totals td, #shopp #cart table tbody tr:not(:first-child).totals th {
		display: block;
		width: 50%;
		float: left;
	}
	#shopp #cart table tbody tr:not(:first-child).totals td.money {
		border-bottom: 1px solid #f2f2f2;
	}
	#shopp #cart table tbody tr:not(:first-child).totals .discount-section {
		float: none;
		width: 100%;
		margin-bottom: 1rem;
		min-height: 4rem;
	}
	#shopp #cart table tbody tr:not(:first-child).totals .discount-section input, #shopp #cart table tbody tr:not(:first-child).totals .discount-section a {
		width: 50%;
		text-align: center;
	}
	#shopp #cart table tbody tr:not(:first-child).totals .applycode {
		width: 100%;
		max-width: none;
		padding-bottom: 2rem;
	}
	#shopp #cart table tbody tr:not(:first-child).totals .applycode #apply-code,
	#shopp #cart table tbody tr:not(:first-child).totals .applycode #discount-code {
		float: none !important;
		width: 100% !important;
	}
	#shopp #cart table tbody tr:not(:first-child).totals .applycode #discount-code {
		margin-bottom: 0;
	}
	#shopp #cart table tbody tr:not(:first-child).totals .full-width {
		width: 100% !important;
		float: none !important;
	}
	#shopp #cart table .show-for-small.small-label {
		color: #5e647f;
		font-family: "montserrat-light";
		padding-top: 1.3rem;
		display: block;
	}
	#shopp #cart table .remove-solo {
		float: none;
		width: 100%;
	}
}

.flex-video.vimeo.widescreen iframe {
	display: block;
	z-index: 30;
}

.fine-sep {
	border: 0;
	background: rgba(242, 242, 242, 0.1);
	height: 1px;
	width: 66%;
	margin: 2rem auto;
}

@media only screen and (min-width: 64.0625em) {
	.fine-sep {
		width: 33%;
	}
}

#freshwidget-button a {
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(107, 61, 228, 0.75) !important;
	color: #f2f2f2;
	font-family: "montserrat-regular";
	padding: 0.6rem 2rem 0.5rem;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#freshwidget-button a:hover, #freshwidget-button a:focus, #freshwidget-button a:active {
	background: #5b33c2 !important;
}

#FreshWidget .widget-ovelay {
	background: rgba(91, 51, 194, 0.85);
}

@media only screen and (max-width: 40em) {
	.home.page .they-modal {
		min-height: none;
		background: transparent;
		top: 3rem;
	}
	.home.page .they-modal .close-reveal-modal {
		display: block;
		top: -2.1rem;
		font-size: 2.1rem;
		color: #f2f2f2;
	}
}

.woocommerce .coupon {
	text-align: left;
}

.woocommerce .coupon #coupon_code {
	width: 200px;
}

.woocommerce .button {
	border-radius: 3px;
	font-size: 13px;
}

.woocommerce a {
	color: #6B3DE4;
}

.woocommerce .cart .product-quantity {
	width: 50px;
}

.woocommerce .product-description {
	margin-top: 40px;
}

.woocommerce .product-thumbnail {
	max-width: 200px;
}

.woocommerce .product_title {
	margin-bottom: 30px !important;
}

.woocommerce .product .amount bdi, .woocommerce .product .amount bdi * {
	font-weight: bold;
}

.woocommerce .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	background: rgba(0, 130, 213, 0.25);
	display: flex;
	align-items: center;
	width: 100%;
	color: #6B3DE4;
	padding: 10px;
	border-radius: 3px;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
	margin-bottom: 0;
	margin-right: 20px;
}

.woocommerce .summary.entry-summary .woocommerce-product-details__short-description p {
	font-size: 1.1875rem;
}

.woocommerce .summary.entry-summary .quantity .qty {
	width: 70px;
}

.woocommerce.woocommerce-shop .products .product {
	text-align: center;
}

.woocommerce.woocommerce-shop .products .product:before {
	display: none;
}

.woocommerce.woocommerce-shop .products .product .woocommerce-loop-product__title {
	margin-top: 20px;
	font-size: 20px;
}

.woocommerce.woocommerce-shop .products .product .price {
	display: block;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
		width: 100%;
	}
}

/*# sourceMappingURL=screen.css.map */</pre></body></html>