/*!
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.0
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
--------------------------------------------------------------*/

/* 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;
}
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;
}
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;
}
.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%;
}
.normal-weight {
	font-weight: normal !important;
}
.no-margin {
	margin: 0;
}
.no-bottom.wp-block-group {
	padding-bottom: 5px;
}
.small-margin {
	margin: 8px 0;
}
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;
}
ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}
ul.slick-dots {
	padding-left: 0;
}
ul.is-style-check-bullets {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding-left: 30px;
}
ul.is-style-check-bullets li {
	margin-bottom: 1.7em;
}
ul.is-style-check-bullets li::before {
	color: #fd1729;
	content: "\f058";
	display: block;
	float: left;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	margin-left: -30px;
}
ul.is-style-dash-bullets {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding-left: 30px;
}
ul.is-style-dash-bullets li {
	margin-bottom: 1.7em;
}
ul.is-style-dash-bullets li::before {
	color: #fd1729;
	content: "\f86c";
	display: block;
	float: left;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	margin-left: -30px;
}
ol {
	list-style: decimal;
	margin: 0;
	padding-left: 20px;
}
ol li {
	padding-bottom: 1.5em;
}
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;
}
.neon-red-button a {
	background: #fd1729;
	border-radius: 0;
	color: #fff;
	font-weight: 500;
	padding: 20px 35px;
}
.wp-block-buttons {
	margin-top: 50px;
}
.wp-block-button {
	margin-bottom: 0;
}
a.wp-block-button__link {
	font-size: 0.8em;
	font-weight: 700 !important;
	letter-spacing: 1px;
	padding: 19px 35px;
	text-transform: uppercase;
}
.wp-block-button:not(.is-style-outline) a {
	background: #fd1729;
}
.wp-block-button:not(.is-style-outline) a.wp-block-button__link:hover {
	background-color: #fff !important;
	border: 1px solid #fd1729;
	color: #fd1729 !important;
	padding: 19px 35px;
}
.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;
}
/* 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;
}
.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;
}
#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__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 {
	padding-top: 85px;
	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%;
}
.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 {
	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
--------------------------------------------- */
#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 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;
}
.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;
}
/* 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
--------------------------------------------- */
.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;
}
.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;
}
.as-seen-in {
	position: relative;
}
.as-seen-in .blocks-gallery-grid {
	align-items: center;
	justify-content: space-evenly;
}
.as-seen-in.with-caption .blocks-gallery-grid {
	margin-left: 10%;
	width: 90%;
}
.as-seen-in .blocks-gallery-grid .blocks-gallery-item {
	margin: 0 !important;
	max-width: 125px;
	min-width: 80px;
	padding: 0 15px 0 !important;
}
.as-seen-in .blocks-gallery-item 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-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;
}
.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-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: 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;
	}
}

@media screen and (max-width: 1080px) {
	.main-navigation li.neon-red-button {
		margin-top: 20px;
	}
	.blog-list .uagb-post__text {
		max-width: 45% !important;
	}
}

@media screen and (min-width: 980px) {
	#masthead.fixed {
		position: fixed;
		top: 0;
	}
	.site-branding img {
		margin: 26px 26px -85px 26px;
		max-width: 150px;
	}
	#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: 180px;
	}
	.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;
	}
	#gform_wrapper_9 #gform_9 {
		display: flex;
	}
	#gform_wrapper_9 .gform_body {
		flex-basis: 70%;
	}
	#gform_wrapper_9 .gform_footer {
		flex-basis: 30%;
	}
	.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%;
	}
}

@media screen and (max-width: 880px) {
	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;
	}
	.the-club .wp-block-columns .wp-block-column:first-child {
		padding: 85px 50px 0 170px !important;
	}
	.no-mobile {
		display: none;
	}
	.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) {
	.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%;
	}
}

@media screen and (max-width: 780px) {
	#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;
	}
	h1, 
	.type-text h2:not(.has-text-align-center) {
		font-size: 2em;
	}
	h2 {
		font-size: 1.85em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.1em;
	}
	.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: 15px !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 {
		padding: 60px 40px 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;
	}
	.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 30px 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;
	}
}

@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) {
	.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;
	}
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
	.left-padding-half {
		padding-left: 5%;
	}
	.right-padding-half {
		padding-right: 5%;
	}
	.left-padding-1 {
		padding-left: 11%;
	}
	.right-padding-1 {
		padding-right: 11%;
	}
	.left-padding-2 {
		padding-left: 22%;
	}
	.right-padding-2 {
		padding-right: 22%;
	}
	.left-padding-3 {
		padding-left: 25%;
	}
	.right-padding-3 {
		padding-right: 25%;
	}	
}

@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 (min-width: 600px) {
	.neg-top-margin {
		margin-top: -270px !important;
	}
	.neg-top-margin-short {
		margin-top: -200px !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-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) {
	.perks .wp-block-column:last-of-type {
		margin-top: 200px;
	}
	.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;
	}
	.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;
	}
	.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%;
	}
}