/*
Theme Name: Aspen Coaching
Theme URI:
Description: A theme made specifically for Aspen Coaching.
Author: Bryce Twyman
Author URI: https://brycetwyman.com/
Version: 3.0.0
*/

/* Global */

*
{
margin: 0px;
padding: 0px;
}

p, ul, ol
{
font-family: lato, sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.5em;
color: #3d3d3d;
margin-bottom: 1.2em;
}

ul
{
	list-style-type: circle;
}

ol
{
	list-style-type: initial;
}

.pgCont li
{
	display: list-item;
}

p
{
	margin-bottom: 1.2em;
}

a
{
text-decoration: none;
color: inherit;
/* color: #c10e27; */
}

h1
{
font-family: lato, sans-serif;
font-weight: 900;
font-size: 32px;
text-align: center;
margin-bottom: 1.2em;
}

h1.tagline
{
font-size: 64px;
}

h2
{
font-family: lato, sans-serif;
font-weight: 900;
font-size: 22px;
margin: 0px 0px 1.2em 0px;
}

h3
{
font-family: lato, sans-serif;
font-weight: 900;
font-size: 16px;
margin: 0px 0px 10px 0px;
}

blockquote
{
	margin: 50px 0;
}

blockquote p
{
	font-size: 2em;
    padding-left: 50px;
    border-left: 3px solid #488eca;
    font-weight: 700;
    line-height: 1.2;
    box-sizing: border-box;
}

.current_page_item
{
text-decoration: underline;
}

.divider
{
	height: 1px;
	width: 35%;
	background-color: #ccc;
	margin: 50px auto;
}

#noSpace
{
	padding: 0;
	margin: 0;
}

#flx
{
	display: flex;
}

.flx
{
	display: flex;
}

.CTAbutton
{
	padding: 10px 20px;
	background-color: #717171;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-family: lato, sans-serif;
	display: inline-block !important;
}

.CTAbutton:hover
{
	opacity: 0.9;
	cursor: pointer;
}

.highlight
{
	background-color: #488eca;
}

.fullWidth
{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

/* Shortcodes */

.offerBnnr
{
width: 100%;
padding: 30px;
background: #488eca; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
background: -webkit-gradient(linear, left top, right bottom, from(#488eca), to(#5cb3ff));
background: linear-gradient(to bottom right, #488eca, #5cb3ff); /* Standard syntax */
color: white;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
overflow: hidden;
margin-top: 50px;
text-align: center;
}

.offerBnnr p
{
font-size: 25px;
}

.offerBtn
{
padding: 7px 10px;
text-align: center;
margin: 0px auto;
font-family: montserrat, sans-serif;
font-weight: 700;
font-size: 32px;
text-transform: uppercase;
color: white;
}

.offerBtn:hover
{
color: #488eca;
background: white;
}

.courseBnnr
{
width: 100%;
padding: 10px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
overflow: hidden;
margin-bottom: 10px;
color: white;
background-color: #515151;
}

.courseBnnr p
{
display: inline;
}

.courseNfo
{
float: right;
}

.courseNfo p
{
padding-left: 50px;
}

/* Header */

.headerCont
{
position: fixed;
top: 0px;
z-index: 99;
background-color: white;
border-bottom: 1px solid #aeaeae;
width: 100vw;
}

#header
{
padding: 0 50px;
box-sizing: border-box;
}

#header li
{
float: left;
list-style: none;
padding: 30px 20px 30px 20px;
margin: 0px 0px;
font-family: lato, sans-serif;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
}

#header nav
{
float: right;
}

.mainNav
{
	display: block;
}

ul.children
{
display: none;
position: absolute;
background-color: white;
top: 60px;
padding: 0 25px;
border-bottom: 1px solid #ccc;
margin: 0;
}

ul.children li
{
padding: 10px 0px !important;
float: none !important;
}

@media screen and (min-width: 1081px){

	li.page_item_has_children:hover ul.children
	{
	display: block;
	}

}

.social-icons
{
float: right;
padding: 25px 30px 25px 0px;
}

#Facebook
{
background-image: url('images/icons/facebook.png');
background-position: center;
background-repeat: no-repeat;
background-size: 150%;
}

#Instagram
{
background-image: url('images/icons/instagram.png');
background-position: center;
background-repeat: no-repeat;
background-size: 150%;
}

#YouTube
{
background-image: url('images/icons/youtube.png');
background-position: center;
background-repeat: no-repeat;
background-size: 150%;
}

.socialIcn
{
width: 25px;
height: 25px;
float: left;
margin-right: 20px;
}

.mblTxt
{
display: none;
}

.brndCont
{
float: left;
height: 75px;
width: 110px;
background-size: 80%;
background-position: center;
background-repeat: no-repeat;
margin-left: 50px;
}

.dropdown-icon
{
display: none;
}

.mobile-dropdown
{
display: none;
}

#announcement
{
	width: 100%;
    min-height: 40px;
	padding: 10px;
	background-color: #488eca;
	text-align: center;
	box-sizing: border-box;
	z-index: 100;
	font-family: lato, helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	position: relative;
}

#announcement a
{
	text-decoration: underline;
}

#announcement .account-link {
	position: absolute;
	top: 5px;
	right: 20px;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.3);
	padding: 4px 10px;
	border-radius: 3px;
	transition: 0.3s;
}
#announcement .account-link:hover {
	border: 1px solid rgba(255,255,255,1);
	color: #fff;
}

/* Footer */

.ftrTop
{
background-color: #eee;
}

#footer
{
background-color: #e5e5e5;
overflow: hidden;
margin-top: 10px;
clear: both;
}

#instagram-item
{
width: calc(33.3% - 3.34px);
float: left;
overflow: hidden;
margin-bottom: 5px;
}

a#instagramImage:nth-child(3n+2) #instagram-item
{
margin: 0 5px 5px 5px;
}

#instagram-item img
{
display: block;
width: 100%;
}

.ftrTop nav
{
width: 960px;
overflow: hidden;
margin: 0px auto;
}

.ftrCont
{
width: 960px;
margin: 0px auto;
padding: 50px 0px;
overflow: hidden;
}

.ftrContSec
{
width: 320px;
float: left;
padding: 0px 25px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
font-family: lato, sans-serif;
color: #212121;
line-height: 2em;
text-align: center;
font-weight: 300;
}

.ftrContSec span
{
font-size: 16px;
font-weight: 400;
font-family: lato, sans-serif;
text-transform: uppercase;
}

.ftrNetwork
{
	padding: 50px 0 50px 0;
	background-color: #e5e5e5;
	text-align: center;
}

.ftrNetworkHeader
{
	margin-bottom: 35px;
	font-size: 16px;
    font-weight: 400;
    font-family: lato, sans-serif;
    text-transform: uppercase;
}

.ftrNetworkItem
{
	width: 100%;
	min-height: 20px;
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 95px;
	transition: background-color 0.2s;
}

.ftrNetworkItem:hover
{
	background-color: #ffffff;
}

.ftrNetworkItemLogo
{
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	float: left;
	margin-right: 25px;
}

.ftrNetworkItemTitle
{
	float: left;
	font-size: 18px;
	font-weight: 300;
	font-family: lato, helvetica, sans-serif;
}

.ftrNetworkDivider
{
	width: 500px;
	background-color: rgba(0, 0, 0, 0.1);
	height: 1px;
	margin: 0 auto;
}

.inner
{
	width: 960px;
	margin: 0 auto;
}

#footer li
{
float: left;
list-style: none;
padding: 35px 31px 35px 31px;
margin: 0px 0px;
font-family: montserrat, sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: #cccccc;
}

#mc_embed_signup
{
padding: 20px 0px;
margin: 50px auto 0px auto;
width: 920px;
overflow: hidden;
}

#mc_embed_signup_scroll h2
{
text-align: center;
margin-bottom: 20px;
color: #212121;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
}

.mc-field-group
{
float: left;
margin: 0px 20px;
width: calc(25% - 40px);
}

#mce-FNAME, #mce-LNAME
{
height: 40px;
border: none;
font-size: 18px;
font-family: lato, sans-serif;
padding: 0px 5px;
width: 100%;
border-radius: 3px;
box-sizing: border-box;
text-align: center;
}

#mce-EMAIL
{
height: 40px;
border: none;
font-size: 18px;
font-family: lato, sans-serif;
padding: 0px 5px;
width: 100%;
border-radius: 3px;
box-sizing: border-box;
text-align: center;
}

#mc-embedded-subscribe
{
height: 40px;
padding: 0px 10px;
margin: 0px 20px;
background-color: #fff;
border: none;
color: #488eca;
font-family: montserrat, sans-serif;
font-size: 14px;
border-radius: 3px;
clear: both;
width: calc(25% - 40px);
}

.mc-closeModal
{
font-family: lato, sans-serif;
}

.clear
{
	width: 100%;
}

.accreditation
{
	width: 100%;
	padding: 20px 0;
	color: #aaa;
	background-color: #515151;
	text-align: center;
	font-family: lato, sans-serif;
	font-weight: 300;
}

/* My Account Page */
.logged-in.woocommerce-account h1 {
	text-align: left;
	margin-bottom: 20px;
}
#customer_login .col-1,
#customer_login .col-2{
	max-width: 100%;
}
#customer_login .col-1 h2,
#customer_login .col-2 h2 {
	text-align: center;
}
.woocommerce form.login,
.woocommerce form.register {
	float: none;
}
.woocommerce form.login .woocommerce-form-row.woocommerce-form-row--wide.form-row-wide,
.woocommerce form.register .woocommerce-form-row.woocommerce-form-row--wide.form-row-wide {
	display: flex;
	flex-direction: column;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	width: 100%;
}
.woocommerce form .form-row {
	float: none;
	width: 100%;
}
.woocommerce-LostPassword.lost_password {
	float: none;
	width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	font-size: 16px;
	padding: 10px;
}
.woocommerce .woocommerce-ResetPassword p {
	float: none;
	width: 100%;
	padding-left: 0;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
	color: #fff;
	background: #488ECA;
}

.dashboard-video-resources .card .card-img-top {
	width:100%;
	height:80px;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.dashboard-video-resources .card:hover {
	text-decoration: none;
}
.dashboard-video-resources .card-body h6 {
	margin-bottom: 0;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.dashboard-video-resources.card-deck .card .card-img-top {
	height: 180px;
}
.dashboard-my-programs .video-btn {
	text-align: center;
	text-decoration: none;
	padding: 10px;
}
.dashboard-my-programs .video-btn img {
	display: inline-block;
	margin-bottom: 10px;
}
.dashboard-my-programs .video-btn .card-text{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 14px;
}
.woocommerce a.video-btn {
	text-decoration: none !important;
	color: #3d3d3d;
	transition: 0.3s;
}
.woocommerce a.video-btn:hover {
	color: #488ECA;
}
.woocommerce a.video-btn p.card-text {
	font-size: 14px;
}
.woocommerce a.video-btn:hover p.card-text {
	color: #488ECA;
}

.mc-online-class-item .view-detail-link {
	text-decoration: none;
	font-size: 14px;
}
.mc-online-class-item .view-detail-link:hover {
	text-decoration: none;
}
.mc-online-class-item .detail-collapsible {
	font-size: 14px;
}
.mc-online-class-item .detail-collapsible p {
	font-size: 14px;
	margin-bottom: 20px;
}
.mc-online-class-item .detail-collapsible p:last-child {
	margin-bottom: 0;
}
.mc-online-class-item .detail-collapsible ul,
.mc-online-class-item .detail-collapsible ol {
	margin-left: 20px;
}
.mc-online-class-item .detail-collapsible li {
	list-style: disc;
	font-size: 14px;
}

#mainNav li {
	position: relative;
}
#mainNav li > ul.children {
	top: 60px;
	left: 0;
	min-width: 200px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form {
	border: 1px solid red;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form .form-row {
	display: flex;
	flex-direction: column;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form #stripe-card-element {
	height: 30px;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form .form-row.form-row-last,
#add_payment_method #payment div.payment_box .wc-credit-card-form .form-row.form-row-first {
	width: 50%;
}

.payment_box.payment_method_woo_offline_credit_card_payment_method > p {
	float: none;
	width: 100%;
	padding-left: 0;
}
.payment_box .wc_offline_pg_error {
	font-size: 12px;
}
.payment_box.payment_method_woo_offline_credit_card_payment_method .input-text,
.payment_box.payment_method_woo_offline_credit_card_payment_method .woo_offline_credit_card_payment_method-card-type {
	border: 1px solid rgb(238, 238, 238);
	font-size: 16px;
	padding: 10px;
	font-weight: 400;
	border-radius: 0 !important;
	font-weight: 400 !important;
}
.woocommerce form .form-row.woocommerce-validated select{
	height: 35px;
	border-color: rgb(238, 238, 238) !important;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
}

.new-class-pricing-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ncp-item-col {
	margin: 0 5px;
	display: flex;
	flex: 1;
	flex-direction: column;
	text-align: center;
}
.ncp-item-col > .ncp-item-label {
	min-height: 30px;
	padding: 0 10px;
}
.ncp-item-col > .ncp-item-label > span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: rgb(90,127,203);
	background: linear-gradient(180deg, rgba(90,127,203,1) 0%, rgba(68,114,196,1) 100%, rgba(68,114,196,1) 100%);
	font-family: arial, sans-serif;
	font-size: 12px;
}
.ncp-item-col > .ncp-item-content {
	border: 1px solid #4472c4;
	/* border-style: inset; */
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 5px;
}
.ncp-item-col > .ncp-item-content.highlighted {
	border-width: 4px;
}
.ncp-item-col > .ncp-item-content h4 {
	font-size: 18px;
	font-weight: 800;
  font-family: lato, sans-serif;
  margin: 20px 0;
}
.ncp-item-col > .ncp-item-content h5 {
	font-size: 18px;
	font-weight: 400;
  font-family: lato, sans-serif;
  margin: 0;
}

@media (max-width: 768px) {
	#announcement .account-link {
		position: static;
		display: block;
		margin: 10px auto 0;
		max-width: 160px;
	}

}

@media (max-width: 560px) {
	.woocommerce-checkout #stripe-payment-data > p:first-child,
	.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form {
		float: none;
		width: 100%;
	}
	.woocommerce-checkout #payment div.payment_box .form-row.form-row-wide {
		width: auto;
	}
	.logged-in.woocommerce-account .btn-primary.btn-lg,
	.logged-in.woocommerce-account .btn-secondary.btn-lg {
		font-size: 16px !important;
	}
}

@media (min-width: 320px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		width: 80%;
		margin: 0 auto;
	}
	.woocommerce .woocommerce-MyAccount-navigation li {
		list-style: none;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
		float: left;
		width: 20%;
	}
	.woocommerce-account.logged-in .woocommerce-MyAccount-content {
		float: right;
		width: 78%;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
	.woocommerce-checkout #customer_details {
		width: 50%;
		float: left;
	}
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2 {
		float: none;
		width: 100%;
	}
	.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields,
	.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields {
		padding-right: 30px;
	}
	.woocommerce-checkout #order_review {
		width: 50%;
		float: right;
	}
	.woocommerce-checkout #stripe-payment-data > p:first-child,
	.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form {
		float: none;
		width: 100%;
	}
	.woocommerce-checkout #payment div.payment_box .form-row.form-row-wide {
		width: auto;
	}
}

.woocommerce-MyAccount-navigation ul {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li:first-child a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: 5px 10px;
	display: block;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: 0;
}

.myaccount-dashboard-video .card-img-overlay{
	bottom: 0;
	padding: 5px;
	background-color: rgba(0,0,0,0.5);
}

.mc-online-class-divider {
	padding: 20px;
	color: rgba(0,0,0,0.8);
	background-color: rgba(0,0,0,0.03);
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mc-online-class-item {
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mc-online-class-item.no-border {
	border-bottom: 0;
}
.mc-online-class-item h5{
	font-size: 16px;
}
.mc-online-class-item p {
	margin-bottom: 0;
}
.wc-stripe-elements-field{
	min-height: 20px;
}
.empty-online-class {
	padding: 20px;
	background-color: rgba(255,255,255,0.03);
	color: rgba(0,0,0,0.55);
}
.upcoming-class-btn {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #488ECA;
	border-radius: 5px;
	color: #fff;
	transition: 0.3s;
	font-size: 1.25rem;
	font-family: lato, sans-serif;
}
.upcoming-class-btn:hover {
	background-color: #2E5C83;
}
.pgCont p a.subscription_see_detail_button {
	font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #fff;
	text-decoration: none;
  background-color: #488ECA;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
	transition: 0.3s;
}
.pgCont p a.subscription_see_detail_button:hover {
	background-color: #2E5C83;
}
.woocommerce {
	font-family: lato, sans-serif;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-checkout-review-order-table td,
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .shop_table td,
.woocommerce .shop_table th,
.woocommerce .woocommerce-cart-form td,
.woocommerce .woocommerce-cart-form th,
.woocommerce .cart_totals td,
.woocommerce .cart_totals th,
.woocommerce .button,
.woocommerce .woocommerce-checkout td,
.woocommerce .woocommerce-checkout th {
	font-family: lato, sans-serif;
}
#payment .form-row.place-order {
	width: auto;
}
.woocommerce .btn.btn-outline-primary {
	border-color: #488ECA;
}
.woocommerce #place_order,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .btn.btn-primary,
.woocommerce .woocommerce-Button,
.woocommerce input.button.alt {
	transition: 0.3s;
	color: #fff !important;
	background-color: #488ECA !important;
}
.woocommerce #place_order:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .btn.btn-primary:hover,
.woocommerce .btn.btn-outline-primary:hover,
.woocommerce .woocommerce-Button:hover,
.woocommerce input.button.alt:hover {
	background-color: #2E5C83 !important;
	text-decoration: none;
}
.woocommerce .btn:hover {
	text-decoration: none;
}
body > h1 {
	margin-top: 40px;
}
.single-product .product_meta {
	display: none;
}
.woocommerce .single-product .woocommerce-variation.single_variation .woocommerce-variation-description p {
	float: none;
	width: 100%;
	padding-left: 0;
	margin-bottom: 30px;
}

.woocommerce .woocommerce-EditAccountForm .form-row-wide {
	display: flex;
	flex-direction: column;
}
.woocommerce .woocommerce-EditAccountForm p:last-child {
	padding-left: 0;
}
.woocommerce .woocommerce-EditAccountForm .woocommerce-form-row span.password-input {
	width: 300px;
}
.woocommerce-privacy-policy-text p{
	width: 100%;
	padding-left: 0 !important;
}
.woocommerce a,
#customer_login p a {
	color: #488ECA;
}
.woocommerce a:hover,
#customer_login p a:hover {
	text-decoration: underline;
}

#wc-stripe-cc-form .form-row-wide {
	margin-bottom: 0;
}
#wc-stripe-cc-form .form-row-last {
	width: 30%;
}

.woocommerce .woocommerce-form.woocommerce-form-login.login > p:first-child {
	padding-left: 0;
	width: 100%;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login .form-row-last,
.woocommerce .woocommerce-form.woocommerce-form-login.login > p {
		float: none;
}
.btn.btn-secondary.btn-lg.btn-block {
	color: #fff;
}

.myaccount-dashboard-video .scroll-video-item {
	padding-right: 30px;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	list-style: none;
	margin: 10px 5px 0;
	padding: 0;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	display: inline-block;
	text-indent: -9999em;
	border-radius: 5px;
	background-color: #ddd;
	cursor: pointer;
	border: 0;
	transition: 0.3s;
	outline: none;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background-color: #488ECA;
}
/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}
.slideshowitems .slide-item {
	float: left;
	width: 270px;
	height: 190px;
	background-color: black;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}
.slideshowitems .slide-item:last-child {
	margin-right: 0;
}
.slideshowitems .slide-item > div {
	width: 100%;
	height: 190px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
}
.slideshowitems .slide-item h6 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	margin-bottom: 0;
	font-size: 13px;
	padding: 2px 5px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.4);
}

.slideshowitems li .slide-item h6 {
	letter-spacing: 1px;
	text-overflow: clip;
	white-space: normal;
}
.flipster__button {
	margin-top: -50px;
}
.flipster__button:focus {
	outline: 0;
}
.flipster--transform {
	padding:0 50px !important;
	position: relative;
}

#myProgramSlideshow .slick-slide .col-6{
	max-width: 100%;
}

.youtube-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Page */

.pgBanr
{
height: 35vh;
margin-bottom: 0;
background-size: cover;
background-position: center;
background-color: #ececec;
}

.pgBanrLrg
{
height: 70vh;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.pgHead
{
	text-align: center;
	margin-bottom: 50px;
}

.attendTitle
{
width: 720px;
color: white;
}

.attendTitle h1
{
color: white;
font-size: 70px;
text-align: left;
line-height: 70px;
margin: 0px 0px 15px 0px;
}

.atndHdr
{
background-color: #616161;
padding: 10px 20px;
color: white;
font-family: montserrat;
margin: 30px 0px 20px 0px;
}

.atndItm
{
padding: 20px 20px;
background-color: #ececec;
font-size: 18px;
font-family: montserrat;
color: #212121;
margin-bottom: 5px;
overflow: hidden;
}

.atndNfo
{
padding: 10px 20px;
background-color: #ececec;
font-size: 16px;
font-family: lato;
font-weight: 400;
color: #212121;
margin-bottom: 20px;
overflow: hidden;
}

.atndItm span
{
padding: 5px 0px;
display: inline-block;
}

.enrlBtn
{
padding: 7px 10px;
border: 2px solid black;
text-align: center;
display: inline-block;
margin: 0px auto;
font-family: montserrat, sans-serif;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
color: black;
float: right;
}

.enrlBtn:hover
{
color: white;
background-color: black;
}

.pgCont
{
padding: 0px 0px 50px 0px;
width: 720px;
margin: 0px auto;
overflow: hidden;
}

.pgCont p a
{
color: #488eca;
text-decoration: underline;
}

.pgCont p a:hover
{
	background-color: #ececec;
}

.pgCont h1
{
	margin: 0 0 40px 0;
}

.pageNav
{
overflow: hidden;
margin-top: 50px;
}

.navItem
{
	float: left;
	width: 50%;
	min-height: 1px;
	font-family: montserrat, sans-serif;
    font-weight: 400;
    color: #414141;
}

.navItem#back
{
	text-align: left;
}

.navItem#back span
{
	display: inline-block;
	transform: rotate(180deg);
}

.navItem#forward
{
	text-align: right;
}

h1.tagline
{
	text-align: left;
}

.pgFull
{
	width: 100%;
	margin-bottom: 100px;
	padding: 100px 0;
}

.pgFixed
{
	width: 960px;
	margin: 0 auto 100px auto;
	overflow: hidden;
}

/* Home Page */

.hmSec h1
{
	font-size: 30px;
	margin-top: 0;
}

.hmSec h2
{
	font-size: 20px;
	margin-bottom: 20px;
}

.hmSecIn
{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.pgSecIn
{
	width: 960px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

.hmSecHro
{
	width: 100%;
	background-color: #ececec;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	position: relative;
}

.hmSecHroOverlay
{
	width: 100%;
	height: 100%;
	padding: 0 250px;
	box-sizing: border-box;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	top: 0px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) , rgba(0, 0, 0, 0));
}

.hmSecHroOverlayContent
{
	max-width: 600px;
}

.hmSecHroOverlayContent, .hmSecHroOverlayContent h1, .hmSecHroOverlayContent p
{
	text-align: left;
	color: #fff;
}

.hmSecHroOverlayContent h1
{
	font-size: 64px;
	margin-bottom: 10px;
}

.hmSecHroOverlayContent p
{
	margin-bottom: 30px;
}

.hmSecHroOverlayContent > .CTAbutton
{
	margin-right: 20px;
}

.hmSecStart
{
	width: 100%;
	padding: 20px 0;
	background-color: #f1f1f1;
	text-align: center;
	font-family: lato, sans-serif;
	font-size: 16px;
}

.hmSecOptions
{
	width: 100%;
	box-sizing: border-box;
	background-color: #414141;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	height: 0px;
	transition: height 1s;
	-webkit-transition: height 1s;
}

.optionsClick
{
	text-decoration: underline;
	cursor: pointer;
}

.optionsActive
{
	height: auto;
}

.hmSecOptions ul
{
	list-style: none;
	color: #ffffff;
	font-family: lato, sans-serif;
	font-size: 16px;
}

.hmSecOptions li
{
	margin: 20px;
	font-weight: 300;
}

.hmSecOptions li a:hover
{
	text-decoration: underline;
}

.hmSecOptions li:first-child
{
	margin-top: 50px;
}

.hmSecOptions li:last-child
{
	margin-bottom: 50px;
}

.hmSecBio
{
	padding: 100px 0;
	background-color: #488eca;
}

.hmSecIn#bio
{
	height: 190px;
	display: flex;
	align-items: center;
	font-size: 25px;
	font-family: lato, sans-serif;
	color: #fff;
	font-weight: 300;
	line-height: 36px;
}

.hmSecIn#bio img
{
	height: 100%;
	width: auto;
	margin-right: 100px;
}

.hmSec
{
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
}

.hmSec header
{
	text-align: center;
	font-family: lato, sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 50px;
}

.loopFlx
{
	display: flex;
}

.pgLoopFlx
{
	padding: 0 0 0 0;
	overflow: hidden;
	display: flex;
}

span.private-tagline
{
	font-size: 25px;
	color: white;
	font-family: lato, sans-serif;
}

.hmSec#private-coaching
{
	padding: 0;
}

.hmSecIn#private-coaching
{
	padding: 100px 0;
	background-size: cover;
	text-align: center;
	border-radius: 10px;
	color: #fff;
}

.hmSecIn#private-coaching p
{
	color: #fff;
	margin-bottom: 30px;
}

.hmVideoCont
{
	padding: 38.13% 0 0 0;
	position: relative;
}

.hmVideoCont video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Classes */

.classType
{
	width: 100%;
	text-align: center;
	margin-right: 15px;
}

.classType:last-child
{
	margin-right: 0px;
}

.classCircle
{
	width: 100%;
	height: 150px;
	background-color: #414141;
	margin: 0 0 30px 0;
	font-size: 50px;
	font-family: lato, sans-serif;
	color: #fff;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

span.tagline
{
	font-style: italic;
	font-family: lato, sans-serif;
	margin-bottom: 20px;
	font-weight: 300;
	display: inline-block;
}

a.link
{
	font-family: lato, sans-serif;
	color: #488eca;
	display: inline-block;
	margin-bottom: 25px;
}

.seriesCont
{
	padding: 0px 0px 100px 0px;
	width: 720px;
	margin: 0px auto;
	overflow: hidden;
}

.seriesCont h2
{
	margin-bottom: 30px;
}

.classBanner
{
	width: 100%;
	height: 500px;
	background-color: #212121;
	margin: 0 0 100px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.classBannerInner
{
	width: 720px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.classBannerInner *
{
	display: block;
	margin-bottom: 20px;
	color: #fff;
}

.classBannerInner span
{
	font-size: 48px;
	font-weight: 900;
	font-family: lato, helvetica, sans-serif;
}

.seriesCont#class
{
	padding: 50px 0px 100px 0px;
	width: 720px;
	margin: 0px auto;
	overflow: hidden;
}

.pgCont#class
{
	padding: 0 0 30px 0;
}

.pgCont#class video
{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

/* Stories */

.story
{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: left;
}

.story h2
{
	margin-bottom: 20px;
}

.story#page
{
	width: calc(33.3% - 27px);
	float: left;
	box-sizing: border-box;
	text-align: left;
	padding: 0;
	height: 550px;
}

.story#coach
{
	width: 50%;
	float: left;
	box-sizing: border-box;
	text-align: left;
	padding: 0;
}

.story#coach:first-of-type
{
	padding-right: 15px;
}

.story#coach:last-of-type
{
	padding-left: 15px;
}

aside#related
{
	overflow: hidden;
	margin-bottom: 50px;
}

.story#page:nth-child(3n+3)
{
	margin: 0 40px;
}

.story#related
{
	width: calc(50% - 20px);
	margin: 0 0 0 0;
	float: left;
	padding: 0;
}

div.story#related:nth-child(2)
{
	margin: 0 40px 0 0;
}

.storyThumb
{
	width: 100%;
	height: 175px;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center;
	background-color: #ececec;
	overflow: hidden;
}

.storyThumb img
{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.categoryCont
{
	border-radius: 2px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 20px;
}

span.category
{
	font-size: 11px;
	font-family: lato, sans-serif;
	background-color: #e1e1e1;
	padding: 3px 8px;
	color: #414141;
}

#AspenCoaching
{
	background-color: #488eca;
	color: #ffffff;
}

#AspenLifestyle
{
	background-color: #d26661;
	color: #ffffff;
}

/* Main */

.mainService
{
width: calc(100% - 40px);
height: 250px;
background-color: #ccc;
margin: 0 10px;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
background-position: center;
background-size: cover;
border-radius: 0px;
}

.mainService h2
{
	background-color: #fff;
	padding: 3px 7px;
	border-radius: 3px;
	margin: 0;
}

/* About */

.abtUsSml
{
	width: 35%;
	float: left;
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.abtUsBig
{
	width: 65%;
	float: left;
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 100px;
	box-sizing: border-box;
}

.abtUsSml img
{
	width: auto;
	height: 100%;
}

.abtUsBig h1
{
	text-align: left;
	margin-bottom: 20px;
}

.abtVidBig
{
	width: 60%;
	float: left;
}

.abtVidSml
{
	width: 40%;
	float: left;
	height: 324px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 50px;
	box-sizing: border-box;
	color: #fff;
}

.abtVidSml h2
{
	font-size: 45px;
	margin-bottom: 35px;
}

.abtVidSml p
{
	color: #eee;
}

/* Members - Desktop */

.memberFilesCont
{

}

.memberFilesItem
{
	margin-bottom: 10px;
	background-color: #ececec;
	overflow: hidden;
}

.memberFilesHalf
{
	width: 50%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.memberFilesHalf p:last-child
{
	margin-bottom: 0;
}

.memberFilesIconCont
{
 display: flex;
 align-items: center;
 justify-content: flex-start;
 overflow: hidden;
}

.memberFilesIconCont > *
{
	margin-right: 20px;
	font-family: lato, sans-serif;
	font-weight: 700;
}

.memberFilesIcon
{
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('svg/pdf.svg');
	float: left;
}

.memberVideo
{
	width: 225px;
	float: left;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
}

.memberVideoThumb
{
	width: 100%;
	height: 125px;
	background-color: #212121;
	margin-bottom: 20px;
}

div.hmSecIn .memberVideo:last-of-type
{
	margin-right: 0;
}

.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

.modal-body
{
	position:relative;
	padding:0px;
}

.close
{
	position:absolute;
	right:-30px;
	top:0;
	z-index:999;
	font-size:2rem;
	font-weight: normal;
	color:#fff;
	opacity:1;
}

.memberLogout a
{
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	background-color: #488eca;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-family: lato, helvetica, sans-serif;
}

/* Modal Video */

.modal-dialog {
      max-width: 960px;
      margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}

.close
{
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/* Services */

#srvcs
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.servItm
{
width: 100%;
padding: 10px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
float: left;
font-family: montserrat, sans-serif;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
}

.servIcn
{
width: 120px;
height: 120px;
margin: 0px auto 20px auto;
border-radius: 50%;
background-color: rgba(255, 255, 255, 1);
background-size: contain;
}

.servSec
{
width: 320px;
margin: 0px auto;
padding: 10px;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
overflow: hidden;
background-size: cover;
float: left;
}

.servSec p
{
font-size: 16px;
}

.servSec img
{
margin-bottom: 15px;
}

#servSpec
{
background: #488eca; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
background: -webkit-gradient(linear, left top, right bottom, from(#488eca), to(#5cb3ff));
background: linear-gradient(to bottom right, #488eca, #5cb3ff); /* Standard syntax */
color: white;
width: 960px;
height: auto;
}

.srvBtn
{
padding: 7px 10px;
border: 2px solid black;
text-align: center;
display: inline-block;
margin: 20px auto 0px auto;
font-family: montserrat, sans-serif;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
color: black;
}

.srvBtn:hover
{
color: white;
background: black;
}

.progTypeCont
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 720px;
margin: 0px auto;
margin-bottom: 25px;
}

.progType
{
width: 100%;
height: 100%;
padding: 15px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
margin: 0px 15px;
-webkit-box-shadow: 0px 0px 10px -2px #aaaaaa;
        box-shadow: 0px 0px 10px -2px #aaaaaa;
background: #fafafa;
text-align: center;
}

.progTypeBtn
{
width: 100%;
padding: 10px 15px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
background-color: #488eca;
color: white;
text-align: center;
font-family: montserrat;
margin-top: 20px;
}

.progTypeBtn:hover
{
background-color: #599fdb;
}

/* Coaches */

.teamMemberCont
{
	width: calc(33.3% - 40px);
	height: 450px;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}

.teamMemberCont:nth-of-type(3n+2)
{
	margin: 0 60px;
}

.teamMemberCont .coCircle
{
	margin: 0 auto 25px auto;
}

.coLoopFlx
{
	display: flex;
	margin-bottom: 50px;
}

.coCircleCont
{
	width: 81px;
}

.coCircle
{
	width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ececec;
    background-size: cover;
    background-position: center;
}

.coCircle#home
{
	background-position: -20px;
}

.coBadge
{
	font-family: verdana, sans-serif;
	padding: 2px 5px;
	border-radius: 2px;
	display: inline-block;
	background-color: #488eca;
	font-size: 10px;
	color: #fff;
	margin-bottom: 30px;
}

iframe#coach
{
margin-bottom: 20px;
}

.abtUsBig#coach h2
{
	font-size: 45px;
	margin-bottom: 35px;
}

.abtUsBig#coach *
{
	color: #fff;
}

.coSociCont
{
width: 720px;
margin: 0px auto 100px auto;
overflow: hidden;
}

.coSoci
{
padding: 10px 20px;
margin-right: 10px;
text-align: center;
font-family: montserrat, sans-serif;
color: white;
background-color: #707070;
float: left;
border-radius: 5px;
}

#coFb
{
background-color: #3b5998;
}

#coIg
{
background-color: #125688;
}

#coYt
{
background-color: #bb0000;
}

.coPosts
{
	width: 720px;
	margin: 0 auto 100px auto;
	overflow: hidden;
}

#g186-name
{
width: 98%;
height: 30px;
font-family: lato;
font-size: 25px;
}

#g186-email
{
width: 98%;
height: 30px;
font-family: lato;
font-size: 25px;
}

#g186-mobile
{
width: 98%;
height: 30px;
font-family: lato;
font-size: 25px;
}

#contact-form-comment-g186-brieflysummariseyourbackground
{
width: 98%;
height: 300px;
font-family: lato;
font-size: 25px;
border: solid 1px #e6e6e6;
}

.aspectRatio
{
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.2%;
margin-bottom: 50px;
}

.aspectRatio iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.formField
{
	width: 100%;
	height: 30px;
	font-size: 16px !important;
	padding: 10px;
	box-sizing: border-box;
}

.formLabel
{
	font-family: lato, sans-serif;
}

.formSubmit
{
	width: 100% !important;
	height: 43px !important;
	text-align: center;
	background-color: #488eca;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 18px;
}

.nf-form-fields-required
{
	display: none;
}

.nf-after-form-content
{
	font-family: lato, sans-serif;
	text-align: center;
}

/* Blog */

.post
{
	width: calc(33.3% - 20px);
	float: left;
	margin: 0 10px;
	height: 450px;
	text-align: center;
}

.post h2, .spotlightPost h2
{
	margin-bottom: 25px;
}

.postThumb
{
	width: 100%;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.postThumb img, .spotlightPostThumb img
{
	width: 100%;
	height: auto;
}

.spotlightHeader
{
	width: 100%;
	margin-bottom: 25px;
	font-family: lato,helvetica,sans-serif;
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #cecece;
}

.spotlightPost
{
	width: 50%;
	text-align: center;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.hmSecInMargin
{
	margin-bottom: 100px;
}

.spotlightPostThumb
{
	height: 300px;
	overflow: hidden;
	margin-bottom: 25px;
}

.spotlightInfo
{
	padding: 0 30px;
	box-sizing: border-box;
}

.spotlightSide
{
	width: 25%;
	float: left;
	min-height: 10px;
}

.spotlightSide .story#side .storyThumb
{
	height: 160px;
	margin-bottom: 25px;
}

.spotlightSide .story#side h2
{
	margin-bottom: 0;
}

.spotlightSide .story#side
{
	margin-bottom: 25px;
	overflow: hidden;
}

.story#side
{
	padding: 0;
}

.blogUpdate
{
	width: 100%;
	background-color: #ececec;
	padding: 150px 0;
	margin-bottom: 100px;
}

.articleHero
{
	margin-bottom: 50px;
}

.articleHead h1
{
	text-align: left;
	margin-bottom: 20px;
}

.articleFoot
{
	margin-bottom: 50px;
	font-family: lato, sans-serif;
	font-weight: 900;
	font-size: 14px;
}

footer.articleFoot span a
{
	text-decoration: underline;
}

footer.articleFoot span a:hover
{
	background-color: #ececec;
}

.articleMain
{
	width: 605px;
	margin: 0 40px 0 0;
	float: left;
}

.articleMain > section p:first-child
{
	margin-top: 0;
}

.articleMain > section p a
{
	text-decoration: underline;
	color: #488eca;
}

.articleMain > section p a:hover
{
	background-color: #ececec;
}

.articleContent p img
{
	max-width: 100%;
	height: auto;
}

.articleContent .wp-caption
{
	width: 100% !important;
}

.articleContent .wp-caption img
{
	width: 100%;
	height: auto;
}

.wp-caption-text
{
	font-size: 14px;
	color: #aaa;
	font-style: italic;
}

.articleCont
{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.articleSide
{
	width: 315px;
	min-height: 300px;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 50px 35px 30px 35px;
	margin-bottom: 50px;
}

.articleSide section
{
	margin-bottom: 30px;
	overflow: hidden;
}

.articleSide section:last-child
{
	margin-bottom: 0px;
}

.articleSideDivider
{
	width: 50%;
	margin: 0 auto 30px auto;
	height: 1px;
	background-color: #d4d4d4;
}

.sideBioCircle
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #488eca;
	margin: 0 auto 30px auto;
}

.sideBioCopy
{
	text-align: center;
	font-family: lato, sans-serif;
	font-size: 13px;
	color: #999;
}

#bottomMargin
{
	margin-bottom: 30px;
}

span.sideLink a
{
	font-size: 13px;
	color: #4d4d4d;
	font-family: lato, sans-serif;
	font-weight: 900;
	display: block;
	margin-bottom: 20px;
}

span.sideLink a:hover
{
	text-decoration: underline;
}

span.sideLink:last-child a
{
	margin-bottom: 0;
}

#sideEmail
{
	width: 100%;
	height: 35px;
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: 400;
	font-family: lato, sans-serif;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0;
}

#sideSubscribe
{
	width: 100%;
	margin: 0 auto;
	background-color: #488eca;
	padding: 10px 10px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-family: lato, sans-serif;
	font-size: 13px;
	clear: both;
	text-align: center;
}

.sideSocialLink
{
	margin: 0 20px;
}

#sideInstagramButton
{
	width: 100%;
	margin: 0 auto;
	background-color: #ececec;
	padding: 10px 10px;
	box-sizing: border-box;
	display: block;
	color: #212121;
	border-radius: 5px;
	border: none;
	font-family: lato, sans-serif;
	font-size: 13px;
	clear: both;
	text-align: center;
}

#sideInstagramButton:hover
{
	background-color: #efefef;
}

/* Private Coaching */

.pricingCont
{
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #ececec;
	width: 100%;
}

.pricingUnit
{
	width: 100%;
	padding: 20px;
	font-family: lato, sans-serif;
}

.pricingUnit span
{
	font-family: lato, sans-serif;
	font-weight: 900;
}

.pricingUnit#heading
{
	background-color: #488eca;
	color: #fff;
	font-family: lato, sans-serif;
	font-weight: 400;
}

/* Classes */

.pricingCont#classes
{
	text-align: center;
}

.bookBtn
{
	text-align: center;
	padding: 10px 0;
	border-radius: 3px;
	background-color: #488eca;
	color: #fff;
	font-family: lato, sans-serif;
	font-weight: 700;
}

.bookBtn:hover
{
	background-color: #599fdb;
}

section.classTimetable
{
	width: 960px;
	margin: 0 auto 0 auto;
}



/* Schedule */

.evntItm
{
	width: calc(50% - 20px);
	overflow: hidden;
	height: 96px;
	float: left;
	margin: 10px;
	border-radius: 3px;
}

.evntItm:hover
{
cursor: pointer;
background-color: #ececec;
}

.evntItm:hover .evntItmArw
{
opacity: 0.3;
}

.evntItmDate
{
	width: 70px;
	display: inline-block;
	font-family: lato, sans-serif;
	font-weight: 700;
	overflow: hidden;
	text-align: center;
	float: left;
	background-color: #488eca;
	border-radius: 3px;
	padding: 5px;
	color: #fff;
}

.evntItmDate span
{
	display: block;
	overflow: hidden;
	margin: 0;
}

.evntItmDate span#month
{
	font-size: 28px;
	text-transform: capitalize;
}

.evntItmDate span#day
{
	font-size: 42px;
}

.evntItmTtl
{
	float: left;
    display: inline-block;
    font-family: lato, sans-serif;
    font-size: 28px;
    text-align: left;
    width: 350px;
    padding: 14px 15px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.evntItmArw
{
	width: 10px;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('images/icons/arrow-right.png');
	float: left;
	opacity: 0;
}

.evntItmBk
{
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background-color: #488eca;
	margin: 15px 15px 15px 0;
	border-radius: 3px;
	font-family: montserrat, sans-serif;
	display: inline-block;
}

.evntItmBk#full
{
	width: 100%;
	margin: 15px 0;
}

.pgSecIn#timetable
{
	margin: 100px auto;
}

table.timetable#single
{
	margin-bottom: 0px;
}

table.timetable#single td
{
	color: #ccc;
	background-color: #fff;
}

table.timetable
{
	border-spacing: 0;
	border: 1px solid #488eca;
	width: 100%;
	margin-bottom: 20px;
}

table.timetable th
{
	background-color: #488eca;
	padding: 10px 0;
	color: #fff;
	font-family: lato, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

table.timetable tbody tr td:first-child, table.timetable tbody tr td:nth-child(7), table.timetable thead tr th:first-child, table.timetable thead tr th:nth-child(7)
{
	background-color: #488eca !important;
	padding: 10px 0;
	color: #fff !important;
	font-family: lato, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	width: 25px;
}

table.timetable td
{
	padding: 10px 10px;
	font-family: lato, sans-serif;
	font-weight: 700;
	border: 1px solid #488eca;
	text-align: center;
	font-size: 13px;
	width: 11.1%;
	height: 30px;
	box-sizing: border-box;
}

span#classFocus
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	border-radius: 2px;
	padding: 2px 5px;
	color: #fff;
	font-weight: 300;
	margin: 10px 0;
	display: inline-block;
}

#currentClass
{
	color: #000 !important;
}

/* Pricing */

.pricingGroupCont
{
	margin-bottom: 50px;
}

.pricingDiv
{
	width: 100%;
	height: 4px;
	background-color: #ececec;
	margin-bottom: 10px;
}

.pricingLearnMore
{
	padding: 5px;
	border-radius: 5px;
	font-family: lato, sans-serif;
	text-align: right;
	font-weight: 400;
	color: #414141;
}

.membershipLoop
{
	width: 720px;
	display: flex;
	margin: 0 auto;
}

.memPopular
{
	border: 3px solid orange;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 50px;
}

.memBadge
{
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	background-color: orange;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
}

.membOp
{
	width: 100%;
	background-color: #ececec;
	margin: 0 20px 0px 20px;
	font-family: lato, sans-serif;
	border-radius: 5px;
	position: relative;

}

.membOp:last-child
{
	margin-right: 0;
}

.membOp:first-child
{
	margin-left: 0;
}

.opTtl
{
	text-align: center;
	padding: 30px 0;
	font-family: lato, sans-serif;
	font-size: 28px;
	font-weight: 400;
	background-color: #488eca;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0;
}

.opPrice
{
	padding: 30px;
	text-align: center;
	font-family: lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.opPrice span
{
	font-size: 32px;
	font-weight: 700;
	font-family: lato, sans-serif;
}

.opDiv
{
	width: 25%;
	height: 1px;
	background-color: #aaaaaa;
	margin: 0 auto;
}

.opFeat
{
	padding: 30px;
	text-align: center;
}

.opDesc
{
	padding: 30px;
	text-align: center;
	max-width: 340px;
	margin: 0 auto;
}

.opBtnCont
{
	padding: 30px;
}

.opBtn
{
	padding: 15px;
	background-color: #488eca;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-family: lato, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

/* Testimonials */

.tsti
{
width: 360px;
float: left;
padding: 0px 10px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

.tstiCoLnk
{
width: 720px;
margin: 0px auto 50px auto;
overflow: hidden;
}

#tstiCoSing
{
float: none;
margin: 0px auto;
}

.tsti span
{
display: inline-block;
font-size: 9px;
padding: 2px 5px;
background-color: #515151;
color: white;
font-family: verdana;
margin: 0px auto 10px auto;
}

.tsti a
{
color: #488eca;
font-family: lato;
margin: 0px auto 10px auto;
}

.coTsti a
{
color: #488eca;
font-family: lato;
margin: 0px auto 10px auto;
font-size: 14px;
}

.tstiVid
{
	width: 100%;
	border-radius: 8px;
	height: 250px;
	background-color: #eee;
	margin-bottom: 75px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.tstiVidNfo
{
	width: 33.3%;
	height: 250px;
	float: right;
	background-color: rgba(255, 255, 255, 0.90);
	padding: 30px 0;
	box-sizing: border-box;
}

.tstiVidTxt
{
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-family: lato, sans-serif;
	margin: 10px 0 30px 0;
}

.tstiVidBtn
{
	width: 175px;
	height: 40px;
	border-radius: 3px;
	background-color: #488eca;
	color: #fff;
	overflow: hidden;
	margin: 10px auto;
}

.tstiVidBtn:hover
{
	opacity: 0.8;
}

#tstiThrd
{
	width: 33.3%;
	height: 225px;
	padding: 0 25px;
	box-sizing: border-box;
}

.btnLft
{
width: 40px;
height: 40px;
float: left;
background-color: #fff;
background-size: 30%;
background-position: center;
background-repeat: no-repeat;
}

.btnRght
{
width: 135px;
height: 40px;
float: left;
text-align: center;
font-family: montserrat, sans-serif;
text-transform: uppercase;
font-size: 14px;
padding: 11px 0px;
box-sizing: border-box;
}

/* Me */

#memberLogin
{
	width: 250px;
	margin: 0 auto;
	padding: 100px 0 120px 0;
}

#memberLogin p
{
	display: block;
	float: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

#memberLogin p *
{
	display: block;
}

#memberLogin p.login-remember label input
{
	width: auto;
	display: inline-block;
	margin: 0 10px 0 0;
}

#memberLogin p input
{
	margin: 0 0 20px 0;
	width: 100%;
	padding: 5px 5px;
	box-sizing: border-box;
	font-size: 20px;
}

p.login-submit input.button
{
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	text-align: center;
	background-color: #488eca;
	border: none;
	color: #fff;
}

#memberLogin p input.button
{
	font-size: 18px;
}

/* Contact */

.cntctFrm
{
width: 360px;
float: left;
overflow: hidden;
padding: 25px 10px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

.grunion-field-label
{
font-family: montserrat;
text-transform: uppercase;
}

.cntctFrm input
{
min-height: 25px;
font-family: montserrat;
font-size: 18px;
width: 98% !important;
}

.cntctFrm textarea
{
min-height: 25px;
font-family: montserrat;
font-size: 18px;
border: 1px solid #cfcfcf;
width: 98% !important;
}

.cntctFrm select
{
min-height: 25px;
font-family: montserrat;
font-size: 18px;
border: 1px solid #cfcfcf;
width: 100% !important;
}

.cntctFrm .pushbutton-wide
{
min-height: 35px;
font-family: montserrat;
font-size: 18px;
border: none;
width: 100% !important;
background-color: #488eca;
color: white;
}

.cntctDets
{
width: 360px;
float: left;
overflow: hidden;
padding: 25px 10px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

.cntctDets iframe
{
margin: 10px 0px;
}

.cntctDets h2
{
font-size: 17px;
}

#wpstats
{
display: none;
}

form p
{
	width: 50%;
	float: left;
	box-sizing: border-box;
}

form p:nth-child(even)
{
	padding-right: 20px;
}

form p:nth-child(odd)
{
	padding-left: 20px;
}

.wpcf7-text, .wpcf7-select
{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 20px;
}

.wpcf7-textarea
{
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 20px;
}

#wpcf7-f1233-p965-o1 form p:nth-child(4), #wpcf7-f1233-p965-o1 form p:nth-child(6)
{
	width: 100%;
	padding-right: 0;
}

#wpcf7-f852-p192-o1 form p:nth-child(4), #wpcf7-f852-p192-o1 form p:nth-child(5), #wpcf7-f852-p192-o1 form p:nth-child(7)
{
	width: 100%;
	padding: 0;
}

.wpcf7, .wpcf7-form
{
	overflow: hidden;
	float: left;
}

.wpcf7-response-output
{
width: 100%;
float: left;
padding: 5px 10px;
box-sizing: border-box;
text-align: center;
background-color: #ececec;
font-family: lato, sans-serif;
border-radius: 3px;
}

.screen-reader-response
{
width: 100%;
float: left;
box-sizing: border-box;
text-align: center;
background-color: #ececec;
font-family: lato, sans-serif;
border-radius: 3px;
}

.wpcf7-display-none
{
	display: none;
}

.wpcf7-form-control-wrap
{
	clear: both;
}

.wpcf7-mail-sent-ok
{
background-color: #27ae60;
color: #fff;
}

form iframe
{
	float: left;
	clear: both;
}

.wpcf7-submit
{
	background-color: #488eca;
	color: #fff;
	border: none;
	border-radius: 3px;
	float: left;
	padding: 10px 10px;
    width: 100%;
    font-size: 18px;
    -webkit-appearance: none;
}

label.wpforms-field-label
{
	font-family: montserrat, sans-serif;
}

label.wpforms-field-sublabel
{
	font-family: lato, sans-serif;
}

.wpforms-submit-custom
{
	background-color: #488eca !important;
	color: #fff !important;
	border-radius: 3px !important;
	border: none !important;
}

/* WP Images */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


/* Lazyload */

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

/* ACF Map */

.acf-map {
    width: 100%;
    height: 400px;
    border: none;
    margin: 0 0;
}

/* Breadcrumbs */

#breadcrumbs{
    list-style:none;
    margin: 0;
    overflow:hidden;
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}

#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

.pgBread
{
	padding: 10px 20px;
	background-color: #f9f9f9;
	margin-bottom: 40px;
}


/* For screens of width smaller than 1080px (960px container) */
@media screen and (max-width: 1080px){

body
{
	width: 100vw;
}

h1
{

}

h1.tagline
{
	font-size: 48px;
}

h2
{
	font-size: 22px;
}

p
{
	font-size: 16px;
}

#header
{
	padding: 0;
}

#flx
{
	display: block;
}

#breadcrumbs
{
	padding: 0;
}

.page_item_has_children
{
	position: relative;
}

.page_item_has_children > a
{
	pointer-events: none;
}

.page_item_has_children::after
{
    content: "\25BE";
    position: absolute;
    left: calc( 50% + 35px);
    top: 18px;
}

.page_item_has_children.activeMenu::after
	{
	content: "\25BE";
	position: absolute;
	top: 20px;
    left: calc( 50% + 35px);
	transform: rotate(180deg);
	}

	.page_item_has_children.activeMenu > ul.children
	{
		display: block;
	}



	.page_item_has_children > ul.children
	{
		display: none;
		position: relative;
		top: 0;
		padding: 10px 0px;
		margin: 20px 0 0 0;
	}

	li.page-item-334.page_item_has_children::after
	{
	    content: "";
	}

	li.page-item-334 > a
	{
		pointer-events: initial;
	}

.pgCont
{
	width: 90vw;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

#mainNav
{
display: none;
width: 100%;
height: 80%;
position: fixed;
background-color: rgba(245, 245, 245, 1);
box-sizing: border-box;
z-index: 2;
margin: 10vh 0 10vh 0;
}

#mainNav li
{
	display: block;
	padding: 20px 0;
	float: none;
	text-align: center;
}

.dropdown-icon
{
display: block;
width: 10vh;
height: 10vh;
float: right;
background-size: 60%;
background-position: center;
background-repeat: no-repeat;
}

.social-icons
{
	display: none;
	position: fixed;
	bottom: 0px;
	float: none;
	width: 100%;
	height: 10vh;
	background-color: rgba(245, 245, 245, 1);
	padding: 0;
	justify-content: center;
	z-index: 20;
}

.socialIcn
{
	margin: 0 13.65vw;
}

.mblTxt
{
display: block;
width: 25vw;
height: 2vh;
position: fixed;
top: 4vh;
left: 50vw;
margin-left: -12.5vw;
background-repeat: no-repeat;
background-size: 120%;
background-position: center;
}

.brndCont
{
float: left;
height: 10vh;
width: 10vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url('images/icons/logomobile.png') !important;
margin-left: 5vw;
}

.hmSec
{
	padding: 0vh 0;
}

.hmSecBio
{
	padding: 10vh 0;
}

.hmSec#private-coaching
{
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hmSec#classes
{
	padding: 10vh 5vw 0 5vw;
	box-sizing: border-box;
}

.flx
{
	display: block;
}

.hmSecHro
{
	height: auto;
	margin: 10vh auto 0 auto;
	width: 100vw;
	overflow: hidden;
}

.hmVideoCont
{
	height: 70vh;
	padding: 0;
}

.hmVideoCont video
{
	height: 100%;
	width: auto;
	left: -130%;
}

.hmSecHroOverlay
{
	width: 100%;
	height: 100%;
	padding: 0 5vw;
	box-sizing: border-box;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	top: 0px;
}

.hmSecHroOverlayContent
{
	padding-right: 10vw;
	box-sizing: border-box;
	width: 90vw;
}

.hmSecHroOverlayContent, .hmSecHroOverlayContent h1, .hmSecHroOverlayContent p
{
	text-align: left;
	color: #fff;
}

.hmSecHroOverlayContent h1
{
	font-size: 32px;
	line-height: initial;
}

.hmSecHroOverlayContent p
{
	margin-bottom: 20px;
}

.hmSecHroOverlayContent > .CTAbutton
{
	margin: 0 20px 20px 0;
}

.CTAbutton
{
	font-size: 14px;
}

.loopFlx, .pgLoopFlx
{
	display: block;
}

.classType#page, .classType
{
	width: 100%;
	margin: 0 auto 50px auto;
}

.story
{
	margin: 0 auto 100px auto;
}

.storyThumb
{
	height: 200px;
}

#offset
{
	margin-top: 0;
}

.hmOfrSlt
{
	padding: 5vw;
}

.hmOfrSlt p
{
	font-size: 14px;
}

span#ofrTtl
{
	font-size: 20px;
}

.hmSecIn
{
	width: 100%;
}

.hmSecIn#bio
{
	height: auto;
	display: block;
	padding: 0 5vw;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.hmSecIn#bio img
{
	width: 75%;
	margin: 0 auto 50px auto;
	display: block;
}

.hmSecLoop
{
	width: 100%;
	margin: 0 auto 50px auto;
}

.hmSecTtl
{
	margin-bottom: 10px;
}

.hmSecCont
{
	width: 75vw;
}

.hmSecIn.flx {
    overflow-y: hidden;
    overflow-x: scroll;
}

a.mainService.flx {
    width: 85%;
    display: inline-flex;
}

.mainService
{
	height: 125px;
	margin: 2vh 2vw;
	width: calc(100% - 4vw);
}

.mainService h2
{
	font-size: 14px;
}

#mc_embed_signup
{
	width: calc(100% - 4vw);
	margin: 0 auto;
}

/* Page */

.seriesCont
{
	width: 100%;
	padding: 0 10vw 50px 10vw;
	box-sizing: border-box;
}

.seriesCont#class
{
	width: 100%;
	padding: 0 10vw 50px 10vw;
	box-sizing: border-box;
}

.seriesCont h2
{
	text-align: center;
}

.classBannerInner
{
	width: 100%;
	padding: 0 10vw 0px 10vw;
	box-sizing: border-box;
	text-align: center;
}

.pgFixed
{
	width: 100%;
	padding: 0 10vw;
	box-sizing: border-box;
}

.evntItm
{
	width: 100%;
	margin: 0 auto 10px auto;
	float: none;
	background-color: #ececec;
	display: flex;
	align-items: center;
}

.evntItmDate
{
	width: 25%;
}

.evntItmTtl
{
	width: 65%;
	font-size: 20px;
	padding: 11px 15px;
}

.evntItmArw
{
	width: 2%;
	opacity: 0.3;
}

.hmSec#banner
{
	height: 40vh;
	padding: 0;
}

.hmSec#banner div
{
	width: 75%;
	padding: 0 10vw;
}

.hmSec#banner div p
{
	font-size: 12px;
	display: none;
}

.hmSec#banner div span
{
	font-size: 24px;
}

.hmSec#banner div img
{
	height: 40px;
}

.ftrCont
{
	width: 100%;
}

.ftrContSec
{
	width: 100%;
	float: none;
	margin-bottom: 5vh;
}

.accreditation
{
	padding: 20px 5vw;
	box-sizing: border-box;
	font-weight: 300;
}

#mc_embed_signup
{
	margin: 0 auto 30px auto;
}

.mc-field-group, #mc-embedded-subscribe
{
	width: calc(50% - 20px);
	margin: 10px 10px;
	-webkit-appearance: none;
}


.divider
{
	margin: 50px auto;
}

#tstiThrd
{
	width: 100%;
	height: auto;
	padding: 0 25px;
	margin-bottom: 5vh;
}

.coCrd
{
width: 75vw;
background-color: #ffffff;
float: none;
margin: 5px auto 30px auto;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
overflow: hidden;
}

.coCircleCont#home
{
	width: 36px;
}

.coCircle#home
{
	width: 80px;
	height: 80px;
	background-position: -14px;
}

.teamMemberCont
{
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
	margin-bottom: 50px;
	padding: 0 10vw;
	box-sizing: border-box;
}

.teamMemberCont:nth-of-type(3n+2)
{
	margin: 0 0 50px 0;
}

.blgItm
{
	margin: 0 auto 10vh auto;
	float: none;
	width: 75%;
}

.blgThm
{
	width: 100%;
}

.hmOfrSlt p
{
	margin: 0;
}

/* Classes - Mobile */

section.classTimetable
{
	width: auto;
}

.pgCont#class video
{
	width: 90vw;
	height: auto;
}

/* About - Mobile */

.abtUsSml, .abtUsBig
{
	width: 100%;
	padding: 0 10vw;
	margin-bottom: 100px;
	box-sizing: border-box;
	float: none;
}

.abtVidBig, .abtVidSml
{
	width: 100%;
	padding: 0 10vw;
	box-sizing: border-box;
	float: none;
	height: auto;
}

.abtVidBig
{
	margin-bottom: 30px;
}

.abtVidSml
{
	margin-bottom: 0;
}

#srvcs
{
	display: block;
}

.coTstiCont
{
	width: 100%;
}

.coTsti
{
	margin: 5vh auto;
	float: none;
}

.coSociCont {
    width: 90%;
    margin: 0px auto 50px auto;
}

.pricingCont
{
	display: block;
	text-align: center;
}

.pricingUnit
{
	padding: 10px 0;
	width: 33.3%;
	float: left;
}

.pricingUnit#heading
{
	width: 100%;
	float: none;
}

.classType
{
	display: block;
	padding: 0;
	height: auto;
}

.classPhoto
{
	padding: 0;
	height: 150px;
}

.classInfo p
{
	font-size: 14px;
}

.pricingGroupCont h2
{
	margin-bottom: 25px;
	text-align: center;
}

.pricingLearnMore
{
	text-align: center;
}

.membershipLoop
{
	width: 100%;
	display: block;
	margin: 0 auto 25px auto;
}

.memPopular .membOp
{
	margin-bottom: 0;
}

.membOp
{
	margin: 0 0 25px 0;
}

/* Blog - Mobile */

.spotlightSide, .spotlightPost
{
	width: 80vw;
	margin: 0 auto 50px auto;
	float: none;
	padding: 0;
}

.story#page:nth-child(3n+3)
{
	margin: 0 0 50px 0;
}

.story#page:nth-child(3n+2)
{
	margin: 0 0 50px 0;
}

.articleCont
{
	width: 100%;
	padding: 0 10vw;
	box-sizing: border-box;
}

.articleContent
{
	margin-bottom: 50px;
}

.story
{
	margin-bottom: 50px;
}

aside#related
{
	margin-bottom: 50px;
}

.articleMain
{
	width: 100%;
	margin: 0;
}

.articleSide
{
	width: 100%;
}

.story#page
{
	width: 100%;
	padding: 0 10vw;
	box-sizing: border-box;
	height: auto;
	float: none;
}

.storyThumb
{
	height: auto;
}

.spotlightInfo
{
	width: 100%;
	padding: 0;
}

.spotlightPostThumb
{
	width: auto;
	height: auto;
}

.coPosts
{
	width: 80vw;
}

.story#coach
{
	width: 100%;
	float: none;
}

.story#coach:first-of-type, .story#coach:last-of-type
{
	padding: 0;
}

.story#coach:first-of-type
{
	margin-bottom: 50px;
}

.pgSecIn
{
	width: 100%;
	padding: 0 5vw;
	box-sizing: border-box;
}

.wpcf7-text, .wpcf7-select
{
	background-color: #ececec;
	width: 100%;
	border: none;
}

.wpcf7-textarea
{
 	background-color: #ececec;
 	width: 100%;
	border: none;
}

.wpcf7-submit
{
	background-color: #488eca;
	color: #fff;
	font-weight: 700;
	padding: 10px 25px;
	float: none;
	margin: 0 auto;
	border: none !important;
}

.hmSecLoop h2
{
	padding: 0 5vw;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.hmSecLoop p
{
	padding: 0 5vw;
}

table.timetable
{
	overflow-x: scroll;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0;
    border: 0;
}

table.timetable th
{
	min-width: 34vw;
}

.ftrNetwork
{
	padding: 50px 0 50px 0;
	background-color: #e5e5e5;
	text-align: center;
}

.ftrNetworkHeader
{
	margin-bottom: 35px;
	font-size: 16px;
    font-weight: 400;
    font-family: lato, sans-serif;
    text-transform: uppercase;
}

.ftrNetworkItem
{
	display: flex;
	align-items: center;
	padding: 5vw 20vw;
	border-radius: 0;
	transition: none;
	box-sizing: border-box;
	margin: 0 auto;
}

.inner
{
	width: 100vw;
}


.ftrNetworkDivider
{
	width: 75vw;
}

/* Members - Mobile */

.memberVideo, div.hmSecIn .memberVideo:last-of-type
{
	margin: 0 auto 50px auto;
	float: none;
}

.memberFiles
{
	width: 90vw;
	margin: 0 auto;
}

.memberFilesHalf
{
	float: none;
	width: 100%;
}
}