/*!
Theme Name: Seven Figures
Theme URI: http://underscores.me/
Author: tiny blue orange
Author URI: https://tinyblueorange.com
Description: custom + responsive WordPress theme coded by tiny blue orange, designed by gif design studios
Version: 1.0.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seven-figures
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Colors: 
	very-light-pink: #f7e8e7 rgb(247, 232, 231)
	pine: #386352 rgb(56, 99, 82)
	neon-red: #fd1729 rgb(253, 23, 41)
	dark: #162925 rgb(22, 41, 37)
	black: #373737 rgb(55, 55, 55)
	off white: #fafafa rgb(250, 250, 250)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Seven Figures is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
	- General
	- Header
	- Blog & Podcast
	- Error Page
	- Pre-Footer
	- Footer
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
#video-glow {
	display: none;
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #373737;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.625;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
}
h1 {
	font-family: 'Tenor Sans', sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: 3px;
}
h1.no-space {
	letter-spacing: 0px;
}
h2 {
	color: #fd1729;
	font-family: 'Tenor Sans', sans-serif;
	font-size: 2.25em;
	font-weight: normal;
	margin: 0 0 30px;
}
.type-text h2:not(.has-text-align-center) {
	font-size: 2.5em;
}
h2.strike-through s {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
h2.strike-through s::before {
	background: url(https://helloseven.co/wp-content/uploads/2022/07/svg-blacktrace@2x.png) no-repeat center center;
	background-size: 100% auto;
	content: '';
	display: block;
	height: 45px;
	left: 20px;
	position: absolute;
	width: 119px;
}
h3 {
	color: #386352;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0 0 30px;
}
h4 {
	color: #386352;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.5;
	margin: 15px 0 30px;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 20px 0 10px;
	text-transform: uppercase;
}
h6 {
	font-family: 'Tenor Sans', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.83;
	margin: 2em 0 1em;
	text-transform: uppercase;
}
p {
	margin: 0 0 1.5em;
}
.svg-doodle {
	position: relative;
}
.svg-doodle::after {
	background: url(https://helloseven.co/wp-content/uploads/2022/03/svg-doodle@2x.png) no-repeat;
	background-size: 100% auto;
	bottom: -25px;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	width: 100%;
}
.svg-doodle.small-doodle::after {
	background: url(https://helloseven.co/wp-content/uploads/2022/03/svg-doodlesmall@2x.png) no-repeat;
	background-size: 100% auto;
	width: 310px;	
}
.red-slash-right {
	background: #fff url(https://helloseven.co/wp-content/uploads/2022/03/svg-maximizeright@3x.png) no-repeat bottom -1px right;
	background-size: 58% auto;	
}
.gray-slash-left {
	background: #fff url(https://helloseven.co/wp-content/uploads/2022/03/svg-directorshapebg@3x.png) no-repeat center left;
	background-size: 65% auto;	
	margin-top: 60px;
	margin-bottom: 100px;
}
.gray-slash-left-2 {
	background: #fff url(https://helloseven.co/wp-content/uploads/2022/03/svg-curvyline@3x.png) no-repeat center left;
	background-size: 85% auto;	
	margin-top: 60px;
	margin-bottom: 100px;
	padding-bottom: 5em !important;
	padding-top: 5em !important;
}
.light-weight {
	font-weight: 300 !important;
}
.hidden {
	display: none;
}
.larger-text {
	font-size: 1.25em;
	line-height: 1.5;
}
.smaller-text {
	font-size: 0.75em;
	margin-top: 10px;
}
.narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 710px;
	width: 90%;
}
.narrow-block {
	margin-left: auto;
	margin-right: auto;
	max-width: 910px;
	width: 90%;	
}
.normal-weight {
	font-weight: normal !important;
}
.no-margin {
	margin: 0;
}
.no-bottom.wp-block-group {
	padding-bottom: 5px;
}
.small-margin {
	color: #fd1729;
	margin: 8px 0;
}
article.teammember {
	margin-bottom: 140px !important;
}
.tenor {
	font-family: 'Tenor Sans', sans-serif;
	font-weight: normal;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/* Elements
--------------------------------------------- */
html, body {
  overflow-x: hidden;
}
body {
	background: #fff;
	position: relative;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
hr.opacity-20 {
	margin: 3em 0 !important;
	opacity: 0.2;
}
.opacity-20 {
	opacity: 0.2;	
}
.opacity-70 {
	opacity: 0.7;		
}
.left-red-border {
	border-left: 1px solid #fd1729;
	padding: 0 0 0 25px !important;
}
ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}
ul.slick-dots {
	padding-left: 0;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child).no-left-margin {
	margin-left: 3px !important;
}
.has-pine-background-color ul.is-style-check-bullets li::before {
	color: #fff;
}
ul.is-style-check-bullets.aligncenter {
	margin-left: auto;
	margin-right: auto;
	max-width: 280px;
}
.some-padding,
.gradient-quote {
	margin-bottom: 20px;
	padding: 20px !important;
}
.some-padding p,
.gradient-quote p {
	margin: 0 !important;
}
.some-padding img {
	margin-bottom: 5px;
	margin-right: 7px;
	max-width: 25px;
	vertical-align: middle;
}
#tmmc-videos {
	background: #fff url(https://helloseven.co/wp-content/uploads/2022/10/svg-curvedbg@2x.png) no-repeat center bottom;
	background-size: 80% auto;
}
ul.is-style-check-bullets, 
ul.is-style-filled-check-bullets,
ul.is-style-dash-bullets,
ul.is-style-star-bullets,
ul.is-style-gem-bullets,
ul.is-style-slash-bullets {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding-left: 30px;
}
ul.is-style-check-bullets li, 
ul.is-style-filled-check-bullets li,
ul.is-style-dash-bullets li,
ul.is-style-star-bullets li,
ul.is-style-gem-bullets li{
	margin-bottom: 1.7em;
}
ul.is-style-slash-bullets li {
	margin-bottom: 1em;
}
ul.is-style-check-bullets li::before {
	color: #fd1729;
	content: "\f058";	
}
ul.is-style-check-bullets.strike-bullets li::before {
	color: #c3c3c3;
	content: "\f656";	
}
ul.is-style-check-bullets.strike-bullets li {
	color: #c3c3c3;
}
#ticket ul.is-style-check-bullets li::before {
	color: #fff;
	content: "\f058";	
}
ul.is-style-filled-check-bullets li::before {
	color: #386352;
	content: "\f14a";	
	font-weight: 600 !important;
}
ul.is-style-dash-bullets li::before {
	color: #fd1729;
	content: "\f86c";	
}
ul.is-style-star-bullets li::before {
	color: #fd1729;
	content: "\f005";	
	font-weight: 600 !important;
}
ul.is-style-gem-bullets li::before {
	color: #252525;
	content: "\f3a5";	
}
#gethere ul.is-style-star-bullets {
	border-left: 1px dotted #fd1729;
	margin-left: 18px;
}
#gethere ul.is-style-star-bullets li {
	margin-left: -18px;
}
#gethere ul.is-style-star-bullets li::before {
	color: #fd1729;
	content: "\f111";	
	font-weight: 600 !important;	
	font-size: 11px;
	line-height: 30px;
	padding-left: 12px;
	padding-right: 28px;
}
ul.is-style-slash-bullets li::before {
	color: #fd1729;
	content: "/";	
	display: block;
	float: left;
	font-weight: 900;
	margin-left: -30px;
}
ul.is-style-slash-bullets.green-slash li::before {
	color: #386352;	
}
ul.is-style-check-bullets li::before, 
ul.is-style-filled-check-bullets li::before,
ul.is-style-dash-bullets li::before,
ul.is-style-star-bullets li::before,
ul.is-style-gem-bullets li::before {
	display: block;
	float: left;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	margin-left: -30px;
}
ul.is-style-slash-bullets strong {
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
ol {
	list-style: decimal;
	margin: 0;
	padding-left: 20px;
}
ol li {
	padding-bottom: 1.5em;
}
ol.is-style-opaque-numbered-bullets {
	counter-reset: opaque-number-counter;
	list-style: none;  
	margin: 0;
	padding-left: 0;	
}
ol.is-style-opaque-numbered-bullets > li {
	counter-increment: opaque-number-counter;
	padding: 55px 0 10px !important;
	position: relative;
}
ol.is-style-opaque-numbered-bullets > li::before {
	color: #fff;
	content: "0"counter(opaque-number-counter);
	font-family: 'Tenor Sans', sans-serif;
	font-size: 3.5em;
	left: -10px;
	letter-spacing: 0px;
	opacity: 0.2;
	position: absolute;
	top: 0;
}
ol.is-style-opaque-numbered-bullets h6 {
	font-size: 22px;
	margin: 5px 0 0;
}
ol.is-style-opaque-numbered-bullets ul {
	font-size: 16px;
	margin: 1em 0 0;
}


ol.is-style-numbered-bullets {
	counter-reset: red-number-counter;
	list-style: none;  
	margin: 0 0 1.5em 0;
	padding-left: 30px;
}
ol.is-style-numbered-bullets li {
	counter-increment: red-number-counter;
}
ol.is-style-numbered-bullets li::before {
	color: #fd1729;
	content: counter(red-number-counter) ". ";
	font-family: 'Tenor Sans', sans-serif;
	font-size: 2em;
	letter-spacing: 3px;
	margin-left: -30px;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
.fa-stitcher {
	background: url('images/stitcher-black.png') no-repeat center center;
	background-size: 100% auto;
	height: 20px;
	opacity: 0.5;
	width: 20px;
}
.fa-stitcher:hover {
	opacity: 0.8;	
}
ul.subscribe-links {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.subscribe-links.red-icons {
	margin-bottom: 7em;
}
ul.subscribe-links li {
	display: inline-block;
}
ul.subscribe-links a {
	color: rgba(55, 55, 55, 0.5);
	font-size: 20px;
	padding: 0 12px;
}
ul.subscribe-links a:focus {
	outline: none;
}
ul.subscribe-links a:hover {
	color: rgba(55, 55, 55, 0.8);
}
ul.subscribe-links.red-icons a {
	color: #fd1729;
	font-size: 30px;
	padding: 0 20px 0 0;
}
ul.subscribe-links.red-icons a:hover {
	color: #373737;
}
ul.subscribe-links.red-icons .fa-stitcher  {
	background: url('images/stitcher-red.png') no-repeat center center;
	background-size: 100% auto;
	height: 30px;
	opacity: 1;
	width: 30px;
}
ul.subscribe-links.red-icons .fa-stitcher:hover  {
	background: url('images/stitcher-black.png') no-repeat center center;
	background-size: 100% auto;
	opacity: 1;
}
/* Links
--------------------------------------------- */
a {
	color: #fd1729;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.37s ease;
	-moz-transition: 0.37s ease;
	-o-transition: 0.37s ease;
	transition: 0.37s ease;
}
a:hover,
a:focus,
a:active {
	color: #162925;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
.underline-link a {
	color: inherit !important;
	text-decoration: underline;
}
.underline-link a:hover {
	text-decoration: none;
}
.has-dark-background-color a:hover {
	color: #cc1423;
}
.neon-red-button a {
	background: #fd1729;
	border-radius: 0;
	color: #fff;
	font-weight: 500;
	padding: 20px 35px;
}
.wp-block-buttons:not(.no-margin) {
	margin-top: 50px;
}
.wp-block-button {
	margin-bottom: 0;
}
.roi-jump .wp-block-button {
	margin: 0 5px 0.7em;
	width: 12.5%;	
}
.quick-jump .wp-block-button {
	margin: 0 5px 0.7em;
	width: 18.5%;
}
@media screen and (max-width: 700px) {
	.roi-jump .wp-block-button,
	.quick-jump .wp-block-button {
		width: 48%;
	}	
}
.roi-jump a.wp-block-button__link,
.quick-jump a.wp-block-button__link {
	align-items: center; 
	display: flex !important;
	font-size: 0.65em;
	justify-content: center;
	height: 76px;
	padding: 5px 10px !important;
	width: 100%;
}
.roi-jump .wp-block-button.is-style-outline {
	background: linear-gradient(to bottom, #ffe8c3, #af894c) !important;
	border: none !important;
	border-radius: 2px;
  	position: relative;
	padding: 2px;
	transition: all 0.37s ease;
}
.vipbuttons .roi-jump .wp-block-button.is-style-outline a,
.vipbuttons .roi-jump .wp-block-button.is-style-outline:hover a.wp-block-button__link {
	background: #252525 !important;
}
.roi-jump .wp-block-button.is-style-outline:hover {
	background: #af894c !important;
}
.roi-jump .wp-block-button.is-style-outline a,
.roi-jump .wp-block-button.is-style-outline:hover a.wp-block-button__link {
	background: #386352 !important;
	color: #f7e8e7 !important;
}
.quick-jump .wp-block-button:not(.is-style-outline):not(.is-style-default) a.wp-block-button__link:hover {
	background-color: #386352 !important;
	border: none !important;
	color: #fff !important;
}
.wp-block-button.is-style-outline.video-pop-up {
	background-color: transparent !important;
	border-color: #fd1729 !important;	
	border-radius: 50px !important;
}
.wp-block-button.is-style-outline.video-pop-up:hover {
	background-color: #fd1729 !important;
}
.wp-block-button.is-style-outline.video-pop-up a.wp-block-button__link {
	color: #fff !important;
}
.wp-block-button.is-style-outline.video-pop-up a.wp-block-button__link img {
	margin-bottom: -9px;
}
a.wp-block-button__link {
	font-size: 0.8em;
	font-weight: 700 !important;
	letter-spacing: 1px;
	padding: 19px 35px !important;
	text-transform: uppercase;
}
.page-id-17821 .wp-block-button.is-style-default a:hover,
.page-id-18508 .wp-block-button.is-style-default a:hover {
	background: #386352 !important;	
}
.page-id-17821 #ticket .wp-block-button.is-style-default a:hover,
.page-id-17821 #ticket .wp-block-button.is-style-outline a:hover,
.page-id-18508 #ticket .wp-block-button.is-style-default a:hover,
.page-id-18508 #ticket .wp-block-button.is-style-outline a:hover {
	background: #fd1729 !important;	
}
.page-id-17821 #ticket .wp-block-button.is-style-default:hover,
.page-id-17821 #ticket .wp-block-button.is-style-outline:hover,
.page-id-18508 #ticket .wp-block-button.is-style-default:hover,
.page-id-18508 #ticket .wp-block-button.is-style-outline:hover {
	border: 2px solid #fd1729 !important;
}
.page-id-17821 #ticket .wp-block-button.is-style-default,
.page-id-18508 #ticket .wp-block-button.is-style-default {
	border: 2px solid #162925 !important;
}
.page-id-17821 #ticket .wp-block-button.is-style-outline,
.page-id-18508 #ticket .wp-block-button.is-style-outline {
	background: transparent !important;
	border: 2px solid #162925 !important;
}
.page-id-17821 #ticket .wp-block-button.is-style-outline a,
.page-id-18508 #ticket .wp-block-button.is-style-outline a {
	color: #fff !important;	
}
.wp-block-button:not(.is-style-outline):not(.is-style-default) a {
	background: #fd1729;
}
.wp-block-button:not(.is-style-outline):not(.is-style-default) a.wp-block-button__link:hover {
	background-color: #fff !important;
	border: 1px solid #fd1729;
	color: #fd1729 !important;
	padding: 19px 35px;
}
.page-template-page-club .wp-block-button:not(.is-style-outline):not(.is-style-default) a,
.drop-shadow,
.mmm-pricing-chart .wp-block-column {
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}
.mmm-pricing-chart .wp-block-column {
	padding: 24px 8px;
}
.mmm-pricing-chart .wp-block-column ul {
    padding: 20px;
}
.mmm-pricing-chart .wp-block-column .wp-block-buttons:not(.no-margin) {
    margin: 8px
    
}
.mmm-pricing-chart .wp-block-separator {
	max-width: 90px;
}
.mmm-pricing-chart .wp-block-column ul.is-style-check-bullets {
	margin-bottom: 0;
}
.mmm-pricing-chart .wp-block-column ul.is-style-check-bullets li {
	font-size: 15px;
	margin-bottom: 15px;
}
.mmm-pricing-chart .wp-block-column a.wp-block-button__link {
	background: #162925 !important;
}
.mmm-pricing-chart .wp-block-column a.wp-block-button__link:hover {
	border: none !important;
}
.mmm-pricing-chart .wp-block-column:not(.has-very-light-pink-background-color) ul.is-style-check-bullets li::before {
	color: #373737;
}
.mmm-pricing-chart .wp-block-column:not(.has-very-light-pink-background-color) ul.is-style-check-bullets.strike-bullets li,
.mmm-pricing-chart .wp-block-column:not(.has-very-light-pink-background-color) ul.is-style-check-bullets.strike-bullets li::before {
	color: rgba(55, 55, 55, 0.3);
}
figure.drop-shadow {
	border-radius: 4px;
}
.page-template-page-club .wp-block-button:not(.is-style-outline):not(.is-style-default) a.wp-block-button__link:hover {
	background-color: #fd1729 !important;
	border: none !important;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.85);
	color: #fff !important;
}
.page-template-page-club .wp-block-separator.is-style-wide {
	height: 1px;
	margin-top: 2em;
}
.page-template-page-club h2 {
	letter-spacing: 3px;
}
.page-template-page-club .block-padding {
	padding: 25px !important;
}
.page-template-page-club .block-padding .alignleft {
	margin-right: 1em;
}
.page-template-page-club .block-padding p:last-child {
	margin-bottom: 0;
}
.page-template-page-club .results-icons figure:not(.drop-shadow) {
	margin: 37px 0 7px 0;
}
.page-template-page-club .overflow-visible {
	overflow: visible;
	z-index: 4;
}
.page-template-page-club h6.has-text-color.has-medium-font-size {
	margin-bottom: 2px;
}
.page-template-page-club .extra-money-grid img {
	border-radius: 4px;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}
.page-template-page-club .extra-money-grid figcaption {
	background: transparent !important;
	bottom: 30px !important;
	font-size: 15px !important;
}
.page-template-page-club .wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question {
    font-family: 'Montserrat';
    text-transform: initial;
    line-height: 28px;
}
@media screen and (max-width: 900px) {
	#glowupheader .wp-block-cover__background {
		opacity: 0.7;
	}
	.opacity-70 {
		opacity: 1;
	}
	#glowupheader h5.opacity-20 {
		opacity: 0.7;
	}
	#glowupheader .wp-block-group:first-child {
		padding-bottom: 0 !important;
	}
	#glowupheader .wp-block-group:last-child {
		padding-top: 0 !important;
	}
	#glowupheader .wp-block-gallery.has-nested-images figure.wp-block-image img,
	#glowupheader .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		max-width: 90px !important;
	}
}
@media screen and (min-width: 900px) {
	.wp-block-gallery.has-nested-images.as-seen-in-opacity figure.wp-block-image:nth-of-type(2), 
	.wp-block-gallery.has-nested-images.as-seen-in-opacity figure.wp-block-image:nth-of-type(5) {
		padding: 0 50px;
	}
	.wp-block-gallery.has-nested-images.as-seen-in-opacity figure.wp-block-image:nth-of-type(4),
	.wp-block-gallery.has-nested-images.as-seen-in-opacity figure.wp-block-image:nth-of-type(6){
		padding: 0 20px;
	}
}
.glow-up-faq .uagb-faq-item,
.glow-up-faq .uagb-faq-item.uagb-faq-item-active {
	background: #fff !important
}
.glow-up-faq .uagb-faq-item .uagb-faq-questions {
	background: #386352;
}
.glow-up-faq .uagb-faq-item.uagb-faq-item-active .uagb-faq-questions {
	background: #fd1729;
}
.wp-block-group.left-border-red,
.wp-block-group.left-border-pine,
.wp-block-group.left-border-dark {
	border-left: 10px solid;
	margin: 20px 0 35px;
	padding: 0 0 0 10px;
}
.wp-block-group.left-border-red {
	border-color: #fd1729;
}
.wp-block-group.left-border-pine {
	border-color: #386352;
}
.wp-block-group.left-border-dark {
	border-color: #162925;
}
.wp-block-group.left-border-red h4,
.wp-block-group.left-border-pine h4,
.wp-block-group.left-border-dark h4 {
	font-size: 20px;
	margin-bottom: 0;
}
.wp-block-group.left-border-red h5,
.wp-block-group.left-border-pine h5,
.wp-block-group.left-border-dark h5 {
	margin-top: 5px;
}
@media screen and (min-width: 768px) {
	#curriculum .has-off-white-background-color {
		padding: 2em !important;
	}
}
#curriculum .has-off-white-background-color {
	padding: 10px;
}
#curriculum .uagb-faq-item {
	border: none !important;
}
#curriculum .wp-block-uagb-faq-child {
	padding: 20px;
}
#curriculum .wp-block-uagb-faq-child:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}
#curriculum:not(.five-days) .uagb-faq-item-active .uagb-faq-questions {
	font-weight: bold;
}
#curriculum.five-days .uagb-faq-item-active .uagb-faq-questions .uagb-question {
	color: #fd1729 !important;
}
#curriculum:not(.five-days) .uagb-question strong {
	color: #386352;
}
#curriculum.five-days .wp-block-separator.is-style-wide.has-off-white-background-color {
	margin: 80px 0 -80px 0;
	padding: 0 !important;
}
.page-id-16855 #team .team-grid .wp-block-column {
	max-width: 400px;
}
#team .team-grid a,
#team .the-team a {
	pointer-events: none;
}
#team .team-grid article.teammember, 
#team .the-team article.teammember {
	margin-bottom: 16px !important;
}
#team .team-grid .uagb-post__inner-wrap, 
#team .the-team .uagb-post__inner-wrap {
	background: transparent;
}
#team .team-grid .uagb-post__image, 
#team .the-team .uagb-post__image {
	position: relative;
}
#team .team-grid:not(.presenter-grid) .uagb-post__image::after {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 0 50px 50px;
	bottom: 0;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: 0;	
	width: 0;
}
#team .team-grid.presenter-grid .uagb-post__image {
	border-radius: 50%;
}
#team .team-grid:not(.presenter-grid) h3 {
	padding-left: 20px;
	padding-right: 20px;
}
#team .team-grid h3.uagb-post__title {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 4px;
	margin-top: 10px;
}
#team .team-grid h3.no-margin {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	opacity: 0.7;
}
#team .team-grid h6.small-margin,
.page-id-16855 #team .team-grid p {
	display: none;
}
.uagb-faq-child__wrapper,
.uagb-faq-item {
	outline: 0 !important;
}
.backlines {
	position: absolute;
	bottom: 0;
	right: 0;
}
.lil-spacing {
	margin-bottom: 40px;
	padding: 20px !important;
}
.more-spacing {
	border-bottom: 1px solid #e0b167;
	border-radius: 0 0 60px 0;
	padding: 40px !important;
}
.wp-image-18031,
.wp-image-18034,
.wp-image-18117,
.wp-image-18118,
.wp-image-18119,
.wp-image-18120 {
	margin-right: 5px;
	vertical-align: middle;
}
.h7-fixed {
	position: absolute;
	bottom: 0;
	right: -30px;
}
.no-clear {
	clear: none !important;
	margin-top: 0 !important;
	padding-top: 15px;
}
.no-clear + p {
	clear: both;
}
.no-clear + p.no-clear {
	padding-top: 0px;
}
.questions-hero .wp-block-group__inner-container {
	align-items: flex-end;
	display: flex;
}
.questions-hero .wp-block-image {
	width: 70%;
}
.questions-hero .wp-block-image img {
	max-width: 150px;	
}
#roiquestions .questions-hero .wp-block-image img {
	margin-left: -35px;
	max-width: 175px;
}
#roiquestions .questions-hero h2 {
	margin-left: -25px;	
}
.questions-hero h2 {
	margin-bottom: 0;
	margin-left: -50px;
}
.seven-questions {
	margin: -20px 0 20px;
}
.seven-questions label {
	color: #fd1729;
	margin-left: 5px;
	margin-right: 20px;
}
.wp-image-17027 {
	margin-bottom: -5px;
}
.page-id-25 .entry-content {
	background-color: #fafafa;
}
.contact-block .wp-block-button.is-style-outline {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 124px;
}
.contact-block .wp-block-button.is-style-outline a.wp-block-button__link {
	font-size: 1.25em;
	letter-spacing: 0;	
	line-height: 1.5;
	padding: 20px;
	text-transform: none;
}
.wp-block-button.is-style-outline {	
	background-color: #fff;
	border: 1px solid #fd1729;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
	border: none;
	color: #fd1729;
	display: block;
}
.wp-block-button.is-style-outline:hover {
	background-color: #fd1729;
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover,
.wp-block-button.is-style-outline:hover a.wp-block-button__link {
	background-color: transparent !important;
	color: #ffffff;
}
.all-caps a {
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.has-neon-red-background-color a {
	color: #fff;
}
.has-neon-red-background-color a:hover {
	color: #f7e8e7;
}
h3.has-neon-red-background-color a {
	padding: 20px;
}
.bio-blocks.wp-block-group {
	padding: 2em 20px;
}
.bio-blocks h3.has-neon-red-background-color {
	border: 1px solid #fd1729;
	margin-bottom: 50px;
	margin-top: 50px;
}
.bio-blocks h3.has-neon-red-background-color:hover {
	background-color: #fff;
}
.bio-blocks h3.has-neon-red-background-color:hover a {
	color: #fd1729;
}
.right-corner-green {
	background: #fff url(https://helloseven.co/wp-content/uploads/2022/09/svg-cornergreen@2x.png) no-repeat bottom -1px right !important;
	background-size: 120px auto !important;
}
.right-corner-gray {
	background: #fff url(https://helloseven.co/wp-content/uploads/2022/09/svg-cornergray@2x.png) no-repeat bottom -1px right !important;
	background-size: 120px auto !important;
}
.right-corner-pink {
	background: #fff url(https://helloseven.co/wp-content/uploads/2022/09/svg-cornerpink@2x.png) no-repeat bottom -1px right !important;
	background-size: 120px auto !important;
}
.right-corner-red {
	background: #fff url(https://helloseven.co/wp-content/uploads/2022/09/svg-cornerred@2x.png) no-repeat bottom -1px right !important;
	background-size: 120px auto !important;
}
.right-corner-white {
	background: #f7e8e7 url(https://helloseven.co/wp-content/uploads/2022/09/svg-cornerwhite@2x.png) no-repeat bottom -1px right !important;
	background-size: 120px auto !important;
}
.right-corner-white-pine {
	background: #386352 url(https://helloseven.co/wp-content/uploads/2022/09/svg-cornerwhite@2x.png) no-repeat bottom -1px right !important;
	background-size: 120px auto !important;
}
.bottom-corner {
	border-radius: 0 0 30px 0;
	padding: 20px 40px !important;
}
.align-end {
	align-items: end;
	padding: 20px 40px !important;
}
.vip-hotel.wp-block-group {
	border-radius: 37px;
	margin: -10px 0 -35px 40px;
	max-width: 180px;
	padding: 15px !important;
}
.vip-hotel.wp-block-group p {
	font-size: 15px;
	line-height: 1;
	margin: 0 !important;
}
/* Forms
--------------------------------------------- */
button:not(.menu-toggle):not(.slick-arrow),
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0px;
	background: #fd1729;
	color: #ffffff;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	padding: 19px 35px;
	text-transform: uppercase;
}
button:not(.menu-toggle):not(.slick-arrow):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #386352 !important;
}
button.pum-close.popmake-close {
	height: 20px !important;
	outline: none;
}
button.pum-close.popmake-close:hover {
	background-color: transparent !important;
	color: #fd1729 !important;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #386352 !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #373737;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(55, 55, 55, 0.5);
	border-radius: 0px;
	padding: 14px 14px 14px 1px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-bottom: 1px solid rgba(55, 55, 55, 1);
	outline: none;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
label {
	color: rgba(55, 55, 55, 0.5);
	font-size: 0.8em !important;
	font-weight: 500 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}
label .gfield_required {
	color: rgba(55, 55, 55, 0.5) !important;
}
.gform_footer {
	text-align: center;
}
.no-label label {
	display: none !important;
}
#gform_wrapper_1 {
	background-color: #ffffff;
	margin: 40px auto 0;
	max-width: 820px;
	padding: 0;
}
#gform_wrapper_1 .gfield_html {
	margin-bottom: 60px;
}
#gform_wrapper_1.gform_wrapper .gform_footer {
	padding: 0;
}
body .gform_wrapper div.validation_error,
body .gform_wrapper div.validation_message {
	border: none;
	color: #fd1729;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
body .gform_wrapper div.validation_error {
	font-size: 0.8em;	
}
body .gform_wrapper div.validation_message {
	font-size: 0.75em;
	padding-right: 0px;
	text-align: center;
}
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border: none;
}
body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .gfield_error .gfield_label .gfield_required {
	color: #fd1729;
}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper li.gfield_error textarea {
	border: none;
	border-bottom: 1px solid #fd1729;
}
#gform_3 {
	display: flex;
}
#gform_3 .gform_body {
	flex-basis: 70%;
}
#gform_3 .gform_footer {
	flex-basis: 30%;
	text-align: right;
}
#gform_3 .gform_footer input[type=submit] {
	margin: 0 !important;
}
#gform_wrapper_5 {
	padding: 0 30px;
}
form.calculator .gform_body {
	margin: 0 auto;
	max-width: 650px;
	padding-bottom: 50px;
}
form.calculator .no-label {
	margin-top: 10px !important;
}
.current-income {
	background-color: #f7e8e7;
	color: #fd1729;
	font-weight: 500;
	padding: 15px;
	text-align: center;
}
.current-income input[type=text] {
	text-align: center;
}
h3.equation {
	color: #386352 !important;
	display: inline-block;
	font-weight: 700 !important;
	padding: 9px 20px 10px;
}
.faux-input {
	background-color: #f7e8e7;
	color: #fd1729;
	display: inline-block;
	font-size: 1.25em;
	font-weight: 700;
	padding: 14px;
	text-align: center;
	vertical-align: top;
	width: 68%;
}
.income-total {
	display: block;
	float: right;
	margin: 16px 0 0 !important;
	padding-right: 0 !important;
	width: 55%;
}
.income-total .ginput_container::before {
	color: #386352;
	content: '= ';
	display: inline-block;
	font-size: 1.75em !important;
	font-weight: 700;
	padding-right: 5px;
}
.income-total input[type=text] {
	border-bottom: none;
	color: #386352;
	display: inline-block;
	font-size: 1.75em !important;
	font-weight: 700;
	text-align: left;
	width: 60% !important;
}
form.calculator .gform_footer {
	display: none !important;
}
#gform_wrapper_10.gform_wrapper .gfield_checkbox li label, 
#gform_wrapper_10.gform_wrapper .gfield_radio li label {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* General
--------------------------------------------- */
.wrapper,
.wp-block-group__inner-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}
.page-template-page-simple .wrapper .entry-content,
.search-results #primary .wrapper {
	margin: 100px auto;
}
.full-width .wp-block-group__inner-container {
	max-width: 98% !important;
}
.wp-block-group {
	padding: 2em 0;
	position: relative;
}
.wp-block-group.alignfull {
	padding: 4em 0;
}
.wp-block-group.alignfull.thin-bar {
	padding: 0.7em 0;
}
.wp-block-group.alignfull.thinnest-bar,
.wp-block-group.has-transparent-50-pink-background-color.thinnest-bar {
	padding: 0;
}
.wp-block-group.alignfull.thin-bar .wp-block-group__inner-container > :last-child {
	margin-bottom: 0 !important;
}
.hero-cover {
	margin: 0 auto;
}
.hidden {
	display: none;
}
.has-very-light-pink-color {
	color: #f7e8e7;
}
.has-pine-color {
	color: #386352;
}
.has-neon-red-color {
	color: #fd1729;
}
.has-dark-color {
	color: #162925;
}
.has-black-color {
	color: #373737 !important;
}
.has-transparent50-pink-color {
	color: rgba(247, 232, 231, 0.5);
}
.has-transparent-pink-color {
	color: rgba(247, 232, 231, 0.3);
}
.has-off-white-color {
	color: #fafafa;
}
.has-white-color {
	color: #ffffff;
}
.has-very-light-pink-background-color {
	background: #f7e8e7;
}
.has-pine-background-color {
	background: #386352;
}
.has-neon-red-background-color {
	background: #fd1729;
}
.has-dark-background-color {
	background: #162925;
}
.has-black-background-color {
	background: #373737 !important;
}
.has-off-white-background-color {
	background: #fafafa;
}
.has-transparent-50-pink-background-color {
	background-color: rgba(247, 232, 231, 0.5);
}
.has-transparent-pink-background-color {
	background-color: rgba(247, 232, 231, 0.3);
}
.has-white-background-color {
	background: #ffffff;
}
.light-pink-right {
	background: #ffffff url('images/hello-seven-bg-01.jpg') repeat-y right top;
	background-size: 100% auto;
}
.light-pink-left .wp-block-group__inner-container {
	padding: 85px 0;	
}
.light-pink-left::before {
	background-color: #f7e8e7;
	content: '';
	display: block;
	height: 557px;
	left: 0;
	position: absolute;
	width: 40%;
	z-index: 1;
}
.page-id-15 .light-pink-left::before {
	height: 708px;
}
.the-club .wp-block-group__inner-container {
	position: relative;
}
.the-club .light-pink-left {
	margin-bottom: 0;
}
.the-club .light-pink-left::before {
	height: 100%;
	left: 100px;
	width: 680px;
}
.the-club .light-pink-left .wp-block-column:first-of-type {
	padding-right: 60px;
}
.the-club .light-pink-left .wp-block-column {
	padding-bottom: 85px;
	padding-top: 85px;
	position: relative;
	z-index: 2;
}
.wp-block-columns.membership-pricing:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
	margin-left: 0 !important;
}
.membership-pricing > .wp-block-column > .wp-block-group {
	padding-top: 0;
}
.membership-pricing .layer-1 .has-pine-background-color {
	background-color: #55967d;
}
.membership-pricing .layer-2 .has-pine-background-color {
	background-color: #477d67;
}
.membership-pricing .has-pine-background-color {
	margin-bottom: 37px;
	padding-left: 10px;
	padding-right: 10px;
}
.membership-pricing .has-pine-background-color h2 {
	margin-bottom: 0;
}
.membership-pricing .has-pine-background-color h5 {
	margin-top: 12px;
}
.membership-pricing .wp-block-button {
	display: block;
	margin: 0 auto;
	width: 85%;
}
.membership-pricing .wp-block-button a.wp-block-button__link {
	padding-left: 10px !important;
	padding-right: 10px !important;
	width: 100%;
}
.membership-pricing .wp-block-group__inner-container p {
	font-size: 0.9em;
	margin-left: 25px;
	margin-right: 25px;	
}
.membership-pricing .wp-block-group__inner-container hr {
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
}
.membership-pricing .wp-block-group__inner-container hr::after {
	background: url(https://helloseven.co/wp-content/uploads/2022/03/svg-plusicon_2@2x.png) no-repeat;
	background-size: 100% auto;
	bottom: -7px;
	content: '';
	height: 16px;
	left: 48%;
	position: absolute;
	width: 16px
}
#growth-scale-chart {
	align-items: center;
}
#growth-scale .wp-block-columns {
	margin-bottom: 0;
}
#growth-scale .stick-right.stick-top {
	right: -60px;
}
#growth-scale-chart.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tabs__panel {
	margin: 30px auto;
	width: 98%;
}

#growth-scale-chart .uagb-tabs__panel.uagb-tabs__align-center {
	align-items: center;
}
#growth-scale-chart.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tabs__panel .uagb-tab {
	border-bottom: 1px solid rgba(151, 151, 151, 0.2);
	margin: 0;
	padding: 0 10px 8px;
	text-transform: uppercase;
}
#growth-scale-chart.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tabs__panel .uagb-tab a {
	outline: none;
}
#growth-scale-chart.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tabs__panel .uagb-tab:hover,
#growth-scale-chart.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tabs__panel .uagb-tab.uagb-tabs__active {
	border-bottom: 5px solid #fd1729;
	padding: 0 10px 4px;
}
#growth-scale-chart.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tabs__panel .uagb-tab:hover span {
	color: #fd1729;	
}
.topic-grid,
.club-options {
	align-items: stretch;
}
.topic-grid.dei-grid { 
	flex-wrap: wrap;
	justify-content: center;
}
.topic-grid.dei-grid .wp-block-column {
		margin-bottom: 20px; 
}
.topic-grid .wp-block-group {
	height: 100%;
	padding: 20px;
	text-align: center;
}
.topic-grid .wp-block-group.has-pine-background-color,
.topic-grid.dei-grid .has-pine-background-color {
	color: #ffffff;
	padding: 30px 45px;	
}
.topic-grid:not(.stacked) .wp-block-group__inner-container {
	align-items: center;
	display: flex;
	height: 100%;
}
.topic-grid h2 {
	color: #fff;
	font-size: 2.5em;
	left: 10px;
	position: absolute;
	top: 10px;
}
.topic-grid.stacked h2 {
	left: 30px;
	top: 30px;	
}
.topic-grid p {
	margin: 0;
}
.topic-grid.stacked {
	margin: 37px 0;
	padding: 30px 20px 30px 75px;
}
.how-it-works .has-pine-background-color {
	position: relative;
}
.how-it-works h2 {
	font-size: 2em;
	left: 10px;
	position: absolute;
	top: 10px;
	z-index: 1;
}
.how-it-works p.has-background {
	padding: 2.5em 2.5em 0.25em;
}
.embed-block.has-transparent-pink-background-color {
	background-color: rgba(247, 232, 231, 0.5);
}
.white-box {
	background: transparent url('images/hello-seven-bg-03.jpg') repeat-y left 100px top !important;
	background-size: 680px auto !important;
}
.light-pink-box {
	background: transparent url('images/hello-seven-pink-bg-02.jpg') repeat-y center top !important;
	background-size: 580px auto !important;
}
.wide-light-pink-box {
	background: transparent url('images/hello-seven-pink-bg-02.jpg') repeat-y left 100px top !important;
	background-size: 780px auto !important;
}
.right-light-pink-box {
	background: transparent url('images/hello-seven-pink-bg-02.jpg') repeat-y right top !important;
	background-size: 980px auto !important;
}
.narrow-right-light-pink-box {
	background: transparent url('images/hello-seven-bg-04.jpg') repeat-y right top !important;
	background-size: 480px auto !important;
}
.wide-light-pink-box.off-center-box {
	background-position: right top !important;
	padding: 90px 100px 90px 0;
	position: relative;
}
.narrow-right-light-pink-box .wp-block-group {
	margin: 0 auto;
	max-width: 550px;
}
.red-logo {
	background-color: #ffffff;
	padding: 0 !important;
}
.light-pink-left.red-logo .wp-block-group__inner-container {
	background: #ffffff url('images/hello-7-logo-red.png') no-repeat right top;
	background-size: 465px auto;
	max-width: 1366px;
	padding: 175px 0 50px;
	position: relative;
}
.category .light-pink-left.red-logo {
	background: #ffffff url('images/hello-seven-02-gold-brush-6.png') no-repeat left top 80px;
	background-size: 420px auto;
}
.category .light-pink-left.red-logo .wp-block-group__inner-container {
	background: transparent url('images/hello-7-podcast-logo-red.png') no-repeat right top;
	background-size: 320px auto;
}
.light-pink-left.red-logo::before {
	content: none;
}
.light-pink-left.red-logo .wp-block-group__inner-container .wp-block-columns::before {
	background-color: #f7e8e7;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 176px !important;
	width: 1550px;
	z-index: 1;	
}
.light-pink-left.red-logo .wp-block-column {
	position: relative;
	z-index: 3;
}
.light-pink-left.red-logo .wp-block-column:first-of-type {
	padding: 85px 0 85px 80px;
}
.span-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 736px;
}
.neg-left-margin-short {
	position: relative;
	z-index: 20;
}
.box {
	padding: 70px 30px 20px;
	position: relative;
	z-index: 15;
}
.layer-1 {
	position: relative;
	z-index: 1;
}
.layer-2 {
	position: relative;
	z-index: 2;
}
.layer-3 {
	position: relative;
	z-index: 3;
}
.layer-4 {
	position: relative;
	z-index: 4;
}
.layer-5 {
	position: relative;
	z-index: 5;
}
#hang-with-us .has-transparent-pink-background-color {
	background-color: rgba(247, 232, 231, 0.9);
}
.perks {
	justify-content: center;
}
.perks .wp-block-image figure {
	text-align: center;
}
.perks .wp-block-column:first-of-type .neg-top-margin-short {
	margin-top: -143px !important;
}
.perks .wp-block-column:first-of-type img {
	max-height: 283px;
	width: auto;
}
.perks .wp-block-column:last-of-type .neg-top-margin-short {
	margin-top: -189px !important;
}
.perks .wp-block-column:last-of-type img {
	max-height: 329px;
	width: auto;
}
.perks .wp-block-column {
	box-shadow: 0 10px 30px 0 rgba(55, 55, 55, 0.1);
	max-width: 480px;
}
.perks .wp-block-column .wp-block-group {
	padding: 20px 34px;	
}
.perks a {
	font-weight: 400;
}
.perks .has-transparent-pink-background-color {
	background-color: rgba(247, 232, 231, 0.5);
}
.number-slider .uagb-post__inner-wrap {
	background: transparent !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}
.number-slider .uagb-post__text {
	text-align: center !important;
}
.number-slider .smaller-text {
	font-size: 0.6em;
}
.number-slider .uagb-post__title a {
	cursor: default;
	pointer-events: none;
}
.tes-slider .wp-block-group__inner-container .wp-block-group__inner-container,
.uagb-testomonial__outer-wrap .uagb-tm__text-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	width: 80%;
}
.uagb-tm__meta a {
	color: #f7e8e7;
	text-decoration: underline;
}
.slide-right {
	direction: rtl;
}
.slide-right .inner {
	direction: ltr;
}
@media screen and (min-width: 780px) {
.slide-left em,
.slide-right em {
	font-size: 28px;
}	
}
.slide-left em,
.slide-right em {
	display: block;
	transform: skew(15deg);	
}
.slide-left strong,
.slide-right strong {
	display: block;
	font-size: 14px;
	font-weight: normal;
	transform: skew(15deg);	
}
.slide-left .slick-slide,
.slide-right .slick-slide {
	display: inline-block;
	margin: 15px 0;
	position: relative;
	text-align: center;
}
.page-id-16855 .slide-left .slick-slide,
.page-id-16855 .slide-right .slick-slide {
	padding: 30px;		
}
.page-id-17821 .slide-left .slick-slide,
.page-id-17821 .slide-right .slick-slide,
.page-id-18508 .slide-left .slick-slide,
.page-id-18508 .slide-right .slick-slide {
	padding: 1px 40px;		
}
.page-id-16855 .slide-left .slick-slide .inner,
.page-id-16855 .slide-right .slick-slide .inner {
	background: linear-gradient(to bottom, #f7e8e7 -185%, rgba(247, 232, 231, 0.14) 100%);
	color: #373737;
	padding: 35px 75px;
	transform: skew(-15deg);
}
.page-id-16855 .slide-left .slick-slide::after,
.page-id-16855 .slide-right .slick-slide::after {
  	background: linear-gradient(76deg, rgba(253, 23, 41, 0) 0%, #fd1729 53%, rgba(253, 23, 41, 0) 100%, rgba(0, 0, 0, 0) 100%);
	bottom: 5%;
	content: '';
	display: block;
	height: 90%;
	left: 30px;
	position: absolute;
	transform: rotate(15deg);
	width: 3px;
}
.slide-left .slick-slide em,
.slide-right .slick-slide em {
	transform: skew(15deg);	
}
.page-id-17821 .slide-left, 
.page-id-17821 .slide-right,
.page-id-18508 .slide-left, 
.page-id-18508 .slide-right {
	color: #4b4b4b;
	font-family: 'Tenor Sans', sans-serif;
	font-size: 1.7em;
	vertical-align: middle;
}
.tes-slider .slick-next {
	right: 25px;
}
.tes-slider .slick-prev {
	left: 25px;
}
.tes-slider .slick-next:before {
	content: '\f105';
}
.tes-slider .slick-prev:before {
	content: '\f104';
}
.tes-slider .slick-next:before,
.tes-slider .slick-prev:before {
	font-family: 'Font Awesome 5 Pro';	
	font-size: 28px;
	font-weight: 900;
}
.tes-slider button:focus {
	background: transparent !important;
}
.uagb-testomonial__outer-wrap .uagb-tm__author-name {
	text-transform: uppercase;
}
.uagb-testomonial__outer-wrap.uagb-slick-carousel .slick-prev {
	left: 0;
}
.uagb-testomonial__outer-wrap.uagb-slick-carousel .slick-next {
	right: 0;
}
.praise-slider .slick-track {
  display: flex;
}
.praise-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.the-team .uagb-post__inner-wrap {
	background: transparent !important;
}
.the-team h5.uagb-post__title {
	margin-top: 20px;
}
.the-team h5.uagb-post__title a {
	cursor: default;
	pointer-events: none;
}
.the-team .uagb-post-grid-byline {
	margin-bottom: 0 !important;
}
.the-team h3 {
	color: #373737;
}
.action-team h5,
.action-team p {
	padding-left: 50px;
}
.wide-light-pink-box.off-center-box figure.layer-3 {
	float: right;
}
.calculator-block {
	padding: 20px;
}
.calculator-block h2 em {
	font-size: 1.1em;
	font-style: normal;
}
.calculator-block h4,
.calculator-block p {
	margin-left: auto;
	margin-right: auto;
	max-width: 767px;
}
.uagb-faq-item:focus {
	outline: none;
}
.bio-header.wp-block-group.alignfull {
	background: rgba(247, 232, 231, 0.5) !important;
	padding: 4em 0;
}
.bio-blocks .wp-block-group__inner-container {
	max-width: 980px;
	padding: 1em 0;
}
.bio-blocks .wp-block-group__inner-container .wp-block-columns {
	background: rgba(247, 232, 231, 0.4) !important;
	margin: 50px 0 50px 100px;
	padding: 1em 0;
}
.bio-blocks .wp-block-group__inner-container .wp-block-columns:nth-of-type(odd) {
	background: #f7e8e7 !important;	
}
.bio-blocks .wp-block-columns .wp-block-image {
	display: inline-block;
	margin-left: -100px;
}
.bio-blocks .wp-block-columns img {
	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0.5);
}
.bio-blocks .wp-block-buttons {
	margin-top: 0;
}
.bio-blocks .wp-block-columns h3 {
	margin: 1em 0 10px;
}
.bio-blocks .has-neon-red-background-color {
	margin: 20px auto;
	max-width: 980px;
}
.salary-box ul {
	color: #162925;
}
.our-promise {
	padding: 60px 0;
	position: relative;
}
.our-promise .top-stick.stick-left {
	bottom: auto;
	left: -70px;
	top: -100px;
}
.review-grid figure {
	margin-bottom: 20px;
}
#more-button .close,
#more-button .open.close-reviews {
	display: none;
}
#more-button .open,
#more-button .open.close-reviews + .close {
	display: inline-block
}
.hidden-reviews {
	margin-top: 40px;
}
.hidden-reviews:not(.show-reviews) {
	display: none;
}
.included-programs {
	align-items: stretch;
}
.included-programs .has-pine-background-color {
	align-items: center;
	display: flex; 
	margin-bottom: 20px;
}
.included-programs .has-off-white-background-color {
	padding: 40px 20px !important;	
}
.test-drive .has-off-white-background-color {
	padding: 40px !important;
}
.included-programs .has-off-white-background-color p,
.test-drive .has-off-white-background-color p {
	margin-bottom: 0;
}
.included-programs .wp-block-image {
	align-items: center;
	display: flex;
	height: 78px;
	margin: 0 auto 20px;
	width: 166px;
}
.membership-gold.stick-right {
	right: -200px;
	top: 30px;
}
.membership-levels {
	align-items: stretch;
	margin: 0 auto 2em;
}
.membership-levels .wp-block-column.has-white-background-color {
	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0.5);
	margin-bottom: 10px;
	padding-bottom: 4.5em;
}
.membership-levels .wp-block-column .wp-block-group.has-background {
	margin-bottom: 2em;
	padding: 3.2em 0.5em;
}
.membership-levels .wp-block-column .wp-block-group.has-background p {
	margin-bottom: 0;
}
.membership-levels ul.is-style-check-bullets,
.membership-levels p {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.job-details .neg-bottom-margin {
	margin-bottom: -90px !important;
}
.job-details .wp-block-group {
	display: none;
	margin: 50px 20px;
	padding: 25px 50px;
}
.job-details .wp-block-group.show-details {
	display: block;
}
.show-details .wp-block-button:first-child.is-style-outline a.has-neon-red-background-color {
	background-color: #fff !important;
}
.job-details .wp-block-group.has-background {
	margin: 50px 20px;
	padding: 25px 50px;
}
.job-details .is-style-dash-bullets {
	margin-left: 3em;
}
.job-list .has-very-light-pink-background-color {
	margin: 20px;
	padding: 50px;
}
.job-list p {
	margin-bottom: 0;
}
.job-list .wp-block-buttons {
	margin-top: 30px;
}
.drives-us .has-pine-background-color {
	background-color: rgba(56, 99, 82, 0.5);
	padding: 20px;
}
.drives-us .has-dark-background-color {
	background-color: rgba(22, 41, 37, 0.65);
	padding: 20px;
}
.hiring-process .has-transparent-50-pink-background-color {
	margin-bottom: 30px;
}
.hiring-process .has-transparent-50-pink-background-color .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}
.hiring-process .has-transparent-50-pink-background-color h2 {
	text-align: center;
}
.hiring-process .has-transparent-50-pink-background-color .wp-block-group,
.hiring-process p.larger-text {
	padding: 0;
}
.hiring-process .has-transparent-50-pink-background-color .wp-block-group p:not(:first-child) {
	padding-left: 40px;
}
/* Header
--------------------------------------------- */
#masthead {
	background: #ffffff;
	position: relative;
	width: 100%;
	z-index: 30;
}
#masthead .wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: 95%;
	padding-right: 10px;
}
.site-branding {
	position: relative;
}
.site-branding a {
	outline: none;
}
/* Blog & Podcast
--------------------------------------------- */
.blog-hero.wp-block-group.alignfull,
.podcast-hero.wp-block-group.alignfull {
	padding: 5em 0;
}
.post-slider .uagb-post__inner-wrap {
	background: transparent !important;
}
.post-slider.pod-slider article.podcast {
	display: inline-block;
	margin-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.post-slider img {
	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0.5);
}
.post-slider .uagb-post__text {
	position: relative;
}
.post-slider .uagb-post__excerpt {
	display: none;
}
.post-slider .uagb-post__cta {
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: -45px;
}
.post-slider .uagb-post__cta a {
	height: 54px;
	padding: 15px 15px 15px 17px !important;
	text-align: center;
    width: 54px;
}
.post-slider.pod-slider .uagb-post__cta {
	border: none;
}
.post-slider .uagb-post__cta.listen a {
	background: #162925;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 1.4em;
	line-height: 1;
	transition: .3s ease;
}
.post-slider .uagb-post__cta.listen a:hover {
	background: #fd1729;
}
.post-slider .uagb-post__cta:not(.listen) a::before {
	content: '\f04b';
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.4em;
	font-weight: 900;
	line-height: 1;
}
.post-slider  button:before {
	opacity: 1 !important;
}
.post-slider button:not(.menu-toggle):not(.slick-arrow):hover,
.post-slider button:not(.menu-toggle):not(.slick-arrow):active,
.post-slider button:not(.menu-toggle):not(.slick-arrow):focus {
	background-color: transparent !important;
}
.post-slider button:hover::before,
.post-slider .slick-active button::before {
	color: #fd1729 !important;	
}
.post-slider.pod-slider.uagb-slick-carousel ul.slick-dots {
	padding-top: 0;
	display: block;
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center;
}
.post-slider.pod-slider.uagb-slick-carousel ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.post-slider.pod-slider.uagb-slick-carousel ul.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fd1729;
}
.post-slider.pod-slider.uagb-slick-carousel ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.post-slider.pod-slider.uagb-slick-carousel ul.slick-dots li button:before {
	font-family: none;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.single-podcast,
body.single-post {
	background-color: #ffffff;
}
.podcast-header {
	background-size: 100% auto;
	height: 236px;
}
.blog-header {
	height: 450px;
}
.blog-header .wrapper {
	padding-top: 50px;
}
.blog-header .has-off-white-background-color {
	display: block;
	float: right;
	height: 520px;
	width: 500px;
}
.podcast-header .wrapper {
	background: transparent url('images/hello-7-logo-red.png') no-repeat right top;
	background-size: 410px auto;
	height: 100%;
	max-width: 1366px;
}
article.podcast .wrapper,
article.post .wrapper {
	margin: 80px auto;
	max-width: 680px;
}
.podcast-subheader .wrapper {
	max-width: 700px;
	padding: 20px;
}
.podcast-subheader h4 {
	color: rgba(55, 55, 55, 0.5);
	display: inline-block;
	margin: 0 10px 0 0;
}
.related-post-grid {
	margin-top: 4em;
}
.related-post-grid article {
	background-color: #f7e8e7;
	flex-basis: 40%;
	margin-left: 10%;
	padding: 50px 20px;
}
.related-post-grid article.post {
	padding: 26px 20px 36px;
}
.related-post-grid img.alignleft {
	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0.5);
	margin-left: -70px;
}
.related-post-grid h5,
.related-post-grid h4 {
	clear: none;
	margin: 0;
}
.related-post-grid h5 a {
	color: #386352;
}
.related-post-grid p {
	margin-top: 10px;
}
.read-more {
	float: right;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.single #primary .wp-block-group.has-background {
	margin: 0 0 2em;
	padding: 60px;
}
.single #primary .wp-block-group.has-background h1,
.single #primary .wp-block-group.has-background h2,
.single #primary .wp-block-group.has-background h3,
.single #primary .wp-block-group.has-background h4,
.single #primary .wp-block-group.has-background h5,
.single #primary .wp-block-group.has-background h6 {
	margin-top: 0;
}
.single #primary .wp-block-group.has-background ul {
	margin: 0;
}
.single-post .entry-header {
	margin-bottom: 50px;
}
.single-post .entry-header .post-thumbnail {
	float: right;
	margin: -400px -50px 100px 0;
	max-width: 627px;
}
.single-post .entry-footer {
	border-top: 1px solid #979797;
	margin: 55px 0;
	padding: 5px 0 20px;
	text-align: right;
}
.single-post .entry-footer h5 {
	display: inline-block;
}
.single-post .entry-footer a {
	color: #386352;
	display: inline-block;
	font-size: 1.2em;
	margin-left: 10px;
}
.single-post .entry-footer a:hover {
	color: #fd1729;
}
.single-post .entry-footer a:focus {
	outline: none;
}
.category-grid {
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 2em 0;
	padding: 0;
}
.category-grid li {
	background-color: rgba(247, 232, 231, 0.3);
	cursor: pointer;
	flex-basis: 49%;
	margin-bottom: 2%;
	text-align: center;
}
.category-grid li:hover,
.category-grid li.current-cat {
	background-color: rgba(247, 232, 231, 1);
}
.category-grid li a {
	color: #386352;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
	padding: 15px;
	text-transform: uppercase;
}
.wp-block-group.transcript {
	background-color: rgba(250, 250, 250, 0.37);
	border: 1px solid #373737; 
	height: 400px; 
	overflow: auto; 
	padding: 20px;
	width: auto;
}
/* Error Page
--------------------------------------------- */
.error-404 {
	background-color: #f7e8e7;
	float: right;
	margin: -350px 0 0;
	padding: 60px;
	position: relative;
	text-align: center;
	width: 60%;
	z-index: 20;
}
.error-404 h1.page-title {
	color: #373737;
	font-size: 5em;
	line-height; 1;
	margin: 0;
}
.error-404 h3 {
	font-family: 'Tenor Sans', sans-serif;
	font-weight: normal;
	line-height: 1.1;
	margin: 20px auto;
}
.error-404 a {
	background-color: #fd1729;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-top: 20px;
	padding: 19px 35px;
	text-transform: uppercase;
}
.error-404 a:hover {
	background-color: #fafafa;
	color: #fd1729;
}
/* Pre-Footer
--------------------------------------------- */
#secondary {
	background: #162925;
	clear: both;
	padding: 4em 20px;
}
#secondary .wrapper {
	color: #fafafa;
	max-width: 980px;
}
#secondary .widget {
	width: 35%;
}
#secondary .widget:first-of-type {
	margin-right: 8%;
	width: 22%;
}
/* Footer
--------------------------------------------- */
.page-id-16855 #colophon,
.page-id-17821 #colophon,
.page-id-18508 #colophon,
.page-id-18580 #colophon {
	background: #162925;
	color: #fff;
}
.page-id-16855 #colophon a,
.page-id-16855 #colophon .site-credits a,
.page-id-17821 #colophon a,
.page-id-17821 #colophon .site-credits a,
.page-id-18508 #colophon a,
.page-id-18508 #colophon .site-credits a,
.page-id-18580 #colophon a,
.page-id-18580 #colophon .site-credits a {
	color: #fff;
	font-weight: 400;
}
#colophon {
	background: #f7e8e7;
	font-size: 0.75em;
	line-height: 1.83;
	padding: 1.25em 2.5em;
	text-align: center;
}
#colophon a {
	color: #373737;
}
#colophon a:hover {
	color: #386352;
}
#colophon .site-credits a {
	font-weight: 700;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.menu,
.sub-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul {
	display: none;
}
.main-navigation li {
	position: relative;
	text-align: center;
}
.main-navigation li.mobile-only,
.main-navigation.toggled ul.menu li.no-mobile {
	display: none;
}
.main-navigation li li {
	text-align: left;
}
.main-navigation > li:last-child a {
	padding-right: 0;
}
.main-navigation a {
	color: #fd1729;
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px 10px;
	text-transform: uppercase;
}
.main-navigation li:hover > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-parent > a{
	font-weight: 600;
	text-decoration: underline;
}
.main-navigation .neon-red-button a {
	background: #fd1729;
	border: 1px solid #fd1729;
	color: #fff;
	font-weight: 500;
	margin-left: 10px;
	padding: 19px 35px;
}
.main-navigation .neon-red-button:hover a {
	background: #fff;
	color: #fd1729;
	text-decoration: none;
}
.menu-toggle {
	background-color: transparent;
	border: none;
	color: #fd1729;
	cursor: pointer;
	display: block;
	padding: 20px;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent !important;
	color: #373737;
	outline: none;
}
.main-navigation.toggled ul.menu {
	background-color: #fff;
	display: block;
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: right;
}
.main-navigation.toggled ul.menu li.mobile-only {
	display: block;
}
#menu-footer-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0 0 0;
}
#menu-footer-menu li {
	margin-bottom: 0.8em;
	width: 50%;
}
#menu-footer-menu a {
	color: #fafafa;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#menu-footer-menu li:hover a,
#menu-social-menu li:hover a {
	color: rgba(56, 99, 82, 0.8);
}
#menu-social-menu li {
	display: inline-block;
	padding-left: 2em;
}
#menu-social-menu a {
	color: #fafafa;
	font-size: 1.25em;
}
ul.social-menu {
	list-style: none;
	margin: 60px 0 30px;
	padding: 0;
	text-align: center;
}
ul.social-menu li {
	display: inline-block;
}
ul.social-menu a {
	font-size: 30px;
	padding: 20px;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.search-results .site-main .posts-navigation {
	margin: 2em auto 1.5em;
	max-width: 500px;
	width: 500px;
}
.search-results .site-main .posts-navigation .nav-previous a,
.search-results .site-main .posts-navigation .nav-next a {
	background: #fd1729;
	border: 1px solid #fd1729;
	color: #fff !important;	
	font-size: 0.8em;
	font-weight: 700 !important;
	letter-spacing: 1px;
	padding: 19px 35px;
	text-transform: uppercase;
}
.search-results .site-main .posts-navigation .nav-previous:hover a,
.search-results .site-main .posts-navigation .nav-next:hover a {
	background: #ffffff;
	color: #fd1729 !important;	
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post,
.page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.blog-grid {
	margin: 4em 0 1em;
}
.blog-grid article {
	margin-bottom: 20px;
}
.blog-grid article .entry-content {
	background: #fafafa;
	margin-top: -150px;
	padding: 160px 30px 30px;
}
.blog-grid .uagb-post__inner-wrap {
	background: transparent !important;
}
.blog-grid article .uagb-post__image {
	padding: 0 30px 10px;
}
.blog-grid article .uagb-post__image + .uagb-post__text {
	margin-top: -180px;
	padding-top: 200px;		
}
.blog-grid article .uagb-post__text {
	background: #fafafa !important;
	padding: 5px 30px;	
}
.blog-grid article .uagb-post__title,
.blog-grid article .uagb-post-grid-byline,
.blog-grid article .uagb-post__excerpt {
	margin-bottom: 0;
}
.blog-grid article .uagb-post__title a {
	color: #3b3b3b;
}
.blog-grid article .uagb-post__text:last-child {
	padding-bottom: 30px;
}
.blog-grid .uagb-post__taxonomy,
.blog-list .uagb-post__taxonomy {
	color: #386352;
	font-weight: 700;
	letter-spacing: 1px;
}
.blog-grid:not(.pod-grid) .uagb-post__cta {
	background: transparent !important;	
	display: block;
	text-align: right;
}
.blog-grid.pod-grid .uagb-post__cta {
	background: transparent !important;
	display: block;
	margin: 0 auto -5em;
	text-align: center;
}
.blog-grid:not(.pod-grid) .uagb-post__cta a {
	color: #fd1729 !important;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blog-grid:not(.pod-grid) .uagb-post__cta a:hover {
	color: #373737 !important;	
}
.blog-grid.pod-grid .uagb-post__cta a,
.blog-list .uagb-post__cta a {
	background-color: #fd1729;
	border: 1px solid #fd1729;
	font-size: 0.8em;
	font-weight: 500 !important;
	letter-spacing: 1px;
	padding: 17px 35px !important;
	text-transform: uppercase;
}
.blog-grid.pod-grid .uagb-post__cta a:hover,
.blog-list .uagb-post__cta a:hover {
	background-color: #fff;
	border: 1px solid #fd1729;
	color: #fd1729 !important;
}
.blog-grid .dashicons,
.blog-list .dashicons,
.pod-grid .uagb-post__excerpt {
	display: none !important;
}
.blog-list .uagb-post__inner-wrap {
	background: transparent !important;
	margin: 0 0 50px 100px;
	max-width: 880px;
}
.blog-list article:nth-of-type(odd) .uagb-post__inner-wrap {
	background: #f7e8e7 !important;	
}
.blog-list .uagb-post__image {
	float: left;
	margin: 49px 55px 49px -100px !important;
	max-width: 345px;
	min-width: 140px;
}
.blog-list .uagb-post__text {
	display: inline-block;
	max-width: 58%;
}
.blog-list h3.uagb-post__title {
	margin-top: 60px;
}
.blog-list img {
	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0.5);
}
.blog-list .uagb-post__text:first-child {
	padding-right: 100px;
}
.blog-list .uagb-post-pagination-wrap {
	margin-top: 4em !important;
}
.blog-list .uagb-post-pagination-wrap a.page-numbers,
.blog-list .uagb-post-pagination-wrap .page-numbers.current {
	margin: 0 8px 8px 0;
	padding: 6px 15px;
}
.page-id-723:not(.paged) .blog-list article:nth-of-type(1), 
.page-id-723:not(.paged) .blog-list article:nth-of-type(2), 
.page-id-723:not(.paged) .blog-list article:nth-of-type(3) {
	display: none;
}
.podcast h4.uagb-post__title {
	font-size: 19px !important;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: solid 1px #fd1729;
	padding-left: 14px !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	font-size: 16px;
	line-height: 16px;
}
button.wp-block-search__button.has-icon,
button.wp-block-search__button.has-icon:hover {
	background: transparent !important;
}
.wp-block-search .wp-block-search__button svg {
	fill: #fd1729;
	height: 30px;
	width: 30px;
}
.wp-block-search .wp-block-search__button:hover svg {
	fill: #373737;
}
/* Media
--------------------------------------------- */
#join img.wp-image-18754 {
	margin-bottom: 15px;
	vertical-align: middle;
}
img.wp-image-18751 {
	margin-bottom: -37px;
	max-width: 380px;
}
img.wp-image-16920,
img.wp-image-16986 {
	margin: -20px auto 20px;
}
.bottom-border-img {
	position: relative;
}
.bottom-border-img::after {
  	background: linear-gradient(76deg, rgba(253, 23, 41, 0) 0%, #fd1729 53%, rgba(253, 23, 41, 0) 100%, rgba(0, 0, 0, 0) 100%);
	bottom: 7%;
	content: '';
	display: block;
	height: 3px;
	margin-left: -10%;
	position: absolute;
	transform: rotate(-13.5deg);
	width: 120%;
}
.red-gradient-border::before {
  	background: linear-gradient(76deg, rgba(253, 23, 41, 0) 0%, #fd1729 53%, rgba(253, 23, 41, 0) 100%, rgba(0, 0, 0, 0) 100%);
	content: '';
	display: block;
	height: 5px;
	position: absolute;
	top: -5px;
	width: 100%;
	z-index: -1;
}
.page-id-17821 .red-gradient-border::before,
.page-id-18508 .red-gradient-border::before {
	margin-left: 10%;
	width: 80%;
}
.red-gradient-border {
	z-index: 10;
}
@media screen and (max-width: 769px) {
	.red-gradient-border .wp-block-columns {
		padding-top: 4em;
	}
	.red-gradient-border .neg-top-margin-short {
		margin-top: 0 !important;
	}
}
#video-embed {
	padding: 0 !important;
	text-align: center;
}
#video-embed .wp-block-group__inner-container {
	max-width: 100%;
	line-height: 0;
}
#video-embed .wp-block-embed iframe {
	min-height: 70vh;
	width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.before-glow .wp-block-cover__image-background {
	left: auto !important;
	width: 50% !important;
}
.after-glow .wp-block-cover__image-background {
	right: auto !important;
	width: 50% !important;
}
@media screen and (max-width: 980px) {
	.roi-jump .wp-block-button {
		width: 28%;
	}
	.before-glow .wp-block-cover__image-background {
		width: 100% !important;			
	}
	.after-glow .wp-block-cover__image-background {
		width: 120% !important;		
	}
}
.off-white-shadow {
	-webkit-box-shadow: 120px -10px 0px 50px rgba(250, 250, 250, 1);
	-moz-box-shadow: 120px -10px 0px 50px rgba(250, 250, 250, 1);
	box-shadow: 120px -10px 0px 50px rgba(250, 250, 250, 1);
	line-height: 0;
}
.single-podcast .off-white-shadow {
	box-shadow: none !important;
}
.bio-header .off-white-shadow {
	-webkit-box-shadow: -200px -10px 0px 50px rgba(250, 250, 250, 1);
	-moz-box-shadow: -200px -10px 0px 50px rgba(250, 250, 250, 1);
	box-shadow: -200px -10px 0px 50px rgba(250, 250, 250, 1);	
}
.light-pink-shadow img {
	-webkit-box-shadow: 20px 80px 0 0 rgba(247, 232, 231, 1);
	-moz-box-shadow: 20px 80px 0 0 rgba(247, 232, 231, 1);
	box-shadow: 20px 80px 0 0 rgba(247, 232, 231, 1);
	line-height: 0;
	margin-bottom: 0.8em;
}
.wp-block-image {
	margin-bottom: 0;
}
.full-width .as-seen-in .blocks-gallery-grid .blocks-gallery-item {
	width: auto !important;
}
figure.wp-block-gallery.has-nested-images.as-seen-in-opacity,
figure.wp-block-gallery.has-nested-images.featured-in-gallery {
	align-items: center;
	justify-content: space-between;
}
.wp-block-gallery.has-nested-images.as-seen-in-opacity:not(.is-cropped) figure.wp-block-image:not(#individual-image),
.wp-block-gallery.has-nested-images.featured-in-gallery:not(.is-cropped) figure.wp-block-image:not(#individual-image){
	margin-bottom: 0;
	text-align: center;
}
.wp-block-gallery.has-nested-images.as-seen-in-opacity figure.wp-block-image,
.wp-block-gallery.has-nested-images.featured-in-gallery figure.wp-block-image {
	padding: 0 10px;
}
.as-seen-in {
	position: relative;
}
.as-seen-in .blocks-gallery-grid {
	align-items: center;
	justify-content: space-evenly;
	margin: 0 auto;
}
.countdown-block {
	margin-bottom: -10px;
	text-align: center;
}
.page-template-page-club .box.cd-box-day,
.countdown-block .wp-block-countdown-block-countdown,
.countdown-block p {
	display: inline-block !important; 
}
.countdown-block .wp-block-countdown-block-countdown,
.countdown-block p {
	padding: 0 !important; 
}
.page-template-page-club .eb-cd-label {
	vertical-align: top;
}
.page-template-page-club .eb-cd-digit {
	display: inline-block !important;	
}
.page-template-page-club .eb-cd-label {
	display: inline-block !important;
	padding-left: 5px;
}
.slash-testimonials-2 .uagb-tm__image-content {
	padding: 0 !important;
	position: relative;
	z-index: 2;
}
.slash-testimonials-2 .uagb-tm__image-content img {
	clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
	min-width: 300px;
}
.slash-testimonials-2 .uagb-tm__author-name,
.slash-testimonials-2 .uagb-tm__company {
	display: inline-block;
	text-transform: capitalize;
}
.slash-testimonials-2 .uagb-tm__author-name {
	font-weight: bold;
}
.slash-testimonials-2 span.popup-trigger {
	border: 1px solid #fff;
	border-radius: 2px;
	display: inline-block;
	font-size: 0.65em;
	font-weight: 700 !important;
	letter-spacing: 1px;
	margin: 10px 0 20px;
	padding: 14px 30px !important;	
	text-transform: uppercase;
}
.slash-testimonials-2 span.popup-trigger:hover {
	opacity: 0.7;
}
.slash-testimonials-2 button:not(.menu-toggle):not(.slick-arrow):hover,
.slash-testimonials-2 button:hover,
.slash-testimonials-2 button:focus,
.slash-testimonials-2 button:active {
	background-color: transparent !important;
}
.slash-testimonials .slick-slide {
	padding: 37px 40px 47px 80px;	
}
.slash-testimonials .slick-slide > div {
	background-color: #fafafa;
	box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.2);
	line-height: 0;
}
.slash-testimonials .uagb-testimonial__wrap {
	margin: 0 !important;
	padding: 0 !important;	
}
.slash-testimonials .uagb-tm__content {
	align-items: center;
	padding: 0 !important;
}
.slash-testimonials .uagb-tm__image-content {
	padding: 0 !important;
	position: relative;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	z-index: 2;
}
.slash-testimonials .uagb-tm__text-wrap {
	background-color: #fafafa;
	line-height: 1.625;
	padding: 30px 20px;
}
.slash-testimonials button:active,
.slash-testimonials button:focus {
	background-color: transparent !important;
}
.page-template-page-club .as-seen-in:first-of-type {
	margin: 40px auto 15px;	
	max-width: 600px;
}
.page-template-page-club .as-seen-in:last-of-type  {
	margin: 15px auto 40px;	
	max-width: 860px;	
}
.page-template-page-club .as-seen-in {
	align-items: center;
	justify-content: space-between;	
}
.as-seen-in.with-caption .blocks-gallery-grid {
	margin-left: 10%;
	width: 90%;
}
.as-seen-in .blocks-gallery-grid .blocks-gallery-item {
	height: auto;
	margin: 0 !important;
	max-width: 125px;
	min-width: 80px;
	padding: 0 15px 0 !important;
}
.as-seen-in .wp-block-image {
	height: auto !important;
	margin: 0 !important;
	max-width: 125px !important;
	min-width: 80px !important;
	padding: 0 15px 0 !important;
}
.page-template-page-club .as-seen-in:last-of-type .wp-block-image {
	max-width: 260px !important;	
	min-width: 150px !important;
}
.as-seen-in .blocks-gallery-item img,
.as-seen-in .wp-block-image img {
	max-height: 44px;
	width: auto;
}
.as-seen-in .blocks-gallery-caption {
	color: #fd1729;
  	font-size: 0.8em;
  	font-weight: 700;
  	letter-spacing: 1px;
  	position: absolute;
  	text-transform: uppercase;
}
.featured-on.uagb-slick-carousel {
	padding: 0 !important;
}
.featured-on.uagb-slick-carousel .slick-arrow {
	border: none !important;
}
.featured-on.uagb-slick-carousel button.slick-arrow:hover,
.featured-on.uagb-slick-carousel button.slick-arrow:active,
.featured-on.uagb-slick-carousel button.slick-arrow:focus {
	background-color: transparent !important;
}
.featured-on.uagb-slick-carousel button.slick-arrow:hover svg {
	fill: #fff;
}
.featured-on .uagb-post__inner-wrap {
	background-color: transparent !important;
}
.featured-on .uagb-post__image {
	margin-bottom: -20px !important;
}
.featured-video .slick-list.draggable {
	margin: 0 30px !important;
}
.featured-video .uagb-post__text {
	padding: 0 !important;
	text-align: center !important;
}
.featured-video .uagb-post__excerpt {
	color: #fff !important;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: -70px 0 0 0 !important;
	text-transform: uppercase;
}
.featured-article {
	margin: 0 auto !important;
}
.featured-article .uagb-post__items {
	justify-content: space-evenly;
}
.featured-article article {
	align-items: center;
	background-color: #f7e8e7;
	cursor: pointer;
	display: flex;
	height: 180px;
	margin: 20px;
	padding: 0 !important;
	text-align: center;
	width: 180px !important;
}
.featured-article .uagb-post__inner-wrap,
.featured-audio .uagb-post__inner-wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.featured-article a {
	align-items: center;
	display: flex;
	height: 180px;
	justify-content: center;
 	width: 180px;
}
.featured-article article img {
	height: auto;
	margin: 0 auto;
	max-width: 120px;
}
.featured-article article .uagb-post__text,
.featured-audio article .uagb-post__text {
	display: none;
}
.featured-article article:hover,
.featured-audio article:hover {
	background-color: rgba(56, 99, 82, 0.9);
}
.featured-article article:hover img,
.featured-audio article:hover img {
	opacity: 0.1;
}
.featured-article article:hover .uagb-post__inner-wrap::before {
	color: #ffffff;
	content: 'Read Article';
	font-weight: 500;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
}
.featured-audio .slick-list.draggable {
	margin: 0 100px !important;
}
.featured-audio article {
	align-items: center;
	background: transparent;
	cursor: pointer;
	display: flex;
	height: 180px;
	padding: 0 !important;
	text-align: center;
	width: 180px !important;
}
.featured-audio article:hover .uagb-post__inner-wrap::before {
	color: #ffffff;
	content: 'Listen Now';
	font-weight: 500;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
}
.book-pre-order {
	justify-content: center;
	position: relative;
}
.book-pre-order .blocks-gallery-grid {
	align-items: center;
}
.book-pre-order .blocks-gallery-grid .blocks-gallery-item {
	display: block;
	text-align: center;
}
.book-pre-order .blocks-gallery-grid .blocks-gallery-item {
	background: #ffffff;
	min-height: 105px;
}
.book-pre-order .blocks-gallery-grid .blocks-gallery-item a {
	display: block;
	padding: 37px;	
	width: 100%;
}
.book-pre-order .blocks-gallery-item img {
	margin: 0 auto;
	max-height: 30px;
	object-fit: contain !important;
	width: auto;
}
.book-pre-order .blocks-gallery-item__caption {
	background: transparent !important;
	color: #ffffff;
	display: none;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.book-pre-order .blocks-gallery-grid .blocks-gallery-item:hover a {
	background: rgba(253, 23, 41, 0.9);
}
.book-pre-order .blocks-gallery-item:hover img {
	opacity: 0.2;
}
.book-pre-order .blocks-gallery-grid .blocks-gallery-item:hover .blocks-gallery-item__caption {
	bottom: 45%;
	display: block;
}
.book-pre-order .blocks-gallery-grid .blocks-gallery-item .blocks-gallery-item__caption {
	font-size: 11px;
	padding: 0;
}
.stick-left {
	left: 0;
	position: absolute;
	top: 40%;
}
.stick-left.top-corner {
	left: 100px;
	top: -30px;
}
.stick-right {
	bottom: -150px;
	position: absolute;
	right: 0;
}
.stick-right.stick-top {
	bottom: auto;
	top: 0;
}
.podcast-logo {
	max-width: 37%;
}
.under-book.stick-right {
	bottom: auto;
	top: 400px;
	z-index: 1;
}
.top-stick.stick-right {
	bottom: 150px;
}
.peek-inside .top-stick.stick-right {
	bottom: auto;
	right: -60px;
	top: -120px;
}
.peek-inside .stick-left {
	left: -120px;
	top: 60%;
}
.bottom-60.stick-right {
	bottom: 40px;
	right: 140px;
}
.top-stick.stick-left {
	bottom: auto;
	top: 100px;
}
.negative-stick.stick-left {
	left: -60px;
	top: 20%;
}
.top-60.stick-left {
	bottom: auto;
	top: -60px;
}
.top-30.stick-left {
	top: 30px;
}
.top-50.stick-right {
	bottom: auto;
	right: 50px;
	top: 50px;
}
.top-200.stick-left {
	bottom: auto;
	top: 200px;
}
.top-100.stick-right {
	bottom: auto;
	top: 100px;
}
.top-center-stick {
	left: 50%;
	margin-left: -137px;
	position: absolute;
	top: 70px;
}
#resources .neg-top-margin-short {
	display: none;
	margin-top: -100px !important;
}
#resources .wp-block-image:hover + .neg-top-margin-short,
#resources .neg-top-margin-short:hover {
	display: block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
aligncenter .wp-block-embed__wrapper {
	text-align: center;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 2880px) {
	.hero-cover {
		min-height: 1300px !important;
	}	
}

@media screen and (min-width: 2180px) and (max-width: 2879px) {
	.hero-cover {
		min-height: 1040px !important;
	}
}

@media screen and (min-width: 1880px) and (max-width: 2179px) {
	.hero-cover {
		min-height: 900px !important;
	}
}

@media screen and (min-width: 1480px) and (max-width: 1879px) {
	.hero-cover {
		min-height: 735px !important;
	}
}	

@media screen and (min-width: 1300px) {
	.membership-pricing {
		margin-left: -40px;
		margin-right: -40px;
	}
}

@media screen and (min-width: 1200px) {
	.single-post .entry-header .post-thumbnail {
		margin: -400px -250px 100px 0;
	}
	.left-padding-half {
		padding-left: 40px;
	}
	.right-padding-half {
		padding-right: 40px;
	}
	.left-padding-1 {
		padding-left: 100px;
	}
	.right-padding-1 {
		padding-right: 100px;
	}
	.left-padding-2 {
		padding-left: 200px;
	}
	.right-padding-2 {
		padding-right: 200px;
	}
	.left-padding-3 {
		padding-left: 240px;
	}
	.right-padding-3 {
		padding-right: 240px;
	}
	.full-width .as-seen-in .blocks-gallery-grid {
		flex-wrap: nowrap;
	}
	.topic-grid .wp-block-group.has-pine-background-color {
		padding: 50px;	
	}
}

@media screen and (max-width: 1200px) {
	.wrapper,
	.wp-block-group.alignfull:not(.the-club),
	.wp-block-group.alignwide {
		padding-left: 20px;
		padding-right: 20px;
	}
	.full-width .as-seen-in .blocks-gallery-grid {
		justify-content: space-evenly;
	}
	.neg-top-margin.contact-block {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media screen and (min-width: 1080px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		align-items: center;
		display: flex;
	}
	.main-navigation ul ul {
		background: #ffffff;
		box-shadow: 0 3px 3px rgba(55, 55, 55, 0.11);
		display: block;
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}
	.main-navigation ul ul li {
		width: 170px;
	}
	.main-navigation ul ul li a {
		padding: 10px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
}

@media screen and (max-width: 1080px) {
	.padding-20 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-navigation li.neon-red-button {
		margin-top: 20px;
	}
	.main-navigation ul.sub-menu {
		display: block;
	}
	.blog-list .uagb-post__text {
		max-width: 47% !important;
	}
	h2 {
		font-size: 1.85em;
	}
	.full-column {
		display: block;
	}
	.page-id-15 .wp-image-12144 {
		margin-left: -20px;
	}
}

@media screen and (min-width: 980px) {
	.page-id-17821 .slide-left .bigger-text, 
	.page-id-17821 .slide-right .bigger-text,
	.page-id-18508 .slide-left .bigger-text, 
	.page-id-18508 .slide-right .bigger-text {
		font-size: 2em;	
	}
	#masthead.fixed {
		position: fixed;
		top: 0;
	}
	.site-branding img {
		#margin: 26px 26px -85px 26px;
		#max-width: 150px;
		margin: 10px 0 10px 26px;
		max-width: 75px;
	}
	#masthead.fixed .site-branding img {
		margin: 10px 0 10px 26px;
		max-width: 75px;
	}
	#masthead.fixed + #primary {
		padding-top: 100px;
	}
	.light-pink-left.red-logo .wp-block-column:first-of-type {
		padding-left: 40px;
	}
	.page-template-page-simple .wrapper .entry-content {
		width: 68%;
	}
	.error-404 {
		max-width: 580px;
	}
	.full-width .as-seen-in .blocks-gallery-grid .blocks-gallery-item {
		padding: 0 20px !important;
	}
	.as-seen-in .blocks-gallery-grid .blocks-gallery-item {
		padding: 0 35px 0 !important;
	}	
	.bio-blocks {
		padding-left: 100px;
		padding-right: 100px;
	}
	.related-post-grid {
		display: flex;
		justify-content: flex-end;
	}
	.span-8.box {
		padding: 80px;
	}
	.the-fight {
		margin: 0 100px;
	}
	.blog-grid article {
		flex-basis: 32%;
	}
	.job-details .wp-block-group.has-background {
		margin: 50px 100px;
		padding: 50px 100px;
	}
	.job-details .wp-block-group {
		margin: 20px 100px;
		padding: 20px 100px;
	}
	.uagb-testomonial__outer-wrap .uagb-tm__image-content {
		margin-left: 80px;
		margin-right: 40px;
	}
}

@media screen and (max-width: 980px) {
	.site-branding img {
		margin: 20px 20px -65px 20px;
		max-width: 120px;
	}
	.page-template-page-simple .wrapper .entry-content {
		width: 90%;
	}
	#secondary .wrapper {
		flex-wrap: wrap;
	}
	#secondary .widget:first-child {
		width: 100% !important;
	}
	#secondary .widget:first-child img {
		max-width: 220px !important;
	}
	#secondary .widget {
		margin-right: 0;
	}
	#secondary .widget:nth-of-type(2) {
		width: 300px !important;
	}
	#secondary .widget:last-child {
		width: 250px !important;
	}
	.bio-header .wp-block-columns.left-padding-1 {
		padding-left: 0;
	}
	.bio-header .stick-right.stick-top {
		max-width: 45%;
	}
	.related-post-grid article {
		margin-bottom: 20px;
	}
	#hang-with-us {
		min-height: 550px !important;
	}
	.span-8.box {
		padding: 40px 20px;
	}
	.light-pink-box.has-very-light-pink-background-color.box .left-padding-1,
	.light-pink-box.has-very-light-pink-background-color.box .left-padding-half {
		padding-left: 0;
	}
	.light-pink-box.has-very-light-pink-background-color.box .right-padding-2 {
		padding-right: 0;
	}
	.the-club .left-padding-2 {
		padding-left: 13%;
	}
	.the-fight {
		margin: 0 60px;
		padding: 2em 20px !important;
	}
	.blog-hero h2 {
		margin-top: 2em;
	}
	.uagb-post-grid.blog-list article {
		width: 100% !important;
	}
	.pod-grid.blog-grid article {
		margin-bottom: 60px !important;
	}
	.hero-cover .wp-image-837 {
		max-width: 200px;
	}
	.white-box.wrapper .left-padding-3 {
		padding-left: 130px !important;
		padding-right: 20px !important;
	}
	.white-box.wrapper .left-padding-half {
		padding-left: 0 !important;
		padding-right: 40px !important;
	}
	.club-cost.wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
	.uagb-testomonial__outer-wrap .uagb-tm__image-content {
		display: block !important;
	}
	.uagb-testomonial__outer-wrap .uagb-tm__image img {
		margin: 0 auto 10px;
	}
	.uagb-testomonial__outer-wrap .uagb-tm__text-wrap {
		text-align: center;
	}
}

@media screen and (max-width: 980px) and (min-width: 681px) {
	.hero-cover {
		min-height: 450px !important;
	}	
	.blog-grid article {
		flex-basis: 50%;
		padding: 0 20px 10px;
	}
}

@media screen and (min-width: 880px) {
	.job-list .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: stretch;
	}
	.job-list .has-very-light-pink-background-color {
		flex-basis: 45%;
	}
	.page-template-page-club .extra-money-grid figure {
		padding: 15px;
	}	
}

@media screen and (min-width: 850px) and (max-width: 600px) {
	.wp-block-columns {
		display: block !important;
	}
}

@media screen and (max-width: 880px) {
	.home .wp-block-buttons:not(.no-margin) {
		margin-bottom: 50px;
	}
	.page-template-page-club .hero-img img {
		margin-top: -20%;
	}
	#gform_fields_9 li {
		display: block !important;
		margin: 20px auto !important;
		max-width: 560px;
		padding-right: 0px;
		width: 100% !important;
	}
	img.wp-image-1010,
	img.wp-image-962,
	img.wp-image-955,
	img.wp-image-874,
	img.wp-image-868,
	img.wp-image-793,
	img.wp-image-138,
	img.wp-image-111,
	img.wp-image-77 {
		max-width: 340px;
	}
	img.wp-image-804,
	img.wp-image-114 {
		max-width: 460px;
	}
	body .site-branding img {
		margin: 10px 20px -65px 20px;
		max-width: 90px;
	}
	.topic-grid {
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin-bottom: 0 !important;
	}
	.topic-grid .wp-block-column {
		flex-basis: 45% !important;
		margin: 0 10px 20px;
	}
	.the-club .wp-block-columns {
		display: block;
	}
	#hero .wp-block-columns,
	.wp-block-columns.mobile-stack {
		display: block;
	}
	.wp-block-columns.mobile-stack h5.has-text-align-right {
		text-align: left !important;
	}
	.membership-pricing .wp-block-column,
	.wp-block-columns.membership-pricing:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
		margin: 0px auto 37px !important;
		max-width: 425px;
	}
	.no-mobile {
		display: none;
	}
	#bad-news figure.alignleft {
		float: none;
		margin: 0 auto 10px;
	}
	.blog-list .uagb-post__inner-wrap {
		margin-left: 50px;
	}
	.blog-list .uagb-post__image {
		margin-left: -60px;
	}
	.podcast-hero .neg-bottom-margin {
		margin-bottom: -70px !important;
	}
	.post-slider .uagb-post__items {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.peek-inside .left-padding-2 {
		padding-left: 60px !important;
	}
	.peek-inside .left-padding-1 {
		padding-left: 30px !important;
	}
	.peek-inside .right-padding-2 {
		padding-right: 60px !important;
	}
	.peek-inside .right-padding-1 {
		padding-right: 30px !important;
	}
}

@media screen and (min-width: 782px) {
	.membership-levels .wp-block-button {
		bottom: 20px;
		position: absolute;
	}
}

@media screen and (min-width: 780px) {
	.page-template-page-club .extra-money-grid {
		margin: -175px auto;
	}
	.topic-grid.dei-grid .wp-block-column {
		max-width: 33%;
		min-width: 30%;
	}
	.as-seen-in .blocks-gallery-caption {
	  	top: 30%;
	}
	.related-post-grid img.alignleft {
		margin-left: -100px;
	}
	.category-grid li {
		flex-basis: 32%;
	}
	#gform_wrapper_1 .gform_body {
		margin: 0 auto;
		max-width: 70%;
	}
	#gform_wrapper_1 .gfield_html {
		padding-top: 80px;
	}
	#gform_wrapper_1 #field_1_5 {
		padding-bottom: 80px;
	}
	#gform_wrapper_1 .gform_footer input[type=submit] {
		margin-bottom: 80px;
	}
	.the-fight h2 {
		margin-top: 40px;
	}
	.calculator-block {
		padding: 88px 97px;
	}
	.calculator-block .has-white-background-color {
		padding: 46px;
	}
	.wp-block-columns.has-off-white-background-color,
	.wp-block-column.has-off-white-background-color {
		padding: 80px 60px 60px;
	}
	.wp-block-column.has-off-white-background-color.salary-box {
		padding: 60px 80px 60px 160px;
	}
	.hiring-process .has-transparent-50-pink-background-color {
		padding: 50px 100px;
	}
	.hiring-process .has-transparent-50-pink-background-color h2 {
		flex-basis: 15%;
	}
	.hiring-process .has-transparent-50-pink-background-color .wp-block-group,
	.hiring-process p.larger-text {
		flex-basis: 85%;
	}
	.slash-testimonials .uagb-tm__image-content {
		margin-left: -5px !important;
		margin-right: -40px !important;
		max-width: 37%;
		min-width: 37%;
	}
	.slash-testimonials .uagb-tm__image-content img {
		margin-left: -5%;
		max-width: 110% !important;
		width: 110% !important;
	}
	.slash-testimonials .uagb-tm__text-wrap {
		margin-left: -40px;
		padding: 20px 50px 20px 110px;
		clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
	}
}

@media screen and (max-width: 780px) {
	.page-template-page-club .extra-money-grid {
		margin: -75px auto;
	}	
	.slash-testimonials .slick-slide {
		padding: 37px 40px 47px 40px;
	}
	#growth-scale-chart.uagb-tabs__wrap {
		display: block;
	}
	#growth-scale-chart ul.uagb-tabs__panel,
	#growth-scale-chart.uagb-tabs__wrap .uagb-tabs__body-wrap {
		min-width: 100%;
		max-width: 100%;
	}
	#growth-scale-chart ul.uagb-tabs__panel .uagb-tab {
		margin: 0 10px 10px 10px;
	}
	.book-pre-order.wp-block-gallery.is-cropped .blocks-gallery-item img {
		width: auto !important;
	}
	.page-id-15 .light-pink-left::before {
		height: 900px;
		width: 85%;
	}
	.light-pink-right {
		background: #ffffff url('images/hello-seven-bg-01.jpg') repeat-y right top;
		background-size: 150% auto;
	}
	ol.is-style-numbered-bullets li::before {
		margin-left: 0px;
		margin-right: -8px;
	}
	.page-id-16855 h1 {
		font-size: 2.2em !important;		
	}
	h1 {
		font-size: 1.8em;
	} 
	.type-text h2:not(.has-text-align-center),
	.type-text .uagb-post__title {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1.1em;
	}
	.tes-slider .wp-block-group__inner-container .wp-block-group__inner-container, .uagb-testomonial__outer-wrap .uagb-tm__text-wrap {
		width: 100%;
	}
	.uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev {
		left: -30px !important;
	}
	.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next {
		right: -30px !important;
	}
	.as-seen-in .blocks-gallery-caption {
	  	top: 0;
	}
	.as-seen-in .blocks-gallery-grid {
		justify-content: space-evenly;
	}
	.as-seen-in.with-caption .blocks-gallery-grid {
		margin-left: 0;
		margin-top: 30px;
		width: 100%;
	}
	.full-width .as-seen-in .blocks-gallery-grid .blocks-gallery-item,
	.as-seen-in .blocks-gallery-grid .blocks-gallery-item {
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}
	.bio-header .wp-block-column:first-child {
		padding-right: 0;
	}
	.bio-header .wp-block-column.neg-left-margin.right-padding-1 {
		margin-left: -50px !important;
		padding-right: 0;
	}
	.bio-blocks .wp-block-column:first-child {
		flex-basis: 24% !important;
	}
	.bio-blocks .wp-block-column:last-child {
		flex-basis: 70% !important;
		padding-right: 20px;
	}	
	#gform_wrapper_1 {
		margin-top: 0;
	}
	#gform_wrapper_1 .gfield_html {
		padding-top: 60px;
	}
	#gform_wrapper_1 #field_1_5 {
		padding-bottom: 60px;
	}
	#gform_wrapper_1 .gform_footer input[type=submit] {
		margin-bottom: 60px;
	}
	.ourselves-icons .wp-block-column {
		flex-basis: 100% !important;
		margin-bottom: 20px;
	}
	.blog-hero .right-padding-1 {
		padding-right: 0;
	}
	.blog-list .uagb-post__image {
		margin-right: 25px !important;
	}
	.podcast-hero .neg-bottom-margin {
		margin-top: 70px !important;
	} 
	.box.wide-light-pink-box.has-very-light-pink-background-color .left-padding-2,
	.we-believe .left-padding-2 {
		padding-left: 60px !important;
	}
	.box.wide-light-pink-box.has-very-light-pink-background-color .left-padding-1,
	.we-believe .left-padding-1 {
		padding-left: 30px !important;
	}
	.box.wide-light-pink-box.has-very-light-pink-background-color .left-padding-half,
	.we-believe .left-padding-half {
		padding-left: 0 !important;
	}
	.box.wide-light-pink-box.has-very-light-pink-background-color .right-padding-1,
	.we-believe .right-padding-1 {
		padding-right: 30px !important;
	}
	.we-believe .neg-left-margin-short,
	.we-believe .neg-right-margin-short,
	.the-solution .neg-left-margin-short,
	.the-solution .neg-right-margin-short {
		flex-basis: 60% !important;
	}
	.white-box.wrapper {
		display: block !important;
	}
	.white-box.wrapper h1 {
		padding-top: 2em;
	}
	.included-programs .has-off-white-background-color {
		margin-bottom: 30px !important;
	}
	.light-pink-left.red-logo .wp-block-group__inner-container {
		background: #ffffff url('images/hello-7-logo-red.png') no-repeat right top;
		background-size: 300px auto;
		padding: 110px 0 50px;
	}
	.light-pink-left.red-logo .wp-block-group__inner-container .wp-block-columns::before {
		right: 110px !important;
	}
	.light-pink-left.red-logo .wp-block-column {
		padding-top: 40px;
	}
	.hero-cover .wp-image-837 {
		margin-right: -60px !important;
		margin-top: -30px !important;
	}
	.wp-block-columns.has-off-white-background-color,
	.wp-block-column.has-off-white-background-color {
		margin-left: -20px;
		margin-right: -20px;
		padding: 60px 20px 30px;
	}
	.wp-block-column.has-off-white-background-color.salary-box.neg-left-margin-short {
		flex-basis: 55% !important;
		margin-left: -30px !important;
		padding: 30px 30px 30px 60px;
	}
	.membership-pricing .wp-block-buttons .wp-block-button {
		margin-right: auto;		
	}
	.membership-pricing .wp-block-buttons .wp-block-button:nth-of-type(2) {
		margin-left: auto;
	}
	.wp-block-buttons .wp-block-button {
		margin-right: 0;
	}
	.wp-block-buttons .wp-block-button:nth-of-type(2) {
		margin-left: 0.5em;
	}
	.wp-block-columns {
		justify-content: center;
	}
	.hiring-process .has-transparent-50-pink-background-color {
		padding: 30px 15px;
	}
	.hiring-process .has-transparent-50-pink-background-color h2 {
		flex-basis: 20%;
	}
	.hiring-process .has-transparent-50-pink-background-color .wp-block-group,
	.hiring-process p.larger-text {
		flex-basis: 80%;
	}
	.box {
		padding: 40px 0 20px;
	}
	.contact-block.box {
		padding: 20px 40px;
	}
	.contact-block .wp-block-buttons {
		margin-top: 30px;
	}
	.podcast-header .wrapper {
		background: transparent url('images/hello-7-logo-red.png') no-repeat right top;
		background-size: 60% auto;
	}
	.podcast-subheader {
		text-align: center;
	}
	.perks .gform_wrapper .ginput_complex .ginput_left, 
	.perks .gform_wrapper .ginput_complex .ginput_right,
	.perks div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 100%;
	}
	.exit-intent .wp-block-column:first-child {
		display: none;
	}
	.wp-block-group.alignfull {
		padding: 2em 0;
	}
	.wp-image-15693,
	.wp-image-16093 {
		margin-top: 30px;
	}
	.page-template-page-club .eb-typed-content {
		min-height: 120px;
	}
	.page-template-page-club .eb-typed-content span {
		font-size: 24px !important;
	}
}

@media screen and (min-width:768px) {
	.countdown-block p {
		line-height: 84px;
		vertical-align: top;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width: 680px) {
	#secondary .wrapper {
		display: flex;
		justify-content: space-evenly;
	}
	#secondary .widget:last-of-type {
		text-align: right;
	}	
	.featured-article {
		max-width: 650px;
	}
	.blog-grid {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.drives-us .has-pine-background-color,
	.drives-us .has-dark-background-color {
		padding: 50px 50px 20px;
	}
}

@media screen and (max-width: 680px) {
	.blog-list .uagb-post__inner-wrap {
		margin-left: 0px;
	}
	.blog-list .uagb-post__image {
		float: none;
		margin: 0 auto !important;
		max-width: 100% !important;
	}
	.the-fight {
		margin: 0 10px;
	}
	body .the-fight .gform_legacy_markup_wrapper ul li#field_9_2.gfield {
		margin-top: 30px;
	}
	body #gform_wrapper_1 {
		margin: 40px -20px 0;
		padding: 0 20px;
	}
	.category-grid {
		display: block;
	}
	.narrow {
		width: 100%;
	}
	.review-grid .blocks-gallery-grid {
		display: block;
	}
	.review-grid .blocks-gallery-grid .blocks-gallery-item {
		width: 100% !important;
	}	
	#secondary .wrapper {
		text-align: center;
	}
	#secondary .widget {
		margin: 0 auto 1.5em !important;
	}
	#menu-social-menu li {
		padding: 0 1em;
	}
	.error-404 {
		float: none;
		margin: -30px 0 0;
		width: 100%;
	}
	body .the-club .light-pink-left::before {
		left: 0;
	}
	body .the-club .wp-block-columns .wp-block-column:first-child {
		padding: 65px 30px 0 30px !important;
	}
	.the-club .light-pink-left .wp-block-column:last-child {
		margin: 0 !important;
		padding: 20px 30px;
	}
	.income-total {
		width: 70% !important;
	}
	.hero-cover {
		min-height: 300px !important;
	}
	body .white-box.wrapper {
		background: transparent url('images/hello-seven-bg-03.jpg') repeat-y left top !important;
		background-size: 680px auto !important;
	}
	body .white-box.wrapper .left-padding-3 {
		padding-left: 20px !important;
	}
	body .white-box.wrapper .left-padding-half {
		padding-right: 0 !important;
	}
	#hang-with-us .wp-block-cover__inner-container {
		width: 100% !important;
	}
	body .blog-list .uagb-post__text {
		display: block;
		max-width: 100% !important;
	}
	.wp-block-buttons.center-on-mobile {
		justify-content: center !important;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
	.left-padding-half {
		padding-left: 3%;
	}
	.right-padding-half {
		padding-right: 3%;
	}
	.left-padding-1 {
		padding-left: 5%;
	}
	.right-padding-1 {
		padding-right: 5%;
	}
	.left-padding-2 {
		padding-left: 15%;
	}
	.right-padding-2 {
		padding-right: 15%;
	}
	.left-padding-3 {
		padding-left: 22%;
	}
	.right-padding-3 {
		padding-right: 22%;
	}	
	.the-club .light-pink-left .wp-block-column:first-of-type {
		padding-right: 0px;
	}
}

@media screen and (min-width: 600px) and (max-width: 980px) {
	.left-padding-half {
		padding-left: 10px;
	}
	.right-padding-half {
		padding-right: 10px;
	}
	.left-padding-1 {
		padding-left: 20px;
	}
	.right-padding-1 {
		padding-right: 20px;
	}
	.left-padding-2 {
		padding-left: 40px;
	}
	.right-padding-2 {
		padding-right: 40px;
	}
	.left-padding-3 {
		padding-left: 60px;
	}
	.right-padding-3 {
		padding-right: 60px;
	}	
}

@media screen and (max-width: 781px) {
	.page-id-18580 .drop-shadow {
		padding: 2em !important;		
	}
	.page-id-18580 .extra-padding {
		padding: 2em 2em 0 2em !important;
	}
	img.wp-image-18986 {
		float: right;
		margin-right: -55px;
		max-width: 95%;
	}
}

@media screen and (min-width: 600px) {
	.neg-top-margin {
		margin-top: -270px !important;
	}
	.neg-top-margin-short {
		margin-top: -200px !important;
	}
	.neg-top-margin-shorter {
		margin-top: -160px !important;
	}
	.neg-top-margin-tiny {
		margin-top: -30px !important;
	}
	.neg-bottom-margin-tiny {
		margin-bottom: -30px !important;
	}
	.neg-bottom-margin {
		margin-bottom: -270px !important;
	}
	.neg-bottom-margin-short {
		margin-bottom: -120px !important;
	}
	.neg-left-margin {
		margin-left: -200px !important;
	}
	.neg-left-margin-short {
		margin-left: -120px !important;
	}
	.neg-left-margin-tiny {
		margin-left: -60px !important;
	}
	.neg-right-margin {
		margin-right: -200px !important;
	}
	.neg-right-margin-short {
		margin-right: -120px !important;
	}
	.neg-left-margin-short {
		margin-left: -100px !important;
	}
	.membership-levels ul.is-style-check-bullets {
		min-height: 350px;
	}
	.featured-video .slick-list.draggable {
		margin: 0 140px !important;
	}
}

@media screen and (max-width: 600px) {
	.page-id-18580 .neg-top-margin-short {
		margin-top: -140px !important;
	}
	.page-id-18580 img.wp-image-18754 {
		display: none;
	}
	#ticket .wp-block-buttons .wp-block-button:nth-of-type(2) {
		margin-left: 0 !important;
		margin-top: 10px;
	}
	.roi-jump .wp-block-button {
		width: 42%;
	}
	.light-pink-left.red-logo .wp-block-group__inner-container .wp-block-columns::before {
		right: 0px !important;
	}
	.light-pink-left.red-logo .wp-block-column {
		padding-top: 10px;
	}
	.perks .wp-block-column:last-of-type {
		margin-top: 200px;
	}
	ul.subscribe-links.red-icons {
		margin-bottom: 0px;
	}
	.neg-top-margin.contact-block {
		margin-top: -200px !important;
	}
	.stick-left {
		top: 30%;
	}
	.wp-block-column {
		margin-bottom: 1em;
	}
	.wp-block-columns.topic-grid {
		margin-bottom: 0;
	}
	.topic-grid .wp-block-column {
		flex-basis: 100% !important;
	}
	.has-text-align-center.neg-left-margin-short {
		margin-left: auto !important;
	}
	.neg-top-margin.press-bio {
		margin-top: 20px !important;
	}
	.action-team {
		text-align: center;
	}
	.blog-hero h2 {
		margin-bottom: 3em;
	}
	.no-margin {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#roihero .no-margin,
	.wp-block-group.nomargin .no-margin,
	.page-id-18580 .wp-container-97.no-margin {
		margin-bottom: 0;
		margin-top: 0;
	}
	.light-pink-left.red-logo .wp-block-column:first-of-type {
		padding-bottom: 40px;
	}
	.light-pink-left .wp-block-group__inner-container {
		padding: 45px 0;
	}
	.hidden-reviews.show-reviews .blocks-gallery-grid {
		display: block !important;
	}
	.hidden-reviews.show-reviews .blocks-gallery-item {
		width: 100% !important;
	}
	.wp-block-column.has-off-white-background-color.salary-box.neg-left-margin-short {
		margin-left: 0 !important;
		padding: 30px;
	}
	.light-pink-left.red-logo .wp-block-column:first-of-type {
		padding: 60px 30px;
	}
	.wide-light-pink-box.off-center-box {
		padding: 60px 20px;
	}
	img.wp-image-1010,
	img.wp-image-962,
	img.wp-image-955,
	img.wp-image-874,
	img.wp-image-868,
	img.wp-image-793,
	img.wp-image-138,
	img.wp-image-111,
	img.wp-image-77 {
		max-width: 260px;
	}
	img.wp-image-12206,
	img.wp-image-12204,
	img.wp-image-12202 {
		display: block;
		margin: 20px auto -10px;
		max-width: 360px;
		padding-left: 60px;
	}
	img.wp-image-12205 {
		display: block;
		margin: 20px auto -10px;
		max-width: 360px;
	}
	img.wp-image-947 {
		margin-left: -100px;
	}
	img.wp-image-15698,
	img.wp-image-15788,
	img.wp-image-16088 {
		margin-top: 2em;
		margin-bottom: -1em;
	}
	#mastermind {
		padding-bottom: 0 !important;
	}
	img.wp-image-15727 {
		margin-top: 2em;		
	}
	.red-slash-right {
		background: #fff url(https://helloseven.co/wp-content/uploads/2022/03/svg-maximizeright@3x.png) no-repeat bottom -1px right;
		background-size: 98% auto;	
	}
	.gray-slash-left,
	.gray-slash-left-2 {
		background: #fafafa;
		padding-top: 4em !important;
		margin-bottom: 0;
	}
	.results-icons .wp-block-column:first-of-type,
	.results-icons .wp-block-column:first-of-type p:last-of-type {
		margin-bottom: 0;
	}
	.under-book.stick-right {
		top: 740px;
	}
	.light-pink-shadow img {
		-webkit-box-shadow: 20px 120px 0 0 rgba(247, 232, 231, 1);
		-moz-box-shadow: 20px 120px 0 0 rgba(247, 232, 231, 1);
		box-shadow: 20px 120px 0 0 rgba(247, 232, 231, 1);
	}
	.light-pink-box {
		background: transparent url('images/hello-seven-pink-bg-02.jpg') repeat-y center top !important;
		background-size: 440px auto !important;
	}
	.exit-intent.wp-block-cover {
		padding: 0;
	}
	.exit-intent .wp-block-cover__inner-container {
		background: rgba(255, 255, 255, 0.6);
		padding: 40px;
	}
}

@media screen and (max-width: 510px) {
	.blog-list .uagb-post__inner-wrap {
		display: block !important;
	}
	#hang-with-us {
		background-position: 12% 25% !important;
	}
	.stick-left {
		top: 22%;
	}
	.page-template-page-club .as-seen-in:first-of-type .wp-block-image {
		max-width: 90px !important;	
		min-width: 60px !important;
	}
}

/* Reset Utils */
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.text-center {
	text-align: center !important;
}
.wp-block-group p:empty {
    display: none;
}

/* Share buttons */
ul.hs-share-buttons {
    width: 100%;
    float: left;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
}
ul.hs-share-buttons li {
    display: inline-block;
    margin-right: 0;
    margin-left: -5px;
}
ul.hs-share-buttons li a {
    padding-right: 10px;
    padding-left: 10px;
	padding-top: 5px;
    padding-bottom: 5px;
    min-width: 76px;
    display: block;
}
ul.hs-share-buttons li.hs-share-buttons--twitter a {
    background: #1DA1F2;
    color: #fff;
}
ul.hs-share-buttons li.hs-share-buttons--facebook a {
    background: #4267B2;
    color: #fff;
}
ul.hs-share-buttons li:hover a {
    opacity: 0.8;
}

.hs-button-dark {
    background: #162925;
    padding: 20px;
    color: #fff !important;
	display: inline-block;
}



/* The Growth Scale pages */
.page-bar-1 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin-top: 15px;
    position: relative;
    border-top: 2px solid #f1efef;
    border-bottom: 2px solid #f1efef;
}

.page-bar-1--title {
    text-transform: uppercase;
    margin-bottom: 0;
	  z-index:9999;
	  position: relative;
}
.page-bar-1--image-left {
    position: absolute;
    bottom: -10px;
    left: -20px;
}
.page-bar-1--image-left img {
    max-width: 120px;
}
.page-bar-2,.page-bar-4 {
	position:relative;
}
.page-bar-2:after, .page-bar-4:after{
	content: '';
	width: 100%;
	height: 5px;
	background-image: url(https://helloseven.co/wp-content/uploads/2021/10/border-1.png);
	background-size: cover;
	background-repeat: repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}
.page-bar-2--title {
    margin-bottom: 5px;
    font-size: 2.25rem;
}
.page-bar-2--title-with-lines {
    position: relative;
}
.page-bar-2--title-with-lines:before,
.page-bar-2--title-with-lines2 > span:before {
    width: 85%;
    height: 4px;
    background: #f1efef;
    display: block;
    content: '';
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 99999;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.page-bar-2--title-with-lines span,
.page-bar-2--title-with-lines2 > span > span {
    background: #fff;
    position: relative;
    z-index: 99999;
    padding-left: 12px;
    padding-right: 12px;
	display: inline-block;
}
.page-bar-2--title-with-lines2 > span {
	display:block;
	position:relative;
}
.page-bar-3 img {
    position: relative;
}

.page-bar-3 p {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
}
.page-bar-3 .wp-block-columns {
    margin-bottom: 0;
}
.page-bar-3 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.page-bar-4 {
	background-image: url(https://helloseven.co/wp-content/uploads/2021/10/assessment-hero.jpg);
	background-size: cover;
	background-repeat:no-repeat;
}
.page-bar-4 .wp-block-group {
    margin-top: 0;
}

.page-bar-6 .interact-quiz {
    margin: 0 auto;
    text-align: center;
}
.page-bar-6 {
    padding-top: 0;
}
@media screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}
@media(max-width:767px) {
	.page-bar-2--title {
			font-size: 1.4rem;
	}
	.page-bar-3 {
			text-align: center;
	}
	.column-reverse {
		flex-direction: column-reverse;
	}
	#glowupquestions .left-padding-half,
	#roiquestions .left-padding-half {
		padding-left: 0 !important;
	}
	#glowupquestions .right-padding-half,
	#roiquestions .right-padding-half {
		padding-right: 0 !important;
	}
}
@media(min-width: 1300px) {
	.page-bar-3 .wp-block-group__inner-container {
			max-width: 50%;
	}
}
.block-image img {
	display: block;
}
.main-content {
    padding-left: 15px;
    padding-right: 15px;
}

.esc-checkout-button {
    margin-bottom: 8px;
}

.esc-checkout-button > button {
    width: 100%;
	background-color: #386352 !important;
	border-radius:10px !important;
}

.esc-checkout-button button:hover,
.esc-checkout-button button:focus,
.esc-checkout-button button:active {
	opacity: 0.9;
}


.esc-checkout-input > span {
    margin-right: 1%;
    font-size: 1.5rem;
    display: inline-block;
    width: 5%;
}
.esc-checkout-input > input[type=text] {
    display: inline-block;
    width: 40%;
    margin-right: 2%;
    font-size: 1.5rem;
    text-align: center;
}
.esc-checkout-input > button {
    width: 52%;
	background: #386352 !important;
}

.dono-subtitle {
	font-weight: 400;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

.dono-subtitle {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.hanging {
	margin-bottom: -80px;
}
ul {
	list-style: disc;
	margin: 0 ;
}
li {
    margin-bottom: 12px;
        line-height: 1.5em;
}
.eb-cd-inner .box {
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and (min-width:768px) {
.countdown-block p {
line-height: 48px;
	}
}
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
	display: none;
}